@medialane/sdk 0.50.0 → 0.51.0

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.cts CHANGED
@@ -411,7 +411,7 @@ declare class Medialane1155Module {
411
411
 
412
412
  type IPType = "Audio" | "Art" | "Documents" | "NFT" | "Video" | "Photography" | "Patents" | "Posts" | "Publications" | "RWA" | "Software" | "Custom";
413
413
  type CollectionSort = "recent" | "supply" | "floor" | "volume" | "name";
414
- type CollectionTokensSort = "recent" | "oldest" | "name";
414
+ type CollectionTokensSort = "recent" | "oldest" | "name" | "price";
415
415
  /** Bounded capability set (05-service-model §III). Expand the union when a
416
416
  * service needs behavior outside it — never make it free-form. */
417
417
  type ServiceCapability = "list" | "buy" | "make_offer" | "cancel" | "transfer" | "burn" | "mint" | "claim" | "airdrop" | "remix" | "license" | "subscribe" | "redeem" | "launch" | "swap" | "sponsor";
package/dist/index.d.ts CHANGED
@@ -411,7 +411,7 @@ declare class Medialane1155Module {
411
411
 
412
412
  type IPType = "Audio" | "Art" | "Documents" | "NFT" | "Video" | "Photography" | "Patents" | "Posts" | "Publications" | "RWA" | "Software" | "Custom";
413
413
  type CollectionSort = "recent" | "supply" | "floor" | "volume" | "name";
414
- type CollectionTokensSort = "recent" | "oldest" | "name";
414
+ type CollectionTokensSort = "recent" | "oldest" | "name" | "price";
415
415
  /** Bounded capability set (05-service-model §III). Expand the union when a
416
416
  * service needs behavior outside it — never make it free-form. */
417
417
  type ServiceCapability = "list" | "buy" | "make_offer" | "cancel" | "transfer" | "burn" | "mint" | "claim" | "airdrop" | "remix" | "license" | "subscribe" | "redeem" | "launch" | "swap" | "sponsor";