@voicenter-team/opensips-js 1.0.142 → 1.0.143

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voicenter-team/opensips-js",
3
- "version": "1.0.142",
3
+ "version": "1.0.143",
4
4
  "description": "The JS package for opensips",
5
5
  "default": "src/index.ts",
6
6
  "jsdelivr": "dist/opensips-js.iife.js",
@@ -113,6 +113,7 @@ export interface ICallStatus {
113
113
  isMoving: boolean
114
114
  isTransferring: boolean
115
115
  isMerging: boolean
116
+ isTransferred: boolean
116
117
  }
117
118
 
118
119
  export interface ICallStatusUpdate {
@@ -120,6 +121,7 @@ export interface ICallStatusUpdate {
120
121
  isMoving?: boolean
121
122
  isTransferring?: boolean
122
123
  isMerging?: boolean
124
+ isTransferred?: boolean
123
125
  }
124
126
 
125
127
  export type IRoomUpdate = Omit<IRoom, 'started'> & {