@medialane/sdk 0.18.0 → 0.19.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 +21 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +10 -0
- package/dist/index.d.ts +10 -0
- package/dist/index.js +21 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1848,6 +1848,7 @@ declare const IPMarketplaceABI: readonly [{
|
|
|
1848
1848
|
readonly kind: "nested";
|
|
1849
1849
|
}];
|
|
1850
1850
|
}];
|
|
1851
|
+
|
|
1851
1852
|
declare const POPCollectionABI: readonly [{
|
|
1852
1853
|
readonly type: "struct";
|
|
1853
1854
|
readonly name: "core::byte_array::ByteArray";
|
|
@@ -1958,6 +1959,7 @@ declare const POPCollectionABI: readonly [{
|
|
|
1958
1959
|
}];
|
|
1959
1960
|
readonly state_mutability: "view";
|
|
1960
1961
|
}];
|
|
1962
|
+
|
|
1961
1963
|
declare const POPFactoryABI: readonly [{
|
|
1962
1964
|
readonly type: "struct";
|
|
1963
1965
|
readonly name: "core::byte_array::ByteArray";
|
|
@@ -2044,6 +2046,7 @@ declare const POPFactoryABI: readonly [{
|
|
|
2044
2046
|
readonly outputs: readonly [];
|
|
2045
2047
|
readonly state_mutability: "external";
|
|
2046
2048
|
}];
|
|
2049
|
+
|
|
2047
2050
|
declare const DropCollectionABI: readonly [{
|
|
2048
2051
|
readonly type: "struct";
|
|
2049
2052
|
readonly name: "core::byte_array::ByteArray";
|
|
@@ -2260,6 +2263,7 @@ declare const DropCollectionABI: readonly [{
|
|
|
2260
2263
|
}];
|
|
2261
2264
|
readonly state_mutability: "view";
|
|
2262
2265
|
}];
|
|
2266
|
+
|
|
2263
2267
|
declare const DropFactoryABI: readonly [{
|
|
2264
2268
|
readonly type: "struct";
|
|
2265
2269
|
readonly name: "core::byte_array::ByteArray";
|
|
@@ -2387,6 +2391,7 @@ declare const DropFactoryABI: readonly [{
|
|
|
2387
2391
|
readonly outputs: readonly [];
|
|
2388
2392
|
readonly state_mutability: "external";
|
|
2389
2393
|
}];
|
|
2394
|
+
|
|
2390
2395
|
declare const CollectionRegistryABI: readonly [{
|
|
2391
2396
|
readonly type: "struct";
|
|
2392
2397
|
readonly name: "core::byte_array::ByteArray";
|
|
@@ -2442,6 +2447,7 @@ declare const CollectionRegistryABI: readonly [{
|
|
|
2442
2447
|
}];
|
|
2443
2448
|
readonly state_mutability: "view";
|
|
2444
2449
|
}];
|
|
2450
|
+
|
|
2445
2451
|
declare const Medialane1155ABI: readonly [{
|
|
2446
2452
|
readonly type: "impl";
|
|
2447
2453
|
readonly name: "Medialane1155V2Impl";
|
|
@@ -2805,6 +2811,7 @@ declare const Medialane1155ABI: readonly [{
|
|
|
2805
2811
|
readonly kind: "flat";
|
|
2806
2812
|
}];
|
|
2807
2813
|
}];
|
|
2814
|
+
|
|
2808
2815
|
declare const IPCollection1155FactoryABI: readonly [{
|
|
2809
2816
|
readonly type: "impl";
|
|
2810
2817
|
readonly name: "IPCollectionFactoryImpl";
|
|
@@ -3019,6 +3026,7 @@ declare const IPCollection1155FactoryABI: readonly [{
|
|
|
3019
3026
|
readonly kind: "nested";
|
|
3020
3027
|
}];
|
|
3021
3028
|
}];
|
|
3029
|
+
|
|
3022
3030
|
declare const IPCollection1155ABI: readonly [{
|
|
3023
3031
|
readonly type: "impl";
|
|
3024
3032
|
readonly name: "ERC1155MetadataURIImpl";
|
|
@@ -3818,6 +3826,7 @@ declare const IPCollection1155ABI: readonly [{
|
|
|
3818
3826
|
readonly kind: "nested";
|
|
3819
3827
|
}];
|
|
3820
3828
|
}];
|
|
3829
|
+
|
|
3821
3830
|
declare const IPCollectionABI: readonly [{
|
|
3822
3831
|
readonly type: "impl";
|
|
3823
3832
|
readonly name: "IPCollectionImpl";
|
|
@@ -4382,6 +4391,7 @@ declare const IPCollectionABI: readonly [{
|
|
|
4382
4391
|
readonly kind: "nested";
|
|
4383
4392
|
}];
|
|
4384
4393
|
}];
|
|
4394
|
+
|
|
4385
4395
|
declare const IPNftABI: readonly [{
|
|
4386
4396
|
readonly type: "impl";
|
|
4387
4397
|
readonly name: "ERC721Metadata";
|
package/dist/index.d.ts
CHANGED
|
@@ -1848,6 +1848,7 @@ declare const IPMarketplaceABI: readonly [{
|
|
|
1848
1848
|
readonly kind: "nested";
|
|
1849
1849
|
}];
|
|
1850
1850
|
}];
|
|
1851
|
+
|
|
1851
1852
|
declare const POPCollectionABI: readonly [{
|
|
1852
1853
|
readonly type: "struct";
|
|
1853
1854
|
readonly name: "core::byte_array::ByteArray";
|
|
@@ -1958,6 +1959,7 @@ declare const POPCollectionABI: readonly [{
|
|
|
1958
1959
|
}];
|
|
1959
1960
|
readonly state_mutability: "view";
|
|
1960
1961
|
}];
|
|
1962
|
+
|
|
1961
1963
|
declare const POPFactoryABI: readonly [{
|
|
1962
1964
|
readonly type: "struct";
|
|
1963
1965
|
readonly name: "core::byte_array::ByteArray";
|
|
@@ -2044,6 +2046,7 @@ declare const POPFactoryABI: readonly [{
|
|
|
2044
2046
|
readonly outputs: readonly [];
|
|
2045
2047
|
readonly state_mutability: "external";
|
|
2046
2048
|
}];
|
|
2049
|
+
|
|
2047
2050
|
declare const DropCollectionABI: readonly [{
|
|
2048
2051
|
readonly type: "struct";
|
|
2049
2052
|
readonly name: "core::byte_array::ByteArray";
|
|
@@ -2260,6 +2263,7 @@ declare const DropCollectionABI: readonly [{
|
|
|
2260
2263
|
}];
|
|
2261
2264
|
readonly state_mutability: "view";
|
|
2262
2265
|
}];
|
|
2266
|
+
|
|
2263
2267
|
declare const DropFactoryABI: readonly [{
|
|
2264
2268
|
readonly type: "struct";
|
|
2265
2269
|
readonly name: "core::byte_array::ByteArray";
|
|
@@ -2387,6 +2391,7 @@ declare const DropFactoryABI: readonly [{
|
|
|
2387
2391
|
readonly outputs: readonly [];
|
|
2388
2392
|
readonly state_mutability: "external";
|
|
2389
2393
|
}];
|
|
2394
|
+
|
|
2390
2395
|
declare const CollectionRegistryABI: readonly [{
|
|
2391
2396
|
readonly type: "struct";
|
|
2392
2397
|
readonly name: "core::byte_array::ByteArray";
|
|
@@ -2442,6 +2447,7 @@ declare const CollectionRegistryABI: readonly [{
|
|
|
2442
2447
|
}];
|
|
2443
2448
|
readonly state_mutability: "view";
|
|
2444
2449
|
}];
|
|
2450
|
+
|
|
2445
2451
|
declare const Medialane1155ABI: readonly [{
|
|
2446
2452
|
readonly type: "impl";
|
|
2447
2453
|
readonly name: "Medialane1155V2Impl";
|
|
@@ -2805,6 +2811,7 @@ declare const Medialane1155ABI: readonly [{
|
|
|
2805
2811
|
readonly kind: "flat";
|
|
2806
2812
|
}];
|
|
2807
2813
|
}];
|
|
2814
|
+
|
|
2808
2815
|
declare const IPCollection1155FactoryABI: readonly [{
|
|
2809
2816
|
readonly type: "impl";
|
|
2810
2817
|
readonly name: "IPCollectionFactoryImpl";
|
|
@@ -3019,6 +3026,7 @@ declare const IPCollection1155FactoryABI: readonly [{
|
|
|
3019
3026
|
readonly kind: "nested";
|
|
3020
3027
|
}];
|
|
3021
3028
|
}];
|
|
3029
|
+
|
|
3022
3030
|
declare const IPCollection1155ABI: readonly [{
|
|
3023
3031
|
readonly type: "impl";
|
|
3024
3032
|
readonly name: "ERC1155MetadataURIImpl";
|
|
@@ -3818,6 +3826,7 @@ declare const IPCollection1155ABI: readonly [{
|
|
|
3818
3826
|
readonly kind: "nested";
|
|
3819
3827
|
}];
|
|
3820
3828
|
}];
|
|
3829
|
+
|
|
3821
3830
|
declare const IPCollectionABI: readonly [{
|
|
3822
3831
|
readonly type: "impl";
|
|
3823
3832
|
readonly name: "IPCollectionImpl";
|
|
@@ -4382,6 +4391,7 @@ declare const IPCollectionABI: readonly [{
|
|
|
4382
4391
|
readonly kind: "nested";
|
|
4383
4392
|
}];
|
|
4384
4393
|
}];
|
|
4394
|
+
|
|
4385
4395
|
declare const IPNftABI: readonly [{
|
|
4386
4396
|
readonly type: "impl";
|
|
4387
4397
|
readonly name: "ERC721Metadata";
|
package/dist/index.js
CHANGED
|
@@ -277,7 +277,7 @@ function encodeByteArray(str) {
|
|
|
277
277
|
];
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
// src/abis.ts
|
|
280
|
+
// src/abis/ipMarketplace.ts
|
|
281
281
|
var IPMarketplaceABI = [
|
|
282
282
|
{
|
|
283
283
|
type: "impl",
|
|
@@ -584,6 +584,8 @@ var IPMarketplaceABI = [
|
|
|
584
584
|
]
|
|
585
585
|
}
|
|
586
586
|
];
|
|
587
|
+
|
|
588
|
+
// src/abis/popCollection.ts
|
|
587
589
|
var POPCollectionABI = [
|
|
588
590
|
{
|
|
589
591
|
type: "struct",
|
|
@@ -671,6 +673,8 @@ var POPCollectionABI = [
|
|
|
671
673
|
state_mutability: "view"
|
|
672
674
|
}
|
|
673
675
|
];
|
|
676
|
+
|
|
677
|
+
// src/abis/popFactory.ts
|
|
674
678
|
var POPFactoryABI = [
|
|
675
679
|
{
|
|
676
680
|
type: "struct",
|
|
@@ -726,6 +730,8 @@ var POPFactoryABI = [
|
|
|
726
730
|
state_mutability: "external"
|
|
727
731
|
}
|
|
728
732
|
];
|
|
733
|
+
|
|
734
|
+
// src/abis/dropCollection.ts
|
|
729
735
|
var DropCollectionABI = [
|
|
730
736
|
{
|
|
731
737
|
type: "struct",
|
|
@@ -895,6 +901,8 @@ var DropCollectionABI = [
|
|
|
895
901
|
state_mutability: "view"
|
|
896
902
|
}
|
|
897
903
|
];
|
|
904
|
+
|
|
905
|
+
// src/abis/dropFactory.ts
|
|
898
906
|
var DropFactoryABI = [
|
|
899
907
|
{
|
|
900
908
|
type: "struct",
|
|
@@ -982,6 +990,8 @@ var DropFactoryABI = [
|
|
|
982
990
|
state_mutability: "external"
|
|
983
991
|
}
|
|
984
992
|
];
|
|
993
|
+
|
|
994
|
+
// src/abis/collectionRegistry.ts
|
|
985
995
|
var CollectionRegistryABI = [
|
|
986
996
|
{
|
|
987
997
|
type: "struct",
|
|
@@ -1018,6 +1028,8 @@ var CollectionRegistryABI = [
|
|
|
1018
1028
|
state_mutability: "view"
|
|
1019
1029
|
}
|
|
1020
1030
|
];
|
|
1031
|
+
|
|
1032
|
+
// src/abis/medialane1155.ts
|
|
1021
1033
|
var Medialane1155ABI = [
|
|
1022
1034
|
{
|
|
1023
1035
|
"type": "impl",
|
|
@@ -1511,6 +1523,8 @@ var Medialane1155ABI = [
|
|
|
1511
1523
|
]
|
|
1512
1524
|
}
|
|
1513
1525
|
];
|
|
1526
|
+
|
|
1527
|
+
// src/abis/ipCollection1155Factory.ts
|
|
1514
1528
|
var IPCollection1155FactoryABI = [
|
|
1515
1529
|
{
|
|
1516
1530
|
"type": "impl",
|
|
@@ -1796,6 +1810,8 @@ var IPCollection1155FactoryABI = [
|
|
|
1796
1810
|
]
|
|
1797
1811
|
}
|
|
1798
1812
|
];
|
|
1813
|
+
|
|
1814
|
+
// src/abis/ipCollection1155.ts
|
|
1799
1815
|
var IPCollection1155ABI = [
|
|
1800
1816
|
{
|
|
1801
1817
|
"type": "impl",
|
|
@@ -2877,6 +2893,8 @@ var IPCollection1155ABI = [
|
|
|
2877
2893
|
]
|
|
2878
2894
|
}
|
|
2879
2895
|
];
|
|
2896
|
+
|
|
2897
|
+
// src/abis/ipCollection.ts
|
|
2880
2898
|
var IPCollectionABI = [
|
|
2881
2899
|
{
|
|
2882
2900
|
"type": "impl",
|
|
@@ -3640,6 +3658,8 @@ var IPCollectionABI = [
|
|
|
3640
3658
|
]
|
|
3641
3659
|
}
|
|
3642
3660
|
];
|
|
3661
|
+
|
|
3662
|
+
// src/abis/ipNft.ts
|
|
3643
3663
|
var IPNftABI = [
|
|
3644
3664
|
{
|
|
3645
3665
|
"type": "impl",
|