@trii/types 2.10.177 → 2.10.179

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.
@@ -0,0 +1,4 @@
1
+ export interface resultContactAddressCheck {
2
+ success: boolean;
3
+ warnings: string[];
4
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -176,7 +176,7 @@ export interface EmailDocument {
176
176
  mimeType: string;
177
177
  /**The url of the fie. */
178
178
  url: string;
179
- isInline: any;
179
+ isInline: boolean;
180
180
  }
181
181
  export interface MessageSticker {
182
182
  /**The ID for the video. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.177",
3
+ "version": "2.10.179",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",