@getpaseo/protocol 0.1.97-beta.1 → 0.1.97-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/messages.d.ts +1383 -95
- package/dist/paseo-config-schema.d.ts +147 -0
- package/dist/paseo-config-schema.js +1 -0
- package/package.json +1 -1
package/dist/messages.d.ts
CHANGED
|
@@ -3443,6 +3443,13 @@ export declare const WriteProjectConfigRequestMessageSchema: z.ZodObject<{
|
|
|
3443
3443
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
3444
3444
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3445
3445
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3446
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3447
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3448
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3449
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3450
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3451
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3452
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3446
3453
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3447
3454
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3448
3455
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -3465,6 +3472,13 @@ export declare const WriteProjectConfigRequestMessageSchema: z.ZodObject<{
|
|
|
3465
3472
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3466
3473
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3467
3474
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3475
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3476
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3477
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3478
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3479
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3480
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3481
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3468
3482
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3469
3483
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3470
3484
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -3487,6 +3501,13 @@ export declare const WriteProjectConfigRequestMessageSchema: z.ZodObject<{
|
|
|
3487
3501
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3488
3502
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3489
3503
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3504
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3505
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3506
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3507
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3508
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3509
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3510
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3490
3511
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3491
3512
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3492
3513
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -3537,6 +3558,13 @@ export declare const WriteProjectConfigRequestMessageSchema: z.ZodObject<{
|
|
|
3537
3558
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
3538
3559
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3539
3560
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3561
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3562
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3563
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3564
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3565
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3566
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3567
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3540
3568
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3541
3569
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3542
3570
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -3559,6 +3587,13 @@ export declare const WriteProjectConfigRequestMessageSchema: z.ZodObject<{
|
|
|
3559
3587
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3560
3588
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3561
3589
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3590
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3591
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3592
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3593
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3594
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3595
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3596
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3562
3597
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3563
3598
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3564
3599
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -3581,6 +3616,13 @@ export declare const WriteProjectConfigRequestMessageSchema: z.ZodObject<{
|
|
|
3581
3616
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3582
3617
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3583
3618
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3619
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3620
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3621
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3622
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3623
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3624
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3625
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3584
3626
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3585
3627
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3586
3628
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -3631,6 +3673,13 @@ export declare const WriteProjectConfigRequestMessageSchema: z.ZodObject<{
|
|
|
3631
3673
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
3632
3674
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3633
3675
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3676
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3677
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3678
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3679
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3680
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3681
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3682
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3634
3683
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3635
3684
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3636
3685
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -3653,6 +3702,13 @@ export declare const WriteProjectConfigRequestMessageSchema: z.ZodObject<{
|
|
|
3653
3702
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3654
3703
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3655
3704
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3705
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3706
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3707
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3708
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3709
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3710
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3711
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3656
3712
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3657
3713
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3658
3714
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -3675,6 +3731,13 @@ export declare const WriteProjectConfigRequestMessageSchema: z.ZodObject<{
|
|
|
3675
3731
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3676
3732
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3677
3733
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3734
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3735
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3736
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3737
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3738
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3739
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3740
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3678
3741
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3679
3742
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3680
3743
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -3723,6 +3786,13 @@ export declare const WriteProjectConfigRequestMessageSchema: z.ZodObject<{
|
|
|
3723
3786
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
3724
3787
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
3725
3788
|
metadataGeneration?: z.objectOutputType<{
|
|
3789
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3790
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3791
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
3792
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3793
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
3794
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
3795
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
3726
3796
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
3727
3797
|
instructions: z.ZodOptional<z.ZodString>;
|
|
3728
3798
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -8288,6 +8358,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<"type"
|
|
|
8288
8358
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
8289
8359
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8290
8360
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8361
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8362
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8363
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8364
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8365
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8366
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8367
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8291
8368
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8292
8369
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8293
8370
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -8310,6 +8387,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<"type"
|
|
|
8310
8387
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8311
8388
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8312
8389
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8390
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8391
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8392
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8393
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8394
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8395
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8396
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8313
8397
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8314
8398
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8315
8399
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -8332,6 +8416,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<"type"
|
|
|
8332
8416
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8333
8417
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8334
8418
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8419
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8420
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8421
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8422
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8423
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8424
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8425
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8335
8426
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8336
8427
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8337
8428
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -8382,6 +8473,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<"type"
|
|
|
8382
8473
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
8383
8474
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8384
8475
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8476
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8477
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8478
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8479
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8480
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8481
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8482
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8385
8483
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8386
8484
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8387
8485
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -8404,6 +8502,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<"type"
|
|
|
8404
8502
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8405
8503
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8406
8504
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8505
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8506
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8507
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8508
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8509
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8510
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8511
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8407
8512
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8408
8513
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8409
8514
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -8426,6 +8531,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<"type"
|
|
|
8426
8531
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8427
8532
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8428
8533
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8534
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8535
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8536
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8537
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8538
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8539
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8540
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8429
8541
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8430
8542
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8431
8543
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -8476,6 +8588,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<"type"
|
|
|
8476
8588
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
8477
8589
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8478
8590
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8591
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8592
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8593
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8594
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8595
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8596
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8597
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8479
8598
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8480
8599
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8481
8600
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -8498,6 +8617,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<"type"
|
|
|
8498
8617
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8499
8618
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8500
8619
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8620
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8621
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8622
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8623
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8624
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8625
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8626
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8501
8627
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8502
8628
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8503
8629
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -8520,6 +8646,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<"type"
|
|
|
8520
8646
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8521
8647
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8522
8648
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8649
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8650
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8651
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8652
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8653
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8654
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8655
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8523
8656
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8524
8657
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8525
8658
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -8568,6 +8701,13 @@ export declare const SessionInboundMessageSchema: z.ZodDiscriminatedUnion<"type"
|
|
|
8568
8701
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
8569
8702
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
8570
8703
|
metadataGeneration?: z.objectOutputType<{
|
|
8704
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8705
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8706
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
8707
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8708
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
8709
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
8710
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
8571
8711
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
8572
8712
|
instructions: z.ZodOptional<z.ZodString>;
|
|
8573
8713
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -33793,6 +33933,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
33793
33933
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
33794
33934
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33795
33935
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
33936
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
33937
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
33938
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
33939
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
33940
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
33941
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
33942
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33796
33943
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
33797
33944
|
instructions: z.ZodOptional<z.ZodString>;
|
|
33798
33945
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -33815,6 +33962,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
33815
33962
|
instructions: z.ZodOptional<z.ZodString>;
|
|
33816
33963
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33817
33964
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
33965
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
33966
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
33967
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
33968
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
33969
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
33970
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
33971
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33818
33972
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
33819
33973
|
instructions: z.ZodOptional<z.ZodString>;
|
|
33820
33974
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -33837,6 +33991,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
33837
33991
|
instructions: z.ZodOptional<z.ZodString>;
|
|
33838
33992
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33839
33993
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
33994
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
33995
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
33996
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
33997
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
33998
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
33999
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34000
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33840
34001
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
33841
34002
|
instructions: z.ZodOptional<z.ZodString>;
|
|
33842
34003
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -33887,6 +34048,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
33887
34048
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
33888
34049
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33889
34050
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34051
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34052
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34053
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34054
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34055
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34056
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34057
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33890
34058
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
33891
34059
|
instructions: z.ZodOptional<z.ZodString>;
|
|
33892
34060
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -33909,6 +34077,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
33909
34077
|
instructions: z.ZodOptional<z.ZodString>;
|
|
33910
34078
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33911
34079
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34080
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34081
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34082
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34083
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34084
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34085
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34086
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33912
34087
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
33913
34088
|
instructions: z.ZodOptional<z.ZodString>;
|
|
33914
34089
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -33931,6 +34106,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
33931
34106
|
instructions: z.ZodOptional<z.ZodString>;
|
|
33932
34107
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33933
34108
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34109
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34110
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34111
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34112
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34113
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34114
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34115
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33934
34116
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
33935
34117
|
instructions: z.ZodOptional<z.ZodString>;
|
|
33936
34118
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -33981,6 +34163,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
33981
34163
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
33982
34164
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33983
34165
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34166
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34167
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34168
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34169
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34170
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34171
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34172
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
33984
34173
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
33985
34174
|
instructions: z.ZodOptional<z.ZodString>;
|
|
33986
34175
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34003,6 +34192,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34003
34192
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34004
34193
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34005
34194
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34195
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34196
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34197
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34198
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34199
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34200
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34201
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34006
34202
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34007
34203
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34008
34204
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34025,6 +34221,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34025
34221
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34026
34222
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34027
34223
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34224
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34225
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34226
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34227
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34228
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34229
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34230
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34028
34231
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34029
34232
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34030
34233
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34088,6 +34291,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34088
34291
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
34089
34292
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34090
34293
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34294
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34295
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34296
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34297
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34298
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34299
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34300
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34091
34301
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34092
34302
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34093
34303
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34110,6 +34320,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34110
34320
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34111
34321
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34112
34322
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34323
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34324
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34325
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34326
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34327
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34328
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34329
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34113
34330
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34114
34331
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34115
34332
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34132,6 +34349,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34132
34349
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34133
34350
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34134
34351
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34352
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34353
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34354
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34355
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34356
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34357
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34358
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34135
34359
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34136
34360
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34137
34361
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34191,6 +34415,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34191
34415
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
34192
34416
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34193
34417
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34418
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34419
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34420
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34421
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34422
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34423
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34424
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34194
34425
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34195
34426
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34196
34427
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34213,6 +34444,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34213
34444
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34214
34445
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34215
34446
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34447
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34448
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34449
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34450
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34451
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34452
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34453
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34216
34454
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34217
34455
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34218
34456
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34235,6 +34473,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34235
34473
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34236
34474
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34237
34475
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34476
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34477
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34478
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34479
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34480
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34481
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34482
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34238
34483
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34239
34484
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34240
34485
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34378,6 +34623,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34378
34623
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
34379
34624
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34380
34625
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34626
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34627
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34628
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34629
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34630
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34631
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34632
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34381
34633
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34382
34634
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34383
34635
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34400,6 +34652,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34400
34652
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34401
34653
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34402
34654
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34655
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34656
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34657
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34658
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34659
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34660
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34661
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34403
34662
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34404
34663
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34405
34664
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34422,6 +34681,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34422
34681
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34423
34682
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34424
34683
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34684
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34685
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34686
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34687
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34688
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34689
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34690
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34425
34691
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34426
34692
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34427
34693
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34501,6 +34767,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34501
34767
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
34502
34768
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34503
34769
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34770
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34771
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34772
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34773
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34774
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34775
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34776
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34504
34777
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34505
34778
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34506
34779
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34523,6 +34796,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34523
34796
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34524
34797
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34525
34798
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34799
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34800
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34801
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34802
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34803
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34804
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34805
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34526
34806
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34527
34807
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34528
34808
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34545,6 +34825,13 @@ export declare const ReadProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34545
34825
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34546
34826
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34547
34827
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34828
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34829
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34830
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34831
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34832
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34833
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34834
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34548
34835
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34549
34836
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34550
34837
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34627,6 +34914,13 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34627
34914
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
34628
34915
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34629
34916
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34917
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34918
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34919
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34920
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34921
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34922
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34923
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34630
34924
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34631
34925
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34632
34926
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34649,6 +34943,13 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34649
34943
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34650
34944
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34651
34945
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34946
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34947
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34948
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34949
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34950
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34951
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34952
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34652
34953
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34653
34954
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34654
34955
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34671,6 +34972,13 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34671
34972
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34672
34973
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34673
34974
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34975
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34976
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34977
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
34978
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34979
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
34980
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
34981
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34674
34982
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34675
34983
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34676
34984
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34721,6 +35029,13 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34721
35029
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
34722
35030
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34723
35031
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
35032
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
35033
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35034
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35035
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35036
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35037
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35038
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34724
35039
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34725
35040
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34726
35041
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34743,6 +35058,13 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34743
35058
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34744
35059
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34745
35060
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35061
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
35062
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35063
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35064
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35065
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35066
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35067
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34746
35068
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34747
35069
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34748
35070
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34765,6 +35087,13 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34765
35087
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34766
35088
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34767
35089
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35090
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
35091
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35092
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35093
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35094
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35095
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35096
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34768
35097
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34769
35098
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34770
35099
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34815,6 +35144,13 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34815
35144
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
34816
35145
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34817
35146
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
35147
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
35148
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35149
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35150
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35151
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35152
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35153
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34818
35154
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34819
35155
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34820
35156
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34837,6 +35173,13 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34837
35173
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34838
35174
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34839
35175
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35176
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
35177
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35178
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35179
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35180
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35181
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35182
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34840
35183
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34841
35184
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34842
35185
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34859,6 +35202,13 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34859
35202
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34860
35203
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34861
35204
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35205
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
35206
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35207
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35208
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35209
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35210
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35211
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34862
35212
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34863
35213
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34864
35214
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -34906,6 +35256,13 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
34906
35256
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
34907
35257
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
34908
35258
|
metadataGeneration?: z.objectOutputType<{
|
|
35259
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
35260
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35261
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35262
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35263
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35264
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35265
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
34909
35266
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
34910
35267
|
instructions: z.ZodOptional<z.ZodString>;
|
|
34911
35268
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -35058,6 +35415,13 @@ export declare const WriteProjectConfigResponseMessageSchema: z.ZodObject<{
|
|
|
35058
35415
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
35059
35416
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
35060
35417
|
metadataGeneration?: z.objectOutputType<{
|
|
35418
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
35419
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35420
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
35421
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35422
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
35423
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
35424
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
35061
35425
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
35062
35426
|
instructions: z.ZodOptional<z.ZodString>;
|
|
35063
35427
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58271,6 +58635,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58271
58635
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
58272
58636
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58273
58637
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58638
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58639
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58640
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58641
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58642
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58643
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58644
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58274
58645
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58275
58646
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58276
58647
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58293,6 +58664,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58293
58664
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58294
58665
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58295
58666
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58667
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58668
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58669
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58670
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58671
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58672
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58673
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58296
58674
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58297
58675
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58298
58676
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58315,6 +58693,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58315
58693
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58316
58694
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58317
58695
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58696
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58697
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58698
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58699
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58700
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58701
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58702
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58318
58703
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58319
58704
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58320
58705
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58365,6 +58750,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58365
58750
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
58366
58751
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58367
58752
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58753
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58754
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58755
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58756
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58757
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58758
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58759
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58368
58760
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58369
58761
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58370
58762
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58387,6 +58779,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58387
58779
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58388
58780
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58389
58781
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58782
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58783
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58784
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58785
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58786
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58787
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58788
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58390
58789
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58391
58790
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58392
58791
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58409,6 +58808,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58409
58808
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58410
58809
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58411
58810
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58811
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58812
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58813
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58814
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58815
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58816
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58817
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58412
58818
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58413
58819
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58414
58820
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58459,6 +58865,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58459
58865
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
58460
58866
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58461
58867
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58868
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58869
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58870
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58871
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58872
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58873
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58874
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58462
58875
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58463
58876
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58464
58877
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58481,6 +58894,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58481
58894
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58482
58895
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58483
58896
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58897
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58898
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58899
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58900
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58901
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58902
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58903
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58484
58904
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58485
58905
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58486
58906
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58503,6 +58923,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58503
58923
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58504
58924
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58505
58925
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58926
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58927
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58928
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58929
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58930
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
58931
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58932
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58506
58933
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58507
58934
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58508
58935
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58566,6 +58993,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58566
58993
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
58567
58994
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58568
58995
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58996
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58997
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
58998
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
58999
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59000
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59001
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59002
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58569
59003
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58570
59004
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58571
59005
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58588,6 +59022,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58588
59022
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58589
59023
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58590
59024
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59025
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59026
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59027
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59028
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59029
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59030
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59031
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58591
59032
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58592
59033
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58593
59034
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58610,6 +59051,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58610
59051
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58611
59052
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58612
59053
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59054
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59055
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59056
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59057
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59058
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59059
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59060
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58613
59061
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58614
59062
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58615
59063
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58669,6 +59117,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58669
59117
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
58670
59118
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58671
59119
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59120
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59121
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59122
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59123
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59124
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59125
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59126
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58672
59127
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58673
59128
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58674
59129
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58691,6 +59146,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58691
59146
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58692
59147
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58693
59148
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59149
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59150
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59151
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59152
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59153
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59154
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59155
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58694
59156
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58695
59157
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58696
59158
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58713,6 +59175,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58713
59175
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58714
59176
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58715
59177
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59178
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59179
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59180
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59181
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59182
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59183
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59184
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58716
59185
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58717
59186
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58718
59187
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58856,6 +59325,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58856
59325
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
58857
59326
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58858
59327
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59328
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59329
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59330
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59331
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59332
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59333
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59334
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58859
59335
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58860
59336
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58861
59337
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58878,6 +59354,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58878
59354
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58879
59355
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58880
59356
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59357
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59358
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59359
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59360
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59361
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59362
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59363
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58881
59364
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58882
59365
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58883
59366
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58900,6 +59383,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58900
59383
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58901
59384
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58902
59385
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59386
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59387
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59388
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59389
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59390
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59391
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59392
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58903
59393
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58904
59394
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58905
59395
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -58979,6 +59469,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
58979
59469
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
58980
59470
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58981
59471
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59472
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59473
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59474
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59475
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59476
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59477
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59478
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
58982
59479
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
58983
59480
|
instructions: z.ZodOptional<z.ZodString>;
|
|
58984
59481
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59001,6 +59498,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59001
59498
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59002
59499
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59003
59500
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59501
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59502
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59503
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59504
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59505
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59506
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59507
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59004
59508
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59005
59509
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59006
59510
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59023,6 +59527,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59023
59527
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59024
59528
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59025
59529
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59530
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59531
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59532
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59533
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59534
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59535
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59536
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59026
59537
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59027
59538
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59028
59539
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59104,6 +59615,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59104
59615
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
59105
59616
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59106
59617
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59618
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59619
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59620
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59621
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59622
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59623
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59624
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59107
59625
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59108
59626
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59109
59627
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59126,6 +59644,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59126
59644
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59127
59645
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59128
59646
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59647
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59648
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59649
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59650
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59651
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59652
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59653
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59129
59654
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59130
59655
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59131
59656
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59148,6 +59673,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59148
59673
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59149
59674
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59150
59675
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59676
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59677
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59678
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59679
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59680
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59681
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59682
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59151
59683
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59152
59684
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59153
59685
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59198,6 +59730,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59198
59730
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
59199
59731
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59200
59732
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59733
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59734
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59735
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59736
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59737
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59738
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59739
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59201
59740
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59202
59741
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59203
59742
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59220,6 +59759,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59220
59759
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59221
59760
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59222
59761
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59762
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59763
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59764
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59765
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59766
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59767
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59768
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59223
59769
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59224
59770
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59225
59771
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59242,6 +59788,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59242
59788
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59243
59789
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59244
59790
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59791
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59792
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59793
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59794
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59795
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59796
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59797
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59245
59798
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59246
59799
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59247
59800
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59292,6 +59845,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59292
59845
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
59293
59846
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59294
59847
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59848
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59849
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59850
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59851
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59852
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59853
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59854
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59295
59855
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59296
59856
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59297
59857
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59314,6 +59874,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59314
59874
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59315
59875
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59316
59876
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59877
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59878
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59879
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59880
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59881
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59882
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59883
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59317
59884
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59318
59885
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59319
59886
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59336,6 +59903,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59336
59903
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59337
59904
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59338
59905
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59906
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59907
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59908
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59909
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59910
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59911
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59912
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59339
59913
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59340
59914
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59341
59915
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59383,6 +59957,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59383
59957
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
59384
59958
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
59385
59959
|
metadataGeneration?: z.objectOutputType<{
|
|
59960
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59961
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59962
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
59963
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59964
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
59965
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
59966
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59386
59967
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59387
59968
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59388
59969
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -59535,6 +60116,13 @@ export declare const SessionOutboundMessageSchema: z.ZodDiscriminatedUnion<"type
|
|
|
59535
60116
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
59536
60117
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
59537
60118
|
metadataGeneration?: z.objectOutputType<{
|
|
60119
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
60120
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
60121
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
60122
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
60123
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
60124
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
60125
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
59538
60126
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
59539
60127
|
instructions: z.ZodOptional<z.ZodString>;
|
|
59540
60128
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -75609,6 +76197,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
75609
76197
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
75610
76198
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75611
76199
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76200
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76201
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76202
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76203
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76204
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76205
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76206
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75612
76207
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
75613
76208
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75614
76209
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -75631,6 +76226,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
75631
76226
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75632
76227
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75633
76228
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76229
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76230
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76231
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76232
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76233
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76234
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76235
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75634
76236
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
75635
76237
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75636
76238
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -75653,6 +76255,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
75653
76255
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75654
76256
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75655
76257
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76258
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76259
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76260
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76261
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76262
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76263
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76264
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75656
76265
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
75657
76266
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75658
76267
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -75703,6 +76312,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
75703
76312
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
75704
76313
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75705
76314
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76315
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76316
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76317
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76318
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76319
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76320
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76321
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75706
76322
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
75707
76323
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75708
76324
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -75725,6 +76341,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
75725
76341
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75726
76342
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75727
76343
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76344
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76345
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76346
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76347
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76348
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76349
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76350
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75728
76351
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
75729
76352
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75730
76353
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -75747,6 +76370,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
75747
76370
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75748
76371
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75749
76372
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76373
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76374
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76375
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76376
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76377
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76378
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76379
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75750
76380
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
75751
76381
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75752
76382
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -75797,6 +76427,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
75797
76427
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
75798
76428
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75799
76429
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76430
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76431
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76432
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76433
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76434
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76435
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76436
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75800
76437
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
75801
76438
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75802
76439
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -75819,6 +76456,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
75819
76456
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75820
76457
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75821
76458
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76459
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76460
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76461
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76462
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76463
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76464
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76465
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75822
76466
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
75823
76467
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75824
76468
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -75841,6 +76485,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
75841
76485
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75842
76486
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75843
76487
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76488
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76489
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76490
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76491
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76492
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76493
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76494
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75844
76495
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
75845
76496
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75846
76497
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -75889,6 +76540,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
75889
76540
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
75890
76541
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
75891
76542
|
metadataGeneration?: z.objectOutputType<{
|
|
76543
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
76544
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76545
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
76546
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76547
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
76548
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
76549
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
75892
76550
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
75893
76551
|
instructions: z.ZodOptional<z.ZodString>;
|
|
75894
76552
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -79667,6 +80325,13 @@ export declare const WSSessionInboundSchema: z.ZodObject<{
|
|
|
79667
80325
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
79668
80326
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
79669
80327
|
metadataGeneration?: z.objectOutputType<{
|
|
80328
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
80329
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
80330
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
80331
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
80332
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
80333
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
80334
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
79670
80335
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
79671
80336
|
instructions: z.ZodOptional<z.ZodString>;
|
|
79672
80337
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -96671,6 +97336,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96671
97336
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
96672
97337
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96673
97338
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97339
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97340
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97341
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97342
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97343
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97344
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97345
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96674
97346
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
96675
97347
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96676
97348
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -96693,6 +97365,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96693
97365
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96694
97366
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96695
97367
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97368
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97369
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97370
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97371
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97372
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97373
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97374
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96696
97375
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
96697
97376
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96698
97377
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -96715,6 +97394,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96715
97394
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96716
97395
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96717
97396
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97397
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97398
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97399
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97400
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97401
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97402
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97403
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96718
97404
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
96719
97405
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96720
97406
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -96765,6 +97451,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96765
97451
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
96766
97452
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96767
97453
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97454
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97455
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97456
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97457
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97458
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97459
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97460
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96768
97461
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
96769
97462
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96770
97463
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -96787,6 +97480,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96787
97480
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96788
97481
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96789
97482
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97483
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97484
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97485
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97486
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97487
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97488
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97489
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96790
97490
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
96791
97491
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96792
97492
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -96809,6 +97509,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96809
97509
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96810
97510
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96811
97511
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97512
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97513
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97514
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97515
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97516
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97517
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97518
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96812
97519
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
96813
97520
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96814
97521
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -96859,6 +97566,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96859
97566
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
96860
97567
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96861
97568
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97569
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97570
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97571
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97572
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97573
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97574
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97575
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96862
97576
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
96863
97577
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96864
97578
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -96881,6 +97595,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96881
97595
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96882
97596
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96883
97597
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97598
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97599
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97600
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97601
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97602
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97603
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97604
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96884
97605
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
96885
97606
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96886
97607
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -96903,6 +97624,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96903
97624
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96904
97625
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96905
97626
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97627
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97628
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97629
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97630
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97631
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97632
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97633
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96906
97634
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
96907
97635
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96908
97636
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -96966,6 +97694,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96966
97694
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
96967
97695
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96968
97696
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97697
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97698
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97699
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97700
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97701
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97702
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97703
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96969
97704
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
96970
97705
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96971
97706
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -96988,6 +97723,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
96988
97723
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96989
97724
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96990
97725
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97726
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97727
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97728
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97729
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97730
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97731
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97732
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
96991
97733
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
96992
97734
|
instructions: z.ZodOptional<z.ZodString>;
|
|
96993
97735
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97010,6 +97752,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97010
97752
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97011
97753
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97012
97754
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97755
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97756
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97757
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97758
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97759
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97760
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97761
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97013
97762
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97014
97763
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97015
97764
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97069,6 +97818,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97069
97818
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
97070
97819
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97071
97820
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97821
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97822
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97823
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97824
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97825
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97826
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97827
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97072
97828
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97073
97829
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97074
97830
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97091,6 +97847,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97091
97847
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97092
97848
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97093
97849
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97850
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97851
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97852
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97853
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97854
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97855
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97856
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97094
97857
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97095
97858
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97096
97859
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97113,6 +97876,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97113
97876
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97114
97877
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97115
97878
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97879
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97880
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97881
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
97882
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97883
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
97884
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
97885
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97116
97886
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97117
97887
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97118
97888
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97256,6 +98026,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97256
98026
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
97257
98027
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97258
98028
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98029
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98030
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98031
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98032
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98033
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98034
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98035
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97259
98036
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97260
98037
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97261
98038
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97278,6 +98055,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97278
98055
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97279
98056
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97280
98057
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98058
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98059
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98060
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98061
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98062
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98063
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98064
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97281
98065
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97282
98066
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97283
98067
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97300,6 +98084,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97300
98084
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97301
98085
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97302
98086
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98087
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98088
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98089
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98090
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98091
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98092
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98093
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97303
98094
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97304
98095
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97305
98096
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97379,6 +98170,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97379
98170
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
97380
98171
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97381
98172
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98173
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98174
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98175
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98176
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98177
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98178
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98179
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97382
98180
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97383
98181
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97384
98182
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97401,6 +98199,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97401
98199
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97402
98200
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97403
98201
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98202
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98203
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98204
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98205
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98206
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98207
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98208
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97404
98209
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97405
98210
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97406
98211
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97423,6 +98228,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97423
98228
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97424
98229
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97425
98230
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98231
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98232
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98233
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98234
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98235
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98236
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98237
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97426
98238
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97427
98239
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97428
98240
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97504,6 +98316,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97504
98316
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
97505
98317
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97506
98318
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98319
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98320
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98321
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98322
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98323
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98324
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98325
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97507
98326
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97508
98327
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97509
98328
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97526,6 +98345,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97526
98345
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97527
98346
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97528
98347
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98348
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98349
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98350
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98351
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98352
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98353
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98354
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97529
98355
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97530
98356
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97531
98357
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97548,6 +98374,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97548
98374
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97549
98375
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97550
98376
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98377
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98378
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98379
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98380
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98381
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98382
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98383
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97551
98384
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97552
98385
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97553
98386
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97598,6 +98431,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97598
98431
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
97599
98432
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97600
98433
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98434
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98435
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98436
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98437
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98438
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98439
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98440
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97601
98441
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97602
98442
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97603
98443
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97620,6 +98460,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97620
98460
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97621
98461
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97622
98462
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98463
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98464
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98465
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98466
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98467
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98468
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98469
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97623
98470
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97624
98471
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97625
98472
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97642,6 +98489,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97642
98489
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97643
98490
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97644
98491
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98492
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98493
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98494
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98495
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98496
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98497
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98498
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97645
98499
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97646
98500
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97647
98501
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97692,6 +98546,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97692
98546
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
97693
98547
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97694
98548
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98549
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98550
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98551
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98552
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98553
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98554
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98555
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97695
98556
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97696
98557
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97697
98558
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97714,6 +98575,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97714
98575
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97715
98576
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97716
98577
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98578
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98579
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98580
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98581
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98582
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98583
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98584
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97717
98585
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97718
98586
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97719
98587
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97736,6 +98604,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97736
98604
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97737
98605
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97738
98606
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98607
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98608
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98609
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98610
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98611
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98612
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98613
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97739
98614
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97740
98615
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97741
98616
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97783,6 +98658,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97783
98658
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
97784
98659
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
97785
98660
|
metadataGeneration?: z.objectOutputType<{
|
|
98661
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98662
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98663
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98664
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98665
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98666
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98667
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97786
98668
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97787
98669
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97788
98670
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -97935,6 +98817,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
97935
98817
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
97936
98818
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
97937
98819
|
metadataGeneration?: z.objectOutputType<{
|
|
98820
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
98821
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98822
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
98823
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98824
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
98825
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
98826
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
97938
98827
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
97939
98828
|
instructions: z.ZodOptional<z.ZodString>;
|
|
97940
98829
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -115056,6 +115945,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
115056
115945
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
115057
115946
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
115058
115947
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
115948
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
115949
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
115950
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
115951
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
115952
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
115953
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
115954
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
115059
115955
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
115060
115956
|
instructions: z.ZodOptional<z.ZodString>;
|
|
115061
115957
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -115078,6 +115974,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
115078
115974
|
instructions: z.ZodOptional<z.ZodString>;
|
|
115079
115975
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
115080
115976
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
115977
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
115978
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
115979
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
115980
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
115981
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
115982
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
115983
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
115081
115984
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
115082
115985
|
instructions: z.ZodOptional<z.ZodString>;
|
|
115083
115986
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -115100,6 +116003,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
115100
116003
|
instructions: z.ZodOptional<z.ZodString>;
|
|
115101
116004
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
115102
116005
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
116006
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
116007
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
116008
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
116009
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
116010
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
116011
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
116012
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
115103
116013
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
115104
116014
|
instructions: z.ZodOptional<z.ZodString>;
|
|
115105
116015
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -115163,6 +116073,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
115163
116073
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
115164
116074
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
115165
116075
|
metadataGeneration?: z.objectOutputType<{
|
|
116076
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
116077
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
116078
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
116079
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
116080
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
116081
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
116082
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
115166
116083
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
115167
116084
|
instructions: z.ZodOptional<z.ZodString>;
|
|
115168
116085
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -118849,6 +119766,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
118849
119766
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
118850
119767
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
118851
119768
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
119769
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
119770
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
119771
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
119772
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
119773
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
119774
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
119775
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
118852
119776
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
118853
119777
|
instructions: z.ZodOptional<z.ZodString>;
|
|
118854
119778
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -118871,6 +119795,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
118871
119795
|
instructions: z.ZodOptional<z.ZodString>;
|
|
118872
119796
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
118873
119797
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
119798
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
119799
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
119800
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
119801
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
119802
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
119803
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
119804
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
118874
119805
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
118875
119806
|
instructions: z.ZodOptional<z.ZodString>;
|
|
118876
119807
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -118893,6 +119824,13 @@ export declare const WSSessionOutboundSchema: z.ZodObject<{
|
|
|
118893
119824
|
instructions: z.ZodOptional<z.ZodString>;
|
|
118894
119825
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
118895
119826
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
119827
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
119828
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
119829
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
119830
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
119831
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
119832
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
119833
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
118896
119834
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
118897
119835
|
instructions: z.ZodOptional<z.ZodString>;
|
|
118898
119836
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -121261,6 +122199,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
121261
122199
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
121262
122200
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121263
122201
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122202
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122203
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122204
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122205
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122206
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122207
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122208
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121264
122209
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
121265
122210
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121266
122211
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -121283,6 +122228,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
121283
122228
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121284
122229
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121285
122230
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122231
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122232
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122233
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122234
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122235
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122236
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122237
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121286
122238
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
121287
122239
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121288
122240
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -121305,6 +122257,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
121305
122257
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121306
122258
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121307
122259
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122260
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122261
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122262
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122263
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122264
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122265
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122266
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121308
122267
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
121309
122268
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121310
122269
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -121355,6 +122314,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
121355
122314
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
121356
122315
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121357
122316
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122317
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122318
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122319
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122320
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122321
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122322
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122323
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121358
122324
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
121359
122325
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121360
122326
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -121377,6 +122343,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
121377
122343
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121378
122344
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121379
122345
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122346
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122347
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122348
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122349
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122350
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122351
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122352
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121380
122353
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
121381
122354
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121382
122355
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -121399,6 +122372,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
121399
122372
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121400
122373
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121401
122374
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122375
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122376
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122377
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122378
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122379
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122380
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122381
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121402
122382
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
121403
122383
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121404
122384
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -121449,6 +122429,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
121449
122429
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
121450
122430
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121451
122431
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122432
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122433
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122434
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122435
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122436
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122437
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122438
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121452
122439
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
121453
122440
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121454
122441
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -121471,6 +122458,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
121471
122458
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121472
122459
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121473
122460
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122461
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122462
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122463
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122464
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122465
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122466
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122467
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121474
122468
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
121475
122469
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121476
122470
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -121493,6 +122487,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
121493
122487
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121494
122488
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121495
122489
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122490
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122491
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122492
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122493
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122494
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122495
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122496
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121496
122497
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
121497
122498
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121498
122499
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -121541,6 +122542,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
121541
122542
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
121542
122543
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
121543
122544
|
metadataGeneration?: z.objectOutputType<{
|
|
122545
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
122546
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122547
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
122548
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122549
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
122550
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
122551
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
121544
122552
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
121545
122553
|
instructions: z.ZodOptional<z.ZodString>;
|
|
121546
122554
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -125319,6 +126327,13 @@ export declare const WSInboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z.
|
|
|
125319
126327
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
125320
126328
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
125321
126329
|
metadataGeneration?: z.objectOutputType<{
|
|
126330
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
126331
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
126332
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
126333
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
126334
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
126335
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
126336
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
125322
126337
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
125323
126338
|
instructions: z.ZodOptional<z.ZodString>;
|
|
125324
126339
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142329,6 +143344,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142329
143344
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
142330
143345
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142331
143346
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143347
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143348
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143349
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143350
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143351
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143352
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143353
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142332
143354
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142333
143355
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142334
143356
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142351,6 +143373,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142351
143373
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142352
143374
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142353
143375
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143376
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143377
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143378
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143379
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143380
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143381
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143382
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142354
143383
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142355
143384
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142356
143385
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142373,6 +143402,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142373
143402
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142374
143403
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142375
143404
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143405
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143406
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143407
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143408
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143409
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143410
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143411
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142376
143412
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142377
143413
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142378
143414
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142423,6 +143459,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142423
143459
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
142424
143460
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142425
143461
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143462
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143463
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143464
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143465
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143466
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143467
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143468
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142426
143469
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142427
143470
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142428
143471
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142445,6 +143488,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142445
143488
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142446
143489
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142447
143490
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143491
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143492
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143493
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143494
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143495
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143496
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143497
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142448
143498
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142449
143499
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142450
143500
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142467,6 +143517,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142467
143517
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142468
143518
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142469
143519
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143520
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143521
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143522
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143523
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143524
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143525
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143526
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142470
143527
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142471
143528
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142472
143529
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142517,6 +143574,141 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142517
143574
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
142518
143575
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142519
143576
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143577
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143578
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143579
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143580
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143581
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143582
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143583
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143584
|
+
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143585
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143586
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143587
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143588
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143589
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143590
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143591
|
+
commitMessage: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143592
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143593
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143594
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143595
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143596
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143597
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143598
|
+
pullRequest: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143599
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143600
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143601
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143602
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143603
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143604
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143605
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143606
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143607
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143608
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143609
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143610
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143611
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143612
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143613
|
+
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143614
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143615
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143616
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143617
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143618
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143619
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143620
|
+
commitMessage: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143621
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143622
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143623
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143624
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143625
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143626
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143627
|
+
pullRequest: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143628
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143629
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143630
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143631
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143632
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143633
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143634
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143635
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143636
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143637
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143638
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143639
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143640
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143641
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143642
|
+
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143643
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143644
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143645
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143646
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143647
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143648
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143649
|
+
commitMessage: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143650
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143651
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143652
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143653
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143654
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143655
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143656
|
+
pullRequest: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143657
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143658
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143659
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143660
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143661
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143662
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143663
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143664
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
143665
|
+
revision: z.ZodNullable<z.ZodObject<{
|
|
143666
|
+
mtimeMs: z.ZodNumber;
|
|
143667
|
+
size: z.ZodNumber;
|
|
143668
|
+
}, "strip", z.ZodTypeAny, {
|
|
143669
|
+
size: number;
|
|
143670
|
+
mtimeMs: number;
|
|
143671
|
+
}, {
|
|
143672
|
+
size: number;
|
|
143673
|
+
mtimeMs: number;
|
|
143674
|
+
}>>;
|
|
143675
|
+
}, "strip", z.ZodTypeAny, {
|
|
143676
|
+
requestId: string;
|
|
143677
|
+
config: z.objectOutputType<{
|
|
143678
|
+
worktree: z.ZodOptional<z.ZodObject<{
|
|
143679
|
+
setup: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
143680
|
+
teardown: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
143681
|
+
terminals: z.ZodOptional<z.ZodUnknown>;
|
|
143682
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143683
|
+
setup: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
143684
|
+
teardown: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
143685
|
+
terminals: z.ZodOptional<z.ZodUnknown>;
|
|
143686
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143687
|
+
setup: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
143688
|
+
teardown: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
143689
|
+
terminals: z.ZodOptional<z.ZodUnknown>;
|
|
143690
|
+
}, z.ZodTypeAny, "passthrough">>>;
|
|
143691
|
+
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
143692
|
+
type: z.ZodOptional<z.ZodUnknown>;
|
|
143693
|
+
command: z.ZodOptional<z.ZodUnknown>;
|
|
143694
|
+
port: z.ZodOptional<z.ZodUnknown>;
|
|
143695
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143696
|
+
type: z.ZodOptional<z.ZodUnknown>;
|
|
143697
|
+
command: z.ZodOptional<z.ZodUnknown>;
|
|
143698
|
+
port: z.ZodOptional<z.ZodUnknown>;
|
|
143699
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143700
|
+
type: z.ZodOptional<z.ZodUnknown>;
|
|
143701
|
+
command: z.ZodOptional<z.ZodUnknown>;
|
|
143702
|
+
port: z.ZodOptional<z.ZodUnknown>;
|
|
143703
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143704
|
+
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143705
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143706
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143707
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143708
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143709
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143710
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143711
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142520
143712
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142521
143713
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142522
143714
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142539,28 +143731,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142539
143731
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142540
143732
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142541
143733
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142542
|
-
|
|
143734
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142543
143735
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142544
143736
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142545
143737
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142546
143738
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142547
143739
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142548
143740
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142549
|
-
commitMessage: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142550
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142551
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142552
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142553
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142554
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142555
|
-
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142556
|
-
pullRequest: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142557
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142558
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142559
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142560
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142561
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142562
|
-
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142563
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142564
143741
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142565
143742
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142566
143743
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142582,92 +143759,14 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142582
143759
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142583
143760
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142584
143761
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142585
|
-
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142586
|
-
}, z.ZodTypeAny, "passthrough">>>;
|
|
142587
|
-
revision: z.ZodNullable<z.ZodObject<{
|
|
142588
|
-
mtimeMs: z.ZodNumber;
|
|
142589
|
-
size: z.ZodNumber;
|
|
142590
|
-
}, "strip", z.ZodTypeAny, {
|
|
142591
|
-
size: number;
|
|
142592
|
-
mtimeMs: number;
|
|
142593
|
-
}, {
|
|
142594
|
-
size: number;
|
|
142595
|
-
mtimeMs: number;
|
|
142596
|
-
}>>;
|
|
142597
|
-
}, "strip", z.ZodTypeAny, {
|
|
142598
|
-
requestId: string;
|
|
142599
|
-
config: z.objectOutputType<{
|
|
142600
|
-
worktree: z.ZodOptional<z.ZodObject<{
|
|
142601
|
-
setup: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
142602
|
-
teardown: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
142603
|
-
terminals: z.ZodOptional<z.ZodUnknown>;
|
|
142604
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142605
|
-
setup: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
142606
|
-
teardown: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
142607
|
-
terminals: z.ZodOptional<z.ZodUnknown>;
|
|
142608
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142609
|
-
setup: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
142610
|
-
teardown: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
|
|
142611
|
-
terminals: z.ZodOptional<z.ZodUnknown>;
|
|
142612
|
-
}, z.ZodTypeAny, "passthrough">>>;
|
|
142613
|
-
scripts: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
142614
|
-
type: z.ZodOptional<z.ZodUnknown>;
|
|
142615
|
-
command: z.ZodOptional<z.ZodUnknown>;
|
|
142616
|
-
port: z.ZodOptional<z.ZodUnknown>;
|
|
142617
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142618
|
-
type: z.ZodOptional<z.ZodUnknown>;
|
|
142619
|
-
command: z.ZodOptional<z.ZodUnknown>;
|
|
142620
|
-
port: z.ZodOptional<z.ZodUnknown>;
|
|
142621
143762
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142622
|
-
|
|
142623
|
-
command: z.ZodOptional<z.ZodUnknown>;
|
|
142624
|
-
port: z.ZodOptional<z.ZodUnknown>;
|
|
142625
|
-
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142626
|
-
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142627
|
-
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142628
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142629
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142630
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142631
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142632
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142633
|
-
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142634
|
-
commitMessage: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143763
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142635
143764
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142636
143765
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142637
143766
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142638
143767
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142639
143768
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142640
143769
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142641
|
-
pullRequest: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142642
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142643
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142644
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142645
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142646
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142647
|
-
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142648
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142649
|
-
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142650
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142651
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142652
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142653
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142654
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142655
|
-
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142656
|
-
commitMessage: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142657
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142658
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142659
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142660
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142661
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142662
|
-
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142663
|
-
pullRequest: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142664
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142665
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
142666
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142667
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142668
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
142669
|
-
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142670
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
142671
143770
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142672
143771
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142673
143772
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142727,6 +143826,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142727
143826
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
142728
143827
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142729
143828
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143829
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143830
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143831
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143832
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143833
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143834
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143835
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142730
143836
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142731
143837
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142732
143838
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142749,6 +143855,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142749
143855
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142750
143856
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142751
143857
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143858
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143859
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143860
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143861
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143862
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143863
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143864
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142752
143865
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142753
143866
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142754
143867
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142771,6 +143884,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142771
143884
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142772
143885
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142773
143886
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143887
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143888
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143889
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
143890
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143891
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
143892
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
143893
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142774
143894
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142775
143895
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142776
143896
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142914,6 +144034,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142914
144034
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
142915
144035
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142916
144036
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144037
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144038
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144039
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144040
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144041
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144042
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144043
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142917
144044
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142918
144045
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142919
144046
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142936,6 +144063,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142936
144063
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142937
144064
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142938
144065
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144066
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144067
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144068
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144069
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144070
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144071
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144072
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142939
144073
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142940
144074
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142941
144075
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -142958,6 +144092,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
142958
144092
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142959
144093
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142960
144094
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144095
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144096
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144097
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144098
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144099
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144100
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144101
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
142961
144102
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
142962
144103
|
instructions: z.ZodOptional<z.ZodString>;
|
|
142963
144104
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143037,6 +144178,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143037
144178
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
143038
144179
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143039
144180
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144181
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144182
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144183
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144184
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144185
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144186
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144187
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143040
144188
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143041
144189
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143042
144190
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143059,6 +144207,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143059
144207
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143060
144208
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143061
144209
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144210
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144211
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144212
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144213
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144214
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144215
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144216
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143062
144217
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143063
144218
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143064
144219
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143081,6 +144236,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143081
144236
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143082
144237
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143083
144238
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144239
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144240
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144241
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144242
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144243
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144244
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144245
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143084
144246
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143085
144247
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143086
144248
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143162,6 +144324,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143162
144324
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
143163
144325
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143164
144326
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144327
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144328
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144329
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144330
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144331
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144332
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144333
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143165
144334
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143166
144335
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143167
144336
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143184,6 +144353,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143184
144353
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143185
144354
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143186
144355
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144356
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144357
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144358
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144359
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144360
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144361
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144362
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143187
144363
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143188
144364
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143189
144365
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143206,6 +144382,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143206
144382
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143207
144383
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143208
144384
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144385
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144386
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144387
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144388
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144389
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144390
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144391
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143209
144392
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143210
144393
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143211
144394
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143256,6 +144439,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143256
144439
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
143257
144440
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143258
144441
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144442
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144443
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144444
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144445
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144446
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144447
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144448
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143259
144449
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143260
144450
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143261
144451
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143278,6 +144468,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143278
144468
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143279
144469
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143280
144470
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144471
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144472
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144473
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144474
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144475
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144476
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144477
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143281
144478
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143282
144479
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143283
144480
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143300,6 +144497,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143300
144497
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143301
144498
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143302
144499
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144500
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144501
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144502
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144503
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144504
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144505
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144506
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143303
144507
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143304
144508
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143305
144509
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143350,6 +144554,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143350
144554
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
143351
144555
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143352
144556
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144557
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144558
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144559
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144560
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144561
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144562
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144563
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143353
144564
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143354
144565
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143355
144566
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143372,6 +144583,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143372
144583
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143373
144584
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143374
144585
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144586
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144587
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144588
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144589
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144590
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144591
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144592
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143375
144593
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143376
144594
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143377
144595
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143394,6 +144612,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143394
144612
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143395
144613
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143396
144614
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144615
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144616
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144617
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144618
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144619
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144620
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144621
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143397
144622
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143398
144623
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143399
144624
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143441,6 +144666,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143441
144666
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
143442
144667
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
143443
144668
|
metadataGeneration?: z.objectOutputType<{
|
|
144669
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144670
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144671
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144672
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144673
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144674
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144675
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143444
144676
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143445
144677
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143446
144678
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -143593,6 +144825,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
143593
144825
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
143594
144826
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
143595
144827
|
metadataGeneration?: z.objectOutputType<{
|
|
144828
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
144829
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144830
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
144831
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144832
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
144833
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
144834
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
143596
144835
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
143597
144836
|
instructions: z.ZodOptional<z.ZodString>;
|
|
143598
144837
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -160714,6 +161953,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
160714
161953
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
160715
161954
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
160716
161955
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
161956
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
161957
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
161958
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
161959
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
161960
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
161961
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
161962
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
160717
161963
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
160718
161964
|
instructions: z.ZodOptional<z.ZodString>;
|
|
160719
161965
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -160736,6 +161982,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
160736
161982
|
instructions: z.ZodOptional<z.ZodString>;
|
|
160737
161983
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
160738
161984
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
161985
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
161986
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
161987
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
161988
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
161989
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
161990
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
161991
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
160739
161992
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
160740
161993
|
instructions: z.ZodOptional<z.ZodString>;
|
|
160741
161994
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -160758,6 +162011,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
160758
162011
|
instructions: z.ZodOptional<z.ZodString>;
|
|
160759
162012
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
160760
162013
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
162014
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
162015
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
162016
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
162017
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
162018
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
162019
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
162020
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
160761
162021
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
160762
162022
|
instructions: z.ZodOptional<z.ZodString>;
|
|
160763
162023
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -160821,6 +162081,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
160821
162081
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
160822
162082
|
}, z.ZodTypeAny, "passthrough">> | undefined;
|
|
160823
162083
|
metadataGeneration?: z.objectOutputType<{
|
|
162084
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
162085
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
162086
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
162087
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
162088
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
162089
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
162090
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
160824
162091
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
160825
162092
|
instructions: z.ZodOptional<z.ZodString>;
|
|
160826
162093
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -164507,6 +165774,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
164507
165774
|
port: z.ZodOptional<z.ZodUnknown>;
|
|
164508
165775
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
164509
165776
|
metadataGeneration: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
165777
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
165778
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
165779
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
165780
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
165781
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
165782
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
165783
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
164510
165784
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
164511
165785
|
instructions: z.ZodOptional<z.ZodString>;
|
|
164512
165786
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -164529,6 +165803,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
164529
165803
|
instructions: z.ZodOptional<z.ZodString>;
|
|
164530
165804
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
164531
165805
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
165806
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
165807
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
165808
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
165809
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
165810
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
165811
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
165812
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
164532
165813
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
164533
165814
|
instructions: z.ZodOptional<z.ZodString>;
|
|
164534
165815
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
@@ -164551,6 +165832,13 @@ export declare const WSOutboundMessageSchema: z.ZodDiscriminatedUnion<"type", [z
|
|
|
164551
165832
|
instructions: z.ZodOptional<z.ZodString>;
|
|
164552
165833
|
}, z.ZodTypeAny, "passthrough">>>>;
|
|
164553
165834
|
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
165835
|
+
title: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
165836
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
165837
|
+
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
165838
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
165839
|
+
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
165840
|
+
instructions: z.ZodOptional<z.ZodString>;
|
|
165841
|
+
}, z.ZodTypeAny, "passthrough">>>>;
|
|
164554
165842
|
branchName: z.ZodOptional<z.ZodCatch<z.ZodObject<{
|
|
164555
165843
|
instructions: z.ZodOptional<z.ZodString>;
|
|
164556
165844
|
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|