@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.js
CHANGED
|
@@ -5295,7 +5295,8 @@ var extensionInstanceSchema = z15.object({
|
|
|
5295
5295
|
mode: z15.string().optional(),
|
|
5296
5296
|
modes: z15.array(z15.object({ slug: z15.string(), name: z15.string() })).optional(),
|
|
5297
5297
|
providerProfile: z15.string().optional(),
|
|
5298
|
-
providerProfiles: z15.array(z15.object({ name: z15.string(), provider: z15.string().optional() })).optional()
|
|
5298
|
+
providerProfiles: z15.array(z15.object({ name: z15.string(), provider: z15.string().optional() })).optional(),
|
|
5299
|
+
isCloudAgent: z15.boolean().optional()
|
|
5299
5300
|
});
|
|
5300
5301
|
var ExtensionBridgeEventName = ((ExtensionBridgeEventName2) => {
|
|
5301
5302
|
ExtensionBridgeEventName2[ExtensionBridgeEventName2["TaskCreated"] = "taskCreated" /* TaskCreated */] = "TaskCreated";
|