@trii/types 2.10.513 → 2.10.515

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.
@@ -79,6 +79,7 @@ export interface MessageAudio {
79
79
  /**The url of the audio. */
80
80
  url: string;
81
81
  mediaid?: string;
82
+ transcript?: string;
82
83
  }
83
84
  export interface MessageImage {
84
85
  /** para uso en front */
@@ -0,0 +1,10 @@
1
+ export interface IImportResult {
2
+ message: string;
3
+ websocketKey: string;
4
+ }
5
+ export interface IImportStatus {
6
+ imported: number;
7
+ updated: number;
8
+ errors: number;
9
+ finished: boolean;
10
+ }
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.513",
3
+ "version": "2.10.515",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",