@cef-ebsi/cli 1.0.0-alpha.7 → 1.0.0

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.
Files changed (129) hide show
  1. package/LICENSE +189 -189
  2. package/bin/cli.js +0 -0
  3. package/dist/abi/pilot/DidRegistryV4.js +942 -0
  4. package/dist/abi/pilot/DidRegistryV4.js.map +1 -0
  5. package/dist/abi/pilot/TimestampV3.js +995 -0
  6. package/dist/abi/pilot/TimestampV3.js.map +1 -0
  7. package/dist/abi/pilot/TirV4.js +710 -0
  8. package/dist/abi/pilot/TirV4.js.map +1 -0
  9. package/dist/abi/pilot/TprV3.js +707 -0
  10. package/dist/abi/pilot/TprV3.js.map +1 -0
  11. package/dist/abi/pilot/TsrV3.js +571 -0
  12. package/dist/abi/pilot/TsrV3.js.map +1 -0
  13. package/dist/abi/test/DidRegistry.js +1082 -0
  14. package/dist/abi/test/DidRegistry.js.map +1 -0
  15. package/dist/abi/test/DidRegistryV4.js +960 -0
  16. package/dist/abi/test/DidRegistryV4.js.map +1 -0
  17. package/dist/abi/test/{TarV3.js → SchemaSCRegistry.js} +319 -454
  18. package/dist/abi/test/SchemaSCRegistry.js.map +1 -0
  19. package/dist/abi/{pilot/TarV3.js → test/Timestamp.js} +450 -466
  20. package/dist/abi/test/Timestamp.js.map +1 -0
  21. package/dist/abi/test/TimestampV3.js +995 -0
  22. package/dist/abi/test/TimestampV3.js.map +1 -0
  23. package/dist/abi/test/Tir.js +897 -0
  24. package/dist/abi/test/Tir.js.map +1 -0
  25. package/dist/abi/test/TirV4.js +710 -0
  26. package/dist/abi/test/TirV4.js.map +1 -0
  27. package/dist/abi/test/Tpr.js +1268 -0
  28. package/dist/abi/test/Tpr.js.map +1 -0
  29. package/dist/abi/test/TprV3.js +707 -0
  30. package/dist/abi/test/TprV3.js.map +1 -0
  31. package/dist/abi/test/TsrV3.js +571 -0
  32. package/dist/abi/test/TsrV3.js.map +1 -0
  33. package/dist/app.js +70 -57
  34. package/dist/app.js.map +1 -1
  35. package/dist/buildParam/didV4.js +390 -0
  36. package/dist/buildParam/didV4.js.map +1 -0
  37. package/dist/buildParam/index.js +43 -20
  38. package/dist/buildParam/index.js.map +1 -1
  39. package/dist/buildParam/timestampV3.js +317 -0
  40. package/dist/buildParam/timestampV3.js.map +1 -0
  41. package/dist/buildParam/tirV4.js +119 -0
  42. package/dist/buildParam/tirV4.js.map +1 -0
  43. package/dist/buildParam/tntV2.js +181 -0
  44. package/dist/buildParam/tntV2.js.map +1 -0
  45. package/dist/buildParam/tprV3.js +82 -0
  46. package/dist/buildParam/tprV3.js.map +1 -0
  47. package/dist/buildParam/tsrV3.js +110 -0
  48. package/dist/buildParam/tsrV3.js.map +1 -0
  49. package/dist/commands/authorisation-v4.js +3 -127
  50. package/dist/commands/authorisation-v4.js.map +1 -1
  51. package/dist/commands/authorisation-v5.js +116 -0
  52. package/dist/commands/authorisation-v5.js.map +1 -0
  53. package/dist/commands/compute.js +122 -53
  54. package/dist/commands/compute.js.map +1 -1
  55. package/dist/commands/conformance-v3.js +1 -2
  56. package/dist/commands/conformance-v3.js.map +1 -1
  57. package/dist/commands/ledger-v4.js +16 -4
  58. package/dist/commands/ledger-v4.js.map +1 -1
  59. package/dist/commands/view.js +0 -8
  60. package/dist/commands/view.js.map +1 -1
  61. package/dist/config.js +93 -96
  62. package/dist/config.js.map +1 -1
  63. package/dist/programs/migrateDid.js +158 -0
  64. package/dist/programs/migrateDid.js.map +1 -0
  65. package/dist/programs/migrateTsr.js +158 -0
  66. package/dist/programs/migrateTsr.js.map +1 -0
  67. package/dist/scripts/accreditAndAuthorize/conformance/step1 +33 -34
  68. package/dist/scripts/accreditAndAuthorize/conformance/step2 +17 -17
  69. package/dist/scripts/accreditAndAuthorize/conformance/step3 +8 -8
  70. package/dist/scripts/accreditAndAuthorize/conformance/step4 +26 -26
  71. package/dist/scripts/accreditAndAuthorize/conformance/step5 +12 -12
  72. package/dist/scripts/accreditAndAuthorize/conformance/step6 +13 -13
  73. package/dist/scripts/accreditAndAuthorize/conformance/step7 +6 -6
  74. package/dist/scripts/accreditAndAuthorize/test/step1 +33 -34
  75. package/dist/scripts/accreditAndAuthorize/test/step2 +17 -17
  76. package/dist/scripts/accreditAndAuthorize/test/step3 +8 -8
  77. package/dist/scripts/accreditAndAuthorize/test/step4 +26 -26
  78. package/dist/scripts/accreditAndAuthorize/test/step5 +12 -12
  79. package/dist/scripts/accreditAndAuthorize/test/step6 +13 -13
  80. package/dist/scripts/accreditAndAuthorize/test/step7 +6 -6
  81. package/dist/scripts/accreditTI +20 -20
  82. package/dist/scripts/assets/CTRevocableCredential.json +29 -29
  83. package/dist/scripts/assets/CredentialToAttestVerifiableAuthorisationForTrustChain.json +28 -28
  84. package/dist/scripts/assets/VerifiableAccreditationToAccredit.json +35 -35
  85. package/dist/scripts/assets/VerifiableAccreditationToAttest.json +32 -32
  86. package/dist/scripts/assets/VerifiableAuthorisationForTrustChain.json +21 -21
  87. package/dist/scripts/assets/VerifiableAuthorisationToOnboard.json +23 -23
  88. package/dist/scripts/bootstrap/0a-loadTPROperator +5 -5
  89. package/dist/scripts/bootstrap/0b-loadAdmin +7 -8
  90. package/dist/scripts/bootstrap/1-populateTPR +89 -112
  91. package/dist/scripts/bootstrap/2-populateDID +6 -6
  92. package/dist/scripts/bootstrap/{4-populateTimestamp → 3-populateTimestamp} +8 -8
  93. package/dist/scripts/bootstrap/{5-populateTIR → 4-populateTIR} +8 -9
  94. package/dist/scripts/bootstrap/{6-populateTSR → 5-populateTSR} +81 -81
  95. package/dist/scripts/bootstrap/{7-setupConformanceIssuer → 6-setupConformanceIssuer} +34 -34
  96. package/dist/scripts/issueVcOnboard +9 -9
  97. package/dist/scripts/issueVcRootTAO +11 -11
  98. package/dist/scripts/issueVcTAO +12 -12
  99. package/dist/scripts/issueVcTI +12 -12
  100. package/dist/scripts/issue_CTRevocableCredential +11 -12
  101. package/dist/scripts/issue_SelfAttestationSupportOffice +9 -10
  102. package/dist/scripts/issue_VerifiableAccreditationToAccredit +10 -11
  103. package/dist/scripts/issue_VerifiableAccreditationToAttest +10 -11
  104. package/dist/scripts/issue_VerifiableAuthorisationForTrustChain +9 -10
  105. package/dist/scripts/issue_VerifiableAuthorisationToOnboard +8 -9
  106. package/dist/scripts/preregisterIssuer +6 -6
  107. package/dist/scripts/registerDidDocument_ES256K +5 -5
  108. package/dist/scripts/registerDidDocument_ES256K_ES256 +13 -13
  109. package/dist/scripts/registerIssuer +6 -6
  110. package/dist/scripts/updateVcRootTAO +10 -0
  111. package/dist/scripts/updateVcTAO +11 -0
  112. package/dist/scripts/updateVcTI +11 -0
  113. package/dist/scripts/wctv3/accreditAndAuthorize +106 -105
  114. package/dist/scripts/wctv3/holderWallet +39 -39
  115. package/dist/scripts/wctv3/issueToHolder +37 -37
  116. package/dist/scripts/wctv3/pda1 +3 -3
  117. package/dist/scripts/wctv3/verifier +7 -7
  118. package/dist/tsconfig.tsbuildinfo +1 -1
  119. package/dist/utils/print.js +1 -5
  120. package/dist/utils/print.js.map +1 -1
  121. package/package.json +100 -103
  122. package/dist/abi/pilot/TarV3.js.map +0 -1
  123. package/dist/abi/test/TarV3.js.map +0 -1
  124. package/dist/buildParam/tarV3.js +0 -193
  125. package/dist/buildParam/tarV3.js.map +0 -1
  126. package/dist/programs/appRegistration.js +0 -69
  127. package/dist/programs/appRegistration.js.map +0 -1
  128. package/dist/scripts/bootstrap/3-populateTAR +0 -28
  129. package/dist/scripts/initializeContracts +0 -5
@@ -0,0 +1,707 @@
1
+ export default [
2
+ {
3
+ anonymous: false,
4
+ inputs: [
5
+ {
6
+ indexed: false,
7
+ internalType: "uint8",
8
+ name: "version",
9
+ type: "uint8",
10
+ },
11
+ ],
12
+ name: "Initialized",
13
+ type: "event",
14
+ },
15
+ {
16
+ anonymous: false,
17
+ inputs: [
18
+ {
19
+ indexed: true,
20
+ internalType: "uint256",
21
+ name: "policyId",
22
+ type: "uint256",
23
+ },
24
+ ],
25
+ name: "PolicyActivated",
26
+ type: "event",
27
+ },
28
+ {
29
+ anonymous: false,
30
+ inputs: [
31
+ {
32
+ indexed: true,
33
+ internalType: "uint256",
34
+ name: "policyId",
35
+ type: "uint256",
36
+ },
37
+ ],
38
+ name: "PolicyDeactivated",
39
+ type: "event",
40
+ },
41
+ {
42
+ anonymous: false,
43
+ inputs: [
44
+ {
45
+ indexed: true,
46
+ internalType: "uint256",
47
+ name: "policyId",
48
+ type: "uint256",
49
+ },
50
+ {
51
+ indexed: false,
52
+ internalType: "string",
53
+ name: "policyName",
54
+ type: "string",
55
+ },
56
+ {
57
+ indexed: false,
58
+ internalType: "string",
59
+ name: "description",
60
+ type: "string",
61
+ },
62
+ ],
63
+ name: "PolicyInserted",
64
+ type: "event",
65
+ },
66
+ {
67
+ anonymous: false,
68
+ inputs: [
69
+ {
70
+ indexed: true,
71
+ internalType: "uint256",
72
+ name: "policyId",
73
+ type: "uint256",
74
+ },
75
+ {
76
+ indexed: false,
77
+ internalType: "string",
78
+ name: "oldDescription",
79
+ type: "string",
80
+ },
81
+ {
82
+ indexed: false,
83
+ internalType: "string",
84
+ name: "newDescription",
85
+ type: "string",
86
+ },
87
+ ],
88
+ name: "PolicyUpdated",
89
+ type: "event",
90
+ },
91
+ {
92
+ anonymous: false,
93
+ inputs: [
94
+ {
95
+ indexed: true,
96
+ internalType: "bytes32",
97
+ name: "role",
98
+ type: "bytes32",
99
+ },
100
+ {
101
+ indexed: true,
102
+ internalType: "bytes32",
103
+ name: "previousAdminRole",
104
+ type: "bytes32",
105
+ },
106
+ {
107
+ indexed: true,
108
+ internalType: "bytes32",
109
+ name: "newAdminRole",
110
+ type: "bytes32",
111
+ },
112
+ ],
113
+ name: "RoleAdminChanged",
114
+ type: "event",
115
+ },
116
+ {
117
+ anonymous: false,
118
+ inputs: [
119
+ {
120
+ indexed: true,
121
+ internalType: "bytes32",
122
+ name: "role",
123
+ type: "bytes32",
124
+ },
125
+ {
126
+ indexed: true,
127
+ internalType: "address",
128
+ name: "account",
129
+ type: "address",
130
+ },
131
+ {
132
+ indexed: true,
133
+ internalType: "address",
134
+ name: "sender",
135
+ type: "address",
136
+ },
137
+ ],
138
+ name: "RoleGranted",
139
+ type: "event",
140
+ },
141
+ {
142
+ anonymous: false,
143
+ inputs: [
144
+ {
145
+ indexed: true,
146
+ internalType: "bytes32",
147
+ name: "role",
148
+ type: "bytes32",
149
+ },
150
+ {
151
+ indexed: true,
152
+ internalType: "address",
153
+ name: "account",
154
+ type: "address",
155
+ },
156
+ {
157
+ indexed: true,
158
+ internalType: "address",
159
+ name: "sender",
160
+ type: "address",
161
+ },
162
+ ],
163
+ name: "RoleRevoked",
164
+ type: "event",
165
+ },
166
+ {
167
+ anonymous: false,
168
+ inputs: [
169
+ {
170
+ indexed: false,
171
+ internalType: "address",
172
+ name: "user",
173
+ type: "address",
174
+ },
175
+ {
176
+ indexed: false,
177
+ internalType: "string",
178
+ name: "attribute",
179
+ type: "string",
180
+ },
181
+ ],
182
+ name: "UserAttributeDeleted",
183
+ type: "event",
184
+ },
185
+ {
186
+ anonymous: false,
187
+ inputs: [
188
+ {
189
+ indexed: false,
190
+ internalType: "address",
191
+ name: "user",
192
+ type: "address",
193
+ },
194
+ {
195
+ indexed: false,
196
+ internalType: "string",
197
+ name: "attribute",
198
+ type: "string",
199
+ },
200
+ ],
201
+ name: "UserAttributeInserted",
202
+ type: "event",
203
+ },
204
+ {
205
+ inputs: [],
206
+ name: "DEFAULT_ADMIN_ROLE",
207
+ outputs: [
208
+ {
209
+ internalType: "bytes32",
210
+ name: "",
211
+ type: "bytes32",
212
+ },
213
+ ],
214
+ stateMutability: "view",
215
+ type: "function",
216
+ },
217
+ {
218
+ inputs: [],
219
+ name: "DIAMOND_STORAGE_POSITION",
220
+ outputs: [
221
+ {
222
+ internalType: "bytes32",
223
+ name: "",
224
+ type: "bytes32",
225
+ },
226
+ ],
227
+ stateMutability: "view",
228
+ type: "function",
229
+ },
230
+ {
231
+ inputs: [],
232
+ name: "OPERATOR_ROLE",
233
+ outputs: [
234
+ {
235
+ internalType: "bytes32",
236
+ name: "",
237
+ type: "bytes32",
238
+ },
239
+ ],
240
+ stateMutability: "view",
241
+ type: "function",
242
+ },
243
+ {
244
+ inputs: [],
245
+ name: "POLICY_DIAMOND_STORAGE_POSITION",
246
+ outputs: [
247
+ {
248
+ internalType: "bytes32",
249
+ name: "",
250
+ type: "bytes32",
251
+ },
252
+ ],
253
+ stateMutability: "view",
254
+ type: "function",
255
+ },
256
+ {
257
+ inputs: [
258
+ {
259
+ internalType: "string",
260
+ name: "policyName",
261
+ type: "string",
262
+ },
263
+ ],
264
+ name: "activatePolicy",
265
+ outputs: [],
266
+ stateMutability: "nonpayable",
267
+ type: "function",
268
+ },
269
+ {
270
+ inputs: [
271
+ {
272
+ internalType: "uint256",
273
+ name: "policyId",
274
+ type: "uint256",
275
+ },
276
+ ],
277
+ name: "activatePolicy",
278
+ outputs: [],
279
+ stateMutability: "nonpayable",
280
+ type: "function",
281
+ },
282
+ {
283
+ inputs: [],
284
+ name: "admin",
285
+ outputs: [
286
+ {
287
+ internalType: "address",
288
+ name: "",
289
+ type: "address",
290
+ },
291
+ ],
292
+ stateMutability: "view",
293
+ type: "function",
294
+ },
295
+ {
296
+ inputs: [
297
+ {
298
+ internalType: "uint256",
299
+ name: "policyId",
300
+ type: "uint256",
301
+ },
302
+ {
303
+ internalType: "address",
304
+ name: "user",
305
+ type: "address",
306
+ },
307
+ ],
308
+ name: "checkPolicy",
309
+ outputs: [
310
+ {
311
+ internalType: "bool",
312
+ name: "",
313
+ type: "bool",
314
+ },
315
+ ],
316
+ stateMutability: "view",
317
+ type: "function",
318
+ },
319
+ {
320
+ inputs: [
321
+ {
322
+ internalType: "string",
323
+ name: "policyName",
324
+ type: "string",
325
+ },
326
+ {
327
+ internalType: "address",
328
+ name: "user",
329
+ type: "address",
330
+ },
331
+ ],
332
+ name: "checkPolicy",
333
+ outputs: [
334
+ {
335
+ internalType: "bool",
336
+ name: "",
337
+ type: "bool",
338
+ },
339
+ ],
340
+ stateMutability: "view",
341
+ type: "function",
342
+ },
343
+ {
344
+ inputs: [
345
+ {
346
+ internalType: "string",
347
+ name: "policyName",
348
+ type: "string",
349
+ },
350
+ ],
351
+ name: "deactivatePolicy",
352
+ outputs: [],
353
+ stateMutability: "nonpayable",
354
+ type: "function",
355
+ },
356
+ {
357
+ inputs: [
358
+ {
359
+ internalType: "uint256",
360
+ name: "policyId",
361
+ type: "uint256",
362
+ },
363
+ ],
364
+ name: "deactivatePolicy",
365
+ outputs: [],
366
+ stateMutability: "nonpayable",
367
+ type: "function",
368
+ },
369
+ {
370
+ inputs: [
371
+ {
372
+ internalType: "address",
373
+ name: "user",
374
+ type: "address",
375
+ },
376
+ {
377
+ internalType: "string",
378
+ name: "attribute",
379
+ type: "string",
380
+ },
381
+ ],
382
+ name: "deleteUserAttribute",
383
+ outputs: [],
384
+ stateMutability: "nonpayable",
385
+ type: "function",
386
+ },
387
+ {
388
+ inputs: [
389
+ {
390
+ internalType: "uint256",
391
+ name: "_policyId",
392
+ type: "uint256",
393
+ },
394
+ ],
395
+ name: "getPolicy",
396
+ outputs: [
397
+ {
398
+ internalType: "uint256",
399
+ name: "policyId",
400
+ type: "uint256",
401
+ },
402
+ {
403
+ internalType: "string",
404
+ name: "description",
405
+ type: "string",
406
+ },
407
+ {
408
+ internalType: "string",
409
+ name: "policyName",
410
+ type: "string",
411
+ },
412
+ {
413
+ internalType: "bool",
414
+ name: "status",
415
+ type: "bool",
416
+ },
417
+ ],
418
+ stateMutability: "view",
419
+ type: "function",
420
+ },
421
+ {
422
+ inputs: [
423
+ {
424
+ internalType: "string",
425
+ name: "_policyName",
426
+ type: "string",
427
+ },
428
+ ],
429
+ name: "getPolicy",
430
+ outputs: [
431
+ {
432
+ internalType: "uint256",
433
+ name: "policyId",
434
+ type: "uint256",
435
+ },
436
+ {
437
+ internalType: "string",
438
+ name: "description",
439
+ type: "string",
440
+ },
441
+ {
442
+ internalType: "string",
443
+ name: "policyName",
444
+ type: "string",
445
+ },
446
+ {
447
+ internalType: "bool",
448
+ name: "status",
449
+ type: "bool",
450
+ },
451
+ ],
452
+ stateMutability: "view",
453
+ type: "function",
454
+ },
455
+ {
456
+ inputs: [
457
+ {
458
+ internalType: "bytes32",
459
+ name: "role",
460
+ type: "bytes32",
461
+ },
462
+ ],
463
+ name: "getRoleAdmin",
464
+ outputs: [
465
+ {
466
+ internalType: "bytes32",
467
+ name: "",
468
+ type: "bytes32",
469
+ },
470
+ ],
471
+ stateMutability: "view",
472
+ type: "function",
473
+ },
474
+ {
475
+ inputs: [
476
+ {
477
+ internalType: "address",
478
+ name: "user",
479
+ type: "address",
480
+ },
481
+ {
482
+ internalType: "uint256",
483
+ name: "attributeId",
484
+ type: "uint256",
485
+ },
486
+ ],
487
+ name: "getUserAttribute",
488
+ outputs: [
489
+ {
490
+ internalType: "string",
491
+ name: "",
492
+ type: "string",
493
+ },
494
+ ],
495
+ stateMutability: "view",
496
+ type: "function",
497
+ },
498
+ {
499
+ inputs: [
500
+ {
501
+ internalType: "bytes32",
502
+ name: "role",
503
+ type: "bytes32",
504
+ },
505
+ {
506
+ internalType: "address",
507
+ name: "account",
508
+ type: "address",
509
+ },
510
+ ],
511
+ name: "grantRole",
512
+ outputs: [],
513
+ stateMutability: "nonpayable",
514
+ type: "function",
515
+ },
516
+ {
517
+ inputs: [
518
+ {
519
+ internalType: "bytes32",
520
+ name: "role",
521
+ type: "bytes32",
522
+ },
523
+ {
524
+ internalType: "address",
525
+ name: "account",
526
+ type: "address",
527
+ },
528
+ ],
529
+ name: "hasRole",
530
+ outputs: [
531
+ {
532
+ internalType: "bool",
533
+ name: "",
534
+ type: "bool",
535
+ },
536
+ ],
537
+ stateMutability: "view",
538
+ type: "function",
539
+ },
540
+ {
541
+ inputs: [],
542
+ name: "implementation",
543
+ outputs: [
544
+ {
545
+ internalType: "address",
546
+ name: "",
547
+ type: "address",
548
+ },
549
+ ],
550
+ stateMutability: "view",
551
+ type: "function",
552
+ },
553
+ {
554
+ inputs: [
555
+ {
556
+ internalType: "uint256",
557
+ name: "_version",
558
+ type: "uint256",
559
+ },
560
+ ],
561
+ name: "initialize",
562
+ outputs: [],
563
+ stateMutability: "nonpayable",
564
+ type: "function",
565
+ },
566
+ {
567
+ inputs: [
568
+ {
569
+ internalType: "string",
570
+ name: "policyName",
571
+ type: "string",
572
+ },
573
+ {
574
+ internalType: "string",
575
+ name: "description",
576
+ type: "string",
577
+ },
578
+ ],
579
+ name: "insertPolicy",
580
+ outputs: [],
581
+ stateMutability: "nonpayable",
582
+ type: "function",
583
+ },
584
+ {
585
+ inputs: [
586
+ {
587
+ internalType: "address",
588
+ name: "user",
589
+ type: "address",
590
+ },
591
+ {
592
+ internalType: "string[]",
593
+ name: "attributes",
594
+ type: "string[]",
595
+ },
596
+ ],
597
+ name: "insertUserAttributes",
598
+ outputs: [],
599
+ stateMutability: "nonpayable",
600
+ type: "function",
601
+ },
602
+ {
603
+ inputs: [
604
+ {
605
+ internalType: "bytes32",
606
+ name: "role",
607
+ type: "bytes32",
608
+ },
609
+ {
610
+ internalType: "address",
611
+ name: "account",
612
+ type: "address",
613
+ },
614
+ ],
615
+ name: "renounceRole",
616
+ outputs: [],
617
+ stateMutability: "nonpayable",
618
+ type: "function",
619
+ },
620
+ {
621
+ inputs: [
622
+ {
623
+ internalType: "bytes32",
624
+ name: "role",
625
+ type: "bytes32",
626
+ },
627
+ {
628
+ internalType: "address",
629
+ name: "account",
630
+ type: "address",
631
+ },
632
+ ],
633
+ name: "revokeRole",
634
+ outputs: [],
635
+ stateMutability: "nonpayable",
636
+ type: "function",
637
+ },
638
+ {
639
+ inputs: [
640
+ {
641
+ internalType: "bytes4",
642
+ name: "interfaceId",
643
+ type: "bytes4",
644
+ },
645
+ ],
646
+ name: "supportsInterface",
647
+ outputs: [
648
+ {
649
+ internalType: "bool",
650
+ name: "",
651
+ type: "bool",
652
+ },
653
+ ],
654
+ stateMutability: "view",
655
+ type: "function",
656
+ },
657
+ {
658
+ inputs: [
659
+ {
660
+ internalType: "string",
661
+ name: "policyName",
662
+ type: "string",
663
+ },
664
+ {
665
+ internalType: "string",
666
+ name: "description",
667
+ type: "string",
668
+ },
669
+ ],
670
+ name: "updatePolicy",
671
+ outputs: [],
672
+ stateMutability: "nonpayable",
673
+ type: "function",
674
+ },
675
+ {
676
+ inputs: [
677
+ {
678
+ internalType: "uint256",
679
+ name: "policyId",
680
+ type: "uint256",
681
+ },
682
+ {
683
+ internalType: "string",
684
+ name: "description",
685
+ type: "string",
686
+ },
687
+ ],
688
+ name: "updatePolicy",
689
+ outputs: [],
690
+ stateMutability: "nonpayable",
691
+ type: "function",
692
+ },
693
+ {
694
+ inputs: [],
695
+ name: "version",
696
+ outputs: [
697
+ {
698
+ internalType: "uint256",
699
+ name: "",
700
+ type: "uint256",
701
+ },
702
+ ],
703
+ stateMutability: "view",
704
+ type: "function",
705
+ },
706
+ ];
707
+ //# sourceMappingURL=TprV3.js.map