@shakerquiz/contracts 0.0.51 → 0.0.52
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/package.json
CHANGED
|
@@ -86,8 +86,72 @@
|
|
|
86
86
|
{
|
|
87
87
|
"if": {
|
|
88
88
|
"properties": {
|
|
89
|
+
"ads_from": {
|
|
90
|
+
"type": "string"
|
|
91
|
+
},
|
|
89
92
|
"channel": {
|
|
90
93
|
"const": "telegramBot"
|
|
94
|
+
},
|
|
95
|
+
"confirmed_channel": {
|
|
96
|
+
"type": "string"
|
|
97
|
+
},
|
|
98
|
+
"comment": {
|
|
99
|
+
"type": "string"
|
|
100
|
+
},
|
|
101
|
+
"email": {
|
|
102
|
+
"type": "string"
|
|
103
|
+
},
|
|
104
|
+
"event_id": {
|
|
105
|
+
"type": "string",
|
|
106
|
+
"format": "uuid"
|
|
107
|
+
},
|
|
108
|
+
"human_name": {
|
|
109
|
+
"type": "string"
|
|
110
|
+
},
|
|
111
|
+
"is_alone": {
|
|
112
|
+
"type": "boolean"
|
|
113
|
+
},
|
|
114
|
+
"is_birthday": {
|
|
115
|
+
"type": "boolean"
|
|
116
|
+
},
|
|
117
|
+
"is_extensible": {
|
|
118
|
+
"type": "boolean"
|
|
119
|
+
},
|
|
120
|
+
"is_first": {
|
|
121
|
+
"type": "boolean"
|
|
122
|
+
},
|
|
123
|
+
"people_count": {
|
|
124
|
+
"type": "integer"
|
|
125
|
+
},
|
|
126
|
+
"phone": {
|
|
127
|
+
"type": "string"
|
|
128
|
+
},
|
|
129
|
+
"promocode": {
|
|
130
|
+
"type": "string"
|
|
131
|
+
},
|
|
132
|
+
"team_name": {
|
|
133
|
+
"type": "string"
|
|
134
|
+
},
|
|
135
|
+
"telegramBot": {
|
|
136
|
+
"type": "string"
|
|
137
|
+
},
|
|
138
|
+
"utm_campaign": {
|
|
139
|
+
"type": "string"
|
|
140
|
+
},
|
|
141
|
+
"utm_content": {
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
"utm_medium": {
|
|
145
|
+
"type": "string"
|
|
146
|
+
},
|
|
147
|
+
"utm_source": {
|
|
148
|
+
"type": "string"
|
|
149
|
+
},
|
|
150
|
+
"utm_term": {
|
|
151
|
+
"type": "string"
|
|
152
|
+
},
|
|
153
|
+
"vkontakte": {
|
|
154
|
+
"type": "string"
|
|
91
155
|
}
|
|
92
156
|
},
|
|
93
157
|
"required": [
|
|
@@ -105,8 +169,72 @@
|
|
|
105
169
|
{
|
|
106
170
|
"if": {
|
|
107
171
|
"properties": {
|
|
172
|
+
"ads_from": {
|
|
173
|
+
"type": "string"
|
|
174
|
+
},
|
|
108
175
|
"channel": {
|
|
109
176
|
"const": "vkontakte"
|
|
177
|
+
},
|
|
178
|
+
"confirmed_channel": {
|
|
179
|
+
"type": "string"
|
|
180
|
+
},
|
|
181
|
+
"comment": {
|
|
182
|
+
"type": "string"
|
|
183
|
+
},
|
|
184
|
+
"email": {
|
|
185
|
+
"type": "string"
|
|
186
|
+
},
|
|
187
|
+
"event_id": {
|
|
188
|
+
"type": "string",
|
|
189
|
+
"format": "uuid"
|
|
190
|
+
},
|
|
191
|
+
"human_name": {
|
|
192
|
+
"type": "string"
|
|
193
|
+
},
|
|
194
|
+
"is_alone": {
|
|
195
|
+
"type": "boolean"
|
|
196
|
+
},
|
|
197
|
+
"is_birthday": {
|
|
198
|
+
"type": "boolean"
|
|
199
|
+
},
|
|
200
|
+
"is_extensible": {
|
|
201
|
+
"type": "boolean"
|
|
202
|
+
},
|
|
203
|
+
"is_first": {
|
|
204
|
+
"type": "boolean"
|
|
205
|
+
},
|
|
206
|
+
"people_count": {
|
|
207
|
+
"type": "integer"
|
|
208
|
+
},
|
|
209
|
+
"phone": {
|
|
210
|
+
"type": "string"
|
|
211
|
+
},
|
|
212
|
+
"promocode": {
|
|
213
|
+
"type": "string"
|
|
214
|
+
},
|
|
215
|
+
"team_name": {
|
|
216
|
+
"type": "string"
|
|
217
|
+
},
|
|
218
|
+
"telegramBot": {
|
|
219
|
+
"type": "string"
|
|
220
|
+
},
|
|
221
|
+
"utm_campaign": {
|
|
222
|
+
"type": "string"
|
|
223
|
+
},
|
|
224
|
+
"utm_content": {
|
|
225
|
+
"type": "string"
|
|
226
|
+
},
|
|
227
|
+
"utm_medium": {
|
|
228
|
+
"type": "string"
|
|
229
|
+
},
|
|
230
|
+
"utm_source": {
|
|
231
|
+
"type": "string"
|
|
232
|
+
},
|
|
233
|
+
"utm_term": {
|
|
234
|
+
"type": "string"
|
|
235
|
+
},
|
|
236
|
+
"vkontakte": {
|
|
237
|
+
"type": "string"
|
|
110
238
|
}
|
|
111
239
|
},
|
|
112
240
|
"required": [
|