@medialane/sdk 0.80.0 → 0.81.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.
@@ -474,6 +474,7 @@ interface ApiActivityPrice {
474
474
  }
475
475
  interface ApiActivity {
476
476
  type: ActivityType;
477
+ chain: Chain;
477
478
  contractAddress?: string;
478
479
  tokenId?: string;
479
480
  from?: string;
@@ -495,6 +496,7 @@ interface ApiActivity {
495
496
  token?: {
496
497
  name: string | null;
497
498
  image: string | null;
499
+ animationUrl: string | null;
498
500
  } | null;
499
501
  }
500
502
  interface ApiActivitiesQuery {
@@ -474,6 +474,7 @@ interface ApiActivityPrice {
474
474
  }
475
475
  interface ApiActivity {
476
476
  type: ActivityType;
477
+ chain: Chain;
477
478
  contractAddress?: string;
478
479
  tokenId?: string;
479
480
  from?: string;
@@ -495,6 +496,7 @@ interface ApiActivity {
495
496
  token?: {
496
497
  name: string | null;
497
498
  image: string | null;
499
+ animationUrl: string | null;
498
500
  } | null;
499
501
  }
500
502
  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-fxI2RtI-.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-DMsbdKMq.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.81.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",