@togatherlabs/event-sdk 1.0.29 → 1.0.30

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.
@@ -15,9 +15,9 @@ export declare const file_common_v1_event_envelop: GenFile;
15
15
  */
16
16
  export declare type EventEnvelope = Message<"common.v1.EventEnvelope"> & {
17
17
  /**
18
- * @generated from field: string event_name = 1;
18
+ * @generated from field: string event_type = 1;
19
19
  */
20
- eventName: string;
20
+ eventType: string;
21
21
 
22
22
  /**
23
23
  * @generated from field: int32 event_version = 2;
@@ -8,7 +8,7 @@ import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
8
8
  * Describes the file common/v1/event_envelop.proto.
9
9
  */
10
10
  export const file_common_v1_event_envelop = /*@__PURE__*/
11
- fileDesc("Ch1jb21tb24vdjEvZXZlbnRfZW52ZWxvcC5wcm90bxIJY29tbW9uLnYxIoIBCg1FdmVudEVudmVsb3BlEhIKCmV2ZW50X25hbWUYASABKAkSFQoNZXZlbnRfdmVyc2lvbhgCIAEoBRIRCgl0aW1lc3RhbXAYAyABKAMSFQoIdHJhY2VfaWQYBCABKAlIAIgBARIPCgdwYXlsb2FkGAUgASgMQgsKCV90cmFjZV9pZEJnCg1jb20uY29tbW9uLnYxQhFFdmVudEVudmVsb3BQcm90b1ABogIDQ1hYqgIJQ29tbW9uLlYxygIJQ29tbW9uXFYx4gIVQ29tbW9uXFYxXEdQQk1ldGFkYXRh6gIKQ29tbW9uOjpWMWIGcHJvdG8z");
11
+ fileDesc("Ch1jb21tb24vdjEvZXZlbnRfZW52ZWxvcC5wcm90bxIJY29tbW9uLnYxIoIBCg1FdmVudEVudmVsb3BlEhIKCmV2ZW50X3R5cGUYASABKAkSFQoNZXZlbnRfdmVyc2lvbhgCIAEoBRIRCgl0aW1lc3RhbXAYAyABKAMSFQoIdHJhY2VfaWQYBCABKAlIAIgBARIPCgdwYXlsb2FkGAUgASgMQgsKCV90cmFjZV9pZEJnCg1jb20uY29tbW9uLnYxQhFFdmVudEVudmVsb3BQcm90b1ABogIDQ1hYqgIJQ29tbW9uLlYxygIJQ29tbW9uXFYx4gIVQ29tbW9uXFYxXEdQQk1ldGFkYXRh6gIKQ29tbW9uOjpWMWIGcHJvdG8z");
12
12
 
13
13
  /**
14
14
  * Describes the message common.v1.EventEnvelope.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togatherlabs/event-sdk",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Shared Protobuf event schemas and generated code for toGather microservices",
5
5
  "exports": {
6
6
  "./admin/v1": {