@rodrigobeber/patoai-dtos 4.6.24 → 4.6.25

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.
@@ -8,4 +8,6 @@ export interface WebChatChannelDto {
8
8
  icon: string;
9
9
  active: boolean;
10
10
  idUnit?: number;
11
+ /** TODO: MIGRATION - Remove when all clients have been migrated to BM Upflows */
12
+ bmLegacy?: boolean;
11
13
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rodrigobeber/patoai-dtos",
3
- "version": "4.6.24",
3
+ "version": "4.6.25",
4
4
  "description": "Data Transfer Objects for PatoAI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",