@shakerquiz/contracts 0.0.54 → 0.0.56

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.54",
4
+ "version": "0.0.56",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -78,10 +78,8 @@
78
78
  "is_first",
79
79
  "people_count",
80
80
  "team_name",
81
- "channel",
82
- "email"
81
+ "channel"
83
82
  ],
84
- "additionalProperties": false,
85
83
  "allOf": [
86
84
  {
87
85
  "if": {
@@ -93,7 +91,6 @@
93
91
  },
94
92
  "then": {
95
93
  "required": [
96
- "channel",
97
94
  "confirmed_channel",
98
95
  "telegramBot"
99
96
  ]
@@ -109,7 +106,6 @@
109
106
  },
110
107
  "then": {
111
108
  "required": [
112
- "channel",
113
109
  "confirmed_channel",
114
110
  "vkontakte"
115
111
  ]
@@ -125,7 +121,6 @@
125
121
  },
126
122
  "then": {
127
123
  "required": [
128
- "channel",
129
124
  "email"
130
125
  ]
131
126
  }