@shakerquiz/contracts 0.0.59 → 0.0.61

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.59",
4
+ "version": "0.0.61",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -80,7 +80,7 @@
80
80
  "is_extensible",
81
81
  "is_first"
82
82
  ],
83
- "allOf": [
83
+ "oneOf": [
84
84
  {
85
85
  "if": {
86
86
  "properties": {
@@ -115,6 +115,12 @@
115
115
  "is_first": {
116
116
  "type": "boolean"
117
117
  },
118
+ "email": {
119
+ "type": "string"
120
+ },
121
+ "vkontakte": {
122
+ "type": "string"
123
+ },
118
124
  "telegramBot": {
119
125
  "type": "string"
120
126
  }
@@ -161,8 +167,14 @@
161
167
  "is_first": {
162
168
  "type": "boolean"
163
169
  },
170
+ "email": {
171
+ "type": "string"
172
+ },
164
173
  "vkontakte": {
165
174
  "type": "string"
175
+ },
176
+ "telegramBot": {
177
+ "type": "string"
166
178
  }
167
179
  }
168
180
  },
@@ -206,6 +218,12 @@
206
218
  },
207
219
  "email": {
208
220
  "type": "string"
221
+ },
222
+ "vkontakte": {
223
+ "type": "string"
224
+ },
225
+ "telegramBot": {
226
+ "type": "string"
209
227
  }
210
228
  }
211
229
  },