@smartytalent/openai-tools 0.9.9 → 0.9.10
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 +30 -14
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -7839,6 +7839,10 @@
|
|
|
7839
7839
|
"type": "boolean",
|
|
7840
7840
|
"description": "Return only emails the system (broker / classifier) flagged as spam. Used by the Spam folder's `isSystemSpam=true` leg - the other leg comes from `/v1/states?folder=spam`. Backed by a filter-expression scan across shards for v1; promote to a sparse `SystemSpamIndex` if load warrants. Mutually exclusive with the other index-backed filters at the pagination layer."
|
|
7841
7841
|
},
|
|
7842
|
+
"filterLabelId": {
|
|
7843
|
+
"type": "string",
|
|
7844
|
+
"description": "Return only emails carrying this label. Server-side filter on the denormalised `labelIds` of relationships.labels. Mutually exclusive with the other filters - one filter at a time. Results are sorted by created desc."
|
|
7845
|
+
},
|
|
7842
7846
|
"sort": {
|
|
7843
7847
|
"type": "string",
|
|
7844
7848
|
"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\nTakes effect only when no equality filter (filterStatus,\nfilterConversationId, filterDirection) dictates a different\nindex; equality filters win. Compatible with date-range filters\n(filterCreatedFrom/To, filterModifiedFrom/To) which already use\nthe same indexes; sort just picks the direction.",
|
|
@@ -8005,7 +8009,7 @@
|
|
|
8005
8009
|
},
|
|
8006
8010
|
"type": {
|
|
8007
8011
|
"type": "string",
|
|
8008
|
-
"description": "Resource type this attachment belongs to. User-uploaded attachments use `files`; system-generated attachments use the owning resource type: `jobs`, `personas`, `talents`, `candidates`, `reports`, `ads`."
|
|
8012
|
+
"description": "Resource type this attachment belongs to. User-uploaded attachments use `files`; system-generated attachments use the owning resource type: `jobs`, `personas`, `talents`, `candidates`, `reports`, `ads`, `briefs`. Calendar invites use `emails` - the mail itself owns the .ics."
|
|
8009
8013
|
},
|
|
8010
8014
|
"fileId": {
|
|
8011
8015
|
"type": "string",
|
|
@@ -8065,7 +8069,8 @@
|
|
|
8065
8069
|
},
|
|
8066
8070
|
"meta": {
|
|
8067
8071
|
"type": "object",
|
|
8068
|
-
"additionalProperties": true
|
|
8072
|
+
"additionalProperties": true,
|
|
8073
|
+
"description": "Not populated on the wire - the email meta rides at the resource level (data.meta, see EmailResourceSchema.meta). Kept for client compatibility only."
|
|
8069
8074
|
},
|
|
8070
8075
|
"timestamps": {
|
|
8071
8076
|
"title": "ResourceTimestampsSchema",
|
|
@@ -8504,7 +8509,7 @@
|
|
|
8504
8509
|
},
|
|
8505
8510
|
"type": {
|
|
8506
8511
|
"type": "string",
|
|
8507
|
-
"description": "Resource type this attachment belongs to. User-uploaded attachments use `files`; system-generated attachments use the owning resource type: `jobs`, `personas`, `talents`, `candidates`, `reports`, `ads`."
|
|
8512
|
+
"description": "Resource type this attachment belongs to. User-uploaded attachments use `files`; system-generated attachments use the owning resource type: `jobs`, `personas`, `talents`, `candidates`, `reports`, `ads`, `briefs`. Calendar invites use `emails` - the mail itself owns the .ics."
|
|
8508
8513
|
},
|
|
8509
8514
|
"fileId": {
|
|
8510
8515
|
"type": "string",
|
|
@@ -8564,7 +8569,8 @@
|
|
|
8564
8569
|
},
|
|
8565
8570
|
"meta": {
|
|
8566
8571
|
"type": "object",
|
|
8567
|
-
"additionalProperties": true
|
|
8572
|
+
"additionalProperties": true,
|
|
8573
|
+
"description": "Not populated on the wire - the email meta rides at the resource level (data.meta, see EmailResourceSchema.meta). Kept for client compatibility only."
|
|
8568
8574
|
},
|
|
8569
8575
|
"timestamps": {
|
|
8570
8576
|
"title": "ResourceTimestampsSchema",
|
|
@@ -12182,7 +12188,7 @@
|
|
|
12182
12188
|
},
|
|
12183
12189
|
"meta": {
|
|
12184
12190
|
"type": "object",
|
|
12185
|
-
"description": "
|
|
12191
|
+
"description": "Not populated on the wire - the submission meta rides at the resource level (data.meta, see SubmissionResourceSchema.meta). Kept for client compatibility only."
|
|
12186
12192
|
},
|
|
12187
12193
|
"timestamps": {
|
|
12188
12194
|
"title": "ResourceTimestampsSchema",
|
|
@@ -12674,7 +12680,7 @@
|
|
|
12674
12680
|
},
|
|
12675
12681
|
"meta": {
|
|
12676
12682
|
"type": "object",
|
|
12677
|
-
"description": "
|
|
12683
|
+
"description": "Not populated on the wire - the submission meta rides at the resource level (data.meta, see SubmissionResourceSchema.meta). Kept for client compatibility only."
|
|
12678
12684
|
},
|
|
12679
12685
|
"timestamps": {
|
|
12680
12686
|
"title": "ResourceTimestampsSchema",
|
|
@@ -17566,13 +17572,18 @@
|
|
|
17566
17572
|
"type": "string",
|
|
17567
17573
|
"enum": [
|
|
17568
17574
|
"tenant",
|
|
17569
|
-
"user"
|
|
17575
|
+
"user",
|
|
17576
|
+
"system"
|
|
17570
17577
|
],
|
|
17571
|
-
"description": "tenant = visible to every user in the tenant; user = visible only to the owner."
|
|
17578
|
+
"description": "tenant = visible to every user in the tenant; user = visible only to the owner; system = seeded and stamped by the platform; read-only (create/update/delete via the API are rejected)."
|
|
17579
|
+
},
|
|
17580
|
+
"systemKey": {
|
|
17581
|
+
"type": "string",
|
|
17582
|
+
"description": "Present only on scope=system rows: stable machine key naming the platform intent. `application` = inbound e-mail application, `talent_pool` = talent-pool opt-in (application without a job), `status` = status inquiry about an existing application, `withdrawal` = withdrawal / opt-out acknowledgement. Null on tenant/user labels. Filter or branch on this key, never on the localised name."
|
|
17572
17583
|
},
|
|
17573
17584
|
"ownerId": {
|
|
17574
17585
|
"type": "string",
|
|
17575
|
-
"description": "Set server-side from the caller. Tenant-scope: tenantId. User-scope: the authenticated user's full userId."
|
|
17586
|
+
"description": "Set server-side from the caller. Tenant-scope: tenantId. User-scope: the authenticated user's full userId. System-scope: the tenant base id, stamped by the seeder."
|
|
17576
17587
|
},
|
|
17577
17588
|
"resourceTypes": {
|
|
17578
17589
|
"type": "array",
|
|
@@ -17682,13 +17693,18 @@
|
|
|
17682
17693
|
"type": "string",
|
|
17683
17694
|
"enum": [
|
|
17684
17695
|
"tenant",
|
|
17685
|
-
"user"
|
|
17696
|
+
"user",
|
|
17697
|
+
"system"
|
|
17686
17698
|
],
|
|
17687
|
-
"description": "tenant = visible to every user in the tenant; user = visible only to the owner."
|
|
17699
|
+
"description": "tenant = visible to every user in the tenant; user = visible only to the owner; system = seeded and stamped by the platform; read-only (create/update/delete via the API are rejected)."
|
|
17700
|
+
},
|
|
17701
|
+
"systemKey": {
|
|
17702
|
+
"type": "string",
|
|
17703
|
+
"description": "Present only on scope=system rows: stable machine key naming the platform intent. `application` = inbound e-mail application, `talent_pool` = talent-pool opt-in (application without a job), `status` = status inquiry about an existing application, `withdrawal` = withdrawal / opt-out acknowledgement. Null on tenant/user labels. Filter or branch on this key, never on the localised name."
|
|
17688
17704
|
},
|
|
17689
17705
|
"ownerId": {
|
|
17690
17706
|
"type": "string",
|
|
17691
|
-
"description": "Set server-side from the caller. Tenant-scope: tenantId. User-scope: the authenticated user's full userId."
|
|
17707
|
+
"description": "Set server-side from the caller. Tenant-scope: tenantId. User-scope: the authenticated user's full userId. System-scope: the tenant base id, stamped by the seeder."
|
|
17692
17708
|
},
|
|
17693
17709
|
"resourceTypes": {
|
|
17694
17710
|
"type": "array",
|
|
@@ -20032,7 +20048,7 @@
|
|
|
20032
20048
|
"meta": {
|
|
20033
20049
|
"type": "object",
|
|
20034
20050
|
"additionalProperties": true,
|
|
20035
|
-
"description": "
|
|
20051
|
+
"description": "Not populated on the wire - the conversation meta rides at the resource level (data.meta, see ConversationResourceSchema.meta). Kept for client compatibility only."
|
|
20036
20052
|
},
|
|
20037
20053
|
"timestamps": {
|
|
20038
20054
|
"title": "ResourceTimestampsSchema",
|
|
@@ -20330,7 +20346,7 @@
|
|
|
20330
20346
|
"meta": {
|
|
20331
20347
|
"type": "object",
|
|
20332
20348
|
"additionalProperties": true,
|
|
20333
|
-
"description": "
|
|
20349
|
+
"description": "Not populated on the wire - the conversation meta rides at the resource level (data.meta, see ConversationResourceSchema.meta). Kept for client compatibility only."
|
|
20334
20350
|
},
|
|
20335
20351
|
"timestamps": {
|
|
20336
20352
|
"title": "ResourceTimestampsSchema",
|