@togatherlabs/shared-protos 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togatherlabs/shared-protos",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Generated TypeScript gRPC definitions for Togather shared protos",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -19,9 +19,9 @@ export type Pagination = Message<"common.pagination.v1.Pagination"> & {
19
19
  */
20
20
  limit: number;
21
21
  /**
22
- * @generated from field: uint64 total_items = 3;
22
+ * @generated from field: uint32 total_items = 3;
23
23
  */
24
- totalItems: bigint;
24
+ totalItems: number;
25
25
  /**
26
26
  * @generated from field: uint32 total_pages = 4;
27
27
  */
@@ -5,7 +5,7 @@ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
5
5
  /**
6
6
  * Describes the file common/pagination/v1/pagination.proto.
7
7
  */
8
- export const file_common_pagination_v1_pagination = /*@__PURE__*/ fileDesc("CiVjb21tb24vcGFnaW5hdGlvbi92MS9wYWdpbmF0aW9uLnByb3RvEhRjb21tb24ucGFnaW5hdGlvbi52MSKFAQoKUGFnaW5hdGlvbhIMCgRwYWdlGAEgASgNEg0KBWxpbWl0GAIgASgNEhMKC3RvdGFsX2l0ZW1zGAMgASgEEhMKC3RvdGFsX3BhZ2VzGAQgASgNEhUKDWhhc19uZXh0X3BhZ2UYBSABKAgSGQoRaGFzX3ByZXZpb3VzX3BhZ2UYBiABKAhiBnByb3RvMw");
8
+ export const file_common_pagination_v1_pagination = /*@__PURE__*/ fileDesc("CiVjb21tb24vcGFnaW5hdGlvbi92MS9wYWdpbmF0aW9uLnByb3RvEhRjb21tb24ucGFnaW5hdGlvbi52MSKFAQoKUGFnaW5hdGlvbhIMCgRwYWdlGAEgASgNEg0KBWxpbWl0GAIgASgNEhMKC3RvdGFsX2l0ZW1zGAMgASgNEhMKC3RvdGFsX3BhZ2VzGAQgASgNEhUKDWhhc19uZXh0X3BhZ2UYBSABKAgSGQoRaGFzX3ByZXZpb3VzX3BhZ2UYBiABKAhiBnByb3RvMw");
9
9
  /**
10
10
  * Describes the message common.pagination.v1.Pagination.
11
11
  * Use `create(PaginationSchema)` to create a new message.