@smartytalent/openai-tools 0.4.7 → 0.4.8

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.
Files changed (2) hide show
  1. package/dist/tools.json +15 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -830,6 +830,21 @@
830
830
  ],
831
831
  "default": "twilio",
832
832
  "description": "Where the number is hosted"
833
+ },
834
+ "capabilities": {
835
+ "type": "object",
836
+ "description": "Channel capabilities of the number. Only honored for provider external (twilio/telnyx read them from the provider); undeclared fields default to false.",
837
+ "properties": {
838
+ "voice": {
839
+ "type": "boolean"
840
+ },
841
+ "sms": {
842
+ "type": "boolean"
843
+ },
844
+ "mms": {
845
+ "type": "boolean"
846
+ }
847
+ }
833
848
  }
834
849
  },
835
850
  "required": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.4.7",
3
+ "version": "0.4.8",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",