@boozybats/shared
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -101,2 +101,4 @@ import { Document as Document_2 } from 'mongoose'; | ||
deleteAnnounces: boolean; | ||
autoAnnounces: boolean; | ||
minimalisticAnnounces: boolean; | ||
botProtection: boolean; | ||
@@ -275,2 +277,3 @@ placeholders: { | ||
announceMessage: string | null; | ||
autoAnnounced: boolean; | ||
isChannel: boolean; | ||
@@ -277,0 +280,0 @@ listMessageId: number | null; |
@@ -220,2 +220,3 @@ "use strict"; | ||
announceMessage: null, | ||
autoAnnounced: false, | ||
listMessageId: null, | ||
@@ -257,2 +258,7 @@ messageThreadId: null, | ||
}, | ||
autoAnnounced: { | ||
required: false, | ||
default: false, | ||
type: Boolean, | ||
}, | ||
listMessageId: { | ||
@@ -407,2 +413,4 @@ required: false, | ||
deleteAnnounces: false, | ||
autoAnnounces: true, | ||
minimalisticAnnounces: false, | ||
botProtection: false, | ||
@@ -451,2 +459,12 @@ placeholders: { | ||
}, | ||
autoAnnounces: { | ||
required: false, | ||
default: true, | ||
type: Boolean, | ||
}, | ||
minimalisticAnnounces: { | ||
required: false, | ||
default: false, | ||
type: Boolean, | ||
}, | ||
botProtection: { | ||
@@ -453,0 +471,0 @@ required: false, |
@@ -75,2 +75,4 @@ import { Document } from 'mongoose'; | ||
deleteAnnounces: boolean; | ||
autoAnnounces: boolean; | ||
minimalisticAnnounces: boolean; | ||
botProtection: boolean; | ||
@@ -77,0 +79,0 @@ placeholders: { |
{ | ||
"name": "@boozybats/shared", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "private shared package", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
171779
3834