@twilio/conversations 2.6.6-canary.13 → 2.7.0-rc.1
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 +2 -2
- package/builds/browser.esm.js +1 -1
- package/builds/browser.js +1 -1
- package/builds/lib.esm.js +1 -1
- package/builds/lib.js +1 -1
- package/builds/twilio-conversations.js +4 -4
- package/builds/twilio-conversations.js.map +1 -1
- package/builds/twilio-conversations.min.js +1 -1
- package/builds/twilio-conversations.min.js.map +1 -1
- package/dist/packages/conversations/package.json.js +1 -1
- package/docs/assets/css/main.css +2660 -0
- package/docs/assets/images/icons.png +0 -0
- package/docs/assets/images/icons@2x.png +0 -0
- package/docs/assets/images/widgets.png +0 -0
- package/docs/assets/images/widgets@2x.png +0 -0
- package/docs/assets/js/main.js +248 -0
- package/docs/assets/js/search.js +1 -0
- package/docs/classes/AggregatedDeliveryReceipt.html +3184 -0
- package/docs/classes/CancellablePromise.html +3213 -0
- package/docs/classes/ChannelMetadata.html +3050 -0
- package/docs/classes/Client.html +4310 -0
- package/docs/classes/ContentTemplate.html +3116 -0
- package/docs/classes/ContentTemplateVariable.html +3116 -0
- package/docs/classes/Conversation.html +4391 -0
- package/docs/classes/DetailedDeliveryReceipt.html +3163 -0
- package/docs/classes/EmailRecipientDescriptor.html +3098 -0
- package/docs/classes/Media.html +3167 -0
- package/docs/classes/Message.html +3826 -0
- package/docs/classes/MessageBuilder.html +3318 -0
- package/docs/classes/Participant.html +3444 -0
- package/docs/classes/PushNotification.html +3130 -0
- package/docs/classes/RestPaginator.html +3160 -0
- package/docs/classes/UnknownRecipientDescriptor.html +3067 -0
- package/docs/classes/UnsentMessage.html +3042 -0
- package/docs/classes/User.html +3349 -0
- package/docs/index.html +4373 -0
- package/docs/interfaces/ClientOptions.html +3066 -0
- package/docs/interfaces/ConversationBindings.html +3001 -0
- package/docs/interfaces/ConversationEmailBinding.html +3001 -0
- package/docs/interfaces/ConversationLimits.html +3098 -0
- package/docs/interfaces/ConversationState.html +3050 -0
- package/docs/interfaces/ConversationUpdatedEventArgs.html +3001 -0
- package/docs/interfaces/CreateConversationOptions.html +3083 -0
- package/docs/interfaces/LastMessage.html +3050 -0
- package/docs/interfaces/Paginator.html +3141 -0
- package/docs/interfaces/ParticipantBindings.html +3001 -0
- package/docs/interfaces/ParticipantEmailBinding.html +3001 -0
- package/docs/interfaces/PushNotificationData.html +3114 -0
- package/docs/interfaces/SendEmailOptions.html +3034 -0
- package/docs/interfaces/SendMediaOptions.html +3068 -0
- package/docs/modules.html +4374 -0
- package/package.json +10 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twilio/conversations",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0-rc.1",
|
|
4
4
|
"description": "Twilio Conversations client library",
|
|
5
5
|
"main": "./builds/lib.js",
|
|
6
6
|
"browser": "./builds/browser.js",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@babel/runtime": "^7.17.0",
|
|
39
|
-
"@twilio/declarative-type-validator": "^0.
|
|
40
|
-
"@twilio/deprecation-decorator": "^0.
|
|
41
|
-
"@twilio/mcs-client": "^0.
|
|
42
|
-
"@twilio/notifications": "^2.0.
|
|
43
|
-
"@twilio/operation-retrier": "^4.0.
|
|
44
|
-
"@twilio/replay-event-emitter": "^0.
|
|
39
|
+
"@twilio/declarative-type-validator": "^0.3.0-rc.0",
|
|
40
|
+
"@twilio/deprecation-decorator": "^0.3.0-rc.0",
|
|
41
|
+
"@twilio/mcs-client": "^0.7.0-rc.0",
|
|
42
|
+
"@twilio/notifications": "^2.1.0-rc.0",
|
|
43
|
+
"@twilio/operation-retrier": "^4.1.0-rc.0",
|
|
44
|
+
"@twilio/replay-event-emitter": "^0.4.0-rc.0",
|
|
45
45
|
"core-js": "^3.17.3",
|
|
46
46
|
"iso8601-duration": "=1.2.0",
|
|
47
47
|
"isomorphic-form-data": "^2.0.0",
|
|
48
48
|
"loglevel": "^1.8.0",
|
|
49
49
|
"platform": "^1.3.6",
|
|
50
50
|
"quick-lru": "^5.1.1",
|
|
51
|
-
"twilio-sync": "^3.
|
|
52
|
-
"twilsock": "^0.
|
|
51
|
+
"twilio-sync": "^3.4.0-rc.0",
|
|
52
|
+
"twilsock": "^0.14.0-rc.0",
|
|
53
53
|
"uuid": "^9.0.0",
|
|
54
54
|
"xmlhttprequest": "^1.8.0"
|
|
55
55
|
},
|
|
@@ -122,6 +122,5 @@
|
|
|
122
122
|
"last 2 FirefoxAndroid version",
|
|
123
123
|
"last 2 Samsung versions",
|
|
124
124
|
"last 2 UCAndroid versions"
|
|
125
|
-
]
|
|
126
|
-
"gitHead": "f57c2fa01a94fed41dc6c10f5bbcac2fd705d675"
|
|
125
|
+
]
|
|
127
126
|
}
|