@snokam/mcp-api 0.199.2 → 0.199.3
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
|
@@ -4351,6 +4351,13 @@
|
|
|
4351
4351
|
},
|
|
4352
4352
|
"employerTax": {
|
|
4353
4353
|
"$ref": "#/components/schemas/employerTax"
|
|
4354
|
+
},
|
|
4355
|
+
"breakdown": {
|
|
4356
|
+
"type": "array",
|
|
4357
|
+
"items": {
|
|
4358
|
+
"$ref": "#/components/schemas/breakdownRow"
|
|
4359
|
+
},
|
|
4360
|
+
"nullable": true
|
|
4354
4361
|
}
|
|
4355
4362
|
}
|
|
4356
4363
|
},
|
|
@@ -4351,6 +4351,13 @@
|
|
|
4351
4351
|
},
|
|
4352
4352
|
"employerTax": {
|
|
4353
4353
|
"$ref": "#/components/schemas/employerTax"
|
|
4354
|
+
},
|
|
4355
|
+
"breakdown": {
|
|
4356
|
+
"type": "array",
|
|
4357
|
+
"items": {
|
|
4358
|
+
"$ref": "#/components/schemas/breakdownRow"
|
|
4359
|
+
},
|
|
4360
|
+
"nullable": true
|
|
4354
4361
|
}
|
|
4355
4362
|
}
|
|
4356
4363
|
},
|