Skip to content

Commit

Permalink
Fixing main (#1066)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 authored Dec 16, 2024
1 parent abfe4b3 commit c537e2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions .changeset/ten-bees-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@osdk/client": patch
"@osdk/api": patch
---

Remove unused imports.
1 change: 0 additions & 1 deletion packages/api/src/Definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import type {
GetClientPropertyValueFromWire,
PropertyValueWireToClient,
} from "./mapping/PropertyValueMapping.js";
import type { ObjectMetadata } from "./ontology/ObjectTypeDefinition.js";

Expand Down
1 change: 0 additions & 1 deletion packages/api/src/aggregate/AggregatableKeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import type {
GetWirePropertyValueFromClient,
PropertyValueClientToWire,
} from "../mapping/PropertyValueMapping.js";
import type {
ObjectOrInterfaceDefinition,
Expand Down
3 changes: 0 additions & 3 deletions packages/client/src/object/aggregate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
import type {
AggregateOpts,
AggregateOptsThatErrorsAndDisallowsOrderingWithMultipleGroupBy,
CompileTimeMetadata,
GroupByClause,
ObjectOrInterfaceDefinition,
PropertyKeys,
ValidAggregationKeys,
} from "@osdk/api";
import type { Employee } from "@osdk/client.test.ontology";
Expand Down

0 comments on commit c537e2d

Please sign in to comment.