@pushwoosh/rpc-gateway-ai-assistant 0.1.227 → 0.1.228
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/data.js +4 -0
- package/package.json +1 -1
- package/pushwoosh_aibuilder_v1.d.ts +5 -0
package/data.js
CHANGED
package/package.json
CHANGED
|
@@ -312,6 +312,11 @@ export type DocumentSettings = {
|
|
|
312
312
|
* - Client-managed: render-only chrome, the LLM never sees this field.
|
|
313
313
|
*/
|
|
314
314
|
showShadow?: boolean;
|
|
315
|
+
/**
|
|
316
|
+
* Corner rounding of the content column, px. Unset (or 0) = square.
|
|
317
|
+
* Client-managed render-only chrome, like show_shadow.
|
|
318
|
+
*/
|
|
319
|
+
borderRadius?: number;
|
|
315
320
|
};
|
|
316
321
|
export type TextBlock = {
|
|
317
322
|
variant: string;
|