@joai/warps 3.0.0-beta.207 → 3.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.
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -778,7 +778,7 @@ declare const parseWarpQueryStringToObject: (queryString: string | null) => Reco
|
|
|
778
778
|
declare const splitInput: (input: string) => [WarpActionInputType, string];
|
|
779
779
|
declare const hasInputPrefix: (input: string) => boolean;
|
|
780
780
|
|
|
781
|
-
declare const applyOutputToMessages: (warp: Warp, output: Record<string, any>, config
|
|
781
|
+
declare const applyOutputToMessages: (warp: Warp, output: Record<string, any>, config?: WarpClientConfig) => Record<string, string>;
|
|
782
782
|
|
|
783
783
|
declare const getNextInfo: (config: WarpClientConfig, adapters: ChainAdapter[], warp: Warp, actionIndex: number, output: WarpExecutionOutput) => WarpExecutionNextInfo | null;
|
|
784
784
|
|
package/dist/index.d.ts
CHANGED
|
@@ -778,7 +778,7 @@ declare const parseWarpQueryStringToObject: (queryString: string | null) => Reco
|
|
|
778
778
|
declare const splitInput: (input: string) => [WarpActionInputType, string];
|
|
779
779
|
declare const hasInputPrefix: (input: string) => boolean;
|
|
780
780
|
|
|
781
|
-
declare const applyOutputToMessages: (warp: Warp, output: Record<string, any>, config
|
|
781
|
+
declare const applyOutputToMessages: (warp: Warp, output: Record<string, any>, config?: WarpClientConfig) => Record<string, string>;
|
|
782
782
|
|
|
783
783
|
declare const getNextInfo: (config: WarpClientConfig, adapters: ChainAdapter[], warp: Warp, actionIndex: number, output: WarpExecutionOutput) => WarpExecutionNextInfo | null;
|
|
784
784
|
|