From c002847c6ff39d187b964ef6d77889ed87435a3b Mon Sep 17 00:00:00 2001 From: Saurav Date: Tue, 23 Jul 2024 09:01:48 -0400 Subject: [PATCH] add changeset plus one minor revision --- .changeset/smooth-lemons-own.md | 9 +++++++++ packages/client.api/src/Definitions.ts | 5 +---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .changeset/smooth-lemons-own.md diff --git a/.changeset/smooth-lemons-own.md b/.changeset/smooth-lemons-own.md new file mode 100644 index 000000000..4cf1481da --- /dev/null +++ b/.changeset/smooth-lemons-own.md @@ -0,0 +1,9 @@ +--- +"@osdk/e2e.generated.catchall": minor +"@osdk/e2e.sandbox.catchall": minor +"@osdk/shared.test": minor +"@osdk/client.api": minor +"@osdk/client": minor +--- + +Add support for timeseries in 2.0 syntax. diff --git a/packages/client.api/src/Definitions.ts b/packages/client.api/src/Definitions.ts index ff985a641..2fea296b2 100644 --- a/packages/client.api/src/Definitions.ts +++ b/packages/client.api/src/Definitions.ts @@ -14,10 +14,7 @@ * limitations under the License. */ -import { - type ObjectTypePropertyDefinition, - WirePropertyTypes, -} from "@osdk/api"; +import type { ObjectTypePropertyDefinition } from "@osdk/api"; import type { PropertyValueWireToClient } from "./mapping/PropertyValueMapping.js"; type MaybeArray =