@snokam/mcp-api 3.8.0 → 3.9.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snokam/mcp-api",
3
- "version": "3.8.0",
3
+ "version": "3.9.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/snokam/monorepo.git",
@@ -6522,6 +6522,10 @@
6522
6522
  "type": "number",
6523
6523
  "format": "double"
6524
6524
  },
6525
+ "draftedAmount": {
6526
+ "type": "number",
6527
+ "format": "double"
6528
+ },
6525
6529
  "cost": {
6526
6530
  "type": "number",
6527
6531
  "format": "double"
@@ -6522,6 +6522,10 @@
6522
6522
  "type": "number",
6523
6523
  "format": "double"
6524
6524
  },
6525
+ "draftedAmount": {
6526
+ "type": "number",
6527
+ "format": "double"
6528
+ },
6525
6529
  "cost": {
6526
6530
  "type": "number",
6527
6531
  "format": "double"