@pushwoosh/rpc-gateway-ai-assistant 0.1.310 → 0.1.312

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
@@ -3019,6 +3019,10 @@ export const data = {
3019
3019
  },
3020
3020
  "document": {
3021
3021
  "type": "pushwoosh.aibuilder.v1.AiBuilderDocument"
3022
+ },
3023
+ "droppedFeKeys": {
3024
+ "type": "string",
3025
+ "array": true
3022
3026
  }
3023
3027
  }
3024
3028
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-ai-assistant",
3
- "version": "0.1.310",
3
+ "version": "0.1.312",
4
4
  "description": "AI Assistant api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -994,6 +994,11 @@ export type AiGenDocumentToHtmlResponse = {
994
994
  * without being able to desync them.
995
995
  */
996
996
  document: pushwoosh_aibuilder_v1_AiBuilderDocument;
997
+ /**
998
+ * Dotted paths of `fe_document` keys the schema has no field for, dropped by
999
+ * the conversion. Non-empty means storing `document` alone would lose them.
1000
+ */
1001
+ droppedFeKeys: string[];
997
1002
  };
998
1003
  export type AiGenMediaImageRequest = {
999
1004
  application: string;