@zoralabs/protocol-sdk 0.5.15 → 0.5.17

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.
Files changed (46) hide show
  1. package/.turbo/turbo-build.log +6 -6
  2. package/CHANGELOG.md +19 -0
  3. package/dist/anvil.d.ts +4 -4
  4. package/dist/anvil.d.ts.map +1 -1
  5. package/dist/apis/generated/premint-api-types.d.ts +9 -2
  6. package/dist/apis/generated/premint-api-types.d.ts.map +1 -1
  7. package/dist/create/1155-create-helper.d.ts +3 -4
  8. package/dist/create/1155-create-helper.d.ts.map +1 -1
  9. package/dist/index.cjs +495 -371
  10. package/dist/index.cjs.map +1 -1
  11. package/dist/index.d.ts +1 -0
  12. package/dist/index.d.ts.map +1 -1
  13. package/dist/index.js +478 -352
  14. package/dist/index.js.map +1 -1
  15. package/dist/mint/mint-client.d.ts +22 -17
  16. package/dist/mint/mint-client.d.ts.map +1 -1
  17. package/dist/mints/mints-contracts.d.ts +688 -3
  18. package/dist/mints/mints-contracts.d.ts.map +1 -1
  19. package/dist/premint/contract-types.d.ts +21 -0
  20. package/dist/premint/contract-types.d.ts.map +1 -1
  21. package/dist/premint/conversions.d.ts +10 -22
  22. package/dist/premint/conversions.d.ts.map +1 -1
  23. package/dist/premint/premint-api-client.d.ts +5 -4
  24. package/dist/premint/premint-api-client.d.ts.map +1 -1
  25. package/dist/premint/premint-client.d.ts +122 -1476
  26. package/dist/premint/premint-client.d.ts.map +1 -1
  27. package/dist/premint/preminter.d.ts +29 -16
  28. package/dist/premint/preminter.d.ts.map +1 -1
  29. package/dist/utils.d.ts +6872 -1
  30. package/dist/utils.d.ts.map +1 -1
  31. package/package.json +2 -2
  32. package/src/apis/generated/premint-api-types.ts +9 -2
  33. package/src/create/1155-create-helper.test.ts +10 -3
  34. package/src/create/1155-create-helper.ts +8 -7
  35. package/src/index.ts +6 -0
  36. package/src/mint/mint-client.ts +31 -30
  37. package/src/mints/mints-contracts.test.ts +2 -2
  38. package/src/premint/contract-types.ts +32 -1
  39. package/src/premint/conversions.ts +20 -8
  40. package/src/premint/premint-api-client.ts +7 -7
  41. package/src/premint/premint-client.test.ts +112 -88
  42. package/src/premint/premint-client.ts +614 -409
  43. package/src/premint/preminter.test.ts +154 -2
  44. package/src/premint/preminter.ts +87 -36
  45. package/src/utils.ts +25 -0
  46. package/test-integration/premint-client.test.ts +2 -2
@@ -205,6 +205,10 @@ export declare const mintWithEthParams: ({ quantity, recipient, chainId, pricePe
205
205
  readonly internalType: "address[]";
206
206
  readonly type: "address[]";
207
207
  }];
208
+ }, {
209
+ readonly name: "firstMinter";
210
+ readonly internalType: "address";
211
+ readonly type: "address";
208
212
  }, {
209
213
  readonly name: "signerContract";
210
214
  readonly internalType: "address";
@@ -1346,7 +1350,234 @@ export declare const mintWithEthParams: ({ quantity, recipient, chainId, pricePe
1346
1350
  readonly type: "error";
1347
1351
  readonly inputs: readonly [];
1348
1352
  readonly name: "premintSignerContractNotAContract";
1349
- }], "mintWithEth", [bigint, `0x${string}`], import("viem").Chain, import("viem").Chain | undefined, `0x${string}` | import("viem").JsonRpcAccount<`0x${string}`> | import("viem").LocalAccount<string, `0x${string}`>>;
1353
+ }], "mintWithEth", [bigint, `0x${string}`], import("viem").Chain, import("viem").Chain | undefined, `0x${string}` | {
1354
+ address: `0x${string}`;
1355
+ type: "json-rpc";
1356
+ experimental_signAuthMessage?: undefined;
1357
+ signMessage?: undefined;
1358
+ signTransaction?: undefined;
1359
+ signTypedData?: undefined;
1360
+ publicKey?: undefined;
1361
+ source?: undefined;
1362
+ } | {
1363
+ address: `0x${string}`;
1364
+ experimental_signAuthMessage?: ((parameters: import("viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
1365
+ signMessage: ({ message }: {
1366
+ message: import("viem").SignableMessage;
1367
+ }) => Promise<`0x${string}`>;
1368
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
1369
+ serializer?: serializer | undefined;
1370
+ } | undefined) => Promise<import("viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
1371
+ signTypedData: <const typedData extends Record<string, unknown> | {
1372
+ [x: string]: readonly import("viem").TypedDataParameter[];
1373
+ [x: `string[${string}]`]: undefined;
1374
+ [x: `function[${string}]`]: undefined;
1375
+ [x: `address[${string}]`]: undefined;
1376
+ [x: `bool[${string}]`]: undefined;
1377
+ [x: `bytes[${string}]`]: undefined;
1378
+ [x: `bytes21[${string}]`]: undefined;
1379
+ [x: `bytes1[${string}]`]: undefined;
1380
+ [x: `bytes2[${string}]`]: undefined;
1381
+ [x: `bytes3[${string}]`]: undefined;
1382
+ [x: `bytes4[${string}]`]: undefined;
1383
+ [x: `bytes5[${string}]`]: undefined;
1384
+ [x: `bytes6[${string}]`]: undefined;
1385
+ [x: `bytes7[${string}]`]: undefined;
1386
+ [x: `bytes8[${string}]`]: undefined;
1387
+ [x: `bytes9[${string}]`]: undefined;
1388
+ [x: `bytes10[${string}]`]: undefined;
1389
+ [x: `bytes11[${string}]`]: undefined;
1390
+ [x: `bytes12[${string}]`]: undefined;
1391
+ [x: `bytes13[${string}]`]: undefined;
1392
+ [x: `bytes14[${string}]`]: undefined;
1393
+ [x: `bytes15[${string}]`]: undefined;
1394
+ [x: `bytes16[${string}]`]: undefined;
1395
+ [x: `bytes17[${string}]`]: undefined;
1396
+ [x: `bytes18[${string}]`]: undefined;
1397
+ [x: `bytes19[${string}]`]: undefined;
1398
+ [x: `bytes20[${string}]`]: undefined;
1399
+ [x: `bytes22[${string}]`]: undefined;
1400
+ [x: `bytes23[${string}]`]: undefined;
1401
+ [x: `bytes24[${string}]`]: undefined;
1402
+ [x: `bytes25[${string}]`]: undefined;
1403
+ [x: `bytes26[${string}]`]: undefined;
1404
+ [x: `bytes27[${string}]`]: undefined;
1405
+ [x: `bytes28[${string}]`]: undefined;
1406
+ [x: `bytes29[${string}]`]: undefined;
1407
+ [x: `bytes30[${string}]`]: undefined;
1408
+ [x: `bytes31[${string}]`]: undefined;
1409
+ [x: `bytes32[${string}]`]: undefined;
1410
+ [x: `int[${string}]`]: undefined;
1411
+ [x: `int8[${string}]`]: undefined;
1412
+ [x: `int16[${string}]`]: undefined;
1413
+ [x: `int24[${string}]`]: undefined;
1414
+ [x: `int32[${string}]`]: undefined;
1415
+ [x: `int40[${string}]`]: undefined;
1416
+ [x: `int48[${string}]`]: undefined;
1417
+ [x: `int56[${string}]`]: undefined;
1418
+ [x: `int64[${string}]`]: undefined;
1419
+ [x: `int72[${string}]`]: undefined;
1420
+ [x: `int80[${string}]`]: undefined;
1421
+ [x: `int88[${string}]`]: undefined;
1422
+ [x: `int96[${string}]`]: undefined;
1423
+ [x: `int104[${string}]`]: undefined;
1424
+ [x: `int112[${string}]`]: undefined;
1425
+ [x: `int120[${string}]`]: undefined;
1426
+ [x: `int128[${string}]`]: undefined;
1427
+ [x: `int136[${string}]`]: undefined;
1428
+ [x: `int144[${string}]`]: undefined;
1429
+ [x: `int152[${string}]`]: undefined;
1430
+ [x: `int160[${string}]`]: undefined;
1431
+ [x: `int168[${string}]`]: undefined;
1432
+ [x: `int176[${string}]`]: undefined;
1433
+ [x: `int184[${string}]`]: undefined;
1434
+ [x: `int192[${string}]`]: undefined;
1435
+ [x: `int200[${string}]`]: undefined;
1436
+ [x: `int208[${string}]`]: undefined;
1437
+ [x: `int216[${string}]`]: undefined;
1438
+ [x: `int224[${string}]`]: undefined;
1439
+ [x: `int232[${string}]`]: undefined;
1440
+ [x: `int240[${string}]`]: undefined;
1441
+ [x: `int248[${string}]`]: undefined;
1442
+ [x: `int256[${string}]`]: undefined;
1443
+ [x: `uint[${string}]`]: undefined;
1444
+ [x: `uint8[${string}]`]: undefined;
1445
+ [x: `uint16[${string}]`]: undefined;
1446
+ [x: `uint24[${string}]`]: undefined;
1447
+ [x: `uint32[${string}]`]: undefined;
1448
+ [x: `uint40[${string}]`]: undefined;
1449
+ [x: `uint48[${string}]`]: undefined;
1450
+ [x: `uint56[${string}]`]: undefined;
1451
+ [x: `uint64[${string}]`]: undefined;
1452
+ [x: `uint72[${string}]`]: undefined;
1453
+ [x: `uint80[${string}]`]: undefined;
1454
+ [x: `uint88[${string}]`]: undefined;
1455
+ [x: `uint96[${string}]`]: undefined;
1456
+ [x: `uint104[${string}]`]: undefined;
1457
+ [x: `uint112[${string}]`]: undefined;
1458
+ [x: `uint120[${string}]`]: undefined;
1459
+ [x: `uint128[${string}]`]: undefined;
1460
+ [x: `uint136[${string}]`]: undefined;
1461
+ [x: `uint144[${string}]`]: undefined;
1462
+ [x: `uint152[${string}]`]: undefined;
1463
+ [x: `uint160[${string}]`]: undefined;
1464
+ [x: `uint168[${string}]`]: undefined;
1465
+ [x: `uint176[${string}]`]: undefined;
1466
+ [x: `uint184[${string}]`]: undefined;
1467
+ [x: `uint192[${string}]`]: undefined;
1468
+ [x: `uint200[${string}]`]: undefined;
1469
+ [x: `uint208[${string}]`]: undefined;
1470
+ [x: `uint216[${string}]`]: undefined;
1471
+ [x: `uint224[${string}]`]: undefined;
1472
+ [x: `uint232[${string}]`]: undefined;
1473
+ [x: `uint240[${string}]`]: undefined;
1474
+ [x: `uint248[${string}]`]: undefined;
1475
+ [x: `uint256[${string}]`]: undefined;
1476
+ string?: undefined;
1477
+ address?: undefined;
1478
+ bool?: undefined;
1479
+ bytes?: undefined;
1480
+ bytes21?: undefined;
1481
+ bytes1?: undefined;
1482
+ bytes2?: undefined;
1483
+ bytes3?: undefined;
1484
+ bytes4?: undefined;
1485
+ bytes5?: undefined;
1486
+ bytes6?: undefined;
1487
+ bytes7?: undefined;
1488
+ bytes8?: undefined;
1489
+ bytes9?: undefined;
1490
+ bytes10?: undefined;
1491
+ bytes11?: undefined;
1492
+ bytes12?: undefined;
1493
+ bytes13?: undefined;
1494
+ bytes14?: undefined;
1495
+ bytes15?: undefined;
1496
+ bytes16?: undefined;
1497
+ bytes17?: undefined;
1498
+ bytes18?: undefined;
1499
+ bytes19?: undefined;
1500
+ bytes20?: undefined;
1501
+ bytes22?: undefined;
1502
+ bytes23?: undefined;
1503
+ bytes24?: undefined;
1504
+ bytes25?: undefined;
1505
+ bytes26?: undefined;
1506
+ bytes27?: undefined;
1507
+ bytes28?: undefined;
1508
+ bytes29?: undefined;
1509
+ bytes30?: undefined;
1510
+ bytes31?: undefined;
1511
+ bytes32?: undefined;
1512
+ int8?: undefined;
1513
+ int16?: undefined;
1514
+ int24?: undefined;
1515
+ int32?: undefined;
1516
+ int40?: undefined;
1517
+ int48?: undefined;
1518
+ int56?: undefined;
1519
+ int64?: undefined;
1520
+ int72?: undefined;
1521
+ int80?: undefined;
1522
+ int88?: undefined;
1523
+ int96?: undefined;
1524
+ int104?: undefined;
1525
+ int112?: undefined;
1526
+ int120?: undefined;
1527
+ int128?: undefined;
1528
+ int136?: undefined;
1529
+ int144?: undefined;
1530
+ int152?: undefined;
1531
+ int160?: undefined;
1532
+ int168?: undefined;
1533
+ int176?: undefined;
1534
+ int184?: undefined;
1535
+ int192?: undefined;
1536
+ int200?: undefined;
1537
+ int208?: undefined;
1538
+ int216?: undefined;
1539
+ int224?: undefined;
1540
+ int232?: undefined;
1541
+ int240?: undefined;
1542
+ int248?: undefined;
1543
+ int256?: undefined;
1544
+ uint8?: undefined;
1545
+ uint16?: undefined;
1546
+ uint24?: undefined;
1547
+ uint32?: undefined;
1548
+ uint40?: undefined;
1549
+ uint48?: undefined;
1550
+ uint56?: undefined;
1551
+ uint64?: undefined;
1552
+ uint72?: undefined;
1553
+ uint80?: undefined;
1554
+ uint88?: undefined;
1555
+ uint96?: undefined;
1556
+ uint104?: undefined;
1557
+ uint112?: undefined;
1558
+ uint120?: undefined;
1559
+ uint128?: undefined;
1560
+ uint136?: undefined;
1561
+ uint144?: undefined;
1562
+ uint152?: undefined;
1563
+ uint160?: undefined;
1564
+ uint168?: undefined;
1565
+ uint176?: undefined;
1566
+ uint184?: undefined;
1567
+ uint192?: undefined;
1568
+ uint200?: undefined;
1569
+ uint208?: undefined;
1570
+ uint216?: undefined;
1571
+ uint224?: undefined;
1572
+ uint232?: undefined;
1573
+ uint240?: undefined;
1574
+ uint248?: undefined;
1575
+ uint256?: undefined;
1576
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
1577
+ publicKey: `0x${string}`;
1578
+ source: string;
1579
+ type: "local";
1580
+ }>;
1350
1581
  /**
1351
1582
  * Constructs the parameters to get the total mints balance of an account on the ZoraMints1155 contract.
1352
1583
  * @param account - The address of the account to check the balance of.
@@ -2622,7 +2853,234 @@ export declare function collectWithMintsParams({ tokenIds, quantities, chainId,
2622
2853
  readonly type: "error";
2623
2854
  readonly inputs: readonly [];
2624
2855
  readonly name: "TokenNotMintable";
2625
- }], "transferBatchToManagerAndCall", [bigint[], bigint[], `0x${string}`], import("viem").Chain, import("viem").Chain | undefined, `0x${string}` | import("viem").JsonRpcAccount<`0x${string}`> | import("viem").LocalAccount<string, `0x${string}`>>;
2856
+ }], "transferBatchToManagerAndCall", [bigint[], bigint[], `0x${string}`], import("viem").Chain, import("viem").Chain | undefined, `0x${string}` | {
2857
+ address: `0x${string}`;
2858
+ type: "json-rpc";
2859
+ experimental_signAuthMessage?: undefined;
2860
+ signMessage?: undefined;
2861
+ signTransaction?: undefined;
2862
+ signTypedData?: undefined;
2863
+ publicKey?: undefined;
2864
+ source?: undefined;
2865
+ } | {
2866
+ address: `0x${string}`;
2867
+ experimental_signAuthMessage?: ((parameters: import("viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
2868
+ signMessage: ({ message }: {
2869
+ message: import("viem").SignableMessage;
2870
+ }) => Promise<`0x${string}`>;
2871
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
2872
+ serializer?: serializer | undefined;
2873
+ } | undefined) => Promise<import("viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
2874
+ signTypedData: <const typedData extends Record<string, unknown> | {
2875
+ [x: string]: readonly import("viem").TypedDataParameter[];
2876
+ [x: `string[${string}]`]: undefined;
2877
+ [x: `function[${string}]`]: undefined;
2878
+ [x: `address[${string}]`]: undefined;
2879
+ [x: `bool[${string}]`]: undefined;
2880
+ [x: `bytes[${string}]`]: undefined;
2881
+ [x: `bytes21[${string}]`]: undefined;
2882
+ [x: `bytes1[${string}]`]: undefined;
2883
+ [x: `bytes2[${string}]`]: undefined;
2884
+ [x: `bytes3[${string}]`]: undefined;
2885
+ [x: `bytes4[${string}]`]: undefined;
2886
+ [x: `bytes5[${string}]`]: undefined;
2887
+ [x: `bytes6[${string}]`]: undefined;
2888
+ [x: `bytes7[${string}]`]: undefined;
2889
+ [x: `bytes8[${string}]`]: undefined;
2890
+ [x: `bytes9[${string}]`]: undefined;
2891
+ [x: `bytes10[${string}]`]: undefined;
2892
+ [x: `bytes11[${string}]`]: undefined;
2893
+ [x: `bytes12[${string}]`]: undefined;
2894
+ [x: `bytes13[${string}]`]: undefined;
2895
+ [x: `bytes14[${string}]`]: undefined;
2896
+ [x: `bytes15[${string}]`]: undefined;
2897
+ [x: `bytes16[${string}]`]: undefined;
2898
+ [x: `bytes17[${string}]`]: undefined;
2899
+ [x: `bytes18[${string}]`]: undefined;
2900
+ [x: `bytes19[${string}]`]: undefined;
2901
+ [x: `bytes20[${string}]`]: undefined;
2902
+ [x: `bytes22[${string}]`]: undefined;
2903
+ [x: `bytes23[${string}]`]: undefined;
2904
+ [x: `bytes24[${string}]`]: undefined;
2905
+ [x: `bytes25[${string}]`]: undefined;
2906
+ [x: `bytes26[${string}]`]: undefined;
2907
+ [x: `bytes27[${string}]`]: undefined;
2908
+ [x: `bytes28[${string}]`]: undefined;
2909
+ [x: `bytes29[${string}]`]: undefined;
2910
+ [x: `bytes30[${string}]`]: undefined;
2911
+ [x: `bytes31[${string}]`]: undefined;
2912
+ [x: `bytes32[${string}]`]: undefined;
2913
+ [x: `int[${string}]`]: undefined;
2914
+ [x: `int8[${string}]`]: undefined;
2915
+ [x: `int16[${string}]`]: undefined;
2916
+ [x: `int24[${string}]`]: undefined;
2917
+ [x: `int32[${string}]`]: undefined;
2918
+ [x: `int40[${string}]`]: undefined;
2919
+ [x: `int48[${string}]`]: undefined;
2920
+ [x: `int56[${string}]`]: undefined;
2921
+ [x: `int64[${string}]`]: undefined;
2922
+ [x: `int72[${string}]`]: undefined;
2923
+ [x: `int80[${string}]`]: undefined;
2924
+ [x: `int88[${string}]`]: undefined;
2925
+ [x: `int96[${string}]`]: undefined;
2926
+ [x: `int104[${string}]`]: undefined;
2927
+ [x: `int112[${string}]`]: undefined;
2928
+ [x: `int120[${string}]`]: undefined;
2929
+ [x: `int128[${string}]`]: undefined;
2930
+ [x: `int136[${string}]`]: undefined;
2931
+ [x: `int144[${string}]`]: undefined;
2932
+ [x: `int152[${string}]`]: undefined;
2933
+ [x: `int160[${string}]`]: undefined;
2934
+ [x: `int168[${string}]`]: undefined;
2935
+ [x: `int176[${string}]`]: undefined;
2936
+ [x: `int184[${string}]`]: undefined;
2937
+ [x: `int192[${string}]`]: undefined;
2938
+ [x: `int200[${string}]`]: undefined;
2939
+ [x: `int208[${string}]`]: undefined;
2940
+ [x: `int216[${string}]`]: undefined;
2941
+ [x: `int224[${string}]`]: undefined;
2942
+ [x: `int232[${string}]`]: undefined;
2943
+ [x: `int240[${string}]`]: undefined;
2944
+ [x: `int248[${string}]`]: undefined;
2945
+ [x: `int256[${string}]`]: undefined;
2946
+ [x: `uint[${string}]`]: undefined;
2947
+ [x: `uint8[${string}]`]: undefined;
2948
+ [x: `uint16[${string}]`]: undefined;
2949
+ [x: `uint24[${string}]`]: undefined;
2950
+ [x: `uint32[${string}]`]: undefined;
2951
+ [x: `uint40[${string}]`]: undefined;
2952
+ [x: `uint48[${string}]`]: undefined;
2953
+ [x: `uint56[${string}]`]: undefined;
2954
+ [x: `uint64[${string}]`]: undefined;
2955
+ [x: `uint72[${string}]`]: undefined;
2956
+ [x: `uint80[${string}]`]: undefined;
2957
+ [x: `uint88[${string}]`]: undefined;
2958
+ [x: `uint96[${string}]`]: undefined;
2959
+ [x: `uint104[${string}]`]: undefined;
2960
+ [x: `uint112[${string}]`]: undefined;
2961
+ [x: `uint120[${string}]`]: undefined;
2962
+ [x: `uint128[${string}]`]: undefined;
2963
+ [x: `uint136[${string}]`]: undefined;
2964
+ [x: `uint144[${string}]`]: undefined;
2965
+ [x: `uint152[${string}]`]: undefined;
2966
+ [x: `uint160[${string}]`]: undefined;
2967
+ [x: `uint168[${string}]`]: undefined;
2968
+ [x: `uint176[${string}]`]: undefined;
2969
+ [x: `uint184[${string}]`]: undefined;
2970
+ [x: `uint192[${string}]`]: undefined;
2971
+ [x: `uint200[${string}]`]: undefined;
2972
+ [x: `uint208[${string}]`]: undefined;
2973
+ [x: `uint216[${string}]`]: undefined;
2974
+ [x: `uint224[${string}]`]: undefined;
2975
+ [x: `uint232[${string}]`]: undefined;
2976
+ [x: `uint240[${string}]`]: undefined;
2977
+ [x: `uint248[${string}]`]: undefined;
2978
+ [x: `uint256[${string}]`]: undefined;
2979
+ string?: undefined;
2980
+ address?: undefined;
2981
+ bool?: undefined;
2982
+ bytes?: undefined;
2983
+ bytes21?: undefined;
2984
+ bytes1?: undefined;
2985
+ bytes2?: undefined;
2986
+ bytes3?: undefined;
2987
+ bytes4?: undefined;
2988
+ bytes5?: undefined;
2989
+ bytes6?: undefined;
2990
+ bytes7?: undefined;
2991
+ bytes8?: undefined;
2992
+ bytes9?: undefined;
2993
+ bytes10?: undefined;
2994
+ bytes11?: undefined;
2995
+ bytes12?: undefined;
2996
+ bytes13?: undefined;
2997
+ bytes14?: undefined;
2998
+ bytes15?: undefined;
2999
+ bytes16?: undefined;
3000
+ bytes17?: undefined;
3001
+ bytes18?: undefined;
3002
+ bytes19?: undefined;
3003
+ bytes20?: undefined;
3004
+ bytes22?: undefined;
3005
+ bytes23?: undefined;
3006
+ bytes24?: undefined;
3007
+ bytes25?: undefined;
3008
+ bytes26?: undefined;
3009
+ bytes27?: undefined;
3010
+ bytes28?: undefined;
3011
+ bytes29?: undefined;
3012
+ bytes30?: undefined;
3013
+ bytes31?: undefined;
3014
+ bytes32?: undefined;
3015
+ int8?: undefined;
3016
+ int16?: undefined;
3017
+ int24?: undefined;
3018
+ int32?: undefined;
3019
+ int40?: undefined;
3020
+ int48?: undefined;
3021
+ int56?: undefined;
3022
+ int64?: undefined;
3023
+ int72?: undefined;
3024
+ int80?: undefined;
3025
+ int88?: undefined;
3026
+ int96?: undefined;
3027
+ int104?: undefined;
3028
+ int112?: undefined;
3029
+ int120?: undefined;
3030
+ int128?: undefined;
3031
+ int136?: undefined;
3032
+ int144?: undefined;
3033
+ int152?: undefined;
3034
+ int160?: undefined;
3035
+ int168?: undefined;
3036
+ int176?: undefined;
3037
+ int184?: undefined;
3038
+ int192?: undefined;
3039
+ int200?: undefined;
3040
+ int208?: undefined;
3041
+ int216?: undefined;
3042
+ int224?: undefined;
3043
+ int232?: undefined;
3044
+ int240?: undefined;
3045
+ int248?: undefined;
3046
+ int256?: undefined;
3047
+ uint8?: undefined;
3048
+ uint16?: undefined;
3049
+ uint24?: undefined;
3050
+ uint32?: undefined;
3051
+ uint40?: undefined;
3052
+ uint48?: undefined;
3053
+ uint56?: undefined;
3054
+ uint64?: undefined;
3055
+ uint72?: undefined;
3056
+ uint80?: undefined;
3057
+ uint88?: undefined;
3058
+ uint96?: undefined;
3059
+ uint104?: undefined;
3060
+ uint112?: undefined;
3061
+ uint120?: undefined;
3062
+ uint128?: undefined;
3063
+ uint136?: undefined;
3064
+ uint144?: undefined;
3065
+ uint152?: undefined;
3066
+ uint160?: undefined;
3067
+ uint168?: undefined;
3068
+ uint176?: undefined;
3069
+ uint184?: undefined;
3070
+ uint192?: undefined;
3071
+ uint200?: undefined;
3072
+ uint208?: undefined;
3073
+ uint216?: undefined;
3074
+ uint224?: undefined;
3075
+ uint232?: undefined;
3076
+ uint240?: undefined;
3077
+ uint248?: undefined;
3078
+ uint256?: undefined;
3079
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
3080
+ publicKey: `0x${string}`;
3081
+ source: string;
3082
+ type: "local";
3083
+ }>;
2626
3084
  type PermitTransferBatchParameters = {
2627
3085
  tokenIds: bigint[];
2628
3086
  quantities: bigint[];
@@ -3995,7 +4453,234 @@ export declare function collectPremintV2WithMintsParams({ tokenIds, quantities,
3995
4453
  readonly type: "error";
3996
4454
  readonly inputs: readonly [];
3997
4455
  readonly name: "TokenNotMintable";
3998
- }], "transferBatchToManagerAndCall", [bigint[], bigint[], `0x${string}`], import("viem").Chain, import("viem").Chain | undefined, `0x${string}` | import("viem").JsonRpcAccount<`0x${string}`> | import("viem").LocalAccount<string, `0x${string}`>>;
4456
+ }], "transferBatchToManagerAndCall", [bigint[], bigint[], `0x${string}`], import("viem").Chain, import("viem").Chain | undefined, `0x${string}` | {
4457
+ address: `0x${string}`;
4458
+ type: "json-rpc";
4459
+ experimental_signAuthMessage?: undefined;
4460
+ signMessage?: undefined;
4461
+ signTransaction?: undefined;
4462
+ signTypedData?: undefined;
4463
+ publicKey?: undefined;
4464
+ source?: undefined;
4465
+ } | {
4466
+ address: `0x${string}`;
4467
+ experimental_signAuthMessage?: ((parameters: import("viem/_types/experimental/eip3074/utils/toAuthMessage").ToAuthMessageParameters) => Promise<`0x${string}`>) | undefined;
4468
+ signMessage: ({ message }: {
4469
+ message: import("viem").SignableMessage;
4470
+ }) => Promise<`0x${string}`>;
4471
+ signTransaction: <serializer extends import("viem").SerializeTransactionFn<import("viem").TransactionSerializable> = import("viem").SerializeTransactionFn<import("viem").TransactionSerializable>, transaction extends Parameters<serializer>[0] = Parameters<serializer>[0]>(transaction: transaction, args?: {
4472
+ serializer?: serializer | undefined;
4473
+ } | undefined) => Promise<import("viem/_types/types/utils").IsNarrowable<import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>>, `0x${string}`> extends true ? import("viem").TransactionSerialized<import("viem").GetTransactionType<transaction>> : `0x${string}`>;
4474
+ signTypedData: <const typedData extends Record<string, unknown> | {
4475
+ [x: string]: readonly import("viem").TypedDataParameter[];
4476
+ [x: `string[${string}]`]: undefined;
4477
+ [x: `function[${string}]`]: undefined;
4478
+ [x: `address[${string}]`]: undefined;
4479
+ [x: `bool[${string}]`]: undefined;
4480
+ [x: `bytes[${string}]`]: undefined;
4481
+ [x: `bytes21[${string}]`]: undefined;
4482
+ [x: `bytes1[${string}]`]: undefined;
4483
+ [x: `bytes2[${string}]`]: undefined;
4484
+ [x: `bytes3[${string}]`]: undefined;
4485
+ [x: `bytes4[${string}]`]: undefined;
4486
+ [x: `bytes5[${string}]`]: undefined;
4487
+ [x: `bytes6[${string}]`]: undefined;
4488
+ [x: `bytes7[${string}]`]: undefined;
4489
+ [x: `bytes8[${string}]`]: undefined;
4490
+ [x: `bytes9[${string}]`]: undefined;
4491
+ [x: `bytes10[${string}]`]: undefined;
4492
+ [x: `bytes11[${string}]`]: undefined;
4493
+ [x: `bytes12[${string}]`]: undefined;
4494
+ [x: `bytes13[${string}]`]: undefined;
4495
+ [x: `bytes14[${string}]`]: undefined;
4496
+ [x: `bytes15[${string}]`]: undefined;
4497
+ [x: `bytes16[${string}]`]: undefined;
4498
+ [x: `bytes17[${string}]`]: undefined;
4499
+ [x: `bytes18[${string}]`]: undefined;
4500
+ [x: `bytes19[${string}]`]: undefined;
4501
+ [x: `bytes20[${string}]`]: undefined;
4502
+ [x: `bytes22[${string}]`]: undefined;
4503
+ [x: `bytes23[${string}]`]: undefined;
4504
+ [x: `bytes24[${string}]`]: undefined;
4505
+ [x: `bytes25[${string}]`]: undefined;
4506
+ [x: `bytes26[${string}]`]: undefined;
4507
+ [x: `bytes27[${string}]`]: undefined;
4508
+ [x: `bytes28[${string}]`]: undefined;
4509
+ [x: `bytes29[${string}]`]: undefined;
4510
+ [x: `bytes30[${string}]`]: undefined;
4511
+ [x: `bytes31[${string}]`]: undefined;
4512
+ [x: `bytes32[${string}]`]: undefined;
4513
+ [x: `int[${string}]`]: undefined;
4514
+ [x: `int8[${string}]`]: undefined;
4515
+ [x: `int16[${string}]`]: undefined;
4516
+ [x: `int24[${string}]`]: undefined;
4517
+ [x: `int32[${string}]`]: undefined;
4518
+ [x: `int40[${string}]`]: undefined;
4519
+ [x: `int48[${string}]`]: undefined;
4520
+ [x: `int56[${string}]`]: undefined;
4521
+ [x: `int64[${string}]`]: undefined;
4522
+ [x: `int72[${string}]`]: undefined;
4523
+ [x: `int80[${string}]`]: undefined;
4524
+ [x: `int88[${string}]`]: undefined;
4525
+ [x: `int96[${string}]`]: undefined;
4526
+ [x: `int104[${string}]`]: undefined;
4527
+ [x: `int112[${string}]`]: undefined;
4528
+ [x: `int120[${string}]`]: undefined;
4529
+ [x: `int128[${string}]`]: undefined;
4530
+ [x: `int136[${string}]`]: undefined;
4531
+ [x: `int144[${string}]`]: undefined;
4532
+ [x: `int152[${string}]`]: undefined;
4533
+ [x: `int160[${string}]`]: undefined;
4534
+ [x: `int168[${string}]`]: undefined;
4535
+ [x: `int176[${string}]`]: undefined;
4536
+ [x: `int184[${string}]`]: undefined;
4537
+ [x: `int192[${string}]`]: undefined;
4538
+ [x: `int200[${string}]`]: undefined;
4539
+ [x: `int208[${string}]`]: undefined;
4540
+ [x: `int216[${string}]`]: undefined;
4541
+ [x: `int224[${string}]`]: undefined;
4542
+ [x: `int232[${string}]`]: undefined;
4543
+ [x: `int240[${string}]`]: undefined;
4544
+ [x: `int248[${string}]`]: undefined;
4545
+ [x: `int256[${string}]`]: undefined;
4546
+ [x: `uint[${string}]`]: undefined;
4547
+ [x: `uint8[${string}]`]: undefined;
4548
+ [x: `uint16[${string}]`]: undefined;
4549
+ [x: `uint24[${string}]`]: undefined;
4550
+ [x: `uint32[${string}]`]: undefined;
4551
+ [x: `uint40[${string}]`]: undefined;
4552
+ [x: `uint48[${string}]`]: undefined;
4553
+ [x: `uint56[${string}]`]: undefined;
4554
+ [x: `uint64[${string}]`]: undefined;
4555
+ [x: `uint72[${string}]`]: undefined;
4556
+ [x: `uint80[${string}]`]: undefined;
4557
+ [x: `uint88[${string}]`]: undefined;
4558
+ [x: `uint96[${string}]`]: undefined;
4559
+ [x: `uint104[${string}]`]: undefined;
4560
+ [x: `uint112[${string}]`]: undefined;
4561
+ [x: `uint120[${string}]`]: undefined;
4562
+ [x: `uint128[${string}]`]: undefined;
4563
+ [x: `uint136[${string}]`]: undefined;
4564
+ [x: `uint144[${string}]`]: undefined;
4565
+ [x: `uint152[${string}]`]: undefined;
4566
+ [x: `uint160[${string}]`]: undefined;
4567
+ [x: `uint168[${string}]`]: undefined;
4568
+ [x: `uint176[${string}]`]: undefined;
4569
+ [x: `uint184[${string}]`]: undefined;
4570
+ [x: `uint192[${string}]`]: undefined;
4571
+ [x: `uint200[${string}]`]: undefined;
4572
+ [x: `uint208[${string}]`]: undefined;
4573
+ [x: `uint216[${string}]`]: undefined;
4574
+ [x: `uint224[${string}]`]: undefined;
4575
+ [x: `uint232[${string}]`]: undefined;
4576
+ [x: `uint240[${string}]`]: undefined;
4577
+ [x: `uint248[${string}]`]: undefined;
4578
+ [x: `uint256[${string}]`]: undefined;
4579
+ string?: undefined;
4580
+ address?: undefined;
4581
+ bool?: undefined;
4582
+ bytes?: undefined;
4583
+ bytes21?: undefined;
4584
+ bytes1?: undefined;
4585
+ bytes2?: undefined;
4586
+ bytes3?: undefined;
4587
+ bytes4?: undefined;
4588
+ bytes5?: undefined;
4589
+ bytes6?: undefined;
4590
+ bytes7?: undefined;
4591
+ bytes8?: undefined;
4592
+ bytes9?: undefined;
4593
+ bytes10?: undefined;
4594
+ bytes11?: undefined;
4595
+ bytes12?: undefined;
4596
+ bytes13?: undefined;
4597
+ bytes14?: undefined;
4598
+ bytes15?: undefined;
4599
+ bytes16?: undefined;
4600
+ bytes17?: undefined;
4601
+ bytes18?: undefined;
4602
+ bytes19?: undefined;
4603
+ bytes20?: undefined;
4604
+ bytes22?: undefined;
4605
+ bytes23?: undefined;
4606
+ bytes24?: undefined;
4607
+ bytes25?: undefined;
4608
+ bytes26?: undefined;
4609
+ bytes27?: undefined;
4610
+ bytes28?: undefined;
4611
+ bytes29?: undefined;
4612
+ bytes30?: undefined;
4613
+ bytes31?: undefined;
4614
+ bytes32?: undefined;
4615
+ int8?: undefined;
4616
+ int16?: undefined;
4617
+ int24?: undefined;
4618
+ int32?: undefined;
4619
+ int40?: undefined;
4620
+ int48?: undefined;
4621
+ int56?: undefined;
4622
+ int64?: undefined;
4623
+ int72?: undefined;
4624
+ int80?: undefined;
4625
+ int88?: undefined;
4626
+ int96?: undefined;
4627
+ int104?: undefined;
4628
+ int112?: undefined;
4629
+ int120?: undefined;
4630
+ int128?: undefined;
4631
+ int136?: undefined;
4632
+ int144?: undefined;
4633
+ int152?: undefined;
4634
+ int160?: undefined;
4635
+ int168?: undefined;
4636
+ int176?: undefined;
4637
+ int184?: undefined;
4638
+ int192?: undefined;
4639
+ int200?: undefined;
4640
+ int208?: undefined;
4641
+ int216?: undefined;
4642
+ int224?: undefined;
4643
+ int232?: undefined;
4644
+ int240?: undefined;
4645
+ int248?: undefined;
4646
+ int256?: undefined;
4647
+ uint8?: undefined;
4648
+ uint16?: undefined;
4649
+ uint24?: undefined;
4650
+ uint32?: undefined;
4651
+ uint40?: undefined;
4652
+ uint48?: undefined;
4653
+ uint56?: undefined;
4654
+ uint64?: undefined;
4655
+ uint72?: undefined;
4656
+ uint80?: undefined;
4657
+ uint88?: undefined;
4658
+ uint96?: undefined;
4659
+ uint104?: undefined;
4660
+ uint112?: undefined;
4661
+ uint120?: undefined;
4662
+ uint128?: undefined;
4663
+ uint136?: undefined;
4664
+ uint144?: undefined;
4665
+ uint152?: undefined;
4666
+ uint160?: undefined;
4667
+ uint168?: undefined;
4668
+ uint176?: undefined;
4669
+ uint184?: undefined;
4670
+ uint192?: undefined;
4671
+ uint200?: undefined;
4672
+ uint208?: undefined;
4673
+ uint216?: undefined;
4674
+ uint224?: undefined;
4675
+ uint232?: undefined;
4676
+ uint240?: undefined;
4677
+ uint248?: undefined;
4678
+ uint256?: undefined;
4679
+ }, primaryType extends "EIP712Domain" | keyof typedData = keyof typedData>(typedDataDefinition: import("viem").TypedDataDefinition<typedData, primaryType>) => Promise<`0x${string}`>;
4680
+ publicKey: `0x${string}`;
4681
+ source: string;
4682
+ type: "local";
4683
+ }>;
3999
4684
  export type PermitSafeTransferBatch = AbiParametersToPrimitiveTypes<ExtractAbiFunction<typeof zoraMints1155Config.abi, "permitSafeTransferBatch">["inputs"]>[0];
4000
4685
  export type PermitSafeTransfer = AbiParametersToPrimitiveTypes<ExtractAbiFunction<typeof zoraMints1155Config.abi, "permitSafeTransfer">["inputs"]>[0];
4001
4686
  export type CollectMintArguments = AbiParametersToPrimitiveTypes<ExtractAbiFunction<typeof zoraMintsManagerImplConfig.abi, "collect">["inputs"]>[3];