@shakerquiz/contracts 0.0.83 → 0.0.85

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.83",
4
+ "version": "0.0.85",
5
5
  "author": "yurkimus <yurkimus@gmail.com>",
6
6
  "license": "ISC",
7
7
  "repository": {
@@ -80,18 +80,12 @@
80
80
  "is_extensible",
81
81
  "is_first"
82
82
  ],
83
- "additionalProperties": true,
83
+ "additionalProperties": false,
84
84
  "oneOf": [
85
85
  {
86
86
  "properties": {
87
87
  "channel": {
88
88
  "const": "vkontakte"
89
- },
90
- "confirmed_channel": {
91
- "type": "string"
92
- },
93
- "vkontakte": {
94
- "type": "string"
95
89
  }
96
90
  },
97
91
  "required": [
@@ -103,12 +97,6 @@
103
97
  "properties": {
104
98
  "channel": {
105
99
  "const": "telegramBot"
106
- },
107
- "confirmed_channel": {
108
- "type": "string"
109
- },
110
- "telegramBot": {
111
- "type": "string"
112
100
  }
113
101
  },
114
102
  "required": [
@@ -120,9 +108,6 @@
120
108
  "properties": {
121
109
  "channel": {
122
110
  "const": "email"
123
- },
124
- "email": {
125
- "type": "string"
126
111
  }
127
112
  },
128
113
  "required": [