flipmeme-sdk 1.3.73 → 1.3.74

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.mts CHANGED
@@ -490,7 +490,7 @@ declare class FlipmemeSDK {
490
490
  lastValidBlockHeight: number;
491
491
  }>;
492
492
  }>;
493
- exportCollectionByEth(collectionId: string, totalSupply: number, slippage?: number): Promise<string>;
493
+ exportCollectionByEth(sessionId: string, totalSupply: number, slippage?: number): Promise<string>;
494
494
  getTotalPrice(type: PurcahseType, collectionId: string, amount: number): Promise<string>;
495
495
  profileSellTotalPrice(data: Record<string, EthSellData>): Promise<string>;
496
496
  /**
package/dist/index.d.ts CHANGED
@@ -490,7 +490,7 @@ declare class FlipmemeSDK {
490
490
  lastValidBlockHeight: number;
491
491
  }>;
492
492
  }>;
493
- exportCollectionByEth(collectionId: string, totalSupply: number, slippage?: number): Promise<string>;
493
+ exportCollectionByEth(sessionId: string, totalSupply: number, slippage?: number): Promise<string>;
494
494
  getTotalPrice(type: PurcahseType, collectionId: string, amount: number): Promise<string>;
495
495
  profileSellTotalPrice(data: Record<string, EthSellData>): Promise<string>;
496
496
  /**