itd-api 0.0.9 → 0.0.11

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 (38) hide show
  1. package/README.md +90 -252
  2. package/dist/{chunk-HTF2MOM4.cjs → chunk-QD4UHJFF.cjs} +4106 -2730
  3. package/dist/chunk-QD4UHJFF.cjs.map +1 -0
  4. package/dist/{chunk-MYAU2WJU.js → chunk-TB7HW3VX.js} +4097 -2731
  5. package/dist/chunk-TB7HW3VX.js.map +1 -0
  6. package/dist/index-CrlTO7sR.d.cts +4858 -0
  7. package/dist/index-CrlTO7sR.d.ts +4858 -0
  8. package/dist/index.cjs +136 -100
  9. package/dist/index.d.cts +1 -4206
  10. package/dist/index.d.ts +1 -4206
  11. package/dist/index.js +1 -1
  12. package/dist/node.cjs +226 -132
  13. package/dist/node.cjs.map +1 -1
  14. package/dist/node.d.cts +42 -4
  15. package/dist/node.d.ts +42 -4
  16. package/dist/node.js +99 -36
  17. package/dist/node.js.map +1 -1
  18. package/guides/README.md +22 -0
  19. package/guides/authentication/README.md +176 -0
  20. package/guides/authentication/examples/bot-with-session.mjs +98 -0
  21. package/guides/authentication/examples/turnstile-login.mjs +56 -0
  22. package/guides/integrations/README.md +62 -0
  23. package/guides/integrations/examples/proxy.mjs +26 -0
  24. package/guides/multi-accounts/README.md +142 -0
  25. package/guides/multi-accounts/examples/multi-accounts.mjs +71 -0
  26. package/guides/plugins/README.md +162 -0
  27. package/guides/plugins/examples/cache.mjs +33 -0
  28. package/guides/plugins/examples/crypto.mjs +54 -0
  29. package/guides/quickstart/README.md +124 -0
  30. package/guides/quickstart/examples/quick-start.mjs +44 -0
  31. package/guides/quickstart/examples/typescript.ts +90 -0
  32. package/guides/realtime/README.md +109 -0
  33. package/guides/realtime/examples/notifications.mjs +62 -0
  34. package/guides/text-markup/README.md +214 -0
  35. package/guides/text-markup/examples/create-post.mjs +64 -0
  36. package/package.json +6 -4
  37. package/dist/chunk-HTF2MOM4.cjs.map +0 -1
  38. package/dist/chunk-MYAU2WJU.js.map +0 -1
package/dist/index.cjs CHANGED
@@ -1,404 +1,440 @@
1
1
  'use strict';
2
2
 
3
- var chunkHTF2MOM4_cjs = require('./chunk-HTF2MOM4.cjs');
3
+ var chunkQD4UHJFF_cjs = require('./chunk-QD4UHJFF.cjs');
4
4
 
5
5
 
6
6
 
7
7
  Object.defineProperty(exports, "ALLOWED_MIME_TYPES", {
8
8
  enumerable: true,
9
- get: function () { return chunkHTF2MOM4_cjs.ALLOWED_MIME_TYPES; }
9
+ get: function () { return chunkQD4UHJFF_cjs.ALLOWED_MIME_TYPES; }
10
10
  });
11
11
  Object.defineProperty(exports, "AUDIO_MIME_TYPES", {
12
12
  enumerable: true,
13
- get: function () { return chunkHTF2MOM4_cjs.AUDIO_MIME_TYPES; }
13
+ get: function () { return chunkQD4UHJFF_cjs.AUDIO_MIME_TYPES; }
14
14
  });
15
15
  Object.defineProperty(exports, "AUTH_FLAG_COOKIE", {
16
16
  enumerable: true,
17
- get: function () { return chunkHTF2MOM4_cjs.AUTH_FLAG_COOKIE; }
17
+ get: function () { return chunkQD4UHJFF_cjs.AUTH_FLAG_COOKIE; }
18
18
  });
19
19
  Object.defineProperty(exports, "AUTH_PATHS", {
20
20
  enumerable: true,
21
- get: function () { return chunkHTF2MOM4_cjs.AUTH_PATHS; }
21
+ get: function () { return chunkQD4UHJFF_cjs.AUTH_PATHS; }
22
22
  });
23
23
  Object.defineProperty(exports, "AccessType", {
24
24
  enumerable: true,
25
- get: function () { return chunkHTF2MOM4_cjs.AccessType; }
25
+ get: function () { return chunkQD4UHJFF_cjs.AccessType; }
26
26
  });
27
27
  Object.defineProperty(exports, "AttachmentType", {
28
28
  enumerable: true,
29
- get: function () { return chunkHTF2MOM4_cjs.AttachmentType; }
29
+ get: function () { return chunkQD4UHJFF_cjs.AttachmentType; }
30
30
  });
31
31
  Object.defineProperty(exports, "BUILT_IN_SERVICES", {
32
32
  enumerable: true,
33
- get: function () { return chunkHTF2MOM4_cjs.BUILT_IN_SERVICES; }
33
+ get: function () { return chunkQD4UHJFF_cjs.BUILT_IN_SERVICES; }
34
34
  });
35
35
  Object.defineProperty(exports, "CommentSort", {
36
36
  enumerable: true,
37
- get: function () { return chunkHTF2MOM4_cjs.CommentSort; }
37
+ get: function () { return chunkQD4UHJFF_cjs.CommentSort; }
38
38
  });
39
39
  Object.defineProperty(exports, "DEFAULT_BASE_URL", {
40
40
  enumerable: true,
41
- get: function () { return chunkHTF2MOM4_cjs.DEFAULT_BASE_URL; }
41
+ get: function () { return chunkQD4UHJFF_cjs.DEFAULT_BASE_URL; }
42
42
  });
43
43
  Object.defineProperty(exports, "DEFAULT_STATUS_BASE_URL", {
44
44
  enumerable: true,
45
- get: function () { return chunkHTF2MOM4_cjs.DEFAULT_STATUS_BASE_URL; }
45
+ get: function () { return chunkQD4UHJFF_cjs.DEFAULT_STATUS_BASE_URL; }
46
46
  });
47
47
  Object.defineProperty(exports, "DEFAULT_TIMEOUT", {
48
48
  enumerable: true,
49
- get: function () { return chunkHTF2MOM4_cjs.DEFAULT_TIMEOUT; }
49
+ get: function () { return chunkQD4UHJFF_cjs.DEFAULT_TIMEOUT; }
50
50
  });
51
51
  Object.defineProperty(exports, "DEFAULT_UPLOAD_TIMEOUT", {
52
52
  enumerable: true,
53
- get: function () { return chunkHTF2MOM4_cjs.DEFAULT_UPLOAD_TIMEOUT; }
53
+ get: function () { return chunkQD4UHJFF_cjs.DEFAULT_UPLOAD_TIMEOUT; }
54
54
  });
55
55
  Object.defineProperty(exports, "DEFAULT_USER_AGENT", {
56
56
  enumerable: true,
57
- get: function () { return chunkHTF2MOM4_cjs.DEFAULT_USER_AGENT; }
57
+ get: function () { return chunkQD4UHJFF_cjs.DEFAULT_USER_AGENT; }
58
58
  });
59
59
  Object.defineProperty(exports, "DEVICE_ID_HEADER", {
60
60
  enumerable: true,
61
- get: function () { return chunkHTF2MOM4_cjs.DEVICE_ID_HEADER; }
61
+ get: function () { return chunkQD4UHJFF_cjs.DEVICE_ID_HEADER; }
62
62
  });
63
63
  Object.defineProperty(exports, "DetectedRuntime", {
64
64
  enumerable: true,
65
- get: function () { return chunkHTF2MOM4_cjs.DetectedRuntime; }
65
+ get: function () { return chunkQD4UHJFF_cjs.DetectedRuntime; }
66
66
  });
67
67
  Object.defineProperty(exports, "FeedTab", {
68
68
  enumerable: true,
69
- get: function () { return chunkHTF2MOM4_cjs.FeedTab; }
69
+ get: function () { return chunkQD4UHJFF_cjs.FeedTab; }
70
70
  });
71
71
  Object.defineProperty(exports, "IMAGE_MIME_TYPES", {
72
72
  enumerable: true,
73
- get: function () { return chunkHTF2MOM4_cjs.IMAGE_MIME_TYPES; }
73
+ get: function () { return chunkQD4UHJFF_cjs.IMAGE_MIME_TYPES; }
74
74
  });
75
75
  Object.defineProperty(exports, "IncidentKind", {
76
76
  enumerable: true,
77
- get: function () { return chunkHTF2MOM4_cjs.IncidentKind; }
77
+ get: function () { return chunkQD4UHJFF_cjs.IncidentKind; }
78
78
  });
79
79
  Object.defineProperty(exports, "InteractionType", {
80
80
  enumerable: true,
81
- get: function () { return chunkHTF2MOM4_cjs.InteractionType; }
81
+ get: function () { return chunkQD4UHJFF_cjs.InteractionType; }
82
82
  });
83
83
  Object.defineProperty(exports, "ItdAbortError", {
84
84
  enumerable: true,
85
- get: function () { return chunkHTF2MOM4_cjs.ItdAbortError; }
85
+ get: function () { return chunkQD4UHJFF_cjs.ItdAbortError; }
86
+ });
87
+ Object.defineProperty(exports, "ItdAccounts", {
88
+ enumerable: true,
89
+ get: function () { return chunkQD4UHJFF_cjs.ItdAccounts; }
86
90
  });
87
91
  Object.defineProperty(exports, "ItdApiError", {
88
92
  enumerable: true,
89
- get: function () { return chunkHTF2MOM4_cjs.ItdApiError; }
93
+ get: function () { return chunkQD4UHJFF_cjs.ItdApiError; }
90
94
  });
91
95
  Object.defineProperty(exports, "ItdApiErrorKind", {
92
96
  enumerable: true,
93
- get: function () { return chunkHTF2MOM4_cjs.ItdApiErrorKind; }
97
+ get: function () { return chunkQD4UHJFF_cjs.ItdApiErrorKind; }
94
98
  });
95
99
  Object.defineProperty(exports, "ItdAuthError", {
96
100
  enumerable: true,
97
- get: function () { return chunkHTF2MOM4_cjs.ItdAuthError; }
101
+ get: function () { return chunkQD4UHJFF_cjs.ItdAuthError; }
98
102
  });
99
103
  Object.defineProperty(exports, "ItdClient", {
100
104
  enumerable: true,
101
- get: function () { return chunkHTF2MOM4_cjs.ItdClient; }
105
+ get: function () { return chunkQD4UHJFF_cjs.ItdClient; }
102
106
  });
103
107
  Object.defineProperty(exports, "ItdConfigError", {
104
108
  enumerable: true,
105
- get: function () { return chunkHTF2MOM4_cjs.ItdConfigError; }
109
+ get: function () { return chunkQD4UHJFF_cjs.ItdConfigError; }
106
110
  });
107
111
  Object.defineProperty(exports, "ItdConflictError", {
108
112
  enumerable: true,
109
- get: function () { return chunkHTF2MOM4_cjs.ItdConflictError; }
113
+ get: function () { return chunkQD4UHJFF_cjs.ItdConflictError; }
110
114
  });
111
115
  Object.defineProperty(exports, "ItdError", {
112
116
  enumerable: true,
113
- get: function () { return chunkHTF2MOM4_cjs.ItdError; }
117
+ get: function () { return chunkQD4UHJFF_cjs.ItdError; }
114
118
  });
115
119
  Object.defineProperty(exports, "ItdErrorCode", {
116
120
  enumerable: true,
117
- get: function () { return chunkHTF2MOM4_cjs.ItdErrorCode; }
121
+ get: function () { return chunkQD4UHJFF_cjs.ItdErrorCode; }
118
122
  });
119
123
  Object.defineProperty(exports, "ItdErrorKind", {
120
124
  enumerable: true,
121
- get: function () { return chunkHTF2MOM4_cjs.ItdErrorKind; }
125
+ get: function () { return chunkQD4UHJFF_cjs.ItdErrorKind; }
122
126
  });
123
127
  Object.defineProperty(exports, "ItdForbiddenError", {
124
128
  enumerable: true,
125
- get: function () { return chunkHTF2MOM4_cjs.ItdForbiddenError; }
129
+ get: function () { return chunkQD4UHJFF_cjs.ItdForbiddenError; }
126
130
  });
127
131
  Object.defineProperty(exports, "ItdNetworkError", {
128
132
  enumerable: true,
129
- get: function () { return chunkHTF2MOM4_cjs.ItdNetworkError; }
133
+ get: function () { return chunkQD4UHJFF_cjs.ItdNetworkError; }
130
134
  });
131
135
  Object.defineProperty(exports, "ItdNotFoundError", {
132
136
  enumerable: true,
133
- get: function () { return chunkHTF2MOM4_cjs.ItdNotFoundError; }
137
+ get: function () { return chunkQD4UHJFF_cjs.ItdNotFoundError; }
134
138
  });
135
139
  Object.defineProperty(exports, "ItdPhoneVerificationError", {
136
140
  enumerable: true,
137
- get: function () { return chunkHTF2MOM4_cjs.ItdPhoneVerificationError; }
141
+ get: function () { return chunkQD4UHJFF_cjs.ItdPhoneVerificationError; }
138
142
  });
139
143
  Object.defineProperty(exports, "ItdRateLimitError", {
140
144
  enumerable: true,
141
- get: function () { return chunkHTF2MOM4_cjs.ItdRateLimitError; }
145
+ get: function () { return chunkQD4UHJFF_cjs.ItdRateLimitError; }
142
146
  });
143
147
  Object.defineProperty(exports, "ItdRealtime", {
144
148
  enumerable: true,
145
- get: function () { return chunkHTF2MOM4_cjs.ItdRealtime; }
149
+ get: function () { return chunkQD4UHJFF_cjs.ItdRealtime; }
146
150
  });
147
151
  Object.defineProperty(exports, "ItdServerError", {
148
152
  enumerable: true,
149
- get: function () { return chunkHTF2MOM4_cjs.ItdServerError; }
153
+ get: function () { return chunkQD4UHJFF_cjs.ItdServerError; }
150
154
  });
151
155
  Object.defineProperty(exports, "ItdTimeoutError", {
152
156
  enumerable: true,
153
- get: function () { return chunkHTF2MOM4_cjs.ItdTimeoutError; }
157
+ get: function () { return chunkQD4UHJFF_cjs.ItdTimeoutError; }
154
158
  });
155
159
  Object.defineProperty(exports, "ItdValidationError", {
156
160
  enumerable: true,
157
- get: function () { return chunkHTF2MOM4_cjs.ItdValidationError; }
161
+ get: function () { return chunkQD4UHJFF_cjs.ItdValidationError; }
158
162
  });
159
163
  Object.defineProperty(exports, "LIBRARY_VERSION", {
160
164
  enumerable: true,
161
- get: function () { return chunkHTF2MOM4_cjs.LIBRARY_VERSION; }
165
+ get: function () { return chunkQD4UHJFF_cjs.LIBRARY_VERSION; }
162
166
  });
163
167
  Object.defineProperty(exports, "LikesVisibility", {
164
168
  enumerable: true,
165
- get: function () { return chunkHTF2MOM4_cjs.LikesVisibility; }
169
+ get: function () { return chunkQD4UHJFF_cjs.LikesVisibility; }
166
170
  });
167
171
  Object.defineProperty(exports, "LocalStorageTokenStorage", {
168
172
  enumerable: true,
169
- get: function () { return chunkHTF2MOM4_cjs.LocalStorageTokenStorage; }
173
+ get: function () { return chunkQD4UHJFF_cjs.LocalStorageTokenStorage; }
170
174
  });
171
175
  Object.defineProperty(exports, "MAX_RECONNECT_ATTEMPTS", {
172
176
  enumerable: true,
173
- get: function () { return chunkHTF2MOM4_cjs.MAX_RECONNECT_ATTEMPTS; }
177
+ get: function () { return chunkQD4UHJFF_cjs.MAX_RECONNECT_ATTEMPTS; }
178
+ });
179
+ Object.defineProperty(exports, "MemoryMultiTokenStorage", {
180
+ enumerable: true,
181
+ get: function () { return chunkQD4UHJFF_cjs.MemoryMultiTokenStorage; }
174
182
  });
175
183
  Object.defineProperty(exports, "MemoryTokenStorage", {
176
184
  enumerable: true,
177
- get: function () { return chunkHTF2MOM4_cjs.MemoryTokenStorage; }
185
+ get: function () { return chunkQD4UHJFF_cjs.MemoryTokenStorage; }
178
186
  });
179
187
  Object.defineProperty(exports, "NOTIFICATION_TYPE_ALIASES", {
180
188
  enumerable: true,
181
- get: function () { return chunkHTF2MOM4_cjs.NOTIFICATION_TYPE_ALIASES; }
189
+ get: function () { return chunkQD4UHJFF_cjs.NOTIFICATION_TYPE_ALIASES; }
182
190
  });
183
191
  Object.defineProperty(exports, "NotificationType", {
184
192
  enumerable: true,
185
- get: function () { return chunkHTF2MOM4_cjs.NotificationType; }
193
+ get: function () { return chunkQD4UHJFF_cjs.NotificationType; }
186
194
  });
187
195
  Object.defineProperty(exports, "OAuthProvider", {
188
196
  enumerable: true,
189
- get: function () { return chunkHTF2MOM4_cjs.OAuthProvider; }
197
+ get: function () { return chunkQD4UHJFF_cjs.OAuthProvider; }
190
198
  });
191
199
  Object.defineProperty(exports, "PaginationMode", {
192
200
  enumerable: true,
193
- get: function () { return chunkHTF2MOM4_cjs.PaginationMode; }
201
+ get: function () { return chunkQD4UHJFF_cjs.PaginationMode; }
194
202
  });
195
203
  Object.defineProperty(exports, "Paginator", {
196
204
  enumerable: true,
197
- get: function () { return chunkHTF2MOM4_cjs.Paginator; }
205
+ get: function () { return chunkQD4UHJFF_cjs.Paginator; }
198
206
  });
199
207
  Object.defineProperty(exports, "RECONNECT_BACKOFF", {
200
208
  enumerable: true,
201
- get: function () { return chunkHTF2MOM4_cjs.RECONNECT_BACKOFF; }
209
+ get: function () { return chunkQD4UHJFF_cjs.RECONNECT_BACKOFF; }
202
210
  });
203
211
  Object.defineProperty(exports, "RECONNECT_JITTER", {
204
212
  enumerable: true,
205
- get: function () { return chunkHTF2MOM4_cjs.RECONNECT_JITTER; }
213
+ get: function () { return chunkQD4UHJFF_cjs.RECONNECT_JITTER; }
206
214
  });
207
215
  Object.defineProperty(exports, "REFRESH_COOKIE", {
208
216
  enumerable: true,
209
- get: function () { return chunkHTF2MOM4_cjs.REFRESH_COOKIE; }
217
+ get: function () { return chunkQD4UHJFF_cjs.REFRESH_COOKIE; }
210
218
  });
211
219
  Object.defineProperty(exports, "REFRESH_COOKIE_PATH", {
212
220
  enumerable: true,
213
- get: function () { return chunkHTF2MOM4_cjs.REFRESH_COOKIE_PATH; }
221
+ get: function () { return chunkQD4UHJFF_cjs.REFRESH_COOKIE_PATH; }
214
222
  });
215
223
  Object.defineProperty(exports, "REQUEST_OPTION_KEYS", {
216
224
  enumerable: true,
217
- get: function () { return chunkHTF2MOM4_cjs.REQUEST_OPTION_KEYS; }
225
+ get: function () { return chunkQD4UHJFF_cjs.REQUEST_OPTION_KEYS; }
218
226
  });
219
227
  Object.defineProperty(exports, "RealtimeStatus", {
220
228
  enumerable: true,
221
- get: function () { return chunkHTF2MOM4_cjs.RealtimeStatus; }
229
+ get: function () { return chunkQD4UHJFF_cjs.RealtimeStatus; }
222
230
  });
223
231
  Object.defineProperty(exports, "RealtimeTransportKind", {
224
232
  enumerable: true,
225
- get: function () { return chunkHTF2MOM4_cjs.RealtimeTransportKind; }
233
+ get: function () { return chunkQD4UHJFF_cjs.RealtimeTransportKind; }
226
234
  });
227
235
  Object.defineProperty(exports, "ReportReason", {
228
236
  enumerable: true,
229
- get: function () { return chunkHTF2MOM4_cjs.ReportReason; }
237
+ get: function () { return chunkQD4UHJFF_cjs.ReportReason; }
230
238
  });
231
239
  Object.defineProperty(exports, "ReportTargetType", {
232
240
  enumerable: true,
233
- get: function () { return chunkHTF2MOM4_cjs.ReportTargetType; }
241
+ get: function () { return chunkQD4UHJFF_cjs.ReportTargetType; }
234
242
  });
235
243
  Object.defineProperty(exports, "RuntimeMode", {
236
244
  enumerable: true,
237
- get: function () { return chunkHTF2MOM4_cjs.RuntimeMode; }
245
+ get: function () { return chunkQD4UHJFF_cjs.RuntimeMode; }
238
246
  });
239
247
  Object.defineProperty(exports, "STATUS_SERVICE", {
240
248
  enumerable: true,
241
- get: function () { return chunkHTF2MOM4_cjs.STATUS_SERVICE; }
249
+ get: function () { return chunkQD4UHJFF_cjs.STATUS_SERVICE; }
242
250
  });
243
251
  Object.defineProperty(exports, "STREAM_PATH", {
244
252
  enumerable: true,
245
- get: function () { return chunkHTF2MOM4_cjs.STREAM_PATH; }
253
+ get: function () { return chunkQD4UHJFF_cjs.STREAM_PATH; }
246
254
  });
247
255
  Object.defineProperty(exports, "ServiceRegistry", {
248
256
  enumerable: true,
249
- get: function () { return chunkHTF2MOM4_cjs.ServiceRegistry; }
257
+ get: function () { return chunkQD4UHJFF_cjs.ServiceRegistry; }
250
258
  });
251
259
  Object.defineProperty(exports, "ServiceState", {
252
260
  enumerable: true,
253
- get: function () { return chunkHTF2MOM4_cjs.ServiceState; }
261
+ get: function () { return chunkQD4UHJFF_cjs.ServiceState; }
254
262
  });
255
263
  Object.defineProperty(exports, "SignInStatus", {
256
264
  enumerable: true,
257
- get: function () { return chunkHTF2MOM4_cjs.SignInStatus; }
265
+ get: function () { return chunkQD4UHJFF_cjs.SignInStatus; }
258
266
  });
259
267
  Object.defineProperty(exports, "SpanType", {
260
268
  enumerable: true,
261
- get: function () { return chunkHTF2MOM4_cjs.SpanType; }
269
+ get: function () { return chunkQD4UHJFF_cjs.SpanType; }
262
270
  });
263
271
  Object.defineProperty(exports, "TURNSTILE_SITE_KEY", {
264
272
  enumerable: true,
265
- get: function () { return chunkHTF2MOM4_cjs.TURNSTILE_SITE_KEY; }
273
+ get: function () { return chunkQD4UHJFF_cjs.TURNSTILE_SITE_KEY; }
266
274
  });
267
275
  Object.defineProperty(exports, "UnauthorizedStreamError", {
268
276
  enumerable: true,
269
- get: function () { return chunkHTF2MOM4_cjs.UnauthorizedStreamError; }
277
+ get: function () { return chunkQD4UHJFF_cjs.UnauthorizedStreamError; }
270
278
  });
271
279
  Object.defineProperty(exports, "VIDEO_MIME_TYPES", {
272
280
  enumerable: true,
273
- get: function () { return chunkHTF2MOM4_cjs.VIDEO_MIME_TYPES; }
281
+ get: function () { return chunkQD4UHJFF_cjs.VIDEO_MIME_TYPES; }
274
282
  });
275
283
  Object.defineProperty(exports, "ViewReason", {
276
284
  enumerable: true,
277
- get: function () { return chunkHTF2MOM4_cjs.ViewReason; }
285
+ get: function () { return chunkQD4UHJFF_cjs.ViewReason; }
278
286
  });
279
287
  Object.defineProperty(exports, "ViewSource", {
280
288
  enumerable: true,
281
- get: function () { return chunkHTF2MOM4_cjs.ViewSource; }
289
+ get: function () { return chunkQD4UHJFF_cjs.ViewSource; }
282
290
  });
283
291
  Object.defineProperty(exports, "WallAccess", {
284
292
  enumerable: true,
285
- get: function () { return chunkHTF2MOM4_cjs.WallAccess; }
293
+ get: function () { return chunkQD4UHJFF_cjs.WallAccess; }
294
+ });
295
+ Object.defineProperty(exports, "autoSpans", {
296
+ enumerable: true,
297
+ get: function () { return chunkQD4UHJFF_cjs.autoSpans; }
286
298
  });
287
299
  Object.defineProperty(exports, "canonicalNotificationType", {
288
300
  enumerable: true,
289
- get: function () { return chunkHTF2MOM4_cjs.canonicalNotificationType; }
301
+ get: function () { return chunkQD4UHJFF_cjs.canonicalNotificationType; }
290
302
  });
291
303
  Object.defineProperty(exports, "comment", {
292
304
  enumerable: true,
293
- get: function () { return chunkHTF2MOM4_cjs.comment; }
305
+ get: function () { return chunkQD4UHJFF_cjs.comment; }
306
+ });
307
+ Object.defineProperty(exports, "createAccounts", {
308
+ enumerable: true,
309
+ get: function () { return chunkQD4UHJFF_cjs.createAccounts; }
294
310
  });
295
311
  Object.defineProperty(exports, "createClient", {
296
312
  enumerable: true,
297
- get: function () { return chunkHTF2MOM4_cjs.createClient; }
313
+ get: function () { return chunkQD4UHJFF_cjs.createClient; }
314
+ });
315
+ Object.defineProperty(exports, "createMultiTokenStorage", {
316
+ enumerable: true,
317
+ get: function () { return chunkQD4UHJFF_cjs.createMultiTokenStorage; }
318
+ });
319
+ Object.defineProperty(exports, "createRecordMultiStorage", {
320
+ enumerable: true,
321
+ get: function () { return chunkQD4UHJFF_cjs.createRecordMultiStorage; }
298
322
  });
299
323
  Object.defineProperty(exports, "createTokenStorage", {
300
324
  enumerable: true,
301
- get: function () { return chunkHTF2MOM4_cjs.createTokenStorage; }
325
+ get: function () { return chunkQD4UHJFF_cjs.createTokenStorage; }
302
326
  });
303
327
  Object.defineProperty(exports, "formatNotificationText", {
304
328
  enumerable: true,
305
- get: function () { return chunkHTF2MOM4_cjs.formatNotificationText; }
329
+ get: function () { return chunkQD4UHJFF_cjs.formatNotificationText; }
306
330
  });
307
331
  Object.defineProperty(exports, "isBuilder", {
308
332
  enumerable: true,
309
- get: function () { return chunkHTF2MOM4_cjs.isBuilder; }
333
+ get: function () { return chunkQD4UHJFF_cjs.isBuilder; }
310
334
  });
311
335
  Object.defineProperty(exports, "isItdApiError", {
312
336
  enumerable: true,
313
- get: function () { return chunkHTF2MOM4_cjs.isItdApiError; }
337
+ get: function () { return chunkQD4UHJFF_cjs.isItdApiError; }
314
338
  });
315
339
  Object.defineProperty(exports, "isItdAuthError", {
316
340
  enumerable: true,
317
- get: function () { return chunkHTF2MOM4_cjs.isItdAuthError; }
341
+ get: function () { return chunkQD4UHJFF_cjs.isItdAuthError; }
318
342
  });
319
343
  Object.defineProperty(exports, "isItdConflictError", {
320
344
  enumerable: true,
321
- get: function () { return chunkHTF2MOM4_cjs.isItdConflictError; }
345
+ get: function () { return chunkQD4UHJFF_cjs.isItdConflictError; }
322
346
  });
323
347
  Object.defineProperty(exports, "isItdError", {
324
348
  enumerable: true,
325
- get: function () { return chunkHTF2MOM4_cjs.isItdError; }
349
+ get: function () { return chunkQD4UHJFF_cjs.isItdError; }
326
350
  });
327
351
  Object.defineProperty(exports, "isItdForbiddenError", {
328
352
  enumerable: true,
329
- get: function () { return chunkHTF2MOM4_cjs.isItdForbiddenError; }
353
+ get: function () { return chunkQD4UHJFF_cjs.isItdForbiddenError; }
330
354
  });
331
355
  Object.defineProperty(exports, "isItdNotFoundError", {
332
356
  enumerable: true,
333
- get: function () { return chunkHTF2MOM4_cjs.isItdNotFoundError; }
357
+ get: function () { return chunkQD4UHJFF_cjs.isItdNotFoundError; }
334
358
  });
335
359
  Object.defineProperty(exports, "isItdPhoneVerificationError", {
336
360
  enumerable: true,
337
- get: function () { return chunkHTF2MOM4_cjs.isItdPhoneVerificationError; }
361
+ get: function () { return chunkQD4UHJFF_cjs.isItdPhoneVerificationError; }
338
362
  });
339
363
  Object.defineProperty(exports, "isItdRateLimitError", {
340
364
  enumerable: true,
341
- get: function () { return chunkHTF2MOM4_cjs.isItdRateLimitError; }
365
+ get: function () { return chunkQD4UHJFF_cjs.isItdRateLimitError; }
342
366
  });
343
367
  Object.defineProperty(exports, "isItdServerError", {
344
368
  enumerable: true,
345
- get: function () { return chunkHTF2MOM4_cjs.isItdServerError; }
369
+ get: function () { return chunkQD4UHJFF_cjs.isItdServerError; }
346
370
  });
347
371
  Object.defineProperty(exports, "isItdValidationError", {
348
372
  enumerable: true,
349
- get: function () { return chunkHTF2MOM4_cjs.isItdValidationError; }
373
+ get: function () { return chunkQD4UHJFF_cjs.isItdValidationError; }
350
374
  });
351
375
  Object.defineProperty(exports, "isKnownNotificationType", {
352
376
  enumerable: true,
353
- get: function () { return chunkHTF2MOM4_cjs.isKnownNotificationType; }
377
+ get: function () { return chunkQD4UHJFF_cjs.isKnownNotificationType; }
354
378
  });
355
379
  Object.defineProperty(exports, "isMyProfile", {
356
380
  enumerable: true,
357
- get: function () { return chunkHTF2MOM4_cjs.isMyProfile; }
381
+ get: function () { return chunkQD4UHJFF_cjs.isMyProfile; }
358
382
  });
359
383
  Object.defineProperty(exports, "mapPage", {
360
384
  enumerable: true,
361
- get: function () { return chunkHTF2MOM4_cjs.mapPage; }
385
+ get: function () { return chunkQD4UHJFF_cjs.mapPage; }
386
+ });
387
+ Object.defineProperty(exports, "markup", {
388
+ enumerable: true,
389
+ get: function () { return chunkQD4UHJFF_cjs.markup; }
362
390
  });
363
391
  Object.defineProperty(exports, "normalizeNotification", {
364
392
  enumerable: true,
365
- get: function () { return chunkHTF2MOM4_cjs.normalizeNotification; }
393
+ get: function () { return chunkQD4UHJFF_cjs.normalizeNotification; }
366
394
  });
367
395
  Object.defineProperty(exports, "poll", {
368
396
  enumerable: true,
369
- get: function () { return chunkHTF2MOM4_cjs.poll; }
397
+ get: function () { return chunkQD4UHJFF_cjs.poll; }
370
398
  });
371
399
  Object.defineProperty(exports, "post", {
372
400
  enumerable: true,
373
- get: function () { return chunkHTF2MOM4_cjs.post; }
401
+ get: function () { return chunkQD4UHJFF_cjs.post; }
374
402
  });
375
403
  Object.defineProperty(exports, "readNotificationEvent", {
376
404
  enumerable: true,
377
- get: function () { return chunkHTF2MOM4_cjs.readNotificationEvent; }
405
+ get: function () { return chunkQD4UHJFF_cjs.readNotificationEvent; }
378
406
  });
379
407
  Object.defineProperty(exports, "readUnreadCountEvent", {
380
408
  enumerable: true,
381
- get: function () { return chunkHTF2MOM4_cjs.readUnreadCountEvent; }
409
+ get: function () { return chunkQD4UHJFF_cjs.readUnreadCountEvent; }
410
+ });
411
+ Object.defineProperty(exports, "renderSpans", {
412
+ enumerable: true,
413
+ get: function () { return chunkQD4UHJFF_cjs.renderSpans; }
382
414
  });
383
415
  Object.defineProperty(exports, "report", {
384
416
  enumerable: true,
385
- get: function () { return chunkHTF2MOM4_cjs.report; }
417
+ get: function () { return chunkQD4UHJFF_cjs.report; }
386
418
  });
387
419
  Object.defineProperty(exports, "resolveNotificationUrl", {
388
420
  enumerable: true,
389
- get: function () { return chunkHTF2MOM4_cjs.resolveNotificationUrl; }
421
+ get: function () { return chunkQD4UHJFF_cjs.resolveNotificationUrl; }
422
+ });
423
+ Object.defineProperty(exports, "scopedTokenStorage", {
424
+ enumerable: true,
425
+ get: function () { return chunkQD4UHJFF_cjs.scopedTokenStorage; }
390
426
  });
391
427
  Object.defineProperty(exports, "statusDays", {
392
428
  enumerable: true,
393
- get: function () { return chunkHTF2MOM4_cjs.statusDays; }
429
+ get: function () { return chunkQD4UHJFF_cjs.statusDays; }
394
430
  });
395
431
  Object.defineProperty(exports, "toDate", {
396
432
  enumerable: true,
397
- get: function () { return chunkHTF2MOM4_cjs.toDate; }
433
+ get: function () { return chunkQD4UHJFF_cjs.toDate; }
398
434
  });
399
435
  Object.defineProperty(exports, "utcStampToIso", {
400
436
  enumerable: true,
401
- get: function () { return chunkHTF2MOM4_cjs.utcStampToIso; }
437
+ get: function () { return chunkQD4UHJFF_cjs.utcStampToIso; }
402
438
  });
403
439
  //# sourceMappingURL=index.cjs.map
404
440
  //# sourceMappingURL=index.cjs.map