Files
zitadel/packages/zitadel-client/src/index.ts

11 lines
626 B
TypeScript
Raw Normal View History

export { createClientFor, toDate } from "./helpers";
2024-07-25 23:16:07 -04:00
export { NewAuthorizationBearerInterceptor } from "./interceptors";
2024-08-27 19:46:45 -04:00
// TODO: Move this to `./protobuf.ts` and export it from there
2024-08-27 23:18:02 -04:00
export { create, fromJson, toJson } from "@bufbuild/protobuf";
2024-12-19 15:12:50 +01:00
export type { JsonObject } from "@bufbuild/protobuf";
export type { GenService } from "@bufbuild/protobuf/codegenv1";
export { TimestampSchema, timestampDate, timestampFromDate, timestampFromMs, timestampMs } from "@bufbuild/protobuf/wkt";
2024-11-27 11:02:34 +01:00
export type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
export type { Client, Code, ConnectError } from "@connectrpc/connect";