@trii/types 2.10.433 → 2.10.435

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.
@@ -333,6 +333,7 @@ export interface IMessage {
333
333
  id: string;
334
334
  externalId?: string;
335
335
  shardKey?: string;
336
+ campaignId?: string;
336
337
  /**only for Front-End */
337
338
  idLocal?: number;
338
339
  spaceId: string;
@@ -30,6 +30,7 @@ export interface SipExtension {
30
30
  password: string;
31
31
  server: string;
32
32
  sipDomain: string;
33
+ sipPort: string;
33
34
  isOMLAccount: boolean;
34
35
  }
35
36
  export declare class UserUpdate {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trii/types",
3
- "version": "2.10.433",
3
+ "version": "2.10.435",
4
4
  "description": "Types definitions for Trii projects - ",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",