Skip to content

Commit

Permalink
add changeset plus one minor revision
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 committed Jul 23, 2024
1 parent 18ead79 commit c002847
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .changeset/smooth-lemons-own.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 1 addition & 4 deletions packages/client.api/src/Definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<T extends { multiplicity?: boolean | undefined }, U> =
Expand Down

0 comments on commit c002847

Please sign in to comment.