@pushwoosh/rpc-gateway-ai-assistant 0.1.298 → 0.1.299
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 +3 -0
- package/package.json +1 -1
- package/pushwoosh_aigen_v1.d.ts +5 -0
package/data.js
CHANGED
package/package.json
CHANGED
package/pushwoosh_aigen_v1.d.ts
CHANGED
|
@@ -842,6 +842,11 @@ export type AiGenDocumentToHtmlRequest = {
|
|
|
842
842
|
* for the document's default language.
|
|
843
843
|
*/
|
|
844
844
|
webVersionLabel: string;
|
|
845
|
+
/**
|
|
846
|
+
* The document in the editor dialect, as a saved template holds it. Set it
|
|
847
|
+
* instead of `document` to re-render stored content: the server converts.
|
|
848
|
+
*/
|
|
849
|
+
feDocument: JsonObject;
|
|
845
850
|
};
|
|
846
851
|
/**
|
|
847
852
|
* A per-language {key: value} map. proto forbids a map whose value is a map,
|