@lifi/types 9.3.2 → 9.3.3
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/api.d.ts +0 -4
- package/dist/cjs/api.d.ts +0 -4
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -251,9 +251,6 @@ export interface StatusData extends BaseStatusData {
|
|
|
251
251
|
receiving: PendingReceivingInfo;
|
|
252
252
|
}
|
|
253
253
|
export type StatusResponse = FullStatusData | StatusData;
|
|
254
|
-
interface TransferMetadata {
|
|
255
|
-
integrator: string;
|
|
256
|
-
}
|
|
257
254
|
export interface FullStatusData extends StatusData {
|
|
258
255
|
transactionId: string;
|
|
259
256
|
sending: ExtendedTransactionInfo;
|
|
@@ -261,7 +258,6 @@ export interface FullStatusData extends StatusData {
|
|
|
261
258
|
lifiExplorerLink: string;
|
|
262
259
|
fromAddress: string;
|
|
263
260
|
toAddress: string;
|
|
264
|
-
metadata: TransferMetadata;
|
|
265
261
|
bridgeExplorerLink?: string;
|
|
266
262
|
}
|
|
267
263
|
export interface ExtendedChain extends Chain {
|
package/dist/cjs/api.d.ts
CHANGED
|
@@ -251,9 +251,6 @@ export interface StatusData extends BaseStatusData {
|
|
|
251
251
|
receiving: PendingReceivingInfo;
|
|
252
252
|
}
|
|
253
253
|
export type StatusResponse = FullStatusData | StatusData;
|
|
254
|
-
interface TransferMetadata {
|
|
255
|
-
integrator: string;
|
|
256
|
-
}
|
|
257
254
|
export interface FullStatusData extends StatusData {
|
|
258
255
|
transactionId: string;
|
|
259
256
|
sending: ExtendedTransactionInfo;
|
|
@@ -261,7 +258,6 @@ export interface FullStatusData extends StatusData {
|
|
|
261
258
|
lifiExplorerLink: string;
|
|
262
259
|
fromAddress: string;
|
|
263
260
|
toAddress: string;
|
|
264
|
-
metadata: TransferMetadata;
|
|
265
261
|
bridgeExplorerLink?: string;
|
|
266
262
|
}
|
|
267
263
|
export interface ExtendedChain extends Chain {
|