Skip to content

Commit

Permalink
updated exports
Browse files Browse the repository at this point in the history
  • Loading branch information
ssanjay1 committed Jul 22, 2024
1 parent d8edf10 commit 042d828
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,19 @@ export type {
OsdkActionParameters,
OsdkObject,
PageResult,
Result,
WhereClause,
} from "@osdk/client.api";

export { isOk } from "@osdk/client.api";
export { PalantirApiError } from "@osdk/shared.net.errors";

export type { Client } from "./Client.js";
export { createClient } from "./createClient.js";
export { createPlatformClient } from "./createPlatformClient.js";

export { createAttachmentFromRid } from "./createAttachmentFromRid.js";
export { createAttachmentUpload } from "./object/AttachmentUpload.js";

export { ActionValidationError } from "./actions/ActionValidationError.js";
export { isOk } from "./ResultOrError.js";
export type { ResultOrError } from "./ResultOrError.js";

0 comments on commit 042d828

Please sign in to comment.