@shakerquiz/contracts 0.0.55 → 0.0.57
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
|
@@ -10,10 +10,16 @@
|
|
|
10
10
|
"confirmed_channel": {
|
|
11
11
|
"type": "string"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
13
|
+
"email": {
|
|
14
14
|
"type": "string"
|
|
15
15
|
},
|
|
16
|
-
"
|
|
16
|
+
"vkontakte": {
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"telegramBot": {
|
|
20
|
+
"type": "string"
|
|
21
|
+
},
|
|
22
|
+
"comment": {
|
|
17
23
|
"type": "string"
|
|
18
24
|
},
|
|
19
25
|
"event_id": {
|
|
@@ -47,9 +53,6 @@
|
|
|
47
53
|
"team_name": {
|
|
48
54
|
"type": "string"
|
|
49
55
|
},
|
|
50
|
-
"telegramBot": {
|
|
51
|
-
"type": "string"
|
|
52
|
-
},
|
|
53
56
|
"utm_campaign": {
|
|
54
57
|
"type": "string"
|
|
55
58
|
},
|
|
@@ -64,9 +67,6 @@
|
|
|
64
67
|
},
|
|
65
68
|
"utm_term": {
|
|
66
69
|
"type": "string"
|
|
67
|
-
},
|
|
68
|
-
"vkontakte": {
|
|
69
|
-
"type": "string"
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"required": [
|
|
@@ -78,8 +78,7 @@
|
|
|
78
78
|
"is_first",
|
|
79
79
|
"people_count",
|
|
80
80
|
"team_name",
|
|
81
|
-
"channel"
|
|
82
|
-
"email"
|
|
81
|
+
"channel"
|
|
83
82
|
],
|
|
84
83
|
"allOf": [
|
|
85
84
|
{
|
|
@@ -87,12 +86,17 @@
|
|
|
87
86
|
"properties": {
|
|
88
87
|
"channel": {
|
|
89
88
|
"const": "telegramBot"
|
|
89
|
+
},
|
|
90
|
+
"confirmed_channel": {
|
|
91
|
+
"type": "string"
|
|
92
|
+
},
|
|
93
|
+
"telegramBot": {
|
|
94
|
+
"type": "string"
|
|
90
95
|
}
|
|
91
96
|
}
|
|
92
97
|
},
|
|
93
98
|
"then": {
|
|
94
99
|
"required": [
|
|
95
|
-
"channel",
|
|
96
100
|
"confirmed_channel",
|
|
97
101
|
"telegramBot"
|
|
98
102
|
]
|
|
@@ -103,12 +107,17 @@
|
|
|
103
107
|
"properties": {
|
|
104
108
|
"channel": {
|
|
105
109
|
"const": "vkontakte"
|
|
110
|
+
},
|
|
111
|
+
"confirmed_channel": {
|
|
112
|
+
"type": "string"
|
|
113
|
+
},
|
|
114
|
+
"vkontakte": {
|
|
115
|
+
"type": "string"
|
|
106
116
|
}
|
|
107
117
|
}
|
|
108
118
|
},
|
|
109
119
|
"then": {
|
|
110
120
|
"required": [
|
|
111
|
-
"channel",
|
|
112
121
|
"confirmed_channel",
|
|
113
122
|
"vkontakte"
|
|
114
123
|
]
|
|
@@ -119,12 +128,14 @@
|
|
|
119
128
|
"properties": {
|
|
120
129
|
"channel": {
|
|
121
130
|
"const": "email"
|
|
131
|
+
},
|
|
132
|
+
"email": {
|
|
133
|
+
"type": "string"
|
|
122
134
|
}
|
|
123
135
|
}
|
|
124
136
|
},
|
|
125
137
|
"then": {
|
|
126
138
|
"required": [
|
|
127
|
-
"channel",
|
|
128
139
|
"email"
|
|
129
140
|
]
|
|
130
141
|
}
|