wip: Add more fields for certificate information
- Most of the code is generated by Junie but was reviewed and updated by me. - Also install iso-3166-1 library to provide country lists
This commit is contained in:
parent
b997a5c273
commit
46f31de837
4 changed files with 288 additions and 12 deletions
8
frontend/pnpm-lock.yaml
generated
8
frontend/pnpm-lock.yaml
generated
|
@ -14,6 +14,9 @@ importers:
|
|||
core-js:
|
||||
specifier: ^3.41.0
|
||||
version: 3.41.0
|
||||
iso-3166-1:
|
||||
specifier: ^2.1.1
|
||||
version: 2.1.1
|
||||
openapi-fetch:
|
||||
specifier: ^0.14.0
|
||||
version: 0.14.0
|
||||
|
@ -1289,6 +1292,9 @@ packages:
|
|||
resolution: {integrity: sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==}
|
||||
engines: {node: '>=16'}
|
||||
|
||||
iso-3166-1@2.1.1:
|
||||
resolution: {integrity: sha512-RZxXf8cw5Y8LyHZIwIRvKw8sWTIHh2/txBT+ehO0QroesVfnz3JNFFX4i/OC/Yuv2bDIVYrHna5PMvjtpefq5w==}
|
||||
|
||||
js-levenshtein@1.1.6:
|
||||
resolution: {integrity: sha512-X2BB11YZtrRqY4EnQcLX5Rh373zbK4alC1FW7D7MBhL2gtcC17cTnr6DmfHZeS0s2rTHjUTMMHfG7gO8SSdw+g==}
|
||||
engines: {node: '>=0.10.0'}
|
||||
|
@ -3361,6 +3367,8 @@ snapshots:
|
|||
|
||||
isexe@3.1.1: {}
|
||||
|
||||
iso-3166-1@2.1.1: {}
|
||||
|
||||
js-levenshtein@1.1.6: {}
|
||||
|
||||
js-tokens@4.0.0: {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue