@togatherlabs/event-sdk 1.0.30 → 1.0.33
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/gen/ts/user/v1/index.js
CHANGED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.10.1 with parameter "target=js+dts,import_extension=none"
|
|
2
|
+
// @generated from file user/v1/user_email_verification_requested.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_email_verification_requested.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_user_v1_user_email_verification_requested: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @generated from message user.v1.UserEmailVerificationRequested
|
|
15
|
+
*/
|
|
16
|
+
export declare type UserEmailVerificationRequested = Message<"user.v1.UserEmailVerificationRequested"> & {
|
|
17
|
+
/**
|
|
18
|
+
* @generated from field: string id = 1;
|
|
19
|
+
*/
|
|
20
|
+
id: string;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: string email = 2;
|
|
24
|
+
*/
|
|
25
|
+
email: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: string verification_token = 3;
|
|
29
|
+
*/
|
|
30
|
+
verificationToken: string;
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Describes the message user.v1.UserEmailVerificationRequested.
|
|
35
|
+
* Use `create(UserEmailVerificationRequestedSchema)` to create a new message.
|
|
36
|
+
*/
|
|
37
|
+
export declare const UserEmailVerificationRequestedSchema: GenMessage<UserEmailVerificationRequested>;
|
|
38
|
+
|
|
@@ -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_email_verification_requested.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_email_verification_requested.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_user_v1_user_email_verification_requested = /*@__PURE__*/
|
|
11
|
+
fileDesc("Ci91c2VyL3YxL3VzZXJfZW1haWxfdmVyaWZpY2F0aW9uX3JlcXVlc3RlZC5wcm90bxIHdXNlci52MSJXCh5Vc2VyRW1haWxWZXJpZmljYXRpb25SZXF1ZXN0ZWQSCgoCaWQYASABKAkSDQoFZW1haWwYAiABKAkSGgoSdmVyaWZpY2F0aW9uX3Rva2VuGAMgASgJQm8KC2NvbS51c2VyLnYxQiNVc2VyRW1haWxWZXJpZmljYXRpb25SZXF1ZXN0ZWRQcm90b1ABogIDVVhYqgIHVXNlci5WMcoCB1VzZXJcVjHiAhNVc2VyXFYxXEdQQk1ldGFkYXRh6gIIVXNlcjo6VjFiBnByb3RvMw");
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message user.v1.UserEmailVerificationRequested.
|
|
15
|
+
* Use `create(UserEmailVerificationRequestedSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const UserEmailVerificationRequestedSchema = /*@__PURE__*/
|
|
18
|
+
messageDesc(file_user_v1_user_email_verification_requested, 0);
|
|
19
|
+
|