@smartytalent/openai-tools 0.9.5 → 0.9.7
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 +92 -11
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -359,6 +359,41 @@
|
|
|
359
359
|
}
|
|
360
360
|
}
|
|
361
361
|
}
|
|
362
|
+
},
|
|
363
|
+
"limits": {
|
|
364
|
+
"type": "object",
|
|
365
|
+
"description": "Anti-abuse limits for the inbound-call channel (inbound-call arc). Declared ahead of enforcement so generated clients carry the key (the typed settings schema is a whitelist - undeclared keys are silently dropped by the SDK). Sysowner-only on PATCH (cost-protection config, the boeMetering precedent); values are inert until the P4 limiter ships.",
|
|
366
|
+
"properties": {
|
|
367
|
+
"callsPerCliHour": {
|
|
368
|
+
"type": "integer",
|
|
369
|
+
"minimum": 1,
|
|
370
|
+
"description": "Max inbound calls per caller number per hour"
|
|
371
|
+
},
|
|
372
|
+
"callsPerCliDay": {
|
|
373
|
+
"type": "integer",
|
|
374
|
+
"minimum": 1,
|
|
375
|
+
"description": "Max inbound calls per caller number per day"
|
|
376
|
+
},
|
|
377
|
+
"callMinutesDailyBudget": {
|
|
378
|
+
"type": "integer",
|
|
379
|
+
"minimum": 1,
|
|
380
|
+
"description": "Daily inbound AI-call minutes budget for the tenant"
|
|
381
|
+
},
|
|
382
|
+
"maxConcurrentInboundCalls": {
|
|
383
|
+
"type": "integer",
|
|
384
|
+
"minimum": 1
|
|
385
|
+
},
|
|
386
|
+
"maxCallDurationMinutes": {
|
|
387
|
+
"type": "integer",
|
|
388
|
+
"minimum": 1,
|
|
389
|
+
"description": "Hard cap on one intake conversation"
|
|
390
|
+
},
|
|
391
|
+
"smsPerNumberDay": {
|
|
392
|
+
"type": "integer",
|
|
393
|
+
"minimum": 1,
|
|
394
|
+
"description": "Max outbound SMS to one number per day (phase-2 rails)"
|
|
395
|
+
}
|
|
396
|
+
}
|
|
362
397
|
}
|
|
363
398
|
}
|
|
364
399
|
},
|
|
@@ -404,7 +439,8 @@
|
|
|
404
439
|
},
|
|
405
440
|
"defaultFormId": {
|
|
406
441
|
"type": "string",
|
|
407
|
-
"
|
|
442
|
+
"deprecated": true,
|
|
443
|
+
"description": "DEPRECATED (talent-pool arc): no writer exists and the tenant PATCH ignores it - the per-kind default lives in tenant.relationships.forms (talentSubmission pin surfaces publicly as careers.json talentPool). Client-supplied values are ignored."
|
|
408
444
|
}
|
|
409
445
|
}
|
|
410
446
|
},
|
|
@@ -837,6 +873,41 @@
|
|
|
837
873
|
}
|
|
838
874
|
}
|
|
839
875
|
}
|
|
876
|
+
},
|
|
877
|
+
"limits": {
|
|
878
|
+
"type": "object",
|
|
879
|
+
"description": "Anti-abuse limits for the inbound-call channel (inbound-call arc). Declared ahead of enforcement so generated clients carry the key (the typed settings schema is a whitelist - undeclared keys are silently dropped by the SDK). Sysowner-only on PATCH (cost-protection config, the boeMetering precedent); values are inert until the P4 limiter ships.",
|
|
880
|
+
"properties": {
|
|
881
|
+
"callsPerCliHour": {
|
|
882
|
+
"type": "integer",
|
|
883
|
+
"minimum": 1,
|
|
884
|
+
"description": "Max inbound calls per caller number per hour"
|
|
885
|
+
},
|
|
886
|
+
"callsPerCliDay": {
|
|
887
|
+
"type": "integer",
|
|
888
|
+
"minimum": 1,
|
|
889
|
+
"description": "Max inbound calls per caller number per day"
|
|
890
|
+
},
|
|
891
|
+
"callMinutesDailyBudget": {
|
|
892
|
+
"type": "integer",
|
|
893
|
+
"minimum": 1,
|
|
894
|
+
"description": "Daily inbound AI-call minutes budget for the tenant"
|
|
895
|
+
},
|
|
896
|
+
"maxConcurrentInboundCalls": {
|
|
897
|
+
"type": "integer",
|
|
898
|
+
"minimum": 1
|
|
899
|
+
},
|
|
900
|
+
"maxCallDurationMinutes": {
|
|
901
|
+
"type": "integer",
|
|
902
|
+
"minimum": 1,
|
|
903
|
+
"description": "Hard cap on one intake conversation"
|
|
904
|
+
},
|
|
905
|
+
"smsPerNumberDay": {
|
|
906
|
+
"type": "integer",
|
|
907
|
+
"minimum": 1,
|
|
908
|
+
"description": "Max outbound SMS to one number per day (phase-2 rails)"
|
|
909
|
+
}
|
|
910
|
+
}
|
|
840
911
|
}
|
|
841
912
|
}
|
|
842
913
|
},
|
|
@@ -882,7 +953,8 @@
|
|
|
882
953
|
},
|
|
883
954
|
"defaultFormId": {
|
|
884
955
|
"type": "string",
|
|
885
|
-
"
|
|
956
|
+
"deprecated": true,
|
|
957
|
+
"description": "DEPRECATED (talent-pool arc): no writer exists and the tenant PATCH ignores it - the per-kind default lives in tenant.relationships.forms (talentSubmission pin surfaces publicly as careers.json talentPool). Client-supplied values are ignored."
|
|
886
958
|
}
|
|
887
959
|
}
|
|
888
960
|
},
|
|
@@ -4359,7 +4431,20 @@
|
|
|
4359
4431
|
"description": "List Talent Candidates",
|
|
4360
4432
|
"parameters": {
|
|
4361
4433
|
"type": "object",
|
|
4362
|
-
"properties": {
|
|
4434
|
+
"properties": {
|
|
4435
|
+
"pageSize": {
|
|
4436
|
+
"type": "integer",
|
|
4437
|
+
"description": "Specifies the number of items to retrieve per page. The maximum value is 100."
|
|
4438
|
+
},
|
|
4439
|
+
"pageAfter": {
|
|
4440
|
+
"type": "string",
|
|
4441
|
+
"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."
|
|
4442
|
+
},
|
|
4443
|
+
"pageBefore": {
|
|
4444
|
+
"type": "string",
|
|
4445
|
+
"description": "Returns the data encoded in Base64 format, used for cursor-based pagination"
|
|
4446
|
+
}
|
|
4447
|
+
}
|
|
4363
4448
|
}
|
|
4364
4449
|
}
|
|
4365
4450
|
},
|
|
@@ -5871,6 +5956,10 @@
|
|
|
5871
5956
|
"type": "string",
|
|
5872
5957
|
"description": "Returns candidates applied to the given job (JobIndex lookup). The scalable way to list a job's pipeline."
|
|
5873
5958
|
},
|
|
5959
|
+
"filterTalentId": {
|
|
5960
|
+
"type": "string",
|
|
5961
|
+
"description": "Returns candidates belonging to the given talent (TalentIndex lookup). The scalable way to list one person's applications across jobs; combine with nothing (one filter per request)."
|
|
5962
|
+
},
|
|
5874
5963
|
"filterEmail": {
|
|
5875
5964
|
"type": "string",
|
|
5876
5965
|
"description": "Specifies the email address to filter the results."
|
|
@@ -12244,14 +12333,6 @@
|
|
|
12244
12333
|
"jobId": {
|
|
12245
12334
|
"type": "string"
|
|
12246
12335
|
},
|
|
12247
|
-
"type": {
|
|
12248
|
-
"type": "string",
|
|
12249
|
-
"enum": [
|
|
12250
|
-
"candidate",
|
|
12251
|
-
"talent"
|
|
12252
|
-
],
|
|
12253
|
-
"description": "Submission type - determines which workflow to trigger. Auto-derived from jobId if omitted."
|
|
12254
|
-
},
|
|
12255
12336
|
"referral": {
|
|
12256
12337
|
"type": "object",
|
|
12257
12338
|
"properties": {
|