@shakerquiz/contracts 0.0.84 → 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
|
@@ -80,60 +80,39 @@
|
|
|
80
80
|
"is_extensible",
|
|
81
81
|
"is_first"
|
|
82
82
|
],
|
|
83
|
-
"additionalProperties":
|
|
84
|
-
"
|
|
83
|
+
"additionalProperties": false,
|
|
84
|
+
"oneOf": [
|
|
85
85
|
{
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
}
|
|
91
|
-
},
|
|
92
|
-
"required": [
|
|
93
|
-
"channel"
|
|
94
|
-
]
|
|
86
|
+
"properties": {
|
|
87
|
+
"channel": {
|
|
88
|
+
"const": "vkontakte"
|
|
89
|
+
}
|
|
95
90
|
},
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
]
|
|
101
|
-
}
|
|
91
|
+
"required": [
|
|
92
|
+
"confirmed_channel",
|
|
93
|
+
"vkontakte"
|
|
94
|
+
]
|
|
102
95
|
},
|
|
103
96
|
{
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
|
|
108
|
-
}
|
|
109
|
-
},
|
|
110
|
-
"required": [
|
|
111
|
-
"channel"
|
|
112
|
-
]
|
|
97
|
+
"properties": {
|
|
98
|
+
"channel": {
|
|
99
|
+
"const": "telegramBot"
|
|
100
|
+
}
|
|
113
101
|
},
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
]
|
|
119
|
-
}
|
|
102
|
+
"required": [
|
|
103
|
+
"confirmed_channel",
|
|
104
|
+
"telegramBot"
|
|
105
|
+
]
|
|
120
106
|
},
|
|
121
107
|
{
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"required": [
|
|
129
|
-
"channel"
|
|
130
|
-
]
|
|
108
|
+
"properties": {
|
|
109
|
+
"channel": {
|
|
110
|
+
"const": "email"
|
|
111
|
+
}
|
|
131
112
|
},
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
|
|
135
|
-
]
|
|
136
|
-
}
|
|
113
|
+
"required": [
|
|
114
|
+
"email"
|
|
115
|
+
]
|
|
137
116
|
}
|
|
138
117
|
]
|
|
139
118
|
}
|