@e-trias/woonplan 1.3.231 → 1.3.233
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types.d.ts +2 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -699,6 +699,7 @@ export interface IAppointmentFormParams{
|
|
|
699
699
|
|
|
700
700
|
export interface ISettings {
|
|
701
701
|
"2fa"?: "email"
|
|
702
|
+
two_fa ?: "email"
|
|
702
703
|
"ga-api-key"?: string
|
|
703
704
|
"ga-code"?: string
|
|
704
705
|
"gtm-code"?: string
|
|
@@ -724,7 +725,7 @@ export interface ISettings {
|
|
|
724
725
|
pipedriveActivity?: {
|
|
725
726
|
initialDoneState: boolean
|
|
726
727
|
subject: string
|
|
727
|
-
type: number
|
|
728
|
+
type: number
|
|
728
729
|
}
|
|
729
730
|
pipedrivePersonFields?:{
|
|
730
731
|
pipedrivePersonFieldName: string
|