@togatherlabs/event-sdk 1.0.35 → 1.0.36

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.
@@ -1,2 +1,3 @@
1
1
  export * from './user_account_created_pb';
2
2
  export * from './user_email_verification_requested_pb';
3
+ export * from './user_forgot_password_pb';
@@ -1,2 +1,3 @@
1
1
  export * from './user_account_created_pb';
2
2
  export * from './user_email_verification_requested_pb';
3
+ export * from './user_forgot_password_pb';
@@ -0,0 +1,43 @@
1
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=js+dts,import_extension=none"
2
+ // @generated from file user/v1/user_forgot_password.proto (package user.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
6
+ import type { Message } from "@bufbuild/protobuf";
7
+
8
+ /**
9
+ * Describes the file user/v1/user_forgot_password.proto.
10
+ */
11
+ export declare const file_user_v1_user_forgot_password: GenFile;
12
+
13
+ /**
14
+ * @generated from message user.v1.UserForgotPasswordPayload
15
+ */
16
+ export declare type UserForgotPasswordPayload = Message<"user.v1.UserForgotPasswordPayload"> & {
17
+ /**
18
+ * @generated from field: string password_reset_token = 1;
19
+ */
20
+ passwordResetToken: string;
21
+
22
+ /**
23
+ * @generated from field: string email = 2;
24
+ */
25
+ email: string;
26
+
27
+ /**
28
+ * @generated from field: string user_full_name = 3;
29
+ */
30
+ userFullName: string;
31
+
32
+ /**
33
+ * @generated from field: string requested_at = 4;
34
+ */
35
+ requestedAt: string;
36
+ };
37
+
38
+ /**
39
+ * Describes the message user.v1.UserForgotPasswordPayload.
40
+ * Use `create(UserForgotPasswordPayloadSchema)` to create a new message.
41
+ */
42
+ export declare const UserForgotPasswordPayloadSchema: GenMessage<UserForgotPasswordPayload>;
43
+
@@ -0,0 +1,19 @@
1
+ // @generated by protoc-gen-es v2.10.1 with parameter "target=js+dts,import_extension=none"
2
+ // @generated from file user/v1/user_forgot_password.proto (package user.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
6
+
7
+ /**
8
+ * Describes the file user/v1/user_forgot_password.proto.
9
+ */
10
+ export const file_user_v1_user_forgot_password = /*@__PURE__*/
11
+ fileDesc("CiJ1c2VyL3YxL3VzZXJfZm9yZ290X3Bhc3N3b3JkLnByb3RvEgd1c2VyLnYxInYKGVVzZXJGb3Jnb3RQYXNzd29yZFBheWxvYWQSHAoUcGFzc3dvcmRfcmVzZXRfdG9rZW4YASABKAkSDQoFZW1haWwYAiABKAkSFgoOdXNlcl9mdWxsX25hbWUYAyABKAkSFAoMcmVxdWVzdGVkX2F0GAQgASgJQmMKC2NvbS51c2VyLnYxQhdVc2VyRm9yZ290UGFzc3dvcmRQcm90b1ABogIDVVhYqgIHVXNlci5WMcoCB1VzZXJcVjHiAhNVc2VyXFYxXEdQQk1ldGFkYXRh6gIIVXNlcjo6VjFiBnByb3RvMw");
12
+
13
+ /**
14
+ * Describes the message user.v1.UserForgotPasswordPayload.
15
+ * Use `create(UserForgotPasswordPayloadSchema)` to create a new message.
16
+ */
17
+ export const UserForgotPasswordPayloadSchema = /*@__PURE__*/
18
+ messageDesc(file_user_v1_user_forgot_password, 0);
19
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togatherlabs/event-sdk",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "Shared Protobuf event schemas and generated code for toGather microservices",
5
5
  "exports": {
6
6
  "./admin/v1": {