@pushwoosh/rpc-gateway-ai-assistant 0.1.297 → 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 CHANGED
@@ -2780,6 +2780,9 @@ export const data = {
2780
2780
  },
2781
2781
  "webVersionLabel": {
2782
2782
  "type": "string"
2783
+ },
2784
+ "feDocument": {
2785
+ "type": "JsonObject"
2783
2786
  }
2784
2787
  }
2785
2788
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-ai-assistant",
3
- "version": "0.1.297",
3
+ "version": "0.1.299",
4
4
  "description": "AI Assistant api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -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,