@maxim_mazurok/gapi.client.firebase-v1beta1 0.0.20250102 → 0.0.20250107

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +3 -3
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://firebase.googleapis.com/$discovery/rest?version=v1beta1
12
- // Revision: 20250102
12
+ // Revision: 20250107
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -304,9 +304,9 @@ declare namespace gapi.client {
304
304
  message?: string;
305
305
  }
306
306
  interface StatusProto {
307
- /** The canonical error code (see codes.proto) that most closely corresponds to this status. This may be missing, and in the common case of the generic space, it definitely will be. */
307
+ /** The canonical error code (see codes.proto) that most closely corresponds to this status. This may be missing, and in the common case of the generic space, it definitely will be. copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 canonical_code = 6; */
308
308
  canonicalCode?: number;
309
- /** Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto */
309
+ /** Numeric code drawn from the space specified below. Often, this is the canonical error space, and code is drawn from google3/util/task/codes.proto copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional int32 code = 1; */
310
310
  code?: number;
311
311
  /** Detail message copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional string message = 3; */
312
312
  message?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.firebase-v1beta1",
3
- "version": "0.0.20250102",
3
+ "version": "0.0.20250107",
4
4
  "description": "TypeScript typings for Firebase Management API v1beta1",
5
5
  "repository": {
6
6
  "type": "git",