@maxim_mazurok/gapi.client.firestore-v1 0.0.20230621 → 0.0.20230629

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 (3) hide show
  1. package/index.d.ts +9 -3
  2. package/package.json +1 -1
  3. package/tests.ts +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://firestore.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20230621
12
+ // Revision: 20230629
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -3689,7 +3689,10 @@ declare namespace gapi.client {
3689
3689
  /** JSONP */
3690
3690
  callback?:
3691
3691
  string;
3692
- /** Required. The ID to use for the database, which will become the final component of the database's resource name. The value must be set to "(default)". */
3692
+ /**
3693
+ * Required. The ID to use for the database, which will become the final component of the database's resource name. This value should be 4-63 characters. Valid characters are
3694
+ * /a-z-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database id is also valid.
3695
+ */
3693
3696
  databaseId?:
3694
3697
  string;
3695
3698
  /** Selector specifying which fields to include in a partial response. */
@@ -3733,7 +3736,10 @@ declare namespace gapi.client {
3733
3736
  /** JSONP */
3734
3737
  callback?:
3735
3738
  string;
3736
- /** Required. The ID to use for the database, which will become the final component of the database's resource name. The value must be set to "(default)". */
3739
+ /**
3740
+ * Required. The ID to use for the database, which will become the final component of the database's resource name. This value should be 4-63 characters. Valid characters are
3741
+ * /a-z-/ with first character a letter and the last a letter or a number. Must not be UUID-like /[0-9a-f]{8}(-[0-9a-f]{4}){3}-[0-9a-f]{12}/. "(default)" database id is also valid.
3742
+ */
3737
3743
  databaseId?:
3738
3744
  string;
3739
3745
  /** Selector specifying which fields to include in a partial response. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.firestore-v1",
3
- "version": "0.0.20230621",
3
+ "version": "0.0.20230629",
4
4
  "description": "TypeScript typings for Cloud Firestore API v1",
5
5
  "license": "MIT",
6
6
  "author": {
package/tests.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
4
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
5
 
6
- // Revision: 20230621
6
+ // Revision: 20230629
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */