Skip to content

Commit

Permalink
fix(firestore): update the API
Browse files Browse the repository at this point in the history
#### firestore:v1
The following keys were changed:
- schemas.LatLng.description

#### firestore:v1beta1
The following keys were changed:
- schemas.LatLng.description
  • Loading branch information
yoshi-automation authored and bcoe committed Oct 28, 2020
1 parent c3190e9 commit 0f4e9de
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/firestore-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@
}
}
},
"revision": "20200912",
"revision": "20201016",
"rootUrl": "https://firestore.googleapis.com/",
"schemas": {
"ArrayValue": {
Expand Down Expand Up @@ -2235,7 +2235,7 @@
"type": "object"
},
"LatLng": {
"description": "An object representing a latitude/longitude pair. This is expressed as a pair of doubles representing degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.",
"description": "An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.",
"id": "LatLng",
"properties": {
"latitude": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/firestore-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@
}
}
},
"revision": "20200912",
"revision": "20201017",
"rootUrl": "https://firestore.googleapis.com/",
"schemas": {
"ArrayValue": {
Expand Down Expand Up @@ -1724,7 +1724,7 @@
"type": "object"
},
"LatLng": {
"description": "An object representing a latitude/longitude pair. This is expressed as a pair of doubles representing degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.",
"description": "An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.",
"id": "LatLng",
"properties": {
"latitude": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/firestore/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ export namespace firestore_v1 {
response?: {[key: string]: any} | null;
}
/**
* An object representing a latitude/longitude pair. This is expressed as a pair of doubles representing degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.
* An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.
*/
export interface Schema$LatLng {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/firestore/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ export namespace firestore_v1beta1 {
response?: {[key: string]: any} | null;
}
/**
* An object representing a latitude/longitude pair. This is expressed as a pair of doubles representing degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.
* An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.
*/
export interface Schema$LatLng {
/**
Expand Down

0 comments on commit 0f4e9de

Please sign in to comment.