From 56cce03dc3eff503bc29df53165a0e6ab237f37b Mon Sep 17 00:00:00 2001 From: Wu-Hui Date: Mon, 29 Jun 2020 13:48:39 -0400 Subject: [PATCH 1/2] Fix firestore_bundle_proto rollup issue --- ...e_bundle_proto.d.ts => firestore_bundle_proto.ts} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) rename packages/firestore/src/protos/{firestore_bundle_proto.d.ts => firestore_bundle_proto.ts} (91%) diff --git a/packages/firestore/src/protos/firestore_bundle_proto.d.ts b/packages/firestore/src/protos/firestore_bundle_proto.ts similarity index 91% rename from packages/firestore/src/protos/firestore_bundle_proto.d.ts rename to packages/firestore/src/protos/firestore_bundle_proto.ts index e98fabc7abd..ed1168e5e16 100644 --- a/packages/firestore/src/protos/firestore_bundle_proto.d.ts +++ b/packages/firestore/src/protos/firestore_bundle_proto.ts @@ -26,13 +26,11 @@ export interface BundledQuery { structuredQuery?: api.StructuredQuery | null; /** BundledQuery limitType */ - limitType?: BundledQuery.LimitType | null; + limitType?: LimitType | null; } -export namespace BundledQuery { - /** LimitType enum. */ - type LimitType = 'FIRST' | 'LAST'; -} +/** LimitType enum. */ +type LimitType = 'FIRST' | 'LAST'; /** Properties of a NamedQuery. */ export interface NamedQuery { @@ -59,7 +57,7 @@ export interface BundledDocumentMetadata { } /** Properties of a BundleMetadata. */ -interface BundleMetadata { +export interface BundleMetadata { /** BundleMetadata id */ id?: string | null; @@ -77,7 +75,7 @@ interface BundleMetadata { } /** Properties of a BundleElement. */ -interface BundleElement { +export interface BundleElement { /** BundleElement metadata */ metadata?: BundleMetadata | null; From 9d8490faf2f9261fe643d55ffa88f5612aa0d6f4 Mon Sep 17 00:00:00 2001 From: wu-hui <53845758+wu-hui@users.noreply.github.com> Date: Mon, 29 Jun 2020 13:50:28 -0400 Subject: [PATCH 2/2] Create lemon-steaks-draw.md --- .changeset/lemon-steaks-draw.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changeset/lemon-steaks-draw.md diff --git a/.changeset/lemon-steaks-draw.md b/.changeset/lemon-steaks-draw.md new file mode 100644 index 00000000000..853d812bb36 --- /dev/null +++ b/.changeset/lemon-steaks-draw.md @@ -0,0 +1,3 @@ +--- + +---