itd-api 0.0.8 → 0.0.10
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 +155 -253
- package/dist/{chunk-ATCZ4T2K.cjs → chunk-BN4AC3DP.cjs} +3303 -1628
- package/dist/chunk-BN4AC3DP.cjs.map +1 -0
- package/dist/{chunk-JIYN33FG.js → chunk-SMV7TF5P.js} +3283 -1629
- package/dist/chunk-SMV7TF5P.js.map +1 -0
- package/dist/{index-Duh31Wnx.d.cts → index-CSjDNGCE.d.cts} +1298 -410
- package/dist/{index-Duh31Wnx.d.ts → index-CSjDNGCE.d.ts} +1298 -410
- package/dist/index.cjs +169 -89
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/node.cjs +266 -124
- package/dist/node.cjs.map +1 -1
- package/dist/node.d.cts +42 -4
- package/dist/node.d.ts +42 -4
- package/dist/node.js +106 -39
- package/dist/node.js.map +1 -1
- package/guides/README.md +22 -0
- package/guides/authentication/README.md +176 -0
- package/guides/authentication/examples/bot-with-session.mjs +98 -0
- package/guides/authentication/examples/turnstile-login.mjs +56 -0
- package/guides/integrations/README.md +62 -0
- package/guides/integrations/examples/proxy.mjs +26 -0
- package/guides/multi-accounts/README.md +142 -0
- package/guides/multi-accounts/examples/multi-accounts.mjs +71 -0
- package/guides/plugins/README.md +162 -0
- package/guides/plugins/examples/cache.mjs +33 -0
- package/guides/plugins/examples/crypto.mjs +54 -0
- package/guides/quickstart/README.md +124 -0
- package/guides/quickstart/examples/quick-start.mjs +44 -0
- package/guides/quickstart/examples/typescript.ts +90 -0
- package/guides/realtime/README.md +109 -0
- package/guides/realtime/examples/notifications.mjs +62 -0
- package/guides/text-markup/README.md +214 -0
- package/guides/text-markup/examples/create-post.mjs +64 -0
- package/package.json +6 -4
- package/dist/chunk-ATCZ4T2K.cjs.map +0 -1
- package/dist/chunk-JIYN33FG.js.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,360 +1,440 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkBN4AC3DP_cjs = require('./chunk-BN4AC3DP.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
Object.defineProperty(exports, "ALLOWED_MIME_TYPES", {
|
|
8
8
|
enumerable: true,
|
|
9
|
-
get: function () { return
|
|
9
|
+
get: function () { return chunkBN4AC3DP_cjs.ALLOWED_MIME_TYPES; }
|
|
10
10
|
});
|
|
11
11
|
Object.defineProperty(exports, "AUDIO_MIME_TYPES", {
|
|
12
12
|
enumerable: true,
|
|
13
|
-
get: function () { return
|
|
13
|
+
get: function () { return chunkBN4AC3DP_cjs.AUDIO_MIME_TYPES; }
|
|
14
14
|
});
|
|
15
15
|
Object.defineProperty(exports, "AUTH_FLAG_COOKIE", {
|
|
16
16
|
enumerable: true,
|
|
17
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkBN4AC3DP_cjs.AUTH_FLAG_COOKIE; }
|
|
18
18
|
});
|
|
19
19
|
Object.defineProperty(exports, "AUTH_PATHS", {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkBN4AC3DP_cjs.AUTH_PATHS; }
|
|
22
22
|
});
|
|
23
23
|
Object.defineProperty(exports, "AccessType", {
|
|
24
24
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkBN4AC3DP_cjs.AccessType; }
|
|
26
26
|
});
|
|
27
27
|
Object.defineProperty(exports, "AttachmentType", {
|
|
28
28
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkBN4AC3DP_cjs.AttachmentType; }
|
|
30
|
+
});
|
|
31
|
+
Object.defineProperty(exports, "BUILT_IN_SERVICES", {
|
|
32
|
+
enumerable: true,
|
|
33
|
+
get: function () { return chunkBN4AC3DP_cjs.BUILT_IN_SERVICES; }
|
|
30
34
|
});
|
|
31
35
|
Object.defineProperty(exports, "CommentSort", {
|
|
32
36
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkBN4AC3DP_cjs.CommentSort; }
|
|
34
38
|
});
|
|
35
39
|
Object.defineProperty(exports, "DEFAULT_BASE_URL", {
|
|
36
40
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkBN4AC3DP_cjs.DEFAULT_BASE_URL; }
|
|
42
|
+
});
|
|
43
|
+
Object.defineProperty(exports, "DEFAULT_STATUS_BASE_URL", {
|
|
44
|
+
enumerable: true,
|
|
45
|
+
get: function () { return chunkBN4AC3DP_cjs.DEFAULT_STATUS_BASE_URL; }
|
|
38
46
|
});
|
|
39
47
|
Object.defineProperty(exports, "DEFAULT_TIMEOUT", {
|
|
40
48
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkBN4AC3DP_cjs.DEFAULT_TIMEOUT; }
|
|
50
|
+
});
|
|
51
|
+
Object.defineProperty(exports, "DEFAULT_UPLOAD_TIMEOUT", {
|
|
52
|
+
enumerable: true,
|
|
53
|
+
get: function () { return chunkBN4AC3DP_cjs.DEFAULT_UPLOAD_TIMEOUT; }
|
|
42
54
|
});
|
|
43
55
|
Object.defineProperty(exports, "DEFAULT_USER_AGENT", {
|
|
44
56
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkBN4AC3DP_cjs.DEFAULT_USER_AGENT; }
|
|
46
58
|
});
|
|
47
59
|
Object.defineProperty(exports, "DEVICE_ID_HEADER", {
|
|
48
60
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkBN4AC3DP_cjs.DEVICE_ID_HEADER; }
|
|
50
62
|
});
|
|
51
63
|
Object.defineProperty(exports, "DetectedRuntime", {
|
|
52
64
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
65
|
+
get: function () { return chunkBN4AC3DP_cjs.DetectedRuntime; }
|
|
54
66
|
});
|
|
55
67
|
Object.defineProperty(exports, "FeedTab", {
|
|
56
68
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunkBN4AC3DP_cjs.FeedTab; }
|
|
58
70
|
});
|
|
59
71
|
Object.defineProperty(exports, "IMAGE_MIME_TYPES", {
|
|
60
72
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunkBN4AC3DP_cjs.IMAGE_MIME_TYPES; }
|
|
74
|
+
});
|
|
75
|
+
Object.defineProperty(exports, "IncidentKind", {
|
|
76
|
+
enumerable: true,
|
|
77
|
+
get: function () { return chunkBN4AC3DP_cjs.IncidentKind; }
|
|
62
78
|
});
|
|
63
79
|
Object.defineProperty(exports, "InteractionType", {
|
|
64
80
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunkBN4AC3DP_cjs.InteractionType; }
|
|
66
82
|
});
|
|
67
83
|
Object.defineProperty(exports, "ItdAbortError", {
|
|
68
84
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdAbortError; }
|
|
86
|
+
});
|
|
87
|
+
Object.defineProperty(exports, "ItdAccounts", {
|
|
88
|
+
enumerable: true,
|
|
89
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdAccounts; }
|
|
70
90
|
});
|
|
71
91
|
Object.defineProperty(exports, "ItdApiError", {
|
|
72
92
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdApiError; }
|
|
74
94
|
});
|
|
75
95
|
Object.defineProperty(exports, "ItdApiErrorKind", {
|
|
76
96
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdApiErrorKind; }
|
|
78
98
|
});
|
|
79
99
|
Object.defineProperty(exports, "ItdAuthError", {
|
|
80
100
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdAuthError; }
|
|
82
102
|
});
|
|
83
103
|
Object.defineProperty(exports, "ItdClient", {
|
|
84
104
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdClient; }
|
|
86
106
|
});
|
|
87
107
|
Object.defineProperty(exports, "ItdConfigError", {
|
|
88
108
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdConfigError; }
|
|
90
110
|
});
|
|
91
111
|
Object.defineProperty(exports, "ItdConflictError", {
|
|
92
112
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdConflictError; }
|
|
94
114
|
});
|
|
95
115
|
Object.defineProperty(exports, "ItdError", {
|
|
96
116
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdError; }
|
|
98
118
|
});
|
|
99
119
|
Object.defineProperty(exports, "ItdErrorCode", {
|
|
100
120
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdErrorCode; }
|
|
102
122
|
});
|
|
103
123
|
Object.defineProperty(exports, "ItdErrorKind", {
|
|
104
124
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdErrorKind; }
|
|
106
126
|
});
|
|
107
127
|
Object.defineProperty(exports, "ItdForbiddenError", {
|
|
108
128
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdForbiddenError; }
|
|
110
130
|
});
|
|
111
131
|
Object.defineProperty(exports, "ItdNetworkError", {
|
|
112
132
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdNetworkError; }
|
|
114
134
|
});
|
|
115
135
|
Object.defineProperty(exports, "ItdNotFoundError", {
|
|
116
136
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdNotFoundError; }
|
|
118
138
|
});
|
|
119
139
|
Object.defineProperty(exports, "ItdPhoneVerificationError", {
|
|
120
140
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdPhoneVerificationError; }
|
|
122
142
|
});
|
|
123
143
|
Object.defineProperty(exports, "ItdRateLimitError", {
|
|
124
144
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdRateLimitError; }
|
|
126
146
|
});
|
|
127
147
|
Object.defineProperty(exports, "ItdRealtime", {
|
|
128
148
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdRealtime; }
|
|
130
150
|
});
|
|
131
151
|
Object.defineProperty(exports, "ItdServerError", {
|
|
132
152
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdServerError; }
|
|
134
154
|
});
|
|
135
155
|
Object.defineProperty(exports, "ItdTimeoutError", {
|
|
136
156
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdTimeoutError; }
|
|
138
158
|
});
|
|
139
159
|
Object.defineProperty(exports, "ItdValidationError", {
|
|
140
160
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunkBN4AC3DP_cjs.ItdValidationError; }
|
|
142
162
|
});
|
|
143
163
|
Object.defineProperty(exports, "LIBRARY_VERSION", {
|
|
144
164
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunkBN4AC3DP_cjs.LIBRARY_VERSION; }
|
|
146
166
|
});
|
|
147
167
|
Object.defineProperty(exports, "LikesVisibility", {
|
|
148
168
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunkBN4AC3DP_cjs.LikesVisibility; }
|
|
150
170
|
});
|
|
151
171
|
Object.defineProperty(exports, "LocalStorageTokenStorage", {
|
|
152
172
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunkBN4AC3DP_cjs.LocalStorageTokenStorage; }
|
|
154
174
|
});
|
|
155
175
|
Object.defineProperty(exports, "MAX_RECONNECT_ATTEMPTS", {
|
|
156
176
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunkBN4AC3DP_cjs.MAX_RECONNECT_ATTEMPTS; }
|
|
178
|
+
});
|
|
179
|
+
Object.defineProperty(exports, "MemoryMultiTokenStorage", {
|
|
180
|
+
enumerable: true,
|
|
181
|
+
get: function () { return chunkBN4AC3DP_cjs.MemoryMultiTokenStorage; }
|
|
158
182
|
});
|
|
159
183
|
Object.defineProperty(exports, "MemoryTokenStorage", {
|
|
160
184
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunkBN4AC3DP_cjs.MemoryTokenStorage; }
|
|
162
186
|
});
|
|
163
187
|
Object.defineProperty(exports, "NOTIFICATION_TYPE_ALIASES", {
|
|
164
188
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunkBN4AC3DP_cjs.NOTIFICATION_TYPE_ALIASES; }
|
|
166
190
|
});
|
|
167
191
|
Object.defineProperty(exports, "NotificationType", {
|
|
168
192
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunkBN4AC3DP_cjs.NotificationType; }
|
|
170
194
|
});
|
|
171
195
|
Object.defineProperty(exports, "OAuthProvider", {
|
|
172
196
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunkBN4AC3DP_cjs.OAuthProvider; }
|
|
174
198
|
});
|
|
175
199
|
Object.defineProperty(exports, "PaginationMode", {
|
|
176
200
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunkBN4AC3DP_cjs.PaginationMode; }
|
|
178
202
|
});
|
|
179
203
|
Object.defineProperty(exports, "Paginator", {
|
|
180
204
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunkBN4AC3DP_cjs.Paginator; }
|
|
182
206
|
});
|
|
183
207
|
Object.defineProperty(exports, "RECONNECT_BACKOFF", {
|
|
184
208
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunkBN4AC3DP_cjs.RECONNECT_BACKOFF; }
|
|
186
210
|
});
|
|
187
211
|
Object.defineProperty(exports, "RECONNECT_JITTER", {
|
|
188
212
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunkBN4AC3DP_cjs.RECONNECT_JITTER; }
|
|
190
214
|
});
|
|
191
215
|
Object.defineProperty(exports, "REFRESH_COOKIE", {
|
|
192
216
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunkBN4AC3DP_cjs.REFRESH_COOKIE; }
|
|
194
218
|
});
|
|
195
219
|
Object.defineProperty(exports, "REFRESH_COOKIE_PATH", {
|
|
196
220
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunkBN4AC3DP_cjs.REFRESH_COOKIE_PATH; }
|
|
222
|
+
});
|
|
223
|
+
Object.defineProperty(exports, "REQUEST_OPTION_KEYS", {
|
|
224
|
+
enumerable: true,
|
|
225
|
+
get: function () { return chunkBN4AC3DP_cjs.REQUEST_OPTION_KEYS; }
|
|
198
226
|
});
|
|
199
227
|
Object.defineProperty(exports, "RealtimeStatus", {
|
|
200
228
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunkBN4AC3DP_cjs.RealtimeStatus; }
|
|
202
230
|
});
|
|
203
231
|
Object.defineProperty(exports, "RealtimeTransportKind", {
|
|
204
232
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunkBN4AC3DP_cjs.RealtimeTransportKind; }
|
|
206
234
|
});
|
|
207
235
|
Object.defineProperty(exports, "ReportReason", {
|
|
208
236
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunkBN4AC3DP_cjs.ReportReason; }
|
|
210
238
|
});
|
|
211
239
|
Object.defineProperty(exports, "ReportTargetType", {
|
|
212
240
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunkBN4AC3DP_cjs.ReportTargetType; }
|
|
214
242
|
});
|
|
215
243
|
Object.defineProperty(exports, "RuntimeMode", {
|
|
216
244
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
245
|
+
get: function () { return chunkBN4AC3DP_cjs.RuntimeMode; }
|
|
246
|
+
});
|
|
247
|
+
Object.defineProperty(exports, "STATUS_SERVICE", {
|
|
248
|
+
enumerable: true,
|
|
249
|
+
get: function () { return chunkBN4AC3DP_cjs.STATUS_SERVICE; }
|
|
218
250
|
});
|
|
219
251
|
Object.defineProperty(exports, "STREAM_PATH", {
|
|
220
252
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunkBN4AC3DP_cjs.STREAM_PATH; }
|
|
254
|
+
});
|
|
255
|
+
Object.defineProperty(exports, "ServiceRegistry", {
|
|
256
|
+
enumerable: true,
|
|
257
|
+
get: function () { return chunkBN4AC3DP_cjs.ServiceRegistry; }
|
|
258
|
+
});
|
|
259
|
+
Object.defineProperty(exports, "ServiceState", {
|
|
260
|
+
enumerable: true,
|
|
261
|
+
get: function () { return chunkBN4AC3DP_cjs.ServiceState; }
|
|
222
262
|
});
|
|
223
263
|
Object.defineProperty(exports, "SignInStatus", {
|
|
224
264
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunkBN4AC3DP_cjs.SignInStatus; }
|
|
226
266
|
});
|
|
227
267
|
Object.defineProperty(exports, "SpanType", {
|
|
228
268
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunkBN4AC3DP_cjs.SpanType; }
|
|
230
270
|
});
|
|
231
271
|
Object.defineProperty(exports, "TURNSTILE_SITE_KEY", {
|
|
232
272
|
enumerable: true,
|
|
233
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunkBN4AC3DP_cjs.TURNSTILE_SITE_KEY; }
|
|
234
274
|
});
|
|
235
275
|
Object.defineProperty(exports, "UnauthorizedStreamError", {
|
|
236
276
|
enumerable: true,
|
|
237
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunkBN4AC3DP_cjs.UnauthorizedStreamError; }
|
|
238
278
|
});
|
|
239
279
|
Object.defineProperty(exports, "VIDEO_MIME_TYPES", {
|
|
240
280
|
enumerable: true,
|
|
241
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunkBN4AC3DP_cjs.VIDEO_MIME_TYPES; }
|
|
242
282
|
});
|
|
243
283
|
Object.defineProperty(exports, "ViewReason", {
|
|
244
284
|
enumerable: true,
|
|
245
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunkBN4AC3DP_cjs.ViewReason; }
|
|
246
286
|
});
|
|
247
287
|
Object.defineProperty(exports, "ViewSource", {
|
|
248
288
|
enumerable: true,
|
|
249
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunkBN4AC3DP_cjs.ViewSource; }
|
|
250
290
|
});
|
|
251
291
|
Object.defineProperty(exports, "WallAccess", {
|
|
252
292
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
293
|
+
get: function () { return chunkBN4AC3DP_cjs.WallAccess; }
|
|
294
|
+
});
|
|
295
|
+
Object.defineProperty(exports, "autoSpans", {
|
|
296
|
+
enumerable: true,
|
|
297
|
+
get: function () { return chunkBN4AC3DP_cjs.autoSpans; }
|
|
254
298
|
});
|
|
255
299
|
Object.defineProperty(exports, "canonicalNotificationType", {
|
|
256
300
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
301
|
+
get: function () { return chunkBN4AC3DP_cjs.canonicalNotificationType; }
|
|
258
302
|
});
|
|
259
303
|
Object.defineProperty(exports, "comment", {
|
|
260
304
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
305
|
+
get: function () { return chunkBN4AC3DP_cjs.comment; }
|
|
306
|
+
});
|
|
307
|
+
Object.defineProperty(exports, "createAccounts", {
|
|
308
|
+
enumerable: true,
|
|
309
|
+
get: function () { return chunkBN4AC3DP_cjs.createAccounts; }
|
|
262
310
|
});
|
|
263
311
|
Object.defineProperty(exports, "createClient", {
|
|
264
312
|
enumerable: true,
|
|
265
|
-
get: function () { return
|
|
313
|
+
get: function () { return chunkBN4AC3DP_cjs.createClient; }
|
|
314
|
+
});
|
|
315
|
+
Object.defineProperty(exports, "createMultiTokenStorage", {
|
|
316
|
+
enumerable: true,
|
|
317
|
+
get: function () { return chunkBN4AC3DP_cjs.createMultiTokenStorage; }
|
|
318
|
+
});
|
|
319
|
+
Object.defineProperty(exports, "createRecordMultiStorage", {
|
|
320
|
+
enumerable: true,
|
|
321
|
+
get: function () { return chunkBN4AC3DP_cjs.createRecordMultiStorage; }
|
|
266
322
|
});
|
|
267
323
|
Object.defineProperty(exports, "createTokenStorage", {
|
|
268
324
|
enumerable: true,
|
|
269
|
-
get: function () { return
|
|
325
|
+
get: function () { return chunkBN4AC3DP_cjs.createTokenStorage; }
|
|
270
326
|
});
|
|
271
327
|
Object.defineProperty(exports, "formatNotificationText", {
|
|
272
328
|
enumerable: true,
|
|
273
|
-
get: function () { return
|
|
329
|
+
get: function () { return chunkBN4AC3DP_cjs.formatNotificationText; }
|
|
274
330
|
});
|
|
275
331
|
Object.defineProperty(exports, "isBuilder", {
|
|
276
332
|
enumerable: true,
|
|
277
|
-
get: function () { return
|
|
333
|
+
get: function () { return chunkBN4AC3DP_cjs.isBuilder; }
|
|
278
334
|
});
|
|
279
335
|
Object.defineProperty(exports, "isItdApiError", {
|
|
280
336
|
enumerable: true,
|
|
281
|
-
get: function () { return
|
|
337
|
+
get: function () { return chunkBN4AC3DP_cjs.isItdApiError; }
|
|
282
338
|
});
|
|
283
339
|
Object.defineProperty(exports, "isItdAuthError", {
|
|
284
340
|
enumerable: true,
|
|
285
|
-
get: function () { return
|
|
341
|
+
get: function () { return chunkBN4AC3DP_cjs.isItdAuthError; }
|
|
286
342
|
});
|
|
287
343
|
Object.defineProperty(exports, "isItdConflictError", {
|
|
288
344
|
enumerable: true,
|
|
289
|
-
get: function () { return
|
|
345
|
+
get: function () { return chunkBN4AC3DP_cjs.isItdConflictError; }
|
|
290
346
|
});
|
|
291
347
|
Object.defineProperty(exports, "isItdError", {
|
|
292
348
|
enumerable: true,
|
|
293
|
-
get: function () { return
|
|
349
|
+
get: function () { return chunkBN4AC3DP_cjs.isItdError; }
|
|
294
350
|
});
|
|
295
351
|
Object.defineProperty(exports, "isItdForbiddenError", {
|
|
296
352
|
enumerable: true,
|
|
297
|
-
get: function () { return
|
|
353
|
+
get: function () { return chunkBN4AC3DP_cjs.isItdForbiddenError; }
|
|
298
354
|
});
|
|
299
355
|
Object.defineProperty(exports, "isItdNotFoundError", {
|
|
300
356
|
enumerable: true,
|
|
301
|
-
get: function () { return
|
|
357
|
+
get: function () { return chunkBN4AC3DP_cjs.isItdNotFoundError; }
|
|
302
358
|
});
|
|
303
359
|
Object.defineProperty(exports, "isItdPhoneVerificationError", {
|
|
304
360
|
enumerable: true,
|
|
305
|
-
get: function () { return
|
|
361
|
+
get: function () { return chunkBN4AC3DP_cjs.isItdPhoneVerificationError; }
|
|
306
362
|
});
|
|
307
363
|
Object.defineProperty(exports, "isItdRateLimitError", {
|
|
308
364
|
enumerable: true,
|
|
309
|
-
get: function () { return
|
|
365
|
+
get: function () { return chunkBN4AC3DP_cjs.isItdRateLimitError; }
|
|
310
366
|
});
|
|
311
367
|
Object.defineProperty(exports, "isItdServerError", {
|
|
312
368
|
enumerable: true,
|
|
313
|
-
get: function () { return
|
|
369
|
+
get: function () { return chunkBN4AC3DP_cjs.isItdServerError; }
|
|
314
370
|
});
|
|
315
371
|
Object.defineProperty(exports, "isItdValidationError", {
|
|
316
372
|
enumerable: true,
|
|
317
|
-
get: function () { return
|
|
373
|
+
get: function () { return chunkBN4AC3DP_cjs.isItdValidationError; }
|
|
318
374
|
});
|
|
319
375
|
Object.defineProperty(exports, "isKnownNotificationType", {
|
|
320
376
|
enumerable: true,
|
|
321
|
-
get: function () { return
|
|
377
|
+
get: function () { return chunkBN4AC3DP_cjs.isKnownNotificationType; }
|
|
322
378
|
});
|
|
323
379
|
Object.defineProperty(exports, "isMyProfile", {
|
|
324
380
|
enumerable: true,
|
|
325
|
-
get: function () { return
|
|
381
|
+
get: function () { return chunkBN4AC3DP_cjs.isMyProfile; }
|
|
382
|
+
});
|
|
383
|
+
Object.defineProperty(exports, "mapPage", {
|
|
384
|
+
enumerable: true,
|
|
385
|
+
get: function () { return chunkBN4AC3DP_cjs.mapPage; }
|
|
386
|
+
});
|
|
387
|
+
Object.defineProperty(exports, "markup", {
|
|
388
|
+
enumerable: true,
|
|
389
|
+
get: function () { return chunkBN4AC3DP_cjs.markup; }
|
|
326
390
|
});
|
|
327
391
|
Object.defineProperty(exports, "normalizeNotification", {
|
|
328
392
|
enumerable: true,
|
|
329
|
-
get: function () { return
|
|
393
|
+
get: function () { return chunkBN4AC3DP_cjs.normalizeNotification; }
|
|
330
394
|
});
|
|
331
395
|
Object.defineProperty(exports, "poll", {
|
|
332
396
|
enumerable: true,
|
|
333
|
-
get: function () { return
|
|
397
|
+
get: function () { return chunkBN4AC3DP_cjs.poll; }
|
|
334
398
|
});
|
|
335
399
|
Object.defineProperty(exports, "post", {
|
|
336
400
|
enumerable: true,
|
|
337
|
-
get: function () { return
|
|
401
|
+
get: function () { return chunkBN4AC3DP_cjs.post; }
|
|
338
402
|
});
|
|
339
403
|
Object.defineProperty(exports, "readNotificationEvent", {
|
|
340
404
|
enumerable: true,
|
|
341
|
-
get: function () { return
|
|
405
|
+
get: function () { return chunkBN4AC3DP_cjs.readNotificationEvent; }
|
|
342
406
|
});
|
|
343
407
|
Object.defineProperty(exports, "readUnreadCountEvent", {
|
|
344
408
|
enumerable: true,
|
|
345
|
-
get: function () { return
|
|
409
|
+
get: function () { return chunkBN4AC3DP_cjs.readUnreadCountEvent; }
|
|
410
|
+
});
|
|
411
|
+
Object.defineProperty(exports, "renderSpans", {
|
|
412
|
+
enumerable: true,
|
|
413
|
+
get: function () { return chunkBN4AC3DP_cjs.renderSpans; }
|
|
346
414
|
});
|
|
347
415
|
Object.defineProperty(exports, "report", {
|
|
348
416
|
enumerable: true,
|
|
349
|
-
get: function () { return
|
|
417
|
+
get: function () { return chunkBN4AC3DP_cjs.report; }
|
|
350
418
|
});
|
|
351
419
|
Object.defineProperty(exports, "resolveNotificationUrl", {
|
|
352
420
|
enumerable: true,
|
|
353
|
-
get: function () { return
|
|
421
|
+
get: function () { return chunkBN4AC3DP_cjs.resolveNotificationUrl; }
|
|
422
|
+
});
|
|
423
|
+
Object.defineProperty(exports, "scopedTokenStorage", {
|
|
424
|
+
enumerable: true,
|
|
425
|
+
get: function () { return chunkBN4AC3DP_cjs.scopedTokenStorage; }
|
|
426
|
+
});
|
|
427
|
+
Object.defineProperty(exports, "statusDays", {
|
|
428
|
+
enumerable: true,
|
|
429
|
+
get: function () { return chunkBN4AC3DP_cjs.statusDays; }
|
|
354
430
|
});
|
|
355
431
|
Object.defineProperty(exports, "toDate", {
|
|
356
432
|
enumerable: true,
|
|
357
|
-
get: function () { return
|
|
433
|
+
get: function () { return chunkBN4AC3DP_cjs.toDate; }
|
|
434
|
+
});
|
|
435
|
+
Object.defineProperty(exports, "utcStampToIso", {
|
|
436
|
+
enumerable: true,
|
|
437
|
+
get: function () { return chunkBN4AC3DP_cjs.utcStampToIso; }
|
|
358
438
|
});
|
|
359
439
|
//# sourceMappingURL=index.cjs.map
|
|
360
440
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ALLOWED_MIME_TYPES,
|
|
1
|
+
export { A as ALLOWED_MIME_TYPES, f as AUDIO_MIME_TYPES, g as AUTH_FLAG_COOKIE, h as AUTH_PATHS, i as AccessType, j as AccountEvents, k as Actor, l as AddAccountOptions, m as AllowedMimeType, n as Announcement, o as AnnouncementButton, p as Attachment, q as AttachmentType, r as AudioMimeType, s as AuthEvents, t as AuthInput, u as AuthResource, v as Author, w as AutoSpansOptions, B as BUILT_IN_SERVICES, x as BuilderInput, C as CaptchaCredentials, y as ChangelogEntry, z as Clan, D as ClientHooks, E as Comment, G as CommentBuilder, H as CommentInput, J as CommentReplyTo, K as CommentSort, L as CommentsParams, N as CommentsResource, O as CreateCommentInput, P as CreatePollInput, Q as CreatePostInput, R as CreateReportInput, S as Credentials, U as CredentialsAuth, V as DEFAULT_BASE_URL, W as DEFAULT_STATUS_BASE_URL, X as DEFAULT_TIMEOUT, Y as DEFAULT_UPLOAD_TIMEOUT, Z as DEFAULT_USER_AGENT, _ as DEVICE_ID_HEADER, $ as DetectedRuntime, a0 as DwellEntry, a1 as ErrorContextHook, a2 as FeedParams, a3 as FeedTab, a4 as FileInput, F as FileReader, a5 as FilesResource, a6 as FollowResult, a7 as ForgotPasswordInput, a8 as Hashtag, a9 as HashtagPostsParams, aa as HashtagsResource, ab as IMAGE_MIME_TYPES, ac as ImageMimeType, ad as IncidentKind, ae as InteractionEntry, af as InteractionType, ag as IsoDate, ah as ItdAbortError, a as ItdAccounts, b as ItdAccountsOptions, ai as ItdApiError, aj as ItdApiErrorInit, ak as ItdApiErrorKind, al as ItdAuthError, am as ItdBuilder, c as ItdClient, d as ItdClientOptions, an as ItdConfigError, ao as ItdConflictError, ap as ItdError, aq as ItdErrorCode, ar as ItdErrorKind, as as ItdFieldErrors, at as ItdForbiddenError, au as ItdNetworkError, av as ItdNotFoundError, aw as ItdPhoneVerificationError, ax as ItdPlugin, ay as ItdRateLimitError, az as ItdRealtime, aA as ItdServerError, I as ItdSession, aB as ItdTimeoutError, aC as ItdValidationError, aD as LIBRARY_VERSION, aE as LikeResult, aF as LikesVisibility, aG as Listener, aH as LocalStorageTokenStorage, aI as Logger, aJ as Loose, aK as MAX_RECONNECT_ATTEMPTS, aL as MarkupBuilder, aM as MarkupContent, aN as MarkupInput, aO as MarkupSpan, aP as MemoryMultiTokenStorage, aQ as MemoryTokenStorage, M as MultiTokenStorage, aR as MyProfile, aS as NOTIFICATION_TYPE_ALIASES, aT as Notification, aU as NotificationEvent, aV as NotificationListParams, aW as NotificationSettings, aX as NotificationType, aY as NotificationsResource, aZ as OAuthProvider, a_ as Page, a$ as PageState, b0 as PaginationMode, b1 as Paginator, b2 as PaginatorOptions, b3 as PaymentMethod, b4 as Pin, b5 as PinPostResult, b6 as PinsResult, b7 as PlatformResource, b8 as PlatformStatus, b9 as PluginContext, ba as Poll, bb as PollBuilder, bc as PollInput, bd as PollOption, be as PollTransportOptions, bf as Portal, bg as Post, bh as PostBuilder, bi as PostInput, bj as PostStats, bk as PostUpdateInput, bl as PostsResource, bm as PrivacySettings, bn as Profile, bo as PublicProfile, bp as QueryParams, bq as QueryValue, br as RECONNECT_BACKOFF, bs as RECONNECT_JITTER, bt as REFRESH_COOKIE, bu as REFRESH_COOKIE_PATH, bv as REQUEST_OPTION_KEYS, bw as RateLimitOptions, bx as RateLimitScope, by as RawRequestOptions, bz as RealtimeDeps, bA as RealtimeEvents, bB as RealtimeOptions, bC as RealtimeStatus, bD as RealtimeTransport, bE as RealtimeTransportKind, bF as ReconnectOptions, bG as RecordStorageSource, bH as RemoveAccountOptions, bI as RenderSpansOptions, bJ as RepliesParams, bK as Report, bL as ReportBuilder, bM as ReportInput, bN as ReportReason, bO as ReportTargetType, bP as ReportsResource, bQ as RequestContext, bR as RequestOptions, bS as ResetPasswordInput, bT as ResponseContext, bU as RetryContext, bV as RetryOptions, bW as RuntimeMode, bX as STATUS_SERVICE, bY as STREAM_PATH, bZ as SearchResource, b_ as SearchResult, b$ as ServiceDefinition, c0 as ServiceRegistry, c1 as ServiceState, c2 as ServiceStatus, c3 as Session, c4 as SignInResult, c5 as SignInStatus, c6 as Span, c7 as SpanRenderFormat, c8 as SpanType, c9 as SseTransportOptions, ca as StatusDay, cb as StatusIncidentLine, cc as Subscription, cd as SubscriptionResource, ce as SubscriptionState, cf as TURNSTILE_SITE_KEY, cg as TelemetryOptions, ch as TelemetryResource, ci as TextMarkup, T as TokenStorage, cj as Transformer, ck as TransportContext, cl as TransportEvent, cm as UnauthorizedStreamError, cn as Unsubscribe, co as UpdateNotificationSettingsInput, cp as UpdatePostInput, cq as UpdatePrivacyInput, cr as UpdateProfileInput, cs as UploadOptions, ct as UploadedFile, cu as UserId, cv as UserListParams, cw as UserPostsParams, cx as UserRef, cy as UserSummary, cz as UsersResource, cA as VIDEO_MIME_TYPES, cB as VerificationResource, cC as VerificationStatus, cD as VideoMimeType, cE as ViewReason, cF as ViewSource, cG as WallAccess, cH as autoSpans, cI as canonicalNotificationType, cJ as comment, dd as createAccounts, de as createClient, cK as createMultiTokenStorage, cL as createRecordMultiStorage, cM as createTokenStorage, cN as formatNotificationText, cO as isBuilder, cP as isItdApiError, cQ as isItdAuthError, cR as isItdConflictError, cS as isItdError, cT as isItdForbiddenError, cU as isItdNotFoundError, cV as isItdPhoneVerificationError, cW as isItdRateLimitError, cX as isItdServerError, cY as isItdValidationError, cZ as isKnownNotificationType, c_ as isMyProfile, c$ as mapPage, d0 as markup, d1 as normalizeNotification, d2 as poll, d3 as post, d4 as readNotificationEvent, d5 as readUnreadCountEvent, d6 as renderSpans, d7 as report, d8 as resolveNotificationUrl, d9 as scopedTokenStorage, da as statusDays, db as toDate, dc as utcStampToIso } from './index-CSjDNGCE.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ALLOWED_MIME_TYPES,
|
|
1
|
+
export { A as ALLOWED_MIME_TYPES, f as AUDIO_MIME_TYPES, g as AUTH_FLAG_COOKIE, h as AUTH_PATHS, i as AccessType, j as AccountEvents, k as Actor, l as AddAccountOptions, m as AllowedMimeType, n as Announcement, o as AnnouncementButton, p as Attachment, q as AttachmentType, r as AudioMimeType, s as AuthEvents, t as AuthInput, u as AuthResource, v as Author, w as AutoSpansOptions, B as BUILT_IN_SERVICES, x as BuilderInput, C as CaptchaCredentials, y as ChangelogEntry, z as Clan, D as ClientHooks, E as Comment, G as CommentBuilder, H as CommentInput, J as CommentReplyTo, K as CommentSort, L as CommentsParams, N as CommentsResource, O as CreateCommentInput, P as CreatePollInput, Q as CreatePostInput, R as CreateReportInput, S as Credentials, U as CredentialsAuth, V as DEFAULT_BASE_URL, W as DEFAULT_STATUS_BASE_URL, X as DEFAULT_TIMEOUT, Y as DEFAULT_UPLOAD_TIMEOUT, Z as DEFAULT_USER_AGENT, _ as DEVICE_ID_HEADER, $ as DetectedRuntime, a0 as DwellEntry, a1 as ErrorContextHook, a2 as FeedParams, a3 as FeedTab, a4 as FileInput, F as FileReader, a5 as FilesResource, a6 as FollowResult, a7 as ForgotPasswordInput, a8 as Hashtag, a9 as HashtagPostsParams, aa as HashtagsResource, ab as IMAGE_MIME_TYPES, ac as ImageMimeType, ad as IncidentKind, ae as InteractionEntry, af as InteractionType, ag as IsoDate, ah as ItdAbortError, a as ItdAccounts, b as ItdAccountsOptions, ai as ItdApiError, aj as ItdApiErrorInit, ak as ItdApiErrorKind, al as ItdAuthError, am as ItdBuilder, c as ItdClient, d as ItdClientOptions, an as ItdConfigError, ao as ItdConflictError, ap as ItdError, aq as ItdErrorCode, ar as ItdErrorKind, as as ItdFieldErrors, at as ItdForbiddenError, au as ItdNetworkError, av as ItdNotFoundError, aw as ItdPhoneVerificationError, ax as ItdPlugin, ay as ItdRateLimitError, az as ItdRealtime, aA as ItdServerError, I as ItdSession, aB as ItdTimeoutError, aC as ItdValidationError, aD as LIBRARY_VERSION, aE as LikeResult, aF as LikesVisibility, aG as Listener, aH as LocalStorageTokenStorage, aI as Logger, aJ as Loose, aK as MAX_RECONNECT_ATTEMPTS, aL as MarkupBuilder, aM as MarkupContent, aN as MarkupInput, aO as MarkupSpan, aP as MemoryMultiTokenStorage, aQ as MemoryTokenStorage, M as MultiTokenStorage, aR as MyProfile, aS as NOTIFICATION_TYPE_ALIASES, aT as Notification, aU as NotificationEvent, aV as NotificationListParams, aW as NotificationSettings, aX as NotificationType, aY as NotificationsResource, aZ as OAuthProvider, a_ as Page, a$ as PageState, b0 as PaginationMode, b1 as Paginator, b2 as PaginatorOptions, b3 as PaymentMethod, b4 as Pin, b5 as PinPostResult, b6 as PinsResult, b7 as PlatformResource, b8 as PlatformStatus, b9 as PluginContext, ba as Poll, bb as PollBuilder, bc as PollInput, bd as PollOption, be as PollTransportOptions, bf as Portal, bg as Post, bh as PostBuilder, bi as PostInput, bj as PostStats, bk as PostUpdateInput, bl as PostsResource, bm as PrivacySettings, bn as Profile, bo as PublicProfile, bp as QueryParams, bq as QueryValue, br as RECONNECT_BACKOFF, bs as RECONNECT_JITTER, bt as REFRESH_COOKIE, bu as REFRESH_COOKIE_PATH, bv as REQUEST_OPTION_KEYS, bw as RateLimitOptions, bx as RateLimitScope, by as RawRequestOptions, bz as RealtimeDeps, bA as RealtimeEvents, bB as RealtimeOptions, bC as RealtimeStatus, bD as RealtimeTransport, bE as RealtimeTransportKind, bF as ReconnectOptions, bG as RecordStorageSource, bH as RemoveAccountOptions, bI as RenderSpansOptions, bJ as RepliesParams, bK as Report, bL as ReportBuilder, bM as ReportInput, bN as ReportReason, bO as ReportTargetType, bP as ReportsResource, bQ as RequestContext, bR as RequestOptions, bS as ResetPasswordInput, bT as ResponseContext, bU as RetryContext, bV as RetryOptions, bW as RuntimeMode, bX as STATUS_SERVICE, bY as STREAM_PATH, bZ as SearchResource, b_ as SearchResult, b$ as ServiceDefinition, c0 as ServiceRegistry, c1 as ServiceState, c2 as ServiceStatus, c3 as Session, c4 as SignInResult, c5 as SignInStatus, c6 as Span, c7 as SpanRenderFormat, c8 as SpanType, c9 as SseTransportOptions, ca as StatusDay, cb as StatusIncidentLine, cc as Subscription, cd as SubscriptionResource, ce as SubscriptionState, cf as TURNSTILE_SITE_KEY, cg as TelemetryOptions, ch as TelemetryResource, ci as TextMarkup, T as TokenStorage, cj as Transformer, ck as TransportContext, cl as TransportEvent, cm as UnauthorizedStreamError, cn as Unsubscribe, co as UpdateNotificationSettingsInput, cp as UpdatePostInput, cq as UpdatePrivacyInput, cr as UpdateProfileInput, cs as UploadOptions, ct as UploadedFile, cu as UserId, cv as UserListParams, cw as UserPostsParams, cx as UserRef, cy as UserSummary, cz as UsersResource, cA as VIDEO_MIME_TYPES, cB as VerificationResource, cC as VerificationStatus, cD as VideoMimeType, cE as ViewReason, cF as ViewSource, cG as WallAccess, cH as autoSpans, cI as canonicalNotificationType, cJ as comment, dd as createAccounts, de as createClient, cK as createMultiTokenStorage, cL as createRecordMultiStorage, cM as createTokenStorage, cN as formatNotificationText, cO as isBuilder, cP as isItdApiError, cQ as isItdAuthError, cR as isItdConflictError, cS as isItdError, cT as isItdForbiddenError, cU as isItdNotFoundError, cV as isItdPhoneVerificationError, cW as isItdRateLimitError, cX as isItdServerError, cY as isItdValidationError, cZ as isKnownNotificationType, c_ as isMyProfile, c$ as mapPage, d0 as markup, d1 as normalizeNotification, d2 as poll, d3 as post, d4 as readNotificationEvent, d5 as readUnreadCountEvent, d6 as renderSpans, d7 as report, d8 as resolveNotificationUrl, d9 as scopedTokenStorage, da as statusDays, db as toDate, dc as utcStampToIso } from './index-CSjDNGCE.js';
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { ALLOWED_MIME_TYPES, AUDIO_MIME_TYPES, AUTH_FLAG_COOKIE, AUTH_PATHS, AccessType, AttachmentType, CommentSort, DEFAULT_BASE_URL, DEFAULT_TIMEOUT, DEFAULT_USER_AGENT, DEVICE_ID_HEADER, DetectedRuntime, FeedTab, IMAGE_MIME_TYPES, InteractionType, ItdAbortError, ItdApiError, ItdApiErrorKind, ItdAuthError, ItdClient, ItdConfigError, ItdConflictError, ItdError, ItdErrorCode, ItdErrorKind, ItdForbiddenError, ItdNetworkError, ItdNotFoundError, ItdPhoneVerificationError, ItdRateLimitError, ItdRealtime, ItdServerError, ItdTimeoutError, ItdValidationError, LIBRARY_VERSION, LikesVisibility, LocalStorageTokenStorage, MAX_RECONNECT_ATTEMPTS, MemoryTokenStorage, NOTIFICATION_TYPE_ALIASES, NotificationType, OAuthProvider, PaginationMode, Paginator, RECONNECT_BACKOFF, RECONNECT_JITTER, REFRESH_COOKIE, REFRESH_COOKIE_PATH, RealtimeStatus, RealtimeTransportKind, ReportReason, ReportTargetType, RuntimeMode, STREAM_PATH, SignInStatus, SpanType, TURNSTILE_SITE_KEY, UnauthorizedStreamError, VIDEO_MIME_TYPES, ViewReason, ViewSource, WallAccess, canonicalNotificationType, comment, createClient, createTokenStorage, formatNotificationText, isBuilder, isItdApiError, isItdAuthError, isItdConflictError, isItdError, isItdForbiddenError, isItdNotFoundError, isItdPhoneVerificationError, isItdRateLimitError, isItdServerError, isItdValidationError, isKnownNotificationType, isMyProfile, normalizeNotification, poll, post, readNotificationEvent, readUnreadCountEvent, report, resolveNotificationUrl, toDate } from './chunk-
|
|
1
|
+
export { ALLOWED_MIME_TYPES, AUDIO_MIME_TYPES, AUTH_FLAG_COOKIE, AUTH_PATHS, AccessType, AttachmentType, BUILT_IN_SERVICES, CommentSort, DEFAULT_BASE_URL, DEFAULT_STATUS_BASE_URL, DEFAULT_TIMEOUT, DEFAULT_UPLOAD_TIMEOUT, DEFAULT_USER_AGENT, DEVICE_ID_HEADER, DetectedRuntime, FeedTab, IMAGE_MIME_TYPES, IncidentKind, InteractionType, ItdAbortError, ItdAccounts, ItdApiError, ItdApiErrorKind, ItdAuthError, ItdClient, ItdConfigError, ItdConflictError, ItdError, ItdErrorCode, ItdErrorKind, ItdForbiddenError, ItdNetworkError, ItdNotFoundError, ItdPhoneVerificationError, ItdRateLimitError, ItdRealtime, ItdServerError, ItdTimeoutError, ItdValidationError, LIBRARY_VERSION, LikesVisibility, LocalStorageTokenStorage, MAX_RECONNECT_ATTEMPTS, MemoryMultiTokenStorage, MemoryTokenStorage, NOTIFICATION_TYPE_ALIASES, NotificationType, OAuthProvider, PaginationMode, Paginator, RECONNECT_BACKOFF, RECONNECT_JITTER, REFRESH_COOKIE, REFRESH_COOKIE_PATH, REQUEST_OPTION_KEYS, RealtimeStatus, RealtimeTransportKind, ReportReason, ReportTargetType, RuntimeMode, STATUS_SERVICE, STREAM_PATH, ServiceRegistry, ServiceState, SignInStatus, SpanType, TURNSTILE_SITE_KEY, UnauthorizedStreamError, VIDEO_MIME_TYPES, ViewReason, ViewSource, WallAccess, autoSpans, canonicalNotificationType, comment, createAccounts, createClient, createMultiTokenStorage, createRecordMultiStorage, createTokenStorage, formatNotificationText, isBuilder, isItdApiError, isItdAuthError, isItdConflictError, isItdError, isItdForbiddenError, isItdNotFoundError, isItdPhoneVerificationError, isItdRateLimitError, isItdServerError, isItdValidationError, isKnownNotificationType, isMyProfile, mapPage, markup, normalizeNotification, poll, post, readNotificationEvent, readUnreadCountEvent, renderSpans, report, resolveNotificationUrl, scopedTokenStorage, statusDays, toDate, utcStampToIso } from './chunk-SMV7TF5P.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|