@trii/types 2.10.178 → 2.10.180

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 {};
package/dist/index.d.ts CHANGED
@@ -7,3 +7,4 @@ export * as Security from './Security/index';
7
7
  export * as Spaces from './Spaces/index';
8
8
  export * as Tickets from './Tickets/index';
9
9
  export * as Users from './Users/index';
10
+ export * as ApiResponses from './ApiResponses/index';
package/dist/index.js CHANGED
@@ -16,3 +16,5 @@ import * as Tickets_1 from './Tickets/index';
16
16
  export { Tickets_1 as Tickets };
17
17
  import * as Users_1 from './Users/index';
18
18
  export { Users_1 as Users };
19
+ import * as ApiResponses_1 from './ApiResponses/index';
20
+ export { ApiResponses_1 as ApiResponses };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.178",
3
+ "version": "2.10.180",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",