chore!: use buf v2 generators

This commit is contained in:
Yordis Prieto
2024-08-27 19:46:45 -04:00
parent 7d4603dce9
commit 7c6185afc4
12 changed files with 5608 additions and 4414 deletions

View File

@@ -1,2 +1,7 @@
export { toDate } from "./helpers";
export { NewAuthorizationBearerInterceptor } from "./interceptors";
export type { PartialMessage, PlainMessage } from "@bufbuild/protobuf";
// TODO: Move this to `./protobuf.ts` and export it from there
export { create as createMessage, fromJson, toJson } from "@bufbuild/protobuf";
export { TimestampSchema, timestampDate } from "@bufbuild/protobuf/wkt";
export type { Timestamp } from "@bufbuild/protobuf/wkt";