@smartytalent/mcp-tools 0.1.28 → 0.1.29

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 +16 -0
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -226,6 +226,14 @@
226
226
  "boeEmail": {
227
227
  "type": "string",
228
228
  "description": "Email address assigned to the Boe AI agent for this tenant"
229
+ },
230
+ "defaultFeedbackId": {
231
+ "type": "string",
232
+ "description": "Tenant-wide default feedback configuration applied when a job has no feedback override. Set to null to clear."
233
+ },
234
+ "defaultFormId": {
235
+ "type": "string",
236
+ "description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
229
237
  }
230
238
  }
231
239
  },
@@ -438,6 +446,14 @@
438
446
  "boeEmail": {
439
447
  "type": "string",
440
448
  "description": "Email address assigned to the Boe AI agent for this tenant"
449
+ },
450
+ "defaultFeedbackId": {
451
+ "type": "string",
452
+ "description": "Tenant-wide default feedback configuration applied when a job has no feedback override. Set to null to clear."
453
+ },
454
+ "defaultFormId": {
455
+ "type": "string",
456
+ "description": "Tenant-wide default form used for guest submissions when no job-specific form is configured. Set to null to clear."
441
457
  }
442
458
  }
443
459
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",