@togatherlabs/event-sdk 1.0.33 → 1.0.34
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.
|
@@ -28,6 +28,16 @@ export declare type UserEmailVerificationRequested = Message<"user.v1.UserEmailV
|
|
|
28
28
|
* @generated from field: string verification_token = 3;
|
|
29
29
|
*/
|
|
30
30
|
verificationToken: string;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: string first_name = 4;
|
|
34
|
+
*/
|
|
35
|
+
firstName: string;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @generated from field: string last_name = 5;
|
|
39
|
+
*/
|
|
40
|
+
lastName: string;
|
|
31
41
|
};
|
|
32
42
|
|
|
33
43
|
/**
|
|
@@ -8,7 +8,7 @@ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
|
8
8
|
* Describes the file user/v1/user_email_verification_requested.proto.
|
|
9
9
|
*/
|
|
10
10
|
export const file_user_v1_user_email_verification_requested = /*@__PURE__*/
|
|
11
|
-
fileDesc("
|
|
11
|
+
fileDesc("Ci91c2VyL3YxL3VzZXJfZW1haWxfdmVyaWZpY2F0aW9uX3JlcXVlc3RlZC5wcm90bxIHdXNlci52MSJ+Ch5Vc2VyRW1haWxWZXJpZmljYXRpb25SZXF1ZXN0ZWQSCgoCaWQYASABKAkSDQoFZW1haWwYAiABKAkSGgoSdmVyaWZpY2F0aW9uX3Rva2VuGAMgASgJEhIKCmZpcnN0X25hbWUYBCABKAkSEQoJbGFzdF9uYW1lGAUgASgJQm8KC2NvbS51c2VyLnYxQiNVc2VyRW1haWxWZXJpZmljYXRpb25SZXF1ZXN0ZWRQcm90b1ABogIDVVhYqgIHVXNlci5WMcoCB1VzZXJcVjHiAhNVc2VyXFYxXEdQQk1ldGFkYXRh6gIIVXNlcjo6VjFiBnByb3RvMw");
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* Describes the message user.v1.UserEmailVerificationRequested.
|