@shakerquiz/contracts 0.0.81 → 0.0.83
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
|
@@ -83,48 +83,51 @@
|
|
|
83
83
|
"additionalProperties": true,
|
|
84
84
|
"oneOf": [
|
|
85
85
|
{
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
|
|
86
|
+
"properties": {
|
|
87
|
+
"channel": {
|
|
88
|
+
"const": "vkontakte"
|
|
89
|
+
},
|
|
90
|
+
"confirmed_channel": {
|
|
91
|
+
"type": "string"
|
|
92
|
+
},
|
|
93
|
+
"vkontakte": {
|
|
94
|
+
"type": "string"
|
|
91
95
|
}
|
|
92
96
|
},
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
]
|
|
98
|
-
}
|
|
97
|
+
"required": [
|
|
98
|
+
"confirmed_channel",
|
|
99
|
+
"vkontakte"
|
|
100
|
+
]
|
|
99
101
|
},
|
|
100
102
|
{
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
|
|
105
|
-
|
|
103
|
+
"properties": {
|
|
104
|
+
"channel": {
|
|
105
|
+
"const": "telegramBot"
|
|
106
|
+
},
|
|
107
|
+
"confirmed_channel": {
|
|
108
|
+
"type": "string"
|
|
109
|
+
},
|
|
110
|
+
"telegramBot": {
|
|
111
|
+
"type": "string"
|
|
106
112
|
}
|
|
107
113
|
},
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
]
|
|
113
|
-
}
|
|
114
|
+
"required": [
|
|
115
|
+
"confirmed_channel",
|
|
116
|
+
"telegramBot"
|
|
117
|
+
]
|
|
114
118
|
},
|
|
115
119
|
{
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
|
|
120
|
-
|
|
120
|
+
"properties": {
|
|
121
|
+
"channel": {
|
|
122
|
+
"const": "email"
|
|
123
|
+
},
|
|
124
|
+
"email": {
|
|
125
|
+
"type": "string"
|
|
121
126
|
}
|
|
122
127
|
},
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
]
|
|
127
|
-
}
|
|
128
|
+
"required": [
|
|
129
|
+
"email"
|
|
130
|
+
]
|
|
128
131
|
}
|
|
129
132
|
]
|
|
130
133
|
}
|