@expressms/smartapp-sdk 1.6.0-alpha.3 → 1.6.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.
@@ -55,7 +55,7 @@ declare const handleDeeplink: ({ link }: {
55
55
  link: string;
56
56
  }) => Promise<StatusResponse>;
57
57
  /**
58
- * Open message in chat
58
+ * Search entries in local phonebook
59
59
  * @param filter Query string
60
60
  * @returns Promise that'll be fullfilled with `payload.localPhonebookEntries` on success, otherwise rejected with reason
61
61
  */
@@ -141,7 +141,7 @@ const handleDeeplink = ({ link }) => {
141
141
  };
142
142
  exports.handleDeeplink = handleDeeplink;
143
143
  /**
144
- * Open message in chat
144
+ * Search entries in local phonebook
145
145
  * @param filter Query string
146
146
  * @returns Promise that'll be fullfilled with `payload.localPhonebookEntries` on success, otherwise rejected with reason
147
147
  */
@@ -55,7 +55,7 @@ declare const handleDeeplink: ({ link }: {
55
55
  link: string;
56
56
  }) => Promise<StatusResponse>;
57
57
  /**
58
- * Open message in chat
58
+ * Search entries in local phonebook
59
59
  * @param filter Query string
60
60
  * @returns Promise that'll be fullfilled with `payload.localPhonebookEntries` on success, otherwise rejected with reason
61
61
  */
@@ -110,7 +110,7 @@ const handleDeeplink = ({ link }) => {
110
110
  .then(event => event);
111
111
  };
112
112
  /**
113
- * Open message in chat
113
+ * Search entries in local phonebook
114
114
  * @param filter Query string
115
115
  * @returns Promise that'll be fullfilled with `payload.localPhonebookEntries` on success, otherwise rejected with reason
116
116
  */
@@ -2234,7 +2234,7 @@
2234
2234
  .then(event => event);
2235
2235
  };
2236
2236
  /**
2237
- * Open message in chat
2237
+ * Search entries in local phonebook
2238
2238
  * @param filter Query string
2239
2239
  * @returns Promise that'll be fullfilled with `payload.localPhonebookEntries` on success, otherwise rejected with reason
2240
2240
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@expressms/smartapp-sdk",
3
- "version": "1.6.0-alpha.3",
3
+ "version": "1.6.0",
4
4
  "description": "Smartapp SDK",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",