@smartytalent/mcp-tools 0.4.4 → 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 +39 -7
  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",
@@ -3034,7 +3060,9 @@
3034
3060
  "pl-PL",
3035
3061
  "de-DE",
3036
3062
  "it-IT",
3037
- "he-IL"
3063
+ "he-IL",
3064
+ "fr-FR",
3065
+ "cs-CZ"
3038
3066
  ]
3039
3067
  }
3040
3068
  }
@@ -4383,7 +4411,9 @@
4383
4411
  "pl-PL",
4384
4412
  "de-DE",
4385
4413
  "it-IT",
4386
- "he-IL"
4414
+ "he-IL",
4415
+ "fr-FR",
4416
+ "cs-CZ"
4387
4417
  ]
4388
4418
  }
4389
4419
  }
@@ -5547,7 +5577,9 @@
5547
5577
  "pl-PL",
5548
5578
  "de-DE",
5549
5579
  "it-IT",
5550
- "he-IL"
5580
+ "he-IL",
5581
+ "fr-FR",
5582
+ "cs-CZ"
5551
5583
  ]
5552
5584
  }
5553
5585
  }
@@ -14866,8 +14898,8 @@
14866
14898
  },
14867
14899
  "defaultLocale": {
14868
14900
  "type": "string",
14869
- "pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
14870
- "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'."
14871
14903
  },
14872
14904
  "meetingType": {
14873
14905
  "type": "string",
@@ -15543,8 +15575,8 @@
15543
15575
  },
15544
15576
  "defaultLocale": {
15545
15577
  "type": "string",
15546
- "pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
15547
- "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'."
15548
15580
  },
15549
15581
  "meetingType": {
15550
15582
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.4.4",
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",