@maxim_mazurok/gapi.client.firebasedatabase
Advanced tools
Comparing version 1.0.20220601 to 1.0.20220602
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.firebasedatabase definition tests */ | ||
// Revision: 20220601 | ||
// Revision: 20220602 | ||
@@ -9,0 +9,0 @@ gapi.load('client', () => { |
@@ -13,3 +13,3 @@ /* Type definitions for non-npm package Firebase Realtime Database Management API v1beta 1.0 */ | ||
// Generated from: https://firebasedatabase.googleapis.com/$discovery/rest?version=v1beta | ||
// Revision: 20220601 | ||
// Revision: 20220602 | ||
@@ -25,11 +25,11 @@ /// <reference types="gapi.client" /> | ||
interface DatabaseInstance { | ||
/** Immutable. The globally unique hostname of the database. */ | ||
/** Output only. Output Only. The globally unique hostname of the database. */ | ||
databaseUrl?: string; | ||
/** The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`. */ | ||
name?: string; | ||
/** The resource name of the project this instance belongs to. For example: `projects/{project-number}`. */ | ||
/** Output only. The resource name of the project this instance belongs to. For example: `projects/{project-number}`. */ | ||
project?: string; | ||
/** The database's lifecycle state. Read-only. */ | ||
/** Output only. The database's lifecycle state. Read-only. */ | ||
state?: string; | ||
/** The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted. */ | ||
/** Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted. */ | ||
type?: string; | ||
@@ -36,0 +36,0 @@ } |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebasedatabase", | ||
"version": "1.0.20220601", | ||
"version": "1.0.20220602", | ||
"description": "TypeScript typings for Firebase Realtime Database Management API v1beta", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
29527