@smartytalent/openai-tools 0.7.11 → 0.7.12

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 +0 -51
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -2495,57 +2495,6 @@
2495
2495
  }
2496
2496
  }
2497
2497
  },
2498
- {
2499
- "type": "function",
2500
- "function": {
2501
- "name": "change_user_password",
2502
- "description": "Change Own Password",
2503
- "parameters": {
2504
- "type": "object",
2505
- "properties": {
2506
- "data": {
2507
- "type": "object",
2508
- "properties": {
2509
- "type": {
2510
- "type": "string",
2511
- "enum": [
2512
- "user-passwords"
2513
- ]
2514
- },
2515
- "attributes": {
2516
- "type": "object",
2517
- "required": [
2518
- "currentPassword",
2519
- "newPassword"
2520
- ],
2521
- "properties": {
2522
- "currentPassword": {
2523
- "type": "string",
2524
- "format": "password"
2525
- },
2526
- "newPassword": {
2527
- "type": "string",
2528
- "format": "password"
2529
- }
2530
- }
2531
- }
2532
- }
2533
- }
2534
- }
2535
- }
2536
- }
2537
- },
2538
- {
2539
- "type": "function",
2540
- "function": {
2541
- "name": "user_password_options",
2542
- "description": "User Password Options",
2543
- "parameters": {
2544
- "type": "object",
2545
- "properties": {}
2546
- }
2547
- }
2548
- },
2549
2498
  {
2550
2499
  "type": "function",
2551
2500
  "function": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/openai-tools",
3
- "version": "0.7.11",
3
+ "version": "0.7.12",
4
4
  "description": "OpenAI function/tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",