signedPost, signedGet
This commit is contained in:
parent
fc20ef0181
commit
735714d61c
6 changed files with 109 additions and 130 deletions
|
|
@ -149,4 +149,9 @@ export class MiInstance {
|
|||
length: 16384, default: '',
|
||||
})
|
||||
public moderationNote: string;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 16, default: '00', nullable: false,
|
||||
})
|
||||
public httpMessageSignaturesImplementationLevel: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue