@roo-code/types 1.72.0 → 1.73.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 CHANGED
@@ -4407,7 +4407,8 @@ var staticAppPropertiesSchema = import_zod10.z.object({
4407
4407
  appVersion: import_zod10.z.string(),
4408
4408
  vscodeVersion: import_zod10.z.string(),
4409
4409
  platform: import_zod10.z.string(),
4410
- editorName: import_zod10.z.string()
4410
+ editorName: import_zod10.z.string(),
4411
+ hostname: import_zod10.z.string().optional()
4411
4412
  });
4412
4413
  var dynamicAppPropertiesSchema = import_zod10.z.object({
4413
4414
  language: import_zod10.z.string(),