@pushwoosh/rpc-gateway-ai-assistant 0.1.313 → 0.1.314
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 +0 -10
- package/package.json +1 -1
- package/pushwoosh_aigen_v1.d.ts +0 -15
package/data.js
CHANGED
|
@@ -2786,9 +2786,6 @@ export const data = {
|
|
|
2786
2786
|
},
|
|
2787
2787
|
"webVersionLabel": {
|
|
2788
2788
|
"type": "string"
|
|
2789
|
-
},
|
|
2790
|
-
"feDocument": {
|
|
2791
|
-
"type": "JsonObject"
|
|
2792
2789
|
}
|
|
2793
2790
|
}
|
|
2794
2791
|
},
|
|
@@ -2800,9 +2797,6 @@ export const data = {
|
|
|
2800
2797
|
},
|
|
2801
2798
|
"document": {
|
|
2802
2799
|
"type": "pushwoosh.aibuilder.v1.AiBuilderDocument"
|
|
2803
|
-
},
|
|
2804
|
-
"feDocument": {
|
|
2805
|
-
"type": "JsonObject"
|
|
2806
2800
|
}
|
|
2807
2801
|
}
|
|
2808
2802
|
},
|
|
@@ -3019,10 +3013,6 @@ export const data = {
|
|
|
3019
3013
|
},
|
|
3020
3014
|
"document": {
|
|
3021
3015
|
"type": "pushwoosh.aibuilder.v1.AiBuilderDocument"
|
|
3022
|
-
},
|
|
3023
|
-
"droppedFeKeys": {
|
|
3024
|
-
"type": "string",
|
|
3025
|
-
"array": true
|
|
3026
3016
|
}
|
|
3027
3017
|
}
|
|
3028
3018
|
},
|
package/package.json
CHANGED
package/pushwoosh_aigen_v1.d.ts
CHANGED
|
@@ -850,21 +850,11 @@ export type AiGenDocumentToHtmlRequest = {
|
|
|
850
850
|
* for the document's default language.
|
|
851
851
|
*/
|
|
852
852
|
webVersionLabel: string;
|
|
853
|
-
/**
|
|
854
|
-
* The document in the editor dialect, as a saved template holds it. Set it
|
|
855
|
-
* instead of `document` to re-render stored content: the server converts.
|
|
856
|
-
*/
|
|
857
|
-
feDocument: JsonObject;
|
|
858
853
|
};
|
|
859
854
|
export type AiGenDocumentsToHtmlItem = {
|
|
860
855
|
/** Caller's own id, echoed on the result so a batch can be matched up. */
|
|
861
856
|
id: string;
|
|
862
857
|
document: pushwoosh_aibuilder_v1_AiBuilderDocument;
|
|
863
|
-
/**
|
|
864
|
-
* The document in the editor dialect, as a saved template holds it. Set it
|
|
865
|
-
* instead of `document` to render stored content.
|
|
866
|
-
*/
|
|
867
|
-
feDocument: JsonObject;
|
|
868
858
|
};
|
|
869
859
|
export type AiGenDocumentsToHtmlRequest = {
|
|
870
860
|
/** At least one, at most 64 — a render is CPU on a single-replica service. */
|
|
@@ -994,11 +984,6 @@ export type AiGenDocumentToHtmlResponse = {
|
|
|
994
984
|
* without being able to desync them.
|
|
995
985
|
*/
|
|
996
986
|
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[];
|
|
1002
987
|
};
|
|
1003
988
|
export type AiGenMediaImageRequest = {
|
|
1004
989
|
application: string;
|