quickblox 2.19.3-beta.1 → 2.19.3-beta.3

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,7 +1,7 @@
1
1
  {
2
2
  "name": "quickblox",
3
3
  "description": "QuickBlox JavaScript SDK",
4
- "version": "2.19.3-beta.1",
4
+ "version": "2.19.3-beta.3",
5
5
  "homepage": "https://quickblox.com/developers/Javascript",
6
6
  "main": "src/qbMain.js",
7
7
  "types": "quickblox.d.ts",
package/quickblox.d.ts CHANGED
@@ -263,7 +263,7 @@ export declare interface ChatMessageAttachment {
263
263
  duration?: string | number
264
264
  /* Custom parameters. Useful for storing metadata of attachment */
265
265
  data?: string
266
- [key: string]: string | number | undefined
266
+ [key: string]: string | undefined
267
267
  }
268
268
 
269
269
  declare enum QBChatDialogType {
package/quickblox.js CHANGED
@@ -55062,7 +55062,7 @@ module.exports = StreamManagement;
55062
55062
  */
55063
55063
 
55064
55064
  var config = {
55065
- version: '2.19.3-beta.1',
55065
+ version: '2.19.3-beta.3',
55066
55066
  buildNumber: '1165',
55067
55067
  creds: {
55068
55068
  'appId': 0,