@prosopo/types 3.5.3 → 3.5.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +47 -0
- package/dist/api/api.js +2 -1
- package/dist/api/api.js.map +1 -0
- package/dist/api/index.js +4 -6
- package/dist/api/index.js.map +1 -0
- package/dist/api/ipapi.js +2 -1
- package/dist/api/ipapi.js.map +1 -0
- package/dist/api/params.d.ts +3 -1
- package/dist/api/params.d.ts.map +1 -1
- package/dist/api/params.js +44 -44
- package/dist/api/params.js.map +1 -0
- package/dist/cjs/api/params.cjs +2 -0
- package/dist/cjs/client/settings.cjs +4 -2
- package/dist/cjs/config/config.cjs +3 -3
- package/dist/cjs/config/frictionless.cjs +4 -1
- package/dist/cjs/config/index.cjs +1 -0
- package/dist/cjs/index.cjs +2 -0
- package/dist/cjs/provider/api.cjs +11 -1
- package/dist/cjs/provider/index.cjs +1 -0
- package/dist/client/captchaType/captchaType.js +9 -11
- package/dist/client/captchaType/captchaType.js.map +1 -0
- package/dist/client/captchaType/captchaTypeSpec.js +2 -3
- package/dist/client/captchaType/captchaTypeSpec.js.map +1 -0
- package/dist/client/index.js +5 -29
- package/dist/client/index.js.map +1 -0
- package/dist/client/settings.d.ts +11 -0
- package/dist/client/settings.d.ts.map +1 -1
- package/dist/client/settings.js +66 -81
- package/dist/client/settings.js.map +1 -0
- package/dist/client/user.d.ts +2 -3
- package/dist/client/user.d.ts.map +1 -1
- package/dist/client/user.js +18 -31
- package/dist/client/user.js.map +1 -0
- package/dist/config/config.d.ts +21 -15
- package/dist/config/config.d.ts.map +1 -1
- package/dist/config/config.js +165 -180
- package/dist/config/config.js.map +1 -0
- package/dist/config/enumMap.js +6 -0
- package/dist/config/enumMap.js.map +1 -0
- package/dist/config/frictionless.d.ts +4 -0
- package/dist/config/frictionless.d.ts.map +1 -1
- package/dist/config/frictionless.js +23 -14
- package/dist/config/frictionless.js.map +1 -0
- package/dist/config/index.js +5 -36
- package/dist/config/index.js.map +1 -0
- package/dist/config/network.js +7 -9
- package/dist/config/network.js.map +1 -0
- package/dist/config/timeouts.js +10 -19
- package/dist/config/timeouts.js.map +1 -0
- package/dist/datasets/assets.js +2 -1
- package/dist/datasets/assets.js.map +1 -0
- package/dist/datasets/captcha.d.ts +56 -56
- package/dist/datasets/captcha.js +94 -122
- package/dist/datasets/captcha.js.map +1 -0
- package/dist/datasets/dataset.d.ts +46 -46
- package/dist/datasets/dataset.js +23 -28
- package/dist/datasets/dataset.js.map +1 -0
- package/dist/datasets/index.js +5 -36
- package/dist/datasets/index.js.map +1 -0
- package/dist/datasets/merkle.js +2 -1
- package/dist/datasets/merkle.js.map +1 -0
- package/dist/index.js +10 -146
- package/dist/index.js.map +1 -0
- package/dist/keyring/index.js +3 -2
- package/dist/keyring/index.js.map +1 -0
- package/dist/keyring/keyring/types.js +2 -1
- package/dist/keyring/keyring/types.js.map +1 -0
- package/dist/keyring/pair/types.js +2 -1
- package/dist/keyring/pair/types.js.map +1 -0
- package/dist/procaptcha/api.js +2 -1
- package/dist/procaptcha/api.js.map +1 -0
- package/dist/procaptcha/client.js +2 -1
- package/dist/procaptcha/client.js.map +1 -0
- package/dist/procaptcha/collector.js +2 -1
- package/dist/procaptcha/collector.js.map +1 -0
- package/dist/procaptcha/index.js +8 -19
- package/dist/procaptcha/index.js.map +1 -0
- package/dist/procaptcha/manager.js +4 -7
- package/dist/procaptcha/manager.js.map +1 -0
- package/dist/procaptcha/props.js +2 -1
- package/dist/procaptcha/props.js.map +1 -0
- package/dist/procaptcha/token.js +62 -77
- package/dist/procaptcha/token.js.map +1 -0
- package/dist/procaptcha/utils.js +2 -1
- package/dist/procaptcha/utils.js.map +1 -0
- package/dist/procaptcha-bundle/index.js +2 -1
- package/dist/procaptcha-bundle/index.js.map +1 -0
- package/dist/procaptcha-frictionless/index.js +2 -1
- package/dist/procaptcha-frictionless/index.js.map +1 -0
- package/dist/procaptcha-frictionless/props.js +2 -1
- package/dist/procaptcha-frictionless/props.js.map +1 -0
- package/dist/provider/accounts.js +2 -1
- package/dist/provider/accounts.js.map +1 -0
- package/dist/provider/api.d.ts +37 -1
- package/dist/provider/api.d.ts.map +1 -1
- package/dist/provider/api.js +176 -235
- package/dist/provider/api.js.map +1 -0
- package/dist/provider/detection.d.ts +3 -0
- package/dist/provider/detection.d.ts.map +1 -1
- package/dist/provider/detection.js +2 -1
- package/dist/provider/detection.js.map +1 -0
- package/dist/provider/index.js +5 -32
- package/dist/provider/index.js.map +1 -0
- package/dist/provider/scheduler.js +15 -18
- package/dist/provider/scheduler.js.map +1 -0
- package/package.json +14 -14
|
@@ -139,13 +139,13 @@ export declare const CaptchaItemSchema: import("zod").ZodObject<{
|
|
|
139
139
|
data: import("zod").ZodString;
|
|
140
140
|
type: import("zod").ZodNativeEnum<typeof CaptchaItemTypes>;
|
|
141
141
|
}, "strip", import("zod").ZodTypeAny, {
|
|
142
|
+
type: CaptchaItemTypes;
|
|
142
143
|
hash: string;
|
|
143
144
|
data: string;
|
|
144
|
-
type: CaptchaItemTypes;
|
|
145
145
|
}, {
|
|
146
|
+
type: CaptchaItemTypes;
|
|
146
147
|
hash: string;
|
|
147
148
|
data: string;
|
|
148
|
-
type: CaptchaItemTypes;
|
|
149
149
|
}>;
|
|
150
150
|
export declare const HashedCaptchaItemSchema: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
151
151
|
hash: import("zod").ZodString;
|
|
@@ -154,13 +154,13 @@ export declare const HashedCaptchaItemSchema: import("zod").ZodObject<import("zo
|
|
|
154
154
|
}, {
|
|
155
155
|
hash: import("zod").ZodString;
|
|
156
156
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
157
|
+
type: CaptchaItemTypes;
|
|
157
158
|
hash: string;
|
|
158
159
|
data: string;
|
|
159
|
-
type: CaptchaItemTypes;
|
|
160
160
|
}, {
|
|
161
|
+
type: CaptchaItemTypes;
|
|
161
162
|
hash: string;
|
|
162
163
|
data: string;
|
|
163
|
-
type: CaptchaItemTypes;
|
|
164
164
|
}>;
|
|
165
165
|
export declare const LabelledItemSchema: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
166
166
|
hash: import("zod").ZodString;
|
|
@@ -171,14 +171,14 @@ export declare const LabelledItemSchema: import("zod").ZodObject<import("zod").o
|
|
|
171
171
|
}>, {
|
|
172
172
|
label: import("zod").ZodString;
|
|
173
173
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
174
|
+
type: CaptchaItemTypes;
|
|
174
175
|
hash: string;
|
|
175
176
|
data: string;
|
|
176
|
-
type: CaptchaItemTypes;
|
|
177
177
|
label: string;
|
|
178
178
|
}, {
|
|
179
|
+
type: CaptchaItemTypes;
|
|
179
180
|
hash: string;
|
|
180
181
|
data: string;
|
|
181
|
-
type: CaptchaItemTypes;
|
|
182
182
|
label: string;
|
|
183
183
|
}>;
|
|
184
184
|
export declare const MaybeLabelledHashedItemSchema: import("zod").ZodObject<import("zod").objectUtil.extendShape<import("zod").objectUtil.extendShape<{
|
|
@@ -190,14 +190,14 @@ export declare const MaybeLabelledHashedItemSchema: import("zod").ZodObject<impo
|
|
|
190
190
|
}>, {
|
|
191
191
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
192
192
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
193
|
+
type: CaptchaItemTypes;
|
|
193
194
|
hash: string;
|
|
194
195
|
data: string;
|
|
195
|
-
type: CaptchaItemTypes;
|
|
196
196
|
label?: string | undefined;
|
|
197
197
|
}, {
|
|
198
|
+
type: CaptchaItemTypes;
|
|
198
199
|
hash: string;
|
|
199
200
|
data: string;
|
|
200
|
-
type: CaptchaItemTypes;
|
|
201
201
|
label?: string | undefined;
|
|
202
202
|
}>;
|
|
203
203
|
export declare const SelectAllCaptchaSchemaRaw: import("zod").ZodObject<import("zod").objectUtil.extendShape<{
|
|
@@ -213,22 +213,22 @@ export declare const SelectAllCaptchaSchemaRaw: import("zod").ZodObject<import("
|
|
|
213
213
|
data: import("zod").ZodString;
|
|
214
214
|
type: import("zod").ZodNativeEnum<typeof CaptchaItemTypes>;
|
|
215
215
|
}, "strip", import("zod").ZodTypeAny, {
|
|
216
|
+
type: CaptchaItemTypes;
|
|
216
217
|
hash: string;
|
|
217
218
|
data: string;
|
|
218
|
-
type: CaptchaItemTypes;
|
|
219
219
|
}, {
|
|
220
|
+
type: CaptchaItemTypes;
|
|
220
221
|
hash: string;
|
|
221
222
|
data: string;
|
|
222
|
-
type: CaptchaItemTypes;
|
|
223
223
|
}>, "many">;
|
|
224
224
|
target: import("zod").ZodString;
|
|
225
225
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
226
|
+
salt: string;
|
|
226
227
|
items: {
|
|
228
|
+
type: CaptchaItemTypes;
|
|
227
229
|
hash: string;
|
|
228
230
|
data: string;
|
|
229
|
-
type: CaptchaItemTypes;
|
|
230
231
|
}[];
|
|
231
|
-
salt: string;
|
|
232
232
|
target: string;
|
|
233
233
|
captchaId?: string | undefined;
|
|
234
234
|
captchaContentId?: string | undefined;
|
|
@@ -236,12 +236,12 @@ export declare const SelectAllCaptchaSchemaRaw: import("zod").ZodObject<import("
|
|
|
236
236
|
unlabelled?: number[] | undefined;
|
|
237
237
|
timeLimit?: number | undefined;
|
|
238
238
|
}, {
|
|
239
|
+
salt: string;
|
|
239
240
|
items: {
|
|
241
|
+
type: CaptchaItemTypes;
|
|
240
242
|
hash: string;
|
|
241
243
|
data: string;
|
|
242
|
-
type: CaptchaItemTypes;
|
|
243
244
|
}[];
|
|
244
|
-
salt: string;
|
|
245
245
|
target: string;
|
|
246
246
|
captchaId?: string | undefined;
|
|
247
247
|
captchaContentId?: string | undefined;
|
|
@@ -262,25 +262,25 @@ export declare const SelectAllCaptchaSchema: import("zod").ZodObject<import("zod
|
|
|
262
262
|
data: import("zod").ZodString;
|
|
263
263
|
type: import("zod").ZodNativeEnum<typeof CaptchaItemTypes>;
|
|
264
264
|
}, "strip", import("zod").ZodTypeAny, {
|
|
265
|
+
type: CaptchaItemTypes;
|
|
265
266
|
hash: string;
|
|
266
267
|
data: string;
|
|
267
|
-
type: CaptchaItemTypes;
|
|
268
268
|
}, {
|
|
269
|
+
type: CaptchaItemTypes;
|
|
269
270
|
hash: string;
|
|
270
271
|
data: string;
|
|
271
|
-
type: CaptchaItemTypes;
|
|
272
272
|
}>, "many">;
|
|
273
273
|
target: import("zod").ZodString;
|
|
274
274
|
}>, {
|
|
275
275
|
solution: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
276
276
|
unlabelled: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
277
277
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
278
|
+
salt: string;
|
|
278
279
|
items: {
|
|
280
|
+
type: CaptchaItemTypes;
|
|
279
281
|
hash: string;
|
|
280
282
|
data: string;
|
|
281
|
-
type: CaptchaItemTypes;
|
|
282
283
|
}[];
|
|
283
|
-
salt: string;
|
|
284
284
|
target: string;
|
|
285
285
|
captchaId?: string | undefined;
|
|
286
286
|
captchaContentId?: string | undefined;
|
|
@@ -288,12 +288,12 @@ export declare const SelectAllCaptchaSchema: import("zod").ZodObject<import("zod
|
|
|
288
288
|
unlabelled?: string[] | undefined;
|
|
289
289
|
timeLimit?: number | undefined;
|
|
290
290
|
}, {
|
|
291
|
+
salt: string;
|
|
291
292
|
items: {
|
|
293
|
+
type: CaptchaItemTypes;
|
|
292
294
|
hash: string;
|
|
293
295
|
data: string;
|
|
294
|
-
type: CaptchaItemTypes;
|
|
295
296
|
}[];
|
|
296
|
-
salt: string;
|
|
297
297
|
target: string;
|
|
298
298
|
captchaId?: string | undefined;
|
|
299
299
|
captchaContentId?: string | undefined;
|
|
@@ -314,13 +314,13 @@ export declare const SelectAllCaptchaSchemaWithNumericSolution: import("zod").Zo
|
|
|
314
314
|
data: import("zod").ZodString;
|
|
315
315
|
type: import("zod").ZodNativeEnum<typeof CaptchaItemTypes>;
|
|
316
316
|
}, "strip", import("zod").ZodTypeAny, {
|
|
317
|
+
type: CaptchaItemTypes;
|
|
317
318
|
hash: string;
|
|
318
319
|
data: string;
|
|
319
|
-
type: CaptchaItemTypes;
|
|
320
320
|
}, {
|
|
321
|
+
type: CaptchaItemTypes;
|
|
321
322
|
hash: string;
|
|
322
323
|
data: string;
|
|
323
|
-
type: CaptchaItemTypes;
|
|
324
324
|
}>, "many">;
|
|
325
325
|
target: import("zod").ZodString;
|
|
326
326
|
}>, {
|
|
@@ -330,12 +330,12 @@ export declare const SelectAllCaptchaSchemaWithNumericSolution: import("zod").Zo
|
|
|
330
330
|
solution: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
|
|
331
331
|
unlabelled: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
|
|
332
332
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
333
|
+
salt: string;
|
|
333
334
|
items: {
|
|
335
|
+
type: CaptchaItemTypes;
|
|
334
336
|
hash: string;
|
|
335
337
|
data: string;
|
|
336
|
-
type: CaptchaItemTypes;
|
|
337
338
|
}[];
|
|
338
|
-
salt: string;
|
|
339
339
|
target: string;
|
|
340
340
|
captchaId?: string | undefined;
|
|
341
341
|
captchaContentId?: string | undefined;
|
|
@@ -343,12 +343,12 @@ export declare const SelectAllCaptchaSchemaWithNumericSolution: import("zod").Zo
|
|
|
343
343
|
unlabelled?: number[] | undefined;
|
|
344
344
|
timeLimit?: number | undefined;
|
|
345
345
|
}, {
|
|
346
|
+
salt: string;
|
|
346
347
|
items: {
|
|
348
|
+
type: CaptchaItemTypes;
|
|
347
349
|
hash: string;
|
|
348
350
|
data: string;
|
|
349
|
-
type: CaptchaItemTypes;
|
|
350
351
|
}[];
|
|
351
|
-
salt: string;
|
|
352
352
|
target: string;
|
|
353
353
|
captchaId?: string | undefined;
|
|
354
354
|
captchaContentId?: string | undefined;
|
|
@@ -369,22 +369,22 @@ export declare const CaptchasSchema: import("zod").ZodArray<import("zod").ZodObj
|
|
|
369
369
|
data: import("zod").ZodString;
|
|
370
370
|
type: import("zod").ZodNativeEnum<typeof CaptchaItemTypes>;
|
|
371
371
|
}, "strip", import("zod").ZodTypeAny, {
|
|
372
|
+
type: CaptchaItemTypes;
|
|
372
373
|
hash: string;
|
|
373
374
|
data: string;
|
|
374
|
-
type: CaptchaItemTypes;
|
|
375
375
|
}, {
|
|
376
|
+
type: CaptchaItemTypes;
|
|
376
377
|
hash: string;
|
|
377
378
|
data: string;
|
|
378
|
-
type: CaptchaItemTypes;
|
|
379
379
|
}>, "many">;
|
|
380
380
|
target: import("zod").ZodString;
|
|
381
381
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
382
|
+
salt: string;
|
|
382
383
|
items: {
|
|
384
|
+
type: CaptchaItemTypes;
|
|
383
385
|
hash: string;
|
|
384
386
|
data: string;
|
|
385
|
-
type: CaptchaItemTypes;
|
|
386
387
|
}[];
|
|
387
|
-
salt: string;
|
|
388
388
|
target: string;
|
|
389
389
|
captchaId?: string | undefined;
|
|
390
390
|
captchaContentId?: string | undefined;
|
|
@@ -392,12 +392,12 @@ export declare const CaptchasSchema: import("zod").ZodArray<import("zod").ZodObj
|
|
|
392
392
|
unlabelled?: number[] | undefined;
|
|
393
393
|
timeLimit?: number | undefined;
|
|
394
394
|
}, {
|
|
395
|
+
salt: string;
|
|
395
396
|
items: {
|
|
397
|
+
type: CaptchaItemTypes;
|
|
396
398
|
hash: string;
|
|
397
399
|
data: string;
|
|
398
|
-
type: CaptchaItemTypes;
|
|
399
400
|
}[];
|
|
400
|
-
salt: string;
|
|
401
401
|
target: string;
|
|
402
402
|
captchaId?: string | undefined;
|
|
403
403
|
captchaContentId?: string | undefined;
|
|
@@ -418,13 +418,13 @@ export declare const CaptchasWithNumericSolutionSchema: import("zod").ZodArray<i
|
|
|
418
418
|
data: import("zod").ZodString;
|
|
419
419
|
type: import("zod").ZodNativeEnum<typeof CaptchaItemTypes>;
|
|
420
420
|
}, "strip", import("zod").ZodTypeAny, {
|
|
421
|
+
type: CaptchaItemTypes;
|
|
421
422
|
hash: string;
|
|
422
423
|
data: string;
|
|
423
|
-
type: CaptchaItemTypes;
|
|
424
424
|
}, {
|
|
425
|
+
type: CaptchaItemTypes;
|
|
425
426
|
hash: string;
|
|
426
427
|
data: string;
|
|
427
|
-
type: CaptchaItemTypes;
|
|
428
428
|
}>, "many">;
|
|
429
429
|
target: import("zod").ZodString;
|
|
430
430
|
}>, {
|
|
@@ -434,12 +434,12 @@ export declare const CaptchasWithNumericSolutionSchema: import("zod").ZodArray<i
|
|
|
434
434
|
solution: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
|
|
435
435
|
unlabelled: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodNumber, "many">>;
|
|
436
436
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
437
|
+
salt: string;
|
|
437
438
|
items: {
|
|
439
|
+
type: CaptchaItemTypes;
|
|
438
440
|
hash: string;
|
|
439
441
|
data: string;
|
|
440
|
-
type: CaptchaItemTypes;
|
|
441
442
|
}[];
|
|
442
|
-
salt: string;
|
|
443
443
|
target: string;
|
|
444
444
|
captchaId?: string | undefined;
|
|
445
445
|
captchaContentId?: string | undefined;
|
|
@@ -447,12 +447,12 @@ export declare const CaptchasWithNumericSolutionSchema: import("zod").ZodArray<i
|
|
|
447
447
|
unlabelled?: number[] | undefined;
|
|
448
448
|
timeLimit?: number | undefined;
|
|
449
449
|
}, {
|
|
450
|
+
salt: string;
|
|
450
451
|
items: {
|
|
452
|
+
type: CaptchaItemTypes;
|
|
451
453
|
hash: string;
|
|
452
454
|
data: string;
|
|
453
|
-
type: CaptchaItemTypes;
|
|
454
455
|
}[];
|
|
455
|
-
salt: string;
|
|
456
456
|
target: string;
|
|
457
457
|
captchaId?: string | undefined;
|
|
458
458
|
captchaContentId?: string | undefined;
|
|
@@ -502,28 +502,28 @@ export declare const DataSchema: import("zod").ZodObject<{
|
|
|
502
502
|
}>, {
|
|
503
503
|
label: import("zod").ZodOptional<import("zod").ZodString>;
|
|
504
504
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
505
|
+
type: CaptchaItemTypes;
|
|
505
506
|
hash: string;
|
|
506
507
|
data: string;
|
|
507
|
-
type: CaptchaItemTypes;
|
|
508
508
|
label?: string | undefined;
|
|
509
509
|
}, {
|
|
510
|
+
type: CaptchaItemTypes;
|
|
510
511
|
hash: string;
|
|
511
512
|
data: string;
|
|
512
|
-
type: CaptchaItemTypes;
|
|
513
513
|
label?: string | undefined;
|
|
514
514
|
}>, "many">;
|
|
515
515
|
}, "strip", import("zod").ZodTypeAny, {
|
|
516
516
|
items: {
|
|
517
|
+
type: CaptchaItemTypes;
|
|
517
518
|
hash: string;
|
|
518
519
|
data: string;
|
|
519
|
-
type: CaptchaItemTypes;
|
|
520
520
|
label?: string | undefined;
|
|
521
521
|
}[];
|
|
522
522
|
}, {
|
|
523
523
|
items: {
|
|
524
|
+
type: CaptchaItemTypes;
|
|
524
525
|
hash: string;
|
|
525
526
|
data: string;
|
|
526
|
-
type: CaptchaItemTypes;
|
|
527
527
|
label?: string | undefined;
|
|
528
528
|
}[];
|
|
529
529
|
}>;
|
|
@@ -537,28 +537,28 @@ export declare const LabelledDataSchema: import("zod").ZodObject<{
|
|
|
537
537
|
}>, {
|
|
538
538
|
label: import("zod").ZodString;
|
|
539
539
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
540
|
+
type: CaptchaItemTypes;
|
|
540
541
|
hash: string;
|
|
541
542
|
data: string;
|
|
542
|
-
type: CaptchaItemTypes;
|
|
543
543
|
label: string;
|
|
544
544
|
}, {
|
|
545
|
+
type: CaptchaItemTypes;
|
|
545
546
|
hash: string;
|
|
546
547
|
data: string;
|
|
547
|
-
type: CaptchaItemTypes;
|
|
548
548
|
label: string;
|
|
549
549
|
}>, "many">;
|
|
550
550
|
}, "strip", import("zod").ZodTypeAny, {
|
|
551
551
|
items: {
|
|
552
|
+
type: CaptchaItemTypes;
|
|
552
553
|
hash: string;
|
|
553
554
|
data: string;
|
|
554
|
-
type: CaptchaItemTypes;
|
|
555
555
|
label: string;
|
|
556
556
|
}[];
|
|
557
557
|
}, {
|
|
558
558
|
items: {
|
|
559
|
+
type: CaptchaItemTypes;
|
|
559
560
|
hash: string;
|
|
560
561
|
data: string;
|
|
561
|
-
type: CaptchaItemTypes;
|
|
562
562
|
label: string;
|
|
563
563
|
}[];
|
|
564
564
|
}>;
|
|
@@ -576,22 +576,22 @@ export declare const CaptchasContainerSchema: import("zod").ZodObject<{
|
|
|
576
576
|
data: import("zod").ZodString;
|
|
577
577
|
type: import("zod").ZodNativeEnum<typeof CaptchaItemTypes>;
|
|
578
578
|
}, "strip", import("zod").ZodTypeAny, {
|
|
579
|
+
type: CaptchaItemTypes;
|
|
579
580
|
hash: string;
|
|
580
581
|
data: string;
|
|
581
|
-
type: CaptchaItemTypes;
|
|
582
582
|
}, {
|
|
583
|
+
type: CaptchaItemTypes;
|
|
583
584
|
hash: string;
|
|
584
585
|
data: string;
|
|
585
|
-
type: CaptchaItemTypes;
|
|
586
586
|
}>, "many">;
|
|
587
587
|
target: import("zod").ZodString;
|
|
588
588
|
}>, "strip", import("zod").ZodTypeAny, {
|
|
589
|
+
salt: string;
|
|
589
590
|
items: {
|
|
591
|
+
type: CaptchaItemTypes;
|
|
590
592
|
hash: string;
|
|
591
593
|
data: string;
|
|
592
|
-
type: CaptchaItemTypes;
|
|
593
594
|
}[];
|
|
594
|
-
salt: string;
|
|
595
595
|
target: string;
|
|
596
596
|
captchaId?: string | undefined;
|
|
597
597
|
captchaContentId?: string | undefined;
|
|
@@ -599,12 +599,12 @@ export declare const CaptchasContainerSchema: import("zod").ZodObject<{
|
|
|
599
599
|
unlabelled?: number[] | undefined;
|
|
600
600
|
timeLimit?: number | undefined;
|
|
601
601
|
}, {
|
|
602
|
+
salt: string;
|
|
602
603
|
items: {
|
|
604
|
+
type: CaptchaItemTypes;
|
|
603
605
|
hash: string;
|
|
604
606
|
data: string;
|
|
605
|
-
type: CaptchaItemTypes;
|
|
606
607
|
}[];
|
|
607
|
-
salt: string;
|
|
608
608
|
target: string;
|
|
609
609
|
captchaId?: string | undefined;
|
|
610
610
|
captchaContentId?: string | undefined;
|
|
@@ -615,12 +615,12 @@ export declare const CaptchasContainerSchema: import("zod").ZodObject<{
|
|
|
615
615
|
format: import("zod").ZodNativeEnum<typeof CaptchaTypes>;
|
|
616
616
|
}, "strip", import("zod").ZodTypeAny, {
|
|
617
617
|
captchas: {
|
|
618
|
+
salt: string;
|
|
618
619
|
items: {
|
|
620
|
+
type: CaptchaItemTypes;
|
|
619
621
|
hash: string;
|
|
620
622
|
data: string;
|
|
621
|
-
type: CaptchaItemTypes;
|
|
622
623
|
}[];
|
|
623
|
-
salt: string;
|
|
624
624
|
target: string;
|
|
625
625
|
captchaId?: string | undefined;
|
|
626
626
|
captchaContentId?: string | undefined;
|
|
@@ -631,12 +631,12 @@ export declare const CaptchasContainerSchema: import("zod").ZodObject<{
|
|
|
631
631
|
format: CaptchaTypes;
|
|
632
632
|
}, {
|
|
633
633
|
captchas: {
|
|
634
|
+
salt: string;
|
|
634
635
|
items: {
|
|
636
|
+
type: CaptchaItemTypes;
|
|
635
637
|
hash: string;
|
|
636
638
|
data: string;
|
|
637
|
-
type: CaptchaItemTypes;
|
|
638
639
|
}[];
|
|
639
|
-
salt: string;
|
|
640
640
|
target: string;
|
|
641
641
|
captchaId?: string | undefined;
|
|
642
642
|
captchaContentId?: string | undefined;
|
package/dist/datasets/captcha.js
CHANGED
|
@@ -1,136 +1,108 @@
|
|
|
1
|
-
import {
|
|
2
|
-
var CaptchaTypes
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
})(CaptchaTypes || {});
|
|
6
|
-
var CaptchaItemTypes
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
})(CaptchaItemTypes || {});
|
|
11
|
-
var CaptchaStates
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
})(CaptchaStates || {});
|
|
16
|
-
var CaptchaStatus
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
})(CaptchaStatus || {});
|
|
22
|
-
var StoredStatusNames
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
})(StoredStatusNames || {});
|
|
29
|
-
var GovernanceStatus
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
})(GovernanceStatus || {});
|
|
34
|
-
var DappPayee
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
})(DappPayee || {});
|
|
40
|
-
const TimestampSchema =
|
|
41
|
-
const POW_SEPARATOR = "___";
|
|
42
|
-
const PowChallengeIdSchema = custom((val) => {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
1
|
+
import { array, custom, nativeEnum, number, object, string, union, number as zNumber, undefined as zUndefined, } from "zod";
|
|
2
|
+
export var CaptchaTypes;
|
|
3
|
+
(function (CaptchaTypes) {
|
|
4
|
+
CaptchaTypes["SelectAll"] = "SelectAll";
|
|
5
|
+
})(CaptchaTypes || (CaptchaTypes = {}));
|
|
6
|
+
export var CaptchaItemTypes;
|
|
7
|
+
(function (CaptchaItemTypes) {
|
|
8
|
+
CaptchaItemTypes["Text"] = "text";
|
|
9
|
+
CaptchaItemTypes["Image"] = "image";
|
|
10
|
+
})(CaptchaItemTypes || (CaptchaItemTypes = {}));
|
|
11
|
+
export var CaptchaStates;
|
|
12
|
+
(function (CaptchaStates) {
|
|
13
|
+
CaptchaStates["Solved"] = "solved";
|
|
14
|
+
CaptchaStates["Unsolved"] = "unsolved";
|
|
15
|
+
})(CaptchaStates || (CaptchaStates = {}));
|
|
16
|
+
export var CaptchaStatus;
|
|
17
|
+
(function (CaptchaStatus) {
|
|
18
|
+
CaptchaStatus["pending"] = "Pending";
|
|
19
|
+
CaptchaStatus["approved"] = "Approved";
|
|
20
|
+
CaptchaStatus["disapproved"] = "Disapproved";
|
|
21
|
+
})(CaptchaStatus || (CaptchaStatus = {}));
|
|
22
|
+
export var StoredStatusNames;
|
|
23
|
+
(function (StoredStatusNames) {
|
|
24
|
+
StoredStatusNames["notStored"] = "notStored";
|
|
25
|
+
StoredStatusNames["userSubmitted"] = "userSubmitted";
|
|
26
|
+
StoredStatusNames["serverChecked"] = "serverChecked";
|
|
27
|
+
StoredStatusNames["stored"] = "stored";
|
|
28
|
+
})(StoredStatusNames || (StoredStatusNames = {}));
|
|
29
|
+
export var GovernanceStatus;
|
|
30
|
+
(function (GovernanceStatus) {
|
|
31
|
+
GovernanceStatus["active"] = "Active";
|
|
32
|
+
GovernanceStatus["inactive"] = "Inactive";
|
|
33
|
+
})(GovernanceStatus || (GovernanceStatus = {}));
|
|
34
|
+
export var DappPayee;
|
|
35
|
+
(function (DappPayee) {
|
|
36
|
+
DappPayee["provider"] = "Provider";
|
|
37
|
+
DappPayee["dapp"] = "Dapp";
|
|
38
|
+
DappPayee["any"] = "Any";
|
|
39
|
+
})(DappPayee || (DappPayee = {}));
|
|
40
|
+
export const TimestampSchema = zNumber();
|
|
41
|
+
export const POW_SEPARATOR = "___";
|
|
42
|
+
export const PowChallengeIdSchema = custom((val) => {
|
|
43
|
+
const valSplit = val.split(POW_SEPARATOR);
|
|
44
|
+
try {
|
|
45
|
+
Number.parseInt(valSplit[0]);
|
|
46
|
+
return valSplit.length === 4;
|
|
47
|
+
}
|
|
48
|
+
catch (e) {
|
|
49
|
+
return false;
|
|
50
|
+
}
|
|
50
51
|
});
|
|
51
|
-
const CaptchaSchema = object({
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
52
|
+
export const CaptchaSchema = object({
|
|
53
|
+
captchaId: union([string(), zUndefined()]),
|
|
54
|
+
captchaContentId: union([string(), zUndefined()]),
|
|
55
|
+
salt: string().min(34),
|
|
56
|
+
solution: number().array().optional(),
|
|
57
|
+
unlabelled: number().array().optional(),
|
|
58
|
+
timeLimit: number().optional(),
|
|
58
59
|
});
|
|
59
|
-
const CaptchaItemSchema = object({
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
60
|
+
export const CaptchaItemSchema = object({
|
|
61
|
+
hash: string(),
|
|
62
|
+
data: string(),
|
|
63
|
+
type: nativeEnum(CaptchaItemTypes),
|
|
63
64
|
});
|
|
64
|
-
const HashedCaptchaItemSchema = CaptchaItemSchema.extend({
|
|
65
|
-
|
|
65
|
+
export const HashedCaptchaItemSchema = CaptchaItemSchema.extend({
|
|
66
|
+
hash: string(),
|
|
66
67
|
});
|
|
67
|
-
const LabelledItemSchema = HashedCaptchaItemSchema.extend({
|
|
68
|
-
|
|
68
|
+
export const LabelledItemSchema = HashedCaptchaItemSchema.extend({
|
|
69
|
+
label: string(),
|
|
69
70
|
});
|
|
70
|
-
const MaybeLabelledHashedItemSchema = HashedCaptchaItemSchema.extend({
|
|
71
|
-
|
|
71
|
+
export const MaybeLabelledHashedItemSchema = HashedCaptchaItemSchema.extend({
|
|
72
|
+
label: string().optional(),
|
|
72
73
|
});
|
|
73
|
-
const SelectAllCaptchaSchemaRaw = CaptchaSchema.extend({
|
|
74
|
-
|
|
75
|
-
|
|
74
|
+
export const SelectAllCaptchaSchemaRaw = CaptchaSchema.extend({
|
|
75
|
+
items: array(CaptchaItemSchema),
|
|
76
|
+
target: string(),
|
|
76
77
|
});
|
|
77
|
-
const SelectAllCaptchaSchema = SelectAllCaptchaSchemaRaw.extend({
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
export const SelectAllCaptchaSchema = SelectAllCaptchaSchemaRaw.extend({
|
|
79
|
+
solution: string().array().optional(),
|
|
80
|
+
unlabelled: string().array().optional(),
|
|
80
81
|
});
|
|
81
|
-
const SelectAllCaptchaSchemaWithNumericSolution = SelectAllCaptchaSchema.extend({
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
export const SelectAllCaptchaSchemaWithNumericSolution = SelectAllCaptchaSchema.extend({
|
|
83
|
+
solution: number().array().optional(),
|
|
84
|
+
unlabelled: number().array().optional(),
|
|
84
85
|
});
|
|
85
|
-
const CaptchasSchema = array(SelectAllCaptchaSchemaRaw);
|
|
86
|
-
const CaptchasWithNumericSolutionSchema = array(
|
|
87
|
-
|
|
88
|
-
)
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
solution: string().array(),
|
|
93
|
-
salt: string()
|
|
86
|
+
export const CaptchasSchema = array(SelectAllCaptchaSchemaRaw);
|
|
87
|
+
export const CaptchasWithNumericSolutionSchema = array(SelectAllCaptchaSchemaWithNumericSolution);
|
|
88
|
+
export const CaptchaSolutionSchema = object({
|
|
89
|
+
captchaId: string(),
|
|
90
|
+
captchaContentId: string(),
|
|
91
|
+
solution: string().array(),
|
|
92
|
+
salt: string(),
|
|
94
93
|
});
|
|
95
|
-
const CaptchaSolutionArraySchema = array(CaptchaSolutionSchema);
|
|
96
|
-
const DataSchema = object({
|
|
97
|
-
|
|
94
|
+
export const CaptchaSolutionArraySchema = array(CaptchaSolutionSchema);
|
|
95
|
+
export const DataSchema = object({
|
|
96
|
+
items: array(MaybeLabelledHashedItemSchema),
|
|
98
97
|
});
|
|
99
|
-
const LabelledDataSchema = object({
|
|
100
|
-
|
|
98
|
+
export const LabelledDataSchema = object({
|
|
99
|
+
items: array(LabelledItemSchema),
|
|
101
100
|
});
|
|
102
|
-
const CaptchasContainerSchema = object({
|
|
103
|
-
|
|
104
|
-
|
|
101
|
+
export const CaptchasContainerSchema = object({
|
|
102
|
+
captchas: CaptchasSchema,
|
|
103
|
+
format: nativeEnum(CaptchaTypes),
|
|
105
104
|
});
|
|
106
|
-
const LabelsContainerSchema = object({
|
|
107
|
-
|
|
105
|
+
export const LabelsContainerSchema = object({
|
|
106
|
+
labels: array(string()),
|
|
108
107
|
});
|
|
109
|
-
|
|
110
|
-
CaptchaItemSchema,
|
|
111
|
-
CaptchaItemTypes,
|
|
112
|
-
CaptchaSchema,
|
|
113
|
-
CaptchaSolutionArraySchema,
|
|
114
|
-
CaptchaSolutionSchema,
|
|
115
|
-
CaptchaStates,
|
|
116
|
-
CaptchaStatus,
|
|
117
|
-
CaptchaTypes,
|
|
118
|
-
CaptchasContainerSchema,
|
|
119
|
-
CaptchasSchema,
|
|
120
|
-
CaptchasWithNumericSolutionSchema,
|
|
121
|
-
DappPayee,
|
|
122
|
-
DataSchema,
|
|
123
|
-
GovernanceStatus,
|
|
124
|
-
HashedCaptchaItemSchema,
|
|
125
|
-
LabelledDataSchema,
|
|
126
|
-
LabelledItemSchema,
|
|
127
|
-
LabelsContainerSchema,
|
|
128
|
-
MaybeLabelledHashedItemSchema,
|
|
129
|
-
POW_SEPARATOR,
|
|
130
|
-
PowChallengeIdSchema,
|
|
131
|
-
SelectAllCaptchaSchema,
|
|
132
|
-
SelectAllCaptchaSchemaRaw,
|
|
133
|
-
SelectAllCaptchaSchemaWithNumericSolution,
|
|
134
|
-
StoredStatusNames,
|
|
135
|
-
TimestampSchema
|
|
136
|
-
};
|
|
108
|
+
//# sourceMappingURL=captcha.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"captcha.js","sourceRoot":"","sources":["../../src/datasets/captcha.ts"],"names":[],"mappings":"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"}
|