@firebase/functions
Advanced tools
Comparing version 0.11.9-canary.1f1ba3fee to 0.11.9-canary.274e9a56e
@@ -616,3 +616,3 @@ import { _registerComponent, registerVersion, _getProvider, getApp } from '@firebase/app'; | ||
const name = "@firebase/functions"; | ||
const version = "0.11.9-canary.1f1ba3fee"; | ||
const version = "0.11.9-canary.274e9a56e"; | ||
@@ -619,0 +619,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
export declare const TEST_PROJECT: any; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -33,3 +33,3 @@ /** | ||
*/ | ||
export declare type HttpsCallable<RequestData = unknown, ResponseData = unknown> = (data?: RequestData | null) => Promise<HttpsCallableResult<ResponseData>>; | ||
export type HttpsCallable<RequestData = unknown, ResponseData = unknown> = (data?: RequestData | null) => Promise<HttpsCallableResult<ResponseData>>; | ||
/** | ||
@@ -77,3 +77,3 @@ * An interface for metadata about how calls should be executed. | ||
*/ | ||
export declare type FunctionsErrorCodeCore = 'ok' | 'cancelled' | 'unknown' | 'invalid-argument' | 'deadline-exceeded' | 'not-found' | 'already-exists' | 'permission-denied' | 'resource-exhausted' | 'failed-precondition' | 'aborted' | 'out-of-range' | 'unimplemented' | 'internal' | 'unavailable' | 'data-loss' | 'unauthenticated'; | ||
export type FunctionsErrorCodeCore = 'ok' | 'cancelled' | 'unknown' | 'invalid-argument' | 'deadline-exceeded' | 'not-found' | 'already-exists' | 'permission-denied' | 'resource-exhausted' | 'failed-precondition' | 'aborted' | 'out-of-range' | 'unimplemented' | 'internal' | 'unavailable' | 'data-loss' | 'unauthenticated'; | ||
/** | ||
@@ -119,3 +119,3 @@ * The set of Firebase Functions status codes. The codes are the same at the | ||
*/ | ||
export declare type FunctionsErrorCode = `functions/${FunctionsErrorCodeCore}`; | ||
export type FunctionsErrorCode = `functions/${FunctionsErrorCodeCore}`; | ||
declare module '@firebase/component' { | ||
@@ -122,0 +122,0 @@ interface NameServiceMapping { |
@@ -0,0 +0,0 @@ /** |
export {}; |
@@ -0,0 +0,0 @@ /** |
export {}; |
@@ -0,0 +0,0 @@ /** |
@@ -620,3 +620,3 @@ 'use strict'; | ||
const name = "@firebase/functions"; | ||
const version = "0.11.9-canary.1f1ba3fee"; | ||
const version = "0.11.9-canary.274e9a56e"; | ||
@@ -623,0 +623,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
export declare const TEST_PROJECT: any; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -33,3 +33,3 @@ /** | ||
*/ | ||
export declare type HttpsCallable<RequestData = unknown, ResponseData = unknown> = (data?: RequestData | null) => Promise<HttpsCallableResult<ResponseData>>; | ||
export type HttpsCallable<RequestData = unknown, ResponseData = unknown> = (data?: RequestData | null) => Promise<HttpsCallableResult<ResponseData>>; | ||
/** | ||
@@ -77,3 +77,3 @@ * An interface for metadata about how calls should be executed. | ||
*/ | ||
export declare type FunctionsErrorCodeCore = 'ok' | 'cancelled' | 'unknown' | 'invalid-argument' | 'deadline-exceeded' | 'not-found' | 'already-exists' | 'permission-denied' | 'resource-exhausted' | 'failed-precondition' | 'aborted' | 'out-of-range' | 'unimplemented' | 'internal' | 'unavailable' | 'data-loss' | 'unauthenticated'; | ||
export type FunctionsErrorCodeCore = 'ok' | 'cancelled' | 'unknown' | 'invalid-argument' | 'deadline-exceeded' | 'not-found' | 'already-exists' | 'permission-denied' | 'resource-exhausted' | 'failed-precondition' | 'aborted' | 'out-of-range' | 'unimplemented' | 'internal' | 'unavailable' | 'data-loss' | 'unauthenticated'; | ||
/** | ||
@@ -119,3 +119,3 @@ * The set of Firebase Functions status codes. The codes are the same at the | ||
*/ | ||
export declare type FunctionsErrorCode = `functions/${FunctionsErrorCodeCore}`; | ||
export type FunctionsErrorCode = `functions/${FunctionsErrorCodeCore}`; | ||
declare module '@firebase/component' { | ||
@@ -122,0 +122,0 @@ interface NameServiceMapping { |
@@ -0,0 +0,0 @@ /** |
export {}; |
@@ -0,0 +0,0 @@ /** |
export {}; |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "@firebase/functions", | ||
"version": "0.11.9-canary.1f1ba3fee", | ||
"version": "0.11.9-canary.274e9a56e", | ||
"description": "", | ||
@@ -49,10 +49,10 @@ "author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)", | ||
"peerDependencies": { | ||
"@firebase/app": "0.10.15-canary.1f1ba3fee" | ||
"@firebase/app": "0.10.15-canary.274e9a56e" | ||
}, | ||
"devDependencies": { | ||
"@firebase/app": "0.10.15-canary.1f1ba3fee", | ||
"@firebase/app": "0.10.15-canary.274e9a56e", | ||
"rollup": "2.79.1", | ||
"@rollup/plugin-json": "4.1.0", | ||
"rollup-plugin-typescript2": "0.31.2", | ||
"typescript": "4.7.4" | ||
"typescript": "5.5.4" | ||
}, | ||
@@ -69,7 +69,7 @@ "repository": { | ||
"dependencies": { | ||
"@firebase/component": "0.6.10-canary.1f1ba3fee", | ||
"@firebase/messaging-interop-types": "0.2.2-canary.1f1ba3fee", | ||
"@firebase/auth-interop-types": "0.2.3-canary.1f1ba3fee", | ||
"@firebase/app-check-interop-types": "0.3.2-canary.1f1ba3fee", | ||
"@firebase/util": "1.10.1-canary.1f1ba3fee", | ||
"@firebase/component": "0.6.10-canary.274e9a56e", | ||
"@firebase/messaging-interop-types": "0.2.2-canary.274e9a56e", | ||
"@firebase/auth-interop-types": "0.2.3-canary.274e9a56e", | ||
"@firebase/app-check-interop-types": "0.3.2-canary.274e9a56e", | ||
"@firebase/util": "1.10.1-canary.274e9a56e", | ||
"tslib": "^2.1.0" | ||
@@ -76,0 +76,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
195940
+ Added@firebase/app@0.10.15-canary.274e9a56e(transitive)
+ Added@firebase/app-check-interop-types@0.3.2-canary.274e9a56e(transitive)
+ Added@firebase/auth-interop-types@0.2.3-canary.274e9a56e(transitive)
+ Added@firebase/component@0.6.10-canary.274e9a56e(transitive)
+ Added@firebase/logger@0.4.3-canary.274e9a56e(transitive)
+ Added@firebase/messaging-interop-types@0.2.2-canary.274e9a56e(transitive)
+ Added@firebase/util@1.10.1-canary.274e9a56e(transitive)
- Removed@firebase/app@0.10.15-canary.1f1ba3fee(transitive)
- Removed@firebase/app-check-interop-types@0.3.2-canary.1f1ba3fee(transitive)
- Removed@firebase/auth-interop-types@0.2.3-canary.1f1ba3fee(transitive)
- Removed@firebase/component@0.6.10-canary.1f1ba3fee(transitive)
- Removed@firebase/logger@0.4.3-canary.1f1ba3fee(transitive)
- Removed@firebase/messaging-interop-types@0.2.2-canary.1f1ba3fee(transitive)
- Removed@firebase/util@1.10.1-canary.1f1ba3fee(transitive)
Updated@firebase/app-check-interop-types@0.3.2-canary.274e9a56e
Updated@firebase/messaging-interop-types@0.2.2-canary.274e9a56e