react-bricks 4.7.3-beta.4 → 4.7.3-beta.6

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-bricks-rsc-client",
3
- "version": "4.7.3-beta.4",
3
+ "version": "4.7.3-beta.6",
4
4
  "main": "index.js",
5
5
  "module": "react-bricks-rsc-client.esm.js",
6
6
  "types": "./react-bricks-rsc-client.d.ts",
@@ -239,7 +239,9 @@ declare namespace types {
239
239
  template: boolean;
240
240
  externalData: boolean;
241
241
  richTextExt: boolean;
242
- ai: boolean;
242
+ aiText: boolean;
243
+ aiGen: boolean;
244
+ aiSeo: boolean;
243
245
  };
244
246
  } | null;
245
247
  /**
package/rsc/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-bricks-rsc",
3
- "version": "4.7.3-beta.4",
3
+ "version": "4.7.3-beta.6",
4
4
  "main": "index.js",
5
5
  "module": "react-bricks-rsc.esm.js",
6
6
  "types": "./react-bricks-rsc.d.ts",
@@ -252,7 +252,9 @@ declare namespace types {
252
252
  template: boolean;
253
253
  externalData: boolean;
254
254
  richTextExt: boolean;
255
- ai: boolean;
255
+ aiText: boolean;
256
+ aiGen: boolean;
257
+ aiSeo: boolean;
256
258
  };
257
259
  } | null;
258
260
  /**