@0xsquid/squid-types 0.1.35 → 0.1.37
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/path/index.d.ts
CHANGED
package/dist/routes/index.d.ts
CHANGED
|
@@ -79,6 +79,7 @@ export interface RouteActionResponse extends Omit<RouteAction, "fromChain" | "to
|
|
|
79
79
|
export interface RouteAction extends QuoteAction {
|
|
80
80
|
provider?: string;
|
|
81
81
|
description?: string;
|
|
82
|
+
hookUri?: string;
|
|
82
83
|
data: SwapDetails | WrapDetails | BridgeDetails | CustomCallDetails;
|
|
83
84
|
}
|
|
84
85
|
export declare enum ActionType {
|
|
@@ -130,6 +131,8 @@ export interface Hook {
|
|
|
130
131
|
fundAmount: string;
|
|
131
132
|
fundToken: string;
|
|
132
133
|
calls: ChainCall[];
|
|
134
|
+
description: string;
|
|
135
|
+
hookUri?: string;
|
|
133
136
|
}
|
|
134
137
|
export declare enum ActionStage {
|
|
135
138
|
EVM_SOURCE = 0,
|
package/dist/routes/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/routes/index.ts"],"names":[],"mappings":";;;AA4FA,IAAY,UAMX;AAND,WAAY,UAAU;IACpB,2BAAa,CAAA;IACb,2BAAa,CAAA;IACb,+BAAiB,CAAA;IACjB,2CAA6B,CAAA;IAC7B,+BAAiB,CAAA;AACnB,CAAC,EANW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAMrB;AAqDD,IAAY,WASX;AATD,WAAY,WAAW;IACrB,yDAAU,CAAA;IACV,mEAAe,CAAA;IACf,+DAAa,CAAA;IACb,qDAAQ,CAAA;IACR,+DAAa,CAAA;IACb,yEAAkB,CAAA;IAClB,qEAAgB,CAAA;IAChB,2DAAW,CAAA;AACb,CAAC,EATW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAStB"}
|