@medialane/sdk 0.80.0 → 0.82.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.
@@ -285,6 +285,7 @@ interface ApiOrderTokenMeta {
285
285
  name: string | null;
286
286
  image: string | null;
287
287
  description: string | null;
288
+ animationUrl: string | null;
288
289
  }
289
290
  interface ApiOrder {
290
291
  id: string;
@@ -474,6 +475,7 @@ interface ApiActivityPrice {
474
475
  }
475
476
  interface ApiActivity {
476
477
  type: ActivityType;
478
+ chain: Chain;
477
479
  contractAddress?: string;
478
480
  tokenId?: string;
479
481
  from?: string;
@@ -495,6 +497,7 @@ interface ApiActivity {
495
497
  token?: {
496
498
  name: string | null;
497
499
  image: string | null;
500
+ animationUrl: string | null;
498
501
  } | null;
499
502
  }
500
503
  interface ApiActivitiesQuery {
@@ -285,6 +285,7 @@ interface ApiOrderTokenMeta {
285
285
  name: string | null;
286
286
  image: string | null;
287
287
  description: string | null;
288
+ animationUrl: string | null;
288
289
  }
289
290
  interface ApiOrder {
290
291
  id: string;
@@ -474,6 +475,7 @@ interface ApiActivityPrice {
474
475
  }
475
476
  interface ApiActivity {
476
477
  type: ActivityType;
478
+ chain: Chain;
477
479
  contractAddress?: string;
478
480
  tokenId?: string;
479
481
  from?: string;
@@ -495,6 +497,7 @@ interface ApiActivity {
495
497
  token?: {
496
498
  name: string | null;
497
499
  image: string | null;
500
+ animationUrl: string | null;
498
501
  } | null;
499
502
  }
500
503
  interface ApiActivitiesQuery {
@@ -1,4 +1,4 @@
1
- import { aZ as ResolvedConfig, b4 as TxResult, ap as CreatePopCollectionParams, ac as ClaimConditions, al as CreateDropParams, as as CreateTicketParams, aM as MintTicketsParams, an as CreateMembershipParams, aL as MintMembershipsParams, ar as CreateSponsorshipOfferParams, aX as ProposeSponsorshipParams, j as ApiClient, aJ as MedialaneConfig, aK as MedialaneErrorCode, aR as OrderDetails, a_ as ResolvedFeeConfig } from '../services-1U8xO9JM.cjs';
1
+ import { aZ as ResolvedConfig, b4 as TxResult, ap as CreatePopCollectionParams, ac as ClaimConditions, al as CreateDropParams, as as CreateTicketParams, aM as MintTicketsParams, an as CreateMembershipParams, aL as MintMembershipsParams, ar as CreateSponsorshipOfferParams, aX as ProposeSponsorshipParams, j as ApiClient, aJ as MedialaneConfig, aK as MedialaneErrorCode, aR as OrderDetails, a_ as ResolvedFeeConfig } from '../services-B5tH-bth.cjs';
2
2
  import { AccountInterface, Call, ProviderInterface, TypedData, constants, BigNumberish, DeployAccountContractPayload } from 'starknet';
3
3
  import { V as VenueAdapter, O as OrderRef, A as AdapterTxResult, R as RegisterOrderParams, j as VenueSigner } from '../types-sIc3OCpo.cjs';
4
4
  import 'zod';
@@ -1,4 +1,4 @@
1
- import { aZ as ResolvedConfig, b4 as TxResult, ap as CreatePopCollectionParams, ac as ClaimConditions, al as CreateDropParams, as as CreateTicketParams, aM as MintTicketsParams, an as CreateMembershipParams, aL as MintMembershipsParams, ar as CreateSponsorshipOfferParams, aX as ProposeSponsorshipParams, j as ApiClient, aJ as MedialaneConfig, aK as MedialaneErrorCode, aR as OrderDetails, a_ as ResolvedFeeConfig } from '../services-vRjBk3Zn.js';
1
+ import { aZ as ResolvedConfig, b4 as TxResult, ap as CreatePopCollectionParams, ac as ClaimConditions, al as CreateDropParams, as as CreateTicketParams, aM as MintTicketsParams, an as CreateMembershipParams, aL as MintMembershipsParams, ar as CreateSponsorshipOfferParams, aX as ProposeSponsorshipParams, j as ApiClient, aJ as MedialaneConfig, aK as MedialaneErrorCode, aR as OrderDetails, a_ as ResolvedFeeConfig } from '../services-BrLuUB_Z.js';
2
2
  import { AccountInterface, Call, ProviderInterface, TypedData, constants, BigNumberish, DeployAccountContractPayload } from 'starknet';
3
3
  import { V as VenueAdapter, O as OrderRef, A as AdapterTxResult, R as RegisterOrderParams, j as VenueSigner } from '../types-sIc3OCpo.js';
4
4
  import 'zod';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medialane/sdk",
3
- "version": "0.80.0",
3
+ "version": "0.82.0",
4
4
  "description": "Framework-agnostic TypeScript SDK for Medialane.io — the IP marketplace on Starknet",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",