@snokam/mcp-api 2.3.1 → 2.5.0
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
|
@@ -1452,6 +1452,14 @@
|
|
|
1452
1452
|
"country": {
|
|
1453
1453
|
"type": "string",
|
|
1454
1454
|
"nullable": true
|
|
1455
|
+
},
|
|
1456
|
+
"location": {
|
|
1457
|
+
"type": "string",
|
|
1458
|
+
"nullable": true
|
|
1459
|
+
},
|
|
1460
|
+
"workMode": {
|
|
1461
|
+
"type": "string",
|
|
1462
|
+
"nullable": true
|
|
1455
1463
|
}
|
|
1456
1464
|
},
|
|
1457
1465
|
"nullable": true
|
package/specs/test/sales.json
CHANGED
|
@@ -1452,6 +1452,14 @@
|
|
|
1452
1452
|
"country": {
|
|
1453
1453
|
"type": "string",
|
|
1454
1454
|
"nullable": true
|
|
1455
|
+
},
|
|
1456
|
+
"location": {
|
|
1457
|
+
"type": "string",
|
|
1458
|
+
"nullable": true
|
|
1459
|
+
},
|
|
1460
|
+
"workMode": {
|
|
1461
|
+
"type": "string",
|
|
1462
|
+
"nullable": true
|
|
1455
1463
|
}
|
|
1456
1464
|
},
|
|
1457
1465
|
"nullable": true
|