fix deps, tsconfig, next-env-vars, zitadel api

This commit is contained in:
Max Peintner
2025-01-14 13:13:57 +01:00
parent c003ea2b22
commit 1736a2b3a0
8 changed files with 308 additions and 177 deletions

View File

@@ -1,8 +1,9 @@
export { toDate } from "./helpers";
export { createClientFor, toDate } from "./helpers";
export { NewAuthorizationBearerInterceptor } from "./interceptors";
// TODO: Move this to `./protobuf.ts` and export it from there
export { create, fromJson, toJson } from "@bufbuild/protobuf";
export type { JsonObject } from "@bufbuild/protobuf";
export type { GenService } from "@bufbuild/protobuf/codegenv1";
export { TimestampSchema, timestampDate, timestampFromDate, timestampFromMs, timestampMs } from "@bufbuild/protobuf/wkt";
export type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";