mirror of
https://github.com/Discreetly/interfaces.git
synced 2026-01-09 12:57:58 -05:00
fixing inconsistent case
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "discreetly-interfaces",
|
"name": "discreetly-interfaces",
|
||||||
"version": "0.1.41",
|
"version": "0.1.42",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "discreetly-interfaces",
|
"name": "discreetly-interfaces",
|
||||||
"version": "0.1.41",
|
"version": "0.1.42",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethersproject/bytes": "^5.7.0",
|
"@ethersproject/bytes": "^5.7.0",
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "discreetly-interfaces",
|
"name": "discreetly-interfaces",
|
||||||
"version": "0.1.41",
|
"version": "0.1.42",
|
||||||
"description": "Common interfaces and utilities for discreetly",
|
"description": "Common interfaces and utilities for discreetly",
|
||||||
"author": "AtHeartEngineer",
|
"authors": [
|
||||||
|
"AtHeartEngineer",
|
||||||
|
"CodeTrauma"
|
||||||
|
],
|
||||||
"homepage": "https://github.com/Discreetly",
|
"homepage": "https://github.com/Discreetly",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export interface MessageI {
|
|||||||
timeStamp?: string | Date | number; // unix epoch time in ms as string
|
timeStamp?: string | Date | number; // unix epoch time in ms as string
|
||||||
encrypted?: EncryptedType; // the message is encrypted or not
|
encrypted?: EncryptedType; // the message is encrypted or not
|
||||||
responseTo?: string; // internal nullifier of the message this is a response to, this could be a reply to a message, a poll response, or a request for a DM
|
responseTo?: string; // internal nullifier of the message this is a response to, this could be a reply to a message, a poll response, or a request for a DM
|
||||||
sessionID?: string; // session ID for the message
|
sessionId?: string; // session ID for the message
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface SystemMessageI {
|
export interface SystemMessageI {
|
||||||
|
|||||||
Reference in New Issue
Block a user