@medialane/sdk 0.5.2 → 0.5.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/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -586,6 +586,8 @@ interface CreateRemixOfferParams {
|
|
|
586
586
|
proposedPrice?: string;
|
|
587
587
|
proposedCurrency?: string;
|
|
588
588
|
message?: string;
|
|
589
|
+
/** Offer validity in days (server default applies if omitted) */
|
|
590
|
+
expiresInDays?: number;
|
|
589
591
|
}
|
|
590
592
|
interface AutoRemixOfferParams {
|
|
591
593
|
originalContract: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -586,6 +586,8 @@ interface CreateRemixOfferParams {
|
|
|
586
586
|
proposedPrice?: string;
|
|
587
587
|
proposedCurrency?: string;
|
|
588
588
|
message?: string;
|
|
589
|
+
/** Offer validity in days (server default applies if omitted) */
|
|
590
|
+
expiresInDays?: number;
|
|
589
591
|
}
|
|
590
592
|
interface AutoRemixOfferParams {
|
|
591
593
|
originalContract: string;
|