@smartytalent/mcp-tools 0.1.10 → 0.1.12
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 +134 -24
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -2502,6 +2502,10 @@
|
|
|
2502
2502
|
},
|
|
2503
2503
|
"source": {
|
|
2504
2504
|
"type": "string"
|
|
2505
|
+
},
|
|
2506
|
+
"meta": {
|
|
2507
|
+
"type": "object",
|
|
2508
|
+
"additionalProperties": true
|
|
2505
2509
|
}
|
|
2506
2510
|
}
|
|
2507
2511
|
},
|
|
@@ -3117,6 +3121,10 @@
|
|
|
3117
3121
|
},
|
|
3118
3122
|
"source": {
|
|
3119
3123
|
"type": "string"
|
|
3124
|
+
},
|
|
3125
|
+
"meta": {
|
|
3126
|
+
"type": "object",
|
|
3127
|
+
"additionalProperties": true
|
|
3120
3128
|
}
|
|
3121
3129
|
}
|
|
3122
3130
|
}
|
|
@@ -4870,6 +4878,10 @@
|
|
|
4870
4878
|
"additionalProperties": {
|
|
4871
4879
|
"$ref": "#/components/schemas/CandidateCriteriaSchema"
|
|
4872
4880
|
}
|
|
4881
|
+
},
|
|
4882
|
+
"meta": {
|
|
4883
|
+
"type": "object",
|
|
4884
|
+
"additionalProperties": true
|
|
4873
4885
|
}
|
|
4874
4886
|
}
|
|
4875
4887
|
},
|
|
@@ -5394,6 +5406,10 @@
|
|
|
5394
5406
|
"additionalProperties": {
|
|
5395
5407
|
"$ref": "#/components/schemas/CandidateCriteriaSchema"
|
|
5396
5408
|
}
|
|
5409
|
+
},
|
|
5410
|
+
"meta": {
|
|
5411
|
+
"type": "object",
|
|
5412
|
+
"additionalProperties": true
|
|
5397
5413
|
}
|
|
5398
5414
|
}
|
|
5399
5415
|
}
|
|
@@ -5682,6 +5698,13 @@
|
|
|
5682
5698
|
}
|
|
5683
5699
|
}
|
|
5684
5700
|
}
|
|
5701
|
+
},
|
|
5702
|
+
"meta": {
|
|
5703
|
+
"title": "ResourceMetaSchema",
|
|
5704
|
+
"type": "object",
|
|
5705
|
+
"additionalProperties": {
|
|
5706
|
+
"type": "string"
|
|
5707
|
+
}
|
|
5685
5708
|
}
|
|
5686
5709
|
}
|
|
5687
5710
|
}
|
|
@@ -6486,10 +6509,6 @@
|
|
|
6486
6509
|
"attributes": {
|
|
6487
6510
|
"title": "EmailAttributesSchema",
|
|
6488
6511
|
"type": "object",
|
|
6489
|
-
"required": [
|
|
6490
|
-
"name",
|
|
6491
|
-
"email"
|
|
6492
|
-
],
|
|
6493
6512
|
"properties": {
|
|
6494
6513
|
"name": {
|
|
6495
6514
|
"type": "string"
|
|
@@ -6497,6 +6516,43 @@
|
|
|
6497
6516
|
"status": {
|
|
6498
6517
|
"type": "string"
|
|
6499
6518
|
},
|
|
6519
|
+
"emailFrom": {
|
|
6520
|
+
"type": "string"
|
|
6521
|
+
},
|
|
6522
|
+
"emailTo": {
|
|
6523
|
+
"type": "string"
|
|
6524
|
+
},
|
|
6525
|
+
"subject": {
|
|
6526
|
+
"type": "string"
|
|
6527
|
+
},
|
|
6528
|
+
"body": {
|
|
6529
|
+
"type": "string"
|
|
6530
|
+
},
|
|
6531
|
+
"shortCode": {
|
|
6532
|
+
"type": "string"
|
|
6533
|
+
},
|
|
6534
|
+
"source": {
|
|
6535
|
+
"type": "string"
|
|
6536
|
+
},
|
|
6537
|
+
"isReply": {
|
|
6538
|
+
"type": "boolean"
|
|
6539
|
+
},
|
|
6540
|
+
"isSendable": {
|
|
6541
|
+
"type": "boolean"
|
|
6542
|
+
},
|
|
6543
|
+
"isExternalSender": {
|
|
6544
|
+
"type": "boolean"
|
|
6545
|
+
},
|
|
6546
|
+
"ttl": {
|
|
6547
|
+
"type": "string"
|
|
6548
|
+
},
|
|
6549
|
+
"sendScheduleDate": {
|
|
6550
|
+
"type": "string"
|
|
6551
|
+
},
|
|
6552
|
+
"meta": {
|
|
6553
|
+
"type": "object",
|
|
6554
|
+
"additionalProperties": true
|
|
6555
|
+
},
|
|
6500
6556
|
"timestamps": {
|
|
6501
6557
|
"title": "ResourceTimestampsSchema",
|
|
6502
6558
|
"type": "object",
|
|
@@ -6535,6 +6591,27 @@
|
|
|
6535
6591
|
}
|
|
6536
6592
|
}
|
|
6537
6593
|
},
|
|
6594
|
+
"conversations": {
|
|
6595
|
+
"title": "EmailRelationshipsConversationsSchema",
|
|
6596
|
+
"type": "object",
|
|
6597
|
+
"properties": {
|
|
6598
|
+
"data": {
|
|
6599
|
+
"type": "array",
|
|
6600
|
+
"items": {
|
|
6601
|
+
"title": "EmailRelationshipsConversationsDataSchema",
|
|
6602
|
+
"type": "object",
|
|
6603
|
+
"properties": {
|
|
6604
|
+
"type": {
|
|
6605
|
+
"type": "string"
|
|
6606
|
+
},
|
|
6607
|
+
"id": {
|
|
6608
|
+
"type": "string"
|
|
6609
|
+
}
|
|
6610
|
+
}
|
|
6611
|
+
}
|
|
6612
|
+
}
|
|
6613
|
+
}
|
|
6614
|
+
},
|
|
6538
6615
|
"translations": {
|
|
6539
6616
|
"title": "EmailRelationshipsTranslationsSchema",
|
|
6540
6617
|
"type": "object",
|
|
@@ -6665,10 +6742,6 @@
|
|
|
6665
6742
|
"attributes": {
|
|
6666
6743
|
"title": "EmailAttributesSchema",
|
|
6667
6744
|
"type": "object",
|
|
6668
|
-
"required": [
|
|
6669
|
-
"name",
|
|
6670
|
-
"email"
|
|
6671
|
-
],
|
|
6672
6745
|
"properties": {
|
|
6673
6746
|
"name": {
|
|
6674
6747
|
"type": "string"
|
|
@@ -6676,6 +6749,43 @@
|
|
|
6676
6749
|
"status": {
|
|
6677
6750
|
"type": "string"
|
|
6678
6751
|
},
|
|
6752
|
+
"emailFrom": {
|
|
6753
|
+
"type": "string"
|
|
6754
|
+
},
|
|
6755
|
+
"emailTo": {
|
|
6756
|
+
"type": "string"
|
|
6757
|
+
},
|
|
6758
|
+
"subject": {
|
|
6759
|
+
"type": "string"
|
|
6760
|
+
},
|
|
6761
|
+
"body": {
|
|
6762
|
+
"type": "string"
|
|
6763
|
+
},
|
|
6764
|
+
"shortCode": {
|
|
6765
|
+
"type": "string"
|
|
6766
|
+
},
|
|
6767
|
+
"source": {
|
|
6768
|
+
"type": "string"
|
|
6769
|
+
},
|
|
6770
|
+
"isReply": {
|
|
6771
|
+
"type": "boolean"
|
|
6772
|
+
},
|
|
6773
|
+
"isSendable": {
|
|
6774
|
+
"type": "boolean"
|
|
6775
|
+
},
|
|
6776
|
+
"isExternalSender": {
|
|
6777
|
+
"type": "boolean"
|
|
6778
|
+
},
|
|
6779
|
+
"ttl": {
|
|
6780
|
+
"type": "string"
|
|
6781
|
+
},
|
|
6782
|
+
"sendScheduleDate": {
|
|
6783
|
+
"type": "string"
|
|
6784
|
+
},
|
|
6785
|
+
"meta": {
|
|
6786
|
+
"type": "object",
|
|
6787
|
+
"additionalProperties": true
|
|
6788
|
+
},
|
|
6679
6789
|
"timestamps": {
|
|
6680
6790
|
"title": "ResourceTimestampsSchema",
|
|
6681
6791
|
"type": "object",
|
|
@@ -8607,10 +8717,6 @@
|
|
|
8607
8717
|
"attributes": {
|
|
8608
8718
|
"title": "NoteAttributesSchema",
|
|
8609
8719
|
"type": "object",
|
|
8610
|
-
"required": [
|
|
8611
|
-
"name",
|
|
8612
|
-
"email"
|
|
8613
|
-
],
|
|
8614
8720
|
"properties": {
|
|
8615
8721
|
"name": {
|
|
8616
8722
|
"type": "string"
|
|
@@ -8618,6 +8724,10 @@
|
|
|
8618
8724
|
"status": {
|
|
8619
8725
|
"type": "string"
|
|
8620
8726
|
},
|
|
8727
|
+
"meta": {
|
|
8728
|
+
"type": "object",
|
|
8729
|
+
"additionalProperties": true
|
|
8730
|
+
},
|
|
8621
8731
|
"timestamps": {
|
|
8622
8732
|
"title": "ResourceTimestampsSchema",
|
|
8623
8733
|
"type": "object",
|
|
@@ -8782,10 +8892,6 @@
|
|
|
8782
8892
|
"attributes": {
|
|
8783
8893
|
"title": "NoteAttributesSchema",
|
|
8784
8894
|
"type": "object",
|
|
8785
|
-
"required": [
|
|
8786
|
-
"name",
|
|
8787
|
-
"email"
|
|
8788
|
-
],
|
|
8789
8895
|
"properties": {
|
|
8790
8896
|
"name": {
|
|
8791
8897
|
"type": "string"
|
|
@@ -8793,6 +8899,10 @@
|
|
|
8793
8899
|
"status": {
|
|
8794
8900
|
"type": "string"
|
|
8795
8901
|
},
|
|
8902
|
+
"meta": {
|
|
8903
|
+
"type": "object",
|
|
8904
|
+
"additionalProperties": true
|
|
8905
|
+
},
|
|
8796
8906
|
"timestamps": {
|
|
8797
8907
|
"title": "ResourceTimestampsSchema",
|
|
8798
8908
|
"type": "object",
|
|
@@ -9505,10 +9615,6 @@
|
|
|
9505
9615
|
"attributes": {
|
|
9506
9616
|
"title": "ConversationAttributesSchema",
|
|
9507
9617
|
"type": "object",
|
|
9508
|
-
"required": [
|
|
9509
|
-
"name",
|
|
9510
|
-
"email"
|
|
9511
|
-
],
|
|
9512
9618
|
"properties": {
|
|
9513
9619
|
"name": {
|
|
9514
9620
|
"type": "string"
|
|
@@ -9516,6 +9622,10 @@
|
|
|
9516
9622
|
"status": {
|
|
9517
9623
|
"type": "string"
|
|
9518
9624
|
},
|
|
9625
|
+
"meta": {
|
|
9626
|
+
"type": "object",
|
|
9627
|
+
"additionalProperties": true
|
|
9628
|
+
},
|
|
9519
9629
|
"timestamps": {
|
|
9520
9630
|
"title": "ResourceTimestampsSchema",
|
|
9521
9631
|
"type": "object",
|
|
@@ -9623,10 +9733,6 @@
|
|
|
9623
9733
|
"attributes": {
|
|
9624
9734
|
"title": "ConversationAttributesSchema",
|
|
9625
9735
|
"type": "object",
|
|
9626
|
-
"required": [
|
|
9627
|
-
"name",
|
|
9628
|
-
"email"
|
|
9629
|
-
],
|
|
9630
9736
|
"properties": {
|
|
9631
9737
|
"name": {
|
|
9632
9738
|
"type": "string"
|
|
@@ -9634,6 +9740,10 @@
|
|
|
9634
9740
|
"status": {
|
|
9635
9741
|
"type": "string"
|
|
9636
9742
|
},
|
|
9743
|
+
"meta": {
|
|
9744
|
+
"type": "object",
|
|
9745
|
+
"additionalProperties": true
|
|
9746
|
+
},
|
|
9637
9747
|
"timestamps": {
|
|
9638
9748
|
"title": "ResourceTimestampsSchema",
|
|
9639
9749
|
"type": "object",
|