@smartytalent/openai-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 +35 -7
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -852,6 +852,28 @@
852
852
  }
853
853
  }
854
854
  },
855
+ {
856
+ "type": "function",
857
+ "function": {
858
+ "name": "unassign_tenant_phone_number",
859
+ "description": "Unassign Phone Number",
860
+ "parameters": {
861
+ "type": "object",
862
+ "properties": {}
863
+ }
864
+ }
865
+ },
866
+ {
867
+ "type": "function",
868
+ "function": {
869
+ "name": "tenant_phone_numbers_unassign_options",
870
+ "description": "Unassign Phone Number Options",
871
+ "parameters": {
872
+ "type": "object",
873
+ "properties": {}
874
+ }
875
+ }
876
+ },
855
877
  {
856
878
  "type": "function",
857
879
  "function": {
@@ -2920,7 +2942,9 @@
2920
2942
  "pl-PL",
2921
2943
  "de-DE",
2922
2944
  "it-IT",
2923
- "he-IL"
2945
+ "he-IL",
2946
+ "fr-FR",
2947
+ "cs-CZ"
2924
2948
  ]
2925
2949
  }
2926
2950
  }
@@ -4247,7 +4271,9 @@
4247
4271
  "pl-PL",
4248
4272
  "de-DE",
4249
4273
  "it-IT",
4250
- "he-IL"
4274
+ "he-IL",
4275
+ "fr-FR",
4276
+ "cs-CZ"
4251
4277
  ]
4252
4278
  }
4253
4279
  }
@@ -5389,7 +5415,9 @@
5389
5415
  "pl-PL",
5390
5416
  "de-DE",
5391
5417
  "it-IT",
5392
- "he-IL"
5418
+ "he-IL",
5419
+ "fr-FR",
5420
+ "cs-CZ"
5393
5421
  ]
5394
5422
  }
5395
5423
  }
@@ -14430,8 +14458,8 @@
14430
14458
  },
14431
14459
  "defaultLocale": {
14432
14460
  "type": "string",
14433
- "pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
14434
- "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'."
14461
+ "pattern": "^(en|fr|ar|pl|it|cs)(-[A-Za-z0-9]{2,8})*$",
14462
+ "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'."
14435
14463
  },
14436
14464
  "meetingType": {
14437
14465
  "type": "string",
@@ -15101,8 +15129,8 @@
15101
15129
  },
15102
15130
  "defaultLocale": {
15103
15131
  "type": "string",
15104
- "pattern": "^(en|fr|ar|pl|it)(-[A-Za-z0-9]{2,8})*$",
15105
- "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'."
15132
+ "pattern": "^(en|fr|ar|pl|it|cs)(-[A-Za-z0-9]{2,8})*$",
15133
+ "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'."
15106
15134
  },
15107
15135
  "meetingType": {
15108
15136
  "type": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",