Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit a7e4212

Browse files
fix: update generated proto types; fix the update script (#1825)
1 parent 5d42370 commit a7e4212

10 files changed

Lines changed: 37118 additions & 31182 deletions

dev/protos/firestore_admin_v1_proto_api.d.ts

Lines changed: 4459 additions & 3884 deletions
Large diffs are not rendered by default.

dev/protos/firestore_admin_v1_proto_api.js

Lines changed: 12566 additions & 11218 deletions
Large diffs are not rendered by default.

dev/protos/firestore_v1_proto_api.d.ts

Lines changed: 2337 additions & 1762 deletions
Large diffs are not rendered by default.

dev/protos/firestore_v1_proto_api.js

Lines changed: 6337 additions & 4983 deletions
Large diffs are not rendered by default.

dev/protos/firestore_v1beta1_proto_api.d.ts

Lines changed: 2336 additions & 1761 deletions
Large diffs are not rendered by default.

dev/protos/firestore_v1beta1_proto_api.js

Lines changed: 6331 additions & 4983 deletions
Large diffs are not rendered by default.

dev/protos/update.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ IFS=$'\n\t'
2020
# Variables
2121
PROTOS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2222
WORK_DIR=`mktemp -d`
23+
cd ${PROTOS_DIR}
2324

2425
# deletes the temp directory on exit
2526
function cleanup {
@@ -43,7 +44,7 @@ git clone --depth 1 https://github.com/google/protobuf.git
4344

4445
# Copy necessary protos.
4546
mkdir -p "${PROTOS_DIR}/google/api"
46-
cp googleapis/google/api/{annotations,client,field_behavior,http,resource}.proto \
47+
cp googleapis/google/api/{annotations,client,field_behavior,http,launch_stage,resource}.proto \
4748
"${PROTOS_DIR}/google/api/"
4849

4950
mkdir -p "${PROTOS_DIR}/google/firestore/v1"

0 commit comments

Comments
 (0)