@medialane/sdk 0.9.0 → 0.9.1
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.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -697,7 +697,7 @@ interface CreateCounterOfferIntentParams {
|
|
|
697
697
|
/** Order hash of the original buyer bid being countered. */
|
|
698
698
|
originalOrderHash: string;
|
|
699
699
|
/** Counter price as a raw wei integer string (not human-readable). */
|
|
700
|
-
|
|
700
|
+
priceRaw: string;
|
|
701
701
|
/** Duration in seconds the counter-offer will be valid (3600–2592000). */
|
|
702
702
|
durationSeconds: number;
|
|
703
703
|
/** Optional message from the seller to the buyer. Max 500 chars. */
|
package/dist/index.d.ts
CHANGED
|
@@ -697,7 +697,7 @@ interface CreateCounterOfferIntentParams {
|
|
|
697
697
|
/** Order hash of the original buyer bid being countered. */
|
|
698
698
|
originalOrderHash: string;
|
|
699
699
|
/** Counter price as a raw wei integer string (not human-readable). */
|
|
700
|
-
|
|
700
|
+
priceRaw: string;
|
|
701
701
|
/** Duration in seconds the counter-offer will be valid (3600–2592000). */
|
|
702
702
|
durationSeconds: number;
|
|
703
703
|
/** Optional message from the seller to the buyer. Max 500 chars. */
|