itd-api 0.0.8 → 0.0.9

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