@bruit/types
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -27,3 +27,4 @@ export * from './enums/brt-field-type'; | ||
export * from './interfaces/brt-target'; | ||
export * from './interfaces/brt-token'; | ||
export * from './interfaces/brt-log-http'; | ||
export * from './interfaces/brt-permissions'; |
import { DocumentReference } from '@firebase/firestore-types'; | ||
import { BrtToken } from './brt-token'; | ||
export interface BrtAccount { | ||
projects: Array<DocumentReference>; | ||
ownerEmail: string; | ||
projects?: Array<DocumentReference>; | ||
ownerEmail?: string; | ||
premium: boolean; | ||
jsonWebToken: string; | ||
tokens?: { | ||
[toolId: string]: BrtToken; | ||
}; | ||
} |
@@ -10,2 +10,3 @@ import { BrtToolId } from "../enums/brt-tool-id"; | ||
labels?: Array<string>; | ||
attachmentsEndPoint?: string; | ||
} |
{ | ||
"name": "@bruit/types", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Bruit.io typings", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -28,3 +28,4 @@ export * from './enums/brt-field-type'; | ||
export * from './interfaces/brt-target'; | ||
export * from './interfaces/brt-token'; | ||
export * from './interfaces/brt-log-http'; | ||
export * from './interfaces/brt-permissions'; |
import { DocumentReference } from '@firebase/firestore-types'; | ||
import { BrtToken } from './brt-token'; | ||
export interface BrtAccount { | ||
projects: Array<DocumentReference>; | ||
ownerEmail: string; | ||
projects?: Array<DocumentReference>; | ||
ownerEmail?: string; | ||
premium: boolean; | ||
jsonWebToken: string; | ||
tokens?: { [toolId: string]: BrtToken }; | ||
} |
@@ -11,2 +11,3 @@ import { BrtToolId } from "../enums/brt-tool-id"; | ||
labels?: Array<string>; | ||
attachmentsEndPoint?: string; | ||
} |
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
22573
96
726