@smartytalent/openai-tools 0.1.31 → 0.1.32

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 +36 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -237,6 +237,24 @@
237
237
  "title": "TenantRelationshipsSchema",
238
238
  "type": "object",
239
239
  "properties": {
240
+ "boeUser": {
241
+ "title": "TenantRelationshipsBoeUserSchema",
242
+ "type": "object",
243
+ "description": "The Boe AI user account for this tenant. Used as the system principal for guest-initiated workflows (apply forms, inbound emails, inbound calls) where no authenticated user exists. Set during tenant onboarding; not client-writable via tenant PATCH.",
244
+ "properties": {
245
+ "data": {
246
+ "type": "object",
247
+ "properties": {
248
+ "type": {
249
+ "type": "string"
250
+ },
251
+ "id": {
252
+ "type": "string"
253
+ }
254
+ }
255
+ }
256
+ }
257
+ },
240
258
  "feedbacks": {
241
259
  "title": "TenantRelationshipsFeedbacksSchema",
242
260
  "type": "object",
@@ -482,6 +500,24 @@
482
500
  "title": "TenantRelationshipsSchema",
483
501
  "type": "object",
484
502
  "properties": {
503
+ "boeUser": {
504
+ "title": "TenantRelationshipsBoeUserSchema",
505
+ "type": "object",
506
+ "description": "The Boe AI user account for this tenant. Used as the system principal for guest-initiated workflows (apply forms, inbound emails, inbound calls) where no authenticated user exists. Set during tenant onboarding; not client-writable via tenant PATCH.",
507
+ "properties": {
508
+ "data": {
509
+ "type": "object",
510
+ "properties": {
511
+ "type": {
512
+ "type": "string"
513
+ },
514
+ "id": {
515
+ "type": "string"
516
+ }
517
+ }
518
+ }
519
+ }
520
+ },
485
521
  "feedbacks": {
486
522
  "title": "TenantRelationshipsFeedbacksSchema",
487
523
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",