mirror of
https://github.com/Discreetly/interfaces.git
synced 2026-01-09 12:57:58 -05:00
chore(messageI) room -> roomId to avoid db conflicts
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "discreetly-interfaces",
|
"name": "discreetly-interfaces",
|
||||||
"version": "0.1.20",
|
"version": "0.1.21",
|
||||||
"description": "Common interfaces and utilities for discreetly",
|
"description": "Common interfaces and utilities for discreetly",
|
||||||
"author": "AtHeartEngineer",
|
"author": "AtHeartEngineer",
|
||||||
"homepage": "https://github.com/Discreetly",
|
"homepage": "https://github.com/Discreetly",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ export interface RLNContractI {
|
|||||||
export interface MessageI {
|
export interface MessageI {
|
||||||
id?: string; // database ID
|
id?: string; // database ID
|
||||||
messageId?: string; // internal nullifier as string
|
messageId?: string; // internal nullifier as string
|
||||||
room?: RLNFullProof['rlnIdentifier'];
|
roomId?: RLNFullProof['rlnIdentifier'];
|
||||||
message: string;
|
message: string;
|
||||||
proof?: RLNFullProof;
|
proof?: RLNFullProof;
|
||||||
epoch?: number | bigint;
|
epoch?: number | bigint;
|
||||||
|
|||||||
Reference in New Issue
Block a user