@togatherlabs/event-sdk 1.0.34 → 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,14 +1,14 @@
1
1
  // @generated by protoc-gen-es v2.10.1 with parameter "target=js+dts,import_extension=none"
2
- // @generated from file admin/v1/admin_emai_verification_requested.proto (package admin.v1, syntax proto3)
2
+ // @generated from file admin/v1/admin_email_verification_requested.proto (package admin.v1, syntax proto3)
3
3
  /* eslint-disable */
4
4
 
5
5
  import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
6
6
  import type { Message } from "@bufbuild/protobuf";
7
7
 
8
8
  /**
9
- * Describes the file admin/v1/admin_emai_verification_requested.proto.
9
+ * Describes the file admin/v1/admin_email_verification_requested.proto.
10
10
  */
11
- export declare const file_admin_v1_admin_emai_verification_requested: GenFile;
11
+ export declare const file_admin_v1_admin_email_verification_requested: GenFile;
12
12
 
13
13
  /**
14
14
  * @generated from message admin.v1.AdminEmailVerificationRequestedPayload
@@ -25,9 +25,9 @@ export declare type AdminEmailVerificationRequestedPayload = Message<"admin.v1.A
25
25
  email: string;
26
26
 
27
27
  /**
28
- * @generated from field: optional string fullname = 12;
28
+ * @generated from field: string fullname = 12;
29
29
  */
30
- fullname?: string;
30
+ fullname: string;
31
31
 
32
32
  /**
33
33
  * @generated from field: string verification_token = 13;
@@ -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 admin/v1/admin_email_verification_requested.proto (package admin.v1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
6
+
7
+ /**
8
+ * Describes the file admin/v1/admin_email_verification_requested.proto.
9
+ */
10
+ export const file_admin_v1_admin_email_verification_requested = /*@__PURE__*/
11
+ fileDesc("CjFhZG1pbi92MS9hZG1pbl9lbWFpbF92ZXJpZmljYXRpb25fcmVxdWVzdGVkLnByb3RvEghhZG1pbi52MSKFAQomQWRtaW5FbWFpbFZlcmlmaWNhdGlvblJlcXVlc3RlZFBheWxvYWQSCgoCaWQYCiABKAkSDQoFZW1haWwYCyABKAkSEAoIZnVsbG5hbWUYDCABKAkSGgoSdmVyaWZpY2F0aW9uX3Rva2VuGA0gASgJEhIKCmNyZWF0ZWRfYXQYDiABKANCdQoMY29tLmFkbWluLnYxQiRBZG1pbkVtYWlsVmVyaWZpY2F0aW9uUmVxdWVzdGVkUHJvdG9QAaICA0FYWKoCCEFkbWluLlYxygIIQWRtaW5cVjHiAhRBZG1pblxWMVxHUEJNZXRhZGF0YeoCCUFkbWluOjpWMWIGcHJvdG8z");
12
+
13
+ /**
14
+ * Describes the message admin.v1.AdminEmailVerificationRequestedPayload.
15
+ * Use `create(AdminEmailVerificationRequestedPayloadSchema)` to create a new message.
16
+ */
17
+ export const AdminEmailVerificationRequestedPayloadSchema = /*@__PURE__*/
18
+ messageDesc(file_admin_v1_admin_email_verification_requested, 0);
19
+
@@ -1,2 +1,2 @@
1
1
  export * from './admin_account_created_pb';
2
- export * from './admin_emai_verification_requested_pb';
2
+ export * from './admin_email_verification_requested_pb';
@@ -1,2 +1,2 @@
1
1
  export * from './admin_account_created_pb';
2
- export * from './admin_emai_verification_requested_pb';
2
+ export * from './admin_email_verification_requested_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';
@@ -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';
@@ -11,38 +11,38 @@ import type { Message } from "@bufbuild/protobuf";
11
11
  export declare const file_user_v1_user_email_verification_requested: GenFile;
12
12
 
13
13
  /**
14
- * @generated from message user.v1.UserEmailVerificationRequested
14
+ * @generated from message user.v1.UserEmailVerificationRequestedPayload
15
15
  */
16
- export declare type UserEmailVerificationRequested = Message<"user.v1.UserEmailVerificationRequested"> & {
16
+ export declare type UserEmailVerificationRequestedPayload = Message<"user.v1.UserEmailVerificationRequestedPayload"> & {
17
17
  /**
18
- * @generated from field: string id = 1;
18
+ * @generated from field: string id = 10;
19
19
  */
20
20
  id: string;
21
21
 
22
22
  /**
23
- * @generated from field: string email = 2;
23
+ * @generated from field: string email = 11;
24
24
  */
25
25
  email: string;
26
26
 
27
27
  /**
28
- * @generated from field: string verification_token = 3;
28
+ * @generated from field: string fullname = 12;
29
29
  */
30
- verificationToken: string;
30
+ fullname: string;
31
31
 
32
32
  /**
33
- * @generated from field: string first_name = 4;
33
+ * @generated from field: string verification_token = 13;
34
34
  */
35
- firstName: string;
35
+ verificationToken: string;
36
36
 
37
37
  /**
38
- * @generated from field: string last_name = 5;
38
+ * @generated from field: int64 created_at = 14;
39
39
  */
40
- lastName: string;
40
+ createdAt: bigint;
41
41
  };
42
42
 
43
43
  /**
44
- * Describes the message user.v1.UserEmailVerificationRequested.
45
- * Use `create(UserEmailVerificationRequestedSchema)` to create a new message.
44
+ * Describes the message user.v1.UserEmailVerificationRequestedPayload.
45
+ * Use `create(UserEmailVerificationRequestedPayloadSchema)` to create a new message.
46
46
  */
47
- export declare const UserEmailVerificationRequestedSchema: GenMessage<UserEmailVerificationRequested>;
47
+ export declare const UserEmailVerificationRequestedPayloadSchema: GenMessage<UserEmailVerificationRequestedPayload>;
48
48
 
@@ -8,12 +8,12 @@ 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("Ci91c2VyL3YxL3VzZXJfZW1haWxfdmVyaWZpY2F0aW9uX3JlcXVlc3RlZC5wcm90bxIHdXNlci52MSJ+Ch5Vc2VyRW1haWxWZXJpZmljYXRpb25SZXF1ZXN0ZWQSCgoCaWQYASABKAkSDQoFZW1haWwYAiABKAkSGgoSdmVyaWZpY2F0aW9uX3Rva2VuGAMgASgJEhIKCmZpcnN0X25hbWUYBCABKAkSEQoJbGFzdF9uYW1lGAUgASgJQm8KC2NvbS51c2VyLnYxQiNVc2VyRW1haWxWZXJpZmljYXRpb25SZXF1ZXN0ZWRQcm90b1ABogIDVVhYqgIHVXNlci5WMcoCB1VzZXJcVjHiAhNVc2VyXFYxXEdQQk1ldGFkYXRh6gIIVXNlcjo6VjFiBnByb3RvMw");
11
+ fileDesc("Ci91c2VyL3YxL3VzZXJfZW1haWxfdmVyaWZpY2F0aW9uX3JlcXVlc3RlZC5wcm90bxIHdXNlci52MSKEAQolVXNlckVtYWlsVmVyaWZpY2F0aW9uUmVxdWVzdGVkUGF5bG9hZBIKCgJpZBgKIAEoCRINCgVlbWFpbBgLIAEoCRIQCghmdWxsbmFtZRgMIAEoCRIaChJ2ZXJpZmljYXRpb25fdG9rZW4YDSABKAkSEgoKY3JlYXRlZF9hdBgOIAEoA0JvCgtjb20udXNlci52MUIjVXNlckVtYWlsVmVyaWZpY2F0aW9uUmVxdWVzdGVkUHJvdG9QAaICA1VYWKoCB1VzZXIuVjHKAgdVc2VyXFYx4gITVXNlclxWMVxHUEJNZXRhZGF0YeoCCFVzZXI6OlYxYgZwcm90bzM");
12
12
 
13
13
  /**
14
- * Describes the message user.v1.UserEmailVerificationRequested.
15
- * Use `create(UserEmailVerificationRequestedSchema)` to create a new message.
14
+ * Describes the message user.v1.UserEmailVerificationRequestedPayload.
15
+ * Use `create(UserEmailVerificationRequestedPayloadSchema)` to create a new message.
16
16
  */
17
- export const UserEmailVerificationRequestedSchema = /*@__PURE__*/
17
+ export const UserEmailVerificationRequestedPayloadSchema = /*@__PURE__*/
18
18
  messageDesc(file_user_v1_user_email_verification_requested, 0);
19
19
 
@@ -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.34",
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": {
@@ -1,19 +0,0 @@
1
- // @generated by protoc-gen-es v2.10.1 with parameter "target=js+dts,import_extension=none"
2
- // @generated from file admin/v1/admin_emai_verification_requested.proto (package admin.v1, syntax proto3)
3
- /* eslint-disable */
4
-
5
- import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
6
-
7
- /**
8
- * Describes the file admin/v1/admin_emai_verification_requested.proto.
9
- */
10
- export const file_admin_v1_admin_emai_verification_requested = /*@__PURE__*/
11
- fileDesc("CjBhZG1pbi92MS9hZG1pbl9lbWFpX3ZlcmlmaWNhdGlvbl9yZXF1ZXN0ZWQucHJvdG8SCGFkbWluLnYxIpcBCiZBZG1pbkVtYWlsVmVyaWZpY2F0aW9uUmVxdWVzdGVkUGF5bG9hZBIKCgJpZBgKIAEoCRINCgVlbWFpbBgLIAEoCRIVCghmdWxsbmFtZRgMIAEoCUgAiAEBEhoKEnZlcmlmaWNhdGlvbl90b2tlbhgNIAEoCRISCgpjcmVhdGVkX2F0GA4gASgDQgsKCV9mdWxsbmFtZUJ0Cgxjb20uYWRtaW4udjFCI0FkbWluRW1haVZlcmlmaWNhdGlvblJlcXVlc3RlZFByb3RvUAGiAgNBWFiqAghBZG1pbi5WMcoCCEFkbWluXFYx4gIUQWRtaW5cVjFcR1BCTWV0YWRhdGHqAglBZG1pbjo6VjFiBnByb3RvMw");
12
-
13
- /**
14
- * Describes the message admin.v1.AdminEmailVerificationRequestedPayload.
15
- * Use `create(AdminEmailVerificationRequestedPayloadSchema)` to create a new message.
16
- */
17
- export const AdminEmailVerificationRequestedPayloadSchema = /*@__PURE__*/
18
- messageDesc(file_admin_v1_admin_emai_verification_requested, 0);
19
-