itd-api 0.0.6 → 0.0.7
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/dist/{chunk-K7NBFQEE.cjs → chunk-3RNNZJZ4.cjs} +111 -52
- package/dist/chunk-3RNNZJZ4.cjs.map +1 -0
- package/dist/{chunk-CCRQI3ON.js → chunk-CG4SERVM.js} +108 -53
- package/dist/chunk-CG4SERVM.js.map +1 -0
- package/dist/{index-CDGXKy8r.d.cts → index-DNFPX_Z1.d.cts} +173 -58
- package/dist/{index-CDGXKy8r.d.ts → index-DNFPX_Z1.d.ts} +173 -58
- package/dist/index.cjs +101 -85
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/node.cjs +100 -84
- package/dist/node.d.cts +2 -2
- package/dist/node.d.ts +2 -2
- package/dist/node.js +2 -2
- package/package.json +1 -1
- package/dist/chunk-CCRQI3ON.js.map +0 -1
- package/dist/chunk-K7NBFQEE.cjs.map +0 -1
package/dist/index.cjs
CHANGED
|
@@ -1,344 +1,360 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunk3RNNZJZ4_cjs = require('./chunk-3RNNZJZ4.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 chunk3RNNZJZ4_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 chunk3RNNZJZ4_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 chunk3RNNZJZ4_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 chunk3RNNZJZ4_cjs.AUTH_PATHS; }
|
|
22
|
+
});
|
|
23
|
+
Object.defineProperty(exports, "AccessType", {
|
|
24
|
+
enumerable: true,
|
|
25
|
+
get: function () { return chunk3RNNZJZ4_cjs.AccessType; }
|
|
22
26
|
});
|
|
23
27
|
Object.defineProperty(exports, "AttachmentType", {
|
|
24
28
|
enumerable: true,
|
|
25
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunk3RNNZJZ4_cjs.AttachmentType; }
|
|
26
30
|
});
|
|
27
31
|
Object.defineProperty(exports, "CommentSort", {
|
|
28
32
|
enumerable: true,
|
|
29
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunk3RNNZJZ4_cjs.CommentSort; }
|
|
30
34
|
});
|
|
31
35
|
Object.defineProperty(exports, "DEFAULT_BASE_URL", {
|
|
32
36
|
enumerable: true,
|
|
33
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunk3RNNZJZ4_cjs.DEFAULT_BASE_URL; }
|
|
34
38
|
});
|
|
35
39
|
Object.defineProperty(exports, "DEFAULT_TIMEOUT", {
|
|
36
40
|
enumerable: true,
|
|
37
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunk3RNNZJZ4_cjs.DEFAULT_TIMEOUT; }
|
|
38
42
|
});
|
|
39
43
|
Object.defineProperty(exports, "DEFAULT_USER_AGENT", {
|
|
40
44
|
enumerable: true,
|
|
41
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunk3RNNZJZ4_cjs.DEFAULT_USER_AGENT; }
|
|
42
46
|
});
|
|
43
47
|
Object.defineProperty(exports, "DEVICE_ID_HEADER", {
|
|
44
48
|
enumerable: true,
|
|
45
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunk3RNNZJZ4_cjs.DEVICE_ID_HEADER; }
|
|
46
50
|
});
|
|
47
51
|
Object.defineProperty(exports, "DetectedRuntime", {
|
|
48
52
|
enumerable: true,
|
|
49
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunk3RNNZJZ4_cjs.DetectedRuntime; }
|
|
50
54
|
});
|
|
51
55
|
Object.defineProperty(exports, "FeedTab", {
|
|
52
56
|
enumerable: true,
|
|
53
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunk3RNNZJZ4_cjs.FeedTab; }
|
|
54
58
|
});
|
|
55
59
|
Object.defineProperty(exports, "IMAGE_MIME_TYPES", {
|
|
56
60
|
enumerable: true,
|
|
57
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunk3RNNZJZ4_cjs.IMAGE_MIME_TYPES; }
|
|
62
|
+
});
|
|
63
|
+
Object.defineProperty(exports, "InteractionType", {
|
|
64
|
+
enumerable: true,
|
|
65
|
+
get: function () { return chunk3RNNZJZ4_cjs.InteractionType; }
|
|
58
66
|
});
|
|
59
67
|
Object.defineProperty(exports, "ItdAbortError", {
|
|
60
68
|
enumerable: true,
|
|
61
|
-
get: function () { return
|
|
69
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdAbortError; }
|
|
62
70
|
});
|
|
63
71
|
Object.defineProperty(exports, "ItdApiError", {
|
|
64
72
|
enumerable: true,
|
|
65
|
-
get: function () { return
|
|
73
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdApiError; }
|
|
66
74
|
});
|
|
67
75
|
Object.defineProperty(exports, "ItdApiErrorKind", {
|
|
68
76
|
enumerable: true,
|
|
69
|
-
get: function () { return
|
|
77
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdApiErrorKind; }
|
|
70
78
|
});
|
|
71
79
|
Object.defineProperty(exports, "ItdAuthError", {
|
|
72
80
|
enumerable: true,
|
|
73
|
-
get: function () { return
|
|
81
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdAuthError; }
|
|
74
82
|
});
|
|
75
83
|
Object.defineProperty(exports, "ItdClient", {
|
|
76
84
|
enumerable: true,
|
|
77
|
-
get: function () { return
|
|
85
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdClient; }
|
|
78
86
|
});
|
|
79
87
|
Object.defineProperty(exports, "ItdConfigError", {
|
|
80
88
|
enumerable: true,
|
|
81
|
-
get: function () { return
|
|
89
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdConfigError; }
|
|
82
90
|
});
|
|
83
91
|
Object.defineProperty(exports, "ItdConflictError", {
|
|
84
92
|
enumerable: true,
|
|
85
|
-
get: function () { return
|
|
93
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdConflictError; }
|
|
86
94
|
});
|
|
87
95
|
Object.defineProperty(exports, "ItdError", {
|
|
88
96
|
enumerable: true,
|
|
89
|
-
get: function () { return
|
|
97
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdError; }
|
|
90
98
|
});
|
|
91
99
|
Object.defineProperty(exports, "ItdErrorCode", {
|
|
92
100
|
enumerable: true,
|
|
93
|
-
get: function () { return
|
|
101
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdErrorCode; }
|
|
94
102
|
});
|
|
95
103
|
Object.defineProperty(exports, "ItdErrorKind", {
|
|
96
104
|
enumerable: true,
|
|
97
|
-
get: function () { return
|
|
105
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdErrorKind; }
|
|
98
106
|
});
|
|
99
107
|
Object.defineProperty(exports, "ItdForbiddenError", {
|
|
100
108
|
enumerable: true,
|
|
101
|
-
get: function () { return
|
|
109
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdForbiddenError; }
|
|
102
110
|
});
|
|
103
111
|
Object.defineProperty(exports, "ItdNetworkError", {
|
|
104
112
|
enumerable: true,
|
|
105
|
-
get: function () { return
|
|
113
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdNetworkError; }
|
|
106
114
|
});
|
|
107
115
|
Object.defineProperty(exports, "ItdNotFoundError", {
|
|
108
116
|
enumerable: true,
|
|
109
|
-
get: function () { return
|
|
117
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdNotFoundError; }
|
|
110
118
|
});
|
|
111
119
|
Object.defineProperty(exports, "ItdPhoneVerificationError", {
|
|
112
120
|
enumerable: true,
|
|
113
|
-
get: function () { return
|
|
121
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdPhoneVerificationError; }
|
|
114
122
|
});
|
|
115
123
|
Object.defineProperty(exports, "ItdRateLimitError", {
|
|
116
124
|
enumerable: true,
|
|
117
|
-
get: function () { return
|
|
125
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdRateLimitError; }
|
|
118
126
|
});
|
|
119
127
|
Object.defineProperty(exports, "ItdRealtime", {
|
|
120
128
|
enumerable: true,
|
|
121
|
-
get: function () { return
|
|
129
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdRealtime; }
|
|
122
130
|
});
|
|
123
131
|
Object.defineProperty(exports, "ItdServerError", {
|
|
124
132
|
enumerable: true,
|
|
125
|
-
get: function () { return
|
|
133
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdServerError; }
|
|
126
134
|
});
|
|
127
135
|
Object.defineProperty(exports, "ItdTimeoutError", {
|
|
128
136
|
enumerable: true,
|
|
129
|
-
get: function () { return
|
|
137
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdTimeoutError; }
|
|
130
138
|
});
|
|
131
139
|
Object.defineProperty(exports, "ItdValidationError", {
|
|
132
140
|
enumerable: true,
|
|
133
|
-
get: function () { return
|
|
141
|
+
get: function () { return chunk3RNNZJZ4_cjs.ItdValidationError; }
|
|
134
142
|
});
|
|
135
143
|
Object.defineProperty(exports, "LIBRARY_VERSION", {
|
|
136
144
|
enumerable: true,
|
|
137
|
-
get: function () { return
|
|
145
|
+
get: function () { return chunk3RNNZJZ4_cjs.LIBRARY_VERSION; }
|
|
138
146
|
});
|
|
139
147
|
Object.defineProperty(exports, "LikesVisibility", {
|
|
140
148
|
enumerable: true,
|
|
141
|
-
get: function () { return
|
|
149
|
+
get: function () { return chunk3RNNZJZ4_cjs.LikesVisibility; }
|
|
142
150
|
});
|
|
143
151
|
Object.defineProperty(exports, "LocalStorageTokenStorage", {
|
|
144
152
|
enumerable: true,
|
|
145
|
-
get: function () { return
|
|
153
|
+
get: function () { return chunk3RNNZJZ4_cjs.LocalStorageTokenStorage; }
|
|
146
154
|
});
|
|
147
155
|
Object.defineProperty(exports, "MAX_RECONNECT_ATTEMPTS", {
|
|
148
156
|
enumerable: true,
|
|
149
|
-
get: function () { return
|
|
157
|
+
get: function () { return chunk3RNNZJZ4_cjs.MAX_RECONNECT_ATTEMPTS; }
|
|
150
158
|
});
|
|
151
159
|
Object.defineProperty(exports, "MemoryTokenStorage", {
|
|
152
160
|
enumerable: true,
|
|
153
|
-
get: function () { return
|
|
161
|
+
get: function () { return chunk3RNNZJZ4_cjs.MemoryTokenStorage; }
|
|
154
162
|
});
|
|
155
163
|
Object.defineProperty(exports, "NOTIFICATION_TYPE_ALIASES", {
|
|
156
164
|
enumerable: true,
|
|
157
|
-
get: function () { return
|
|
165
|
+
get: function () { return chunk3RNNZJZ4_cjs.NOTIFICATION_TYPE_ALIASES; }
|
|
158
166
|
});
|
|
159
167
|
Object.defineProperty(exports, "NotificationType", {
|
|
160
168
|
enumerable: true,
|
|
161
|
-
get: function () { return
|
|
169
|
+
get: function () { return chunk3RNNZJZ4_cjs.NotificationType; }
|
|
162
170
|
});
|
|
163
171
|
Object.defineProperty(exports, "OAuthProvider", {
|
|
164
172
|
enumerable: true,
|
|
165
|
-
get: function () { return
|
|
173
|
+
get: function () { return chunk3RNNZJZ4_cjs.OAuthProvider; }
|
|
166
174
|
});
|
|
167
175
|
Object.defineProperty(exports, "PaginationMode", {
|
|
168
176
|
enumerable: true,
|
|
169
|
-
get: function () { return
|
|
177
|
+
get: function () { return chunk3RNNZJZ4_cjs.PaginationMode; }
|
|
170
178
|
});
|
|
171
179
|
Object.defineProperty(exports, "Paginator", {
|
|
172
180
|
enumerable: true,
|
|
173
|
-
get: function () { return
|
|
181
|
+
get: function () { return chunk3RNNZJZ4_cjs.Paginator; }
|
|
174
182
|
});
|
|
175
183
|
Object.defineProperty(exports, "RECONNECT_BACKOFF", {
|
|
176
184
|
enumerable: true,
|
|
177
|
-
get: function () { return
|
|
185
|
+
get: function () { return chunk3RNNZJZ4_cjs.RECONNECT_BACKOFF; }
|
|
178
186
|
});
|
|
179
187
|
Object.defineProperty(exports, "RECONNECT_JITTER", {
|
|
180
188
|
enumerable: true,
|
|
181
|
-
get: function () { return
|
|
189
|
+
get: function () { return chunk3RNNZJZ4_cjs.RECONNECT_JITTER; }
|
|
182
190
|
});
|
|
183
191
|
Object.defineProperty(exports, "REFRESH_COOKIE", {
|
|
184
192
|
enumerable: true,
|
|
185
|
-
get: function () { return
|
|
193
|
+
get: function () { return chunk3RNNZJZ4_cjs.REFRESH_COOKIE; }
|
|
186
194
|
});
|
|
187
195
|
Object.defineProperty(exports, "REFRESH_COOKIE_PATH", {
|
|
188
196
|
enumerable: true,
|
|
189
|
-
get: function () { return
|
|
197
|
+
get: function () { return chunk3RNNZJZ4_cjs.REFRESH_COOKIE_PATH; }
|
|
190
198
|
});
|
|
191
199
|
Object.defineProperty(exports, "RealtimeStatus", {
|
|
192
200
|
enumerable: true,
|
|
193
|
-
get: function () { return
|
|
201
|
+
get: function () { return chunk3RNNZJZ4_cjs.RealtimeStatus; }
|
|
194
202
|
});
|
|
195
203
|
Object.defineProperty(exports, "RealtimeTransportKind", {
|
|
196
204
|
enumerable: true,
|
|
197
|
-
get: function () { return
|
|
205
|
+
get: function () { return chunk3RNNZJZ4_cjs.RealtimeTransportKind; }
|
|
198
206
|
});
|
|
199
207
|
Object.defineProperty(exports, "ReportReason", {
|
|
200
208
|
enumerable: true,
|
|
201
|
-
get: function () { return
|
|
209
|
+
get: function () { return chunk3RNNZJZ4_cjs.ReportReason; }
|
|
202
210
|
});
|
|
203
211
|
Object.defineProperty(exports, "ReportTargetType", {
|
|
204
212
|
enumerable: true,
|
|
205
|
-
get: function () { return
|
|
213
|
+
get: function () { return chunk3RNNZJZ4_cjs.ReportTargetType; }
|
|
206
214
|
});
|
|
207
215
|
Object.defineProperty(exports, "RuntimeMode", {
|
|
208
216
|
enumerable: true,
|
|
209
|
-
get: function () { return
|
|
217
|
+
get: function () { return chunk3RNNZJZ4_cjs.RuntimeMode; }
|
|
210
218
|
});
|
|
211
219
|
Object.defineProperty(exports, "STREAM_PATH", {
|
|
212
220
|
enumerable: true,
|
|
213
|
-
get: function () { return
|
|
221
|
+
get: function () { return chunk3RNNZJZ4_cjs.STREAM_PATH; }
|
|
214
222
|
});
|
|
215
223
|
Object.defineProperty(exports, "SignInStatus", {
|
|
216
224
|
enumerable: true,
|
|
217
|
-
get: function () { return
|
|
225
|
+
get: function () { return chunk3RNNZJZ4_cjs.SignInStatus; }
|
|
218
226
|
});
|
|
219
227
|
Object.defineProperty(exports, "SpanType", {
|
|
220
228
|
enumerable: true,
|
|
221
|
-
get: function () { return
|
|
229
|
+
get: function () { return chunk3RNNZJZ4_cjs.SpanType; }
|
|
222
230
|
});
|
|
223
231
|
Object.defineProperty(exports, "TURNSTILE_SITE_KEY", {
|
|
224
232
|
enumerable: true,
|
|
225
|
-
get: function () { return
|
|
233
|
+
get: function () { return chunk3RNNZJZ4_cjs.TURNSTILE_SITE_KEY; }
|
|
226
234
|
});
|
|
227
235
|
Object.defineProperty(exports, "UnauthorizedStreamError", {
|
|
228
236
|
enumerable: true,
|
|
229
|
-
get: function () { return
|
|
237
|
+
get: function () { return chunk3RNNZJZ4_cjs.UnauthorizedStreamError; }
|
|
230
238
|
});
|
|
231
239
|
Object.defineProperty(exports, "VIDEO_MIME_TYPES", {
|
|
232
240
|
enumerable: true,
|
|
233
|
-
get: function () { return
|
|
241
|
+
get: function () { return chunk3RNNZJZ4_cjs.VIDEO_MIME_TYPES; }
|
|
242
|
+
});
|
|
243
|
+
Object.defineProperty(exports, "ViewReason", {
|
|
244
|
+
enumerable: true,
|
|
245
|
+
get: function () { return chunk3RNNZJZ4_cjs.ViewReason; }
|
|
246
|
+
});
|
|
247
|
+
Object.defineProperty(exports, "ViewSource", {
|
|
248
|
+
enumerable: true,
|
|
249
|
+
get: function () { return chunk3RNNZJZ4_cjs.ViewSource; }
|
|
234
250
|
});
|
|
235
251
|
Object.defineProperty(exports, "WallAccess", {
|
|
236
252
|
enumerable: true,
|
|
237
|
-
get: function () { return
|
|
253
|
+
get: function () { return chunk3RNNZJZ4_cjs.WallAccess; }
|
|
238
254
|
});
|
|
239
255
|
Object.defineProperty(exports, "canonicalNotificationType", {
|
|
240
256
|
enumerable: true,
|
|
241
|
-
get: function () { return
|
|
257
|
+
get: function () { return chunk3RNNZJZ4_cjs.canonicalNotificationType; }
|
|
242
258
|
});
|
|
243
259
|
Object.defineProperty(exports, "comment", {
|
|
244
260
|
enumerable: true,
|
|
245
|
-
get: function () { return
|
|
261
|
+
get: function () { return chunk3RNNZJZ4_cjs.comment; }
|
|
246
262
|
});
|
|
247
263
|
Object.defineProperty(exports, "createClient", {
|
|
248
264
|
enumerable: true,
|
|
249
|
-
get: function () { return
|
|
265
|
+
get: function () { return chunk3RNNZJZ4_cjs.createClient; }
|
|
250
266
|
});
|
|
251
267
|
Object.defineProperty(exports, "createTokenStorage", {
|
|
252
268
|
enumerable: true,
|
|
253
|
-
get: function () { return
|
|
269
|
+
get: function () { return chunk3RNNZJZ4_cjs.createTokenStorage; }
|
|
254
270
|
});
|
|
255
271
|
Object.defineProperty(exports, "formatNotificationText", {
|
|
256
272
|
enumerable: true,
|
|
257
|
-
get: function () { return
|
|
273
|
+
get: function () { return chunk3RNNZJZ4_cjs.formatNotificationText; }
|
|
258
274
|
});
|
|
259
275
|
Object.defineProperty(exports, "isBuilder", {
|
|
260
276
|
enumerable: true,
|
|
261
|
-
get: function () { return
|
|
277
|
+
get: function () { return chunk3RNNZJZ4_cjs.isBuilder; }
|
|
262
278
|
});
|
|
263
279
|
Object.defineProperty(exports, "isItdApiError", {
|
|
264
280
|
enumerable: true,
|
|
265
|
-
get: function () { return
|
|
281
|
+
get: function () { return chunk3RNNZJZ4_cjs.isItdApiError; }
|
|
266
282
|
});
|
|
267
283
|
Object.defineProperty(exports, "isItdAuthError", {
|
|
268
284
|
enumerable: true,
|
|
269
|
-
get: function () { return
|
|
285
|
+
get: function () { return chunk3RNNZJZ4_cjs.isItdAuthError; }
|
|
270
286
|
});
|
|
271
287
|
Object.defineProperty(exports, "isItdConflictError", {
|
|
272
288
|
enumerable: true,
|
|
273
|
-
get: function () { return
|
|
289
|
+
get: function () { return chunk3RNNZJZ4_cjs.isItdConflictError; }
|
|
274
290
|
});
|
|
275
291
|
Object.defineProperty(exports, "isItdError", {
|
|
276
292
|
enumerable: true,
|
|
277
|
-
get: function () { return
|
|
293
|
+
get: function () { return chunk3RNNZJZ4_cjs.isItdError; }
|
|
278
294
|
});
|
|
279
295
|
Object.defineProperty(exports, "isItdForbiddenError", {
|
|
280
296
|
enumerable: true,
|
|
281
|
-
get: function () { return
|
|
297
|
+
get: function () { return chunk3RNNZJZ4_cjs.isItdForbiddenError; }
|
|
282
298
|
});
|
|
283
299
|
Object.defineProperty(exports, "isItdNotFoundError", {
|
|
284
300
|
enumerable: true,
|
|
285
|
-
get: function () { return
|
|
301
|
+
get: function () { return chunk3RNNZJZ4_cjs.isItdNotFoundError; }
|
|
286
302
|
});
|
|
287
303
|
Object.defineProperty(exports, "isItdPhoneVerificationError", {
|
|
288
304
|
enumerable: true,
|
|
289
|
-
get: function () { return
|
|
305
|
+
get: function () { return chunk3RNNZJZ4_cjs.isItdPhoneVerificationError; }
|
|
290
306
|
});
|
|
291
307
|
Object.defineProperty(exports, "isItdRateLimitError", {
|
|
292
308
|
enumerable: true,
|
|
293
|
-
get: function () { return
|
|
309
|
+
get: function () { return chunk3RNNZJZ4_cjs.isItdRateLimitError; }
|
|
294
310
|
});
|
|
295
311
|
Object.defineProperty(exports, "isItdServerError", {
|
|
296
312
|
enumerable: true,
|
|
297
|
-
get: function () { return
|
|
313
|
+
get: function () { return chunk3RNNZJZ4_cjs.isItdServerError; }
|
|
298
314
|
});
|
|
299
315
|
Object.defineProperty(exports, "isItdValidationError", {
|
|
300
316
|
enumerable: true,
|
|
301
|
-
get: function () { return
|
|
317
|
+
get: function () { return chunk3RNNZJZ4_cjs.isItdValidationError; }
|
|
302
318
|
});
|
|
303
319
|
Object.defineProperty(exports, "isKnownNotificationType", {
|
|
304
320
|
enumerable: true,
|
|
305
|
-
get: function () { return
|
|
321
|
+
get: function () { return chunk3RNNZJZ4_cjs.isKnownNotificationType; }
|
|
306
322
|
});
|
|
307
323
|
Object.defineProperty(exports, "isMyProfile", {
|
|
308
324
|
enumerable: true,
|
|
309
|
-
get: function () { return
|
|
325
|
+
get: function () { return chunk3RNNZJZ4_cjs.isMyProfile; }
|
|
310
326
|
});
|
|
311
327
|
Object.defineProperty(exports, "normalizeNotification", {
|
|
312
328
|
enumerable: true,
|
|
313
|
-
get: function () { return
|
|
329
|
+
get: function () { return chunk3RNNZJZ4_cjs.normalizeNotification; }
|
|
314
330
|
});
|
|
315
331
|
Object.defineProperty(exports, "poll", {
|
|
316
332
|
enumerable: true,
|
|
317
|
-
get: function () { return
|
|
333
|
+
get: function () { return chunk3RNNZJZ4_cjs.poll; }
|
|
318
334
|
});
|
|
319
335
|
Object.defineProperty(exports, "post", {
|
|
320
336
|
enumerable: true,
|
|
321
|
-
get: function () { return
|
|
337
|
+
get: function () { return chunk3RNNZJZ4_cjs.post; }
|
|
322
338
|
});
|
|
323
339
|
Object.defineProperty(exports, "readNotificationEvent", {
|
|
324
340
|
enumerable: true,
|
|
325
|
-
get: function () { return
|
|
341
|
+
get: function () { return chunk3RNNZJZ4_cjs.readNotificationEvent; }
|
|
326
342
|
});
|
|
327
343
|
Object.defineProperty(exports, "readUnreadCountEvent", {
|
|
328
344
|
enumerable: true,
|
|
329
|
-
get: function () { return
|
|
345
|
+
get: function () { return chunk3RNNZJZ4_cjs.readUnreadCountEvent; }
|
|
330
346
|
});
|
|
331
347
|
Object.defineProperty(exports, "report", {
|
|
332
348
|
enumerable: true,
|
|
333
|
-
get: function () { return
|
|
349
|
+
get: function () { return chunk3RNNZJZ4_cjs.report; }
|
|
334
350
|
});
|
|
335
351
|
Object.defineProperty(exports, "resolveNotificationUrl", {
|
|
336
352
|
enumerable: true,
|
|
337
|
-
get: function () { return
|
|
353
|
+
get: function () { return chunk3RNNZJZ4_cjs.resolveNotificationUrl; }
|
|
338
354
|
});
|
|
339
355
|
Object.defineProperty(exports, "toDate", {
|
|
340
356
|
enumerable: true,
|
|
341
|
-
get: function () { return
|
|
357
|
+
get: function () { return chunk3RNNZJZ4_cjs.toDate; }
|
|
342
358
|
});
|
|
343
359
|
//# sourceMappingURL=index.cjs.map
|
|
344
360
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.d.cts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ALLOWED_MIME_TYPES, c as AUDIO_MIME_TYPES, d as AUTH_FLAG_COOKIE, e as AUTH_PATHS, f as
|
|
1
|
+
export { A as ALLOWED_MIME_TYPES, c as AUDIO_MIME_TYPES, d as AUTH_FLAG_COOKIE, e as AUTH_PATHS, f as AccessType, g as Actor, h as AllowedMimeType, i as Announcement, j as AnnouncementButton, k as Attachment, l as AttachmentType, m as AudioMimeType, n as AuthInput, o as AuthResource, p as Author, B as BuilderInput, C as CaptchaCredentials, q as ChangelogEntry, r as Clan, s as ClientHooks, t as Comment, u as CommentBuilder, v as CommentInput, w as CommentReplyTo, x as CommentSort, y as CommentsParams, z as CommentsResource, D as CreateCommentInput, E as CreatePollInput, G as CreatePostInput, H as CreateReportInput, J as Credentials, K as CredentialsAuth, L as DEFAULT_BASE_URL, M as DEFAULT_TIMEOUT, N as DEFAULT_USER_AGENT, O as DEVICE_ID_HEADER, P as DetectedRuntime, Q as DwellEntry, R as ErrorContextHook, S as FeedParams, U as FeedTab, V as FileInput, W as FilesResource, X as FollowResult, Y as ForgotPasswordInput, Z as Hashtag, _ as HashtagPostsParams, $ as HashtagsResource, a0 as IMAGE_MIME_TYPES, a1 as ImageMimeType, a2 as InteractionEntry, a3 as InteractionType, a4 as IsoDate, a5 as ItdAbortError, a6 as ItdApiError, a7 as ItdApiErrorInit, a8 as ItdApiErrorKind, a9 as ItdAuthError, aa as ItdBuilder, a as ItdClient, b as ItdClientOptions, ab as ItdConfigError, ac as ItdConflictError, ad as ItdError, ae as ItdErrorCode, af as ItdErrorKind, ag as ItdFieldErrors, ah as ItdForbiddenError, ai as ItdNetworkError, aj as ItdNotFoundError, ak as ItdPhoneVerificationError, al as ItdPlugin, am as ItdRateLimitError, an as ItdRealtime, ao as ItdServerError, I as ItdSession, ap as ItdTimeoutError, aq as ItdValidationError, ar as LIBRARY_VERSION, as as LikeResult, at as LikesVisibility, au as Listener, av as LocalStorageTokenStorage, aw as Logger, ax as Loose, ay as MAX_RECONNECT_ATTEMPTS, az as MemoryTokenStorage, aA as MyProfile, aB as NOTIFICATION_TYPE_ALIASES, aC as Notification, aD as NotificationEvent, aE as NotificationListParams, aF as NotificationSettings, aG as NotificationType, aH as NotificationsResource, aI as OAuthProvider, aJ as Page, aK as PageState, aL as PaginationMode, aM as Paginator, aN as PaymentMethod, aO as Pin, aP as PinPostResult, aQ as PinsResult, aR as PlatformResource, aS as PluginContext, aT as Poll, aU as PollBuilder, aV as PollInput, aW as PollOption, aX as PollTransportOptions, aY as Portal, aZ as Post, a_ as PostBuilder, a$ as PostInput, b0 as PostStats, b1 as PostsResource, b2 as PrivacySettings, b3 as Profile, b4 as PublicProfile, b5 as RECONNECT_BACKOFF, b6 as RECONNECT_JITTER, b7 as REFRESH_COOKIE, b8 as REFRESH_COOKIE_PATH, b9 as RateLimitOptions, ba as RawRequestOptions, bb as RealtimeEvents, bc as RealtimeOptions, bd as RealtimeStatus, be as RealtimeTransport, bf as RealtimeTransportKind, bg as ReconnectOptions, bh as RepliesParams, bi as Report, bj as ReportBuilder, bk as ReportInput, bl as ReportReason, bm as ReportTargetType, bn as ReportsResource, bo as RequestContext, bp as RequestOptions, bq as ResetPasswordInput, br as ResponseContext, bs as RetryContext, bt as RetryOptions, bu as RuntimeMode, bv as STREAM_PATH, bw as SearchResource, bx as SearchResult, by as Session, bz as SignInResult, bA as SignInStatus, bB as Span, bC as SpanType, bD as SseTransportOptions, bE as Subscription, bF as SubscriptionResource, bG as SubscriptionState, bH as TURNSTILE_SITE_KEY, bI as TelemetryOptions, bJ as TelemetryResource, T as TokenStorage, bK as Transformer, bL as TransportContext, bM as TransportEvent, bN as UnauthorizedStreamError, bO as Unsubscribe, bP as UpdateNotificationSettingsInput, bQ as UpdatePrivacyInput, bR as UpdateProfileInput, bS as UploadOptions, bT as UploadedFile, bU as UserId, bV as UserListParams, bW as UserPostsParams, bX as UserRef, bY as UserSummary, bZ as UsersResource, b_ as VIDEO_MIME_TYPES, b$ as VerificationResource, c0 as VerificationStatus, c1 as VideoMimeType, c2 as ViewReason, c3 as ViewSource, c4 as WallAccess, c5 as canonicalNotificationType, c6 as comment, cu as createClient, c7 as createTokenStorage, c8 as formatNotificationText, c9 as isBuilder, ca as isItdApiError, cb as isItdAuthError, cc as isItdConflictError, cd as isItdError, ce as isItdForbiddenError, cf as isItdNotFoundError, cg as isItdPhoneVerificationError, ch as isItdRateLimitError, ci as isItdServerError, cj as isItdValidationError, ck as isKnownNotificationType, cl as isMyProfile, cm as normalizeNotification, cn as poll, co as post, cp as readNotificationEvent, cq as readUnreadCountEvent, cr as report, cs as resolveNotificationUrl, ct as toDate } from './index-DNFPX_Z1.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { A as ALLOWED_MIME_TYPES, c as AUDIO_MIME_TYPES, d as AUTH_FLAG_COOKIE, e as AUTH_PATHS, f as
|
|
1
|
+
export { A as ALLOWED_MIME_TYPES, c as AUDIO_MIME_TYPES, d as AUTH_FLAG_COOKIE, e as AUTH_PATHS, f as AccessType, g as Actor, h as AllowedMimeType, i as Announcement, j as AnnouncementButton, k as Attachment, l as AttachmentType, m as AudioMimeType, n as AuthInput, o as AuthResource, p as Author, B as BuilderInput, C as CaptchaCredentials, q as ChangelogEntry, r as Clan, s as ClientHooks, t as Comment, u as CommentBuilder, v as CommentInput, w as CommentReplyTo, x as CommentSort, y as CommentsParams, z as CommentsResource, D as CreateCommentInput, E as CreatePollInput, G as CreatePostInput, H as CreateReportInput, J as Credentials, K as CredentialsAuth, L as DEFAULT_BASE_URL, M as DEFAULT_TIMEOUT, N as DEFAULT_USER_AGENT, O as DEVICE_ID_HEADER, P as DetectedRuntime, Q as DwellEntry, R as ErrorContextHook, S as FeedParams, U as FeedTab, V as FileInput, W as FilesResource, X as FollowResult, Y as ForgotPasswordInput, Z as Hashtag, _ as HashtagPostsParams, $ as HashtagsResource, a0 as IMAGE_MIME_TYPES, a1 as ImageMimeType, a2 as InteractionEntry, a3 as InteractionType, a4 as IsoDate, a5 as ItdAbortError, a6 as ItdApiError, a7 as ItdApiErrorInit, a8 as ItdApiErrorKind, a9 as ItdAuthError, aa as ItdBuilder, a as ItdClient, b as ItdClientOptions, ab as ItdConfigError, ac as ItdConflictError, ad as ItdError, ae as ItdErrorCode, af as ItdErrorKind, ag as ItdFieldErrors, ah as ItdForbiddenError, ai as ItdNetworkError, aj as ItdNotFoundError, ak as ItdPhoneVerificationError, al as ItdPlugin, am as ItdRateLimitError, an as ItdRealtime, ao as ItdServerError, I as ItdSession, ap as ItdTimeoutError, aq as ItdValidationError, ar as LIBRARY_VERSION, as as LikeResult, at as LikesVisibility, au as Listener, av as LocalStorageTokenStorage, aw as Logger, ax as Loose, ay as MAX_RECONNECT_ATTEMPTS, az as MemoryTokenStorage, aA as MyProfile, aB as NOTIFICATION_TYPE_ALIASES, aC as Notification, aD as NotificationEvent, aE as NotificationListParams, aF as NotificationSettings, aG as NotificationType, aH as NotificationsResource, aI as OAuthProvider, aJ as Page, aK as PageState, aL as PaginationMode, aM as Paginator, aN as PaymentMethod, aO as Pin, aP as PinPostResult, aQ as PinsResult, aR as PlatformResource, aS as PluginContext, aT as Poll, aU as PollBuilder, aV as PollInput, aW as PollOption, aX as PollTransportOptions, aY as Portal, aZ as Post, a_ as PostBuilder, a$ as PostInput, b0 as PostStats, b1 as PostsResource, b2 as PrivacySettings, b3 as Profile, b4 as PublicProfile, b5 as RECONNECT_BACKOFF, b6 as RECONNECT_JITTER, b7 as REFRESH_COOKIE, b8 as REFRESH_COOKIE_PATH, b9 as RateLimitOptions, ba as RawRequestOptions, bb as RealtimeEvents, bc as RealtimeOptions, bd as RealtimeStatus, be as RealtimeTransport, bf as RealtimeTransportKind, bg as ReconnectOptions, bh as RepliesParams, bi as Report, bj as ReportBuilder, bk as ReportInput, bl as ReportReason, bm as ReportTargetType, bn as ReportsResource, bo as RequestContext, bp as RequestOptions, bq as ResetPasswordInput, br as ResponseContext, bs as RetryContext, bt as RetryOptions, bu as RuntimeMode, bv as STREAM_PATH, bw as SearchResource, bx as SearchResult, by as Session, bz as SignInResult, bA as SignInStatus, bB as Span, bC as SpanType, bD as SseTransportOptions, bE as Subscription, bF as SubscriptionResource, bG as SubscriptionState, bH as TURNSTILE_SITE_KEY, bI as TelemetryOptions, bJ as TelemetryResource, T as TokenStorage, bK as Transformer, bL as TransportContext, bM as TransportEvent, bN as UnauthorizedStreamError, bO as Unsubscribe, bP as UpdateNotificationSettingsInput, bQ as UpdatePrivacyInput, bR as UpdateProfileInput, bS as UploadOptions, bT as UploadedFile, bU as UserId, bV as UserListParams, bW as UserPostsParams, bX as UserRef, bY as UserSummary, bZ as UsersResource, b_ as VIDEO_MIME_TYPES, b$ as VerificationResource, c0 as VerificationStatus, c1 as VideoMimeType, c2 as ViewReason, c3 as ViewSource, c4 as WallAccess, c5 as canonicalNotificationType, c6 as comment, cu as createClient, c7 as createTokenStorage, c8 as formatNotificationText, c9 as isBuilder, ca as isItdApiError, cb as isItdAuthError, cc as isItdConflictError, cd as isItdError, ce as isItdForbiddenError, cf as isItdNotFoundError, cg as isItdPhoneVerificationError, ch as isItdRateLimitError, ci as isItdServerError, cj as isItdValidationError, ck as isKnownNotificationType, cl as isMyProfile, cm as normalizeNotification, cn as poll, co as post, cp as readNotificationEvent, cq as readUnreadCountEvent, cr as report, cs as resolveNotificationUrl, ct as toDate } from './index-DNFPX_Z1.js';
|
package/dist/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { ALLOWED_MIME_TYPES, AUDIO_MIME_TYPES, AUTH_FLAG_COOKIE, AUTH_PATHS, AttachmentType, CommentSort, DEFAULT_BASE_URL, DEFAULT_TIMEOUT, DEFAULT_USER_AGENT, DEVICE_ID_HEADER, DetectedRuntime, FeedTab, IMAGE_MIME_TYPES, 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, 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, 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-CG4SERVM.js';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
3
3
|
//# sourceMappingURL=index.js.map
|