@smartytalent/openai-tools 0.1.8 → 0.1.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 +363 -10
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"archived"
|
|
16
16
|
]
|
|
17
17
|
},
|
|
18
|
+
"filterEmail": {
|
|
19
|
+
"type": "string",
|
|
20
|
+
"description": "Returns tenants matching the given email address."
|
|
21
|
+
},
|
|
18
22
|
"filterCreatedFrom": {
|
|
19
23
|
"type": "string",
|
|
20
24
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -1901,6 +1905,14 @@
|
|
|
1901
1905
|
"archived"
|
|
1902
1906
|
]
|
|
1903
1907
|
},
|
|
1908
|
+
"filterShortCode": {
|
|
1909
|
+
"type": "string",
|
|
1910
|
+
"description": "Filter talents by exact shortCode value."
|
|
1911
|
+
},
|
|
1912
|
+
"filterEmail": {
|
|
1913
|
+
"type": "string",
|
|
1914
|
+
"description": "Specifies the email address to filter the results."
|
|
1915
|
+
},
|
|
1904
1916
|
"filterCreatedFrom": {
|
|
1905
1917
|
"type": "string",
|
|
1906
1918
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -2433,6 +2445,27 @@
|
|
|
2433
2445
|
}
|
|
2434
2446
|
}
|
|
2435
2447
|
},
|
|
2448
|
+
"forms": {
|
|
2449
|
+
"title": "TalentRelationshipsFormsSchema",
|
|
2450
|
+
"type": "object",
|
|
2451
|
+
"properties": {
|
|
2452
|
+
"data": {
|
|
2453
|
+
"type": "array",
|
|
2454
|
+
"items": {
|
|
2455
|
+
"title": "TalentRelationshipsFormsDataSchema",
|
|
2456
|
+
"type": "object",
|
|
2457
|
+
"properties": {
|
|
2458
|
+
"type": {
|
|
2459
|
+
"type": "string"
|
|
2460
|
+
},
|
|
2461
|
+
"id": {
|
|
2462
|
+
"type": "string"
|
|
2463
|
+
}
|
|
2464
|
+
}
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2436
2469
|
"translations": {
|
|
2437
2470
|
"title": "TalentRelationshipsTranslationsSchema",
|
|
2438
2471
|
"type": "object",
|
|
@@ -2476,6 +2509,10 @@
|
|
|
2476
2509
|
}
|
|
2477
2510
|
}
|
|
2478
2511
|
}
|
|
2512
|
+
},
|
|
2513
|
+
"meta": {
|
|
2514
|
+
"type": "object",
|
|
2515
|
+
"additionalProperties": true
|
|
2479
2516
|
}
|
|
2480
2517
|
}
|
|
2481
2518
|
}
|
|
@@ -3059,6 +3096,10 @@
|
|
|
3059
3096
|
"archived"
|
|
3060
3097
|
]
|
|
3061
3098
|
},
|
|
3099
|
+
"filterShortCode": {
|
|
3100
|
+
"type": "string",
|
|
3101
|
+
"description": "Filter jobs by exact shortCode value."
|
|
3102
|
+
},
|
|
3062
3103
|
"filterCreatedFrom": {
|
|
3063
3104
|
"type": "string",
|
|
3064
3105
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -3683,6 +3724,10 @@
|
|
|
3683
3724
|
}
|
|
3684
3725
|
}
|
|
3685
3726
|
}
|
|
3727
|
+
},
|
|
3728
|
+
"meta": {
|
|
3729
|
+
"type": "object",
|
|
3730
|
+
"additionalProperties": true
|
|
3686
3731
|
}
|
|
3687
3732
|
}
|
|
3688
3733
|
}
|
|
@@ -4294,6 +4339,10 @@
|
|
|
4294
4339
|
"archived"
|
|
4295
4340
|
]
|
|
4296
4341
|
},
|
|
4342
|
+
"filterShortCode": {
|
|
4343
|
+
"type": "string",
|
|
4344
|
+
"description": "Filter candidates by exact shortCode value."
|
|
4345
|
+
},
|
|
4297
4346
|
"filterCreatedFrom": {
|
|
4298
4347
|
"type": "string",
|
|
4299
4348
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -4714,6 +4763,48 @@
|
|
|
4714
4763
|
}
|
|
4715
4764
|
}
|
|
4716
4765
|
},
|
|
4766
|
+
"files": {
|
|
4767
|
+
"title": "CandidateRelationshipsFilesSchema",
|
|
4768
|
+
"type": "object",
|
|
4769
|
+
"properties": {
|
|
4770
|
+
"data": {
|
|
4771
|
+
"type": "array",
|
|
4772
|
+
"items": {
|
|
4773
|
+
"title": "CandidateRelationshipsFilesDataSchema",
|
|
4774
|
+
"type": "object",
|
|
4775
|
+
"properties": {
|
|
4776
|
+
"type": {
|
|
4777
|
+
"type": "string"
|
|
4778
|
+
},
|
|
4779
|
+
"id": {
|
|
4780
|
+
"type": "string"
|
|
4781
|
+
}
|
|
4782
|
+
}
|
|
4783
|
+
}
|
|
4784
|
+
}
|
|
4785
|
+
}
|
|
4786
|
+
},
|
|
4787
|
+
"forms": {
|
|
4788
|
+
"title": "CandidateRelationshipsFormsSchema",
|
|
4789
|
+
"type": "object",
|
|
4790
|
+
"properties": {
|
|
4791
|
+
"data": {
|
|
4792
|
+
"type": "array",
|
|
4793
|
+
"items": {
|
|
4794
|
+
"title": "CandidateRelationshipsFormsDataSchema",
|
|
4795
|
+
"type": "object",
|
|
4796
|
+
"properties": {
|
|
4797
|
+
"type": {
|
|
4798
|
+
"type": "string"
|
|
4799
|
+
},
|
|
4800
|
+
"id": {
|
|
4801
|
+
"type": "string"
|
|
4802
|
+
}
|
|
4803
|
+
}
|
|
4804
|
+
}
|
|
4805
|
+
}
|
|
4806
|
+
}
|
|
4807
|
+
},
|
|
4717
4808
|
"translations": {
|
|
4718
4809
|
"title": "CandidateRelationshipsTranslationsSchema",
|
|
4719
4810
|
"type": "object",
|
|
@@ -4757,6 +4848,10 @@
|
|
|
4757
4848
|
}
|
|
4758
4849
|
}
|
|
4759
4850
|
}
|
|
4851
|
+
},
|
|
4852
|
+
"meta": {
|
|
4853
|
+
"type": "object",
|
|
4854
|
+
"additionalProperties": true
|
|
4760
4855
|
}
|
|
4761
4856
|
}
|
|
4762
4857
|
}
|
|
@@ -5344,8 +5439,7 @@
|
|
|
5344
5439
|
"title": "FileAttributesSchema",
|
|
5345
5440
|
"type": "object",
|
|
5346
5441
|
"required": [
|
|
5347
|
-
"name"
|
|
5348
|
-
"email"
|
|
5442
|
+
"name"
|
|
5349
5443
|
],
|
|
5350
5444
|
"properties": {
|
|
5351
5445
|
"name": {
|
|
@@ -5354,6 +5448,21 @@
|
|
|
5354
5448
|
"status": {
|
|
5355
5449
|
"type": "string"
|
|
5356
5450
|
},
|
|
5451
|
+
"extension": {
|
|
5452
|
+
"type": "string"
|
|
5453
|
+
},
|
|
5454
|
+
"short_code": {
|
|
5455
|
+
"type": "string"
|
|
5456
|
+
},
|
|
5457
|
+
"source": {
|
|
5458
|
+
"type": "string"
|
|
5459
|
+
},
|
|
5460
|
+
"action": {
|
|
5461
|
+
"type": "string"
|
|
5462
|
+
},
|
|
5463
|
+
"type": {
|
|
5464
|
+
"type": "string"
|
|
5465
|
+
},
|
|
5357
5466
|
"timestamps": {
|
|
5358
5467
|
"title": "ResourceTimestampsSchema",
|
|
5359
5468
|
"type": "object",
|
|
@@ -5456,8 +5565,7 @@
|
|
|
5456
5565
|
"title": "FileAttributesSchema",
|
|
5457
5566
|
"type": "object",
|
|
5458
5567
|
"required": [
|
|
5459
|
-
"name"
|
|
5460
|
-
"email"
|
|
5568
|
+
"name"
|
|
5461
5569
|
],
|
|
5462
5570
|
"properties": {
|
|
5463
5571
|
"name": {
|
|
@@ -5466,6 +5574,21 @@
|
|
|
5466
5574
|
"status": {
|
|
5467
5575
|
"type": "string"
|
|
5468
5576
|
},
|
|
5577
|
+
"extension": {
|
|
5578
|
+
"type": "string"
|
|
5579
|
+
},
|
|
5580
|
+
"short_code": {
|
|
5581
|
+
"type": "string"
|
|
5582
|
+
},
|
|
5583
|
+
"source": {
|
|
5584
|
+
"type": "string"
|
|
5585
|
+
},
|
|
5586
|
+
"action": {
|
|
5587
|
+
"type": "string"
|
|
5588
|
+
},
|
|
5589
|
+
"type": {
|
|
5590
|
+
"type": "string"
|
|
5591
|
+
},
|
|
5469
5592
|
"timestamps": {
|
|
5470
5593
|
"title": "ResourceTimestampsSchema",
|
|
5471
5594
|
"type": "object",
|
|
@@ -6248,6 +6371,10 @@
|
|
|
6248
6371
|
}
|
|
6249
6372
|
}
|
|
6250
6373
|
}
|
|
6374
|
+
},
|
|
6375
|
+
"meta": {
|
|
6376
|
+
"type": "object",
|
|
6377
|
+
"additionalProperties": true
|
|
6251
6378
|
}
|
|
6252
6379
|
}
|
|
6253
6380
|
}
|
|
@@ -6440,15 +6567,14 @@
|
|
|
6440
6567
|
"type": {
|
|
6441
6568
|
"type": "string",
|
|
6442
6569
|
"enum": [
|
|
6443
|
-
"
|
|
6570
|
+
"forms"
|
|
6444
6571
|
]
|
|
6445
6572
|
},
|
|
6446
6573
|
"attributes": {
|
|
6447
6574
|
"title": "FormAttributesSchema",
|
|
6448
6575
|
"type": "object",
|
|
6449
6576
|
"required": [
|
|
6450
|
-
"name"
|
|
6451
|
-
"email"
|
|
6577
|
+
"name"
|
|
6452
6578
|
],
|
|
6453
6579
|
"properties": {
|
|
6454
6580
|
"name": {
|
|
@@ -6457,6 +6583,18 @@
|
|
|
6457
6583
|
"status": {
|
|
6458
6584
|
"type": "string"
|
|
6459
6585
|
},
|
|
6586
|
+
"short_code": {
|
|
6587
|
+
"type": "string"
|
|
6588
|
+
},
|
|
6589
|
+
"content": {
|
|
6590
|
+
"type": "string"
|
|
6591
|
+
},
|
|
6592
|
+
"ttl": {
|
|
6593
|
+
"type": "string"
|
|
6594
|
+
},
|
|
6595
|
+
"source": {
|
|
6596
|
+
"type": "string"
|
|
6597
|
+
},
|
|
6460
6598
|
"timestamps": {
|
|
6461
6599
|
"title": "ResourceTimestampsSchema",
|
|
6462
6600
|
"type": "object",
|
|
@@ -6562,8 +6700,7 @@
|
|
|
6562
6700
|
"title": "FormAttributesSchema",
|
|
6563
6701
|
"type": "object",
|
|
6564
6702
|
"required": [
|
|
6565
|
-
"name"
|
|
6566
|
-
"email"
|
|
6703
|
+
"name"
|
|
6567
6704
|
],
|
|
6568
6705
|
"properties": {
|
|
6569
6706
|
"name": {
|
|
@@ -6572,6 +6709,18 @@
|
|
|
6572
6709
|
"status": {
|
|
6573
6710
|
"type": "string"
|
|
6574
6711
|
},
|
|
6712
|
+
"short_code": {
|
|
6713
|
+
"type": "string"
|
|
6714
|
+
},
|
|
6715
|
+
"content": {
|
|
6716
|
+
"type": "string"
|
|
6717
|
+
},
|
|
6718
|
+
"ttl": {
|
|
6719
|
+
"type": "string"
|
|
6720
|
+
},
|
|
6721
|
+
"source": {
|
|
6722
|
+
"type": "string"
|
|
6723
|
+
},
|
|
6575
6724
|
"timestamps": {
|
|
6576
6725
|
"title": "ResourceTimestampsSchema",
|
|
6577
6726
|
"type": "object",
|
|
@@ -6616,6 +6765,138 @@
|
|
|
6616
6765
|
}
|
|
6617
6766
|
}
|
|
6618
6767
|
},
|
|
6768
|
+
{
|
|
6769
|
+
"type": "function",
|
|
6770
|
+
"function": {
|
|
6771
|
+
"name": "upload_form_file",
|
|
6772
|
+
"description": "Upload Form File",
|
|
6773
|
+
"parameters": {
|
|
6774
|
+
"type": "object",
|
|
6775
|
+
"properties": {
|
|
6776
|
+
"formId": {
|
|
6777
|
+
"type": "string",
|
|
6778
|
+
"description": "formId parameter"
|
|
6779
|
+
},
|
|
6780
|
+
"requestBody": {
|
|
6781
|
+
"type": "object",
|
|
6782
|
+
"required": [
|
|
6783
|
+
"fileName",
|
|
6784
|
+
"contentType",
|
|
6785
|
+
"tenantId"
|
|
6786
|
+
],
|
|
6787
|
+
"properties": {
|
|
6788
|
+
"fileName": {
|
|
6789
|
+
"type": "string"
|
|
6790
|
+
},
|
|
6791
|
+
"contentType": {
|
|
6792
|
+
"type": "string"
|
|
6793
|
+
},
|
|
6794
|
+
"tenantId": {
|
|
6795
|
+
"type": "string"
|
|
6796
|
+
}
|
|
6797
|
+
}
|
|
6798
|
+
}
|
|
6799
|
+
},
|
|
6800
|
+
"required": [
|
|
6801
|
+
"formId",
|
|
6802
|
+
"requestBody"
|
|
6803
|
+
]
|
|
6804
|
+
}
|
|
6805
|
+
}
|
|
6806
|
+
},
|
|
6807
|
+
{
|
|
6808
|
+
"type": "function",
|
|
6809
|
+
"function": {
|
|
6810
|
+
"name": "form_uploads_options",
|
|
6811
|
+
"description": "Form Uploads Options",
|
|
6812
|
+
"parameters": {
|
|
6813
|
+
"type": "object",
|
|
6814
|
+
"properties": {}
|
|
6815
|
+
}
|
|
6816
|
+
}
|
|
6817
|
+
},
|
|
6818
|
+
{
|
|
6819
|
+
"type": "function",
|
|
6820
|
+
"function": {
|
|
6821
|
+
"name": "submit_form",
|
|
6822
|
+
"description": "Submit Form",
|
|
6823
|
+
"parameters": {
|
|
6824
|
+
"type": "object",
|
|
6825
|
+
"properties": {
|
|
6826
|
+
"formId": {
|
|
6827
|
+
"type": "string",
|
|
6828
|
+
"description": "formId parameter"
|
|
6829
|
+
},
|
|
6830
|
+
"requestBody": {
|
|
6831
|
+
"type": "object",
|
|
6832
|
+
"required": [
|
|
6833
|
+
"name",
|
|
6834
|
+
"email",
|
|
6835
|
+
"tenantId"
|
|
6836
|
+
],
|
|
6837
|
+
"properties": {
|
|
6838
|
+
"tenantId": {
|
|
6839
|
+
"type": "string"
|
|
6840
|
+
},
|
|
6841
|
+
"name": {
|
|
6842
|
+
"type": "string"
|
|
6843
|
+
},
|
|
6844
|
+
"email": {
|
|
6845
|
+
"type": "string"
|
|
6846
|
+
},
|
|
6847
|
+
"phone": {
|
|
6848
|
+
"type": "string"
|
|
6849
|
+
},
|
|
6850
|
+
"files": {
|
|
6851
|
+
"type": "array",
|
|
6852
|
+
"items": {
|
|
6853
|
+
"type": "object",
|
|
6854
|
+
"properties": {
|
|
6855
|
+
"fileKey": {
|
|
6856
|
+
"type": "string"
|
|
6857
|
+
},
|
|
6858
|
+
"originalFilename": {
|
|
6859
|
+
"type": "string"
|
|
6860
|
+
}
|
|
6861
|
+
}
|
|
6862
|
+
}
|
|
6863
|
+
},
|
|
6864
|
+
"language": {
|
|
6865
|
+
"type": "string"
|
|
6866
|
+
},
|
|
6867
|
+
"sourceJobShortCode": {
|
|
6868
|
+
"type": "string"
|
|
6869
|
+
},
|
|
6870
|
+
"jobId": {
|
|
6871
|
+
"type": "string"
|
|
6872
|
+
},
|
|
6873
|
+
"consentCurrent": {
|
|
6874
|
+
"type": "boolean"
|
|
6875
|
+
},
|
|
6876
|
+
"consentFuture": {
|
|
6877
|
+
"type": "boolean"
|
|
6878
|
+
}
|
|
6879
|
+
}
|
|
6880
|
+
}
|
|
6881
|
+
},
|
|
6882
|
+
"required": [
|
|
6883
|
+
"formId",
|
|
6884
|
+
"requestBody"
|
|
6885
|
+
]
|
|
6886
|
+
}
|
|
6887
|
+
}
|
|
6888
|
+
},
|
|
6889
|
+
{
|
|
6890
|
+
"type": "function",
|
|
6891
|
+
"function": {
|
|
6892
|
+
"name": "form_submissions_options",
|
|
6893
|
+
"description": "Form Submissions Options",
|
|
6894
|
+
"parameters": {
|
|
6895
|
+
"type": "object",
|
|
6896
|
+
"properties": {}
|
|
6897
|
+
}
|
|
6898
|
+
}
|
|
6899
|
+
},
|
|
6619
6900
|
{
|
|
6620
6901
|
"type": "function",
|
|
6621
6902
|
"function": {
|
|
@@ -10325,6 +10606,10 @@
|
|
|
10325
10606
|
"archived"
|
|
10326
10607
|
]
|
|
10327
10608
|
},
|
|
10609
|
+
"filterName": {
|
|
10610
|
+
"type": "string",
|
|
10611
|
+
"description": "Filter by workflow name."
|
|
10612
|
+
},
|
|
10328
10613
|
"filterCreatedFrom": {
|
|
10329
10614
|
"type": "string",
|
|
10330
10615
|
"description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
|
|
@@ -10538,8 +10823,76 @@
|
|
|
10538
10823
|
"name": "create_run",
|
|
10539
10824
|
"description": "Create Run",
|
|
10540
10825
|
"parameters": {
|
|
10826
|
+
"title": "CreateRunRequestBody",
|
|
10541
10827
|
"type": "object",
|
|
10542
|
-
"
|
|
10828
|
+
"required": [
|
|
10829
|
+
"data"
|
|
10830
|
+
],
|
|
10831
|
+
"properties": {
|
|
10832
|
+
"data": {
|
|
10833
|
+
"title": "CreateRunRequestBodyData",
|
|
10834
|
+
"type": "object",
|
|
10835
|
+
"required": [
|
|
10836
|
+
"type",
|
|
10837
|
+
"attributes",
|
|
10838
|
+
"relationships"
|
|
10839
|
+
],
|
|
10840
|
+
"properties": {
|
|
10841
|
+
"type": {
|
|
10842
|
+
"type": "string",
|
|
10843
|
+
"enum": [
|
|
10844
|
+
"runs"
|
|
10845
|
+
]
|
|
10846
|
+
},
|
|
10847
|
+
"attributes": {
|
|
10848
|
+
"title": "RunAttributesSchema",
|
|
10849
|
+
"type": "object",
|
|
10850
|
+
"properties": {
|
|
10851
|
+
"triggerPayload": {
|
|
10852
|
+
"type": "object",
|
|
10853
|
+
"description": "The data payload for the workflow. Must include all required fields from the workflow requirements schema."
|
|
10854
|
+
}
|
|
10855
|
+
}
|
|
10856
|
+
},
|
|
10857
|
+
"relationships": {
|
|
10858
|
+
"title": "RunRelationshipsSchema",
|
|
10859
|
+
"type": "object",
|
|
10860
|
+
"required": [
|
|
10861
|
+
"workflows"
|
|
10862
|
+
],
|
|
10863
|
+
"properties": {
|
|
10864
|
+
"workflows": {
|
|
10865
|
+
"type": "object",
|
|
10866
|
+
"properties": {
|
|
10867
|
+
"data": {
|
|
10868
|
+
"type": "array",
|
|
10869
|
+
"items": {
|
|
10870
|
+
"type": "object",
|
|
10871
|
+
"required": [
|
|
10872
|
+
"type",
|
|
10873
|
+
"id"
|
|
10874
|
+
],
|
|
10875
|
+
"properties": {
|
|
10876
|
+
"type": {
|
|
10877
|
+
"type": "string",
|
|
10878
|
+
"enum": [
|
|
10879
|
+
"workflows"
|
|
10880
|
+
]
|
|
10881
|
+
},
|
|
10882
|
+
"id": {
|
|
10883
|
+
"type": "string",
|
|
10884
|
+
"description": "The workflow ID to run."
|
|
10885
|
+
}
|
|
10886
|
+
}
|
|
10887
|
+
}
|
|
10888
|
+
}
|
|
10889
|
+
}
|
|
10890
|
+
}
|
|
10891
|
+
}
|
|
10892
|
+
}
|
|
10893
|
+
}
|
|
10894
|
+
}
|
|
10895
|
+
}
|
|
10543
10896
|
}
|
|
10544
10897
|
}
|
|
10545
10898
|
},
|