@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/bundles/vendasta-conversation.umd.js +41 -20
- package/bundles/vendasta-conversation.umd.js.map +1 -1
- package/bundles/vendasta-conversation.umd.min.js +1 -1
- package/bundles/vendasta-conversation.umd.min.js.map +1 -1
- package/esm2015/lib/_generated/host.service.js +8 -7
- package/esm2015/lib/_internal/conversation.api.service.js +9 -7
- package/esm2015/lib/_internal/interfaces/api.interface.js +1 -1
- package/esm2015/lib/_internal/interfaces/conversation.interface.js +1 -1
- package/esm2015/lib/_internal/objects/api.js +13 -1
- package/esm2015/lib/_internal/objects/conversation.js +10 -1
- package/esm2015/vendasta-conversation.js +2 -1
- package/fesm2015/vendasta-conversation.js +38 -14
- package/fesm2015/vendasta-conversation.js.map +1 -1
- package/lib/_generated/host.service.d.ts +0 -3
- package/lib/_internal/conversation.api.service.d.ts +0 -3
- package/lib/_internal/interfaces/api.interface.d.ts +2 -0
- package/lib/_internal/interfaces/conversation.interface.d.ts +2 -0
- package/lib/_internal/objects/api.d.ts +2 -0
- package/lib/_internal/objects/conversation.d.ts +2 -0
- package/package.json +3 -5
- package/vendasta-conversation.d.ts +1 -1
- package/vendasta-conversation.metadata.json +1 -0
- package/CHANGELOG.md +0 -46
- package/README.md +0 -1
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
|