@smartytalent/openai-tools 0.9.24 → 0.9.25
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.
- package/dist/tools.json +169 -1
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -3689,6 +3689,24 @@
|
|
|
3689
3689
|
"isTalentPool": {
|
|
3690
3690
|
"type": "boolean"
|
|
3691
3691
|
},
|
|
3692
|
+
"lastActivityAt": {
|
|
3693
|
+
"type": "string",
|
|
3694
|
+
"format": "date-time",
|
|
3695
|
+
"description": "The last time something happened with this person on our side - an application, an email sent to or received from them (stamped by the talent service from events, 2026-09-07). On the row and here only, not in the finder document."
|
|
3696
|
+
},
|
|
3697
|
+
"lastActivityType": {
|
|
3698
|
+
"type": "string",
|
|
3699
|
+
"enum": [
|
|
3700
|
+
"application",
|
|
3701
|
+
"email"
|
|
3702
|
+
],
|
|
3703
|
+
"description": "What lastActivityAt refers to."
|
|
3704
|
+
},
|
|
3705
|
+
"availabilityDeclaredAt": {
|
|
3706
|
+
"type": "string",
|
|
3707
|
+
"format": "date-time",
|
|
3708
|
+
"description": "When the person last stated their availability - the analysis that wrote the criterion (CV, application, an applied talents:update) or a PATCH carrying it (2026-09-07). Also on the finder tile as summary.availability.declaredAt."
|
|
3709
|
+
},
|
|
3692
3710
|
"ttl": {
|
|
3693
3711
|
"type": "string"
|
|
3694
3712
|
},
|
|
@@ -4334,6 +4352,24 @@
|
|
|
4334
4352
|
"isTalentPool": {
|
|
4335
4353
|
"type": "boolean"
|
|
4336
4354
|
},
|
|
4355
|
+
"lastActivityAt": {
|
|
4356
|
+
"type": "string",
|
|
4357
|
+
"format": "date-time",
|
|
4358
|
+
"description": "The last time something happened with this person on our side - an application, an email sent to or received from them (stamped by the talent service from events, 2026-09-07). On the row and here only, not in the finder document."
|
|
4359
|
+
},
|
|
4360
|
+
"lastActivityType": {
|
|
4361
|
+
"type": "string",
|
|
4362
|
+
"enum": [
|
|
4363
|
+
"application",
|
|
4364
|
+
"email"
|
|
4365
|
+
],
|
|
4366
|
+
"description": "What lastActivityAt refers to."
|
|
4367
|
+
},
|
|
4368
|
+
"availabilityDeclaredAt": {
|
|
4369
|
+
"type": "string",
|
|
4370
|
+
"format": "date-time",
|
|
4371
|
+
"description": "When the person last stated their availability - the analysis that wrote the criterion (CV, application, an applied talents:update) or a PATCH carrying it (2026-09-07). Also on the finder tile as summary.availability.declaredAt."
|
|
4372
|
+
},
|
|
4337
4373
|
"ttl": {
|
|
4338
4374
|
"type": "string"
|
|
4339
4375
|
},
|
|
@@ -4458,6 +4494,28 @@
|
|
|
4458
4494
|
}
|
|
4459
4495
|
}
|
|
4460
4496
|
},
|
|
4497
|
+
{
|
|
4498
|
+
"type": "function",
|
|
4499
|
+
"function": {
|
|
4500
|
+
"name": "show_talent_report",
|
|
4501
|
+
"description": "Show Talent Report",
|
|
4502
|
+
"parameters": {
|
|
4503
|
+
"type": "object",
|
|
4504
|
+
"properties": {}
|
|
4505
|
+
}
|
|
4506
|
+
}
|
|
4507
|
+
},
|
|
4508
|
+
{
|
|
4509
|
+
"type": "function",
|
|
4510
|
+
"function": {
|
|
4511
|
+
"name": "talent_report_options",
|
|
4512
|
+
"description": "CORS support",
|
|
4513
|
+
"parameters": {
|
|
4514
|
+
"type": "object",
|
|
4515
|
+
"properties": {}
|
|
4516
|
+
}
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4461
4519
|
{
|
|
4462
4520
|
"type": "function",
|
|
4463
4521
|
"function": {
|
|
@@ -4566,6 +4624,16 @@
|
|
|
4566
4624
|
"pageBefore": {
|
|
4567
4625
|
"type": "string",
|
|
4568
4626
|
"description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
|
|
4627
|
+
},
|
|
4628
|
+
"sort": {
|
|
4629
|
+
"type": "string",
|
|
4630
|
+
"description": "Order results by a time field. Leading `-` means descending\n(newest-first). Accepted values:\n `-created` newest-first by creation time (CreatedIndex)\n `created` oldest-first by creation time\n `-modified` most-recently-modified first (ModifiedIndex)\n `modified` least-recently-modified first\nWith `filterStatus` the order is honoured on page-number\npagination (pageNumber): the matching ids are read from the\nstatus index with the sort field and ordered globally before the\npage is cut (since 2026-09-06). Cursor pagination (pageAfter /\npageBefore) and the other equality filters (filterCandidate,\nfilterHost, filterJob, filterShortCode, etc.) keep their own\nindex order; there sort has no effect. Compatible with\ndate-range filters (filterCreatedFrom/To, filterModifiedFrom/To)\nwhich already use the same indexes; sort just picks the\ndirection. On a capped list (meta.page.totalItemsCapped) the\norder applies within the capped window.",
|
|
4631
|
+
"enum": [
|
|
4632
|
+
"-created",
|
|
4633
|
+
"created",
|
|
4634
|
+
"-modified",
|
|
4635
|
+
"modified"
|
|
4636
|
+
]
|
|
4569
4637
|
}
|
|
4570
4638
|
}
|
|
4571
4639
|
}
|
|
@@ -18601,7 +18669,7 @@
|
|
|
18601
18669
|
},
|
|
18602
18670
|
"sort": {
|
|
18603
18671
|
"type": "string",
|
|
18604
|
-
"description": "Order results by a time field. Leading `-` means descending\n(newest-first). Accepted values:\n `-created` newest-first by creation time (CreatedIndex)\n `created` oldest-first by creation time\n `-modified` most-recently-modified first (ModifiedIndex)\n `modified` least-recently-modified first\
|
|
18672
|
+
"description": "Order results by a time field. Leading `-` means descending\n(newest-first). Accepted values:\n `-created` newest-first by creation time (CreatedIndex)\n `created` oldest-first by creation time\n `-modified` most-recently-modified first (ModifiedIndex)\n `modified` least-recently-modified first\nWith `filterStatus` the order is honoured on page-number\npagination (pageNumber): the matching ids are read from the\nstatus index with the sort field and ordered globally before the\npage is cut (since 2026-09-06). Cursor pagination (pageAfter /\npageBefore) and the other equality filters (filterCandidate,\nfilterHost, filterJob, filterShortCode, etc.) keep their own\nindex order; there sort has no effect. Compatible with\ndate-range filters (filterCreatedFrom/To, filterModifiedFrom/To)\nwhich already use the same indexes; sort just picks the\ndirection. On a capped list (meta.page.totalItemsCapped) the\norder applies within the capped window.",
|
|
18605
18673
|
"enum": [
|
|
18606
18674
|
"-created",
|
|
18607
18675
|
"created",
|
|
@@ -25544,6 +25612,106 @@
|
|
|
25544
25612
|
}
|
|
25545
25613
|
}
|
|
25546
25614
|
},
|
|
25615
|
+
{
|
|
25616
|
+
"type": "function",
|
|
25617
|
+
"function": {
|
|
25618
|
+
"name": "list_invitations",
|
|
25619
|
+
"description": "List Invitations",
|
|
25620
|
+
"parameters": {
|
|
25621
|
+
"type": "object",
|
|
25622
|
+
"properties": {
|
|
25623
|
+
"filterJobId": {
|
|
25624
|
+
"type": "string",
|
|
25625
|
+
"description": "filterJobId parameter"
|
|
25626
|
+
},
|
|
25627
|
+
"filterTalentId": {
|
|
25628
|
+
"type": "string",
|
|
25629
|
+
"description": "filterTalentId parameter"
|
|
25630
|
+
}
|
|
25631
|
+
}
|
|
25632
|
+
}
|
|
25633
|
+
}
|
|
25634
|
+
},
|
|
25635
|
+
{
|
|
25636
|
+
"type": "function",
|
|
25637
|
+
"function": {
|
|
25638
|
+
"name": "invitations_options",
|
|
25639
|
+
"description": "CORS support",
|
|
25640
|
+
"parameters": {
|
|
25641
|
+
"type": "object",
|
|
25642
|
+
"properties": {}
|
|
25643
|
+
}
|
|
25644
|
+
}
|
|
25645
|
+
},
|
|
25646
|
+
{
|
|
25647
|
+
"type": "function",
|
|
25648
|
+
"function": {
|
|
25649
|
+
"name": "show_invitation",
|
|
25650
|
+
"description": "Show Invitation",
|
|
25651
|
+
"parameters": {
|
|
25652
|
+
"type": "object",
|
|
25653
|
+
"properties": {}
|
|
25654
|
+
}
|
|
25655
|
+
}
|
|
25656
|
+
},
|
|
25657
|
+
{
|
|
25658
|
+
"type": "function",
|
|
25659
|
+
"function": {
|
|
25660
|
+
"name": "update_invitation",
|
|
25661
|
+
"description": "Update Invitation",
|
|
25662
|
+
"parameters": {
|
|
25663
|
+
"title": "UpdateInvitationRequestBody",
|
|
25664
|
+
"type": "object",
|
|
25665
|
+
"required": [
|
|
25666
|
+
"data"
|
|
25667
|
+
],
|
|
25668
|
+
"properties": {
|
|
25669
|
+
"data": {
|
|
25670
|
+
"title": "UpdateInvitationRequestBodyData",
|
|
25671
|
+
"type": "object",
|
|
25672
|
+
"required": [
|
|
25673
|
+
"type",
|
|
25674
|
+
"attributes"
|
|
25675
|
+
],
|
|
25676
|
+
"properties": {
|
|
25677
|
+
"type": {
|
|
25678
|
+
"type": "string",
|
|
25679
|
+
"enum": [
|
|
25680
|
+
"invitations"
|
|
25681
|
+
]
|
|
25682
|
+
},
|
|
25683
|
+
"attributes": {
|
|
25684
|
+
"title": "UpdateInvitationRequestBodyAttributes",
|
|
25685
|
+
"type": "object",
|
|
25686
|
+
"required": [
|
|
25687
|
+
"status"
|
|
25688
|
+
],
|
|
25689
|
+
"properties": {
|
|
25690
|
+
"status": {
|
|
25691
|
+
"type": "string",
|
|
25692
|
+
"enum": [
|
|
25693
|
+
"declined"
|
|
25694
|
+
]
|
|
25695
|
+
}
|
|
25696
|
+
}
|
|
25697
|
+
}
|
|
25698
|
+
}
|
|
25699
|
+
}
|
|
25700
|
+
}
|
|
25701
|
+
}
|
|
25702
|
+
}
|
|
25703
|
+
},
|
|
25704
|
+
{
|
|
25705
|
+
"type": "function",
|
|
25706
|
+
"function": {
|
|
25707
|
+
"name": "invitation_options",
|
|
25708
|
+
"description": "CORS support",
|
|
25709
|
+
"parameters": {
|
|
25710
|
+
"type": "object",
|
|
25711
|
+
"properties": {}
|
|
25712
|
+
}
|
|
25713
|
+
}
|
|
25714
|
+
},
|
|
25547
25715
|
{
|
|
25548
25716
|
"type": "function",
|
|
25549
25717
|
"function": {
|