@smartytalent/openai-tools 0.1.33-dev.100 → 0.1.33-dev.102
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 +112 -0
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -7046,6 +7046,28 @@
|
|
|
7046
7046
|
"title": "EmailRelationshipsSchema",
|
|
7047
7047
|
"type": "object",
|
|
7048
7048
|
"properties": {
|
|
7049
|
+
"files": {
|
|
7050
|
+
"title": "EmailRelationshipsFilesSchema",
|
|
7051
|
+
"description": "File attachments on this email (File entities). To-many; container-owns-files.",
|
|
7052
|
+
"type": "object",
|
|
7053
|
+
"properties": {
|
|
7054
|
+
"data": {
|
|
7055
|
+
"type": "array",
|
|
7056
|
+
"items": {
|
|
7057
|
+
"title": "EmailRelationshipsFilesDataSchema",
|
|
7058
|
+
"type": "object",
|
|
7059
|
+
"properties": {
|
|
7060
|
+
"type": {
|
|
7061
|
+
"type": "string"
|
|
7062
|
+
},
|
|
7063
|
+
"id": {
|
|
7064
|
+
"type": "string"
|
|
7065
|
+
}
|
|
7066
|
+
}
|
|
7067
|
+
}
|
|
7068
|
+
}
|
|
7069
|
+
}
|
|
7070
|
+
},
|
|
7049
7071
|
"links": {
|
|
7050
7072
|
"title": "EmailRelationshipsLinksSchema",
|
|
7051
7073
|
"description": "URLs shared in this email, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|
|
@@ -9301,6 +9323,14 @@
|
|
|
9301
9323
|
},
|
|
9302
9324
|
"contentType": {
|
|
9303
9325
|
"type": "string"
|
|
9326
|
+
},
|
|
9327
|
+
"fileKey": {
|
|
9328
|
+
"type": "string",
|
|
9329
|
+
"description": "S3 key in the submission bucket. The screening workflow reads files.N.fileKey."
|
|
9330
|
+
},
|
|
9331
|
+
"originalFilename": {
|
|
9332
|
+
"type": "string",
|
|
9333
|
+
"description": "Original filename as uploaded/imported. The screening workflow reads files.N.originalFilename."
|
|
9304
9334
|
}
|
|
9305
9335
|
}
|
|
9306
9336
|
}
|
|
@@ -9333,6 +9363,10 @@
|
|
|
9333
9363
|
}
|
|
9334
9364
|
}
|
|
9335
9365
|
},
|
|
9366
|
+
"meta": {
|
|
9367
|
+
"type": "object",
|
|
9368
|
+
"description": "Free-form metadata. meta.external carries ATS import correlation ({source, jobShortCode, talentShortCode, applicationShortCode, ttl}); meta.userId is stamped server-side on create. CREATE-ONLY today: the update path ignores meta."
|
|
9369
|
+
},
|
|
9336
9370
|
"timestamps": {
|
|
9337
9371
|
"title": "ResourceTimestampsSchema",
|
|
9338
9372
|
"type": "object",
|
|
@@ -9786,6 +9820,14 @@
|
|
|
9786
9820
|
},
|
|
9787
9821
|
"contentType": {
|
|
9788
9822
|
"type": "string"
|
|
9823
|
+
},
|
|
9824
|
+
"fileKey": {
|
|
9825
|
+
"type": "string",
|
|
9826
|
+
"description": "S3 key in the submission bucket. The screening workflow reads files.N.fileKey."
|
|
9827
|
+
},
|
|
9828
|
+
"originalFilename": {
|
|
9829
|
+
"type": "string",
|
|
9830
|
+
"description": "Original filename as uploaded/imported. The screening workflow reads files.N.originalFilename."
|
|
9789
9831
|
}
|
|
9790
9832
|
}
|
|
9791
9833
|
}
|
|
@@ -9818,6 +9860,10 @@
|
|
|
9818
9860
|
}
|
|
9819
9861
|
}
|
|
9820
9862
|
},
|
|
9863
|
+
"meta": {
|
|
9864
|
+
"type": "object",
|
|
9865
|
+
"description": "Free-form metadata. meta.external carries ATS import correlation ({source, jobShortCode, talentShortCode, applicationShortCode, ttl}); meta.userId is stamped server-side on create. CREATE-ONLY today: the update path ignores meta."
|
|
9866
|
+
},
|
|
9821
9867
|
"timestamps": {
|
|
9822
9868
|
"title": "ResourceTimestampsSchema",
|
|
9823
9869
|
"type": "object",
|
|
@@ -11484,6 +11530,28 @@
|
|
|
11484
11530
|
"type": "object",
|
|
11485
11531
|
"description": "Relationship slots on the call resource. Principal slots are\nto-one (`links`, shared URLs, is to-many). Direction\n+ attributes.fromType / toType tell you which side of the\nconversation each principal occupies. Mirror of chat's slot\nset with two voice-specific additions: `job` (call about a\nspecific opening) and `brief` (call collecting / clarifying\na specific brief). `boeUser` is split from `user` so the AI\nagent has a dedicated slot - `user` is reserved for human\ncounterparties (3-way conference recruiter, future user-to-\nuser webapp/Teams chat).",
|
|
11486
11532
|
"properties": {
|
|
11533
|
+
"files": {
|
|
11534
|
+
"title": "CallRelationshipsFilesSchema",
|
|
11535
|
+
"description": "File attachments shared on this call (File entities). To-many; container-owns-files.",
|
|
11536
|
+
"type": "object",
|
|
11537
|
+
"properties": {
|
|
11538
|
+
"data": {
|
|
11539
|
+
"type": "array",
|
|
11540
|
+
"items": {
|
|
11541
|
+
"title": "CallRelationshipsFilesDataSchema",
|
|
11542
|
+
"type": "object",
|
|
11543
|
+
"properties": {
|
|
11544
|
+
"type": {
|
|
11545
|
+
"type": "string"
|
|
11546
|
+
},
|
|
11547
|
+
"id": {
|
|
11548
|
+
"type": "string"
|
|
11549
|
+
}
|
|
11550
|
+
}
|
|
11551
|
+
}
|
|
11552
|
+
}
|
|
11553
|
+
}
|
|
11554
|
+
},
|
|
11487
11555
|
"links": {
|
|
11488
11556
|
"title": "CallRelationshipsLinksSchema",
|
|
11489
11557
|
"description": "URLs shared during this call, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|
|
@@ -12571,6 +12639,28 @@
|
|
|
12571
12639
|
"type": "object",
|
|
12572
12640
|
"description": "Relationship slots for a chat row. Principal slots are to-one\n(`links`, shared URLs, is to-many). Direction +\nattributes.fromType / toType tell you which side of the\nconversation each principal is on - we don't duplicate that\ninto directional relationship names. For boe-mediated flows\nat most two of {user, candidate, talent} are populated per\nrow: the external party (candidate or talent) and, on outbound,\nthe boe user that signed the message.",
|
|
12573
12641
|
"properties": {
|
|
12642
|
+
"files": {
|
|
12643
|
+
"title": "ChatRelationshipsFilesSchema",
|
|
12644
|
+
"description": "File attachments sent in this chat (File entities). To-many; container-owns-files.",
|
|
12645
|
+
"type": "object",
|
|
12646
|
+
"properties": {
|
|
12647
|
+
"data": {
|
|
12648
|
+
"type": "array",
|
|
12649
|
+
"items": {
|
|
12650
|
+
"title": "ChatRelationshipsFilesDataSchema",
|
|
12651
|
+
"type": "object",
|
|
12652
|
+
"properties": {
|
|
12653
|
+
"type": {
|
|
12654
|
+
"type": "string"
|
|
12655
|
+
},
|
|
12656
|
+
"id": {
|
|
12657
|
+
"type": "string"
|
|
12658
|
+
}
|
|
12659
|
+
}
|
|
12660
|
+
}
|
|
12661
|
+
}
|
|
12662
|
+
}
|
|
12663
|
+
},
|
|
12574
12664
|
"links": {
|
|
12575
12665
|
"title": "ChatRelationshipsLinksSchema",
|
|
12576
12666
|
"description": "URLs shared in this chat, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|
|
@@ -14929,6 +15019,28 @@
|
|
|
14929
15019
|
"title": "MeetingRelationshipsSchema",
|
|
14930
15020
|
"type": "object",
|
|
14931
15021
|
"properties": {
|
|
15022
|
+
"files": {
|
|
15023
|
+
"title": "MeetingRelationshipsFilesSchema",
|
|
15024
|
+
"description": "File attachments shared in this meeting (File entities). To-many; container-owns-files.",
|
|
15025
|
+
"type": "object",
|
|
15026
|
+
"properties": {
|
|
15027
|
+
"data": {
|
|
15028
|
+
"type": "array",
|
|
15029
|
+
"items": {
|
|
15030
|
+
"title": "MeetingRelationshipsFilesDataSchema",
|
|
15031
|
+
"type": "object",
|
|
15032
|
+
"properties": {
|
|
15033
|
+
"type": {
|
|
15034
|
+
"type": "string"
|
|
15035
|
+
},
|
|
15036
|
+
"id": {
|
|
15037
|
+
"type": "string"
|
|
15038
|
+
}
|
|
15039
|
+
}
|
|
15040
|
+
}
|
|
15041
|
+
}
|
|
15042
|
+
}
|
|
15043
|
+
},
|
|
14932
15044
|
"links": {
|
|
14933
15045
|
"title": "MeetingRelationshipsLinksSchema",
|
|
14934
15046
|
"description": "URLs shared in this meeting, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|