@synsci/sdk 2.0.48 → 2.0.49

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.
@@ -13739,6 +13739,7 @@ export type AppSkillsResponses = {
13739
13739
  tags?: Array<string>;
13740
13740
  role?: "workflow" | "support";
13741
13741
  capability?: string;
13742
+ allowed_tools?: Array<string>;
13742
13743
  requirements?: {
13743
13744
  all?: Array<string>;
13744
13745
  any?: Array<string>;
@@ -13797,6 +13798,7 @@ export type AppSkillWriteResponses = {
13797
13798
  tags?: Array<string>;
13798
13799
  role?: "workflow" | "support";
13799
13800
  capability?: string;
13801
+ allowed_tools?: Array<string>;
13800
13802
  requirements?: {
13801
13803
  all?: Array<string>;
13802
13804
  any?: Array<string>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "2.0.48",
4
+ "version": "2.0.49",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {