@bruit/types
Advanced tools
Comparing version 0.3.3 to 1.3.1
@@ -0,0 +0,0 @@ export declare enum BrtConnectionType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum BrtEffectiveType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum BrtFieldType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum BrtHttpRequest { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum BrtKeyType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum BrtLogHttpType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum BrtLogType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum BrtPermissionName { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum BrtPermissionStatus { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum BrtToolId { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum BrtToolType { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare enum HttpRequest { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export * from './enums/brt-field-type'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DocumentReference } from '@firebase/firestore-types'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BrtClickLogArg { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BrtColors { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -5,2 +5,3 @@ import { BrtColors } from './brt-colors'; | ||
export interface BrtConfig { | ||
apiKey?: string; | ||
form: Array<BrtField>; | ||
@@ -11,2 +12,3 @@ labels?: BrtLabels; | ||
durationBeforeClosing?: number; | ||
apiUrl?: string; | ||
elementToRenderSelector?: string; | ||
@@ -13,0 +15,0 @@ screenshot?: { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
export interface BrtCookies { | ||
[key: string]: string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
import { BrtLogCacheLength } from './brt-log-cache-length'; | ||
export interface BrtCoreConfig { | ||
apiKey?: string; | ||
apiUrl?: string; | ||
logCacheLength?: BrtLogCacheLength; | ||
addQueryParamsToLog?: boolean; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BrtData { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BrtError { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { BrtCookies } from "./brt-cookies"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -5,7 +5,7 @@ import { BrtFieldType } from './../enums/brt-field-type'; | ||
label: string; | ||
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating' | 'select'; | ||
options?: Array<string>; | ||
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating'; | ||
required?: boolean; | ||
value?: any; | ||
max?: number; | ||
options?: string[]; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BrtLabels { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BrtLogCacheLength { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { BrtHttpRequest } from './../enums/brt-http-request'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BrtLogLevels { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { BrtLogType } from './../enums/brt-log-type'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { BrtStorageEstimate } from "./brt-storage-estimate"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { BrtEffectiveType } from './../enums/brt-effective-type'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { BrtPermissionStatus } from './../enums/brt-permission-status'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { DocumentReference } from "@firebase/firestore-types"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BrtScreenInfo { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BrtServiceWorkerState { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { BrtServiceWorkerState } from './brt-service-worker-state'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BrtStorageEstimate { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { BrtToolId } from "../enums/brt-tool-id"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ export interface BrtToken { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@bruit/types", | ||
"version": "0.3.3", | ||
"version": "1.3.1", | ||
"description": "Bruit.io typings", | ||
@@ -9,4 +9,3 @@ "private": false, | ||
"scripts": { | ||
"build": "tsc", | ||
"prepublishOnly": "tsc" | ||
"build": "tsc" | ||
}, | ||
@@ -31,8 +30,8 @@ "repository": { | ||
"dependencies": { | ||
"@firebase/app-types": "^0.3.2", | ||
"@firebase/firestore-types": "^0.7.0" | ||
"@firebase/app-types": "0.3.2", | ||
"@firebase/firestore-types": "0.7.0" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^3.1.6" | ||
"typescript": "3.1.6" | ||
} | ||
} |
@@ -0,0 +0,0 @@ export enum BrtConnectionType { |
@@ -0,0 +0,0 @@ export enum BrtEffectiveType { |
@@ -7,5 +7,5 @@ export enum BrtFieldType { | ||
RATING = 'rating', | ||
SELECT = 'select' | ||
SELECT = 'select', | ||
} | ||
// impact brtField interface if you edit this enum |
@@ -0,0 +0,0 @@ export enum BrtHttpRequest { |
@@ -0,0 +0,0 @@ export enum BrtKeyType { |
@@ -0,0 +0,0 @@ export enum BrtLogHttpType { |
@@ -0,0 +0,0 @@ export enum BrtLogType { |
@@ -0,0 +0,0 @@ export enum BrtPermissionName { |
@@ -0,0 +0,0 @@ export enum BrtPermissionStatus { |
@@ -0,0 +0,0 @@ export enum BrtToolId { |
@@ -0,0 +0,0 @@ export enum BrtToolType { |
@@ -0,0 +0,0 @@ export * from './enums/brt-field-type'; |
@@ -0,0 +0,0 @@ import { DocumentReference } from '@firebase/firestore-types'; |
@@ -0,0 +0,0 @@ export interface BrtClickLogArg { |
@@ -0,0 +0,0 @@ export interface BrtColors { |
@@ -6,2 +6,3 @@ import { BrtColors } from './brt-colors'; | ||
export interface BrtConfig { | ||
apiKey?: string; | ||
form: Array<BrtField>; | ||
@@ -13,2 +14,3 @@ | ||
durationBeforeClosing?: number; | ||
apiUrl?: string; | ||
elementToRenderSelector?: string; | ||
@@ -15,0 +17,0 @@ |
export interface BrtCookies { | ||
[key: string]: string; | ||
} |
import { BrtLogCacheLength } from './brt-log-cache-length'; | ||
export interface BrtCoreConfig { | ||
apiKey?: string; | ||
apiUrl?: string; | ||
logCacheLength?: BrtLogCacheLength; | ||
addQueryParamsToLog?: boolean; | ||
} |
@@ -0,0 +0,0 @@ export interface BrtData { |
@@ -0,0 +0,0 @@ export interface BrtError { |
@@ -0,0 +0,0 @@ import { BrtCookies } from "./brt-cookies"; |
@@ -6,14 +6,7 @@ import { BrtFieldType } from './../enums/brt-field-type'; | ||
label: string; | ||
type: | ||
| BrtFieldType | ||
| 'checkbox' | ||
| 'textarea' | ||
| 'email' | ||
| 'text' | ||
| 'rating' | ||
| 'select'; | ||
options?: Array<string>; | ||
type: BrtFieldType | 'checkbox' | 'textarea' | 'email' | 'text' | 'rating'; | ||
required?: boolean; | ||
value?: any; | ||
max?: number; | ||
options?: string[]; | ||
} |
@@ -0,0 +0,0 @@ export interface BrtLabels { |
@@ -0,0 +0,0 @@ export interface BrtLogCacheLength { |
@@ -0,0 +0,0 @@ import { BrtHttpRequest } from './../enums/brt-http-request'; |
@@ -0,0 +0,0 @@ import { BrtLogType } from './../enums/brt-log-type'; |
@@ -0,0 +0,0 @@ import { BrtStorageEstimate } from "./brt-storage-estimate"; |
@@ -0,0 +0,0 @@ import { BrtEffectiveType } from './../enums/brt-effective-type'; |
@@ -0,0 +0,0 @@ import { BrtPermissionStatus } from './../enums/brt-permission-status'; |
@@ -0,0 +0,0 @@ import { DocumentReference } from "@firebase/firestore-types"; |
@@ -0,0 +0,0 @@ export interface BrtScreenInfo { |
@@ -0,0 +0,0 @@ export interface BrtServiceWorkerState { |
@@ -0,0 +0,0 @@ import { BrtServiceWorkerState } from './brt-service-worker-state'; |
@@ -0,0 +0,0 @@ export interface BrtStorageEstimate { |
@@ -0,0 +0,0 @@ import { BrtToolId } from "../enums/brt-tool-id"; |
@@ -0,0 +0,0 @@ export interface BrtToken { |
@@ -0,0 +0,0 @@ { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
27993
898
+ Added@firebase/app-types@0.3.2(transitive)
- Removed@firebase/app-types@0.3.10(transitive)
Updated@firebase/app-types@0.3.2