@smartytalent/openai-tools 0.1.33-dev.85 → 0.1.33-dev.87
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 +85 -1
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -3939,6 +3939,90 @@
|
|
|
3939
3939
|
}
|
|
3940
3940
|
}
|
|
3941
3941
|
}
|
|
3942
|
+
},
|
|
3943
|
+
"forms": {
|
|
3944
|
+
"title": "JobRelationshipsFormsSchema",
|
|
3945
|
+
"type": "object",
|
|
3946
|
+
"properties": {
|
|
3947
|
+
"data": {
|
|
3948
|
+
"type": "array",
|
|
3949
|
+
"items": {
|
|
3950
|
+
"title": "JobRelationshipsFormsDataSchema",
|
|
3951
|
+
"type": "object",
|
|
3952
|
+
"properties": {
|
|
3953
|
+
"type": {
|
|
3954
|
+
"type": "string"
|
|
3955
|
+
},
|
|
3956
|
+
"id": {
|
|
3957
|
+
"type": "string"
|
|
3958
|
+
}
|
|
3959
|
+
}
|
|
3960
|
+
}
|
|
3961
|
+
}
|
|
3962
|
+
}
|
|
3963
|
+
},
|
|
3964
|
+
"ads": {
|
|
3965
|
+
"title": "JobRelationshipsAdsSchema",
|
|
3966
|
+
"type": "object",
|
|
3967
|
+
"properties": {
|
|
3968
|
+
"data": {
|
|
3969
|
+
"type": "array",
|
|
3970
|
+
"items": {
|
|
3971
|
+
"title": "JobRelationshipsAdsDataSchema",
|
|
3972
|
+
"type": "object",
|
|
3973
|
+
"properties": {
|
|
3974
|
+
"type": {
|
|
3975
|
+
"type": "string"
|
|
3976
|
+
},
|
|
3977
|
+
"id": {
|
|
3978
|
+
"type": "string"
|
|
3979
|
+
}
|
|
3980
|
+
}
|
|
3981
|
+
}
|
|
3982
|
+
}
|
|
3983
|
+
}
|
|
3984
|
+
},
|
|
3985
|
+
"assessments": {
|
|
3986
|
+
"title": "JobRelationshipsAssessmentsSchema",
|
|
3987
|
+
"type": "object",
|
|
3988
|
+
"properties": {
|
|
3989
|
+
"data": {
|
|
3990
|
+
"type": "array",
|
|
3991
|
+
"items": {
|
|
3992
|
+
"title": "JobRelationshipsAssessmentsDataSchema",
|
|
3993
|
+
"type": "object",
|
|
3994
|
+
"properties": {
|
|
3995
|
+
"type": {
|
|
3996
|
+
"type": "string"
|
|
3997
|
+
},
|
|
3998
|
+
"id": {
|
|
3999
|
+
"type": "string"
|
|
4000
|
+
}
|
|
4001
|
+
}
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
}
|
|
4005
|
+
},
|
|
4006
|
+
"feedbacks": {
|
|
4007
|
+
"title": "JobRelationshipsFeedbacksSchema",
|
|
4008
|
+
"type": "object",
|
|
4009
|
+
"properties": {
|
|
4010
|
+
"data": {
|
|
4011
|
+
"type": "array",
|
|
4012
|
+
"items": {
|
|
4013
|
+
"title": "JobRelationshipsFeedbacksDataSchema",
|
|
4014
|
+
"type": "object",
|
|
4015
|
+
"properties": {
|
|
4016
|
+
"type": {
|
|
4017
|
+
"type": "string"
|
|
4018
|
+
},
|
|
4019
|
+
"id": {
|
|
4020
|
+
"type": "string"
|
|
4021
|
+
}
|
|
4022
|
+
}
|
|
4023
|
+
}
|
|
4024
|
+
}
|
|
4025
|
+
}
|
|
3942
4026
|
}
|
|
3943
4027
|
}
|
|
3944
4028
|
},
|
|
@@ -7488,7 +7572,7 @@
|
|
|
7488
7572
|
"type": {
|
|
7489
7573
|
"type": "string",
|
|
7490
7574
|
"enum": [
|
|
7491
|
-
"
|
|
7575
|
+
"forms"
|
|
7492
7576
|
]
|
|
7493
7577
|
},
|
|
7494
7578
|
"id": {
|