@smartytalent/mcp-tools 0.1.33-dev.81 → 0.1.33-dev.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/dist/tools.json +21 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -16679,6 +16679,27 @@
|
|
|
16679
16679
|
}
|
|
16680
16680
|
}
|
|
16681
16681
|
}
|
|
16682
|
+
},
|
|
16683
|
+
"emails": {
|
|
16684
|
+
"title": "ConversationRelationshipsEmailsSchema",
|
|
16685
|
+
"type": "object",
|
|
16686
|
+
"properties": {
|
|
16687
|
+
"data": {
|
|
16688
|
+
"type": "array",
|
|
16689
|
+
"items": {
|
|
16690
|
+
"title": "ConversationRelationshipsEmailsDataSchema",
|
|
16691
|
+
"type": "object",
|
|
16692
|
+
"properties": {
|
|
16693
|
+
"type": {
|
|
16694
|
+
"type": "string"
|
|
16695
|
+
},
|
|
16696
|
+
"id": {
|
|
16697
|
+
"type": "string"
|
|
16698
|
+
}
|
|
16699
|
+
}
|
|
16700
|
+
}
|
|
16701
|
+
}
|
|
16702
|
+
}
|
|
16682
16703
|
}
|
|
16683
16704
|
}
|
|
16684
16705
|
}
|