@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.
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/dist/{services-1U8xO9JM.d.cts → services-B5tH-bth.d.cts} +3 -0
- package/dist/{services-vRjBk3Zn.d.ts → services-BrLuUB_Z.d.ts} +3 -0
- package/dist/starknet/index.d.cts +1 -1
- package/dist/starknet/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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';
|
package/dist/starknet/index.d.ts
CHANGED
|
@@ -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-
|
|
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';
|