@togatherlabs/event-sdk 1.0.43 → 1.0.45
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.
- package/gen/ts/admin/v1/admin_account_created_pb.d.ts +1 -1
- package/gen/ts/admin/v1/admin_account_created_pb.js +1 -1
- package/gen/ts/admin/v1/admin_email_verification_requested_pb.d.ts +1 -1
- package/gen/ts/admin/v1/admin_email_verification_requested_pb.js +1 -1
- package/gen/ts/common/v1/event_envelop_pb.d.ts +1 -1
- package/gen/ts/common/v1/event_envelop_pb.js +1 -1
- package/gen/ts/experience/v1/category_pb.d.ts +43 -0
- package/gen/ts/experience/v1/category_pb.js +19 -0
- package/gen/ts/experience/v1/experience_created_pb.d.ts +262 -0
- package/gen/ts/experience/v1/experience_created_pb.js +47 -0
- package/gen/ts/experience/v1/index.d.ts +3 -0
- package/gen/ts/experience/v1/index.js +3 -0
- package/gen/ts/experience/v1/tag_pb.d.ts +53 -0
- package/gen/ts/experience/v1/tag_pb.js +19 -0
- package/gen/ts/index.d.ts +1 -0
- package/gen/ts/index.js +1 -0
- package/gen/ts/partner/v1/parter_account_created_pb.d.ts +1 -1
- package/gen/ts/partner/v1/parter_account_created_pb.js +1 -1
- package/gen/ts/partner/v1/partner_emai_verification_requested_pb.d.ts +1 -1
- package/gen/ts/partner/v1/partner_emai_verification_requested_pb.js +1 -1
- package/gen/ts/user/v1/user_account_created_pb.d.ts +1 -1
- package/gen/ts/user/v1/user_account_created_pb.js +1 -1
- package/gen/ts/user/v1/user_email_verification_requested_pb.d.ts +1 -1
- package/gen/ts/user/v1/user_email_verification_requested_pb.js +1 -1
- package/gen/ts/user/v1/user_forgot_password_pb.d.ts +1 -1
- package/gen/ts/user/v1/user_forgot_password_pb.js +1 -1
- package/gen/ts/user/v1/user_profile_created_pb.d.ts +1 -1
- package/gen/ts/user/v1/user_profile_created_pb.js +1 -1
- package/package.json +22 -14
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file admin/v1/admin_account_created.proto (package admin.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file admin/v1/admin_account_created.proto (package admin.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file admin/v1/admin_email_verification_requested.proto (package admin.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file admin/v1/admin_email_verification_requested.proto (package admin.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file common/v1/event_envelop.proto (package common.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file common/v1/event_envelop.proto (package common.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -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 experience/v1/category.proto (package experience.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 experience/v1/category.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_experience_v1_category: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @generated from message experience.v1.Category
|
|
15
|
+
*/
|
|
16
|
+
export declare type Category = Message<"experience.v1.Category"> & {
|
|
17
|
+
/**
|
|
18
|
+
* @generated from field: string id = 1;
|
|
19
|
+
*/
|
|
20
|
+
id: string;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: string name = 2;
|
|
24
|
+
*/
|
|
25
|
+
name: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: int64 created_at = 3;
|
|
29
|
+
*/
|
|
30
|
+
createdAt: bigint;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: int64 updated_at = 4;
|
|
34
|
+
*/
|
|
35
|
+
updatedAt: bigint;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Describes the message experience.v1.Category.
|
|
40
|
+
* Use `create(CategorySchema)` to create a new message.
|
|
41
|
+
*/
|
|
42
|
+
export declare const CategorySchema: GenMessage<Category>;
|
|
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 experience/v1/category.proto (package experience.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file experience/v1/category.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_experience_v1_category = /*@__PURE__*/
|
|
11
|
+
fileDesc("ChxleHBlcmllbmNlL3YxL2NhdGVnb3J5LnByb3RvEg1leHBlcmllbmNlLnYxIkwKCENhdGVnb3J5EgoKAmlkGAEgASgJEgwKBG5hbWUYAiABKAkSEgoKY3JlYXRlZF9hdBgDIAEoAxISCgp1cGRhdGVkX2F0GAQgASgDQncKEWNvbS5leHBlcmllbmNlLnYxQg1DYXRlZ29yeVByb3RvUAGiAgNFWFiqAg1FeHBlcmllbmNlLlYxygINRXhwZXJpZW5jZVxWMeICGUV4cGVyaWVuY2VcVjFcR1BCTWV0YWRhdGHqAg5FeHBlcmllbmNlOjpWMWIGcHJvdG8z");
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message experience.v1.Category.
|
|
15
|
+
* Use `create(CategorySchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const CategorySchema = /*@__PURE__*/
|
|
18
|
+
messageDesc(file_experience_v1_category, 0);
|
|
19
|
+
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
|
+
// @generated from file experience/v1/experience_created.proto (package experience.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
7
|
+
import type { Tag } from "./tag_pb";
|
|
8
|
+
import type { Category } from "./category_pb";
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file experience/v1/experience_created.proto.
|
|
12
|
+
*/
|
|
13
|
+
export declare const file_experience_v1_experience_created: GenFile;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* @generated from message experience.v1.ExperienceCreated
|
|
17
|
+
*/
|
|
18
|
+
export declare type ExperienceCreated = Message<"experience.v1.ExperienceCreated"> & {
|
|
19
|
+
/**
|
|
20
|
+
* @generated from field: string id = 1;
|
|
21
|
+
*/
|
|
22
|
+
id: string;
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: string name = 2;
|
|
26
|
+
*/
|
|
27
|
+
name: string;
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* @generated from field: string description = 3;
|
|
31
|
+
*/
|
|
32
|
+
description: string;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* @generated from field: string thumbnail_key = 4;
|
|
36
|
+
*/
|
|
37
|
+
thumbnailKey: string;
|
|
38
|
+
|
|
39
|
+
/**
|
|
40
|
+
* @generated from field: string creator_type = 5;
|
|
41
|
+
*/
|
|
42
|
+
creatorType: string;
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* @generated from field: string creator_id = 6;
|
|
46
|
+
*/
|
|
47
|
+
creatorId: string;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* @generated from field: experience.v1.Address event_location = 7;
|
|
51
|
+
*/
|
|
52
|
+
eventLocation?: Address;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* @generated from field: experience.v1.Currency price_currency = 8;
|
|
56
|
+
*/
|
|
57
|
+
priceCurrency: Currency;
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* @generated from field: int64 price_amount = 9;
|
|
61
|
+
*/
|
|
62
|
+
priceAmount: bigint;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* @generated from field: int64 start_time = 10;
|
|
66
|
+
*/
|
|
67
|
+
startTime: bigint;
|
|
68
|
+
|
|
69
|
+
/**
|
|
70
|
+
* @generated from field: int64 end_time = 11;
|
|
71
|
+
*/
|
|
72
|
+
endTime: bigint;
|
|
73
|
+
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: int32 bucket_size = 12;
|
|
76
|
+
*/
|
|
77
|
+
bucketSize: number;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* @generated from field: int32 total_buckets = 13;
|
|
81
|
+
*/
|
|
82
|
+
totalBuckets: number;
|
|
83
|
+
|
|
84
|
+
/**
|
|
85
|
+
* @generated from field: repeated experience.v1.Tag tags = 14;
|
|
86
|
+
*/
|
|
87
|
+
tags: Tag[];
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* @generated from field: experience.v1.Category category = 15;
|
|
91
|
+
*/
|
|
92
|
+
category?: Category;
|
|
93
|
+
|
|
94
|
+
/**
|
|
95
|
+
* @generated from field: int64 created_at = 16;
|
|
96
|
+
*/
|
|
97
|
+
createdAt: bigint;
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* @generated from field: int64 updated_at = 17;
|
|
101
|
+
*/
|
|
102
|
+
updatedAt: bigint;
|
|
103
|
+
};
|
|
104
|
+
|
|
105
|
+
/**
|
|
106
|
+
* Describes the message experience.v1.ExperienceCreated.
|
|
107
|
+
* Use `create(ExperienceCreatedSchema)` to create a new message.
|
|
108
|
+
*/
|
|
109
|
+
export declare const ExperienceCreatedSchema: GenMessage<ExperienceCreated>;
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* @generated from message experience.v1.Address
|
|
113
|
+
*/
|
|
114
|
+
export declare type Address = Message<"experience.v1.Address"> & {
|
|
115
|
+
/**
|
|
116
|
+
* @generated from field: string id = 1;
|
|
117
|
+
*/
|
|
118
|
+
id: string;
|
|
119
|
+
|
|
120
|
+
/**
|
|
121
|
+
* @generated from field: string line1 = 2;
|
|
122
|
+
*/
|
|
123
|
+
line1: string;
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* @generated from field: string line2 = 3;
|
|
127
|
+
*/
|
|
128
|
+
line2: string;
|
|
129
|
+
|
|
130
|
+
/**
|
|
131
|
+
* @generated from field: string city = 4;
|
|
132
|
+
*/
|
|
133
|
+
city: string;
|
|
134
|
+
|
|
135
|
+
/**
|
|
136
|
+
* @generated from field: int32 postal_code = 5;
|
|
137
|
+
*/
|
|
138
|
+
postalCode: number;
|
|
139
|
+
|
|
140
|
+
/**
|
|
141
|
+
* @generated from field: string country = 6;
|
|
142
|
+
*/
|
|
143
|
+
country: string;
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* @generated from field: experience.v1.Coordinate coordinate = 7;
|
|
147
|
+
*/
|
|
148
|
+
coordinate?: Coordinate;
|
|
149
|
+
};
|
|
150
|
+
|
|
151
|
+
/**
|
|
152
|
+
* Describes the message experience.v1.Address.
|
|
153
|
+
* Use `create(AddressSchema)` to create a new message.
|
|
154
|
+
*/
|
|
155
|
+
export declare const AddressSchema: GenMessage<Address>;
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* @generated from message experience.v1.Coordinate
|
|
159
|
+
*/
|
|
160
|
+
export declare type Coordinate = Message<"experience.v1.Coordinate"> & {
|
|
161
|
+
/**
|
|
162
|
+
* @generated from field: double latitude = 1;
|
|
163
|
+
*/
|
|
164
|
+
latitude: number;
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* @generated from field: double longitude = 2;
|
|
168
|
+
*/
|
|
169
|
+
longitude: number;
|
|
170
|
+
};
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* Describes the message experience.v1.Coordinate.
|
|
174
|
+
* Use `create(CoordinateSchema)` to create a new message.
|
|
175
|
+
*/
|
|
176
|
+
export declare const CoordinateSchema: GenMessage<Coordinate>;
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* @generated from enum experience.v1.Currency
|
|
180
|
+
*/
|
|
181
|
+
export enum Currency {
|
|
182
|
+
/**
|
|
183
|
+
* @generated from enum value: CURRENCY_UNSPECIFIED = 0;
|
|
184
|
+
*/
|
|
185
|
+
UNSPECIFIED = 0,
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* India
|
|
189
|
+
*
|
|
190
|
+
* @generated from enum value: CURRENCY_INR = 1;
|
|
191
|
+
*/
|
|
192
|
+
INR = 1,
|
|
193
|
+
|
|
194
|
+
/**
|
|
195
|
+
* United States
|
|
196
|
+
*
|
|
197
|
+
* @generated from enum value: CURRENCY_USD = 2;
|
|
198
|
+
*/
|
|
199
|
+
USD = 2,
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* European Union
|
|
203
|
+
*
|
|
204
|
+
* @generated from enum value: CURRENCY_EUR = 3;
|
|
205
|
+
*/
|
|
206
|
+
EUR = 3,
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* United Kingdom
|
|
210
|
+
*
|
|
211
|
+
* @generated from enum value: CURRENCY_GBP = 4;
|
|
212
|
+
*/
|
|
213
|
+
GBP = 4,
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* Japan
|
|
217
|
+
*
|
|
218
|
+
* @generated from enum value: CURRENCY_JPY = 5;
|
|
219
|
+
*/
|
|
220
|
+
JPY = 5,
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* China
|
|
224
|
+
*
|
|
225
|
+
* @generated from enum value: CURRENCY_CNY = 6;
|
|
226
|
+
*/
|
|
227
|
+
CNY = 6,
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Australia
|
|
231
|
+
*
|
|
232
|
+
* @generated from enum value: CURRENCY_AUD = 7;
|
|
233
|
+
*/
|
|
234
|
+
AUD = 7,
|
|
235
|
+
|
|
236
|
+
/**
|
|
237
|
+
* Canada
|
|
238
|
+
*
|
|
239
|
+
* @generated from enum value: CURRENCY_CAD = 8;
|
|
240
|
+
*/
|
|
241
|
+
CAD = 8,
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* Switzerland
|
|
245
|
+
*
|
|
246
|
+
* @generated from enum value: CURRENCY_CHF = 9;
|
|
247
|
+
*/
|
|
248
|
+
CHF = 9,
|
|
249
|
+
|
|
250
|
+
/**
|
|
251
|
+
* Singapore
|
|
252
|
+
*
|
|
253
|
+
* @generated from enum value: CURRENCY_SGD = 10;
|
|
254
|
+
*/
|
|
255
|
+
SGD = 10,
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
/**
|
|
259
|
+
* Describes the enum experience.v1.Currency.
|
|
260
|
+
*/
|
|
261
|
+
export declare const CurrencySchema: GenEnum<Currency>;
|
|
262
|
+
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
|
+
// @generated from file experience/v1/experience_created.proto (package experience.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { file_experience_v1_category } from "./category_pb";
|
|
7
|
+
import { file_experience_v1_tag } from "./tag_pb";
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Describes the file experience/v1/experience_created.proto.
|
|
11
|
+
*/
|
|
12
|
+
export const file_experience_v1_experience_created = /*@__PURE__*/
|
|
13
|
+
fileDesc("CiZleHBlcmllbmNlL3YxL2V4cGVyaWVuY2VfY3JlYXRlZC5wcm90bxINZXhwZXJpZW5jZS52MSLBAwoRRXhwZXJpZW5jZUNyZWF0ZWQSCgoCaWQYASABKAkSDAoEbmFtZRgCIAEoCRITCgtkZXNjcmlwdGlvbhgDIAEoCRIVCg10aHVtYm5haWxfa2V5GAQgASgJEhQKDGNyZWF0b3JfdHlwZRgFIAEoCRISCgpjcmVhdG9yX2lkGAYgASgJEi4KDmV2ZW50X2xvY2F0aW9uGAcgASgLMhYuZXhwZXJpZW5jZS52MS5BZGRyZXNzEi8KDnByaWNlX2N1cnJlbmN5GAggASgOMhcuZXhwZXJpZW5jZS52MS5DdXJyZW5jeRIUCgxwcmljZV9hbW91bnQYCSABKAMSEgoKc3RhcnRfdGltZRgKIAEoAxIQCghlbmRfdGltZRgLIAEoAxITCgtidWNrZXRfc2l6ZRgMIAEoBRIVCg10b3RhbF9idWNrZXRzGA0gASgFEiAKBHRhZ3MYDiADKAsyEi5leHBlcmllbmNlLnYxLlRhZxIpCghjYXRlZ29yeRgPIAEoCzIXLmV4cGVyaWVuY2UudjEuQ2F0ZWdvcnkSEgoKY3JlYXRlZF9hdBgQIAEoAxISCgp1cGRhdGVkX2F0GBEgASgDIpYBCgdBZGRyZXNzEgoKAmlkGAEgASgJEg0KBWxpbmUxGAIgASgJEg0KBWxpbmUyGAMgASgJEgwKBGNpdHkYBCABKAkSEwoLcG9zdGFsX2NvZGUYBSABKAUSDwoHY291bnRyeRgGIAEoCRItCgpjb29yZGluYXRlGAcgASgLMhkuZXhwZXJpZW5jZS52MS5Db29yZGluYXRlIjEKCkNvb3JkaW5hdGUSEAoIbGF0aXR1ZGUYASABKAESEQoJbG9uZ2l0dWRlGAIgASgBKtgBCghDdXJyZW5jeRIYChRDVVJSRU5DWV9VTlNQRUNJRklFRBAAEhAKDENVUlJFTkNZX0lOUhABEhAKDENVUlJFTkNZX1VTRBACEhAKDENVUlJFTkNZX0VVUhADEhAKDENVUlJFTkNZX0dCUBAEEhAKDENVUlJFTkNZX0pQWRAFEhAKDENVUlJFTkNZX0NOWRAGEhAKDENVUlJFTkNZX0FVRBAHEhAKDENVUlJFTkNZX0NBRBAIEhAKDENVUlJFTkNZX0NIRhAJEhAKDENVUlJFTkNZX1NHRBAKQoABChFjb20uZXhwZXJpZW5jZS52MUIWRXhwZXJpZW5jZUNyZWF0ZWRQcm90b1ABogIDRVhYqgINRXhwZXJpZW5jZS5WMcoCDUV4cGVyaWVuY2VcVjHiAhlFeHBlcmllbmNlXFYxXEdQQk1ldGFkYXRh6gIORXhwZXJpZW5jZTo6VjFiBnByb3RvMw", [file_experience_v1_category, file_experience_v1_tag]);
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message experience.v1.ExperienceCreated.
|
|
17
|
+
* Use `create(ExperienceCreatedSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
export const ExperienceCreatedSchema = /*@__PURE__*/
|
|
20
|
+
messageDesc(file_experience_v1_experience_created, 0);
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Describes the message experience.v1.Address.
|
|
24
|
+
* Use `create(AddressSchema)` to create a new message.
|
|
25
|
+
*/
|
|
26
|
+
export const AddressSchema = /*@__PURE__*/
|
|
27
|
+
messageDesc(file_experience_v1_experience_created, 1);
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message experience.v1.Coordinate.
|
|
31
|
+
* Use `create(CoordinateSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export const CoordinateSchema = /*@__PURE__*/
|
|
34
|
+
messageDesc(file_experience_v1_experience_created, 2);
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Describes the enum experience.v1.Currency.
|
|
38
|
+
*/
|
|
39
|
+
export const CurrencySchema = /*@__PURE__*/
|
|
40
|
+
enumDesc(file_experience_v1_experience_created, 0);
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @generated from enum experience.v1.Currency
|
|
44
|
+
*/
|
|
45
|
+
export const Currency = /*@__PURE__*/
|
|
46
|
+
tsEnum(CurrencySchema);
|
|
47
|
+
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
|
+
// @generated from file experience/v1/tag.proto (package experience.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 experience/v1/tag.proto.
|
|
10
|
+
*/
|
|
11
|
+
export declare const file_experience_v1_tag: GenFile;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* @generated from message experience.v1.Tag
|
|
15
|
+
*/
|
|
16
|
+
export declare type Tag = Message<"experience.v1.Tag"> & {
|
|
17
|
+
/**
|
|
18
|
+
* @generated from field: string id = 1;
|
|
19
|
+
*/
|
|
20
|
+
id: string;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* @generated from field: string name = 2;
|
|
24
|
+
*/
|
|
25
|
+
name: string;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @generated from field: string icon = 3;
|
|
29
|
+
*/
|
|
30
|
+
icon: string;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* @generated from field: int64 deleted_at = 4;
|
|
34
|
+
*/
|
|
35
|
+
deletedAt: bigint;
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* @generated from field: int64 created_at = 5;
|
|
39
|
+
*/
|
|
40
|
+
createdAt: bigint;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* @generated from field: int64 updated_at = 6;
|
|
44
|
+
*/
|
|
45
|
+
updatedAt: bigint;
|
|
46
|
+
};
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Describes the message experience.v1.Tag.
|
|
50
|
+
* Use `create(TagSchema)` to create a new message.
|
|
51
|
+
*/
|
|
52
|
+
export declare const TagSchema: GenMessage<Tag>;
|
|
53
|
+
|
|
@@ -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 experience/v1/tag.proto (package experience.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
5
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Describes the file experience/v1/tag.proto.
|
|
9
|
+
*/
|
|
10
|
+
export const file_experience_v1_tag = /*@__PURE__*/
|
|
11
|
+
fileDesc("ChdleHBlcmllbmNlL3YxL3RhZy5wcm90bxINZXhwZXJpZW5jZS52MSJpCgNUYWcSCgoCaWQYASABKAkSDAoEbmFtZRgCIAEoCRIMCgRpY29uGAMgASgJEhIKCmRlbGV0ZWRfYXQYBCABKAMSEgoKY3JlYXRlZF9hdBgFIAEoAxISCgp1cGRhdGVkX2F0GAYgASgDQnIKEWNvbS5leHBlcmllbmNlLnYxQghUYWdQcm90b1ABogIDRVhYqgINRXhwZXJpZW5jZS5WMcoCDUV4cGVyaWVuY2VcVjHiAhlFeHBlcmllbmNlXFYxXEdQQk1ldGFkYXRh6gIORXhwZXJpZW5jZTo6VjFiBnByb3RvMw");
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message experience.v1.Tag.
|
|
15
|
+
* Use `create(TagSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const TagSchema = /*@__PURE__*/
|
|
18
|
+
messageDesc(file_experience_v1_tag, 0);
|
|
19
|
+
|
package/gen/ts/index.d.ts
CHANGED
package/gen/ts/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file partner/v1/parter_account_created.proto (package partner.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file partner/v1/parter_account_created.proto (package partner.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file partner/v1/partner_emai_verification_requested.proto (package partner.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file partner/v1/partner_emai_verification_requested.proto (package partner.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file user/v1/user_account_created.proto (package user.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file user/v1/user_account_created.proto (package user.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file user/v1/user_email_verification_requested.proto (package user.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file user/v1/user_email_verification_requested.proto (package user.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file user/v1/user_forgot_password.proto (package user.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file user/v1/user_forgot_password.proto (package user.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file user/v1/user_profile_created.proto (package user.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.10.
|
|
1
|
+
// @generated by protoc-gen-es v2.10.2 with parameter "target=js+dts,import_extension=none"
|
|
2
2
|
// @generated from file user/v1/user_profile_created.proto (package user.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@togatherlabs/event-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.45",
|
|
4
4
|
"description": "Shared Protobuf event schemas and generated code for toGather microservices",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./admin/v1": {
|
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
"require": "./gen/ts/common/v1/index.js",
|
|
16
16
|
"default": "./gen/ts/common/v1/index.js"
|
|
17
17
|
},
|
|
18
|
+
"./experience/v1": {
|
|
19
|
+
"types": "./gen/ts/experience/v1/index.d.ts",
|
|
20
|
+
"import": "./gen/ts/experience/v1/index.js",
|
|
21
|
+
"require": "./gen/ts/experience/v1/index.js",
|
|
22
|
+
"default": "./gen/ts/experience/v1/index.js"
|
|
23
|
+
},
|
|
18
24
|
"./partner/v1": {
|
|
19
25
|
"types": "./gen/ts/partner/v1/index.d.ts",
|
|
20
26
|
"import": "./gen/ts/partner/v1/index.js",
|
|
@@ -32,10 +38,24 @@
|
|
|
32
38
|
"files": [
|
|
33
39
|
"gen/ts"
|
|
34
40
|
],
|
|
41
|
+
"scripts": {
|
|
42
|
+
"check": "./script/check-environment.sh",
|
|
43
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
44
|
+
"commit": "git-cz",
|
|
45
|
+
"buf:lint": "buf lint",
|
|
46
|
+
"buf:generate": "pnpm check && buf generate && node ./script/gen-index.js && python3 ./script/add-init-files.py",
|
|
47
|
+
"prepare": "husky",
|
|
48
|
+
"package:patch": "pnpm version patch",
|
|
49
|
+
"package:publish": "pnpm publish --access public",
|
|
50
|
+
"python:build": "pnpm check && pnpm buf:generate && node ./script/sync-python-version.js && python3 -m build",
|
|
51
|
+
"python:publish": "rm -rf dist gen && pnpm python:build && python3 -m twine upload dist/* --verbose",
|
|
52
|
+
"release": "rm -rf gen && pnpm buf:lint && pnpm buf:generate && git add . && pnpm commit && pnpm package:patch && git push --follow-tags && pnpm package:publish"
|
|
53
|
+
},
|
|
35
54
|
"keywords": [],
|
|
36
55
|
"type": "module",
|
|
37
56
|
"author": "toGather team",
|
|
38
57
|
"license": "ISC",
|
|
58
|
+
"packageManager": "pnpm@10.18.0",
|
|
39
59
|
"devDependencies": {
|
|
40
60
|
"@bufbuild/buf": "^1.58.0",
|
|
41
61
|
"@commitlint/cli": "^20.1.0",
|
|
@@ -58,17 +78,5 @@
|
|
|
58
78
|
},
|
|
59
79
|
"publishConfig": {
|
|
60
80
|
"access": "public"
|
|
61
|
-
},
|
|
62
|
-
"scripts": {
|
|
63
|
-
"check": "./script/check-environment.sh",
|
|
64
|
-
"test": "echo \"Error: no test specified\" && exit 1",
|
|
65
|
-
"commit": "git-cz",
|
|
66
|
-
"buf:lint": "buf lint",
|
|
67
|
-
"buf:generate": "pnpm check && buf generate && node ./script/gen-index.js && python3 ./script/add-init-files.py",
|
|
68
|
-
"package:patch": "pnpm version patch",
|
|
69
|
-
"package:publish": "pnpm publish --access public",
|
|
70
|
-
"python:build": "pnpm check && pnpm buf:generate && node ./script/sync-python-version.js && python3 -m build",
|
|
71
|
-
"python:publish": "rm -rf dist gen && pnpm python:build && python3 -m twine upload dist/* --verbose",
|
|
72
|
-
"release": "rm -rf gen && pnpm buf:lint && pnpm buf:generate && git add . && pnpm commit && pnpm package:patch && git push --follow-tags && pnpm package:publish"
|
|
73
81
|
}
|
|
74
|
-
}
|
|
82
|
+
}
|