@maxim_mazurok/gapi.client.firebasedatabase
Advanced tools
Comparing version 1.0.20220613 to 1.0.20220615
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.firebasedatabase definition tests */ | ||
// Revision: 20220613 | ||
// Revision: 20220615 | ||
@@ -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: 20220613 | ||
// Revision: 20220615 | ||
@@ -124,4 +124,4 @@ /// <reference types="gapi.client" /> | ||
/** | ||
* Marks a DatabaseInstance to be deleted. The DatabaseInstance will be purged within 30 days. The default database cannot be deleted. IDs for deleted database instances may never be | ||
* recovered or re-used. The Database may only be deleted if it is already in a DISABLED state. | ||
* Marks a DatabaseInstance to be deleted. The DatabaseInstance will be set to the DELETED state for 20 days, and will be purged within 30 days. The default database cannot be deleted. | ||
* IDs for deleted database instances may never be recovered or re-used. The Database may only be deleted if it is already in a DISABLED state. | ||
*/ | ||
@@ -344,4 +344,5 @@ delete(request?: { | ||
/** | ||
* Restores a DatabaseInstance that was previously marked to be deleted. This may only be used on a DatabaseInstance in the DELETED state. Purged DatabaseInstance's may not be | ||
* recovered. | ||
* Restores a DatabaseInstance that was previously marked to be deleted. After the delete method is used, DatabaseInstances are set to the DELETED state for 20 days, and will be purged | ||
* within 30 days. Databases in the DELETED state can be undeleted without losing any data. This method may only be used on a DatabaseInstance in the DELETED state. Purged | ||
* DatabaseInstances may not be recovered. | ||
*/ | ||
@@ -348,0 +349,0 @@ undelete(request: { |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebasedatabase", | ||
"version": "1.0.20220613", | ||
"version": "1.0.20220615", | ||
"description": "TypeScript typings for Firebase Realtime Database Management API v1beta", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
29799
462