@semantha/sdk 10.5.0 → 10.7.0

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.
package/dist/index.d.mts CHANGED
@@ -1331,6 +1331,7 @@ interface Prompt {
1331
1331
  temperature?: number;
1332
1332
  topK?: number;
1333
1333
  iconName?: string;
1334
+ customFields?: CustomField[];
1334
1335
  }
1335
1336
 
1336
1337
  /**
@@ -1353,6 +1354,7 @@ interface PromptOverview {
1353
1354
  description?: string;
1354
1355
  promptLabel?: PromptOverviewPromptLabelEnum;
1355
1356
  iconName?: string;
1357
+ customFields?: CustomField[];
1356
1358
  }
1357
1359
 
1358
1360
  /**
package/dist/index.d.ts CHANGED
@@ -1331,6 +1331,7 @@ interface Prompt {
1331
1331
  temperature?: number;
1332
1332
  topK?: number;
1333
1333
  iconName?: string;
1334
+ customFields?: CustomField[];
1334
1335
  }
1335
1336
 
1336
1337
  /**
@@ -1353,6 +1354,7 @@ interface PromptOverview {
1353
1354
  description?: string;
1354
1355
  promptLabel?: PromptOverviewPromptLabelEnum;
1355
1356
  iconName?: string;
1357
+ customFields?: CustomField[];
1356
1358
  }
1357
1359
 
1358
1360
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@semantha/sdk",
3
3
  "description": "SDK for the semantha platform",
4
- "version": "10.5.0",
4
+ "version": "10.7.0",
5
5
  "packageManager": "pnpm@9.1.1+sha512.14e915759c11f77eac07faba4d019c193ec8637229e62ec99eefb7cf3c3b75c64447882b7c485142451ee3a6b408059cdfb7b7fa0341b975f12d0f7629c71195",
6
6
  "files": [
7
7
  "./dist"
@@ -23,7 +23,7 @@
23
23
  "@types/node": "^20.17.50",
24
24
  "eslint": "^9.32.0",
25
25
  "jest": "^30.0.0",
26
- "prettier": "3.7.4",
26
+ "prettier": "3.8.1",
27
27
  "ts-jest": "^29.3.4",
28
28
  "tsup": "^8.5.0",
29
29
  "typescript": "^5.5.3",