@twin.org/identity-cli 0.0.1-next.3 → 0.0.1-next.31
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/cjs/index.cjs +297 -279
- package/dist/esm/index.mjs +297 -282
- package/dist/locales/en.json +908 -783
- package/dist/types/cli.d.ts +5 -1
- package/dist/types/commands/identityCreate.d.ts +6 -0
- package/dist/types/commands/identityResolve.d.ts +5 -0
- package/dist/types/commands/proofCreate.d.ts +6 -1
- package/dist/types/commands/proofVerify.d.ts +9 -7
- package/dist/types/commands/serviceAdd.d.ts +4 -0
- package/dist/types/commands/serviceRemove.d.ts +5 -0
- package/dist/types/commands/setupCommands.d.ts +18 -0
- package/dist/types/commands/verifiableCredentialCreate.d.ts +4 -4
- package/dist/types/commands/verifiableCredentialRevoke.d.ts +5 -0
- package/dist/types/commands/verifiableCredentialUnrevoke.d.ts +5 -0
- package/dist/types/commands/verifiableCredentialVerify.d.ts +4 -0
- package/dist/types/commands/verificationMethodAdd.d.ts +4 -0
- package/dist/types/commands/verificationMethodRemove.d.ts +5 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/models/identityConnectorTypes.d.ts +17 -0
- package/docs/changelog.md +1 -1
- package/docs/examples.md +15 -14
- package/docs/reference/classes/CLI.md +17 -3
- package/docs/reference/functions/actionCommandIdentityCreate.md +3 -1
- package/docs/reference/functions/actionCommandIdentityResolve.md +3 -1
- package/docs/reference/functions/actionCommandProofCreate.md +3 -1
- package/docs/reference/functions/actionCommandProofVerify.md +3 -1
- package/docs/reference/functions/actionCommandServiceAdd.md +3 -1
- package/docs/reference/functions/actionCommandServiceRemove.md +25 -5
- package/docs/reference/functions/actionCommandVerifiableCredentialCreate.md +3 -1
- package/docs/reference/functions/actionCommandVerifiableCredentialRevoke.md +25 -5
- package/docs/reference/functions/actionCommandVerifiableCredentialUnrevoke.md +25 -5
- package/docs/reference/functions/actionCommandVerifiableCredentialVerify.md +3 -1
- package/docs/reference/functions/actionCommandVerificationMethodAdd.md +3 -1
- package/docs/reference/functions/actionCommandVerificationMethodRemove.md +25 -5
- package/docs/reference/functions/setupIdentityConnector.md +47 -0
- package/docs/reference/functions/setupVault.md +9 -0
- package/docs/reference/index.md +10 -0
- package/docs/reference/type-aliases/IdentityConnectorTypes.md +5 -0
- package/docs/reference/variables/IdentityConnectorTypes.md +19 -0
- package/locales/en.json +35 -36
- package/package.json +12 -38
package/dist/locales/en.json
CHANGED
|
@@ -1,784 +1,909 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
}
|
|
2
|
+
"error": {
|
|
3
|
+
"validation": {
|
|
4
|
+
"beEmpty": "{fieldName} must be empty",
|
|
5
|
+
"beNotEmpty": "{fieldName} must not be empty",
|
|
6
|
+
"beText": "{fieldName} must be text",
|
|
7
|
+
"beTextValue": "{fieldName} must contain some text",
|
|
8
|
+
"beTextMinMax": "{fieldName} must be longer than {minLength} and shorter than {maxLength} characters",
|
|
9
|
+
"beTextMin": "{fieldName} must be longer than {minLength} characters",
|
|
10
|
+
"beTextMax": "{fieldName} must be shorter than {maxLength} characters",
|
|
11
|
+
"beTextBase58": "{fieldName} must be text formatted using Base58 characters",
|
|
12
|
+
"beTextBase64": "{fieldName} must be text formatted using Base64 characters",
|
|
13
|
+
"beTextHex": "{fieldName} must be text formatted using Hex characters",
|
|
14
|
+
"beTextRegExp": "{fieldName} must be text formatted using the matching pattern {format}",
|
|
15
|
+
"beNumber": "{fieldName} must be a number",
|
|
16
|
+
"beNumberMinMax": "{fieldName} must be >= {minValue} and <= {maxValue}",
|
|
17
|
+
"beNumberMin": "{fieldName} must be >= {minValue}",
|
|
18
|
+
"beNumberMax": "{fieldName} must be <= {maxValue}",
|
|
19
|
+
"beWholeNumber": "{fieldName} must be a whole number",
|
|
20
|
+
"beWholeNumberMinMax": "{fieldName} must be a whole number >= {minValue} and <= {maxValue}",
|
|
21
|
+
"beWholeNumberMin": "{fieldName} must be a whole number >= {minValue}",
|
|
22
|
+
"beWholeNumberMax": "{fieldName} must be a whole number <= {maxValue}",
|
|
23
|
+
"beBigInteger": "{fieldName} must be a bigint",
|
|
24
|
+
"beBigIntegerMinMax": "{fieldName} must be a bigint >= {minValue} and <= {maxValue}",
|
|
25
|
+
"beBigIntegerMin": "{fieldName} must be a bigint >= {minValue}",
|
|
26
|
+
"beBigIntegerMax": "{fieldName} must be a bigint <= {maxValue}",
|
|
27
|
+
"beBoolean": "{fieldName} must be true or false",
|
|
28
|
+
"beDate": "{fieldName} must be a date",
|
|
29
|
+
"beDateTime": "{fieldName} must be a date/time",
|
|
30
|
+
"beTime": "{fieldName} must be a time",
|
|
31
|
+
"beTimestampMilliseconds": "{fieldName} must be a timestamp in milliseconds",
|
|
32
|
+
"beTimestampSeconds": "{fieldName} must be a timestamp in seconds",
|
|
33
|
+
"beObject": "{fieldName} must be an object",
|
|
34
|
+
"beArray": "{fieldName} must be an array",
|
|
35
|
+
"beArrayValue": "{fieldName} must be an array with at least one item",
|
|
36
|
+
"beIncluded": "{fieldName} is unrecognised",
|
|
37
|
+
"beByteArray": "{fieldName} must be a byte array",
|
|
38
|
+
"beUrn": "{fieldName} must be a correctly formatted urn",
|
|
39
|
+
"beUrl": "{fieldName} must be a correctly formatted url",
|
|
40
|
+
"beJSON": "{fieldName} must be correctly formatted JSON",
|
|
41
|
+
"beEmail": "{fieldName} must be a correctly formatted e-mail address",
|
|
42
|
+
"failed": "Validation failed",
|
|
43
|
+
"failedObject": "Validation of \"{objectName}\" failed",
|
|
44
|
+
"properties": {
|
|
45
|
+
"keyAlreadyExists": "The key already exists"
|
|
46
|
+
},
|
|
47
|
+
"schema": {
|
|
48
|
+
"failedValidation": "The JSON schema failed validation, {message}"
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"guard": {
|
|
52
|
+
"undefined": "Property \"{property}\" must be defined, it is \"{value}\"",
|
|
53
|
+
"string": "Property \"{property}\" must be a string, it is \"{value}\"",
|
|
54
|
+
"stringEmpty": "Property \"{property}\" must have a value, it is empty",
|
|
55
|
+
"stringBase64": "Property \"{property}\" must be a base64 encoded string, it is \"{value}\"",
|
|
56
|
+
"stringBase64Url": "Property \"{property}\" must be a base64 url encoded string, it is \"{value}\"",
|
|
57
|
+
"stringBase58": "Property \"{property}\" must be a base58 encoded string, it is \"{value}\"",
|
|
58
|
+
"stringHex": "Property \"{property}\" must be a hex string, it is \"{value}\"",
|
|
59
|
+
"stringHexLength": "Property \"{property}\" must be a hex string of length \"{options}\", it is \"{value}\"",
|
|
60
|
+
"stringJson": "Property \"{property}\" must be a JSON string",
|
|
61
|
+
"number": "Property \"{property}\" must be a number, it is \"{value}\"",
|
|
62
|
+
"integer": "Property \"{property}\" must be an integer, it is \"{value}\"",
|
|
63
|
+
"bigint": "Property \"{property}\" must be a bigint, it is \"{value}\"",
|
|
64
|
+
"boolean": "Property \"{property}\" must be a boolean, it is \"{value}\"",
|
|
65
|
+
"date": "Property \"{property}\" must be a date, it is \"{value}\"",
|
|
66
|
+
"timestampMilliseconds": "Property \"{property}\" must be a timestamp in milliseconds, it is \"{value}\"",
|
|
67
|
+
"timestampSeconds": "Property \"{property}\" must be a timestamp in seconds, it is \"{value}\"",
|
|
68
|
+
"objectUndefined": "Property \"{property}\" must be an object, it is \"undefined\"",
|
|
69
|
+
"object": "Property \"{property}\" must be an object, it is \"{value}\"",
|
|
70
|
+
"objectValue": "Property \"{property}\" must be an object, with at least one property, it is \"{value}\"",
|
|
71
|
+
"array": "Property \"{property}\" must be an array, it is \"{value}\"",
|
|
72
|
+
"arrayValue": "Property \"{property}\" must be an array with at least one item",
|
|
73
|
+
"arrayOneOf": "Property \"{property}\" must be one of [{options}], it is \"{value}\"",
|
|
74
|
+
"uint8Array": "Property \"{property}\" must be a Uint8Array, it is \"{value}\"",
|
|
75
|
+
"function": "Property \"{property}\" must be a function, it is \"{value}\"",
|
|
76
|
+
"urn": "Property \"{property}\" must be a Urn formatted string, it is \"{value}\"",
|
|
77
|
+
"url": "Property \"{property}\" must be a Url formatted string, it is \"{value}\"",
|
|
78
|
+
"email": "Property \"{property}\" must be string in e-mail format, it is \"{value}\"",
|
|
79
|
+
"length32Multiple": "Property \"{property}\" should be a multiple of 32, it is {value}",
|
|
80
|
+
"lengthEntropy": "Property \"{property}\" should be a multiple of 4, >=16 and <= 32, it is {value}",
|
|
81
|
+
"length3Multiple": "Property \"{property}\" should be a multiple of 3, it is {value}",
|
|
82
|
+
"greaterThan0": "Property \"{property}\" must be greater than zero, it is {value}"
|
|
83
|
+
},
|
|
84
|
+
"objectHelper": {
|
|
85
|
+
"failedBytesToJSON": "Failed converting bytes to JSON",
|
|
86
|
+
"cannotSetArrayIndex": "Cannot set property \"{property}\" using index \"{index}\" as it is not an array",
|
|
87
|
+
"cannotSetProperty": "Cannot set property \"{property}\" when the target is not an object"
|
|
88
|
+
},
|
|
89
|
+
"common": {
|
|
90
|
+
"notImplementedMethod": "The method \"{method}\" has not been implemented",
|
|
91
|
+
"validation": "Validation failed"
|
|
92
|
+
},
|
|
93
|
+
"factory": {
|
|
94
|
+
"noUnregister": "There is no {typeName} registered with the name \"{name}\"",
|
|
95
|
+
"noGet": "The requested {typeName} \"{name}\" does not exist in the factory"
|
|
96
|
+
},
|
|
97
|
+
"bitString": {
|
|
98
|
+
"outOfRange": "The index should be >= 0 and less than the length of the bit string"
|
|
99
|
+
},
|
|
100
|
+
"base32": {
|
|
101
|
+
"invalidCharacter": "Data contains a character \"{invalidCharacter}\" which is not in the charset"
|
|
102
|
+
},
|
|
103
|
+
"base64": {
|
|
104
|
+
"length4Multiple": "Invalid length should be a multiple of 4, it is \"{value}\""
|
|
105
|
+
},
|
|
106
|
+
"base58": {
|
|
107
|
+
"invalidCharacter": "Data contains a character \"{invalidCharacter}\" which is not in the charset"
|
|
108
|
+
},
|
|
109
|
+
"bip39": {
|
|
110
|
+
"missingMnemonicWord": "The mnemonic contains a word not in the wordlist, \"{value}\"",
|
|
111
|
+
"checksumMismatch": "The checksum does not match \"{newChecksum}\" != \"{checksumBits}\""
|
|
112
|
+
},
|
|
113
|
+
"ed25519": {
|
|
114
|
+
"privateKeyLength": "The private key length is incorrect, it should be \"{requiredSize}\" but is \"{actualSize}\"",
|
|
115
|
+
"publicKeyLength": "The public key length is incorrect, it should be \"{requiredSize}\" but is \"{actualSize}\""
|
|
116
|
+
},
|
|
117
|
+
"secp256k1": {
|
|
118
|
+
"privateKeyLength": "The private key length is incorrect, it should be \"{requiredSize}\" but is \"{actualSize}\"",
|
|
119
|
+
"publicKeyLength": "The public key length is incorrect, it should be \"{requiredSize}\" but is \"{actualSize}\""
|
|
120
|
+
},
|
|
121
|
+
"x25519": {
|
|
122
|
+
"invalidPublicKey": "Invalid Ed25519 Public Key"
|
|
123
|
+
},
|
|
124
|
+
"blake2b": {
|
|
125
|
+
"outputLength64": "The output length should be between 1 and 64, it is \"{outputLength}\"",
|
|
126
|
+
"keyLength64": "The key length should be between 1 and 64, it is \"{keyLength}\""
|
|
127
|
+
},
|
|
128
|
+
"sha512": {
|
|
129
|
+
"bitSize": "Only 224, 256, 384 or 512 bits are supported, it is \"{bitSize}\""
|
|
130
|
+
},
|
|
131
|
+
"sha256": {
|
|
132
|
+
"bitSize": "Only 224 or 256 bits are supported, it is \"{bitSize}\""
|
|
133
|
+
},
|
|
134
|
+
"sha3": {
|
|
135
|
+
"bitSize": "Only 224, 256, 384 or 512 bits are supported, it is \"{bitSize}\""
|
|
136
|
+
},
|
|
137
|
+
"hmacSha256": {
|
|
138
|
+
"bitSize": "Only 224 or 256 bits are supported, it is \"{bitSize}\""
|
|
139
|
+
},
|
|
140
|
+
"hmacSha512": {
|
|
141
|
+
"bitSize": "Only 224, 256, 384 or 512 bits are supported, it is \"{bitSize}\""
|
|
142
|
+
},
|
|
143
|
+
"bech32": {
|
|
144
|
+
"decodeFailed": "The address contains decoding failed for address \"{bech32}\"",
|
|
145
|
+
"invalidChecksum": "The address contains an invalid checksum in address, \"{bech32}\"",
|
|
146
|
+
"separatorMisused": "The separator character '1' should only be used between hrp and data, \"{bech32}\"",
|
|
147
|
+
"lowerUpper": "The address my use either lowercase or uppercase, \"{bech32}\"",
|
|
148
|
+
"dataTooShort": "The address does not contain enough data to decode, \"{bech32}\""
|
|
149
|
+
},
|
|
150
|
+
"pbkdf2": {
|
|
151
|
+
"keyTooLong": "The requested key length \"{keyLength}\" is too long, based on the \"{macLength}\""
|
|
152
|
+
},
|
|
153
|
+
"chaCha20Poly1305": {
|
|
154
|
+
"noAadWithData": "You can not set the aad when there is already data",
|
|
155
|
+
"noAuthTag": "Can not finalise when the auth tag is not set",
|
|
156
|
+
"authenticationFailed": "The data could not be authenticated",
|
|
157
|
+
"authTagDecrypting": "Can not get the auth tag when decrypting",
|
|
158
|
+
"authTagEncrypting": "Can not set the auth tag when encrypting",
|
|
159
|
+
"noAuthTagSet": "The auth tag has not been set"
|
|
160
|
+
},
|
|
161
|
+
"bip44": {
|
|
162
|
+
"unsupportedKeyType": "The key type \"{keyType}\" is not supported"
|
|
163
|
+
},
|
|
164
|
+
"slip0010": {
|
|
165
|
+
"invalidSeed": "The seed is invalid \"{seed}\""
|
|
166
|
+
},
|
|
167
|
+
"commands": {
|
|
168
|
+
"common": {
|
|
169
|
+
"missingEnv": "The \"{option}\" option is configured as an environment variable, but there is no environment variable with the name \"{value}\" set.",
|
|
170
|
+
"optionInvalidHex": "The \"{option}\" does not appear to be hex. \"{value}\"",
|
|
171
|
+
"optionInvalidBase64": "The \"{option}\" does not appear to be base64. \"{value}\"",
|
|
172
|
+
"optionInvalidHexBase64": "The \"{option}\" does not appear to be hex or base64. \"{value}\"",
|
|
173
|
+
"optionInvalidBech32": "The \"{option}\" does not appear to be bech32. \"{value}\"",
|
|
174
|
+
"optionMinValue": "The \"{option}\" option must be greater than or equal to {minValue}, it is {value}.",
|
|
175
|
+
"optionMaxValue": "The \"{option}\" option must be less than or equal to {maxValue}, it is {value}."
|
|
176
|
+
},
|
|
177
|
+
"address": {
|
|
178
|
+
"seedMissingEnv": "The seed does not appear to be hex or base64, assuming it is an environment variable, but there is no environment variable with the name \"{env}\" set.",
|
|
179
|
+
"seedInvalidEnv": "The seed does not appear to be hex or base64, assuming it is an environment variable, but there the environment variable is neither hex or base64. \"{envValue}\"",
|
|
180
|
+
"seedInvalidFormat": "The seed does not appear to be hex, base64 or an environment variable. \"{seed}\""
|
|
181
|
+
},
|
|
182
|
+
"verifiable-credential-create": {
|
|
183
|
+
"subjectJsonFileNotFound": "The subject JSON file was not found."
|
|
184
|
+
},
|
|
185
|
+
"proof-create": {
|
|
186
|
+
"documentJsonFileNotFound": "The document JSON file was not found.",
|
|
187
|
+
"proofJsonFileNotFound": "The proof JSON file was not found."
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
"jsonLdProcessor": {
|
|
191
|
+
"compact": "The JSON-LD compaction failed",
|
|
192
|
+
"expand": "The JSON-LD expansion failed",
|
|
193
|
+
"canonize": "The JSON-LD canonization failed",
|
|
194
|
+
"invalidUrl": "The JSON-LD processing failed to retrieve from the following url \"{url}\"",
|
|
195
|
+
"jsonLdError": "The JSON-LD processing failed due to the following error: \"{code}\""
|
|
196
|
+
},
|
|
197
|
+
"entitySchemaHelper": {
|
|
198
|
+
"noIsPrimary": "Property \"entitySchema.properties\" must contain a value with isPrimary set",
|
|
199
|
+
"multipleIsPrimary": "Property \"entitySchema.properties\" contains more than one property with isPrimary set",
|
|
200
|
+
"invalidEntityProperties": "The schema has no properties defined, but the entity has properties",
|
|
201
|
+
"invalidEntityProperty": "The entity value of \"{value}\" does not match the type \"{type}\" for property \"{property}\"",
|
|
202
|
+
"invalidOptional": "The entity property \"{property}\" of type \"{type}\" is not optional, but no value has been provided",
|
|
203
|
+
"invalidEntityKeys": "The entity had additional properties that are not in the schema, \"{keys}\""
|
|
204
|
+
},
|
|
205
|
+
"fetchHelper": {
|
|
206
|
+
"decodingJSON": "Decoding JSON failed for route \"{route}\"",
|
|
207
|
+
"failureStatusText": "The request to the API failed: \"{statusText}\"",
|
|
208
|
+
"connectivity": "The request failed, the API could be offline, or there are other connectivity issues",
|
|
209
|
+
"timeout": "The request timed out",
|
|
210
|
+
"general": "A general failure occurred during the request"
|
|
211
|
+
},
|
|
212
|
+
"jwt": {
|
|
213
|
+
"noKeyOrSigner": "No key or signer was provided for JWT creation",
|
|
214
|
+
"noKeyOrVerifier": "No key or verifier was provided for JWT creation",
|
|
215
|
+
"verifyFailed": "Failed to verify JWT",
|
|
216
|
+
"invalidTokenParts": "The JSON Web Token could not be parsed, it should contain three parts separated by dots",
|
|
217
|
+
"invalidSigningBytes": "The signing bytes are invalid, it should contain two parts separated by a dot"
|
|
218
|
+
},
|
|
219
|
+
"jwk": {
|
|
220
|
+
"jwkImportFailed": "Failed to import JWK"
|
|
221
|
+
},
|
|
222
|
+
"jws": {
|
|
223
|
+
"createFailed": "Failed to create JWS",
|
|
224
|
+
"verifyFailed": "Failed to verify JWS"
|
|
225
|
+
},
|
|
226
|
+
"verificationHelper": {
|
|
227
|
+
"jwtDecodeFailed": "Decoding the JWT failed",
|
|
228
|
+
"proofTypeNotSupported": "The proof type \"{proofType}\" is not supported",
|
|
229
|
+
"proofMissingVerificationMethod": "The proof is missing the verification method"
|
|
230
|
+
},
|
|
231
|
+
"documentHelper": {
|
|
232
|
+
"verificationMethodNotFound": "The verification method \"{methodName}\" of type \"{methodType}\" could not be found",
|
|
233
|
+
"verificationMethodJwkNotFound": "The verification method \"{methodName}\" of type \"{methodType}\" is missing the JWK"
|
|
234
|
+
},
|
|
235
|
+
"proofHelper": {
|
|
236
|
+
"unsupportedProofType": "Proof type \"{proofType}\" not supported.",
|
|
237
|
+
"proofMissing": "Proof is missing."
|
|
238
|
+
},
|
|
239
|
+
"jsonWebSignature2020SignerVerifier": {
|
|
240
|
+
"missingPrivateKey": "Private key is missing.",
|
|
241
|
+
"missingPublicKey": "Public key is missing.",
|
|
242
|
+
"missingProofValue": "Proof value is missing."
|
|
243
|
+
},
|
|
244
|
+
"dataIntegrityProofSignerVerifier": {
|
|
245
|
+
"cryptosuiteNotSupported": "Cryptosuite \"{cryptosuite}\" is not supported.",
|
|
246
|
+
"missingPrivateKey": "Private key is missing.",
|
|
247
|
+
"missingPublicKey": "Public key is missing.",
|
|
248
|
+
"missingProofValue": "Proof value is missing."
|
|
249
|
+
},
|
|
250
|
+
"multikeyHelper": {
|
|
251
|
+
"invalidPublicKeyMultibase": "Public key multibase \"{publicKeyMultibase}\" is invalid.",
|
|
252
|
+
"invalidSecretKeyMultibase": "Secret key multibase \"{secretKeyMultibase}\" is invalid.",
|
|
253
|
+
"unsupportedCrv": "Curve \"{crv}\" is not supported.",
|
|
254
|
+
"unsupportedKty": "Key type \"{kty}\" is not supported.",
|
|
255
|
+
"publicKeyMultibaseMissingHeader": "Public key multibase \"{publicKeyMultibase}\" is missing the multi codec header",
|
|
256
|
+
"secretKeyMultibaseMissingHeader": "Secret key multibase \"{secretKeyMultibase}\" is missing the multi codec header"
|
|
257
|
+
},
|
|
258
|
+
"iotaIdentityResolverConnector": {
|
|
259
|
+
"documentNotFound": "The document could not be found",
|
|
260
|
+
"resolveDocumentFailed": "Resolving the document failed \"{documentId}\""
|
|
261
|
+
},
|
|
262
|
+
"iotaUniversalResolverConnector": {
|
|
263
|
+
"documentNotFound": "The document could not be found",
|
|
264
|
+
"resolveDocumentFailed": "Resolving the document failed \"{documentId}\""
|
|
265
|
+
},
|
|
266
|
+
"iotaIdentityConnector": {
|
|
267
|
+
"createDocumentFailed": "Creating the document failed",
|
|
268
|
+
"missingDid": "The full id including DID is required",
|
|
269
|
+
"addVerificationMethodFailed": "Adding the verification method failed",
|
|
270
|
+
"removeVerificationMethodFailed": "Removing the verification method failed",
|
|
271
|
+
"addServiceFailed": "Adding the service failed",
|
|
272
|
+
"removeServiceFailed": "Removing the service failed",
|
|
273
|
+
"documentNotFound": "The document could not be found",
|
|
274
|
+
"stateControllerMissing": "The state controller address is missing from the metadata",
|
|
275
|
+
"verificationMethodNotFound": "The verification method could not be found",
|
|
276
|
+
"serviceNotFound": "The service could not be found",
|
|
277
|
+
"publicKeyJwkMissing": "The verification method contains no publicKeyJwk in method \"{method}\"",
|
|
278
|
+
"verificationKeyMissing": "The verification key is missing from the vault for method \"{method}\"",
|
|
279
|
+
"createVerifiableCredentialFailed": "Creating the verifiable credential failed",
|
|
280
|
+
"checkingVerifiableCredentialFailed": "Checking the verifiable credential failed",
|
|
281
|
+
"createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
|
|
282
|
+
"checkingVerifiablePresentationFailed": "Checking the verifiable presentation failed",
|
|
283
|
+
"expectingJwtCredential": "Expecting JWT credential in the presentation",
|
|
284
|
+
"keyIndexOutOfRange": "The supplied keyIndex is not in the range of the key list",
|
|
285
|
+
"createProofFailed": "Creating the signature for the data failed",
|
|
286
|
+
"methodMissing": "The verification method specified does not exist \"{method}\"",
|
|
287
|
+
"verifyProofFailed": "Verifying the signature for the data failed",
|
|
288
|
+
"revokeVerifiableCredentialsFailed": "Revoking verifiable credentials failed",
|
|
289
|
+
"unrevokeVerifiableCredentialsFailed": "Unrevoking verifiable credentials failed",
|
|
290
|
+
"inclusionFailed": "The transaction generated for the identity was not included in a reasonable amount of time",
|
|
291
|
+
"insufficientFunds": "There were insufficient funds to complete the operation",
|
|
292
|
+
"walletConnectorMissing": "The wallet connector must be available to perform this operation",
|
|
293
|
+
"proofType": "The proof type must be DataIntegrityProof, it is currently {proofType}",
|
|
294
|
+
"cryptosuite": "The proof cryptosuite must be eddsa-jcs-2022, it is currently {cryptosuite}"
|
|
295
|
+
},
|
|
296
|
+
"iota": {
|
|
297
|
+
"insufficientFunds": "There were insufficient funds to complete the operation",
|
|
298
|
+
"packageNotFoundOnNetwork": "The package \"{packageId}\" was not found on the network",
|
|
299
|
+
"packageObjectError": "Failed to fetch the package object \"{packageId}\"",
|
|
300
|
+
"nftTransactionFailed": "The NFT transaction failed",
|
|
301
|
+
"addressNotFound": "The address is missing could not be found from the seed \"{address}\""
|
|
302
|
+
},
|
|
303
|
+
"vaultConnectorHelper": {
|
|
304
|
+
"invalidSignature": "The JSON Web token signature could not be verified"
|
|
305
|
+
},
|
|
306
|
+
"iotaStardustIdentityResolverConnector": {
|
|
307
|
+
"documentNotFound": "The document could not be found",
|
|
308
|
+
"resolveDocumentFailed": "Resolving the document failed"
|
|
309
|
+
},
|
|
310
|
+
"iotaStardustIdentityConnector": {
|
|
311
|
+
"createDocumentFailed": "Creating the document failed",
|
|
312
|
+
"missingDid": "The full id including DID is required",
|
|
313
|
+
"addVerificationMethodFailed": "Adding the verification method failed",
|
|
314
|
+
"removeVerificationMethodFailed": "Removing the verification method failed",
|
|
315
|
+
"addServiceFailed": "Adding the service failed",
|
|
316
|
+
"removeServiceFailed": "Removing the service failed",
|
|
317
|
+
"documentNotFound": "The document could not be found",
|
|
318
|
+
"stateControllerMissing": "The state controller address is missing from the metadata",
|
|
319
|
+
"verificationMethodNotFound": "The verification method could not be found",
|
|
320
|
+
"serviceNotFound": "The service could not be found",
|
|
321
|
+
"publicKeyJwkMissing": "The verification method contains no publicKeyJwk in method \"{method}\"",
|
|
322
|
+
"verificationKeyMissing": "The verification key is missing from the vault for method \"{method}\"",
|
|
323
|
+
"createVerifiableCredentialFailed": "Creating the verifiable credential failed",
|
|
324
|
+
"checkingVerifiableCredentialFailed": "Checking the verifiable credential failed",
|
|
325
|
+
"createVerifiablePresentationFailed": "Creating the verifiable presentation failed",
|
|
326
|
+
"checkingVerifiablePresentationFailed": "Checking the verifiable presentation failed",
|
|
327
|
+
"expectingJwtCredential": "Expecting JWT credential in the presentation",
|
|
328
|
+
"keyIndexOutOfRange": "The supplied keyIndex is not in the range of the key list",
|
|
329
|
+
"createProofFailed": "Creating the signature for the data failed",
|
|
330
|
+
"methodMissing": "The verification method specified does not exist \"{method}\"",
|
|
331
|
+
"verifyProofFailed": "Verifying the signature for the data failed",
|
|
332
|
+
"revokeVerifiableCredentialsFailed": "Revoking verifiable credentials failed",
|
|
333
|
+
"unrevokeVerifiableCredentialsFailed": "Unrevoking verifiable credentials failed",
|
|
334
|
+
"inclusionFailed": "The transaction generated for the identity was not included in a reasonable amount of time",
|
|
335
|
+
"insufficientFunds": "There were insufficient funds to complete the operation",
|
|
336
|
+
"walletConnectorMissing": "The wallet connector must be available to perform this operation",
|
|
337
|
+
"proofType": "The proof type must be DataIntegrityProof, it is currently {proofType}",
|
|
338
|
+
"cryptosuite": "The proof cryptosuite must be eddsa-jcs-2022, it is currently {cryptosuite}"
|
|
339
|
+
},
|
|
340
|
+
"iotaStardust": {
|
|
341
|
+
"inclusionFailed": "The transaction generated was not included in a reasonable amount of time",
|
|
342
|
+
"insufficientFunds": "There were insufficient funds to complete the operation"
|
|
343
|
+
},
|
|
344
|
+
"entityStorageVaultConnector": {
|
|
345
|
+
"keyAlreadyExists": "The key \"{existingId}\" already exists in the vault",
|
|
346
|
+
"keyNotFound": "The key \"{notFoundId}\" was not found in the vault",
|
|
347
|
+
"secretNotFound": "The secret \"{notFoundId}\" was not found in the vault",
|
|
348
|
+
"unsupportedKeyType": "The key type \"{keyType}\" is not supported",
|
|
349
|
+
"keyTypeMismatch": "The key type \"{keyType}\" does not match the requested encryption method \"{encryptionType}\""
|
|
350
|
+
},
|
|
351
|
+
"iotaWalletConnector": {
|
|
352
|
+
"transferFailed": "The wallet transfer failed."
|
|
353
|
+
},
|
|
354
|
+
"iotaFaucetConnector": {
|
|
355
|
+
"fundingFailed": "Fund the address from faucet failed"
|
|
356
|
+
},
|
|
357
|
+
"iotaStardustWalletConnector": {
|
|
358
|
+
"transferFailed": "The wallet transfer failed.",
|
|
359
|
+
"inclusionFailed": "The transaction generated was not included in a reasonable amount of time",
|
|
360
|
+
"insufficientFunds": "There were insufficient funds to complete the operation"
|
|
361
|
+
},
|
|
362
|
+
"iotaStardustFaucetConnector": {
|
|
363
|
+
"fundingFailed": "Fund the address from faucet failed",
|
|
364
|
+
"insufficientFunds": "There were insufficient funds to complete the operation"
|
|
365
|
+
}
|
|
366
|
+
},
|
|
367
|
+
"errorNames": {
|
|
368
|
+
"error": "Error",
|
|
369
|
+
"generalError": "General",
|
|
370
|
+
"guardError": "Guard",
|
|
371
|
+
"conflictError": "Conflict",
|
|
372
|
+
"notFoundError": "Not Found",
|
|
373
|
+
"notSupportedError": "Not Supported",
|
|
374
|
+
"alreadyExistsError": "Already Exists",
|
|
375
|
+
"notImplementedError": "Not Implemented",
|
|
376
|
+
"validationError": "Validation",
|
|
377
|
+
"unprocessableError": "Unprocessable"
|
|
378
|
+
},
|
|
379
|
+
"validation": {
|
|
380
|
+
"defaultFieldName": "The field"
|
|
381
|
+
},
|
|
382
|
+
"cli": {
|
|
383
|
+
"progress": {
|
|
384
|
+
"done": "Done.",
|
|
385
|
+
"error": "Error",
|
|
386
|
+
"loadingEnvFiles": "Loading env files",
|
|
387
|
+
"pleaseWait": "Please wait...",
|
|
388
|
+
"writingJsonFile": "Writing JSON file",
|
|
389
|
+
"writingEnvFile": "Writing env file",
|
|
390
|
+
"readingJsonFile": "Reading JSON file",
|
|
391
|
+
"readingEnvFile": "Reading env file"
|
|
392
|
+
},
|
|
393
|
+
"options": {
|
|
394
|
+
"lang": {
|
|
395
|
+
"param": "--lang '<'lang'>'",
|
|
396
|
+
"description": "The language to display the output in."
|
|
397
|
+
},
|
|
398
|
+
"load-env": {
|
|
399
|
+
"param": "--load-env [env...]",
|
|
400
|
+
"description": "Load the env files to initialise any environment variables."
|
|
401
|
+
},
|
|
402
|
+
"no-console": {
|
|
403
|
+
"param": "--no-console",
|
|
404
|
+
"description": "Hides the output in the console."
|
|
405
|
+
},
|
|
406
|
+
"json": {
|
|
407
|
+
"param": "--json '<'filename'>'",
|
|
408
|
+
"description": "Creates a JSON file containing the output."
|
|
409
|
+
},
|
|
410
|
+
"env": {
|
|
411
|
+
"param": "--env '<'filename'>'",
|
|
412
|
+
"description": "Creates an env file containing the output."
|
|
413
|
+
},
|
|
414
|
+
"merge-json": {
|
|
415
|
+
"param": "--merge-json",
|
|
416
|
+
"description": "If the JSON file already exists merge the data instead of overwriting."
|
|
417
|
+
},
|
|
418
|
+
"merge-env": {
|
|
419
|
+
"param": "--merge-env",
|
|
420
|
+
"description": "If the env file already exists merge the data instead of overwriting."
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
},
|
|
424
|
+
"commands": {
|
|
425
|
+
"mnemonic": {
|
|
426
|
+
"summary": "Create a mnemonic.",
|
|
427
|
+
"description": "Create a mnemonic, will also generate the equivalent seed in hex and base64 format.",
|
|
428
|
+
"options": {
|
|
429
|
+
"strength": {
|
|
430
|
+
"param": "--strength '<'number'>'",
|
|
431
|
+
"description": "The number of words in the mnemonic, defaults to 256 which produces 24 words."
|
|
432
|
+
},
|
|
433
|
+
"seed-format": {
|
|
434
|
+
"param": "--seed-format '<'format'>'",
|
|
435
|
+
"description": "The format to output the seed."
|
|
436
|
+
},
|
|
437
|
+
"no-console": {
|
|
438
|
+
"param": "--no-console",
|
|
439
|
+
"description": "Hides the mnemonic and seed in the console."
|
|
440
|
+
},
|
|
441
|
+
"json": {
|
|
442
|
+
"param": "--json '<'filename'>'",
|
|
443
|
+
"description": "Creates a JSON file containing the mnemonic and seed."
|
|
444
|
+
},
|
|
445
|
+
"env": {
|
|
446
|
+
"param": "--env '<'filename'>'",
|
|
447
|
+
"description": "Creates an env file containing the mnemonic and seed."
|
|
448
|
+
},
|
|
449
|
+
"env-prefix": {
|
|
450
|
+
"param": "--env-prefix '<'prefix'>'",
|
|
451
|
+
"description": "Prefixes the env variables with the value."
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
"progress": {
|
|
455
|
+
"writingJsonFile": "Writing JSON file",
|
|
456
|
+
"writingEnvFile": "Writing env file"
|
|
457
|
+
},
|
|
458
|
+
"labels": {
|
|
459
|
+
"mnemonic": "Mnemonic",
|
|
460
|
+
"seed": "Seed",
|
|
461
|
+
"envPrefix": "Env Prefix"
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
"address": {
|
|
465
|
+
"summary": "Create addresses and keys from the seed.",
|
|
466
|
+
"description": "Create a number of addresses and their associated key pairs from the seed.",
|
|
467
|
+
"options": {
|
|
468
|
+
"seed": {
|
|
469
|
+
"param": "--seed '<'seed'>'",
|
|
470
|
+
"description": "The seed to use for generating the addresses, this can be either hex, base64 or an environment variable name. For an environment variable start the value with a !"
|
|
471
|
+
},
|
|
472
|
+
"start": {
|
|
473
|
+
"param": "--start '<'number'>'",
|
|
474
|
+
"description": "The index of the first address to create."
|
|
475
|
+
},
|
|
476
|
+
"count": {
|
|
477
|
+
"param": "--count '<'number'>'",
|
|
478
|
+
"description": "The number of addresses to create, max 100."
|
|
479
|
+
},
|
|
480
|
+
"account": {
|
|
481
|
+
"param": "--account '<'number'>'",
|
|
482
|
+
"description": "The account used to generate the addresses."
|
|
483
|
+
},
|
|
484
|
+
"hrp": {
|
|
485
|
+
"param": "--hrp '<'hrp'>'",
|
|
486
|
+
"description": "The human readable part for the addresses if generating bech32 format."
|
|
487
|
+
},
|
|
488
|
+
"coin": {
|
|
489
|
+
"param": "--coin '<'coin'>'",
|
|
490
|
+
"description": "The coin type used to generate the addresses."
|
|
491
|
+
},
|
|
492
|
+
"key-type": {
|
|
493
|
+
"param": "--key-type '<'type'>'",
|
|
494
|
+
"description": "The type of key to generate."
|
|
495
|
+
},
|
|
496
|
+
"key-format": {
|
|
497
|
+
"param": "--key-format '<'format'>'",
|
|
498
|
+
"description": "The format to output the keys."
|
|
499
|
+
}
|
|
500
|
+
},
|
|
501
|
+
"progress": {
|
|
502
|
+
"generatingAddresses": "Generating addresses"
|
|
503
|
+
},
|
|
504
|
+
"labels": {
|
|
505
|
+
"seed": "Seed",
|
|
506
|
+
"start": "Start",
|
|
507
|
+
"count": "Count",
|
|
508
|
+
"account": "Account",
|
|
509
|
+
"hrp": "HRP",
|
|
510
|
+
"coin": "Coin",
|
|
511
|
+
"key-type": "Key Type",
|
|
512
|
+
"key-format": "Key Format",
|
|
513
|
+
"index": "Index",
|
|
514
|
+
"address": "Address",
|
|
515
|
+
"public-key": "Public Key",
|
|
516
|
+
"private-key": "Private Key"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
"faucet": {
|
|
520
|
+
"summary": "Request funds from the faucet.",
|
|
521
|
+
"description": "Request funds from the faucet for the supplied address.",
|
|
522
|
+
"options": {
|
|
523
|
+
"address": {
|
|
524
|
+
"param": "--address '<'address'>'",
|
|
525
|
+
"description": "The address to fill from the faucet either bech32 or hex format, or start with ! to read environment variable."
|
|
526
|
+
},
|
|
527
|
+
"faucet": {
|
|
528
|
+
"param": "--faucet '<'url'>'",
|
|
529
|
+
"description": "The url for the faucet endpoint, or an environment variable name containing the url."
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
"progress": {
|
|
533
|
+
"requestingFunds": "Requesting Funds",
|
|
534
|
+
"requestingBalance": "Requesting Balance"
|
|
535
|
+
},
|
|
536
|
+
"labels": {
|
|
537
|
+
"faucet": "Faucet",
|
|
538
|
+
"fundsAdded": "Funds Added"
|
|
539
|
+
},
|
|
540
|
+
"messages": {
|
|
541
|
+
"noFundsAdded": "No funds were added to the address."
|
|
542
|
+
}
|
|
543
|
+
},
|
|
544
|
+
"transfer": {
|
|
545
|
+
"summary": "Transfer funds from one address to another.",
|
|
546
|
+
"description": "Transfer funds from one address to another.",
|
|
547
|
+
"options": {
|
|
548
|
+
"address": {
|
|
549
|
+
"param": "--address '<'address'>'",
|
|
550
|
+
"description": "The address to send the funds from either in bech32 format, or start with ! to read environment variable."
|
|
551
|
+
},
|
|
552
|
+
"dest-address": {
|
|
553
|
+
"param": "--dest-address '<'address'>'",
|
|
554
|
+
"description": "The address to send the funds to either in bech32 format, or start with ! to read environment variable."
|
|
555
|
+
},
|
|
556
|
+
"amount": {
|
|
557
|
+
"param": "--amount '<'amount'>'",
|
|
558
|
+
"description": "The amount of funds to send."
|
|
559
|
+
},
|
|
560
|
+
"seed": {
|
|
561
|
+
"param": "--seed '<'seed'>'",
|
|
562
|
+
"description": "The seed for the source address in hex or base64 used to sign the transfer, or start with ! to read environment variable."
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"progress": {
|
|
566
|
+
"transferringFunds": "Transferring"
|
|
567
|
+
},
|
|
568
|
+
"labels": {
|
|
569
|
+
"destAddress": "Destination Address",
|
|
570
|
+
"amount": "Amount"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
"common": {
|
|
574
|
+
"options": {
|
|
575
|
+
"connector": {
|
|
576
|
+
"param": "--connector '<'connector'>'",
|
|
577
|
+
"description": "The connector to use for the identity operation."
|
|
578
|
+
},
|
|
579
|
+
"node": {
|
|
580
|
+
"param": "--node '<'url'>'",
|
|
581
|
+
"description": "The url for the node endpoint, or an environment variable name containing the url."
|
|
582
|
+
},
|
|
583
|
+
"network": {
|
|
584
|
+
"param": "--network '<'network'>'",
|
|
585
|
+
"description": "The network to use for the identity operation."
|
|
586
|
+
},
|
|
587
|
+
"explorer": {
|
|
588
|
+
"param": "--explorer '<'url'>'",
|
|
589
|
+
"description": "The url for the explorer endpoint, or an environment variable name containing the url."
|
|
590
|
+
}
|
|
591
|
+
},
|
|
592
|
+
"labels": {
|
|
593
|
+
"address": "Address",
|
|
594
|
+
"balance": "Balance",
|
|
595
|
+
"node": "Node",
|
|
596
|
+
"explorer": "Explorer",
|
|
597
|
+
"explore": "Explore",
|
|
598
|
+
"connector": "Connector",
|
|
599
|
+
"network": "Network",
|
|
600
|
+
"did": "DID"
|
|
601
|
+
}
|
|
602
|
+
},
|
|
603
|
+
"identity-create": {
|
|
604
|
+
"summary": "Create a Decentralized Identifier (DID).",
|
|
605
|
+
"description": "Creates a Decentralized Identifier (DID).",
|
|
606
|
+
"options": {
|
|
607
|
+
"seed": {
|
|
608
|
+
"param": "--seed '<'seed'>'",
|
|
609
|
+
"description": "The seed for the controller address in hex or base64 used to create the DID, or start with ! to read environment variable."
|
|
610
|
+
},
|
|
611
|
+
"addressIndex": {
|
|
612
|
+
"param": "--address-index '<'index'>'",
|
|
613
|
+
"description": "The address index to use for the creation."
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
"progress": {
|
|
617
|
+
"creatingIdentity": "Creating identity"
|
|
618
|
+
},
|
|
619
|
+
"labels": {
|
|
620
|
+
"identity": "Identity",
|
|
621
|
+
"addressIndex": "Address Index"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
"identity-resolve": {
|
|
625
|
+
"summary": "Resolve a Decentralized Identifier (DID).",
|
|
626
|
+
"description": "Resolve a Decentralized Identifier (DID).",
|
|
627
|
+
"options": {
|
|
628
|
+
"did": {
|
|
629
|
+
"param": "--did '<'did'>'",
|
|
630
|
+
"description": "The identifier to resolve, or start with ! to read environment variable."
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"progress": {
|
|
634
|
+
"resolvingIdentity": "Resolving identity"
|
|
635
|
+
},
|
|
636
|
+
"labels": {
|
|
637
|
+
"didDocument": "DID Document"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
"verification-method-add": {
|
|
641
|
+
"summary": "Add a verification method to a DID.",
|
|
642
|
+
"description": "Add a verification method to a DID.",
|
|
643
|
+
"options": {
|
|
644
|
+
"seed": {
|
|
645
|
+
"param": "--seed '<'seed'>'",
|
|
646
|
+
"description": "The seed for the private key for the controller address of the document in hex or base64, or start with ! to read environment variable."
|
|
647
|
+
},
|
|
648
|
+
"did": {
|
|
649
|
+
"param": "--did '<'did'>'",
|
|
650
|
+
"description": "The identifier to add the verification method to, or start with ! to read environment variable."
|
|
651
|
+
},
|
|
652
|
+
"type": {
|
|
653
|
+
"param": "--type '<'type'>'",
|
|
654
|
+
"description": "The type of verification method to add."
|
|
655
|
+
},
|
|
656
|
+
"id": {
|
|
657
|
+
"param": "--id '<'id'>'",
|
|
658
|
+
"description": "The optional id of verification method to add, if not provided one will be generated."
|
|
659
|
+
}
|
|
660
|
+
},
|
|
661
|
+
"progress": {
|
|
662
|
+
"addingVerificationMethod": "Adding Verification Method"
|
|
663
|
+
},
|
|
664
|
+
"labels": {
|
|
665
|
+
"verificationMethodType": "Verification Method Type",
|
|
666
|
+
"verificationMethodId": "Verification Method Id",
|
|
667
|
+
"privateKey": "Private Key",
|
|
668
|
+
"publicKey": "Public Key"
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"verification-method-remove": {
|
|
672
|
+
"summary": "Remove a verification method from a DID.",
|
|
673
|
+
"description": "Remove a verification method from a DID.",
|
|
674
|
+
"options": {
|
|
675
|
+
"seed": {
|
|
676
|
+
"param": "--seed '<'seed'>'",
|
|
677
|
+
"description": "The seed for the private key for the controller address of the document in hex or base64, or start with ! to read environment variable."
|
|
678
|
+
},
|
|
679
|
+
"did": {
|
|
680
|
+
"param": "--did '<'did'>'",
|
|
681
|
+
"description": "The identifier to remove the verification method from, or start with ! to read environment variable."
|
|
682
|
+
},
|
|
683
|
+
"id": {
|
|
684
|
+
"param": "--id '<'id'>'",
|
|
685
|
+
"description": "The id of verification method to remove."
|
|
686
|
+
}
|
|
687
|
+
},
|
|
688
|
+
"progress": {
|
|
689
|
+
"removingVerificationMethod": "Removing Verification Method"
|
|
690
|
+
},
|
|
691
|
+
"labels": {
|
|
692
|
+
"verificationMethodId": "Verification Method Id"
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
"service-add": {
|
|
696
|
+
"summary": "Add a service to a DID.",
|
|
697
|
+
"description": "Add a service to a DID.",
|
|
698
|
+
"options": {
|
|
699
|
+
"seed": {
|
|
700
|
+
"param": "--seed '<'seed'>'",
|
|
701
|
+
"description": "The seed for the private key for the controller address of the document in hex or base64, or start with ! to read environment variable."
|
|
702
|
+
},
|
|
703
|
+
"did": {
|
|
704
|
+
"param": "--did '<'did'>'",
|
|
705
|
+
"description": "The identifier to add the service to, or start with ! to read environment variable."
|
|
706
|
+
},
|
|
707
|
+
"id": {
|
|
708
|
+
"param": "--id '<'id'>'",
|
|
709
|
+
"description": "The id of service to add, if not provided one will be generated."
|
|
710
|
+
},
|
|
711
|
+
"type": {
|
|
712
|
+
"param": "--type '<'type'>'",
|
|
713
|
+
"description": "The type of service to add."
|
|
714
|
+
},
|
|
715
|
+
"endpoint": {
|
|
716
|
+
"param": "--endpoint '<'endpoint'>'",
|
|
717
|
+
"description": "The service endpoint to add."
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
"progress": {
|
|
721
|
+
"addingService": "Adding Service"
|
|
722
|
+
},
|
|
723
|
+
"labels": {
|
|
724
|
+
"serviceId": "Service Id",
|
|
725
|
+
"serviceType": "Service Type",
|
|
726
|
+
"serviceEndpoint": "Service Endpoint"
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"service-remove": {
|
|
730
|
+
"summary": "Remove a service from a DID.",
|
|
731
|
+
"description": "Remove a service from a DID.",
|
|
732
|
+
"options": {
|
|
733
|
+
"seed": {
|
|
734
|
+
"param": "--seed '<'seed'>'",
|
|
735
|
+
"description": "The seed for the private key for the controller address of the document in hex or base64, or start with ! to read environment variable."
|
|
736
|
+
},
|
|
737
|
+
"id": {
|
|
738
|
+
"param": "--id '<'id'>'",
|
|
739
|
+
"description": "The id of service to remove."
|
|
740
|
+
}
|
|
741
|
+
},
|
|
742
|
+
"progress": {
|
|
743
|
+
"removingService": "Removing Service"
|
|
744
|
+
},
|
|
745
|
+
"labels": {
|
|
746
|
+
"serviceId": "Service Id"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
"verifiable-credential-create": {
|
|
750
|
+
"summary": "Create a verifiable credential.",
|
|
751
|
+
"description": "Create a verifiable credential.",
|
|
752
|
+
"options": {
|
|
753
|
+
"id": {
|
|
754
|
+
"param": "--id '<'id'>'",
|
|
755
|
+
"description": "The full verification method id including did, or start with ! to read environment variable."
|
|
756
|
+
},
|
|
757
|
+
"private-key": {
|
|
758
|
+
"param": "--private-key '<'private-key'>'",
|
|
759
|
+
"description": "The private key for the verification method id, in either hex or base64 form, or start with ! to read environment variable."
|
|
760
|
+
},
|
|
761
|
+
"credential-id": {
|
|
762
|
+
"param": "--credential-id '<'credential-id'>'",
|
|
763
|
+
"description": "The credential id which uniquely identifies the credential."
|
|
764
|
+
},
|
|
765
|
+
"subject-json": {
|
|
766
|
+
"param": "--subject-json '<'subject-json'>'",
|
|
767
|
+
"description": "A JSON-LD file to read which includes the data for the verifiable credential."
|
|
768
|
+
},
|
|
769
|
+
"revocation-index": {
|
|
770
|
+
"param": "--revocation-index '<'revocation-index'>'",
|
|
771
|
+
"description": "The revocation index in the issuing document to use if revoking the credential."
|
|
772
|
+
}
|
|
773
|
+
},
|
|
774
|
+
"progress": {
|
|
775
|
+
"creatingVerifiableCredential": "Creating Verifiable Credential",
|
|
776
|
+
"loadingSubjectData": "Loading Subject Data"
|
|
777
|
+
},
|
|
778
|
+
"labels": {
|
|
779
|
+
"verificationMethodId": "Verification Method Id",
|
|
780
|
+
"credentialId": "Credential Id",
|
|
781
|
+
"subjectJson": "Subject JSON",
|
|
782
|
+
"revocationIndex": "Revocation Index",
|
|
783
|
+
"verifiableCredential": "Verifiable Credential"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
"verifiable-credential-verify": {
|
|
787
|
+
"summary": "Verify a verifiable credential.",
|
|
788
|
+
"description": "Verify a verifiable credential.",
|
|
789
|
+
"options": {
|
|
790
|
+
"jwt": {
|
|
791
|
+
"param": "--jwt '<'jwt'>'",
|
|
792
|
+
"description": "The verifiable credential as a JSON web token to verify, or start with ! to read environment variable."
|
|
793
|
+
}
|
|
794
|
+
},
|
|
795
|
+
"progress": {
|
|
796
|
+
"verifyingCredential": "Verifying Credential"
|
|
797
|
+
},
|
|
798
|
+
"labels": {
|
|
799
|
+
"jwt": "JWT",
|
|
800
|
+
"isVerified": "Is Verified",
|
|
801
|
+
"isRevoked": "Is Revoked"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
"verifiable-credential-revoke": {
|
|
805
|
+
"summary": "Revoke a verifiable credential.",
|
|
806
|
+
"description": "Revoke a verifiable credential.",
|
|
807
|
+
"options": {
|
|
808
|
+
"seed": {
|
|
809
|
+
"param": "--seed '<'seed'>'",
|
|
810
|
+
"description": "The seed for the private key for the controller address of the document in hex or base64, or start with ! to read environment variable."
|
|
811
|
+
},
|
|
812
|
+
"did": {
|
|
813
|
+
"param": "--did '<'did'>'",
|
|
814
|
+
"description": "The did of the document to revoke the index from, or start with ! to read environment variable."
|
|
815
|
+
},
|
|
816
|
+
"revocation-index": {
|
|
817
|
+
"param": "--revocation-index '<'revocation-index'>'",
|
|
818
|
+
"description": "The revocation index of the credential revoke."
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
"progress": {
|
|
822
|
+
"revokingCredential": "Revoking Credential Index"
|
|
823
|
+
},
|
|
824
|
+
"labels": {
|
|
825
|
+
"revocationIndex": "Revocation Index"
|
|
826
|
+
}
|
|
827
|
+
},
|
|
828
|
+
"verifiable-credential-unrevoke": {
|
|
829
|
+
"summary": "Unrevoke a verifiable credential.",
|
|
830
|
+
"description": "Unrevoke a verifiable credential.",
|
|
831
|
+
"options": {
|
|
832
|
+
"seed": {
|
|
833
|
+
"param": "--seed '<'seed'>'",
|
|
834
|
+
"description": "The seed for the private key for the controller address of the document in hex or base64, or start with ! to read environment variable."
|
|
835
|
+
},
|
|
836
|
+
"did": {
|
|
837
|
+
"param": "--did '<'did'>'",
|
|
838
|
+
"description": "The did of the document to unrevoke the index from, or start with ! to read environment variable."
|
|
839
|
+
},
|
|
840
|
+
"revocation-index": {
|
|
841
|
+
"param": "--revocation-index '<'revocation-index'>'",
|
|
842
|
+
"description": "The revocation index of the credential unrevoke."
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"progress": {
|
|
846
|
+
"unrevokingCredential": "Unrevoking Credential Index"
|
|
847
|
+
},
|
|
848
|
+
"labels": {
|
|
849
|
+
"revocationIndex": "Revocation Index"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
"proof-create": {
|
|
853
|
+
"summary": "Create a proof for some data using a verification method.",
|
|
854
|
+
"description": "Create a proof for some data using a verification method.",
|
|
855
|
+
"options": {
|
|
856
|
+
"id": {
|
|
857
|
+
"param": "--id '<'id'>'",
|
|
858
|
+
"description": "The full verification method id including did, or start with ! to read environment variable."
|
|
859
|
+
},
|
|
860
|
+
"private-key": {
|
|
861
|
+
"param": "--private-key '<'private-key'>'",
|
|
862
|
+
"description": "The private key for the verification method id, in either hex or base64 form, or start with ! to read environment variable."
|
|
863
|
+
},
|
|
864
|
+
"document-filename": {
|
|
865
|
+
"param": "--document-filename '<'document-filename'>'",
|
|
866
|
+
"description": "The filename of a JSON-LD document to create the proof for."
|
|
867
|
+
}
|
|
868
|
+
},
|
|
869
|
+
"progress": {
|
|
870
|
+
"creatingProof": "Creating Proof"
|
|
871
|
+
},
|
|
872
|
+
"labels": {
|
|
873
|
+
"documentFilename": "Document Filename",
|
|
874
|
+
"verificationMethodId": "Verification Method Id"
|
|
875
|
+
}
|
|
876
|
+
},
|
|
877
|
+
"proof-verify": {
|
|
878
|
+
"summary": "Verify a proof for some data using a verification method.",
|
|
879
|
+
"description": "Verify a proof for some data using a verification method.",
|
|
880
|
+
"options": {
|
|
881
|
+
"document-filename": {
|
|
882
|
+
"param": "--document-filename '<'document-filename'>'",
|
|
883
|
+
"description": "The filename of a JSON-LD document to create the proof for."
|
|
884
|
+
},
|
|
885
|
+
"proof-filename": {
|
|
886
|
+
"param": "--proof-filename '<'proof-filename'>'",
|
|
887
|
+
"description": "The filename of the proof JSON."
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"progress": {
|
|
891
|
+
"verifyingProof": "Verifying Proof"
|
|
892
|
+
},
|
|
893
|
+
"labels": {
|
|
894
|
+
"documentFilename": "Document Filename",
|
|
895
|
+
"proofFilename": "Proof Filename",
|
|
896
|
+
"isVerified": "Is Verified"
|
|
897
|
+
}
|
|
898
|
+
}
|
|
899
|
+
},
|
|
900
|
+
"errorMessages": {
|
|
901
|
+
"fetch": "Fetch"
|
|
902
|
+
},
|
|
903
|
+
"verifiableCredentialStates": {
|
|
904
|
+
"pendingVerification": "Pending Verification",
|
|
905
|
+
"rejected": "Rejected",
|
|
906
|
+
"issued": "Issued",
|
|
907
|
+
"revoked": "Revoked"
|
|
908
|
+
}
|
|
909
|
+
}
|