@digipair/skill-editor 0.89.0 → 0.91.0-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.
@@ -1,15 +0,0 @@
1
- import { PinsSettings } from '@digipair/engine';
2
- export declare const setReasoning: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<{}>;
3
- export declare const reasonings: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<string[]>;
4
- export declare const reasoning: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
5
- export declare const removeReasoning: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<{}>;
6
- export declare const setDigipair: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<{}>;
7
- export declare const digipairs: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<string[]>;
8
- export declare const digipair: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
9
- export declare const removeDigipair: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<{}>;
10
- export declare const addDigipair: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<{}>;
11
- export declare const metadata: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
12
- export declare const setAvatar: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<{}>;
13
- export declare const templates: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<string[]>;
14
- export declare const schemas: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any[]>;
15
- export declare const tools: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any[]>;
File without changes
File without changes
File without changes