@togatherlabs/event-sdk 1.0.66 → 1.0.67
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.
|
@@ -56,9 +56,9 @@ export declare type ExperienceBookedEvent = Message<"booking.v1.ExperienceBooked
|
|
|
56
56
|
bookedAt: string;
|
|
57
57
|
|
|
58
58
|
/**
|
|
59
|
-
* @generated from field:
|
|
59
|
+
* @generated from field: string ticket_id = 10;
|
|
60
60
|
*/
|
|
61
|
-
ticketId:
|
|
61
|
+
ticketId: string;
|
|
62
62
|
|
|
63
63
|
/**
|
|
64
64
|
* 1, 2, 3, ...
|
|
@@ -9,7 +9,7 @@ import { file_experience_v1_experience_created } from "../../experience/v1/exper
|
|
|
9
9
|
* Describes the file booking/v1/experience_booked.proto.
|
|
10
10
|
*/
|
|
11
11
|
export const file_booking_v1_experience_booked = /*@__PURE__*/
|
|
12
|
-
fileDesc("
|
|
12
|
+
fileDesc("CiJib29raW5nL3YxL2V4cGVyaWVuY2VfYm9va2VkLnByb3RvEgpib29raW5nLnYxIrYCChVFeHBlcmllbmNlQm9va2VkRXZlbnQSFQoNZXhwZXJpZW5jZV9pZBgBIAEoCRISCgpzdGFydF90aW1lGAIgASgJEhAKCGVuZF90aW1lGAMgASgJEhMKC2J1Y2tldF9zaXplGAQgASgFEhUKDXRvdGFsX2J1Y2tldHMYBSABKAUSDwoHdXNlcl9pZBgHIAEoCRIQCghvcmRlcl9pZBgIIAEoCRIRCglib29rZWRfYXQYCSABKAkSEQoJdGlja2V0X2lkGAogASgJEhwKFGJ1Y2tldF9zZXJpYWxfbnVtYmVyGAsgASgFEiIKGmFtb3VudF9wYXllZF9pbl9iYXNlX3VuaXRzGAwgASgFEikKCGN1cnJlbmN5GA0gASgOMhcuZXhwZXJpZW5jZS52MS5DdXJyZW5jeUJwCg5jb20uYm9va2luZy52MUIVRXhwZXJpZW5jZUJvb2tlZFByb3RvUAGiAgNCWFiqAgpCb29raW5nLlYxygIKQm9va2luZ1xWMeICFkJvb2tpbmdcVjFcR1BCTWV0YWRhdGHqAgtCb29raW5nOjpWMWIGcHJvdG8z", [file_experience_v1_experience_created]);
|
|
13
13
|
|
|
14
14
|
/**
|
|
15
15
|
* Describes the message booking.v1.ExperienceBookedEvent.
|