@smartytalent/mcp-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",
@@ -488,6 +506,24 @@
488
506
  "title": "TenantRelationshipsSchema",
489
507
  "type": "object",
490
508
  "properties": {
509
+ "boeUser": {
510
+ "title": "TenantRelationshipsBoeUserSchema",
511
+ "type": "object",
512
+ "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.",
513
+ "properties": {
514
+ "data": {
515
+ "type": "object",
516
+ "properties": {
517
+ "type": {
518
+ "type": "string"
519
+ },
520
+ "id": {
521
+ "type": "string"
522
+ }
523
+ }
524
+ }
525
+ }
526
+ },
491
527
  "feedbacks": {
492
528
  "title": "TenantRelationshipsFeedbacksSchema",
493
529
  "type": "object",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",