@smartytalent/openai-tools 0.1.9 → 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.
Files changed (2) hide show
  1. package/dist/tools.json +227 -10
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -1905,6 +1905,14 @@
1905
1905
  "archived"
1906
1906
  ]
1907
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
+ },
1908
1916
  "filterCreatedFrom": {
1909
1917
  "type": "string",
1910
1918
  "description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
@@ -2437,6 +2445,27 @@
2437
2445
  }
2438
2446
  }
2439
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
+ },
2440
2469
  "translations": {
2441
2470
  "title": "TalentRelationshipsTranslationsSchema",
2442
2471
  "type": "object",
@@ -2480,6 +2509,10 @@
2480
2509
  }
2481
2510
  }
2482
2511
  }
2512
+ },
2513
+ "meta": {
2514
+ "type": "object",
2515
+ "additionalProperties": true
2483
2516
  }
2484
2517
  }
2485
2518
  }
@@ -3063,6 +3096,10 @@
3063
3096
  "archived"
3064
3097
  ]
3065
3098
  },
3099
+ "filterShortCode": {
3100
+ "type": "string",
3101
+ "description": "Filter jobs by exact shortCode value."
3102
+ },
3066
3103
  "filterCreatedFrom": {
3067
3104
  "type": "string",
3068
3105
  "description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
@@ -3687,6 +3724,10 @@
3687
3724
  }
3688
3725
  }
3689
3726
  }
3727
+ },
3728
+ "meta": {
3729
+ "type": "object",
3730
+ "additionalProperties": true
3690
3731
  }
3691
3732
  }
3692
3733
  }
@@ -4298,6 +4339,10 @@
4298
4339
  "archived"
4299
4340
  ]
4300
4341
  },
4342
+ "filterShortCode": {
4343
+ "type": "string",
4344
+ "description": "Filter candidates by exact shortCode value."
4345
+ },
4301
4346
  "filterCreatedFrom": {
4302
4347
  "type": "string",
4303
4348
  "description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
@@ -4718,6 +4763,48 @@
4718
4763
  }
4719
4764
  }
4720
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
+ },
4721
4808
  "translations": {
4722
4809
  "title": "CandidateRelationshipsTranslationsSchema",
4723
4810
  "type": "object",
@@ -4761,6 +4848,10 @@
4761
4848
  }
4762
4849
  }
4763
4850
  }
4851
+ },
4852
+ "meta": {
4853
+ "type": "object",
4854
+ "additionalProperties": true
4764
4855
  }
4765
4856
  }
4766
4857
  }
@@ -5348,8 +5439,7 @@
5348
5439
  "title": "FileAttributesSchema",
5349
5440
  "type": "object",
5350
5441
  "required": [
5351
- "name",
5352
- "email"
5442
+ "name"
5353
5443
  ],
5354
5444
  "properties": {
5355
5445
  "name": {
@@ -5358,6 +5448,21 @@
5358
5448
  "status": {
5359
5449
  "type": "string"
5360
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
+ },
5361
5466
  "timestamps": {
5362
5467
  "title": "ResourceTimestampsSchema",
5363
5468
  "type": "object",
@@ -5460,8 +5565,7 @@
5460
5565
  "title": "FileAttributesSchema",
5461
5566
  "type": "object",
5462
5567
  "required": [
5463
- "name",
5464
- "email"
5568
+ "name"
5465
5569
  ],
5466
5570
  "properties": {
5467
5571
  "name": {
@@ -5470,6 +5574,21 @@
5470
5574
  "status": {
5471
5575
  "type": "string"
5472
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
+ },
5473
5592
  "timestamps": {
5474
5593
  "title": "ResourceTimestampsSchema",
5475
5594
  "type": "object",
@@ -6252,6 +6371,10 @@
6252
6371
  }
6253
6372
  }
6254
6373
  }
6374
+ },
6375
+ "meta": {
6376
+ "type": "object",
6377
+ "additionalProperties": true
6255
6378
  }
6256
6379
  }
6257
6380
  }
@@ -6444,15 +6567,14 @@
6444
6567
  "type": {
6445
6568
  "type": "string",
6446
6569
  "enum": [
6447
- "emails"
6570
+ "forms"
6448
6571
  ]
6449
6572
  },
6450
6573
  "attributes": {
6451
6574
  "title": "FormAttributesSchema",
6452
6575
  "type": "object",
6453
6576
  "required": [
6454
- "name",
6455
- "email"
6577
+ "name"
6456
6578
  ],
6457
6579
  "properties": {
6458
6580
  "name": {
@@ -6461,6 +6583,18 @@
6461
6583
  "status": {
6462
6584
  "type": "string"
6463
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
+ },
6464
6598
  "timestamps": {
6465
6599
  "title": "ResourceTimestampsSchema",
6466
6600
  "type": "object",
@@ -6566,8 +6700,7 @@
6566
6700
  "title": "FormAttributesSchema",
6567
6701
  "type": "object",
6568
6702
  "required": [
6569
- "name",
6570
- "email"
6703
+ "name"
6571
6704
  ],
6572
6705
  "properties": {
6573
6706
  "name": {
@@ -6576,6 +6709,18 @@
6576
6709
  "status": {
6577
6710
  "type": "string"
6578
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
+ },
6579
6724
  "timestamps": {
6580
6725
  "title": "ResourceTimestampsSchema",
6581
6726
  "type": "object",
@@ -10461,6 +10606,10 @@
10461
10606
  "archived"
10462
10607
  ]
10463
10608
  },
10609
+ "filterName": {
10610
+ "type": "string",
10611
+ "description": "Filter by workflow name."
10612
+ },
10464
10613
  "filterCreatedFrom": {
10465
10614
  "type": "string",
10466
10615
  "description": "Filters results to include only those created from the specified date and time. The value must be in ISO 8601 format."
@@ -10674,8 +10823,76 @@
10674
10823
  "name": "create_run",
10675
10824
  "description": "Create Run",
10676
10825
  "parameters": {
10826
+ "title": "CreateRunRequestBody",
10677
10827
  "type": "object",
10678
- "properties": {}
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
+ }
10679
10896
  }
10680
10897
  }
10681
10898
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",