Skip to content

Commit

Permalink
fix exports (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 authored Jul 3, 2024
1 parent 79335e5 commit 7505880
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-melons-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@osdk/client": minor
---

Fix exports from client
5 changes: 5 additions & 0 deletions packages/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ export type {
ActionValidationResponse,
ApplyActionOptions,
ApplyBatchActionOptions,
InterfaceObjectSet,
NOOP,
ObjectSet,
Osdk,
OsdkActionParameters,
OsdkObject,
PageResult,
WhereClause,
} from "@osdk/client.api";
export { PalantirApiError } from "@osdk/shared.net.errors";
Expand Down

0 comments on commit 7505880

Please sign in to comment.