@pushwoosh/rpc-gateway-ai-assistant 0.1.222 → 0.1.223
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 -8
- package/package.json +1 -1
- package/pushwoosh_aibuilder_v1.d.ts +0 -4
package/data.js
CHANGED
|
@@ -810,14 +810,6 @@ export const data = {
|
|
|
810
810
|
},
|
|
811
811
|
"withImages": {
|
|
812
812
|
"type": "boolean"
|
|
813
|
-
},
|
|
814
|
-
"contentBefore": {
|
|
815
|
-
"type": "pushwoosh.aibuilder.v1.Content",
|
|
816
|
-
"optional": true
|
|
817
|
-
},
|
|
818
|
-
"contentAfter": {
|
|
819
|
-
"type": "pushwoosh.aibuilder.v1.Content",
|
|
820
|
-
"optional": true
|
|
821
813
|
}
|
|
822
814
|
}
|
|
823
815
|
},
|
package/package.json
CHANGED
|
@@ -680,10 +680,6 @@ export type AiBuilderColumns = {
|
|
|
680
680
|
columns: AiBuilderColumn[];
|
|
681
681
|
styles?: ColumnsStyles;
|
|
682
682
|
withImages: boolean;
|
|
683
|
-
/** Content rendered above the columns row. */
|
|
684
|
-
contentBefore?: Content;
|
|
685
|
-
/** Content rendered below the columns row. */
|
|
686
|
-
contentAfter?: Content;
|
|
687
683
|
};
|
|
688
684
|
export type AiBuilderColumn = {
|
|
689
685
|
image?: Image;
|