@expressms/smartapp-sdk 1.12.0 → 1.13.0-alpha.0

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.
@@ -25,7 +25,7 @@ interface RequestSelfProfilePayload extends EmitterEventPayload {
25
25
  description: string | null;
26
26
  otherPhone: string | null;
27
27
  ip_phone: string | null;
28
- otherIpPhone: string | null;
28
+ position: string | null;
29
29
  };
30
30
  }
31
31
  export type RequestSelfProfileResponse = Promise<RequestSelfProfilePayload> | undefined;
@@ -25,7 +25,7 @@ interface RequestSelfProfilePayload extends EmitterEventPayload {
25
25
  description: string | null;
26
26
  otherPhone: string | null;
27
27
  ip_phone: string | null;
28
- otherIpPhone: string | null;
28
+ position: string | null;
29
29
  };
30
30
  }
31
31
  export type RequestSelfProfileResponse = Promise<RequestSelfProfilePayload> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressms/smartapp-sdk",
3
- "version": "1.12.0",
3
+ "version": "1.13.0-alpha.0",
4
4
  "description": "Smartapp SDK",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",