@togatherlabs/event-sdk 1.0.63 → 1.0.64

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.
@@ -5,6 +5,7 @@
5
5
  import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
6
6
  import type { Message } from "@bufbuild/protobuf";
7
7
  import type { RequestTrigger } from "./recommendation_served_pb";
8
+ import type { Address } from "../../user/v1/user_profile_created_pb";
8
9
 
9
10
  /**
10
11
  * Describes the file feed/v1/feed_miss_trigger.proto.
@@ -41,6 +42,11 @@ export declare type FeedMissTriggerEventPayload = Message<"feed.v1.FeedMissTrigg
41
42
  * @generated from field: feed.v1.RequestTrigger trigger_type = 5;
42
43
  */
43
44
  triggerType: RequestTrigger;
45
+
46
+ /**
47
+ * @generated from field: user.v1.Address current_address = 6;
48
+ */
49
+ currentAddress?: Address;
44
50
  };
45
51
 
46
52
  /**
@@ -4,12 +4,13 @@
4
4
 
5
5
  import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
6
6
  import { file_feed_v1_recommendation_served } from "./recommendation_served_pb";
7
+ import { file_user_v1_user_profile_created } from "../../user/v1/user_profile_created_pb";
7
8
 
8
9
  /**
9
10
  * Describes the file feed/v1/feed_miss_trigger.proto.
10
11
  */
11
12
  export const file_feed_v1_feed_miss_trigger = /*@__PURE__*/
12
- fileDesc("Ch9mZWVkL3YxL2ZlZWRfbWlzc190cmlnZ2VyLnByb3RvEgdmZWVkLnYxIq4BChtGZWVkTWlzc1RyaWdnZXJFdmVudFBheWxvYWQSDwoHdXNlcl9pZBgDIAEoCRISCgpyZXF1ZXN0X2lkGAEgASgJEhMKC29jY3VycmVkX2F0GAIgASgDEhcKCnNlc3Npb25faWQYBCABKAlIAIgBARItCgx0cmlnZ2VyX3R5cGUYBSABKA4yFy5mZWVkLnYxLlJlcXVlc3RUcmlnZ2VyQg0KC19zZXNzaW9uX2lkQmAKC2NvbS5mZWVkLnYxQhRGZWVkTWlzc1RyaWdnZXJQcm90b1ABogIDRlhYqgIHRmVlZC5WMcoCB0ZlZWRcVjHiAhNGZWVkXFYxXEdQQk1ldGFkYXRh6gIIRmVlZDo6VjFiBnByb3RvMw", [file_feed_v1_recommendation_served]);
13
+ fileDesc("Ch9mZWVkL3YxL2ZlZWRfbWlzc190cmlnZ2VyLnByb3RvEgdmZWVkLnYxItkBChtGZWVkTWlzc1RyaWdnZXJFdmVudFBheWxvYWQSDwoHdXNlcl9pZBgDIAEoCRISCgpyZXF1ZXN0X2lkGAEgASgJEhMKC29jY3VycmVkX2F0GAIgASgDEhcKCnNlc3Npb25faWQYBCABKAlIAIgBARItCgx0cmlnZ2VyX3R5cGUYBSABKA4yFy5mZWVkLnYxLlJlcXVlc3RUcmlnZ2VyEikKD2N1cnJlbnRfYWRkcmVzcxgGIAEoCzIQLnVzZXIudjEuQWRkcmVzc0INCgtfc2Vzc2lvbl9pZEJgCgtjb20uZmVlZC52MUIURmVlZE1pc3NUcmlnZ2VyUHJvdG9QAaICA0ZYWKoCB0ZlZWQuVjHKAgdGZWVkXFYx4gITRmVlZFxWMVxHUEJNZXRhZGF0YeoCCEZlZWQ6OlYxYgZwcm90bzM", [file_feed_v1_recommendation_served, file_user_v1_user_profile_created]);
13
14
 
14
15
  /**
15
16
  * Describes the message feed.v1.FeedMissTriggerEventPayload.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togatherlabs/event-sdk",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "description": "Shared Protobuf event schemas and generated code for toGather microservices",
5
5
  "exports": {
6
6
  "./admin/v1": {