@smartytalent/openai-tools 0.1.12 → 0.1.14

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 +111 -5
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -4499,7 +4499,14 @@
4499
4499
  "description": "Preferred language code (e.g., en-US, pl-PL)"
4500
4500
  },
4501
4501
  "recommendationStatusCode": {
4502
- "type": "integer",
4502
+ "oneOf": [
4503
+ {
4504
+ "type": "integer"
4505
+ },
4506
+ {
4507
+ "type": "string"
4508
+ }
4509
+ ],
4503
4510
  "description": "Numeric recommendation status code"
4504
4511
  },
4505
4512
  "overallMatchRating": {
@@ -5021,7 +5028,14 @@
5021
5028
  "description": "Preferred language code (e.g., en-US, pl-PL)"
5022
5029
  },
5023
5030
  "recommendationStatusCode": {
5024
- "type": "integer",
5031
+ "oneOf": [
5032
+ {
5033
+ "type": "integer"
5034
+ },
5035
+ {
5036
+ "type": "string"
5037
+ }
5038
+ ],
5025
5039
  "description": "Numeric recommendation status code"
5026
5040
  },
5027
5041
  "overallMatchRating": {
@@ -5522,9 +5536,7 @@
5522
5536
  "meta": {
5523
5537
  "title": "ResourceMetaSchema",
5524
5538
  "type": "object",
5525
- "additionalProperties": {
5526
- "type": "string"
5527
- }
5539
+ "additionalProperties": true
5528
5540
  }
5529
5541
  }
5530
5542
  }
@@ -8410,6 +8422,21 @@
8410
8422
  "status": {
8411
8423
  "type": "string"
8412
8424
  },
8425
+ "details": {
8426
+ "type": "object",
8427
+ "additionalProperties": {
8428
+ "type": "string"
8429
+ },
8430
+ "description": "Multilingual note details keyed by language code"
8431
+ },
8432
+ "source": {
8433
+ "type": "string",
8434
+ "description": "Source of the note"
8435
+ },
8436
+ "ttl": {
8437
+ "type": "string",
8438
+ "description": "Time-to-live expiration timestamp"
8439
+ },
8413
8440
  "meta": {
8414
8441
  "type": "object",
8415
8442
  "additionalProperties": true
@@ -8579,6 +8606,21 @@
8579
8606
  "status": {
8580
8607
  "type": "string"
8581
8608
  },
8609
+ "details": {
8610
+ "type": "object",
8611
+ "additionalProperties": {
8612
+ "type": "string"
8613
+ },
8614
+ "description": "Multilingual note details keyed by language code"
8615
+ },
8616
+ "source": {
8617
+ "type": "string",
8618
+ "description": "Source of the note"
8619
+ },
8620
+ "ttl": {
8621
+ "type": "string",
8622
+ "description": "Time-to-live expiration timestamp"
8623
+ },
8582
8624
  "meta": {
8583
8625
  "type": "object",
8584
8626
  "additionalProperties": true
@@ -9261,9 +9303,41 @@
9261
9303
  "name": {
9262
9304
  "type": "string"
9263
9305
  },
9306
+ "type": {
9307
+ "type": "string",
9308
+ "description": "Conversation type (e.g., candidates, jobs, talents, personas)"
9309
+ },
9264
9310
  "status": {
9265
9311
  "type": "string"
9266
9312
  },
9313
+ "summary": {
9314
+ "type": "object",
9315
+ "additionalProperties": {
9316
+ "type": "string"
9317
+ },
9318
+ "description": "Multilingual summary keyed by language code"
9319
+ },
9320
+ "source": {
9321
+ "type": "string",
9322
+ "description": "Source of the conversation"
9323
+ },
9324
+ "languageCode": {
9325
+ "type": "string",
9326
+ "description": "Preferred language code (e.g., en-US, pl-PL)"
9327
+ },
9328
+ "isConversationEnd": {
9329
+ "type": "boolean",
9330
+ "description": "Whether the conversation has ended"
9331
+ },
9332
+ "settings": {
9333
+ "type": "object",
9334
+ "additionalProperties": true,
9335
+ "description": "Conversation settings inherited from job"
9336
+ },
9337
+ "ttl": {
9338
+ "type": "string",
9339
+ "description": "Time-to-live expiration timestamp"
9340
+ },
9267
9341
  "meta": {
9268
9342
  "type": "object",
9269
9343
  "additionalProperties": true
@@ -9373,9 +9447,41 @@
9373
9447
  "name": {
9374
9448
  "type": "string"
9375
9449
  },
9450
+ "type": {
9451
+ "type": "string",
9452
+ "description": "Conversation type (e.g., candidates, jobs, talents, personas)"
9453
+ },
9376
9454
  "status": {
9377
9455
  "type": "string"
9378
9456
  },
9457
+ "summary": {
9458
+ "type": "object",
9459
+ "additionalProperties": {
9460
+ "type": "string"
9461
+ },
9462
+ "description": "Multilingual summary keyed by language code"
9463
+ },
9464
+ "source": {
9465
+ "type": "string",
9466
+ "description": "Source of the conversation"
9467
+ },
9468
+ "languageCode": {
9469
+ "type": "string",
9470
+ "description": "Preferred language code (e.g., en-US, pl-PL)"
9471
+ },
9472
+ "isConversationEnd": {
9473
+ "type": "boolean",
9474
+ "description": "Whether the conversation has ended"
9475
+ },
9476
+ "settings": {
9477
+ "type": "object",
9478
+ "additionalProperties": true,
9479
+ "description": "Conversation settings inherited from job"
9480
+ },
9481
+ "ttl": {
9482
+ "type": "string",
9483
+ "description": "Time-to-live expiration timestamp"
9484
+ },
9379
9485
  "meta": {
9380
9486
  "type": "object",
9381
9487
  "additionalProperties": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",