@vendasta/conversation 0.2.1 → 0.3.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.
package/CHANGELOG.md DELETED
@@ -1,46 +0,0 @@
1
- 0.2.1
2
- - Fix typescript sdk
3
-
4
- 0.2.0
5
- - Add the `GetMultiParticipants` endpoint in the `ConversationService`
6
-
7
- 0.1.1
8
- - Change the `getMultiConversationDetails` response to be a list instead of a map.
9
-
10
- 0.1.0
11
- - Add `createMultiMessages` and `getMultiConversationDetails`
12
-
13
- 0.0.11
14
- - Include `ParticipantType` in the `Participant`.
15
-
16
- 0.0.10
17
- - Add `GetMultiMessages`.
18
-
19
- 0.0.9
20
- - Add provideIn root into `HostService` and delete unnecessary files.
21
-
22
- 0.0.8
23
- - Split the parentID into `partner_id` and `account_group_id` in the `Participant` proto.
24
-
25
- 0.0.7
26
- - Adjust `SendMessage` endpoint by returning the workflowID
27
- - Remove `title` from `Message`
28
- - Replace `int64` by `int32` in the `page_size` attribute
29
-
30
- 0.0.6
31
- - Adjust `SendMessage` endpoint by replacing IDs with the `Participant` proto models.
32
-
33
- 0.0.5
34
- - Update SendMessageRequestInterface and CreateConversationResponse
35
-
36
- 0.0.4
37
- - Expose service ConversationApiService explicitly
38
-
39
- 0.0.3
40
- - Expose objects, enums and interfaces
41
-
42
- 0.0.2
43
- - Expose service ConversationApiService
44
-
45
- 0.0.1
46
- - Initial generated sdk
package/README.md DELETED
@@ -1 +0,0 @@
1
- # conversation SDK