@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-ai-assistant",
3
- "version": "0.1.222",
3
+ "version": "0.1.223",
4
4
  "description": "AI Assistant api gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -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;