@digipair/skill-common 0.136.3 → 0.136.5

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.
@@ -0,0 +1,2 @@
1
+ export * from './lib/skill-common';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC"}
@@ -0,0 +1,19 @@
1
+ import { PinsSettings } from '@digipair/engine';
2
+ export declare const infos: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<{
3
+ name: any;
4
+ description: any;
5
+ }>;
6
+ export declare const metadata: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
7
+ export declare const roles: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
8
+ export declare const avatar: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<string>;
9
+ export declare const boosts: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<{
10
+ reasoning: string;
11
+ summary: any;
12
+ description: any;
13
+ selector: any;
14
+ url: any;
15
+ standalone: any;
16
+ }[]>;
17
+ export declare const prompts: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any[]>;
18
+ export declare const schema: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
19
+ //# sourceMappingURL=skill-common.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"skill-common.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-common.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AA2ShD,eAAO,MAAM,KAAK,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG;;;EACnB,CAAC;AAE/D,eAAO,MAAM,QAAQ,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACnB,CAAC;AAElE,eAAO,MAAM,KAAK,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACnB,CAAC;AAE/D,eAAO,MAAM,MAAM,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,oBACnB,CAAC;AAEhE,eAAO,MAAM,MAAM,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG;;;;;;;IACnB,CAAC;AAEhE,eAAO,MAAM,OAAO,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,mBACnB,CAAC;AAEjE,eAAO,MAAM,MAAM,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACnB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-common",
3
- "version": "0.136.3",
3
+ "version": "0.136.5",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",