@shakerquiz/contracts 0.0.8 → 0.0.10
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,8 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
|
-
"
|
|
5
|
-
"type": "
|
|
4
|
+
"affilation": {
|
|
5
|
+
"type": "string",
|
|
6
|
+
"enum": [
|
|
7
|
+
"Franchise",
|
|
8
|
+
"Branch"
|
|
9
|
+
]
|
|
6
10
|
},
|
|
7
11
|
"price": {
|
|
8
12
|
"type": "number"
|
|
@@ -95,9 +99,11 @@
|
|
|
95
99
|
"null"
|
|
96
100
|
]
|
|
97
101
|
},
|
|
98
|
-
"
|
|
99
|
-
"type":
|
|
100
|
-
|
|
102
|
+
"chatapp_version": {
|
|
103
|
+
"type": "string",
|
|
104
|
+
"enum": [
|
|
105
|
+
"Latest",
|
|
106
|
+
"Legacy"
|
|
101
107
|
]
|
|
102
108
|
},
|
|
103
109
|
"phone": {
|
|
@@ -119,8 +125,6 @@
|
|
|
119
125
|
]
|
|
120
126
|
}
|
|
121
127
|
},
|
|
122
|
-
"required": [
|
|
123
|
-
"is_franchise"
|
|
124
|
-
],
|
|
128
|
+
"required": [],
|
|
125
129
|
"additionalProperties": false
|
|
126
130
|
}
|
|
@@ -188,8 +188,12 @@
|
|
|
188
188
|
"ZWL"
|
|
189
189
|
]
|
|
190
190
|
},
|
|
191
|
-
"
|
|
192
|
-
"type": "
|
|
191
|
+
"affilation": {
|
|
192
|
+
"type": "string",
|
|
193
|
+
"enum": [
|
|
194
|
+
"Branch",
|
|
195
|
+
"Franchise"
|
|
196
|
+
]
|
|
193
197
|
},
|
|
194
198
|
"timezone_name": {
|
|
195
199
|
"type": "string",
|
|
@@ -689,7 +693,7 @@
|
|
|
689
693
|
"alias",
|
|
690
694
|
"country",
|
|
691
695
|
"currency_name",
|
|
692
|
-
"
|
|
696
|
+
"affilation",
|
|
693
697
|
"timezone_name"
|
|
694
698
|
],
|
|
695
699
|
"additionalProperties": false
|