@smartytalent/openai-tools 0.1.33-dev.99 → 0.2.1-rc.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 +331 -523
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -166,6 +166,10 @@
|
|
|
166
166
|
"email": {
|
|
167
167
|
"type": "object"
|
|
168
168
|
},
|
|
169
|
+
"operation": {
|
|
170
|
+
"type": "object",
|
|
171
|
+
"description": "Tenant-level outbound-sync defaults (ATS integrations): {syncStage, syncNotes, syncRatings, syncTags, syncReports, syncConversationReports, syncMessages} - overridden per job by job.settings.operation. NOTE: the generated model whitelists keys, so this property MUST be declared for the SDK to carry it."
|
|
172
|
+
},
|
|
169
173
|
"language": {
|
|
170
174
|
"type": "string"
|
|
171
175
|
},
|
|
@@ -469,6 +473,10 @@
|
|
|
469
473
|
"email": {
|
|
470
474
|
"type": "object"
|
|
471
475
|
},
|
|
476
|
+
"operation": {
|
|
477
|
+
"type": "object",
|
|
478
|
+
"description": "Tenant-level outbound-sync defaults (ATS integrations): {syncStage, syncNotes, syncRatings, syncTags, syncReports, syncConversationReports, syncMessages} - overridden per job by job.settings.operation. NOTE: the generated model whitelists keys, so this property MUST be declared for the SDK to carry it."
|
|
479
|
+
},
|
|
472
480
|
"language": {
|
|
473
481
|
"type": "string"
|
|
474
482
|
},
|
|
@@ -2702,27 +2710,6 @@
|
|
|
2702
2710
|
}
|
|
2703
2711
|
}
|
|
2704
2712
|
},
|
|
2705
|
-
"translations": {
|
|
2706
|
-
"title": "TalentRelationshipsTranslationsSchema",
|
|
2707
|
-
"type": "object",
|
|
2708
|
-
"properties": {
|
|
2709
|
-
"data": {
|
|
2710
|
-
"type": "array",
|
|
2711
|
-
"items": {
|
|
2712
|
-
"title": "TalentRelationshipsTranslationsDataSchema",
|
|
2713
|
-
"type": "object",
|
|
2714
|
-
"properties": {
|
|
2715
|
-
"type": {
|
|
2716
|
-
"type": "string"
|
|
2717
|
-
},
|
|
2718
|
-
"id": {
|
|
2719
|
-
"type": "string"
|
|
2720
|
-
}
|
|
2721
|
-
}
|
|
2722
|
-
}
|
|
2723
|
-
}
|
|
2724
|
-
}
|
|
2725
|
-
},
|
|
2726
2713
|
"operations": {
|
|
2727
2714
|
"title": "TalentRelationshipsOperationsSchema",
|
|
2728
2715
|
"type": "object",
|
|
@@ -2777,7 +2764,7 @@
|
|
|
2777
2764
|
"properties": {
|
|
2778
2765
|
"language": {
|
|
2779
2766
|
"type": "string",
|
|
2780
|
-
"description": "
|
|
2767
|
+
"description": "Deprecated, ignored for content selection. Translated content is stored on the resource itself: translatable fields are returned as per-locale dictionaries (e.g. en-US, pl-PL) populated by the in-service AI translation pipeline.",
|
|
2781
2768
|
"enum": [
|
|
2782
2769
|
"en-US",
|
|
2783
2770
|
"pl-PL",
|
|
@@ -3495,10 +3482,11 @@
|
|
|
3495
3482
|
},
|
|
3496
3483
|
"specialization": {
|
|
3497
3484
|
"title": "JobAttributesSpecializationSchema",
|
|
3498
|
-
"description": "Job specialization area. Language-keyed object.",
|
|
3485
|
+
"description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
|
|
3499
3486
|
"type": "object",
|
|
3500
3487
|
"additionalProperties": {
|
|
3501
|
-
"type": "string"
|
|
3488
|
+
"type": "string",
|
|
3489
|
+
"nullable": true
|
|
3502
3490
|
}
|
|
3503
3491
|
},
|
|
3504
3492
|
"companyCulture": {
|
|
@@ -3902,27 +3890,6 @@
|
|
|
3902
3890
|
}
|
|
3903
3891
|
}
|
|
3904
3892
|
},
|
|
3905
|
-
"translations": {
|
|
3906
|
-
"title": "JobRelationshipsTranslationsSchema",
|
|
3907
|
-
"type": "object",
|
|
3908
|
-
"properties": {
|
|
3909
|
-
"data": {
|
|
3910
|
-
"type": "array",
|
|
3911
|
-
"items": {
|
|
3912
|
-
"title": "JobRelationshipsTranslationsDataSchema",
|
|
3913
|
-
"type": "object",
|
|
3914
|
-
"properties": {
|
|
3915
|
-
"type": {
|
|
3916
|
-
"type": "string"
|
|
3917
|
-
},
|
|
3918
|
-
"id": {
|
|
3919
|
-
"type": "string"
|
|
3920
|
-
}
|
|
3921
|
-
}
|
|
3922
|
-
}
|
|
3923
|
-
}
|
|
3924
|
-
}
|
|
3925
|
-
},
|
|
3926
3893
|
"operations": {
|
|
3927
3894
|
"title": "JobRelationshipsOperationsSchema",
|
|
3928
3895
|
"type": "object",
|
|
@@ -4124,7 +4091,7 @@
|
|
|
4124
4091
|
"properties": {
|
|
4125
4092
|
"language": {
|
|
4126
4093
|
"type": "string",
|
|
4127
|
-
"description": "
|
|
4094
|
+
"description": "Deprecated, ignored for content selection. Translated content is stored on the resource itself: translatable fields are returned as per-locale dictionaries (e.g. en-US, pl-PL) populated by the in-service AI translation pipeline.",
|
|
4128
4095
|
"enum": [
|
|
4129
4096
|
"en-US",
|
|
4130
4097
|
"pl-PL",
|
|
@@ -4237,10 +4204,11 @@
|
|
|
4237
4204
|
},
|
|
4238
4205
|
"specialization": {
|
|
4239
4206
|
"title": "JobAttributesSpecializationSchema",
|
|
4240
|
-
"description": "Job specialization area. Language-keyed object.",
|
|
4207
|
+
"description": "Job specialization area. Language-keyed object. Values are nullable - real rows carry {locale: null} before the AI fill.",
|
|
4241
4208
|
"type": "object",
|
|
4242
4209
|
"additionalProperties": {
|
|
4243
|
-
"type": "string"
|
|
4210
|
+
"type": "string",
|
|
4211
|
+
"nullable": true
|
|
4244
4212
|
}
|
|
4245
4213
|
},
|
|
4246
4214
|
"companyCulture": {
|
|
@@ -5211,27 +5179,6 @@
|
|
|
5211
5179
|
}
|
|
5212
5180
|
}
|
|
5213
5181
|
},
|
|
5214
|
-
"translations": {
|
|
5215
|
-
"title": "CandidateRelationshipsTranslationsSchema",
|
|
5216
|
-
"type": "object",
|
|
5217
|
-
"properties": {
|
|
5218
|
-
"data": {
|
|
5219
|
-
"type": "array",
|
|
5220
|
-
"items": {
|
|
5221
|
-
"title": "CandidateRelationshipsTranslationsDataSchema",
|
|
5222
|
-
"type": "object",
|
|
5223
|
-
"properties": {
|
|
5224
|
-
"type": {
|
|
5225
|
-
"type": "string"
|
|
5226
|
-
},
|
|
5227
|
-
"id": {
|
|
5228
|
-
"type": "string"
|
|
5229
|
-
}
|
|
5230
|
-
}
|
|
5231
|
-
}
|
|
5232
|
-
}
|
|
5233
|
-
}
|
|
5234
|
-
},
|
|
5235
5182
|
"operations": {
|
|
5236
5183
|
"title": "CandidateRelationshipsOperationsSchema",
|
|
5237
5184
|
"type": "object",
|
|
@@ -5286,7 +5233,7 @@
|
|
|
5286
5233
|
"properties": {
|
|
5287
5234
|
"language": {
|
|
5288
5235
|
"type": "string",
|
|
5289
|
-
"description": "
|
|
5236
|
+
"description": "Deprecated, ignored for content selection. Translated content is stored on the resource itself: translatable fields are returned as per-locale dictionaries (e.g. en-US, pl-PL) populated by the in-service AI translation pipeline.",
|
|
5290
5237
|
"enum": [
|
|
5291
5238
|
"en-US",
|
|
5292
5239
|
"pl-PL",
|
|
@@ -5758,27 +5705,6 @@
|
|
|
5758
5705
|
}
|
|
5759
5706
|
}
|
|
5760
5707
|
},
|
|
5761
|
-
"translations": {
|
|
5762
|
-
"title": "CandidateRelationshipsTranslationsSchema",
|
|
5763
|
-
"type": "object",
|
|
5764
|
-
"properties": {
|
|
5765
|
-
"data": {
|
|
5766
|
-
"type": "array",
|
|
5767
|
-
"items": {
|
|
5768
|
-
"title": "CandidateRelationshipsTranslationsDataSchema",
|
|
5769
|
-
"type": "object",
|
|
5770
|
-
"properties": {
|
|
5771
|
-
"type": {
|
|
5772
|
-
"type": "string"
|
|
5773
|
-
},
|
|
5774
|
-
"id": {
|
|
5775
|
-
"type": "string"
|
|
5776
|
-
}
|
|
5777
|
-
}
|
|
5778
|
-
}
|
|
5779
|
-
}
|
|
5780
|
-
}
|
|
5781
|
-
},
|
|
5782
5708
|
"operations": {
|
|
5783
5709
|
"title": "CandidateRelationshipsOperationsSchema",
|
|
5784
5710
|
"type": "object",
|
|
@@ -6094,19 +6020,67 @@
|
|
|
6094
6020
|
"title": "FileRelationshipsSchema",
|
|
6095
6021
|
"type": "object",
|
|
6096
6022
|
"properties": {
|
|
6097
|
-
"
|
|
6098
|
-
"title": "
|
|
6023
|
+
"links": {
|
|
6024
|
+
"title": "FileRelationshipsLinksSchema",
|
|
6025
|
+
"description": "URLs found inside this file's content (e.g. a portfolio/LinkedIn URL in a CV), each fetched to markdown (Crawl4AI Link). To-many; container-owns-links. (Was to-one from the dead file<-screenshot<-link era; link and file are now independent.)",
|
|
6099
6026
|
"type": "object",
|
|
6100
6027
|
"properties": {
|
|
6101
6028
|
"data": {
|
|
6102
|
-
"
|
|
6103
|
-
"
|
|
6104
|
-
|
|
6105
|
-
"type":
|
|
6106
|
-
|
|
6107
|
-
|
|
6108
|
-
|
|
6109
|
-
|
|
6029
|
+
"type": "array",
|
|
6030
|
+
"items": {
|
|
6031
|
+
"title": "FileRelationshipsLinksDataSchema",
|
|
6032
|
+
"type": "object",
|
|
6033
|
+
"properties": {
|
|
6034
|
+
"type": {
|
|
6035
|
+
"type": "string"
|
|
6036
|
+
},
|
|
6037
|
+
"id": {
|
|
6038
|
+
"type": "string"
|
|
6039
|
+
}
|
|
6040
|
+
}
|
|
6041
|
+
}
|
|
6042
|
+
}
|
|
6043
|
+
}
|
|
6044
|
+
},
|
|
6045
|
+
"talents": {
|
|
6046
|
+
"title": "FileRelationshipsTalentsSchema",
|
|
6047
|
+
"description": "Talents this file belongs to (e.g. an ATS-imported CV). Set at create by workflow actions (file:process relationships input).",
|
|
6048
|
+
"type": "object",
|
|
6049
|
+
"properties": {
|
|
6050
|
+
"data": {
|
|
6051
|
+
"type": "array",
|
|
6052
|
+
"items": {
|
|
6053
|
+
"title": "FileRelationshipsTalentsDataSchema",
|
|
6054
|
+
"type": "object",
|
|
6055
|
+
"properties": {
|
|
6056
|
+
"type": {
|
|
6057
|
+
"type": "string"
|
|
6058
|
+
},
|
|
6059
|
+
"id": {
|
|
6060
|
+
"type": "string"
|
|
6061
|
+
}
|
|
6062
|
+
}
|
|
6063
|
+
}
|
|
6064
|
+
}
|
|
6065
|
+
}
|
|
6066
|
+
},
|
|
6067
|
+
"candidates": {
|
|
6068
|
+
"title": "FileRelationshipsCandidatesSchema",
|
|
6069
|
+
"description": "Candidates (applications) this file belongs to. Set at create by workflow actions (file:process relationships input).",
|
|
6070
|
+
"type": "object",
|
|
6071
|
+
"properties": {
|
|
6072
|
+
"data": {
|
|
6073
|
+
"type": "array",
|
|
6074
|
+
"items": {
|
|
6075
|
+
"title": "FileRelationshipsCandidatesDataSchema",
|
|
6076
|
+
"type": "object",
|
|
6077
|
+
"properties": {
|
|
6078
|
+
"type": {
|
|
6079
|
+
"type": "string"
|
|
6080
|
+
},
|
|
6081
|
+
"id": {
|
|
6082
|
+
"type": "string"
|
|
6083
|
+
}
|
|
6110
6084
|
}
|
|
6111
6085
|
}
|
|
6112
6086
|
}
|
|
@@ -6450,308 +6424,6 @@
|
|
|
6450
6424
|
}
|
|
6451
6425
|
}
|
|
6452
6426
|
},
|
|
6453
|
-
{
|
|
6454
|
-
"type": "function",
|
|
6455
|
-
"function": {
|
|
6456
|
-
"name": "list_translations",
|
|
6457
|
-
"description": "List Translations",
|
|
6458
|
-
"parameters": {
|
|
6459
|
-
"type": "object",
|
|
6460
|
-
"properties": {
|
|
6461
|
-
"filterStatus": {
|
|
6462
|
-
"type": "string",
|
|
6463
|
-
"description": "Returns translations with the current status (active, archived). If not provided, the default value will be set to 'active'.",
|
|
6464
|
-
"enum": [
|
|
6465
|
-
"active",
|
|
6466
|
-
"archived"
|
|
6467
|
-
]
|
|
6468
|
-
},
|
|
6469
|
-
"filterCreatedFrom": {
|
|
6470
|
-
"type": "string",
|
|
6471
|
-
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
6472
|
-
},
|
|
6473
|
-
"filterCreatedTo": {
|
|
6474
|
-
"type": "string",
|
|
6475
|
-
"description": "Filters results to include only those created up to the specified date and time. The value must be in ISO 8601 format."
|
|
6476
|
-
},
|
|
6477
|
-
"filterModifiedFrom": {
|
|
6478
|
-
"type": "string",
|
|
6479
|
-
"description": "Filters results to include only those modified from the specified date and time. The value must be in ISO 8601 format."
|
|
6480
|
-
},
|
|
6481
|
-
"filterModifiedTo": {
|
|
6482
|
-
"type": "string",
|
|
6483
|
-
"description": "Filters results to include only those modified up to the specified date and time. The value must be in ISO 8601 format."
|
|
6484
|
-
},
|
|
6485
|
-
"pageSize": {
|
|
6486
|
-
"type": "integer",
|
|
6487
|
-
"description": "Specifies the number of items to retrieve per page. The maximum value is 100."
|
|
6488
|
-
},
|
|
6489
|
-
"pageNumber": {
|
|
6490
|
-
"type": "integer",
|
|
6491
|
-
"description": "Specifies the page number to retrieve. Used for traditional pagination."
|
|
6492
|
-
},
|
|
6493
|
-
"pageAfter": {
|
|
6494
|
-
"type": "string",
|
|
6495
|
-
"description": "Opaque base64-encoded cursor returned by a previous list response, used for forward cursor-based pagination. Pass the value verbatim; do not decode or mutate it."
|
|
6496
|
-
},
|
|
6497
|
-
"pageBefore": {
|
|
6498
|
-
"type": "string",
|
|
6499
|
-
"description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
|
|
6500
|
-
}
|
|
6501
|
-
}
|
|
6502
|
-
}
|
|
6503
|
-
}
|
|
6504
|
-
},
|
|
6505
|
-
{
|
|
6506
|
-
"type": "function",
|
|
6507
|
-
"function": {
|
|
6508
|
-
"name": "create_translation",
|
|
6509
|
-
"description": "Create Translation",
|
|
6510
|
-
"parameters": {
|
|
6511
|
-
"title": "CreateTranslationRequestBody",
|
|
6512
|
-
"type": "object",
|
|
6513
|
-
"required": [
|
|
6514
|
-
"data"
|
|
6515
|
-
],
|
|
6516
|
-
"properties": {
|
|
6517
|
-
"data": {
|
|
6518
|
-
"title": "CreateTranslationRequestBodyData",
|
|
6519
|
-
"type": "object",
|
|
6520
|
-
"required": [
|
|
6521
|
-
"type",
|
|
6522
|
-
"attributes"
|
|
6523
|
-
],
|
|
6524
|
-
"properties": {
|
|
6525
|
-
"type": {
|
|
6526
|
-
"type": "string",
|
|
6527
|
-
"enum": [
|
|
6528
|
-
"translations"
|
|
6529
|
-
]
|
|
6530
|
-
},
|
|
6531
|
-
"attributes": {
|
|
6532
|
-
"title": "TranslationAttributesSchema",
|
|
6533
|
-
"type": "object",
|
|
6534
|
-
"required": [
|
|
6535
|
-
"name",
|
|
6536
|
-
"email"
|
|
6537
|
-
],
|
|
6538
|
-
"properties": {
|
|
6539
|
-
"name": {
|
|
6540
|
-
"type": "string"
|
|
6541
|
-
},
|
|
6542
|
-
"status": {
|
|
6543
|
-
"type": "string"
|
|
6544
|
-
},
|
|
6545
|
-
"timestamps": {
|
|
6546
|
-
"title": "ResourceTimestampsSchema",
|
|
6547
|
-
"type": "object",
|
|
6548
|
-
"properties": {
|
|
6549
|
-
"created": {
|
|
6550
|
-
"type": "string",
|
|
6551
|
-
"format": "date-time"
|
|
6552
|
-
},
|
|
6553
|
-
"modified": {
|
|
6554
|
-
"type": "string",
|
|
6555
|
-
"format": "date-time"
|
|
6556
|
-
}
|
|
6557
|
-
}
|
|
6558
|
-
}
|
|
6559
|
-
}
|
|
6560
|
-
},
|
|
6561
|
-
"relationships": {
|
|
6562
|
-
"title": "TranslationRelationshipsSchema",
|
|
6563
|
-
"type": "object",
|
|
6564
|
-
"properties": {
|
|
6565
|
-
"talent": {
|
|
6566
|
-
"title": "TranslationRelationshipsTalentSchema",
|
|
6567
|
-
"type": "object",
|
|
6568
|
-
"properties": {
|
|
6569
|
-
"data": {
|
|
6570
|
-
"title": "TranslationRelationshipsTalentDataSchema",
|
|
6571
|
-
"type": "object",
|
|
6572
|
-
"properties": {
|
|
6573
|
-
"type": {
|
|
6574
|
-
"type": "string"
|
|
6575
|
-
},
|
|
6576
|
-
"id": {
|
|
6577
|
-
"type": "string"
|
|
6578
|
-
}
|
|
6579
|
-
}
|
|
6580
|
-
}
|
|
6581
|
-
}
|
|
6582
|
-
},
|
|
6583
|
-
"job": {
|
|
6584
|
-
"title": "TranslationRelationshipsJobSchema",
|
|
6585
|
-
"type": "object",
|
|
6586
|
-
"properties": {
|
|
6587
|
-
"data": {
|
|
6588
|
-
"title": "TranslationRelationshipsJobDataSchema",
|
|
6589
|
-
"type": "object",
|
|
6590
|
-
"properties": {
|
|
6591
|
-
"type": {
|
|
6592
|
-
"type": "string"
|
|
6593
|
-
},
|
|
6594
|
-
"id": {
|
|
6595
|
-
"type": "string"
|
|
6596
|
-
}
|
|
6597
|
-
}
|
|
6598
|
-
}
|
|
6599
|
-
}
|
|
6600
|
-
},
|
|
6601
|
-
"candidate": {
|
|
6602
|
-
"title": "TranslationRelationshipsCandidateSchema",
|
|
6603
|
-
"type": "object",
|
|
6604
|
-
"properties": {
|
|
6605
|
-
"data": {
|
|
6606
|
-
"title": "TranslationRelationshipsCandidateDataSchema",
|
|
6607
|
-
"type": "object",
|
|
6608
|
-
"properties": {
|
|
6609
|
-
"type": {
|
|
6610
|
-
"type": "string"
|
|
6611
|
-
},
|
|
6612
|
-
"id": {
|
|
6613
|
-
"type": "string"
|
|
6614
|
-
}
|
|
6615
|
-
}
|
|
6616
|
-
}
|
|
6617
|
-
}
|
|
6618
|
-
},
|
|
6619
|
-
"report": {
|
|
6620
|
-
"title": "TranslationRelationshipsReportSchema",
|
|
6621
|
-
"type": "object",
|
|
6622
|
-
"properties": {
|
|
6623
|
-
"data": {
|
|
6624
|
-
"title": "TranslationRelationshipsReportDataSchema",
|
|
6625
|
-
"type": "object",
|
|
6626
|
-
"properties": {
|
|
6627
|
-
"type": {
|
|
6628
|
-
"type": "string"
|
|
6629
|
-
},
|
|
6630
|
-
"id": {
|
|
6631
|
-
"type": "string"
|
|
6632
|
-
}
|
|
6633
|
-
}
|
|
6634
|
-
}
|
|
6635
|
-
}
|
|
6636
|
-
}
|
|
6637
|
-
}
|
|
6638
|
-
}
|
|
6639
|
-
}
|
|
6640
|
-
}
|
|
6641
|
-
}
|
|
6642
|
-
}
|
|
6643
|
-
}
|
|
6644
|
-
},
|
|
6645
|
-
{
|
|
6646
|
-
"type": "function",
|
|
6647
|
-
"function": {
|
|
6648
|
-
"name": "translations_options",
|
|
6649
|
-
"description": "Translations Options",
|
|
6650
|
-
"parameters": {
|
|
6651
|
-
"type": "object",
|
|
6652
|
-
"properties": {}
|
|
6653
|
-
}
|
|
6654
|
-
}
|
|
6655
|
-
},
|
|
6656
|
-
{
|
|
6657
|
-
"type": "function",
|
|
6658
|
-
"function": {
|
|
6659
|
-
"name": "show_translation",
|
|
6660
|
-
"description": "Show Translation",
|
|
6661
|
-
"parameters": {
|
|
6662
|
-
"type": "object",
|
|
6663
|
-
"properties": {}
|
|
6664
|
-
}
|
|
6665
|
-
}
|
|
6666
|
-
},
|
|
6667
|
-
{
|
|
6668
|
-
"type": "function",
|
|
6669
|
-
"function": {
|
|
6670
|
-
"name": "update_translation",
|
|
6671
|
-
"description": "Update Translation",
|
|
6672
|
-
"parameters": {
|
|
6673
|
-
"title": "UpdateTranslationRequestBody",
|
|
6674
|
-
"type": "object",
|
|
6675
|
-
"required": [
|
|
6676
|
-
"data"
|
|
6677
|
-
],
|
|
6678
|
-
"properties": {
|
|
6679
|
-
"data": {
|
|
6680
|
-
"title": "UpdateTranslationRequestBodyData",
|
|
6681
|
-
"type": "object",
|
|
6682
|
-
"required": [
|
|
6683
|
-
"type",
|
|
6684
|
-
"id",
|
|
6685
|
-
"attributes"
|
|
6686
|
-
],
|
|
6687
|
-
"properties": {
|
|
6688
|
-
"type": {
|
|
6689
|
-
"type": "string",
|
|
6690
|
-
"enum": [
|
|
6691
|
-
"translations"
|
|
6692
|
-
]
|
|
6693
|
-
},
|
|
6694
|
-
"id": {
|
|
6695
|
-
"type": "string"
|
|
6696
|
-
},
|
|
6697
|
-
"attributes": {
|
|
6698
|
-
"title": "TranslationAttributesSchema",
|
|
6699
|
-
"type": "object",
|
|
6700
|
-
"required": [
|
|
6701
|
-
"name",
|
|
6702
|
-
"email"
|
|
6703
|
-
],
|
|
6704
|
-
"properties": {
|
|
6705
|
-
"name": {
|
|
6706
|
-
"type": "string"
|
|
6707
|
-
},
|
|
6708
|
-
"status": {
|
|
6709
|
-
"type": "string"
|
|
6710
|
-
},
|
|
6711
|
-
"timestamps": {
|
|
6712
|
-
"title": "ResourceTimestampsSchema",
|
|
6713
|
-
"type": "object",
|
|
6714
|
-
"properties": {
|
|
6715
|
-
"created": {
|
|
6716
|
-
"type": "string",
|
|
6717
|
-
"format": "date-time"
|
|
6718
|
-
},
|
|
6719
|
-
"modified": {
|
|
6720
|
-
"type": "string",
|
|
6721
|
-
"format": "date-time"
|
|
6722
|
-
}
|
|
6723
|
-
}
|
|
6724
|
-
}
|
|
6725
|
-
}
|
|
6726
|
-
}
|
|
6727
|
-
}
|
|
6728
|
-
}
|
|
6729
|
-
}
|
|
6730
|
-
}
|
|
6731
|
-
}
|
|
6732
|
-
},
|
|
6733
|
-
{
|
|
6734
|
-
"type": "function",
|
|
6735
|
-
"function": {
|
|
6736
|
-
"name": "delete_translation",
|
|
6737
|
-
"description": "Delete Translation",
|
|
6738
|
-
"parameters": {
|
|
6739
|
-
"type": "object",
|
|
6740
|
-
"properties": {}
|
|
6741
|
-
}
|
|
6742
|
-
}
|
|
6743
|
-
},
|
|
6744
|
-
{
|
|
6745
|
-
"type": "function",
|
|
6746
|
-
"function": {
|
|
6747
|
-
"name": "translation_options",
|
|
6748
|
-
"description": "Translation Options",
|
|
6749
|
-
"parameters": {
|
|
6750
|
-
"type": "object",
|
|
6751
|
-
"properties": {}
|
|
6752
|
-
}
|
|
6753
|
-
}
|
|
6754
|
-
},
|
|
6755
6427
|
{
|
|
6756
6428
|
"type": "function",
|
|
6757
6429
|
"function": {
|
|
@@ -7042,32 +6714,37 @@
|
|
|
7042
6714
|
"title": "EmailRelationshipsSchema",
|
|
7043
6715
|
"type": "object",
|
|
7044
6716
|
"properties": {
|
|
7045
|
-
"
|
|
7046
|
-
"title": "
|
|
6717
|
+
"files": {
|
|
6718
|
+
"title": "EmailRelationshipsFilesSchema",
|
|
6719
|
+
"description": "File attachments on this email (File entities). To-many; container-owns-files.",
|
|
7047
6720
|
"type": "object",
|
|
7048
6721
|
"properties": {
|
|
7049
6722
|
"data": {
|
|
7050
|
-
"
|
|
7051
|
-
"
|
|
7052
|
-
|
|
7053
|
-
"type":
|
|
7054
|
-
|
|
7055
|
-
|
|
7056
|
-
|
|
7057
|
-
|
|
6723
|
+
"type": "array",
|
|
6724
|
+
"items": {
|
|
6725
|
+
"title": "EmailRelationshipsFilesDataSchema",
|
|
6726
|
+
"type": "object",
|
|
6727
|
+
"properties": {
|
|
6728
|
+
"type": {
|
|
6729
|
+
"type": "string"
|
|
6730
|
+
},
|
|
6731
|
+
"id": {
|
|
6732
|
+
"type": "string"
|
|
6733
|
+
}
|
|
7058
6734
|
}
|
|
7059
6735
|
}
|
|
7060
6736
|
}
|
|
7061
6737
|
}
|
|
7062
6738
|
},
|
|
7063
|
-
"
|
|
7064
|
-
"title": "
|
|
6739
|
+
"links": {
|
|
6740
|
+
"title": "EmailRelationshipsLinksSchema",
|
|
6741
|
+
"description": "URLs shared in this email, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|
|
7065
6742
|
"type": "object",
|
|
7066
6743
|
"properties": {
|
|
7067
6744
|
"data": {
|
|
7068
6745
|
"type": "array",
|
|
7069
6746
|
"items": {
|
|
7070
|
-
"title": "
|
|
6747
|
+
"title": "EmailRelationshipsLinksDataSchema",
|
|
7071
6748
|
"type": "object",
|
|
7072
6749
|
"properties": {
|
|
7073
6750
|
"type": {
|
|
@@ -7081,14 +6758,32 @@
|
|
|
7081
6758
|
}
|
|
7082
6759
|
}
|
|
7083
6760
|
},
|
|
7084
|
-
"
|
|
7085
|
-
"title": "
|
|
6761
|
+
"candidate": {
|
|
6762
|
+
"title": "EmailRelationshipsCandidateSchema",
|
|
6763
|
+
"type": "object",
|
|
6764
|
+
"properties": {
|
|
6765
|
+
"data": {
|
|
6766
|
+
"title": "EmailRelationshipsCandidateDataSchema",
|
|
6767
|
+
"type": "object",
|
|
6768
|
+
"properties": {
|
|
6769
|
+
"type": {
|
|
6770
|
+
"type": "string"
|
|
6771
|
+
},
|
|
6772
|
+
"id": {
|
|
6773
|
+
"type": "string"
|
|
6774
|
+
}
|
|
6775
|
+
}
|
|
6776
|
+
}
|
|
6777
|
+
}
|
|
6778
|
+
},
|
|
6779
|
+
"conversations": {
|
|
6780
|
+
"title": "EmailRelationshipsConversationsSchema",
|
|
7086
6781
|
"type": "object",
|
|
7087
6782
|
"properties": {
|
|
7088
6783
|
"data": {
|
|
7089
6784
|
"type": "array",
|
|
7090
6785
|
"items": {
|
|
7091
|
-
"title": "
|
|
6786
|
+
"title": "EmailRelationshipsConversationsDataSchema",
|
|
7092
6787
|
"type": "object",
|
|
7093
6788
|
"properties": {
|
|
7094
6789
|
"type": {
|
|
@@ -7563,29 +7258,7 @@
|
|
|
7563
7258
|
"relationships": {
|
|
7564
7259
|
"title": "FormRelationshipsSchema",
|
|
7565
7260
|
"type": "object",
|
|
7566
|
-
"properties": {
|
|
7567
|
-
"translations": {
|
|
7568
|
-
"title": "FormRelationshipsTranslationsSchema",
|
|
7569
|
-
"type": "object",
|
|
7570
|
-
"properties": {
|
|
7571
|
-
"data": {
|
|
7572
|
-
"type": "array",
|
|
7573
|
-
"items": {
|
|
7574
|
-
"title": "FormRelationshipsTranslationsDataSchema",
|
|
7575
|
-
"type": "object",
|
|
7576
|
-
"properties": {
|
|
7577
|
-
"type": {
|
|
7578
|
-
"type": "string"
|
|
7579
|
-
},
|
|
7580
|
-
"id": {
|
|
7581
|
-
"type": "string"
|
|
7582
|
-
}
|
|
7583
|
-
}
|
|
7584
|
-
}
|
|
7585
|
-
}
|
|
7586
|
-
}
|
|
7587
|
-
}
|
|
7588
|
-
}
|
|
7261
|
+
"properties": {}
|
|
7589
7262
|
}
|
|
7590
7263
|
}
|
|
7591
7264
|
}
|
|
@@ -9243,7 +8916,8 @@
|
|
|
9243
8916
|
"received",
|
|
9244
8917
|
"processing",
|
|
9245
8918
|
"processed",
|
|
9246
|
-
"failed"
|
|
8919
|
+
"failed",
|
|
8920
|
+
"waiting"
|
|
9247
8921
|
]
|
|
9248
8922
|
},
|
|
9249
8923
|
"language": {
|
|
@@ -9275,6 +8949,14 @@
|
|
|
9275
8949
|
},
|
|
9276
8950
|
"contentType": {
|
|
9277
8951
|
"type": "string"
|
|
8952
|
+
},
|
|
8953
|
+
"fileKey": {
|
|
8954
|
+
"type": "string",
|
|
8955
|
+
"description": "S3 key in the submission bucket. The screening workflow reads files.N.fileKey."
|
|
8956
|
+
},
|
|
8957
|
+
"originalFilename": {
|
|
8958
|
+
"type": "string",
|
|
8959
|
+
"description": "Original filename as uploaded/imported. The screening workflow reads files.N.originalFilename."
|
|
9278
8960
|
}
|
|
9279
8961
|
}
|
|
9280
8962
|
}
|
|
@@ -9307,6 +8989,10 @@
|
|
|
9307
8989
|
}
|
|
9308
8990
|
}
|
|
9309
8991
|
},
|
|
8992
|
+
"meta": {
|
|
8993
|
+
"type": "object",
|
|
8994
|
+
"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."
|
|
8995
|
+
},
|
|
9310
8996
|
"timestamps": {
|
|
9311
8997
|
"title": "ResourceTimestampsSchema",
|
|
9312
8998
|
"type": "object",
|
|
@@ -9425,12 +9111,13 @@
|
|
|
9425
9111
|
"properties": {
|
|
9426
9112
|
"filterStatus": {
|
|
9427
9113
|
"type": "string",
|
|
9428
|
-
"description": "Returns submissions with the current status.",
|
|
9114
|
+
"description": "Returns submissions with the current status. `waiting` = parked until the target job activates (released by submission:release).",
|
|
9429
9115
|
"enum": [
|
|
9430
9116
|
"received",
|
|
9431
9117
|
"processing",
|
|
9432
9118
|
"processed",
|
|
9433
|
-
"failed"
|
|
9119
|
+
"failed",
|
|
9120
|
+
"waiting"
|
|
9434
9121
|
]
|
|
9435
9122
|
},
|
|
9436
9123
|
"filterEmail": {
|
|
@@ -9728,7 +9415,8 @@
|
|
|
9728
9415
|
"received",
|
|
9729
9416
|
"processing",
|
|
9730
9417
|
"processed",
|
|
9731
|
-
"failed"
|
|
9418
|
+
"failed",
|
|
9419
|
+
"waiting"
|
|
9732
9420
|
]
|
|
9733
9421
|
},
|
|
9734
9422
|
"language": {
|
|
@@ -9760,6 +9448,14 @@
|
|
|
9760
9448
|
},
|
|
9761
9449
|
"contentType": {
|
|
9762
9450
|
"type": "string"
|
|
9451
|
+
},
|
|
9452
|
+
"fileKey": {
|
|
9453
|
+
"type": "string",
|
|
9454
|
+
"description": "S3 key in the submission bucket. The screening workflow reads files.N.fileKey."
|
|
9455
|
+
},
|
|
9456
|
+
"originalFilename": {
|
|
9457
|
+
"type": "string",
|
|
9458
|
+
"description": "Original filename as uploaded/imported. The screening workflow reads files.N.originalFilename."
|
|
9763
9459
|
}
|
|
9764
9460
|
}
|
|
9765
9461
|
}
|
|
@@ -9792,6 +9488,10 @@
|
|
|
9792
9488
|
}
|
|
9793
9489
|
}
|
|
9794
9490
|
},
|
|
9491
|
+
"meta": {
|
|
9492
|
+
"type": "object",
|
|
9493
|
+
"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."
|
|
9494
|
+
},
|
|
9795
9495
|
"timestamps": {
|
|
9796
9496
|
"title": "ResourceTimestampsSchema",
|
|
9797
9497
|
"type": "object",
|
|
@@ -10828,29 +10528,7 @@
|
|
|
10828
10528
|
"relationships": {
|
|
10829
10529
|
"title": "BrowserRelationshipsSchema",
|
|
10830
10530
|
"type": "object",
|
|
10831
|
-
"properties": {
|
|
10832
|
-
"translations": {
|
|
10833
|
-
"title": "BrowserRelationshipsTranslationsSchema",
|
|
10834
|
-
"type": "object",
|
|
10835
|
-
"properties": {
|
|
10836
|
-
"data": {
|
|
10837
|
-
"type": "array",
|
|
10838
|
-
"items": {
|
|
10839
|
-
"title": "BrowserRelationshipsTranslationsDataSchema",
|
|
10840
|
-
"type": "object",
|
|
10841
|
-
"properties": {
|
|
10842
|
-
"type": {
|
|
10843
|
-
"type": "string"
|
|
10844
|
-
},
|
|
10845
|
-
"id": {
|
|
10846
|
-
"type": "string"
|
|
10847
|
-
}
|
|
10848
|
-
}
|
|
10849
|
-
}
|
|
10850
|
-
}
|
|
10851
|
-
}
|
|
10852
|
-
}
|
|
10853
|
-
}
|
|
10531
|
+
"properties": {}
|
|
10854
10532
|
}
|
|
10855
10533
|
}
|
|
10856
10534
|
}
|
|
@@ -11456,8 +11134,52 @@
|
|
|
11456
11134
|
"relationships": {
|
|
11457
11135
|
"title": "CallRelationshipsSchema",
|
|
11458
11136
|
"type": "object",
|
|
11459
|
-
"description": "Relationship slots on the call resource.
|
|
11137
|
+
"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).",
|
|
11460
11138
|
"properties": {
|
|
11139
|
+
"files": {
|
|
11140
|
+
"title": "CallRelationshipsFilesSchema",
|
|
11141
|
+
"description": "File attachments shared on this call (File entities). To-many; container-owns-files.",
|
|
11142
|
+
"type": "object",
|
|
11143
|
+
"properties": {
|
|
11144
|
+
"data": {
|
|
11145
|
+
"type": "array",
|
|
11146
|
+
"items": {
|
|
11147
|
+
"title": "CallRelationshipsFilesDataSchema",
|
|
11148
|
+
"type": "object",
|
|
11149
|
+
"properties": {
|
|
11150
|
+
"type": {
|
|
11151
|
+
"type": "string"
|
|
11152
|
+
},
|
|
11153
|
+
"id": {
|
|
11154
|
+
"type": "string"
|
|
11155
|
+
}
|
|
11156
|
+
}
|
|
11157
|
+
}
|
|
11158
|
+
}
|
|
11159
|
+
}
|
|
11160
|
+
},
|
|
11161
|
+
"links": {
|
|
11162
|
+
"title": "CallRelationshipsLinksSchema",
|
|
11163
|
+
"description": "URLs shared during this call, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|
|
11164
|
+
"type": "object",
|
|
11165
|
+
"properties": {
|
|
11166
|
+
"data": {
|
|
11167
|
+
"type": "array",
|
|
11168
|
+
"items": {
|
|
11169
|
+
"title": "CallRelationshipsLinksDataSchema",
|
|
11170
|
+
"type": "object",
|
|
11171
|
+
"properties": {
|
|
11172
|
+
"type": {
|
|
11173
|
+
"type": "string"
|
|
11174
|
+
},
|
|
11175
|
+
"id": {
|
|
11176
|
+
"type": "string"
|
|
11177
|
+
}
|
|
11178
|
+
}
|
|
11179
|
+
}
|
|
11180
|
+
}
|
|
11181
|
+
}
|
|
11182
|
+
},
|
|
11461
11183
|
"conversation": {
|
|
11462
11184
|
"title": "CallRelationshipsConversationSchema",
|
|
11463
11185
|
"description": "Thread the call belongs to. Phone calls in the same workflow run share a conversation; per-thread queries via ConversationIdIndex.",
|
|
@@ -12521,8 +12243,52 @@
|
|
|
12521
12243
|
"relationships": {
|
|
12522
12244
|
"title": "ChatRelationshipsSchema",
|
|
12523
12245
|
"type": "object",
|
|
12524
|
-
"description": "Relationship slots for a chat row.
|
|
12246
|
+
"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.",
|
|
12525
12247
|
"properties": {
|
|
12248
|
+
"files": {
|
|
12249
|
+
"title": "ChatRelationshipsFilesSchema",
|
|
12250
|
+
"description": "File attachments sent in this chat (File entities). To-many; container-owns-files.",
|
|
12251
|
+
"type": "object",
|
|
12252
|
+
"properties": {
|
|
12253
|
+
"data": {
|
|
12254
|
+
"type": "array",
|
|
12255
|
+
"items": {
|
|
12256
|
+
"title": "ChatRelationshipsFilesDataSchema",
|
|
12257
|
+
"type": "object",
|
|
12258
|
+
"properties": {
|
|
12259
|
+
"type": {
|
|
12260
|
+
"type": "string"
|
|
12261
|
+
},
|
|
12262
|
+
"id": {
|
|
12263
|
+
"type": "string"
|
|
12264
|
+
}
|
|
12265
|
+
}
|
|
12266
|
+
}
|
|
12267
|
+
}
|
|
12268
|
+
}
|
|
12269
|
+
},
|
|
12270
|
+
"links": {
|
|
12271
|
+
"title": "ChatRelationshipsLinksSchema",
|
|
12272
|
+
"description": "URLs shared in this chat, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|
|
12273
|
+
"type": "object",
|
|
12274
|
+
"properties": {
|
|
12275
|
+
"data": {
|
|
12276
|
+
"type": "array",
|
|
12277
|
+
"items": {
|
|
12278
|
+
"title": "ChatRelationshipsLinksDataSchema",
|
|
12279
|
+
"type": "object",
|
|
12280
|
+
"properties": {
|
|
12281
|
+
"type": {
|
|
12282
|
+
"type": "string"
|
|
12283
|
+
},
|
|
12284
|
+
"id": {
|
|
12285
|
+
"type": "string"
|
|
12286
|
+
}
|
|
12287
|
+
}
|
|
12288
|
+
}
|
|
12289
|
+
}
|
|
12290
|
+
}
|
|
12291
|
+
},
|
|
12526
12292
|
"conversation": {
|
|
12527
12293
|
"title": "ChatRelationshipsConversationSchema",
|
|
12528
12294
|
"description": "Thread the chat row belongs to. SMS replies on the same boe\nnumber share a conversation; the workflow engine parks runs\non the conversation's meta and reads parkedRunContext to\nresume on inbound. The conversation id is denormalised onto\nthe chat row's internal `conversationId` attribute (indexed\nby ConversationIdIndex) for cheap per-thread history queries\n- API consumers should read it from this relationship, not\nfrom attributes.",
|
|
@@ -12997,27 +12763,6 @@
|
|
|
12997
12763
|
}
|
|
12998
12764
|
}
|
|
12999
12765
|
},
|
|
13000
|
-
"translations": {
|
|
13001
|
-
"title": "PersonaRelationshipsTranslationsSchema",
|
|
13002
|
-
"type": "object",
|
|
13003
|
-
"properties": {
|
|
13004
|
-
"data": {
|
|
13005
|
-
"type": "array",
|
|
13006
|
-
"items": {
|
|
13007
|
-
"title": "PersonaRelationshipsTranslationsDataSchema",
|
|
13008
|
-
"type": "object",
|
|
13009
|
-
"properties": {
|
|
13010
|
-
"type": {
|
|
13011
|
-
"type": "string"
|
|
13012
|
-
},
|
|
13013
|
-
"id": {
|
|
13014
|
-
"type": "string"
|
|
13015
|
-
}
|
|
13016
|
-
}
|
|
13017
|
-
}
|
|
13018
|
-
}
|
|
13019
|
-
}
|
|
13020
|
-
},
|
|
13021
12766
|
"operations": {
|
|
13022
12767
|
"title": "PersonaRelationshipsOperationsSchema",
|
|
13023
12768
|
"type": "object",
|
|
@@ -13302,27 +13047,6 @@
|
|
|
13302
13047
|
}
|
|
13303
13048
|
}
|
|
13304
13049
|
},
|
|
13305
|
-
"translations": {
|
|
13306
|
-
"title": "NoteRelationshipsTranslationsSchema",
|
|
13307
|
-
"type": "object",
|
|
13308
|
-
"properties": {
|
|
13309
|
-
"data": {
|
|
13310
|
-
"type": "array",
|
|
13311
|
-
"items": {
|
|
13312
|
-
"title": "NoteRelationshipsTranslationsDataSchema",
|
|
13313
|
-
"type": "object",
|
|
13314
|
-
"properties": {
|
|
13315
|
-
"type": {
|
|
13316
|
-
"type": "string"
|
|
13317
|
-
},
|
|
13318
|
-
"id": {
|
|
13319
|
-
"type": "string"
|
|
13320
|
-
}
|
|
13321
|
-
}
|
|
13322
|
-
}
|
|
13323
|
-
}
|
|
13324
|
-
}
|
|
13325
|
-
},
|
|
13326
13050
|
"report": {
|
|
13327
13051
|
"title": "NoteRelationshipsReportSchema",
|
|
13328
13052
|
"type": "object",
|
|
@@ -14859,6 +14583,50 @@
|
|
|
14859
14583
|
"title": "MeetingRelationshipsSchema",
|
|
14860
14584
|
"type": "object",
|
|
14861
14585
|
"properties": {
|
|
14586
|
+
"files": {
|
|
14587
|
+
"title": "MeetingRelationshipsFilesSchema",
|
|
14588
|
+
"description": "File attachments shared in this meeting (File entities). To-many; container-owns-files.",
|
|
14589
|
+
"type": "object",
|
|
14590
|
+
"properties": {
|
|
14591
|
+
"data": {
|
|
14592
|
+
"type": "array",
|
|
14593
|
+
"items": {
|
|
14594
|
+
"title": "MeetingRelationshipsFilesDataSchema",
|
|
14595
|
+
"type": "object",
|
|
14596
|
+
"properties": {
|
|
14597
|
+
"type": {
|
|
14598
|
+
"type": "string"
|
|
14599
|
+
},
|
|
14600
|
+
"id": {
|
|
14601
|
+
"type": "string"
|
|
14602
|
+
}
|
|
14603
|
+
}
|
|
14604
|
+
}
|
|
14605
|
+
}
|
|
14606
|
+
}
|
|
14607
|
+
},
|
|
14608
|
+
"links": {
|
|
14609
|
+
"title": "MeetingRelationshipsLinksSchema",
|
|
14610
|
+
"description": "URLs shared in this meeting, each fetched to markdown (Crawl4AI Link). To-many; container-owns-links.",
|
|
14611
|
+
"type": "object",
|
|
14612
|
+
"properties": {
|
|
14613
|
+
"data": {
|
|
14614
|
+
"type": "array",
|
|
14615
|
+
"items": {
|
|
14616
|
+
"title": "MeetingRelationshipsLinksDataSchema",
|
|
14617
|
+
"type": "object",
|
|
14618
|
+
"properties": {
|
|
14619
|
+
"type": {
|
|
14620
|
+
"type": "string"
|
|
14621
|
+
},
|
|
14622
|
+
"id": {
|
|
14623
|
+
"type": "string"
|
|
14624
|
+
}
|
|
14625
|
+
}
|
|
14626
|
+
}
|
|
14627
|
+
}
|
|
14628
|
+
}
|
|
14629
|
+
},
|
|
14862
14630
|
"team": {
|
|
14863
14631
|
"title": "MeetingRelationshipsTeamSchema",
|
|
14864
14632
|
"type": "object",
|
|
@@ -17645,15 +17413,35 @@
|
|
|
17645
17413
|
"attributes": {
|
|
17646
17414
|
"title": "OperationAttributesSchema",
|
|
17647
17415
|
"type": "object",
|
|
17648
|
-
"required": [
|
|
17649
|
-
"name",
|
|
17650
|
-
"email"
|
|
17651
|
-
],
|
|
17652
17416
|
"properties": {
|
|
17653
17417
|
"name": {
|
|
17654
|
-
"type": "string"
|
|
17418
|
+
"type": "string",
|
|
17419
|
+
"description": "Required on create. Human-readable operation name."
|
|
17420
|
+
},
|
|
17421
|
+
"event": {
|
|
17422
|
+
"type": "string",
|
|
17423
|
+
"description": "Required on create. Colon-notation ATS event code (e.g. rcrt:event:candidate:created); the prefix derives source."
|
|
17424
|
+
},
|
|
17425
|
+
"eventDetails": {
|
|
17426
|
+
"type": "string",
|
|
17427
|
+
"description": "Required on create. JSON STRING (max 4096) carrying the per-event payload, e.g. {\"talent\":{\"shortCode\":\"123\"},\"job\":{\"shortCode\":\"456\"}}. Parsed to an object in the service:operation:created event copy."
|
|
17428
|
+
},
|
|
17429
|
+
"source": {
|
|
17430
|
+
"type": "string",
|
|
17431
|
+
"description": "Derived server-side from the event prefix (erecruiter, lever). Read-only."
|
|
17655
17432
|
},
|
|
17656
17433
|
"status": {
|
|
17434
|
+
"type": "string",
|
|
17435
|
+
"enum": [
|
|
17436
|
+
"active",
|
|
17437
|
+
"inactive",
|
|
17438
|
+
"pending",
|
|
17439
|
+
"hold",
|
|
17440
|
+
"archived",
|
|
17441
|
+
"failed"
|
|
17442
|
+
]
|
|
17443
|
+
},
|
|
17444
|
+
"parentOperationId": {
|
|
17657
17445
|
"type": "string"
|
|
17658
17446
|
},
|
|
17659
17447
|
"timestamps": {
|
|
@@ -17775,15 +17563,35 @@
|
|
|
17775
17563
|
"attributes": {
|
|
17776
17564
|
"title": "OperationAttributesSchema",
|
|
17777
17565
|
"type": "object",
|
|
17778
|
-
"required": [
|
|
17779
|
-
"name",
|
|
17780
|
-
"email"
|
|
17781
|
-
],
|
|
17782
17566
|
"properties": {
|
|
17783
17567
|
"name": {
|
|
17784
|
-
"type": "string"
|
|
17568
|
+
"type": "string",
|
|
17569
|
+
"description": "Required on create. Human-readable operation name."
|
|
17570
|
+
},
|
|
17571
|
+
"event": {
|
|
17572
|
+
"type": "string",
|
|
17573
|
+
"description": "Required on create. Colon-notation ATS event code (e.g. rcrt:event:candidate:created); the prefix derives source."
|
|
17574
|
+
},
|
|
17575
|
+
"eventDetails": {
|
|
17576
|
+
"type": "string",
|
|
17577
|
+
"description": "Required on create. JSON STRING (max 4096) carrying the per-event payload, e.g. {\"talent\":{\"shortCode\":\"123\"},\"job\":{\"shortCode\":\"456\"}}. Parsed to an object in the service:operation:created event copy."
|
|
17578
|
+
},
|
|
17579
|
+
"source": {
|
|
17580
|
+
"type": "string",
|
|
17581
|
+
"description": "Derived server-side from the event prefix (erecruiter, lever). Read-only."
|
|
17785
17582
|
},
|
|
17786
17583
|
"status": {
|
|
17584
|
+
"type": "string",
|
|
17585
|
+
"enum": [
|
|
17586
|
+
"active",
|
|
17587
|
+
"inactive",
|
|
17588
|
+
"pending",
|
|
17589
|
+
"hold",
|
|
17590
|
+
"archived",
|
|
17591
|
+
"failed"
|
|
17592
|
+
]
|
|
17593
|
+
},
|
|
17594
|
+
"parentOperationId": {
|
|
17787
17595
|
"type": "string"
|
|
17788
17596
|
},
|
|
17789
17597
|
"timestamps": {
|