@togatherlabs/event-sdk 1.0.61 → 1.0.62
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.
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
|
+
// @generated from file partner/v1/partner_forgot_password.proto (package partner.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 partner/v1/partner_forgot_password.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_partner_v1_partner_forgot_password: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @generated from message partner.v1.PartnerForgotPasswordPayload
|
|
15
|
+
*/
|
|
16
|
+
export declare type PartnerForgotPasswordPayload = Message<"partner.v1.PartnerForgotPasswordPayload"> & {
|
|
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 partner_full_name = 3;
|
|
29
|
+
*/
|
|
30
|
+
partnerFullName: string;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: int64 requested_at = 4;
|
|
34
|
+
*/
|
|
35
|
+
requestedAt: bigint;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Describes the message partner.v1.PartnerForgotPasswordPayload.
|
|
40
|
+
* Use `create(PartnerForgotPasswordPayloadSchema)` to create a new message.
|
|
41
|
+
*/
|
|
42
|
+
export declare const PartnerForgotPasswordPayloadSchema: GenMessage<PartnerForgotPasswordPayload>;
|
|
43
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
|
+
// @generated from file partner/v1/partner_forgot_password.proto (package partner.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file partner/v1/partner_forgot_password.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_partner_v1_partner_forgot_password = /*@__PURE__*/
|
|
11
|
+
fileDesc("CihwYXJ0bmVyL3YxL3BhcnRuZXJfZm9yZ290X3Bhc3N3b3JkLnByb3RvEgpwYXJ0bmVyLnYxInwKHFBhcnRuZXJGb3Jnb3RQYXNzd29yZFBheWxvYWQSHAoUcGFzc3dvcmRfcmVzZXRfdG9rZW4YASABKAkSDQoFZW1haWwYAiABKAkSGQoRcGFydG5lcl9mdWxsX25hbWUYAyABKAkSFAoMcmVxdWVzdGVkX2F0GAQgASgDQnUKDmNvbS5wYXJ0bmVyLnYxQhpQYXJ0bmVyRm9yZ290UGFzc3dvcmRQcm90b1ABogIDUFhYqgIKUGFydG5lci5WMcoCClBhcnRuZXJcVjHiAhZQYXJ0bmVyXFYxXEdQQk1ldGFkYXRh6gILUGFydG5lcjo6VjFiBnByb3RvMw");
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message partner.v1.PartnerForgotPasswordPayload.
|
|
15
|
+
* Use `create(PartnerForgotPasswordPayloadSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const PartnerForgotPasswordPayloadSchema = /*@__PURE__*/
|
|
18
|
+
messageDesc(file_partner_v1_partner_forgot_password, 0);
|
|
19
|
+
|