@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 +4 -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
|
@@ -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;
|