@togatherlabs/event-sdk 1.0.36 → 1.0.37

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.
@@ -30,9 +30,9 @@ export declare type UserForgotPasswordPayload = Message<"user.v1.UserForgotPassw
30
30
  userFullName: string;
31
31
 
32
32
  /**
33
- * @generated from field: string requested_at = 4;
33
+ * @generated from field: int64 requested_at = 4;
34
34
  */
35
- requestedAt: string;
35
+ requestedAt: bigint;
36
36
  };
37
37
 
38
38
  /**
@@ -8,7 +8,7 @@ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
8
8
  * Describes the file user/v1/user_forgot_password.proto.
9
9
  */
10
10
  export const file_user_v1_user_forgot_password = /*@__PURE__*/
11
- fileDesc("CiJ1c2VyL3YxL3VzZXJfZm9yZ290X3Bhc3N3b3JkLnByb3RvEgd1c2VyLnYxInYKGVVzZXJGb3Jnb3RQYXNzd29yZFBheWxvYWQSHAoUcGFzc3dvcmRfcmVzZXRfdG9rZW4YASABKAkSDQoFZW1haWwYAiABKAkSFgoOdXNlcl9mdWxsX25hbWUYAyABKAkSFAoMcmVxdWVzdGVkX2F0GAQgASgJQmMKC2NvbS51c2VyLnYxQhdVc2VyRm9yZ290UGFzc3dvcmRQcm90b1ABogIDVVhYqgIHVXNlci5WMcoCB1VzZXJcVjHiAhNVc2VyXFYxXEdQQk1ldGFkYXRh6gIIVXNlcjo6VjFiBnByb3RvMw");
11
+ fileDesc("CiJ1c2VyL3YxL3VzZXJfZm9yZ290X3Bhc3N3b3JkLnByb3RvEgd1c2VyLnYxInYKGVVzZXJGb3Jnb3RQYXNzd29yZFBheWxvYWQSHAoUcGFzc3dvcmRfcmVzZXRfdG9rZW4YASABKAkSDQoFZW1haWwYAiABKAkSFgoOdXNlcl9mdWxsX25hbWUYAyABKAkSFAoMcmVxdWVzdGVkX2F0GAQgASgDQmMKC2NvbS51c2VyLnYxQhdVc2VyRm9yZ290UGFzc3dvcmRQcm90b1ABogIDVVhYqgIHVXNlci5WMcoCB1VzZXJcVjHiAhNVc2VyXFYxXEdQQk1ldGFkYXRh6gIIVXNlcjo6VjFiBnByb3RvMw");
12
12
 
13
13
  /**
14
14
  * Describes the message user.v1.UserForgotPasswordPayload.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togatherlabs/event-sdk",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "Shared Protobuf event schemas and generated code for toGather microservices",
5
5
  "exports": {
6
6
  "./admin/v1": {