@smartytalent/mcp-tools 0.4.5 → 0.4.6

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 +30 -4
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -878,6 +878,32 @@
878
878
  "operationId": "tenantPhoneNumbersAssignOptions"
879
879
  }
880
880
  },
881
+ {
882
+ "name": "unassign_tenant_phone_number",
883
+ "description": "Unassign Phone Number",
884
+ "inputSchema": {
885
+ "type": "object",
886
+ "properties": {}
887
+ },
888
+ "_meta": {
889
+ "method": "POST",
890
+ "path": "/v1/tenants/{tenantId}/phone-numbers/unassign",
891
+ "operationId": "unassignTenantPhoneNumber"
892
+ }
893
+ },
894
+ {
895
+ "name": "tenant_phone_numbers_unassign_options",
896
+ "description": "Unassign Phone Number Options",
897
+ "inputSchema": {
898
+ "type": "object",
899
+ "properties": {}
900
+ },
901
+ "_meta": {
902
+ "method": "OPTIONS",
903
+ "path": "/v1/tenants/{tenantId}/phone-numbers/unassign",
904
+ "operationId": "tenantPhoneNumbersUnassignOptions"
905
+ }
906
+ },
881
907
  {
882
908
  "name": "purchase_tenant_phone_number",
883
909
  "description": "Purchase Phone Number",
@@ -14872,8 +14898,8 @@
14872
14898
  },
14873
14899
  "defaultLocale": {
14874
14900
  "type": "string",
14875
- "pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
14876
- "description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
14901
+ "pattern": "^(en|fr|ar|pl|it|cs)(-[A-Za-z0-9]{2,8})*$",
14902
+ "description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it, cs};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
14877
14903
  },
14878
14904
  "meetingType": {
14879
14905
  "type": "string",
@@ -15549,8 +15575,8 @@
15549
15575
  },
15550
15576
  "defaultLocale": {
15551
15577
  "type": "string",
15552
- "pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
15553
- "description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
15578
+ "pattern": "^(en|fr|ar|pl|it|cs)(-[A-Za-z0-9]{2,8})*$",
15579
+ "description": "Full BCP-47 locale tag (e.g. `en-US`, `pl-PL`, `fr-FR`, `ar-SA`,\n`it-IT`). Set at creation time; controls the UI language of the\npublic lobby + room pages so a Polish recruiter sharing a link\ngets a Polish lobby regardless of the candidate's browser\nlanguage. Immutable after creation.\n\nNOT to be confused with `languageCode`: that field is auto-detected\nfrom the recorded speech and only populated post-meeting (AI\npipeline), whereas `defaultLocale` is human-picked at creation\ntime and drives UI.\n\nValidation: primary subtag must be one of {en, fr, ar, pl, it, cs};\nfull tags are accepted (en-US, pl-PL, ...). Default chain at\ncreation: request body -> tenant settings.language -> 'en-US'."
15554
15580
  },
15555
15581
  "meetingType": {
15556
15582
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",