@twilio/conversations 1.3.0-rc7 → 2.0.0-rc.3

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.
Files changed (282) hide show
  1. package/CHANGELOG.md +201 -0
  2. package/README.md +5 -5
  3. package/dist/browser.js +7866 -0
  4. package/dist/browser.js.map +1 -0
  5. package/dist/docs/assets/css/main.css +2660 -0
  6. package/dist/docs/assets/images/icons.png +0 -0
  7. package/dist/docs/assets/images/icons@2x.png +0 -0
  8. package/dist/docs/assets/images/widgets.png +0 -0
  9. package/dist/docs/assets/images/widgets@2x.png +0 -0
  10. package/dist/docs/assets/js/main.js +248 -0
  11. package/dist/docs/assets/js/search.js +1 -0
  12. package/dist/docs/classes/AggregatedDeliveryReceipt.html +3286 -0
  13. package/dist/docs/classes/Client.html +4181 -0
  14. package/dist/docs/classes/Conversation.html +4397 -0
  15. package/dist/docs/classes/DetailedDeliveryReceipt.html +3265 -0
  16. package/dist/docs/classes/Media.html +3295 -0
  17. package/dist/docs/classes/Message.html +3713 -0
  18. package/dist/docs/classes/MessageBuilder.html +3280 -0
  19. package/dist/docs/classes/Participant.html +3517 -0
  20. package/dist/docs/classes/PushNotification.html +3232 -0
  21. package/dist/docs/classes/RestPaginator.html +3262 -0
  22. package/dist/docs/classes/UnsentMessage.html +3144 -0
  23. package/dist/docs/classes/User.html +3451 -0
  24. package/dist/docs/index.html +3387 -212
  25. package/dist/docs/interfaces/ClientOptions.html +3136 -0
  26. package/dist/docs/interfaces/ConversationState.html +3152 -0
  27. package/dist/docs/interfaces/CreateConversationOptions.html +3168 -0
  28. package/dist/docs/interfaces/LastMessage.html +3152 -0
  29. package/dist/docs/interfaces/Paginator.html +3243 -0
  30. package/dist/docs/interfaces/PushNotificationData.html +3168 -0
  31. package/dist/docs/interfaces/SendEmailOptions.html +3136 -0
  32. package/dist/docs/interfaces/SendMediaOptions.html +3169 -0
  33. package/dist/docs/modules.html +3418 -0
  34. package/dist/lib.d.ts +1944 -0
  35. package/dist/lib.js +7866 -0
  36. package/dist/lib.js.map +1 -0
  37. package/dist/post-install.js +29 -0
  38. package/dist/react-native.js +4031 -0
  39. package/dist/react-native.js.map +1 -0
  40. package/dist/twilio-conversations.js +40905 -0
  41. package/dist/twilio-conversations.min.js +156 -0
  42. package/package.json +59 -48
  43. package/.circleci/config.yml +0 -650
  44. package/.deepsource.toml +0 -6
  45. package/.env.example +0 -13
  46. package/browser/aggregateddeliveryreceipt.js +0 -152
  47. package/browser/client.js +0 -991
  48. package/browser/configuration.js +0 -80
  49. package/browser/conversation.js +0 -1826
  50. package/browser/data/conversations.js +0 -665
  51. package/browser/data/messages.js +0 -522
  52. package/browser/data/participants.js +0 -411
  53. package/browser/data/users.js +0 -281
  54. package/browser/detaileddeliveryreceipt.js +0 -44
  55. package/browser/index.js +0 -4
  56. package/browser/interfaces/limits.js +0 -3
  57. package/browser/interfaces/notificationtypes.js +0 -21
  58. package/browser/interfaces/paginator.js +0 -53
  59. package/browser/interfaces/responsecodes.js +0 -20
  60. package/browser/interfaces/transport.js +0 -3
  61. package/browser/logger.js +0 -141
  62. package/browser/media.js +0 -198
  63. package/browser/message.js +0 -685
  64. package/browser/participant.js +0 -415
  65. package/browser/pushnotification.js +0 -49
  66. package/browser/restpaginator.js +0 -74
  67. package/browser/services/network.js +0 -223
  68. package/browser/services/readhorizon.js +0 -181
  69. package/browser/services/typingindicator.js +0 -142
  70. package/browser/session.js +0 -505
  71. package/browser/sessionerror.js +0 -93
  72. package/browser/sri.json +0 -1
  73. package/browser/synclist.js +0 -90
  74. package/browser/synclistdescriptor.js +0 -29
  75. package/browser/syncpaginator.js +0 -63
  76. package/browser/user.js +0 -431
  77. package/browser/util/deferred.js +0 -56
  78. package/browser/util/index.js +0 -108
  79. package/dist/@twilio/conversations.js +0 -35565
  80. package/dist/@twilio/conversations.min.js +0 -204
  81. package/dist/docs/AggregatedDeliveryReceipt.html +0 -948
  82. package/dist/docs/Client.html +0 -5075
  83. package/dist/docs/Conversation.html +0 -6018
  84. package/dist/docs/DetailedDeliveryReceipt.html +0 -641
  85. package/dist/docs/Media.html +0 -694
  86. package/dist/docs/Message.html +0 -1934
  87. package/dist/docs/Paginator.html +0 -605
  88. package/dist/docs/Participant.html +0 -1510
  89. package/dist/docs/PushNotification.html +0 -836
  90. package/dist/docs/SessionError.html +0 -379
  91. package/dist/docs/User.html +0 -1315
  92. package/dist/docs/classes.list.html +0 -4431
  93. package/dist/docs/fonts/glyphicons-halflings-regular.eot +0 -0
  94. package/dist/docs/fonts/glyphicons-halflings-regular.svg +0 -288
  95. package/dist/docs/fonts/glyphicons-halflings-regular.ttf +0 -0
  96. package/dist/docs/fonts/glyphicons-halflings-regular.woff +0 -0
  97. package/dist/docs/fonts/glyphicons-halflings-regular.woff2 +0 -0
  98. package/dist/docs/img/glyphicons-halflings-white.png +0 -0
  99. package/dist/docs/img/glyphicons-halflings.png +0 -0
  100. package/dist/docs/quicksearch.html +0 -31
  101. package/dist/docs/scripts/docstrap.lib.js +0 -11
  102. package/dist/docs/scripts/fulltext-search-ui.js +0 -89
  103. package/dist/docs/scripts/fulltext-search.js +0 -36
  104. package/dist/docs/scripts/lunr.min.js +0 -6
  105. package/dist/docs/scripts/prettify/Apache-License-2.0.txt +0 -202
  106. package/dist/docs/scripts/prettify/jquery.min.js +0 -6
  107. package/dist/docs/scripts/prettify/lang-css.js +0 -21
  108. package/dist/docs/scripts/prettify/prettify.js +0 -496
  109. package/dist/docs/scripts/sunlight.js +0 -1157
  110. package/dist/docs/scripts/toc.js +0 -203
  111. package/dist/docs/styles/darkstrap.css +0 -960
  112. package/dist/docs/styles/prettify-tomorrow.css +0 -132
  113. package/dist/docs/styles/site.cerulean.css +0 -7008
  114. package/dist/docs/styles/site.cosmo.css +0 -7061
  115. package/dist/docs/styles/site.cyborg.css +0 -7048
  116. package/dist/docs/styles/site.darkly.css +0 -7171
  117. package/dist/docs/styles/site.darkstrap.css +0 -5638
  118. package/dist/docs/styles/site.dibs-bootstrap.css +0 -5899
  119. package/dist/docs/styles/site.flatly.css +0 -7147
  120. package/dist/docs/styles/site.journal.css +0 -6973
  121. package/dist/docs/styles/site.lumen.css +0 -7298
  122. package/dist/docs/styles/site.paper.css +0 -7623
  123. package/dist/docs/styles/site.readable.css +0 -6997
  124. package/dist/docs/styles/site.sandstone.css +0 -7035
  125. package/dist/docs/styles/site.simplex.css +0 -7023
  126. package/dist/docs/styles/site.slate.css +0 -7343
  127. package/dist/docs/styles/site.spacelab.css +0 -7055
  128. package/dist/docs/styles/site.superhero.css +0 -7131
  129. package/dist/docs/styles/site.united.css +0 -6895
  130. package/dist/docs/styles/site.yeti.css +0 -7195
  131. package/dist/docs/styles/sunlight.dark.css +0 -345
  132. package/dist/docs/styles/sunlight.default.css +0 -344
  133. package/dist/sri.json +0 -1
  134. package/lib/aggregateddeliveryreceipt.d.ts +0 -98
  135. package/lib/aggregateddeliveryreceipt.js +0 -112
  136. package/lib/client.d.ts +0 -317
  137. package/lib/client.js +0 -633
  138. package/lib/configuration.d.ts +0 -21
  139. package/lib/configuration.js +0 -41
  140. package/lib/conversation.d.ts +0 -460
  141. package/lib/conversation.js +0 -940
  142. package/lib/data/conversations.d.ts +0 -57
  143. package/lib/data/conversations.js +0 -318
  144. package/lib/data/messages.d.ts +0 -75
  145. package/lib/data/messages.js +0 -208
  146. package/lib/data/participants.d.ts +0 -94
  147. package/lib/data/participants.js +0 -204
  148. package/lib/data/users.d.ts +0 -42
  149. package/lib/data/users.js +0 -113
  150. package/lib/detaileddeliveryreceipt.d.ts +0 -45
  151. package/lib/detaileddeliveryreceipt.js +0 -34
  152. package/lib/index.d.ts +0 -1
  153. package/lib/index.js +0 -3
  154. package/lib/interfaces/limits.d.ts +0 -8
  155. package/lib/interfaces/limits.js +0 -2
  156. package/lib/interfaces/notificationtypes.d.ts +0 -8
  157. package/lib/interfaces/notificationtypes.js +0 -11
  158. package/lib/interfaces/paginator.d.ts +0 -52
  159. package/lib/interfaces/paginator.js +0 -28
  160. package/lib/interfaces/responsecodes.d.ts +0 -8
  161. package/lib/interfaces/responsecodes.js +0 -10
  162. package/lib/interfaces/transport.d.ts +0 -13
  163. package/lib/interfaces/transport.js +0 -2
  164. package/lib/logger.d.ts +0 -18
  165. package/lib/logger.js +0 -35
  166. package/lib/media.d.ts +0 -52
  167. package/lib/media.js +0 -69
  168. package/lib/message.d.ts +0 -136
  169. package/lib/message.js +0 -305
  170. package/lib/participant.d.ts +0 -142
  171. package/lib/participant.js +0 -219
  172. package/lib/pushnotification.d.ts +0 -48
  173. package/lib/pushnotification.js +0 -39
  174. package/lib/restpaginator.d.ts +0 -19
  175. package/lib/restpaginator.js +0 -36
  176. package/lib/services/network.d.ts +0 -22
  177. package/lib/services/network.js +0 -87
  178. package/lib/services/readhorizon.d.ts +0 -28
  179. package/lib/services/readhorizon.js +0 -112
  180. package/lib/services/typingindicator.d.ts +0 -50
  181. package/lib/services/typingindicator.js +0 -102
  182. package/lib/session.d.ts +0 -63
  183. package/lib/session.js +0 -213
  184. package/lib/sessionerror.d.ts +0 -12
  185. package/lib/sessionerror.js +0 -24
  186. package/lib/sri.json +0 -1
  187. package/lib/synclist.d.ts +0 -24
  188. package/lib/synclist.js +0 -28
  189. package/lib/synclistdescriptor.d.ts +0 -27
  190. package/lib/synclistdescriptor.js +0 -19
  191. package/lib/syncpaginator.d.ts +0 -22
  192. package/lib/syncpaginator.js +0 -37
  193. package/lib/user.d.ts +0 -98
  194. package/lib/user.js +0 -219
  195. package/lib/util/deferred.d.ts +0 -12
  196. package/lib/util/deferred.js +0 -22
  197. package/lib/util/index.d.ts +0 -28
  198. package/lib/util/index.js +0 -82
  199. package/tools/rtd-sdk-cdn-pin/.gitrepo +0 -12
  200. package/tools/rtd-sdk-cdn-pin/README.md +0 -54
  201. package/tools/rtd-sdk-cdn-pin/bintray-settings.xml.template +0 -16
  202. package/tools/rtd-sdk-cdn-pin/cdn-common/cdn-prepare.sh +0 -67
  203. package/tools/rtd-sdk-cdn-pin/cdn-pin-latest.sh +0 -19
  204. package/tools/rtd-sdk-cdn-pin/cdn-pin.sh +0 -19
  205. package/tools/rtd-sdk-cdn-pin/cdn-upload.sh +0 -13
  206. package/tools/rtd-sdk-cdn-pin/fetch/common/fetch-bintray-android.sh +0 -34
  207. package/tools/rtd-sdk-cdn-pin/fetch/common/fetch-npm.sh +0 -18
  208. package/tools/rtd-sdk-cdn-pin/fetch/twilio-chat-android.sh +0 -5
  209. package/tools/rtd-sdk-cdn-pin/fetch/twilio-chat-js.sh +0 -5
  210. package/tools/rtd-sdk-cdn-pin/fetch/twilio-conversations-android.sh +0 -6
  211. package/tools/rtd-sdk-cdn-pin/fetch/twilio-conversations-js.sh +0 -5
  212. package/tools/rtd-sdk-cdn-pin/fetch/twilio-sync-android.sh +0 -5
  213. package/tools/rtd-sdk-cdn-pin/fetch/twilio-sync-js.sh +0 -5
  214. package/tools/rtd-sdk-cdn-pin/fetch-artifact.sh +0 -26
  215. package/tools/sdk-release-tool/.gitrepo +0 -12
  216. package/tools/sdk-release-tool/Makefile +0 -49
  217. package/tools/sdk-release-tool/README.md +0 -275
  218. package/tools/sdk-release-tool/delete +0 -3
  219. package/tools/sdk-release-tool/download +0 -3
  220. package/tools/sdk-release-tool/get-cors +0 -3
  221. package/tools/sdk-release-tool/list +0 -3
  222. package/tools/sdk-release-tool/pin +0 -3
  223. package/tools/sdk-release-tool/pin-latest +0 -3
  224. package/tools/sdk-release-tool/requirements.txt +0 -4
  225. package/tools/sdk-release-tool/sdk-release-tool +0 -3
  226. package/tools/sdk-release-tool/sdk_release_tools/__init__.py +0 -0
  227. package/tools/sdk-release-tool/sdk_release_tools/__main__.py +0 -110
  228. package/tools/sdk-release-tool/sdk_release_tools/aws.py +0 -70
  229. package/tools/sdk-release-tool/sdk_release_tools/cli.py +0 -181
  230. package/tools/sdk-release-tool/sdk_release_tools/log.py +0 -24
  231. package/tools/sdk-release-tool/sdk_release_tools/ops.py +0 -295
  232. package/tools/sdk-release-tool/sdk_release_tools/rpm.py +0 -28
  233. package/tools/sdk-release-tool/sdk_release_tools/util.py +0 -186
  234. package/tools/sdk-release-tool/sdk_release_tools/versions.py +0 -362
  235. package/tools/sdk-release-tool/signal-sdk-js.json +0 -28
  236. package/tools/sdk-release-tool/tests/test_versions.py +0 -94
  237. package/tools/sdk-release-tool/twilio-accessmanager-android.json +0 -19
  238. package/tools/sdk-release-tool/twilio-accessmanager-ios.json +0 -26
  239. package/tools/sdk-release-tool/twilio-auth-ios.json +0 -29
  240. package/tools/sdk-release-tool/twilio-authenticator-ios.json +0 -29
  241. package/tools/sdk-release-tool/twilio-chat-android-2.json +0 -19
  242. package/tools/sdk-release-tool/twilio-chat-android.json +0 -22
  243. package/tools/sdk-release-tool/twilio-chat-ios.json +0 -26
  244. package/tools/sdk-release-tool/twilio-chat-js.json +0 -27
  245. package/tools/sdk-release-tool/twilio-client-android-aar.json +0 -22
  246. package/tools/sdk-release-tool/twilio-client-android.json +0 -22
  247. package/tools/sdk-release-tool/twilio-client-ios.json +0 -20
  248. package/tools/sdk-release-tool/twilio-client-js.json +0 -17
  249. package/tools/sdk-release-tool/twilio-client-sounds-js.json +0 -14
  250. package/tools/sdk-release-tool/twilio-common-android-maven.json +0 -16
  251. package/tools/sdk-release-tool/twilio-common-android.json +0 -22
  252. package/tools/sdk-release-tool/twilio-common-ios-rtc.json +0 -25
  253. package/tools/sdk-release-tool/twilio-common-ios.json +0 -25
  254. package/tools/sdk-release-tool/twilio-common-js.json +0 -19
  255. package/tools/sdk-release-tool/twilio-conversations-android.json +0 -22
  256. package/tools/sdk-release-tool/twilio-conversations-ios.json +0 -26
  257. package/tools/sdk-release-tool/twilio-conversations-js.json +0 -27
  258. package/tools/sdk-release-tool/twilio-flex-js.json +0 -20
  259. package/tools/sdk-release-tool/twilio-flex-webchat-js.json +0 -16
  260. package/tools/sdk-release-tool/twilio-frame-chat-android.json +0 -22
  261. package/tools/sdk-release-tool/twilio-frame-chat-ios.json +0 -23
  262. package/tools/sdk-release-tool/twilio-frame-chat-js.json +0 -23
  263. package/tools/sdk-release-tool/twilio-ip-messaging-android-maven.json +0 -16
  264. package/tools/sdk-release-tool/twilio-ip-messaging-android.json +0 -22
  265. package/tools/sdk-release-tool/twilio-ip-messaging-ios.json +0 -25
  266. package/tools/sdk-release-tool/twilio-ip-messaging-js.json +0 -21
  267. package/tools/sdk-release-tool/twilio-sync-android.json +0 -22
  268. package/tools/sdk-release-tool/twilio-sync-ios.json +0 -26
  269. package/tools/sdk-release-tool/twilio-sync-js.json +0 -39
  270. package/tools/sdk-release-tool/twilio-taskrouter-js.json +0 -17
  271. package/tools/sdk-release-tool/twilio-video-android.json +0 -22
  272. package/tools/sdk-release-tool/twilio-video-cpp-linux-cross-rootfs.json +0 -13
  273. package/tools/sdk-release-tool/twilio-video-cpp.json +0 -33
  274. package/tools/sdk-release-tool/twilio-video-ios.json +0 -25
  275. package/tools/sdk-release-tool/twilio-video-js.json +0 -19
  276. package/tools/sdk-release-tool/twilio-video-jsdocs.json +0 -14
  277. package/tools/sdk-release-tool/twilio-voice-android.json +0 -22
  278. package/tools/sdk-release-tool/twilio-voice-ios.json +0 -29
  279. package/tools/sdk-release-tool/unpin +0 -3
  280. package/tools/sdk-release-tool/unpin-latest +0 -3
  281. package/tools/sdk-release-tool/upload +0 -3
  282. package/twilio-chat.js.iml +0 -9
@@ -1,345 +0,0 @@
1
- /* global styles */
2
- .sunlight-container {
3
- clear: both !important;
4
- position: relative !important;
5
- margin: 10px 0 !important;
6
- }
7
- .sunlight-code-container {
8
- clear: both !important;
9
- position: relative !important;
10
- border: none;
11
- border-color: #626262 !important;
12
- background-color: #262626 !important;
13
- }
14
- .sunlight-highlighted, .sunlight-container, .sunlight-container textarea {
15
- font-family: Consolas, Inconsolata, Monaco, "Courier New" !important;
16
- font-size: 12px !important;
17
- line-height: 15px !important;
18
- }
19
- .sunlight-highlighted, .sunlight-container textarea {
20
- color: #FFFFFF !important;
21
- margin: 0 !important;
22
- }
23
- .sunlight-container textarea {
24
- padding-left: 0 !important;
25
- margin-left: 0 !important;
26
- margin-right: 0 !important;
27
- padding-right: 0 !important;
28
- }
29
- .sunlight-code-container > .sunlight-highlighted {
30
- white-space: pre;
31
- overflow-x: auto;
32
- overflow-y: hidden; /* ie requires this wtf? */
33
- }
34
- .sunlight-highlighted {
35
- z-index: 1;
36
- position: relative;
37
- }
38
- .sunlight-highlighted * {
39
- background: transparent;
40
- }
41
- .sunlight-line-number-margin {
42
- float: left !important;
43
- margin-right: 5px !important;
44
- margin-top: 0 !important;
45
- margin-bottom: 0 !important;
46
- padding: 0 !important;
47
- padding-right: 4px !important;
48
- padding-left: 4px !important;
49
- border-right: 1px solid #9A9A9A !important;
50
- background-color: #3E3E3E !important;
51
- color: #9A9A9A !important;
52
- text-align: right !important;
53
- position: relative;
54
- z-index: 3;
55
- }
56
- .sunlight-highlighted a, .sunlight-line-number-margin a {
57
- border: none !important;
58
- text-decoration: none !important;
59
- font-style: normal !important;
60
- padding: 0 !important;
61
- }
62
- .sunlight-line-number-margin a {
63
- color: inherit !important;
64
- }
65
- .sunlight-line-highlight-overlay {
66
- position: absolute;
67
- top: 0;
68
- left: 0;
69
- width: 100%;
70
- z-index: 0;
71
- }
72
- .sunlight-line-highlight-overlay div {
73
- height: 15px;
74
- width: 100%;
75
- }
76
- .sunlight-line-highlight-overlay .sunlight-line-highlight-active {
77
- background-color: #4B4B4B;
78
- }
79
-
80
- /* menu */
81
- .sunlight-menu {
82
- background-color: #FFFFCC;
83
- color: #000000;
84
- }
85
- .sunlight-menu ul {
86
- margin: 0 !important;
87
- padding: 0 !important;
88
- list-style-type: none !important;
89
- }
90
- .sunlight-menu li {
91
- float: right !important;
92
- margin-left: 5px !important;
93
- }
94
- .sunlight-menu a, .sunlight-menu img {
95
- color: #000099 !important;
96
- text-decoration: none !important;
97
- border: none !important;
98
- }
99
-
100
-
101
-
102
-
103
- .sunlight-string,
104
- .sunlight-char,
105
- .sunlight-heredoc,
106
- .sunlight-heredocDeclaration,
107
- .sunlight-nowdoc,
108
- .sunlight-longString,
109
- .sunlight-rawString,
110
- .sunlight-binaryString,
111
- .sunlight-verbatimString,
112
- .sunlight-rawLongString,
113
- .sunlight-binaryLongString,
114
- .sunlight-diff .sunlight-added {
115
- color: #55EB54 !important;
116
- }
117
- .sunlight-operator,
118
- .sunlight-punctuation,
119
- .sunlight-delimiter {
120
- color: #B1EDEC !important;
121
- }
122
- .sunlight-ident,
123
- .sunlight-diff .sunlight-unchanged {
124
- color: #E0E0E0 !important;
125
- font-weight: bold !important;
126
- }
127
- .sunlight-comment,
128
- .sunlight-xmlDocCommentContent,
129
- .sunlight-nginx .sunlight-ssiCommand,
130
- .sunlight-sln .sunlight-formatDeclaration,
131
- .sunlight-diff .sunlight-mergeHeader,
132
- .sunlight-diff .sunlight-noNewLine {
133
- color: #787D31 !important;
134
- }
135
- .sunlight-number,
136
- .sunlight-cdata,
137
- .sunlight-guid,
138
- .sunlight-diff .sunlight-modified {
139
- color: #F7BA7E !important;
140
- font-weight: bold !important;
141
- }
142
- .sunlight-named-ident,
143
- .sunlight-xml .sunlight-attribute,
144
- .sunlight-constant,
145
- .sunlight-javascript .sunlight-globalVariable,
146
- .sunlight-globalObject,
147
- .sunlight-css .sunlight-id,
148
- .sunlight-python .sunlight-attribute,
149
- .sunlight-nginx .sunlight-context,
150
- .sunlight-httpd .sunlight-context,
151
- .sunlight-lisp .sunlight-declarationSpecifier,
152
- .sunlight-erlang .sunlight-userDefinedFunction,
153
- .sunlight-diff .sunlight-removed {
154
- color: #FBBDEE !important;
155
- font-weight: bold !important;
156
- }
157
- .sunlight-keyword,
158
- .sunlight-languageConstruct,
159
- .sunlight-specialOperator,
160
- .sunlight-xml .sunlight-tagName,
161
- .sunlight-xml .sunlight-operator,
162
- .sunlight-bash .sunlight-command,
163
- .sunlight-erlang .sunlight-moduleAttribute {
164
- color: #A3CCF7 !important;
165
- font-weight: bold !important;
166
- }
167
- .sunlight-shortOpenTag,
168
- .sunlight-openTag,
169
- .sunlight-closeTag,
170
- .sunlight-xmlOpenTag,
171
- .sunlight-xmlCloseTag,
172
- .sunlight-aspOpenTag,
173
- .sunlight-aspCloseTag,
174
- .sunlight-label,
175
- .sunlight-css .sunlight-importantFlag {
176
- background-color: #7373C1 !important;
177
- }
178
- .sunlight-content {
179
- color: #FFFFFF !important;
180
- font-weight: bold !important;
181
- }
182
- .sunlight-function,
183
- .sunlight-globalFunction,
184
- .sunlight-objective-c .sunlight-messageDestination,
185
- .sunlight-ruby .sunlight-specialFunction,
186
- .sunlight-6502asm .sunlight-illegalOpcode,
187
- .sunlight-powershell .sunlight-switch,
188
- .sunlight-lisp .sunlight-macro,
189
- .sunlight-lisp .sunlight-specialForm,
190
- .sunlight-lisp .sunlight-type,
191
- .sunlight-sln .sunlight-sectionName,
192
- .sunlight-diff .sunlight-header {
193
- color: #C8BBF1 !important;
194
- font-weight: bold !important;
195
- }
196
- .sunlight-variable,
197
- .sunlight-environmentVariable,
198
- .sunlight-specialVariable,
199
- .sunlight-objective-c .sunlight-messageArgumentName,
200
- .sunlight-lisp .sunlight-globalVariable,
201
- .sunlight-ruby .sunlight-globalVariable,
202
- .sunlight-ruby .sunlight-instanceVariable {
203
- color: #F5E5B0 !important;
204
- font-weight: bold !important;
205
- }
206
- .sunlight-regexLiteral,
207
- .sunlight-lisp .sunlight-operator,
208
- .sunlight-6502asm .sunlight-pseudoOp,
209
- .sunlight-erlang .sunlight-macro,
210
- .sunlight-diff .sunlight-rangeInfo {
211
- color: #E0F16A !important;
212
- }
213
- .sunlight-specialVariable {
214
- font-style: italic !important;
215
- font-weight: bold !important;
216
- }
217
- .sunlight-csharp .sunlight-pragma,
218
- .sunlight-preprocessorDirective,
219
- .sunlight-vb .sunlight-compilerDirective {
220
- color: #666363 !important;
221
- font-style: italic !important;
222
- }
223
- .sunlight-xmlDocCommentMeta,
224
- .sunlight-java .sunlight-annotation,
225
- .sunlight-scala .sunlight-annotation,
226
- .sunlight-docComment {
227
- color: #666363 !important;
228
- }
229
- .sunlight-quotedIdent,
230
- .sunlight-ruby .sunlight-subshellCommand,
231
- .sunlight-lisp .sunlight-keywordArgument,
232
- .sunlight-haskell .sunlight-infixOperator,
233
- .sunlight-erlang .sunlight-quotedAtom {
234
- color: #F8CA16 !important;
235
- }
236
-
237
-
238
-
239
-
240
- /* html/xml */
241
- .sunlight-xml .sunlight-tagName,
242
- .sunlight-xml .sunlight-operator,
243
- .sunlight-xml .sunlight-attribute {
244
- font-weight: normal !important;
245
- }
246
- .sunlight-doctype {
247
- color: #DEB9B2 !important;
248
- font-style: italic !important;
249
- }
250
- .sunlight-xml .sunlight-entity {
251
- background-color: #E6E585 !important;
252
- color: #000000 !important;
253
- }
254
-
255
- /* javascript */
256
- .sunlight-javascript .sunlight-reservedWord {
257
- font-style: italic !important;
258
- }
259
-
260
- /* css */
261
- .sunlight-css .sunlight-element {
262
- color: #E9EE97 !important;
263
- }
264
- .sunlight-css .sunlight-microsoftFilterPrefix {
265
- color: #C9FF9F !important;
266
- }
267
- .sunlight-css .sunlight-rule {
268
- color: #0099FF !important;
269
- }
270
- .sunlight-css .sunlight-class {
271
- color: #E78282 !important;
272
- }
273
- .sunlight-css .sunlight-pseudoClass, .sunlight-css .sunlight-pseudoElement {
274
- color: #73D693 !important;
275
- }
276
-
277
- /* bash */
278
- .sunlight-bash .sunlight-hashBang {
279
- color: #FFFF00 !important;
280
- }
281
-
282
- .sunlight-bash .sunlight-verbatimCommand {
283
- color: #BBA4EE !important;
284
- }
285
- .sunlight-bash .sunlight-variable,
286
- .sunlight-bash .sunlight-specialVariable {
287
- color: #ED8585 !important;
288
- }
289
-
290
- /* python */
291
- .sunlight-python .sunlight-specialMethod {
292
- font-weight: bold !important;
293
- color: #B0A3C2;
294
- }
295
-
296
- /* ruby */
297
- .sunlight-ruby .sunlight-symbol {
298
- font-weight: bold !important;
299
- color: #90EEA2 !important;
300
- }
301
-
302
- /* brainfuck */
303
- .sunlight-brainfuck {
304
- font-weight: bold !important;
305
- color: #000000 !important;
306
- }
307
- .sunlight-brainfuck .sunlight-increment {
308
- background-color: #FF9900 !important;
309
- }
310
- .sunlight-brainfuck .sunlight-decrement {
311
- background-color: #FF99FF !important;
312
- }
313
- .sunlight-brainfuck .sunlight-incrementPointer {
314
- background-color: #FFFF99 !important;
315
- }
316
- .sunlight-brainfuck .sunlight-decrementPointer {
317
- background-color: #66CCFF !important;
318
- }
319
- .sunlight-brainfuck .sunlight-read {
320
- background-color: #FFFFFF !important;
321
- }
322
- .sunlight-brainfuck .sunlight-write {
323
- background-color: #99FF99 !important;
324
- }
325
- .sunlight-brainfuck .sunlight-openLoop, .sunlight-brainfuck .sunlight-closeLoop {
326
- background-color: #FFFFFF !important;
327
- }
328
-
329
- /* 6502 asm */
330
- .sunlight-6502asm .sunlight-label {
331
- background: none !important;
332
- color: #FFFFFF !important;
333
- text-decoration: underline !important;
334
- }
335
-
336
- /* lisp */
337
- .sunlight-lisp .sunlight-macro {
338
- font-style: italic !important;
339
- }
340
-
341
- /* erlang */
342
- .sunlight-erlang .sunlight-atom {
343
- color: #FFFFFF !important;
344
- font-weight: bold !important;
345
- }
@@ -1,344 +0,0 @@
1
- /* global styles */
2
- .sunlight-container {
3
- clear: both !important;
4
- position: relative !important;
5
- margin: 10px 0 !important;
6
- }
7
- .sunlight-code-container {
8
- clear: both !important;
9
- position: relative !important;
10
- border: none;
11
- border-color: #969696 !important;
12
- background-color: #FFFFFF !important;
13
- }
14
- .sunlight-highlighted, .sunlight-container, .sunlight-container textarea {
15
- font-family: Consolas, Inconsolata, Monaco, "Courier New" !important;
16
- font-size: 12px !important;
17
- line-height: 15px !important;
18
- }
19
- .sunlight-highlighted, .sunlight-container textarea {
20
- color: #000000 !important;
21
- margin: 0 !important;
22
- }
23
- .sunlight-container textarea {
24
- padding-left: 0 !important;
25
- margin-left: 0 !important;
26
- margin-right: 0 !important;
27
- padding-right: 0 !important;
28
- }
29
- .sunlight-code-container > .sunlight-highlighted {
30
- white-space: pre;
31
- overflow-x: auto;
32
- overflow-y: hidden; /* ie requires this wtf? */
33
- }
34
- .sunlight-highlighted {
35
- z-index: 1;
36
- position: relative;
37
- }
38
- .sunlight-highlighted * {
39
- background: transparent;
40
- }
41
- .sunlight-line-number-margin {
42
- float: left !important;
43
- margin-right: 5px !important;
44
- margin-top: 0 !important;
45
- margin-bottom: 0 !important;
46
- padding: 0 !important;
47
- padding-right: 4px !important;
48
- padding-left: 4px !important;
49
- border-right: 1px solid #CCCCCC !important;
50
- background-color: #EEEEEE !important;
51
- color: #848484 !important;
52
- text-align: right !important;
53
- position: relative;
54
- z-index: 3;
55
- }
56
- .sunlight-highlighted a, .sunlight-line-number-margin a {
57
- border: none !important;
58
- text-decoration: none !important;
59
- font-weight: normal !important;
60
- font-style: normal !important;
61
- padding: 0 !important;
62
- }
63
- .sunlight-line-number-margin a {
64
- color: inherit !important;
65
- }
66
- .sunlight-line-highlight-overlay {
67
- position: absolute;
68
- top: 0;
69
- left: 0;
70
- width: 100%;
71
- z-index: 0;
72
- }
73
- .sunlight-line-highlight-overlay div {
74
- height: 15px;
75
- width: 100%;
76
- }
77
- .sunlight-line-highlight-overlay .sunlight-line-highlight-active {
78
- background-color: #E7FCFA;
79
- }
80
-
81
- /* menu */
82
- .sunlight-menu {
83
- background-color: #FFFFCC;
84
- color: #000000;
85
- }
86
- .sunlight-menu ul {
87
- margin: 0 !important;
88
- padding: 0 !important;
89
- list-style-type: none !important;
90
- }
91
- .sunlight-menu li {
92
- float: right !important;
93
- margin-left: 5px !important;
94
- }
95
- .sunlight-menu a, .sunlight-menu img {
96
- color: #000099 !important;
97
- text-decoration: none !important;
98
- border: none !important;
99
- }
100
-
101
-
102
-
103
-
104
- .sunlight-string,
105
- .sunlight-char,
106
- .sunlight-heredoc,
107
- .sunlight-heredocDeclaration,
108
- .sunlight-nowdoc,
109
- .sunlight-longString,
110
- .sunlight-rawString,
111
- .sunlight-binaryString,
112
- .sunlight-rawLongString,
113
- .sunlight-binaryLongString,
114
- .sunlight-verbatimString,
115
- .sunlight-diff .sunlight-removed {
116
- color: #990000 !important;
117
- }
118
-
119
- .sunlight-ident,
120
- .sunlight-operator,
121
- .sunlight-punctuation,
122
- .sunlight-delimiter,
123
- .sunlight-diff .sunlight-unchanged {
124
- color: #000000 !important;
125
- }
126
-
127
- .sunlight-comment,
128
- .sunlight-xmlDocCommentContent,
129
- .sunlight-nginx .sunlight-ssiCommand,
130
- .sunlight-sln .sunlight-formatDeclaration,
131
- .sunlight-diff .sunlight-added {
132
- color: #009900 !important;
133
- }
134
- .sunlight-number,
135
- .sunlight-guid,
136
- .sunlight-cdata {
137
- color: #CC6600 !important;
138
- }
139
-
140
- .sunlight-named-ident,
141
- .sunlight-constant,
142
- .sunlight-javascript .sunlight-globalVariable,
143
- .sunlight-globalObject,
144
- .sunlight-python .sunlight-attribute,
145
- .sunlight-nginx .sunlight-context,
146
- .sunlight-httpd .sunlight-context,
147
- .sunlight-haskell .sunlight-class,
148
- .sunlight-haskell .sunlight-type,
149
- .sunlight-lisp .sunlight-declarationSpecifier,
150
- .sunlight-erlang .sunlight-userDefinedFunction,
151
- .sunlight-diff .sunlight-header {
152
- color: #2B91AF !important;
153
- }
154
- .sunlight-keyword,
155
- .sunlight-languageConstruct,
156
- .sunlight-css
157
- .sunlight-element,
158
- .sunlight-bash .sunlight-command,
159
- .sunlight-specialOperator,
160
- .sunlight-erlang .sunlight-moduleAttribute,
161
- .sunlight-xml .sunlight-tagName,
162
- .sunlight-xml .sunlight-operator,
163
- .sunlight-diff .sunlight-modified {
164
- color: #0000FF !important;
165
- }
166
- .sunlight-shortOpenTag,
167
- .sunlight-openTag,
168
- .sunlight-closeTag,
169
- .sunlight-xmlOpenTag,
170
- .sunlight-xmlCloseTag,
171
- .sunlight-aspOpenTag,
172
- .sunlight-aspCloseTag,
173
- .sunlight-label,
174
- .sunlight-css .sunlight-importantFlag {
175
- background-color: #FFFF99 !important;
176
- color: #000000 !important;
177
- }
178
- .sunlight-function,
179
- .sunlight-globalFunction,
180
- .sunlight-ruby .sunlight-specialFunction,
181
- .sunlight-objective-c .sunlight-messageDestination,
182
- .sunlight-6502asm .sunlight-illegalOpcode,
183
- .sunlight-powershell .sunlight-switch,
184
- .sunlight-lisp .sunlight-macro,
185
- .sunlight-lisp .sunlight-specialForm,
186
- .sunlight-lisp .sunlight-type,
187
- .sunlight-sln .sunlight-sectionName,
188
- .sunlight-diff .sunlight-rangeInfo {
189
- color: #B069AF !important;
190
- }
191
-
192
- .sunlight-variable,
193
- .sunlight-specialVariable,
194
- .sunlight-environmentVariable,
195
- .sunlight-objective-c .sunlight-messageArgumentName,
196
- .sunlight-lisp .sunlight-globalVariable,
197
- .sunlight-ruby .sunlight-globalVariable,
198
- .sunlight-ruby .sunlight-instanceVariable,
199
- .sunlight-sln .sunlight-operator {
200
- color: #325484 !important;
201
- }
202
- .sunlight-regexLiteral,
203
- .sunlight-lisp .sunlight-operator,
204
- .sunlight-6502asm .sunlight-pseudoOp,
205
- .sunlight-erlang .sunlight-macro {
206
- color: #FF00B2 !important;
207
- }
208
- .sunlight-specialVariable {
209
- font-style: italic !important;
210
- font-weight: bold !important;
211
- }
212
- .sunlight-csharp .sunlight-pragma,
213
- .sunlight-preprocessorDirective,
214
- .sunlight-vb .sunlight-compilerDirective,
215
- .sunlight-diff .sunlight-mergeHeader,
216
- .sunlight-diff .sunlight-noNewLine {
217
- color: #999999 !important;
218
- font-style: italic !important;
219
- }
220
- .sunlight-xmlDocCommentMeta,
221
- .sunlight-java .sunlight-annotation,
222
- .sunlight-scala .sunlight-annotation,
223
- .sunlight-docComment {
224
- color: #808080 !important;
225
- }
226
- .sunlight-quotedIdent,
227
- .sunlight-ruby .sunlight-subshellCommand,
228
- .sunlight-lisp .sunlight-keywordArgument,
229
- .sunlight-haskell .sunlight-infixOperator,
230
- .sunlight-erlang .sunlight-quotedAtom {
231
- color: #999900 !important;
232
- }
233
-
234
-
235
-
236
- /* xml */
237
- .sunlight-xml .sunlight-string {
238
- color: #990099 !important;
239
- }
240
- .sunlight-xml .sunlight-attribute {
241
- color: #FF0000 !important;
242
- }
243
- .sunlight-xml .sunlight-entity {
244
- background-color: #EEEEEE !important;
245
- color: #000000 !important;
246
- border: 1px solid #000000 !important;
247
- }
248
- .sunlight-xml .sunlight-doctype {
249
- color: #2B91AF !important;
250
- }
251
-
252
- /* javascript */
253
- .sunlight-javascript .sunlight-reservedWord {
254
- font-style: italic !important;
255
- }
256
-
257
- /* css */
258
- .sunlight-css .sunlight-microsoftFilterPrefix {
259
- color: #FF00FF !important;
260
- }
261
- .sunlight-css .sunlight-rule {
262
- color: #0099FF !important;
263
- }
264
- .sunlight-css .sunlight-keyword {
265
- color: #4E65B8 !important;
266
- }
267
- .sunlight-css .sunlight-class {
268
- color: #FF0000 !important;
269
- }
270
- .sunlight-css .sunlight-id {
271
- color: #8A8E13 !important;
272
- }
273
- .sunlight-css .sunlight-pseudoClass,
274
- .sunlight-css .sunlight-pseudoElement {
275
- color: #368B87 !important;
276
- }
277
-
278
- /* bash */
279
- .sunlight-bash .sunlight-hashBang {
280
- color: #3D97F5 !important;
281
- }
282
- .sunlight-bash .sunlight-verbatimCommand {
283
- color: #999900 !important;
284
- }
285
- .sunlight-bash .sunlight-variable,
286
- .sunlight-bash .sunlight-specialVariable {
287
- color: #FF0000 !important;
288
- }
289
-
290
- /* python */
291
- .sunlight-python .sunlight-specialMethod {
292
- font-weight: bold !important;
293
- color: #A07DD3;
294
- }
295
-
296
- /* ruby */
297
- .sunlight-ruby .sunlight-symbol {
298
- font-weight: bold !important;
299
- color: #ED7272 !important;
300
- }
301
-
302
- /* brainfuck */
303
- .sunlight-brainfuck {
304
- font-weight: bold !important;
305
- color: #000000 !important;
306
- }
307
- .sunlight-brainfuck .sunlight-increment {
308
- background-color: #FF9900 !important;
309
- }
310
- .sunlight-brainfuck .sunlight-decrement {
311
- background-color: #FF99FF !important;
312
- }
313
- .sunlight-brainfuck .sunlight-incrementPointer {
314
- background-color: #FFFF99 !important;
315
- }
316
- .sunlight-brainfuck .sunlight-decrementPointer {
317
- background-color: #66CCFF !important;
318
- }
319
- .sunlight-brainfuck .sunlight-read {
320
- background-color: #FFFFFF !important;
321
- }
322
- .sunlight-brainfuck .sunlight-write {
323
- background-color: #99FF99 !important;
324
- }
325
- .sunlight-brainfuck .sunlight-openLoop, .sunlight-brainfuck .sunlight-closeLoop {
326
- background-color: #FFFFFF !important;
327
- }
328
-
329
- /* 6502 asm */
330
- .sunlight-6502asm .sunlight-label {
331
- font-weight: bold !important;
332
- color: #000000 !important;
333
- background: none !important;
334
- }
335
-
336
- /* lisp */
337
- .sunlight-lisp .sunlight-macro {
338
- font-style: italic !important;
339
- }
340
-
341
- /* erlang */
342
- .sunlight-erlang .sunlight-atom {
343
- font-weight: bold !important;
344
- }
package/dist/sri.json DELETED
@@ -1 +0,0 @@
1
- {"lib/aggregateddeliveryreceipt.js":"sha256-tZBQ/lAB8IeTHaNFIt9XIHubcnkiKHVfMhuvbtELTbE=","lib/client.js":"sha256-1+eda+gBlKXMxKIhIfDuYK5qv4bi6cQpIu7p3bgqMFQ=","lib/configuration.js":"sha256-Y3dGEJ1gnvTtjicgl8D+wpVylUw6emrGdQUYqr7nw88=","lib/conversation.js":"sha256-1BKCoU20Pa+dd22shsycH/yuNObw46tcJ1GV8dZB7Hc=","lib/detaileddeliveryreceipt.js":"sha256-I1Ah05qxwbGPpul2dzDl11COYdkK7YrCgxCZUPCv4u8=","lib/index.js":"sha256-mqKDgT4gOLAC3sSxHxHDRlnS/b9fKgadqSvG19SjpCg=","lib/logger.js":"sha256-/TclLyFDKBlD7lU4XYrJnBdiFD54Asggjo0Zleq5Czg=","lib/media.js":"sha256-W8AZ41hEGSD0wkiQclNCAeSTukeWP6916KtKesXDUes=","lib/message.js":"sha256-hZQaXRsKiuTpH7FpFF6MDVcnOLag4Nd6pjvey+8GH+k=","lib/participant.js":"sha256-RusrVQE1NGax5TkLxwjPSuRQvYqCYF/du2bZ/ti+1Rk=","lib/pushnotification.js":"sha256-Rn9S1xOTuiiKPA7RjyDU6J3ljk7ndPgFhk9ylcC4tHg=","lib/restpaginator.js":"sha256-BMuE+6NcX37g0MdiTgXeGX77N8W/mK34yFHkvJi2Vko=","lib/session.js":"sha256-EKdFzoysA+mNlWn1vl3ygIthtk3LICgAHcLhAdPepfc=","lib/sessionerror.js":"sha256-lLXyeBHSNiSHN0dQuf1CqGuIe2ZDtzqziVF5qw5cZrc=","lib/synclist.js":"sha256-8imXCECbLZRtsntAMQ0cOpsODWkaDpsCpgISfemKmMA=","lib/synclistdescriptor.js":"sha256-wYlF1ZO1Ym7fmnPEPqINTqh2v7J8QeMewq2lG5RwcOY=","lib/syncpaginator.js":"sha256-dUudOaWa4KtkkGLD5JQ5P6CnG7k6hWZc7TYiDfops34=","lib/user.js":"sha256-ywOp+b4ykyrvvtXT3/Q2WfXj+m5XqyT4sJOX4Xnp49E=","lib/data/conversations.js":"sha256-YDHBHAY7qIJDGnMQI3mZ8d1x1Jo/TAdzSD8I3RO79L8=","lib/data/messages.js":"sha256-4AAuZnIksjxJovLoXEryNwalwU1vc4ejKVe7wkkHUPc=","lib/data/participants.js":"sha256-4leIAa2PTifjJYL8dH4iQUtekBbazxFwVwai1tR0A/8=","lib/data/users.js":"sha256-A5rWRV7+HTPss6hwAD4Kc0Ftw4Apq387eSINv7IE/kE=","lib/interfaces/limits.js":"sha256-1DqoH1vIn6o1ng+XyBS6JRVVkf8Hj7ub/UD4x8loMjA=","lib/interfaces/notificationtypes.js":"sha256-WAl8kM1ex6Nbd6lPOftCvwMPJo+URQnvmKHPDfd6yDs=","lib/interfaces/paginator.js":"sha256-uR//QPr7gfI3ixd/1FIwpGlLmlNRwqgTPoAfun77Gko=","lib/interfaces/responsecodes.js":"sha256-q34uRlVfFCwfUCkrwctw/A8Vzpvv7MaFbGWHxHim7sI=","lib/interfaces/transport.js":"sha256-1DqoH1vIn6o1ng+XyBS6JRVVkf8Hj7ub/UD4x8loMjA=","lib/services/network.js":"sha256-mThXsnK8ElQQaTHPXAGnygeILG75LdId1ZsZh4ng5Wg=","lib/services/readhorizon.js":"sha256-V1uJfV6JE0147qzMsuyvJ1jhwl3OsaqxjZuBBQJNld8=","lib/services/typingindicator.js":"sha256-CC/NCUCq7UGo4ovq0wcTkuiZeLoPlKcd+wouF4+uEMQ=","lib/util/deferred.js":"sha256-l0iLU8vMjkjUuKe3K9AdMkwueBn5U7YqYBVF7HtvgTE=","lib/util/index.js":"sha256-+iOt9PFnO0/vcgK/UNfovsV3oUgoWdqXa9bZr34B8DA=","lib/aggregateddeliveryreceipt.d.ts":"sha256-ajq7Rbi1R+8G7W/0gU0WVe3eCdCaUX0czJNHtkWxL1s=","lib/client.d.ts":"sha256-uur1p6sYe2eVkLBL9lEcws3/jSRIRTN6Jo7JOidpdMQ=","lib/configuration.d.ts":"sha256-CmOTXgLl1OG0BX1Vs/iu20s50bPXrKoGsXjivFYs7EE=","lib/conversation.d.ts":"sha256-fb1jfULdMP/hladsV8FK9Fv4d1400otwuV5erm9D404=","lib/detaileddeliveryreceipt.d.ts":"sha256-G/Trfuxgt50CO5Ji+RjmVDV6iQ5RYH7cEdbUlikSR2A=","lib/index.d.ts":"sha256-lX8srbrNkAqWSxE75/tLnZAtnq2am2hlCuzsLTrJodI=","lib/logger.d.ts":"sha256-kUF94u2h0jfusrS8SDa4fcRIoSnjSu8TjjLq6DZ1m6E=","lib/media.d.ts":"sha256-W6iUaaC6oB2N31LeuhSGIATI9gj6I0epgHM3rlUBRbY=","lib/message.d.ts":"sha256-5IK5FeiACFD+8G2ynUvIdMLE04X7yhbALv8BTs5Toqg=","lib/participant.d.ts":"sha256-cwbtnenf4NpWtTs41o0q83hsVs/xEZII8irExprTDYI=","lib/pushnotification.d.ts":"sha256-HXSKgP5ugEsu/hc1uhdRmf6Sabx1ZYuYYiqhLbJ/JVI=","lib/restpaginator.d.ts":"sha256-qodsKOtWrit+kz1KEFHuKV7mYb7ZT5WE+zsUlb/nzLA=","lib/session.d.ts":"sha256-Z0OhsaoqsAj0STgR/lJ1Iw3uJlvoS0UIL6/xpSnDD9I=","lib/sessionerror.d.ts":"sha256-BT74HHKMz5+YbFiccJZWqRXSQI3YO+si+m70JISwsCs=","lib/synclist.d.ts":"sha256-Ds4L4ZiUjr0CT5RsW+Xt6B4hsPMAi/Jw6y/5Hr5NXZk=","lib/synclistdescriptor.d.ts":"sha256-Gp8slSSid6fLBUx8JV0InQMdB/INeTGTzGk6bhuQ+LY=","lib/syncpaginator.d.ts":"sha256-/oapr35TZjdoIhH74z+eozGdyt/4xugVh6C1nPORp4w=","lib/user.d.ts":"sha256-tJo2TLZVZSRdDbVsPCPL/wUyW/GF8ANuXd/+9IWWgpc=","lib/data/conversations.d.ts":"sha256-m91AZP8HBleYD3m+4PbHHaBewVU0cofCc4fl+XOI5xA=","lib/data/messages.d.ts":"sha256-e2akfAdCvYhpB1lVhdVOhVTKGFHmzqdU64+lwAtKjh4=","lib/data/participants.d.ts":"sha256-zaEs3VZpN5jjw1gXHFQmwQCBM3T5XXXAnfuR/ORu9oA=","lib/data/users.d.ts":"sha256-v1pcrJEJojRpaFH79QTmnBQ/U0xFucP/yx6vfIR6j7Y=","lib/interfaces/limits.d.ts":"sha256-88tiD25fd3zNaJt4znSC682bK+VKhjPG5rEgVbiAels=","lib/interfaces/notificationtypes.d.ts":"sha256-PnGFXum7KHnw98fA7ViQS2MXZFN5FlBUTZsqpXYMs9k=","lib/interfaces/paginator.d.ts":"sha256-q3RBDA/b3rQmqPTR9auCDxeEaco6wZt4uJRGHIplZYY=","lib/interfaces/responsecodes.d.ts":"sha256-n6RsEiBNV0Si/llOm8AFwEdhJIX66/FR3vubeKzMiKM=","lib/interfaces/transport.d.ts":"sha256-GzJszWUauuHnw7g2TnB23PazWxqH458VOBESAv5SPl4=","lib/services/network.d.ts":"sha256-p2KJNvXuZTSfUb/z8IOLoC1Hymv8nG9e2rApG25kfX0=","lib/services/readhorizon.d.ts":"sha256-Fjx+w8T+MoBiVzJf/zonKKc43ugUPnA/k0el4MW0b8U=","lib/services/typingindicator.d.ts":"sha256-a7kVyLOuDE99nEXEGo1q7mBct/ObQsHkQMrBvTvQKiY=","lib/util/deferred.d.ts":"sha256-2kmZDCogWutZlPi/y2BCHCksC6HZC03H06mESFQkUJs=","lib/util/index.d.ts":"sha256-J7UgmlE9ns0infheX8wN5KuT8lHMsKaE3EuId3FL2vs=","browser/aggregateddeliveryreceipt.js":"sha256-jkxMUITHH8L+KApl0RRbQtrfXN59Xwl7isrtcM4UQlw=","browser/client.js":"sha256-8XaMnVJwNaH0qEv4rhtRm9IXok2SVHKWgzUlAeQKBPk=","browser/configuration.js":"sha256-t+1/iVN0F4f7QmWgE2zKkcBNd13oMsY/BJ/7pxL/dpM=","browser/conversation.js":"sha256-LPgJ8CjwVw/L3Qe/ZYfQGzudFy+3QCjj4Hc/6VmHAEY=","browser/detaileddeliveryreceipt.js":"sha256-zKrGXWGxf+I+GKUjAlVQfKVNw9QAz5vFXnMWshAhxX4=","browser/index.js":"sha256-S+eKMp/1e64gEIqLay5YFeTWaIDuRW5u7w5m305qQj0=","browser/logger.js":"sha256-QMLFRmE4HeEcF3IEOKc+uTjbKr3mSnXLQJgNrXPCA/4=","browser/media.js":"sha256-LwFijbYfsQ7w/M8V19lviSTAkMEg+n6LPRI9Pr5JW5g=","browser/message.js":"sha256-Cyui5q3emvXouf9JcSV+OtYyi7/lpnir2DoLp1bTAUY=","browser/participant.js":"sha256-3TW6G4SPCxci5A+ocMQHLjgerXYoaQhPcYkUYJtHsQE=","browser/pushnotification.js":"sha256-gpkUhvupH5kxNF5QbxmVd1CMnrKUE34UqP4ayL8ZniQ=","browser/restpaginator.js":"sha256-amFVsFXWfAUlx+o9jS84aD5VizlEwayOOuPD/ESGqWI=","browser/session.js":"sha256-uYYQfq49MiMQ+b68utIApU4dPlq29A9dQ/CMLr0Eh9Y=","browser/sessionerror.js":"sha256-Z4SHPhjTzxgK+7C+iT7KVnvHVIXXNm0wz69kkRdut48=","browser/synclist.js":"sha256-6AmQxpCoRHRgqpp0lNaUjccF2pka1bpauHf6AQEo3X4=","browser/synclistdescriptor.js":"sha256-IvY/yuiezmBiCVIGxK3THre69zHRxglREcT0OQ34AQk=","browser/syncpaginator.js":"sha256-x9vDK1rdfKC1FGzVEkmjnN0snEQBD8XNCEfJxSh/JAo=","browser/user.js":"sha256-kY76v3O1v5J/OakJSJAHkH3UfGxb+SqFLmmMLKt/S0o=","browser/data/conversations.js":"sha256-u8z/7hbfBBXIek0hBe4CoPnq5v8AwSFe6fgIEom7IQ4=","browser/data/messages.js":"sha256-zB8HkyUD9TPIZzW2nsxbGeUS4BWfIYj37iOEB28ZSAQ=","browser/data/participants.js":"sha256-MoLw2ZksvLeY9tG7Rfuihprs9XlCd7qqvNgIrAOEkgs=","browser/data/users.js":"sha256-NSH1Z8Cts1fe3bDA4xM4aHcrPTYWSgyLaPh2L32ZvtU=","browser/interfaces/limits.js":"sha256-rP3V93GX5+sein+tUAobGWckAqGy0I3gYJcCAwiv5K0=","browser/interfaces/notificationtypes.js":"sha256-VoPDJpQm4HJpsG3Rko49f6eOYpnzeZL7HidnPHdU7f4=","browser/interfaces/paginator.js":"sha256-T98dDIWrpO2gKLTNrPOeG4mRxLtb5PSbUhUQjX8ZkfM=","browser/interfaces/responsecodes.js":"sha256-KSYb858T8msYjFy3ptHC0A2wci5A90zlQrK8FoRamE4=","browser/interfaces/transport.js":"sha256-rP3V93GX5+sein+tUAobGWckAqGy0I3gYJcCAwiv5K0=","browser/services/network.js":"sha256-nhKB9cpcPQmVScOh4A6pMOyW7E1ivpnKnrjeb3ygdas=","browser/services/readhorizon.js":"sha256-TIGkEOsx2S/mokz8sPnixcFRem/Li3/vj4OkqTy3QLA=","browser/services/typingindicator.js":"sha256-xoIwj9wENm+NvdQ0r1dlqfPTf2W6diAvzqWVU9YMYMw=","browser/util/deferred.js":"sha256-Gu6duaRZFVetR4eFDR47HCrmfRiHc9fwEII2aRqHUx4=","browser/util/index.js":"sha256-+KmkkhdOJBBp26o8zV9B/5i7tbGLAUvxeqQQdPUxy5U=","dist/@twilio/conversations.min.js":"sha256-9QU6YcETrkP6FFrJN8BoPvp7OsRPEk0GrcLD8GufZz4="}