@smartytalent/openai-tools 0.8.17 → 0.9.0
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 +241 -21
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -2667,12 +2667,12 @@
|
|
|
2667
2667
|
},
|
|
2668
2668
|
"permissions": {
|
|
2669
2669
|
"title": "RoleRelationshipsPermissionsSchema",
|
|
2670
|
+
"description": "Written only by the system-tenant bootstrap (sysowner roles); empty for every tenant-created role. The permission service itself is an unwired scaffold.",
|
|
2670
2671
|
"type": "object",
|
|
2671
2672
|
"properties": {
|
|
2672
2673
|
"data": {
|
|
2673
2674
|
"type": "array",
|
|
2674
2675
|
"items": {
|
|
2675
|
-
"title": "RoleRelationshipsPermissionsDataSchema",
|
|
2676
2676
|
"type": "object",
|
|
2677
2677
|
"properties": {
|
|
2678
2678
|
"type": {
|
|
@@ -2976,6 +2976,8 @@
|
|
|
2976
2976
|
"properties": {
|
|
2977
2977
|
"data": {
|
|
2978
2978
|
"type": "array",
|
|
2979
|
+
"maxItems": 1,
|
|
2980
|
+
"description": "Exactly one entry: the key authenticates AS this single user. Kept as an array (maxItems 1) for wire compatibility - decision 2026-08-14, PLAN_RELATIONSHIP_CONTRACT.md.",
|
|
2979
2981
|
"items": {
|
|
2980
2982
|
"title": "ApikeyRelationshipsUsersDataSchema",
|
|
2981
2983
|
"type": "object",
|
|
@@ -3744,6 +3746,26 @@
|
|
|
3744
3746
|
}
|
|
3745
3747
|
}
|
|
3746
3748
|
}
|
|
3749
|
+
},
|
|
3750
|
+
"tasks": {
|
|
3751
|
+
"title": "TalentRelationshipsTasksSchema",
|
|
3752
|
+
"type": "object",
|
|
3753
|
+
"properties": {
|
|
3754
|
+
"data": {
|
|
3755
|
+
"type": "array",
|
|
3756
|
+
"items": {
|
|
3757
|
+
"type": "object",
|
|
3758
|
+
"properties": {
|
|
3759
|
+
"type": {
|
|
3760
|
+
"type": "string"
|
|
3761
|
+
},
|
|
3762
|
+
"id": {
|
|
3763
|
+
"type": "string"
|
|
3764
|
+
}
|
|
3765
|
+
}
|
|
3766
|
+
}
|
|
3767
|
+
}
|
|
3768
|
+
}
|
|
3747
3769
|
}
|
|
3748
3770
|
}
|
|
3749
3771
|
},
|
|
@@ -4453,7 +4475,7 @@
|
|
|
4453
4475
|
},
|
|
4454
4476
|
"titleInclusive": {
|
|
4455
4477
|
"title": "JobAttributesTitleInclusiveSchema",
|
|
4456
|
-
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
4478
|
+
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Surfaces with a hard length limit use a short marker instead - on Polish that is \"(K/M/NB)\", which covers MORE than the restated pair, since the pair is binary by construction. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
4457
4479
|
"type": "object",
|
|
4458
4480
|
"additionalProperties": {
|
|
4459
4481
|
"type": "string"
|
|
@@ -5089,6 +5111,48 @@
|
|
|
5089
5111
|
}
|
|
5090
5112
|
}
|
|
5091
5113
|
}
|
|
5114
|
+
},
|
|
5115
|
+
"users": {
|
|
5116
|
+
"title": "JobRelationshipsUsersSchema",
|
|
5117
|
+
"type": "object",
|
|
5118
|
+
"properties": {
|
|
5119
|
+
"data": {
|
|
5120
|
+
"type": "array",
|
|
5121
|
+
"items": {
|
|
5122
|
+
"title": "JobRelationshipsUsersDataSchema",
|
|
5123
|
+
"type": "object",
|
|
5124
|
+
"properties": {
|
|
5125
|
+
"type": {
|
|
5126
|
+
"type": "string"
|
|
5127
|
+
},
|
|
5128
|
+
"id": {
|
|
5129
|
+
"type": "string"
|
|
5130
|
+
}
|
|
5131
|
+
}
|
|
5132
|
+
}
|
|
5133
|
+
}
|
|
5134
|
+
}
|
|
5135
|
+
},
|
|
5136
|
+
"tasks": {
|
|
5137
|
+
"title": "JobRelationshipsTasksSchema",
|
|
5138
|
+
"type": "object",
|
|
5139
|
+
"properties": {
|
|
5140
|
+
"data": {
|
|
5141
|
+
"type": "array",
|
|
5142
|
+
"items": {
|
|
5143
|
+
"title": "JobRelationshipsTasksDataSchema",
|
|
5144
|
+
"type": "object",
|
|
5145
|
+
"properties": {
|
|
5146
|
+
"type": {
|
|
5147
|
+
"type": "string"
|
|
5148
|
+
},
|
|
5149
|
+
"id": {
|
|
5150
|
+
"type": "string"
|
|
5151
|
+
}
|
|
5152
|
+
}
|
|
5153
|
+
}
|
|
5154
|
+
}
|
|
5155
|
+
}
|
|
5092
5156
|
}
|
|
5093
5157
|
}
|
|
5094
5158
|
},
|
|
@@ -5185,7 +5249,7 @@
|
|
|
5185
5249
|
},
|
|
5186
5250
|
"titleInclusive": {
|
|
5187
5251
|
"title": "JobAttributesTitleInclusiveSchema",
|
|
5188
|
-
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
5252
|
+
"description": "The job title as shown to candidates, marked as open to every gender. Language-keyed, same keys as `title`. Read-only: it is derived from `title` by the build pipeline, not supplied by a client. `title` stays the canonical, unmarked string and is what the ATS and the search index use; this is the one public surfaces display. The shape follows the locale: Polish and Czech restate the whole phrase in the feminine because the adjectives agree with the noun, while German, French and Italian append their market marker. Surfaces with a hard length limit use a short marker instead - on Polish that is \"(K/M/NB)\", which covers MORE than the restated pair, since the pair is binary by construction. Absent on jobs created before this field existed, and on locales the pipeline declined to inflect - fall back to `title` per locale.",
|
|
5189
5253
|
"type": "object",
|
|
5190
5254
|
"additionalProperties": {
|
|
5191
5255
|
"type": "string"
|
|
@@ -5721,6 +5785,10 @@
|
|
|
5721
5785
|
"type": "string",
|
|
5722
5786
|
"description": "Filter candidates by exact shortCode value."
|
|
5723
5787
|
},
|
|
5788
|
+
"filterJobId": {
|
|
5789
|
+
"type": "string",
|
|
5790
|
+
"description": "Returns candidates applied to the given job (JobIndex lookup). The scalable way to list a job's pipeline."
|
|
5791
|
+
},
|
|
5724
5792
|
"filterEmail": {
|
|
5725
5793
|
"type": "string",
|
|
5726
5794
|
"description": "Specifies the email address to filter the results."
|
|
@@ -6241,6 +6309,26 @@
|
|
|
6241
6309
|
}
|
|
6242
6310
|
}
|
|
6243
6311
|
}
|
|
6312
|
+
},
|
|
6313
|
+
"tasks": {
|
|
6314
|
+
"title": "CandidateRelationshipsTasksSchema",
|
|
6315
|
+
"type": "object",
|
|
6316
|
+
"properties": {
|
|
6317
|
+
"data": {
|
|
6318
|
+
"type": "array",
|
|
6319
|
+
"items": {
|
|
6320
|
+
"type": "object",
|
|
6321
|
+
"properties": {
|
|
6322
|
+
"type": {
|
|
6323
|
+
"type": "string"
|
|
6324
|
+
},
|
|
6325
|
+
"id": {
|
|
6326
|
+
"type": "string"
|
|
6327
|
+
}
|
|
6328
|
+
}
|
|
6329
|
+
}
|
|
6330
|
+
}
|
|
6331
|
+
}
|
|
6244
6332
|
}
|
|
6245
6333
|
}
|
|
6246
6334
|
},
|
|
@@ -6769,6 +6857,26 @@
|
|
|
6769
6857
|
}
|
|
6770
6858
|
}
|
|
6771
6859
|
}
|
|
6860
|
+
},
|
|
6861
|
+
"tasks": {
|
|
6862
|
+
"title": "CandidateRelationshipsTasksSchema",
|
|
6863
|
+
"type": "object",
|
|
6864
|
+
"properties": {
|
|
6865
|
+
"data": {
|
|
6866
|
+
"type": "array",
|
|
6867
|
+
"items": {
|
|
6868
|
+
"type": "object",
|
|
6869
|
+
"properties": {
|
|
6870
|
+
"type": {
|
|
6871
|
+
"type": "string"
|
|
6872
|
+
},
|
|
6873
|
+
"id": {
|
|
6874
|
+
"type": "string"
|
|
6875
|
+
}
|
|
6876
|
+
}
|
|
6877
|
+
}
|
|
6878
|
+
}
|
|
6879
|
+
}
|
|
6772
6880
|
}
|
|
6773
6881
|
}
|
|
6774
6882
|
}
|
|
@@ -7895,6 +8003,86 @@
|
|
|
7895
8003
|
}
|
|
7896
8004
|
}
|
|
7897
8005
|
}
|
|
8006
|
+
},
|
|
8007
|
+
"users": {
|
|
8008
|
+
"title": "EmailRelationshipsUsersSchema",
|
|
8009
|
+
"type": "object",
|
|
8010
|
+
"properties": {
|
|
8011
|
+
"data": {
|
|
8012
|
+
"type": "array",
|
|
8013
|
+
"items": {
|
|
8014
|
+
"type": "object",
|
|
8015
|
+
"properties": {
|
|
8016
|
+
"type": {
|
|
8017
|
+
"type": "string"
|
|
8018
|
+
},
|
|
8019
|
+
"id": {
|
|
8020
|
+
"type": "string"
|
|
8021
|
+
}
|
|
8022
|
+
}
|
|
8023
|
+
}
|
|
8024
|
+
}
|
|
8025
|
+
}
|
|
8026
|
+
},
|
|
8027
|
+
"jobs": {
|
|
8028
|
+
"title": "EmailRelationshipsJobsSchema",
|
|
8029
|
+
"type": "object",
|
|
8030
|
+
"properties": {
|
|
8031
|
+
"data": {
|
|
8032
|
+
"type": "array",
|
|
8033
|
+
"items": {
|
|
8034
|
+
"type": "object",
|
|
8035
|
+
"properties": {
|
|
8036
|
+
"type": {
|
|
8037
|
+
"type": "string"
|
|
8038
|
+
},
|
|
8039
|
+
"id": {
|
|
8040
|
+
"type": "string"
|
|
8041
|
+
}
|
|
8042
|
+
}
|
|
8043
|
+
}
|
|
8044
|
+
}
|
|
8045
|
+
}
|
|
8046
|
+
},
|
|
8047
|
+
"assessments": {
|
|
8048
|
+
"title": "EmailRelationshipsAssessmentsSchema",
|
|
8049
|
+
"type": "object",
|
|
8050
|
+
"properties": {
|
|
8051
|
+
"data": {
|
|
8052
|
+
"type": "array",
|
|
8053
|
+
"items": {
|
|
8054
|
+
"type": "object",
|
|
8055
|
+
"properties": {
|
|
8056
|
+
"type": {
|
|
8057
|
+
"type": "string"
|
|
8058
|
+
},
|
|
8059
|
+
"id": {
|
|
8060
|
+
"type": "string"
|
|
8061
|
+
}
|
|
8062
|
+
}
|
|
8063
|
+
}
|
|
8064
|
+
}
|
|
8065
|
+
}
|
|
8066
|
+
},
|
|
8067
|
+
"ads": {
|
|
8068
|
+
"title": "EmailRelationshipsAdsSchema",
|
|
8069
|
+
"type": "object",
|
|
8070
|
+
"properties": {
|
|
8071
|
+
"data": {
|
|
8072
|
+
"type": "array",
|
|
8073
|
+
"items": {
|
|
8074
|
+
"type": "object",
|
|
8075
|
+
"properties": {
|
|
8076
|
+
"type": {
|
|
8077
|
+
"type": "string"
|
|
8078
|
+
},
|
|
8079
|
+
"id": {
|
|
8080
|
+
"type": "string"
|
|
8081
|
+
}
|
|
8082
|
+
}
|
|
8083
|
+
}
|
|
8084
|
+
}
|
|
8085
|
+
}
|
|
7898
8086
|
}
|
|
7899
8087
|
}
|
|
7900
8088
|
},
|
|
@@ -8331,8 +8519,9 @@
|
|
|
8331
8519
|
}
|
|
8332
8520
|
},
|
|
8333
8521
|
"relationships": {
|
|
8334
|
-
"title": "
|
|
8522
|
+
"title": "FormWriteRelationshipsSchema",
|
|
8335
8523
|
"type": "object",
|
|
8524
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
8336
8525
|
"properties": {}
|
|
8337
8526
|
}
|
|
8338
8527
|
}
|
|
@@ -8888,8 +9077,9 @@
|
|
|
8888
9077
|
}
|
|
8889
9078
|
},
|
|
8890
9079
|
"relationships": {
|
|
8891
|
-
"title": "
|
|
9080
|
+
"title": "FeedbackWriteRelationshipsSchema",
|
|
8892
9081
|
"type": "object",
|
|
9082
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
8893
9083
|
"properties": {
|
|
8894
9084
|
"jobs": {
|
|
8895
9085
|
"title": "FeedbackRelationshipsJobsSchema",
|
|
@@ -9297,8 +9487,9 @@
|
|
|
9297
9487
|
}
|
|
9298
9488
|
},
|
|
9299
9489
|
"relationships": {
|
|
9300
|
-
"title": "
|
|
9490
|
+
"title": "FeedbackWriteRelationshipsSchema",
|
|
9301
9491
|
"type": "object",
|
|
9492
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
9302
9493
|
"properties": {
|
|
9303
9494
|
"jobs": {
|
|
9304
9495
|
"title": "FeedbackRelationshipsJobsSchema",
|
|
@@ -11745,8 +11936,9 @@
|
|
|
11745
11936
|
}
|
|
11746
11937
|
},
|
|
11747
11938
|
"relationships": {
|
|
11748
|
-
"title": "
|
|
11939
|
+
"title": "SubmissionWriteRelationshipsSchema",
|
|
11749
11940
|
"type": "object",
|
|
11941
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
11750
11942
|
"properties": {
|
|
11751
11943
|
"forms": {
|
|
11752
11944
|
"title": "SubmissionRelationshipsFormsSchema",
|
|
@@ -12244,8 +12436,9 @@
|
|
|
12244
12436
|
}
|
|
12245
12437
|
},
|
|
12246
12438
|
"relationships": {
|
|
12247
|
-
"title": "
|
|
12439
|
+
"title": "SubmissionWriteRelationshipsSchema",
|
|
12248
12440
|
"type": "object",
|
|
12441
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
12249
12442
|
"properties": {
|
|
12250
12443
|
"forms": {
|
|
12251
12444
|
"title": "SubmissionRelationshipsFormsSchema",
|
|
@@ -12639,8 +12832,9 @@
|
|
|
12639
12832
|
}
|
|
12640
12833
|
},
|
|
12641
12834
|
"relationships": {
|
|
12642
|
-
"title": "
|
|
12835
|
+
"title": "BriefWriteRelationshipsSchema",
|
|
12643
12836
|
"type": "object",
|
|
12837
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
12644
12838
|
"properties": {
|
|
12645
12839
|
"jobs": {
|
|
12646
12840
|
"title": "BriefRelationshipsJobsSchema",
|
|
@@ -13057,8 +13251,9 @@
|
|
|
13057
13251
|
}
|
|
13058
13252
|
},
|
|
13059
13253
|
"relationships": {
|
|
13060
|
-
"title": "
|
|
13254
|
+
"title": "BriefWriteRelationshipsSchema",
|
|
13061
13255
|
"type": "object",
|
|
13256
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
13062
13257
|
"properties": {
|
|
13063
13258
|
"jobs": {
|
|
13064
13259
|
"title": "BriefRelationshipsJobsSchema",
|
|
@@ -20057,8 +20252,9 @@
|
|
|
20057
20252
|
}
|
|
20058
20253
|
},
|
|
20059
20254
|
"relationships": {
|
|
20060
|
-
"title": "
|
|
20255
|
+
"title": "ReportWriteRelationshipsSchema",
|
|
20061
20256
|
"type": "object",
|
|
20257
|
+
"description": "WRITE shape for request bodies: the storage-convention plural keys the services and the existing SDK writer classes use. Responses use the wire-shaped <X>RelationshipsSchema instead - the two deliberately differ (PLAN_RELATIONSHIP_CONTRACT.md).",
|
|
20062
20258
|
"properties": {
|
|
20063
20259
|
"tenants": {
|
|
20064
20260
|
"title": "ReportRelationshipsTenantsSchema",
|
|
@@ -21271,19 +21467,23 @@
|
|
|
21271
21467
|
"title": "AssessmentRelationshipsSchema",
|
|
21272
21468
|
"type": "object",
|
|
21273
21469
|
"properties": {
|
|
21274
|
-
"
|
|
21275
|
-
"title": "
|
|
21470
|
+
"candidates": {
|
|
21471
|
+
"title": "AssessmentRelationshipsCandidatesSchema",
|
|
21472
|
+
"description": "Candidate-mode assessments stamp the candidates they screen; to-many on rows and on the wire.",
|
|
21276
21473
|
"type": "object",
|
|
21277
21474
|
"properties": {
|
|
21278
21475
|
"data": {
|
|
21279
|
-
"
|
|
21280
|
-
"
|
|
21281
|
-
|
|
21282
|
-
"type":
|
|
21283
|
-
|
|
21284
|
-
|
|
21285
|
-
|
|
21286
|
-
|
|
21476
|
+
"type": "array",
|
|
21477
|
+
"items": {
|
|
21478
|
+
"title": "AssessmentRelationshipsCandidatesDataSchema",
|
|
21479
|
+
"type": "object",
|
|
21480
|
+
"properties": {
|
|
21481
|
+
"type": {
|
|
21482
|
+
"type": "string"
|
|
21483
|
+
},
|
|
21484
|
+
"id": {
|
|
21485
|
+
"type": "string"
|
|
21486
|
+
}
|
|
21287
21487
|
}
|
|
21288
21488
|
}
|
|
21289
21489
|
}
|
|
@@ -24415,6 +24615,26 @@
|
|
|
24415
24615
|
}
|
|
24416
24616
|
}
|
|
24417
24617
|
}
|
|
24618
|
+
},
|
|
24619
|
+
"calls": {
|
|
24620
|
+
"title": "NotificationRelationshipsCallsSchema",
|
|
24621
|
+
"type": "object",
|
|
24622
|
+
"properties": {
|
|
24623
|
+
"data": {
|
|
24624
|
+
"type": "array",
|
|
24625
|
+
"items": {
|
|
24626
|
+
"type": "object",
|
|
24627
|
+
"properties": {
|
|
24628
|
+
"type": {
|
|
24629
|
+
"type": "string"
|
|
24630
|
+
},
|
|
24631
|
+
"id": {
|
|
24632
|
+
"type": "string"
|
|
24633
|
+
}
|
|
24634
|
+
}
|
|
24635
|
+
}
|
|
24636
|
+
}
|
|
24637
|
+
}
|
|
24418
24638
|
}
|
|
24419
24639
|
}
|
|
24420
24640
|
}
|