@maxim_mazurok/gapi.client.firebaserules
Advanced tools
Comparing version 1.0.20211206 to 1.0.20220104
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.firebaserules definition tests */ | ||
// Revision: 20211206 | ||
// Revision: 20220104 | ||
@@ -9,0 +9,0 @@ gapi.load('client', () => { |
@@ -13,3 +13,3 @@ /* Type definitions for non-npm package Firebase Rules API v1 1.0 */ | ||
// Generated from: https://firebaserules.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20211206 | ||
// Revision: 20220104 | ||
@@ -42,7 +42,7 @@ /// <reference types="gapi.client" /> | ||
interface File { | ||
/** Textual Content. */ | ||
/** Required. Textual Content. */ | ||
content?: string; | ||
/** Fingerprint (e.g. github sha) associated with the `File`. */ | ||
fingerprint?: string; | ||
/** File name. */ | ||
/** Required. File name. */ | ||
name?: string; | ||
@@ -125,7 +125,7 @@ } | ||
name?: string; | ||
/** `Source` for the `Ruleset`. */ | ||
/** Required. `Source` for the `Ruleset`. */ | ||
source?: Source; | ||
} | ||
interface Source { | ||
/** `File` set constituting the `Source` bundle. */ | ||
/** Required. `File` set constituting the `Source` bundle. */ | ||
files?: File[]; | ||
@@ -132,0 +132,0 @@ } |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaserules", | ||
"version": "1.0.20211206", | ||
"version": "1.0.20220104", | ||
"description": "TypeScript typings for Firebase Rules API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
53756