@builder.io/ai-utils 0.48.0 → 0.48.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/codegen.d.ts +8 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/ai-utils",
3
- "version": "0.48.0",
3
+ "version": "0.48.1",
4
4
  "description": "Builder.io AI utils",
5
5
  "files": [
6
6
  "src"
package/src/codegen.d.ts CHANGED
@@ -391,6 +391,10 @@ export interface SetupAnalysisValues {
391
391
  reason: string;
392
392
  } | null;
393
393
  npmrcContents: string | null;
394
+ hasHotModuleReload: {
395
+ value: boolean;
396
+ reason: string;
397
+ } | null;
394
398
  }
395
399
  export interface ProposeConfigToolInput {
396
400
  config: SetupAnalysisValues;
@@ -509,6 +513,10 @@ export interface ProposedConfig {
509
513
  value: string[] | undefined;
510
514
  verified: boolean;
511
515
  };
516
+ hasHotModuleReload: {
517
+ value: boolean | undefined;
518
+ reason: string | undefined;
519
+ };
512
520
  };
513
521
  sessionId: string;
514
522
  orchestratorStates: {
@@ -1304,7 +1312,6 @@ export interface PullPrototypeToolInput {
1304
1312
  url: string;
1305
1313
  project_id?: string;
1306
1314
  branch_name?: string;
1307
- space_id?: string;
1308
1315
  }
1309
1316
  export interface DiagnosticsResponse {
1310
1317
  ideName: string;