@boozybats/shared
Advanced tools
Comparing version 1.5.11 to 1.5.12
@@ -655,2 +655,3 @@ import { Document as Document_2 } from 'mongoose'; | ||
isDefault: boolean; | ||
isSctrictSearch: boolean; | ||
schedule: TriggerSchedule | null; | ||
@@ -657,0 +658,0 @@ } |
@@ -51,2 +51,7 @@ "use strict"; | ||
}, | ||
isSctrictSearch: { | ||
type: Boolean, | ||
required: false, | ||
default: true, | ||
}, | ||
schedule: { | ||
@@ -53,0 +58,0 @@ required: false, |
@@ -27,3 +27,4 @@ import { Document } from 'mongoose'; | ||
isDefault: boolean; | ||
isSctrictSearch: boolean; | ||
schedule: TriggerSchedule | null; | ||
} |
{ | ||
"name": "@boozybats/shared", | ||
"version": "1.5.11", | ||
"version": "1.5.12", | ||
"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
196662
4420