@shakerquiz/contracts 0.0.56 → 0.0.58

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/contracts",
4
- "version": "0.0.56",
4
+ "version": "0.0.58",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -10,10 +10,16 @@
10
10
  "confirmed_channel": {
11
11
  "type": "string"
12
12
  },
13
- "comment": {
13
+ "email": {
14
14
  "type": "string"
15
15
  },
16
- "email": {
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": [
@@ -86,6 +86,15 @@
86
86
  "properties": {
87
87
  "channel": {
88
88
  "const": "telegramBot"
89
+ },
90
+ "confirmed_channel": {
91
+ "type": "string"
92
+ },
93
+ "telegramBot": {
94
+ "type": "string"
95
+ },
96
+ "email": {
97
+ "type": "string"
89
98
  }
90
99
  }
91
100
  },
@@ -101,6 +110,15 @@
101
110
  "properties": {
102
111
  "channel": {
103
112
  "const": "vkontakte"
113
+ },
114
+ "confirmed_channel": {
115
+ "type": "string"
116
+ },
117
+ "vkontakte": {
118
+ "type": "string"
119
+ },
120
+ "email": {
121
+ "type": "string"
104
122
  }
105
123
  }
106
124
  },
@@ -116,6 +134,9 @@
116
134
  "properties": {
117
135
  "channel": {
118
136
  "const": "email"
137
+ },
138
+ "email": {
139
+ "type": "string"
119
140
  }
120
141
  }
121
142
  },