@libgot/whatsapp-bridge-sdk 1.0.7 → 1.0.9

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.7
1
+ ## @1.0.9
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.7 --save
39
+ npm install @libgot/whatsapp-bridge-sdk@1.0.9 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
@@ -9,7 +9,6 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { WhatsappContactDto } from './whatsapp-contact-dto';
13
12
  /**
14
13
  *
15
14
  *
@@ -47,9 +46,4 @@ export interface WhatsappChatDto {
47
46
  * @example 3
48
47
  */
49
48
  unreadMessages: number;
50
- /**
51
- * @type {WhatsappContactDto}
52
- * @memberof WhatsappChatDto
53
- */
54
- contact: WhatsappContactDto;
55
49
  }
@@ -9,6 +9,7 @@
9
9
  * https://github.com/swagger-api/swagger-codegen.git
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { WhatsappChatDto } from './whatsapp-chat-dto';
12
13
  /**
13
14
  *
14
15
  *
@@ -40,4 +41,9 @@ export interface WhatsappContactDto {
40
41
  * @example https://pps.whatsapp.net/v/t61.24694-24/457509556_2356010488071107_6417764276476104496_n.jpg?ccb=11-4&oh=01_Q5AaIIFucBhJzpQiltPNuSAmyUkHd0uxhyBTWGxrhxSmEaU2&oe=677BCB9A&_nc_sid=5e03e0&_nc_cat=101
41
42
  */
42
43
  profilePicUrl: string | null;
44
+ /**
45
+ * @type {WhatsappChatDto}
46
+ * @memberof WhatsappContactDto
47
+ */
48
+ chat: WhatsappChatDto | null;
43
49
  }
@@ -12,7 +12,6 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
- import { WhatsappContactDto } from './whatsapp-contact-dto';
16
15
  /**
17
16
  *
18
17
  *
@@ -55,10 +54,4 @@ export interface WhatsappChatDto {
55
54
  * @example 3
56
55
  */
57
56
  unreadMessages: number;
58
-
59
- /**
60
- * @type {WhatsappContactDto}
61
- * @memberof WhatsappChatDto
62
- */
63
- contact: WhatsappContactDto;
64
57
  }
@@ -12,6 +12,7 @@
12
12
  * Do not edit the class manually.
13
13
  */
14
14
 
15
+ import { WhatsappChatDto } from './whatsapp-chat-dto';
15
16
  /**
16
17
  *
17
18
  *
@@ -47,4 +48,10 @@ export interface WhatsappContactDto {
47
48
  * @example https://pps.whatsapp.net/v/t61.24694-24/457509556_2356010488071107_6417764276476104496_n.jpg?ccb=11-4&oh=01_Q5AaIIFucBhJzpQiltPNuSAmyUkHd0uxhyBTWGxrhxSmEaU2&oe=677BCB9A&_nc_sid=5e03e0&_nc_cat=101
48
49
  */
49
50
  profilePicUrl: string | null;
51
+
52
+ /**
53
+ * @type {WhatsappChatDto}
54
+ * @memberof WhatsappContactDto
55
+ */
56
+ chat: WhatsappChatDto | null;
50
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libgot/whatsapp-bridge-sdk",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "OpenAPI client for ",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [