@shakerquiz/contracts 0.0.77 → 0.0.78
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
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"type": "integer"
|
|
16
16
|
},
|
|
17
17
|
"channel": {
|
|
18
|
-
"type": "
|
|
18
|
+
"type": "string"
|
|
19
19
|
},
|
|
20
20
|
"confirmed_channel": {
|
|
21
|
-
"type": "
|
|
21
|
+
"type": "string"
|
|
22
22
|
},
|
|
23
23
|
"email": {
|
|
24
24
|
"type": "string"
|
|
@@ -89,7 +89,6 @@
|
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
"required": [
|
|
92
|
-
"channel",
|
|
93
92
|
"confirmed_channel",
|
|
94
93
|
"vkontakte"
|
|
95
94
|
]
|
|
@@ -101,7 +100,6 @@
|
|
|
101
100
|
}
|
|
102
101
|
},
|
|
103
102
|
"required": [
|
|
104
|
-
"channel",
|
|
105
103
|
"confirmed_channel",
|
|
106
104
|
"telegramBot"
|
|
107
105
|
]
|
|
@@ -113,7 +111,6 @@
|
|
|
113
111
|
}
|
|
114
112
|
},
|
|
115
113
|
"required": [
|
|
116
|
-
"channel",
|
|
117
114
|
"email"
|
|
118
115
|
]
|
|
119
116
|
}
|