@roo-code/types 1.82.0 → 1.83.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +103 -0
- package/dist/index.d.ts +103 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -19648,6 +19648,7 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
19648
19648
|
name: string;
|
|
19649
19649
|
provider?: string | undefined;
|
|
19650
19650
|
}>, "many">>;
|
|
19651
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
19651
19652
|
}, "strip", z.ZodTypeAny, {
|
|
19652
19653
|
task: {
|
|
19653
19654
|
taskId: string;
|
|
@@ -19763,6 +19764,7 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
19763
19764
|
defaultBranch?: string | undefined;
|
|
19764
19765
|
} | undefined;
|
|
19765
19766
|
providerProfile?: string | undefined;
|
|
19767
|
+
isCloudAgent?: boolean | undefined;
|
|
19766
19768
|
}, {
|
|
19767
19769
|
task: {
|
|
19768
19770
|
taskId: string;
|
|
@@ -19878,6 +19880,7 @@ declare const extensionInstanceSchema: z.ZodObject<{
|
|
|
19878
19880
|
defaultBranch?: string | undefined;
|
|
19879
19881
|
} | undefined;
|
|
19880
19882
|
providerProfile?: string | undefined;
|
|
19883
|
+
isCloudAgent?: boolean | undefined;
|
|
19881
19884
|
}>;
|
|
19882
19885
|
type ExtensionInstance = z.infer<typeof extensionInstanceSchema>;
|
|
19883
19886
|
/**
|
|
@@ -20382,6 +20385,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20382
20385
|
name: string;
|
|
20383
20386
|
provider?: string | undefined;
|
|
20384
20387
|
}>, "many">>;
|
|
20388
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
20385
20389
|
}, "strip", z.ZodTypeAny, {
|
|
20386
20390
|
task: {
|
|
20387
20391
|
taskId: string;
|
|
@@ -20497,6 +20501,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20497
20501
|
defaultBranch?: string | undefined;
|
|
20498
20502
|
} | undefined;
|
|
20499
20503
|
providerProfile?: string | undefined;
|
|
20504
|
+
isCloudAgent?: boolean | undefined;
|
|
20500
20505
|
}, {
|
|
20501
20506
|
task: {
|
|
20502
20507
|
taskId: string;
|
|
@@ -20612,6 +20617,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20612
20617
|
defaultBranch?: string | undefined;
|
|
20613
20618
|
} | undefined;
|
|
20614
20619
|
providerProfile?: string | undefined;
|
|
20620
|
+
isCloudAgent?: boolean | undefined;
|
|
20615
20621
|
}>;
|
|
20616
20622
|
timestamp: z.ZodNumber;
|
|
20617
20623
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -20732,6 +20738,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20732
20738
|
defaultBranch?: string | undefined;
|
|
20733
20739
|
} | undefined;
|
|
20734
20740
|
providerProfile?: string | undefined;
|
|
20741
|
+
isCloudAgent?: boolean | undefined;
|
|
20735
20742
|
};
|
|
20736
20743
|
}, {
|
|
20737
20744
|
type: ExtensionBridgeEventName.TaskCreated;
|
|
@@ -20851,6 +20858,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
20851
20858
|
defaultBranch?: string | undefined;
|
|
20852
20859
|
} | undefined;
|
|
20853
20860
|
providerProfile?: string | undefined;
|
|
20861
|
+
isCloudAgent?: boolean | undefined;
|
|
20854
20862
|
};
|
|
20855
20863
|
}>, z.ZodObject<{
|
|
20856
20864
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskStarted>;
|
|
@@ -21329,6 +21337,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21329
21337
|
name: string;
|
|
21330
21338
|
provider?: string | undefined;
|
|
21331
21339
|
}>, "many">>;
|
|
21340
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
21332
21341
|
}, "strip", z.ZodTypeAny, {
|
|
21333
21342
|
task: {
|
|
21334
21343
|
taskId: string;
|
|
@@ -21444,6 +21453,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21444
21453
|
defaultBranch?: string | undefined;
|
|
21445
21454
|
} | undefined;
|
|
21446
21455
|
providerProfile?: string | undefined;
|
|
21456
|
+
isCloudAgent?: boolean | undefined;
|
|
21447
21457
|
}, {
|
|
21448
21458
|
task: {
|
|
21449
21459
|
taskId: string;
|
|
@@ -21559,6 +21569,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21559
21569
|
defaultBranch?: string | undefined;
|
|
21560
21570
|
} | undefined;
|
|
21561
21571
|
providerProfile?: string | undefined;
|
|
21572
|
+
isCloudAgent?: boolean | undefined;
|
|
21562
21573
|
}>;
|
|
21563
21574
|
timestamp: z.ZodNumber;
|
|
21564
21575
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -21679,6 +21690,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21679
21690
|
defaultBranch?: string | undefined;
|
|
21680
21691
|
} | undefined;
|
|
21681
21692
|
providerProfile?: string | undefined;
|
|
21693
|
+
isCloudAgent?: boolean | undefined;
|
|
21682
21694
|
};
|
|
21683
21695
|
}, {
|
|
21684
21696
|
type: ExtensionBridgeEventName.TaskStarted;
|
|
@@ -21798,6 +21810,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
21798
21810
|
defaultBranch?: string | undefined;
|
|
21799
21811
|
} | undefined;
|
|
21800
21812
|
providerProfile?: string | undefined;
|
|
21813
|
+
isCloudAgent?: boolean | undefined;
|
|
21801
21814
|
};
|
|
21802
21815
|
}>, z.ZodObject<{
|
|
21803
21816
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskCompleted>;
|
|
@@ -22276,6 +22289,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22276
22289
|
name: string;
|
|
22277
22290
|
provider?: string | undefined;
|
|
22278
22291
|
}>, "many">>;
|
|
22292
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
22279
22293
|
}, "strip", z.ZodTypeAny, {
|
|
22280
22294
|
task: {
|
|
22281
22295
|
taskId: string;
|
|
@@ -22391,6 +22405,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22391
22405
|
defaultBranch?: string | undefined;
|
|
22392
22406
|
} | undefined;
|
|
22393
22407
|
providerProfile?: string | undefined;
|
|
22408
|
+
isCloudAgent?: boolean | undefined;
|
|
22394
22409
|
}, {
|
|
22395
22410
|
task: {
|
|
22396
22411
|
taskId: string;
|
|
@@ -22506,6 +22521,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22506
22521
|
defaultBranch?: string | undefined;
|
|
22507
22522
|
} | undefined;
|
|
22508
22523
|
providerProfile?: string | undefined;
|
|
22524
|
+
isCloudAgent?: boolean | undefined;
|
|
22509
22525
|
}>;
|
|
22510
22526
|
timestamp: z.ZodNumber;
|
|
22511
22527
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -22626,6 +22642,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22626
22642
|
defaultBranch?: string | undefined;
|
|
22627
22643
|
} | undefined;
|
|
22628
22644
|
providerProfile?: string | undefined;
|
|
22645
|
+
isCloudAgent?: boolean | undefined;
|
|
22629
22646
|
};
|
|
22630
22647
|
}, {
|
|
22631
22648
|
type: ExtensionBridgeEventName.TaskCompleted;
|
|
@@ -22745,6 +22762,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
22745
22762
|
defaultBranch?: string | undefined;
|
|
22746
22763
|
} | undefined;
|
|
22747
22764
|
providerProfile?: string | undefined;
|
|
22765
|
+
isCloudAgent?: boolean | undefined;
|
|
22748
22766
|
};
|
|
22749
22767
|
}>, z.ZodObject<{
|
|
22750
22768
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskAborted>;
|
|
@@ -23223,6 +23241,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23223
23241
|
name: string;
|
|
23224
23242
|
provider?: string | undefined;
|
|
23225
23243
|
}>, "many">>;
|
|
23244
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
23226
23245
|
}, "strip", z.ZodTypeAny, {
|
|
23227
23246
|
task: {
|
|
23228
23247
|
taskId: string;
|
|
@@ -23338,6 +23357,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23338
23357
|
defaultBranch?: string | undefined;
|
|
23339
23358
|
} | undefined;
|
|
23340
23359
|
providerProfile?: string | undefined;
|
|
23360
|
+
isCloudAgent?: boolean | undefined;
|
|
23341
23361
|
}, {
|
|
23342
23362
|
task: {
|
|
23343
23363
|
taskId: string;
|
|
@@ -23453,6 +23473,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23453
23473
|
defaultBranch?: string | undefined;
|
|
23454
23474
|
} | undefined;
|
|
23455
23475
|
providerProfile?: string | undefined;
|
|
23476
|
+
isCloudAgent?: boolean | undefined;
|
|
23456
23477
|
}>;
|
|
23457
23478
|
timestamp: z.ZodNumber;
|
|
23458
23479
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -23573,6 +23594,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23573
23594
|
defaultBranch?: string | undefined;
|
|
23574
23595
|
} | undefined;
|
|
23575
23596
|
providerProfile?: string | undefined;
|
|
23597
|
+
isCloudAgent?: boolean | undefined;
|
|
23576
23598
|
};
|
|
23577
23599
|
}, {
|
|
23578
23600
|
type: ExtensionBridgeEventName.TaskAborted;
|
|
@@ -23692,6 +23714,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
23692
23714
|
defaultBranch?: string | undefined;
|
|
23693
23715
|
} | undefined;
|
|
23694
23716
|
providerProfile?: string | undefined;
|
|
23717
|
+
isCloudAgent?: boolean | undefined;
|
|
23695
23718
|
};
|
|
23696
23719
|
}>, z.ZodObject<{
|
|
23697
23720
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskFocused>;
|
|
@@ -24170,6 +24193,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24170
24193
|
name: string;
|
|
24171
24194
|
provider?: string | undefined;
|
|
24172
24195
|
}>, "many">>;
|
|
24196
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
24173
24197
|
}, "strip", z.ZodTypeAny, {
|
|
24174
24198
|
task: {
|
|
24175
24199
|
taskId: string;
|
|
@@ -24285,6 +24309,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24285
24309
|
defaultBranch?: string | undefined;
|
|
24286
24310
|
} | undefined;
|
|
24287
24311
|
providerProfile?: string | undefined;
|
|
24312
|
+
isCloudAgent?: boolean | undefined;
|
|
24288
24313
|
}, {
|
|
24289
24314
|
task: {
|
|
24290
24315
|
taskId: string;
|
|
@@ -24400,6 +24425,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24400
24425
|
defaultBranch?: string | undefined;
|
|
24401
24426
|
} | undefined;
|
|
24402
24427
|
providerProfile?: string | undefined;
|
|
24428
|
+
isCloudAgent?: boolean | undefined;
|
|
24403
24429
|
}>;
|
|
24404
24430
|
timestamp: z.ZodNumber;
|
|
24405
24431
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -24520,6 +24546,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24520
24546
|
defaultBranch?: string | undefined;
|
|
24521
24547
|
} | undefined;
|
|
24522
24548
|
providerProfile?: string | undefined;
|
|
24549
|
+
isCloudAgent?: boolean | undefined;
|
|
24523
24550
|
};
|
|
24524
24551
|
}, {
|
|
24525
24552
|
type: ExtensionBridgeEventName.TaskFocused;
|
|
@@ -24639,6 +24666,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
24639
24666
|
defaultBranch?: string | undefined;
|
|
24640
24667
|
} | undefined;
|
|
24641
24668
|
providerProfile?: string | undefined;
|
|
24669
|
+
isCloudAgent?: boolean | undefined;
|
|
24642
24670
|
};
|
|
24643
24671
|
}>, z.ZodObject<{
|
|
24644
24672
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskUnfocused>;
|
|
@@ -25117,6 +25145,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25117
25145
|
name: string;
|
|
25118
25146
|
provider?: string | undefined;
|
|
25119
25147
|
}>, "many">>;
|
|
25148
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
25120
25149
|
}, "strip", z.ZodTypeAny, {
|
|
25121
25150
|
task: {
|
|
25122
25151
|
taskId: string;
|
|
@@ -25232,6 +25261,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25232
25261
|
defaultBranch?: string | undefined;
|
|
25233
25262
|
} | undefined;
|
|
25234
25263
|
providerProfile?: string | undefined;
|
|
25264
|
+
isCloudAgent?: boolean | undefined;
|
|
25235
25265
|
}, {
|
|
25236
25266
|
task: {
|
|
25237
25267
|
taskId: string;
|
|
@@ -25347,6 +25377,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25347
25377
|
defaultBranch?: string | undefined;
|
|
25348
25378
|
} | undefined;
|
|
25349
25379
|
providerProfile?: string | undefined;
|
|
25380
|
+
isCloudAgent?: boolean | undefined;
|
|
25350
25381
|
}>;
|
|
25351
25382
|
timestamp: z.ZodNumber;
|
|
25352
25383
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -25467,6 +25498,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25467
25498
|
defaultBranch?: string | undefined;
|
|
25468
25499
|
} | undefined;
|
|
25469
25500
|
providerProfile?: string | undefined;
|
|
25501
|
+
isCloudAgent?: boolean | undefined;
|
|
25470
25502
|
};
|
|
25471
25503
|
}, {
|
|
25472
25504
|
type: ExtensionBridgeEventName.TaskUnfocused;
|
|
@@ -25586,6 +25618,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
25586
25618
|
defaultBranch?: string | undefined;
|
|
25587
25619
|
} | undefined;
|
|
25588
25620
|
providerProfile?: string | undefined;
|
|
25621
|
+
isCloudAgent?: boolean | undefined;
|
|
25589
25622
|
};
|
|
25590
25623
|
}>, z.ZodObject<{
|
|
25591
25624
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskActive>;
|
|
@@ -26064,6 +26097,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26064
26097
|
name: string;
|
|
26065
26098
|
provider?: string | undefined;
|
|
26066
26099
|
}>, "many">>;
|
|
26100
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
26067
26101
|
}, "strip", z.ZodTypeAny, {
|
|
26068
26102
|
task: {
|
|
26069
26103
|
taskId: string;
|
|
@@ -26179,6 +26213,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26179
26213
|
defaultBranch?: string | undefined;
|
|
26180
26214
|
} | undefined;
|
|
26181
26215
|
providerProfile?: string | undefined;
|
|
26216
|
+
isCloudAgent?: boolean | undefined;
|
|
26182
26217
|
}, {
|
|
26183
26218
|
task: {
|
|
26184
26219
|
taskId: string;
|
|
@@ -26294,6 +26329,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26294
26329
|
defaultBranch?: string | undefined;
|
|
26295
26330
|
} | undefined;
|
|
26296
26331
|
providerProfile?: string | undefined;
|
|
26332
|
+
isCloudAgent?: boolean | undefined;
|
|
26297
26333
|
}>;
|
|
26298
26334
|
timestamp: z.ZodNumber;
|
|
26299
26335
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -26414,6 +26450,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26414
26450
|
defaultBranch?: string | undefined;
|
|
26415
26451
|
} | undefined;
|
|
26416
26452
|
providerProfile?: string | undefined;
|
|
26453
|
+
isCloudAgent?: boolean | undefined;
|
|
26417
26454
|
};
|
|
26418
26455
|
}, {
|
|
26419
26456
|
type: ExtensionBridgeEventName.TaskActive;
|
|
@@ -26533,6 +26570,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
26533
26570
|
defaultBranch?: string | undefined;
|
|
26534
26571
|
} | undefined;
|
|
26535
26572
|
providerProfile?: string | undefined;
|
|
26573
|
+
isCloudAgent?: boolean | undefined;
|
|
26536
26574
|
};
|
|
26537
26575
|
}>, z.ZodObject<{
|
|
26538
26576
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskInteractive>;
|
|
@@ -27011,6 +27049,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27011
27049
|
name: string;
|
|
27012
27050
|
provider?: string | undefined;
|
|
27013
27051
|
}>, "many">>;
|
|
27052
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
27014
27053
|
}, "strip", z.ZodTypeAny, {
|
|
27015
27054
|
task: {
|
|
27016
27055
|
taskId: string;
|
|
@@ -27126,6 +27165,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27126
27165
|
defaultBranch?: string | undefined;
|
|
27127
27166
|
} | undefined;
|
|
27128
27167
|
providerProfile?: string | undefined;
|
|
27168
|
+
isCloudAgent?: boolean | undefined;
|
|
27129
27169
|
}, {
|
|
27130
27170
|
task: {
|
|
27131
27171
|
taskId: string;
|
|
@@ -27241,6 +27281,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27241
27281
|
defaultBranch?: string | undefined;
|
|
27242
27282
|
} | undefined;
|
|
27243
27283
|
providerProfile?: string | undefined;
|
|
27284
|
+
isCloudAgent?: boolean | undefined;
|
|
27244
27285
|
}>;
|
|
27245
27286
|
timestamp: z.ZodNumber;
|
|
27246
27287
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -27361,6 +27402,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27361
27402
|
defaultBranch?: string | undefined;
|
|
27362
27403
|
} | undefined;
|
|
27363
27404
|
providerProfile?: string | undefined;
|
|
27405
|
+
isCloudAgent?: boolean | undefined;
|
|
27364
27406
|
};
|
|
27365
27407
|
}, {
|
|
27366
27408
|
type: ExtensionBridgeEventName.TaskInteractive;
|
|
@@ -27480,6 +27522,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27480
27522
|
defaultBranch?: string | undefined;
|
|
27481
27523
|
} | undefined;
|
|
27482
27524
|
providerProfile?: string | undefined;
|
|
27525
|
+
isCloudAgent?: boolean | undefined;
|
|
27483
27526
|
};
|
|
27484
27527
|
}>, z.ZodObject<{
|
|
27485
27528
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskResumable>;
|
|
@@ -27958,6 +28001,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
27958
28001
|
name: string;
|
|
27959
28002
|
provider?: string | undefined;
|
|
27960
28003
|
}>, "many">>;
|
|
28004
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
27961
28005
|
}, "strip", z.ZodTypeAny, {
|
|
27962
28006
|
task: {
|
|
27963
28007
|
taskId: string;
|
|
@@ -28073,6 +28117,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28073
28117
|
defaultBranch?: string | undefined;
|
|
28074
28118
|
} | undefined;
|
|
28075
28119
|
providerProfile?: string | undefined;
|
|
28120
|
+
isCloudAgent?: boolean | undefined;
|
|
28076
28121
|
}, {
|
|
28077
28122
|
task: {
|
|
28078
28123
|
taskId: string;
|
|
@@ -28188,6 +28233,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28188
28233
|
defaultBranch?: string | undefined;
|
|
28189
28234
|
} | undefined;
|
|
28190
28235
|
providerProfile?: string | undefined;
|
|
28236
|
+
isCloudAgent?: boolean | undefined;
|
|
28191
28237
|
}>;
|
|
28192
28238
|
timestamp: z.ZodNumber;
|
|
28193
28239
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -28308,6 +28354,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28308
28354
|
defaultBranch?: string | undefined;
|
|
28309
28355
|
} | undefined;
|
|
28310
28356
|
providerProfile?: string | undefined;
|
|
28357
|
+
isCloudAgent?: boolean | undefined;
|
|
28311
28358
|
};
|
|
28312
28359
|
}, {
|
|
28313
28360
|
type: ExtensionBridgeEventName.TaskResumable;
|
|
@@ -28427,6 +28474,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28427
28474
|
defaultBranch?: string | undefined;
|
|
28428
28475
|
} | undefined;
|
|
28429
28476
|
providerProfile?: string | undefined;
|
|
28477
|
+
isCloudAgent?: boolean | undefined;
|
|
28430
28478
|
};
|
|
28431
28479
|
}>, z.ZodObject<{
|
|
28432
28480
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskIdle>;
|
|
@@ -28905,6 +28953,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
28905
28953
|
name: string;
|
|
28906
28954
|
provider?: string | undefined;
|
|
28907
28955
|
}>, "many">>;
|
|
28956
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
28908
28957
|
}, "strip", z.ZodTypeAny, {
|
|
28909
28958
|
task: {
|
|
28910
28959
|
taskId: string;
|
|
@@ -29020,6 +29069,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29020
29069
|
defaultBranch?: string | undefined;
|
|
29021
29070
|
} | undefined;
|
|
29022
29071
|
providerProfile?: string | undefined;
|
|
29072
|
+
isCloudAgent?: boolean | undefined;
|
|
29023
29073
|
}, {
|
|
29024
29074
|
task: {
|
|
29025
29075
|
taskId: string;
|
|
@@ -29135,6 +29185,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29135
29185
|
defaultBranch?: string | undefined;
|
|
29136
29186
|
} | undefined;
|
|
29137
29187
|
providerProfile?: string | undefined;
|
|
29188
|
+
isCloudAgent?: boolean | undefined;
|
|
29138
29189
|
}>;
|
|
29139
29190
|
timestamp: z.ZodNumber;
|
|
29140
29191
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -29255,6 +29306,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29255
29306
|
defaultBranch?: string | undefined;
|
|
29256
29307
|
} | undefined;
|
|
29257
29308
|
providerProfile?: string | undefined;
|
|
29309
|
+
isCloudAgent?: boolean | undefined;
|
|
29258
29310
|
};
|
|
29259
29311
|
}, {
|
|
29260
29312
|
type: ExtensionBridgeEventName.TaskIdle;
|
|
@@ -29374,6 +29426,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29374
29426
|
defaultBranch?: string | undefined;
|
|
29375
29427
|
} | undefined;
|
|
29376
29428
|
providerProfile?: string | undefined;
|
|
29429
|
+
isCloudAgent?: boolean | undefined;
|
|
29377
29430
|
};
|
|
29378
29431
|
}>, z.ZodObject<{
|
|
29379
29432
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskPaused>;
|
|
@@ -29852,6 +29905,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29852
29905
|
name: string;
|
|
29853
29906
|
provider?: string | undefined;
|
|
29854
29907
|
}>, "many">>;
|
|
29908
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
29855
29909
|
}, "strip", z.ZodTypeAny, {
|
|
29856
29910
|
task: {
|
|
29857
29911
|
taskId: string;
|
|
@@ -29967,6 +30021,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
29967
30021
|
defaultBranch?: string | undefined;
|
|
29968
30022
|
} | undefined;
|
|
29969
30023
|
providerProfile?: string | undefined;
|
|
30024
|
+
isCloudAgent?: boolean | undefined;
|
|
29970
30025
|
}, {
|
|
29971
30026
|
task: {
|
|
29972
30027
|
taskId: string;
|
|
@@ -30082,6 +30137,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30082
30137
|
defaultBranch?: string | undefined;
|
|
30083
30138
|
} | undefined;
|
|
30084
30139
|
providerProfile?: string | undefined;
|
|
30140
|
+
isCloudAgent?: boolean | undefined;
|
|
30085
30141
|
}>;
|
|
30086
30142
|
timestamp: z.ZodNumber;
|
|
30087
30143
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -30202,6 +30258,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30202
30258
|
defaultBranch?: string | undefined;
|
|
30203
30259
|
} | undefined;
|
|
30204
30260
|
providerProfile?: string | undefined;
|
|
30261
|
+
isCloudAgent?: boolean | undefined;
|
|
30205
30262
|
};
|
|
30206
30263
|
}, {
|
|
30207
30264
|
type: ExtensionBridgeEventName.TaskPaused;
|
|
@@ -30321,6 +30378,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30321
30378
|
defaultBranch?: string | undefined;
|
|
30322
30379
|
} | undefined;
|
|
30323
30380
|
providerProfile?: string | undefined;
|
|
30381
|
+
isCloudAgent?: boolean | undefined;
|
|
30324
30382
|
};
|
|
30325
30383
|
}>, z.ZodObject<{
|
|
30326
30384
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskUnpaused>;
|
|
@@ -30799,6 +30857,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30799
30857
|
name: string;
|
|
30800
30858
|
provider?: string | undefined;
|
|
30801
30859
|
}>, "many">>;
|
|
30860
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
30802
30861
|
}, "strip", z.ZodTypeAny, {
|
|
30803
30862
|
task: {
|
|
30804
30863
|
taskId: string;
|
|
@@ -30914,6 +30973,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
30914
30973
|
defaultBranch?: string | undefined;
|
|
30915
30974
|
} | undefined;
|
|
30916
30975
|
providerProfile?: string | undefined;
|
|
30976
|
+
isCloudAgent?: boolean | undefined;
|
|
30917
30977
|
}, {
|
|
30918
30978
|
task: {
|
|
30919
30979
|
taskId: string;
|
|
@@ -31029,6 +31089,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31029
31089
|
defaultBranch?: string | undefined;
|
|
31030
31090
|
} | undefined;
|
|
31031
31091
|
providerProfile?: string | undefined;
|
|
31092
|
+
isCloudAgent?: boolean | undefined;
|
|
31032
31093
|
}>;
|
|
31033
31094
|
timestamp: z.ZodNumber;
|
|
31034
31095
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -31149,6 +31210,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31149
31210
|
defaultBranch?: string | undefined;
|
|
31150
31211
|
} | undefined;
|
|
31151
31212
|
providerProfile?: string | undefined;
|
|
31213
|
+
isCloudAgent?: boolean | undefined;
|
|
31152
31214
|
};
|
|
31153
31215
|
}, {
|
|
31154
31216
|
type: ExtensionBridgeEventName.TaskUnpaused;
|
|
@@ -31268,6 +31330,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31268
31330
|
defaultBranch?: string | undefined;
|
|
31269
31331
|
} | undefined;
|
|
31270
31332
|
providerProfile?: string | undefined;
|
|
31333
|
+
isCloudAgent?: boolean | undefined;
|
|
31271
31334
|
};
|
|
31272
31335
|
}>, z.ZodObject<{
|
|
31273
31336
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskSpawned>;
|
|
@@ -31746,6 +31809,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31746
31809
|
name: string;
|
|
31747
31810
|
provider?: string | undefined;
|
|
31748
31811
|
}>, "many">>;
|
|
31812
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
31749
31813
|
}, "strip", z.ZodTypeAny, {
|
|
31750
31814
|
task: {
|
|
31751
31815
|
taskId: string;
|
|
@@ -31861,6 +31925,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31861
31925
|
defaultBranch?: string | undefined;
|
|
31862
31926
|
} | undefined;
|
|
31863
31927
|
providerProfile?: string | undefined;
|
|
31928
|
+
isCloudAgent?: boolean | undefined;
|
|
31864
31929
|
}, {
|
|
31865
31930
|
task: {
|
|
31866
31931
|
taskId: string;
|
|
@@ -31976,6 +32041,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
31976
32041
|
defaultBranch?: string | undefined;
|
|
31977
32042
|
} | undefined;
|
|
31978
32043
|
providerProfile?: string | undefined;
|
|
32044
|
+
isCloudAgent?: boolean | undefined;
|
|
31979
32045
|
}>;
|
|
31980
32046
|
timestamp: z.ZodNumber;
|
|
31981
32047
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -32096,6 +32162,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32096
32162
|
defaultBranch?: string | undefined;
|
|
32097
32163
|
} | undefined;
|
|
32098
32164
|
providerProfile?: string | undefined;
|
|
32165
|
+
isCloudAgent?: boolean | undefined;
|
|
32099
32166
|
};
|
|
32100
32167
|
}, {
|
|
32101
32168
|
type: ExtensionBridgeEventName.TaskSpawned;
|
|
@@ -32215,6 +32282,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32215
32282
|
defaultBranch?: string | undefined;
|
|
32216
32283
|
} | undefined;
|
|
32217
32284
|
providerProfile?: string | undefined;
|
|
32285
|
+
isCloudAgent?: boolean | undefined;
|
|
32218
32286
|
};
|
|
32219
32287
|
}>, z.ZodObject<{
|
|
32220
32288
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskUserMessage>;
|
|
@@ -32693,6 +32761,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32693
32761
|
name: string;
|
|
32694
32762
|
provider?: string | undefined;
|
|
32695
32763
|
}>, "many">>;
|
|
32764
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
32696
32765
|
}, "strip", z.ZodTypeAny, {
|
|
32697
32766
|
task: {
|
|
32698
32767
|
taskId: string;
|
|
@@ -32808,6 +32877,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32808
32877
|
defaultBranch?: string | undefined;
|
|
32809
32878
|
} | undefined;
|
|
32810
32879
|
providerProfile?: string | undefined;
|
|
32880
|
+
isCloudAgent?: boolean | undefined;
|
|
32811
32881
|
}, {
|
|
32812
32882
|
task: {
|
|
32813
32883
|
taskId: string;
|
|
@@ -32923,6 +32993,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
32923
32993
|
defaultBranch?: string | undefined;
|
|
32924
32994
|
} | undefined;
|
|
32925
32995
|
providerProfile?: string | undefined;
|
|
32996
|
+
isCloudAgent?: boolean | undefined;
|
|
32926
32997
|
}>;
|
|
32927
32998
|
timestamp: z.ZodNumber;
|
|
32928
32999
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33043,6 +33114,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33043
33114
|
defaultBranch?: string | undefined;
|
|
33044
33115
|
} | undefined;
|
|
33045
33116
|
providerProfile?: string | undefined;
|
|
33117
|
+
isCloudAgent?: boolean | undefined;
|
|
33046
33118
|
};
|
|
33047
33119
|
}, {
|
|
33048
33120
|
type: ExtensionBridgeEventName.TaskUserMessage;
|
|
@@ -33162,6 +33234,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33162
33234
|
defaultBranch?: string | undefined;
|
|
33163
33235
|
} | undefined;
|
|
33164
33236
|
providerProfile?: string | undefined;
|
|
33237
|
+
isCloudAgent?: boolean | undefined;
|
|
33165
33238
|
};
|
|
33166
33239
|
}>, z.ZodObject<{
|
|
33167
33240
|
type: z.ZodLiteral<ExtensionBridgeEventName.TaskTokenUsageUpdated>;
|
|
@@ -33640,6 +33713,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33640
33713
|
name: string;
|
|
33641
33714
|
provider?: string | undefined;
|
|
33642
33715
|
}>, "many">>;
|
|
33716
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
33643
33717
|
}, "strip", z.ZodTypeAny, {
|
|
33644
33718
|
task: {
|
|
33645
33719
|
taskId: string;
|
|
@@ -33755,6 +33829,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33755
33829
|
defaultBranch?: string | undefined;
|
|
33756
33830
|
} | undefined;
|
|
33757
33831
|
providerProfile?: string | undefined;
|
|
33832
|
+
isCloudAgent?: boolean | undefined;
|
|
33758
33833
|
}, {
|
|
33759
33834
|
task: {
|
|
33760
33835
|
taskId: string;
|
|
@@ -33870,6 +33945,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33870
33945
|
defaultBranch?: string | undefined;
|
|
33871
33946
|
} | undefined;
|
|
33872
33947
|
providerProfile?: string | undefined;
|
|
33948
|
+
isCloudAgent?: boolean | undefined;
|
|
33873
33949
|
}>;
|
|
33874
33950
|
timestamp: z.ZodNumber;
|
|
33875
33951
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -33990,6 +34066,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
33990
34066
|
defaultBranch?: string | undefined;
|
|
33991
34067
|
} | undefined;
|
|
33992
34068
|
providerProfile?: string | undefined;
|
|
34069
|
+
isCloudAgent?: boolean | undefined;
|
|
33993
34070
|
};
|
|
33994
34071
|
}, {
|
|
33995
34072
|
type: ExtensionBridgeEventName.TaskTokenUsageUpdated;
|
|
@@ -34109,6 +34186,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34109
34186
|
defaultBranch?: string | undefined;
|
|
34110
34187
|
} | undefined;
|
|
34111
34188
|
providerProfile?: string | undefined;
|
|
34189
|
+
isCloudAgent?: boolean | undefined;
|
|
34112
34190
|
};
|
|
34113
34191
|
}>, z.ZodObject<{
|
|
34114
34192
|
type: z.ZodLiteral<ExtensionBridgeEventName.ModeChanged>;
|
|
@@ -34587,6 +34665,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34587
34665
|
name: string;
|
|
34588
34666
|
provider?: string | undefined;
|
|
34589
34667
|
}>, "many">>;
|
|
34668
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
34590
34669
|
}, "strip", z.ZodTypeAny, {
|
|
34591
34670
|
task: {
|
|
34592
34671
|
taskId: string;
|
|
@@ -34702,6 +34781,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34702
34781
|
defaultBranch?: string | undefined;
|
|
34703
34782
|
} | undefined;
|
|
34704
34783
|
providerProfile?: string | undefined;
|
|
34784
|
+
isCloudAgent?: boolean | undefined;
|
|
34705
34785
|
}, {
|
|
34706
34786
|
task: {
|
|
34707
34787
|
taskId: string;
|
|
@@ -34817,6 +34897,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34817
34897
|
defaultBranch?: string | undefined;
|
|
34818
34898
|
} | undefined;
|
|
34819
34899
|
providerProfile?: string | undefined;
|
|
34900
|
+
isCloudAgent?: boolean | undefined;
|
|
34820
34901
|
}>;
|
|
34821
34902
|
mode: z.ZodString;
|
|
34822
34903
|
timestamp: z.ZodNumber;
|
|
@@ -34939,6 +35020,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
34939
35020
|
defaultBranch?: string | undefined;
|
|
34940
35021
|
} | undefined;
|
|
34941
35022
|
providerProfile?: string | undefined;
|
|
35023
|
+
isCloudAgent?: boolean | undefined;
|
|
34942
35024
|
};
|
|
34943
35025
|
}, {
|
|
34944
35026
|
type: ExtensionBridgeEventName.ModeChanged;
|
|
@@ -35059,6 +35141,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35059
35141
|
defaultBranch?: string | undefined;
|
|
35060
35142
|
} | undefined;
|
|
35061
35143
|
providerProfile?: string | undefined;
|
|
35144
|
+
isCloudAgent?: boolean | undefined;
|
|
35062
35145
|
};
|
|
35063
35146
|
}>, z.ZodObject<{
|
|
35064
35147
|
type: z.ZodLiteral<ExtensionBridgeEventName.ProviderProfileChanged>;
|
|
@@ -35537,6 +35620,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35537
35620
|
name: string;
|
|
35538
35621
|
provider?: string | undefined;
|
|
35539
35622
|
}>, "many">>;
|
|
35623
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
35540
35624
|
}, "strip", z.ZodTypeAny, {
|
|
35541
35625
|
task: {
|
|
35542
35626
|
taskId: string;
|
|
@@ -35652,6 +35736,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35652
35736
|
defaultBranch?: string | undefined;
|
|
35653
35737
|
} | undefined;
|
|
35654
35738
|
providerProfile?: string | undefined;
|
|
35739
|
+
isCloudAgent?: boolean | undefined;
|
|
35655
35740
|
}, {
|
|
35656
35741
|
task: {
|
|
35657
35742
|
taskId: string;
|
|
@@ -35767,6 +35852,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35767
35852
|
defaultBranch?: string | undefined;
|
|
35768
35853
|
} | undefined;
|
|
35769
35854
|
providerProfile?: string | undefined;
|
|
35855
|
+
isCloudAgent?: boolean | undefined;
|
|
35770
35856
|
}>;
|
|
35771
35857
|
providerProfile: z.ZodObject<{
|
|
35772
35858
|
name: z.ZodString;
|
|
@@ -35901,6 +35987,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
35901
35987
|
defaultBranch?: string | undefined;
|
|
35902
35988
|
} | undefined;
|
|
35903
35989
|
providerProfile?: string | undefined;
|
|
35990
|
+
isCloudAgent?: boolean | undefined;
|
|
35904
35991
|
};
|
|
35905
35992
|
}, {
|
|
35906
35993
|
type: ExtensionBridgeEventName.ProviderProfileChanged;
|
|
@@ -36024,6 +36111,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
36024
36111
|
defaultBranch?: string | undefined;
|
|
36025
36112
|
} | undefined;
|
|
36026
36113
|
providerProfile?: string | undefined;
|
|
36114
|
+
isCloudAgent?: boolean | undefined;
|
|
36027
36115
|
};
|
|
36028
36116
|
}>, z.ZodObject<{
|
|
36029
36117
|
type: z.ZodLiteral<ExtensionBridgeEventName.InstanceRegistered>;
|
|
@@ -36502,6 +36590,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
36502
36590
|
name: string;
|
|
36503
36591
|
provider?: string | undefined;
|
|
36504
36592
|
}>, "many">>;
|
|
36593
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
36505
36594
|
}, "strip", z.ZodTypeAny, {
|
|
36506
36595
|
task: {
|
|
36507
36596
|
taskId: string;
|
|
@@ -36617,6 +36706,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
36617
36706
|
defaultBranch?: string | undefined;
|
|
36618
36707
|
} | undefined;
|
|
36619
36708
|
providerProfile?: string | undefined;
|
|
36709
|
+
isCloudAgent?: boolean | undefined;
|
|
36620
36710
|
}, {
|
|
36621
36711
|
task: {
|
|
36622
36712
|
taskId: string;
|
|
@@ -36732,6 +36822,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
36732
36822
|
defaultBranch?: string | undefined;
|
|
36733
36823
|
} | undefined;
|
|
36734
36824
|
providerProfile?: string | undefined;
|
|
36825
|
+
isCloudAgent?: boolean | undefined;
|
|
36735
36826
|
}>;
|
|
36736
36827
|
timestamp: z.ZodNumber;
|
|
36737
36828
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -36852,6 +36943,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
36852
36943
|
defaultBranch?: string | undefined;
|
|
36853
36944
|
} | undefined;
|
|
36854
36945
|
providerProfile?: string | undefined;
|
|
36946
|
+
isCloudAgent?: boolean | undefined;
|
|
36855
36947
|
};
|
|
36856
36948
|
}, {
|
|
36857
36949
|
type: ExtensionBridgeEventName.InstanceRegistered;
|
|
@@ -36971,6 +37063,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
36971
37063
|
defaultBranch?: string | undefined;
|
|
36972
37064
|
} | undefined;
|
|
36973
37065
|
providerProfile?: string | undefined;
|
|
37066
|
+
isCloudAgent?: boolean | undefined;
|
|
36974
37067
|
};
|
|
36975
37068
|
}>, z.ZodObject<{
|
|
36976
37069
|
type: z.ZodLiteral<ExtensionBridgeEventName.InstanceUnregistered>;
|
|
@@ -37449,6 +37542,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
37449
37542
|
name: string;
|
|
37450
37543
|
provider?: string | undefined;
|
|
37451
37544
|
}>, "many">>;
|
|
37545
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
37452
37546
|
}, "strip", z.ZodTypeAny, {
|
|
37453
37547
|
task: {
|
|
37454
37548
|
taskId: string;
|
|
@@ -37564,6 +37658,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
37564
37658
|
defaultBranch?: string | undefined;
|
|
37565
37659
|
} | undefined;
|
|
37566
37660
|
providerProfile?: string | undefined;
|
|
37661
|
+
isCloudAgent?: boolean | undefined;
|
|
37567
37662
|
}, {
|
|
37568
37663
|
task: {
|
|
37569
37664
|
taskId: string;
|
|
@@ -37679,6 +37774,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
37679
37774
|
defaultBranch?: string | undefined;
|
|
37680
37775
|
} | undefined;
|
|
37681
37776
|
providerProfile?: string | undefined;
|
|
37777
|
+
isCloudAgent?: boolean | undefined;
|
|
37682
37778
|
}>;
|
|
37683
37779
|
timestamp: z.ZodNumber;
|
|
37684
37780
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -37799,6 +37895,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
37799
37895
|
defaultBranch?: string | undefined;
|
|
37800
37896
|
} | undefined;
|
|
37801
37897
|
providerProfile?: string | undefined;
|
|
37898
|
+
isCloudAgent?: boolean | undefined;
|
|
37802
37899
|
};
|
|
37803
37900
|
}, {
|
|
37804
37901
|
type: ExtensionBridgeEventName.InstanceUnregistered;
|
|
@@ -37918,6 +38015,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
37918
38015
|
defaultBranch?: string | undefined;
|
|
37919
38016
|
} | undefined;
|
|
37920
38017
|
providerProfile?: string | undefined;
|
|
38018
|
+
isCloudAgent?: boolean | undefined;
|
|
37921
38019
|
};
|
|
37922
38020
|
}>, z.ZodObject<{
|
|
37923
38021
|
type: z.ZodLiteral<ExtensionBridgeEventName.HeartbeatUpdated>;
|
|
@@ -38396,6 +38494,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
38396
38494
|
name: string;
|
|
38397
38495
|
provider?: string | undefined;
|
|
38398
38496
|
}>, "many">>;
|
|
38497
|
+
isCloudAgent: z.ZodOptional<z.ZodBoolean>;
|
|
38399
38498
|
}, "strip", z.ZodTypeAny, {
|
|
38400
38499
|
task: {
|
|
38401
38500
|
taskId: string;
|
|
@@ -38511,6 +38610,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
38511
38610
|
defaultBranch?: string | undefined;
|
|
38512
38611
|
} | undefined;
|
|
38513
38612
|
providerProfile?: string | undefined;
|
|
38613
|
+
isCloudAgent?: boolean | undefined;
|
|
38514
38614
|
}, {
|
|
38515
38615
|
task: {
|
|
38516
38616
|
taskId: string;
|
|
@@ -38626,6 +38726,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
38626
38726
|
defaultBranch?: string | undefined;
|
|
38627
38727
|
} | undefined;
|
|
38628
38728
|
providerProfile?: string | undefined;
|
|
38729
|
+
isCloudAgent?: boolean | undefined;
|
|
38629
38730
|
}>;
|
|
38630
38731
|
timestamp: z.ZodNumber;
|
|
38631
38732
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -38746,6 +38847,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
38746
38847
|
defaultBranch?: string | undefined;
|
|
38747
38848
|
} | undefined;
|
|
38748
38849
|
providerProfile?: string | undefined;
|
|
38850
|
+
isCloudAgent?: boolean | undefined;
|
|
38749
38851
|
};
|
|
38750
38852
|
}, {
|
|
38751
38853
|
type: ExtensionBridgeEventName.HeartbeatUpdated;
|
|
@@ -38865,6 +38967,7 @@ declare const extensionBridgeEventSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
38865
38967
|
defaultBranch?: string | undefined;
|
|
38866
38968
|
} | undefined;
|
|
38867
38969
|
providerProfile?: string | undefined;
|
|
38970
|
+
isCloudAgent?: boolean | undefined;
|
|
38868
38971
|
};
|
|
38869
38972
|
}>]>;
|
|
38870
38973
|
type ExtensionBridgeEvent = z.infer<typeof extensionBridgeEventSchema>;
|