@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.
- 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-vRjBk3Zn.d.ts → services-DMsbdKMq.d.ts} +2 -0
- package/dist/{services-1U8xO9JM.d.cts → services-fxI2RtI-.d.cts} +2 -0
- package/dist/starknet/index.d.cts +1 -1
- package/dist/starknet/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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-
|
|
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';
|
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-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';
|