record attribute types in registry.ts
This commit is contained in:
parent
eaafeb9107
commit
c0f71b0b8f
@ -46,6 +46,13 @@ const MSG_SET_RECORD_TYPES = {
|
||||
{ name: 'deleted', type: 'bool' },
|
||||
{ name: 'attributes', type: 'string' },
|
||||
],
|
||||
TypePayloadRecordAttributes: [
|
||||
{ name: 'url', type: 'string' },
|
||||
{ name: 'repo_registration_record_cid', type: 'string' },
|
||||
{ name: 'build_artifact_cid', type: 'string' },
|
||||
{ name: 'tls_cert_cid', type: 'string' },
|
||||
{ name: 'type', type: 'string' },
|
||||
],
|
||||
TypePayloadSignatures: [
|
||||
{ name: 'sig', type: 'string' },
|
||||
{ name: 'pub_key', type: 'string' }
|
||||
|
Loading…
Reference in New Issue
Block a user