@shakerquiz/contracts 0.0.56 → 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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@shakerquiz/contracts",
4
- "version": "0.0.56",
4
+ "version": "0.0.57",
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,12 @@
86
86
  "properties": {
87
87
  "channel": {
88
88
  "const": "telegramBot"
89
+ },
90
+ "confirmed_channel": {
91
+ "type": "string"
92
+ },
93
+ "telegramBot": {
94
+ "type": "string"
89
95
  }
90
96
  }
91
97
  },
@@ -101,6 +107,12 @@
101
107
  "properties": {
102
108
  "channel": {
103
109
  "const": "vkontakte"
110
+ },
111
+ "confirmed_channel": {
112
+ "type": "string"
113
+ },
114
+ "vkontakte": {
115
+ "type": "string"
104
116
  }
105
117
  }
106
118
  },
@@ -116,6 +128,9 @@
116
128
  "properties": {
117
129
  "channel": {
118
130
  "const": "email"
131
+ },
132
+ "email": {
133
+ "type": "string"
119
134
  }
120
135
  }
121
136
  },