@smartytalent/openai-tools 0.1.33-dev.19 → 0.1.33-dev.20

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 +10 -1
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -7138,7 +7138,16 @@
7138
7138
  "description": "Delete Email",
7139
7139
  "parameters": {
7140
7140
  "type": "object",
7141
- "properties": {}
7141
+ "properties": {
7142
+ "permanentDelete": {
7143
+ "type": "string",
7144
+ "description": "Set to true for permanent deletion (row removed from DynamoDB). Defaults to false (soft delete to Trash).",
7145
+ "enum": [
7146
+ "true",
7147
+ "false"
7148
+ ]
7149
+ }
7150
+ }
7142
7151
  }
7143
7152
  }
7144
7153
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.1.33-dev.19",
3
+ "version": "0.1.33-dev.20",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",