@libgot/whatsapp-bridge-sdk 1.0.26 → 1.0.27

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## @1.0.26
1
+ ## @1.0.27
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @libgot/whatsapp-bridge-sdk@1.0.26 --save
39
+ npm install @libgot/whatsapp-bridge-sdk@1.0.27 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -54,6 +54,12 @@ export interface WhatsappChatDto {
54
54
  * @example true
55
55
  */
56
56
  unread: boolean;
57
+ /**
58
+ * @type {number}
59
+ * @memberof WhatsappChatDto
60
+ * @example 1965
61
+ */
62
+ assignedUserId: number;
57
63
  /**
58
64
  * @type {Array<WhatsappMessageDto>}
59
65
  * @memberof WhatsappChatDto
@@ -64,6 +64,13 @@ export interface WhatsappChatDto {
64
64
  */
65
65
  unread: boolean;
66
66
 
67
+ /**
68
+ * @type {number}
69
+ * @memberof WhatsappChatDto
70
+ * @example 1965
71
+ */
72
+ assignedUserId: number;
73
+
67
74
  /**
68
75
  * @type {Array<WhatsappMessageDto>}
69
76
  * @memberof WhatsappChatDto
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libgot/whatsapp-bridge-sdk",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "OpenAPI client for ",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [