@story-protocol/core-sdk 0.0.1-beta-rc.12 → 0.0.1-beta-rc.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (30) hide show
  1. package/dist/declarations/src/client.d.ts +0 -9
  2. package/dist/declarations/src/client.d.ts.map +1 -1
  3. package/dist/declarations/src/clients/storyAPI.d.ts +0 -2
  4. package/dist/declarations/src/clients/storyAPI.d.ts.map +1 -1
  5. package/dist/declarations/src/index.d.ts +1 -3
  6. package/dist/declarations/src/index.d.ts.map +1 -1
  7. package/dist/declarations/src/resources/dispute.d.ts +321 -5
  8. package/dist/declarations/src/resources/dispute.d.ts.map +1 -1
  9. package/dist/declarations/src/resources/ipAccount.d.ts +321 -5
  10. package/dist/declarations/src/resources/ipAccount.d.ts.map +1 -1
  11. package/dist/declarations/src/resources/license.d.ts +2955 -211
  12. package/dist/declarations/src/resources/license.d.ts.map +1 -1
  13. package/dist/declarations/src/resources/permission.d.ts +642 -10
  14. package/dist/declarations/src/resources/permission.d.ts.map +1 -1
  15. package/dist/declarations/src/resources/royalty.d.ts +963 -15
  16. package/dist/declarations/src/resources/royalty.d.ts.map +1 -1
  17. package/dist/declarations/src/types/config.d.ts +2 -1
  18. package/dist/declarations/src/types/config.d.ts.map +1 -1
  19. package/dist/declarations/src/types/resources/ipAsset.d.ts +1 -1
  20. package/dist/declarations/src/types/resources/ipAsset.d.ts.map +1 -1
  21. package/dist/declarations/src/types/resources/license.d.ts +54 -18
  22. package/dist/declarations/src/types/resources/license.d.ts.map +1 -1
  23. package/dist/story-protocol-core-sdk.cjs.dev.js +863 -905
  24. package/dist/story-protocol-core-sdk.cjs.prod.js +863 -905
  25. package/dist/story-protocol-core-sdk.esm.js +865 -906
  26. package/package.json +5 -5
  27. package/dist/declarations/src/resources/policy.d.ts +0 -3253
  28. package/dist/declarations/src/resources/policy.d.ts.map +0 -1
  29. package/dist/declarations/src/types/resources/policy.d.ts +0 -83
  30. package/dist/declarations/src/types/resources/policy.d.ts.map +0 -1
@@ -273,6 +273,10 @@ export declare class RoyaltyClient {
273
273
  readonly inputs: readonly [];
274
274
  readonly name: "IpRoyaltyVault__ClaimerNotAnAncestor";
275
275
  readonly type: "error";
276
+ } | {
277
+ readonly inputs: readonly [];
278
+ readonly name: "IpRoyaltyVault__IpTagged";
279
+ readonly type: "error";
276
280
  } | {
277
281
  readonly inputs: readonly [];
278
282
  readonly name: "IpRoyaltyVault__NotRoyaltyPolicyLAP";
@@ -281,6 +285,10 @@ export declare class RoyaltyClient {
281
285
  readonly inputs: readonly [];
282
286
  readonly name: "IpRoyaltyVault__SnapshotIntervalTooShort";
283
287
  readonly type: "error";
288
+ } | {
289
+ readonly inputs: readonly [];
290
+ readonly name: "IpRoyaltyVault__ZeroDisputeModule";
291
+ readonly type: "error";
284
292
  } | {
285
293
  readonly inputs: readonly [];
286
294
  readonly name: "IpRoyaltyVault__ZeroIpId";
@@ -293,13 +301,129 @@ export declare class RoyaltyClient {
293
301
  readonly inputs: readonly [];
294
302
  readonly name: "LicenseRegistry__CallerNotLicensingModule";
295
303
  readonly type: "error";
304
+ } | {
305
+ readonly inputs: readonly [{
306
+ readonly internalType: "address";
307
+ readonly name: "childIpId";
308
+ readonly type: "address";
309
+ }];
310
+ readonly name: "LicenseRegistry__DerivativeAlreadyRegistered";
311
+ readonly type: "error";
312
+ } | {
313
+ readonly inputs: readonly [{
314
+ readonly internalType: "address";
315
+ readonly name: "childIpId";
316
+ readonly type: "address";
317
+ }];
318
+ readonly name: "LicenseRegistry__DerivativeIpAlreadyHasLicense";
319
+ readonly type: "error";
320
+ } | {
321
+ readonly inputs: readonly [{
322
+ readonly internalType: "address";
323
+ readonly name: "ipId";
324
+ readonly type: "address";
325
+ }];
326
+ readonly name: "LicenseRegistry__DerivativeIsParent";
327
+ readonly type: "error";
328
+ } | {
329
+ readonly inputs: readonly [{
330
+ readonly internalType: "address";
331
+ readonly name: "ipId";
332
+ readonly type: "address";
333
+ }, {
334
+ readonly internalType: "uint256";
335
+ readonly name: "index";
336
+ readonly type: "uint256";
337
+ }, {
338
+ readonly internalType: "uint256";
339
+ readonly name: "length";
340
+ readonly type: "uint256";
341
+ }];
342
+ readonly name: "LicenseRegistry__IndexOutOfBounds";
343
+ readonly type: "error";
344
+ } | {
345
+ readonly inputs: readonly [{
346
+ readonly internalType: "address";
347
+ readonly name: "ipId";
348
+ readonly type: "address";
349
+ }];
350
+ readonly name: "LicenseRegistry__IpExpired";
351
+ readonly type: "error";
352
+ } | {
353
+ readonly inputs: readonly [{
354
+ readonly internalType: "address";
355
+ readonly name: "licenseTemplate";
356
+ readonly type: "address";
357
+ }, {
358
+ readonly internalType: "uint256";
359
+ readonly name: "licenseTermsId";
360
+ readonly type: "uint256";
361
+ }];
362
+ readonly name: "LicenseRegistry__LicenseTermsNotExists";
363
+ readonly type: "error";
296
364
  } | {
297
365
  readonly inputs: readonly [];
298
- readonly name: "LicenseRegistry__NotTransferable";
366
+ readonly name: "LicenseRegistry__NoParentIp";
367
+ readonly type: "error";
368
+ } | {
369
+ readonly inputs: readonly [{
370
+ readonly internalType: "address";
371
+ readonly name: "licenseTemplate";
372
+ readonly type: "address";
373
+ }];
374
+ readonly name: "LicenseRegistry__NotLicenseTemplate";
299
375
  readonly type: "error";
300
376
  } | {
301
377
  readonly inputs: readonly [];
302
- readonly name: "LicenseRegistry__RevokedLicense";
378
+ readonly name: "LicenseRegistry__NotTransferable";
379
+ readonly type: "error";
380
+ } | {
381
+ readonly inputs: readonly [{
382
+ readonly internalType: "address";
383
+ readonly name: "ipId";
384
+ readonly type: "address";
385
+ }];
386
+ readonly name: "LicenseRegistry__ParentIpExpired";
387
+ readonly type: "error";
388
+ } | {
389
+ readonly inputs: readonly [{
390
+ readonly internalType: "address";
391
+ readonly name: "ipId";
392
+ readonly type: "address";
393
+ }, {
394
+ readonly internalType: "uint256";
395
+ readonly name: "licenseTermsId";
396
+ readonly type: "uint256";
397
+ }];
398
+ readonly name: "LicenseRegistry__ParentIpHasNoLicenseTerms";
399
+ readonly type: "error";
400
+ } | {
401
+ readonly inputs: readonly [{
402
+ readonly internalType: "address";
403
+ readonly name: "ipId";
404
+ readonly type: "address";
405
+ }];
406
+ readonly name: "LicenseRegistry__ParentIpTagged";
407
+ readonly type: "error";
408
+ } | {
409
+ readonly inputs: readonly [{
410
+ readonly internalType: "address";
411
+ readonly name: "ipId";
412
+ readonly type: "address";
413
+ }, {
414
+ readonly internalType: "address";
415
+ readonly name: "licenseTemplate";
416
+ readonly type: "address";
417
+ }];
418
+ readonly name: "LicenseRegistry__ParentIpUnmachedLicenseTemplate";
419
+ readonly type: "error";
420
+ } | {
421
+ readonly inputs: readonly [{
422
+ readonly internalType: "address";
423
+ readonly name: "licenseTemplate";
424
+ readonly type: "address";
425
+ }];
426
+ readonly name: "LicenseRegistry__UnregisteredLicenseTemplate";
303
427
  readonly type: "error";
304
428
  } | {
305
429
  readonly inputs: readonly [];
@@ -309,10 +433,98 @@ export declare class RoyaltyClient {
309
433
  readonly inputs: readonly [];
310
434
  readonly name: "LicenseRegistry__ZeroLicensingModule";
311
435
  readonly type: "error";
436
+ } | {
437
+ readonly inputs: readonly [{
438
+ readonly internalType: "address";
439
+ readonly name: "licenseTemplate";
440
+ readonly type: "address";
441
+ }, {
442
+ readonly internalType: "address";
443
+ readonly name: "anotherLicenseTemplate";
444
+ readonly type: "address";
445
+ }];
446
+ readonly name: "LicenseToken__AllLicenseTokensMustFromSameLicenseTemplate";
447
+ readonly type: "error";
448
+ } | {
449
+ readonly inputs: readonly [];
450
+ readonly name: "LicenseToken__CallerNotLicensingModule";
451
+ readonly type: "error";
452
+ } | {
453
+ readonly inputs: readonly [{
454
+ readonly internalType: "uint256";
455
+ readonly name: "tokenId";
456
+ readonly type: "uint256";
457
+ }, {
458
+ readonly internalType: "uint256";
459
+ readonly name: "expiredAt";
460
+ readonly type: "uint256";
461
+ }, {
462
+ readonly internalType: "uint256";
463
+ readonly name: "currentTimestamp";
464
+ readonly type: "uint256";
465
+ }];
466
+ readonly name: "LicenseToken__LicenseTokenExpired";
467
+ readonly type: "error";
468
+ } | {
469
+ readonly inputs: readonly [{
470
+ readonly internalType: "uint256";
471
+ readonly name: "tokenId";
472
+ readonly type: "uint256";
473
+ }, {
474
+ readonly internalType: "address";
475
+ readonly name: "iPowner";
476
+ readonly type: "address";
477
+ }, {
478
+ readonly internalType: "address";
479
+ readonly name: "tokenOwner";
480
+ readonly type: "address";
481
+ }];
482
+ readonly name: "LicenseToken__NotLicenseTokenOwner";
483
+ readonly type: "error";
484
+ } | {
485
+ readonly inputs: readonly [];
486
+ readonly name: "LicenseToken__NotTransferable";
487
+ readonly type: "error";
488
+ } | {
489
+ readonly inputs: readonly [{
490
+ readonly internalType: "uint256";
491
+ readonly name: "tokenId";
492
+ readonly type: "uint256";
493
+ }];
494
+ readonly name: "LicenseToken__RevokedLicense";
495
+ readonly type: "error";
496
+ } | {
497
+ readonly inputs: readonly [];
498
+ readonly name: "LicenseToken__ZeroDisputeModule";
499
+ readonly type: "error";
500
+ } | {
501
+ readonly inputs: readonly [];
502
+ readonly name: "LicenseToken__ZeroLicensingModule";
503
+ readonly type: "error";
312
504
  } | {
313
505
  readonly inputs: readonly [];
314
506
  readonly name: "LicensingModule__CallerNotLicenseRegistry";
315
507
  readonly type: "error";
508
+ } | {
509
+ readonly inputs: readonly [{
510
+ readonly internalType: "address";
511
+ readonly name: "caller";
512
+ readonly type: "address";
513
+ }, {
514
+ readonly internalType: "address";
515
+ readonly name: "licensorIpId";
516
+ readonly type: "address";
517
+ }, {
518
+ readonly internalType: "address";
519
+ readonly name: "licenseTemplate";
520
+ readonly type: "address";
521
+ }, {
522
+ readonly internalType: "uint256";
523
+ readonly name: "licenseTermsId";
524
+ readonly type: "uint256";
525
+ }];
526
+ readonly name: "LicensingModule__CallerNotLicensorAndIpHasNotAttachedLicenseTerms";
527
+ readonly type: "error";
316
528
  } | {
317
529
  readonly inputs: readonly [];
318
530
  readonly name: "LicensingModule__CallerNotLicensorAndPolicyNotSet";
@@ -321,10 +533,30 @@ export declare class RoyaltyClient {
321
533
  readonly inputs: readonly [];
322
534
  readonly name: "LicensingModule__CommercialTermInNonCommercialPolicy";
323
535
  readonly type: "error";
536
+ } | {
537
+ readonly inputs: readonly [{
538
+ readonly internalType: "address";
539
+ readonly name: "ipId";
540
+ readonly type: "address";
541
+ }];
542
+ readonly name: "LicensingModule__DerivativeAlreadyHasLicenseTerms";
543
+ readonly type: "error";
544
+ } | {
545
+ readonly inputs: readonly [];
546
+ readonly name: "LicensingModule__DerivativeAlreadyRegistered";
547
+ readonly type: "error";
548
+ } | {
549
+ readonly inputs: readonly [];
550
+ readonly name: "LicensingModule__DerivativeIsParent";
551
+ readonly type: "error";
324
552
  } | {
325
553
  readonly inputs: readonly [];
326
554
  readonly name: "LicensingModule__DerivativeRevShareSumExceedsMaxRNFTSupply";
327
555
  readonly type: "error";
556
+ } | {
557
+ readonly inputs: readonly [];
558
+ readonly name: "LicensingModule__DerivativesCannotAddLicenseTerms";
559
+ readonly type: "error";
328
560
  } | {
329
561
  readonly inputs: readonly [];
330
562
  readonly name: "LicensingModule__DerivativesCannotAddPolicy";
@@ -347,11 +579,19 @@ export declare class RoyaltyClient {
347
579
  readonly type: "error";
348
580
  } | {
349
581
  readonly inputs: readonly [];
350
- readonly name: "LicensingModule__IncompatibleLicensorCommercialPolicy";
582
+ readonly name: "LicensingModule__IncompatibleLicensorRoyaltyDerivativeRevShare";
351
583
  readonly type: "error";
352
584
  } | {
353
- readonly inputs: readonly [];
354
- readonly name: "LicensingModule__IncompatibleLicensorRoyaltyDerivativeRevShare";
585
+ readonly inputs: readonly [{
586
+ readonly internalType: "address";
587
+ readonly name: "royaltyPolicy";
588
+ readonly type: "address";
589
+ }, {
590
+ readonly internalType: "address";
591
+ readonly name: "anotherRoyaltyPolicy";
592
+ readonly type: "address";
593
+ }];
594
+ readonly name: "LicensingModule__IncompatibleRoyaltyPolicy";
355
595
  readonly type: "error";
356
596
  } | {
357
597
  readonly inputs: readonly [];
@@ -373,6 +613,50 @@ export declare class RoyaltyClient {
373
613
  readonly inputs: readonly [];
374
614
  readonly name: "LicensingModule__IpAlreadyLinked";
375
615
  readonly type: "error";
616
+ } | {
617
+ readonly inputs: readonly [{
618
+ readonly internalType: "address";
619
+ readonly name: "childIpId";
620
+ readonly type: "address";
621
+ }];
622
+ readonly name: "LicensingModule__LicenseNotCompatibleForDerivative";
623
+ readonly type: "error";
624
+ } | {
625
+ readonly inputs: readonly [{
626
+ readonly internalType: "uint256";
627
+ readonly name: "ipLength";
628
+ readonly type: "uint256";
629
+ }, {
630
+ readonly internalType: "uint256";
631
+ readonly name: "licenseTermsLength";
632
+ readonly type: "uint256";
633
+ }];
634
+ readonly name: "LicensingModule__LicenseTermsLengthMismatch";
635
+ readonly type: "error";
636
+ } | {
637
+ readonly inputs: readonly [{
638
+ readonly internalType: "address";
639
+ readonly name: "licenseTemplate";
640
+ readonly type: "address";
641
+ }, {
642
+ readonly internalType: "uint256";
643
+ readonly name: "licenseTermsId";
644
+ readonly type: "uint256";
645
+ }];
646
+ readonly name: "LicensingModule__LicenseTermsNotFound";
647
+ readonly type: "error";
648
+ } | {
649
+ readonly inputs: readonly [{
650
+ readonly internalType: "address";
651
+ readonly name: "childIpId";
652
+ readonly type: "address";
653
+ }, {
654
+ readonly internalType: "uint256[]";
655
+ readonly name: "licenseTokenIds";
656
+ readonly type: "uint256[]";
657
+ }];
658
+ readonly name: "LicensingModule__LicenseTokenNotCompatibleForDerivative";
659
+ readonly type: "error";
376
660
  } | {
377
661
  readonly inputs: readonly [];
378
662
  readonly name: "LicensingModule__LicensorDoesntHaveThisPolicy";
@@ -405,6 +689,14 @@ export declare class RoyaltyClient {
405
689
  readonly inputs: readonly [];
406
690
  readonly name: "LicensingModule__MismatchBetweenRoyaltyPolicy";
407
691
  readonly type: "error";
692
+ } | {
693
+ readonly inputs: readonly [];
694
+ readonly name: "LicensingModule__NoLicenseToken";
695
+ readonly type: "error";
696
+ } | {
697
+ readonly inputs: readonly [];
698
+ readonly name: "LicensingModule__NoParentIp";
699
+ readonly type: "error";
408
700
  } | {
409
701
  readonly inputs: readonly [];
410
702
  readonly name: "LicensingModule__NotLicensee";
@@ -421,6 +713,14 @@ export declare class RoyaltyClient {
421
713
  readonly inputs: readonly [];
422
714
  readonly name: "LicensingModule__ParentIdEqualThanChild";
423
715
  readonly type: "error";
716
+ } | {
717
+ readonly inputs: readonly [{
718
+ readonly internalType: "address";
719
+ readonly name: "ipId";
720
+ readonly type: "address";
721
+ }];
722
+ readonly name: "LicensingModule__ParentIpHasNoLicenseTerms";
723
+ readonly type: "error";
424
724
  } | {
425
725
  readonly inputs: readonly [];
426
726
  readonly name: "LicensingModule__PolicyAlreadySetForIpId";
@@ -429,6 +729,14 @@ export declare class RoyaltyClient {
429
729
  readonly inputs: readonly [];
430
730
  readonly name: "LicensingModule__PolicyNotFound";
431
731
  readonly type: "error";
732
+ } | {
733
+ readonly inputs: readonly [{
734
+ readonly internalType: "address";
735
+ readonly name: "receiver";
736
+ readonly type: "address";
737
+ }];
738
+ readonly name: "LicensingModule__ReceiverCheckFailed";
739
+ readonly type: "error";
432
740
  } | {
433
741
  readonly inputs: readonly [];
434
742
  readonly name: "LicensingModule__ReceiverZeroAddress";
@@ -569,6 +877,10 @@ export declare class RoyaltyClient {
569
877
  readonly inputs: readonly [];
570
878
  readonly name: "RoyaltyModule__IncompatibleRoyaltyPolicy";
571
879
  readonly type: "error";
880
+ } | {
881
+ readonly inputs: readonly [];
882
+ readonly name: "RoyaltyModule__IpIsTagged";
883
+ readonly type: "error";
572
884
  } | {
573
885
  readonly inputs: readonly [];
574
886
  readonly name: "RoyaltyModule__NoParentsOnLinking";
@@ -589,6 +901,10 @@ export declare class RoyaltyClient {
589
901
  readonly inputs: readonly [];
590
902
  readonly name: "RoyaltyModule__NotWhitelistedRoyaltyToken";
591
903
  readonly type: "error";
904
+ } | {
905
+ readonly inputs: readonly [];
906
+ readonly name: "RoyaltyModule__ZeroDisputeModule";
907
+ readonly type: "error";
592
908
  } | {
593
909
  readonly inputs: readonly [];
594
910
  readonly name: "RoyaltyModule__ZeroLicensingModule";
@@ -1003,6 +1319,10 @@ export declare class RoyaltyClient {
1003
1319
  readonly inputs: readonly [];
1004
1320
  readonly name: "IpRoyaltyVault__ClaimerNotAnAncestor";
1005
1321
  readonly type: "error";
1322
+ } | {
1323
+ readonly inputs: readonly [];
1324
+ readonly name: "IpRoyaltyVault__IpTagged";
1325
+ readonly type: "error";
1006
1326
  } | {
1007
1327
  readonly inputs: readonly [];
1008
1328
  readonly name: "IpRoyaltyVault__NotRoyaltyPolicyLAP";
@@ -1011,6 +1331,10 @@ export declare class RoyaltyClient {
1011
1331
  readonly inputs: readonly [];
1012
1332
  readonly name: "IpRoyaltyVault__SnapshotIntervalTooShort";
1013
1333
  readonly type: "error";
1334
+ } | {
1335
+ readonly inputs: readonly [];
1336
+ readonly name: "IpRoyaltyVault__ZeroDisputeModule";
1337
+ readonly type: "error";
1014
1338
  } | {
1015
1339
  readonly inputs: readonly [];
1016
1340
  readonly name: "IpRoyaltyVault__ZeroIpId";
@@ -1023,13 +1347,129 @@ export declare class RoyaltyClient {
1023
1347
  readonly inputs: readonly [];
1024
1348
  readonly name: "LicenseRegistry__CallerNotLicensingModule";
1025
1349
  readonly type: "error";
1350
+ } | {
1351
+ readonly inputs: readonly [{
1352
+ readonly internalType: "address";
1353
+ readonly name: "childIpId";
1354
+ readonly type: "address";
1355
+ }];
1356
+ readonly name: "LicenseRegistry__DerivativeAlreadyRegistered";
1357
+ readonly type: "error";
1358
+ } | {
1359
+ readonly inputs: readonly [{
1360
+ readonly internalType: "address";
1361
+ readonly name: "childIpId";
1362
+ readonly type: "address";
1363
+ }];
1364
+ readonly name: "LicenseRegistry__DerivativeIpAlreadyHasLicense";
1365
+ readonly type: "error";
1366
+ } | {
1367
+ readonly inputs: readonly [{
1368
+ readonly internalType: "address";
1369
+ readonly name: "ipId";
1370
+ readonly type: "address";
1371
+ }];
1372
+ readonly name: "LicenseRegistry__DerivativeIsParent";
1373
+ readonly type: "error";
1374
+ } | {
1375
+ readonly inputs: readonly [{
1376
+ readonly internalType: "address";
1377
+ readonly name: "ipId";
1378
+ readonly type: "address";
1379
+ }, {
1380
+ readonly internalType: "uint256";
1381
+ readonly name: "index";
1382
+ readonly type: "uint256";
1383
+ }, {
1384
+ readonly internalType: "uint256";
1385
+ readonly name: "length";
1386
+ readonly type: "uint256";
1387
+ }];
1388
+ readonly name: "LicenseRegistry__IndexOutOfBounds";
1389
+ readonly type: "error";
1390
+ } | {
1391
+ readonly inputs: readonly [{
1392
+ readonly internalType: "address";
1393
+ readonly name: "ipId";
1394
+ readonly type: "address";
1395
+ }];
1396
+ readonly name: "LicenseRegistry__IpExpired";
1397
+ readonly type: "error";
1398
+ } | {
1399
+ readonly inputs: readonly [{
1400
+ readonly internalType: "address";
1401
+ readonly name: "licenseTemplate";
1402
+ readonly type: "address";
1403
+ }, {
1404
+ readonly internalType: "uint256";
1405
+ readonly name: "licenseTermsId";
1406
+ readonly type: "uint256";
1407
+ }];
1408
+ readonly name: "LicenseRegistry__LicenseTermsNotExists";
1409
+ readonly type: "error";
1026
1410
  } | {
1027
1411
  readonly inputs: readonly [];
1028
- readonly name: "LicenseRegistry__NotTransferable";
1412
+ readonly name: "LicenseRegistry__NoParentIp";
1413
+ readonly type: "error";
1414
+ } | {
1415
+ readonly inputs: readonly [{
1416
+ readonly internalType: "address";
1417
+ readonly name: "licenseTemplate";
1418
+ readonly type: "address";
1419
+ }];
1420
+ readonly name: "LicenseRegistry__NotLicenseTemplate";
1029
1421
  readonly type: "error";
1030
1422
  } | {
1031
1423
  readonly inputs: readonly [];
1032
- readonly name: "LicenseRegistry__RevokedLicense";
1424
+ readonly name: "LicenseRegistry__NotTransferable";
1425
+ readonly type: "error";
1426
+ } | {
1427
+ readonly inputs: readonly [{
1428
+ readonly internalType: "address";
1429
+ readonly name: "ipId";
1430
+ readonly type: "address";
1431
+ }];
1432
+ readonly name: "LicenseRegistry__ParentIpExpired";
1433
+ readonly type: "error";
1434
+ } | {
1435
+ readonly inputs: readonly [{
1436
+ readonly internalType: "address";
1437
+ readonly name: "ipId";
1438
+ readonly type: "address";
1439
+ }, {
1440
+ readonly internalType: "uint256";
1441
+ readonly name: "licenseTermsId";
1442
+ readonly type: "uint256";
1443
+ }];
1444
+ readonly name: "LicenseRegistry__ParentIpHasNoLicenseTerms";
1445
+ readonly type: "error";
1446
+ } | {
1447
+ readonly inputs: readonly [{
1448
+ readonly internalType: "address";
1449
+ readonly name: "ipId";
1450
+ readonly type: "address";
1451
+ }];
1452
+ readonly name: "LicenseRegistry__ParentIpTagged";
1453
+ readonly type: "error";
1454
+ } | {
1455
+ readonly inputs: readonly [{
1456
+ readonly internalType: "address";
1457
+ readonly name: "ipId";
1458
+ readonly type: "address";
1459
+ }, {
1460
+ readonly internalType: "address";
1461
+ readonly name: "licenseTemplate";
1462
+ readonly type: "address";
1463
+ }];
1464
+ readonly name: "LicenseRegistry__ParentIpUnmachedLicenseTemplate";
1465
+ readonly type: "error";
1466
+ } | {
1467
+ readonly inputs: readonly [{
1468
+ readonly internalType: "address";
1469
+ readonly name: "licenseTemplate";
1470
+ readonly type: "address";
1471
+ }];
1472
+ readonly name: "LicenseRegistry__UnregisteredLicenseTemplate";
1033
1473
  readonly type: "error";
1034
1474
  } | {
1035
1475
  readonly inputs: readonly [];
@@ -1039,10 +1479,98 @@ export declare class RoyaltyClient {
1039
1479
  readonly inputs: readonly [];
1040
1480
  readonly name: "LicenseRegistry__ZeroLicensingModule";
1041
1481
  readonly type: "error";
1482
+ } | {
1483
+ readonly inputs: readonly [{
1484
+ readonly internalType: "address";
1485
+ readonly name: "licenseTemplate";
1486
+ readonly type: "address";
1487
+ }, {
1488
+ readonly internalType: "address";
1489
+ readonly name: "anotherLicenseTemplate";
1490
+ readonly type: "address";
1491
+ }];
1492
+ readonly name: "LicenseToken__AllLicenseTokensMustFromSameLicenseTemplate";
1493
+ readonly type: "error";
1494
+ } | {
1495
+ readonly inputs: readonly [];
1496
+ readonly name: "LicenseToken__CallerNotLicensingModule";
1497
+ readonly type: "error";
1498
+ } | {
1499
+ readonly inputs: readonly [{
1500
+ readonly internalType: "uint256";
1501
+ readonly name: "tokenId";
1502
+ readonly type: "uint256";
1503
+ }, {
1504
+ readonly internalType: "uint256";
1505
+ readonly name: "expiredAt";
1506
+ readonly type: "uint256";
1507
+ }, {
1508
+ readonly internalType: "uint256";
1509
+ readonly name: "currentTimestamp";
1510
+ readonly type: "uint256";
1511
+ }];
1512
+ readonly name: "LicenseToken__LicenseTokenExpired";
1513
+ readonly type: "error";
1514
+ } | {
1515
+ readonly inputs: readonly [{
1516
+ readonly internalType: "uint256";
1517
+ readonly name: "tokenId";
1518
+ readonly type: "uint256";
1519
+ }, {
1520
+ readonly internalType: "address";
1521
+ readonly name: "iPowner";
1522
+ readonly type: "address";
1523
+ }, {
1524
+ readonly internalType: "address";
1525
+ readonly name: "tokenOwner";
1526
+ readonly type: "address";
1527
+ }];
1528
+ readonly name: "LicenseToken__NotLicenseTokenOwner";
1529
+ readonly type: "error";
1530
+ } | {
1531
+ readonly inputs: readonly [];
1532
+ readonly name: "LicenseToken__NotTransferable";
1533
+ readonly type: "error";
1534
+ } | {
1535
+ readonly inputs: readonly [{
1536
+ readonly internalType: "uint256";
1537
+ readonly name: "tokenId";
1538
+ readonly type: "uint256";
1539
+ }];
1540
+ readonly name: "LicenseToken__RevokedLicense";
1541
+ readonly type: "error";
1542
+ } | {
1543
+ readonly inputs: readonly [];
1544
+ readonly name: "LicenseToken__ZeroDisputeModule";
1545
+ readonly type: "error";
1546
+ } | {
1547
+ readonly inputs: readonly [];
1548
+ readonly name: "LicenseToken__ZeroLicensingModule";
1549
+ readonly type: "error";
1042
1550
  } | {
1043
1551
  readonly inputs: readonly [];
1044
1552
  readonly name: "LicensingModule__CallerNotLicenseRegistry";
1045
1553
  readonly type: "error";
1554
+ } | {
1555
+ readonly inputs: readonly [{
1556
+ readonly internalType: "address";
1557
+ readonly name: "caller";
1558
+ readonly type: "address";
1559
+ }, {
1560
+ readonly internalType: "address";
1561
+ readonly name: "licensorIpId";
1562
+ readonly type: "address";
1563
+ }, {
1564
+ readonly internalType: "address";
1565
+ readonly name: "licenseTemplate";
1566
+ readonly type: "address";
1567
+ }, {
1568
+ readonly internalType: "uint256";
1569
+ readonly name: "licenseTermsId";
1570
+ readonly type: "uint256";
1571
+ }];
1572
+ readonly name: "LicensingModule__CallerNotLicensorAndIpHasNotAttachedLicenseTerms";
1573
+ readonly type: "error";
1046
1574
  } | {
1047
1575
  readonly inputs: readonly [];
1048
1576
  readonly name: "LicensingModule__CallerNotLicensorAndPolicyNotSet";
@@ -1051,10 +1579,30 @@ export declare class RoyaltyClient {
1051
1579
  readonly inputs: readonly [];
1052
1580
  readonly name: "LicensingModule__CommercialTermInNonCommercialPolicy";
1053
1581
  readonly type: "error";
1582
+ } | {
1583
+ readonly inputs: readonly [{
1584
+ readonly internalType: "address";
1585
+ readonly name: "ipId";
1586
+ readonly type: "address";
1587
+ }];
1588
+ readonly name: "LicensingModule__DerivativeAlreadyHasLicenseTerms";
1589
+ readonly type: "error";
1590
+ } | {
1591
+ readonly inputs: readonly [];
1592
+ readonly name: "LicensingModule__DerivativeAlreadyRegistered";
1593
+ readonly type: "error";
1594
+ } | {
1595
+ readonly inputs: readonly [];
1596
+ readonly name: "LicensingModule__DerivativeIsParent";
1597
+ readonly type: "error";
1054
1598
  } | {
1055
1599
  readonly inputs: readonly [];
1056
1600
  readonly name: "LicensingModule__DerivativeRevShareSumExceedsMaxRNFTSupply";
1057
1601
  readonly type: "error";
1602
+ } | {
1603
+ readonly inputs: readonly [];
1604
+ readonly name: "LicensingModule__DerivativesCannotAddLicenseTerms";
1605
+ readonly type: "error";
1058
1606
  } | {
1059
1607
  readonly inputs: readonly [];
1060
1608
  readonly name: "LicensingModule__DerivativesCannotAddPolicy";
@@ -1077,11 +1625,19 @@ export declare class RoyaltyClient {
1077
1625
  readonly type: "error";
1078
1626
  } | {
1079
1627
  readonly inputs: readonly [];
1080
- readonly name: "LicensingModule__IncompatibleLicensorCommercialPolicy";
1628
+ readonly name: "LicensingModule__IncompatibleLicensorRoyaltyDerivativeRevShare";
1081
1629
  readonly type: "error";
1082
1630
  } | {
1083
- readonly inputs: readonly [];
1084
- readonly name: "LicensingModule__IncompatibleLicensorRoyaltyDerivativeRevShare";
1631
+ readonly inputs: readonly [{
1632
+ readonly internalType: "address";
1633
+ readonly name: "royaltyPolicy";
1634
+ readonly type: "address";
1635
+ }, {
1636
+ readonly internalType: "address";
1637
+ readonly name: "anotherRoyaltyPolicy";
1638
+ readonly type: "address";
1639
+ }];
1640
+ readonly name: "LicensingModule__IncompatibleRoyaltyPolicy";
1085
1641
  readonly type: "error";
1086
1642
  } | {
1087
1643
  readonly inputs: readonly [];
@@ -1103,6 +1659,50 @@ export declare class RoyaltyClient {
1103
1659
  readonly inputs: readonly [];
1104
1660
  readonly name: "LicensingModule__IpAlreadyLinked";
1105
1661
  readonly type: "error";
1662
+ } | {
1663
+ readonly inputs: readonly [{
1664
+ readonly internalType: "address";
1665
+ readonly name: "childIpId";
1666
+ readonly type: "address";
1667
+ }];
1668
+ readonly name: "LicensingModule__LicenseNotCompatibleForDerivative";
1669
+ readonly type: "error";
1670
+ } | {
1671
+ readonly inputs: readonly [{
1672
+ readonly internalType: "uint256";
1673
+ readonly name: "ipLength";
1674
+ readonly type: "uint256";
1675
+ }, {
1676
+ readonly internalType: "uint256";
1677
+ readonly name: "licenseTermsLength";
1678
+ readonly type: "uint256";
1679
+ }];
1680
+ readonly name: "LicensingModule__LicenseTermsLengthMismatch";
1681
+ readonly type: "error";
1682
+ } | {
1683
+ readonly inputs: readonly [{
1684
+ readonly internalType: "address";
1685
+ readonly name: "licenseTemplate";
1686
+ readonly type: "address";
1687
+ }, {
1688
+ readonly internalType: "uint256";
1689
+ readonly name: "licenseTermsId";
1690
+ readonly type: "uint256";
1691
+ }];
1692
+ readonly name: "LicensingModule__LicenseTermsNotFound";
1693
+ readonly type: "error";
1694
+ } | {
1695
+ readonly inputs: readonly [{
1696
+ readonly internalType: "address";
1697
+ readonly name: "childIpId";
1698
+ readonly type: "address";
1699
+ }, {
1700
+ readonly internalType: "uint256[]";
1701
+ readonly name: "licenseTokenIds";
1702
+ readonly type: "uint256[]";
1703
+ }];
1704
+ readonly name: "LicensingModule__LicenseTokenNotCompatibleForDerivative";
1705
+ readonly type: "error";
1106
1706
  } | {
1107
1707
  readonly inputs: readonly [];
1108
1708
  readonly name: "LicensingModule__LicensorDoesntHaveThisPolicy";
@@ -1135,6 +1735,14 @@ export declare class RoyaltyClient {
1135
1735
  readonly inputs: readonly [];
1136
1736
  readonly name: "LicensingModule__MismatchBetweenRoyaltyPolicy";
1137
1737
  readonly type: "error";
1738
+ } | {
1739
+ readonly inputs: readonly [];
1740
+ readonly name: "LicensingModule__NoLicenseToken";
1741
+ readonly type: "error";
1742
+ } | {
1743
+ readonly inputs: readonly [];
1744
+ readonly name: "LicensingModule__NoParentIp";
1745
+ readonly type: "error";
1138
1746
  } | {
1139
1747
  readonly inputs: readonly [];
1140
1748
  readonly name: "LicensingModule__NotLicensee";
@@ -1151,6 +1759,14 @@ export declare class RoyaltyClient {
1151
1759
  readonly inputs: readonly [];
1152
1760
  readonly name: "LicensingModule__ParentIdEqualThanChild";
1153
1761
  readonly type: "error";
1762
+ } | {
1763
+ readonly inputs: readonly [{
1764
+ readonly internalType: "address";
1765
+ readonly name: "ipId";
1766
+ readonly type: "address";
1767
+ }];
1768
+ readonly name: "LicensingModule__ParentIpHasNoLicenseTerms";
1769
+ readonly type: "error";
1154
1770
  } | {
1155
1771
  readonly inputs: readonly [];
1156
1772
  readonly name: "LicensingModule__PolicyAlreadySetForIpId";
@@ -1159,6 +1775,14 @@ export declare class RoyaltyClient {
1159
1775
  readonly inputs: readonly [];
1160
1776
  readonly name: "LicensingModule__PolicyNotFound";
1161
1777
  readonly type: "error";
1778
+ } | {
1779
+ readonly inputs: readonly [{
1780
+ readonly internalType: "address";
1781
+ readonly name: "receiver";
1782
+ readonly type: "address";
1783
+ }];
1784
+ readonly name: "LicensingModule__ReceiverCheckFailed";
1785
+ readonly type: "error";
1162
1786
  } | {
1163
1787
  readonly inputs: readonly [];
1164
1788
  readonly name: "LicensingModule__ReceiverZeroAddress";
@@ -1299,6 +1923,10 @@ export declare class RoyaltyClient {
1299
1923
  readonly inputs: readonly [];
1300
1924
  readonly name: "RoyaltyModule__IncompatibleRoyaltyPolicy";
1301
1925
  readonly type: "error";
1926
+ } | {
1927
+ readonly inputs: readonly [];
1928
+ readonly name: "RoyaltyModule__IpIsTagged";
1929
+ readonly type: "error";
1302
1930
  } | {
1303
1931
  readonly inputs: readonly [];
1304
1932
  readonly name: "RoyaltyModule__NoParentsOnLinking";
@@ -1319,6 +1947,10 @@ export declare class RoyaltyClient {
1319
1947
  readonly inputs: readonly [];
1320
1948
  readonly name: "RoyaltyModule__NotWhitelistedRoyaltyToken";
1321
1949
  readonly type: "error";
1950
+ } | {
1951
+ readonly inputs: readonly [];
1952
+ readonly name: "RoyaltyModule__ZeroDisputeModule";
1953
+ readonly type: "error";
1322
1954
  } | {
1323
1955
  readonly inputs: readonly [];
1324
1956
  readonly name: "RoyaltyModule__ZeroLicensingModule";
@@ -1715,6 +2347,10 @@ export declare class RoyaltyClient {
1715
2347
  readonly inputs: readonly [];
1716
2348
  readonly name: "IpRoyaltyVault__ClaimerNotAnAncestor";
1717
2349
  readonly type: "error";
2350
+ } | {
2351
+ readonly inputs: readonly [];
2352
+ readonly name: "IpRoyaltyVault__IpTagged";
2353
+ readonly type: "error";
1718
2354
  } | {
1719
2355
  readonly inputs: readonly [];
1720
2356
  readonly name: "IpRoyaltyVault__NotRoyaltyPolicyLAP";
@@ -1723,6 +2359,10 @@ export declare class RoyaltyClient {
1723
2359
  readonly inputs: readonly [];
1724
2360
  readonly name: "IpRoyaltyVault__SnapshotIntervalTooShort";
1725
2361
  readonly type: "error";
2362
+ } | {
2363
+ readonly inputs: readonly [];
2364
+ readonly name: "IpRoyaltyVault__ZeroDisputeModule";
2365
+ readonly type: "error";
1726
2366
  } | {
1727
2367
  readonly inputs: readonly [];
1728
2368
  readonly name: "IpRoyaltyVault__ZeroIpId";
@@ -1735,13 +2375,129 @@ export declare class RoyaltyClient {
1735
2375
  readonly inputs: readonly [];
1736
2376
  readonly name: "LicenseRegistry__CallerNotLicensingModule";
1737
2377
  readonly type: "error";
2378
+ } | {
2379
+ readonly inputs: readonly [{
2380
+ readonly internalType: "address";
2381
+ readonly name: "childIpId";
2382
+ readonly type: "address";
2383
+ }];
2384
+ readonly name: "LicenseRegistry__DerivativeAlreadyRegistered";
2385
+ readonly type: "error";
2386
+ } | {
2387
+ readonly inputs: readonly [{
2388
+ readonly internalType: "address";
2389
+ readonly name: "childIpId";
2390
+ readonly type: "address";
2391
+ }];
2392
+ readonly name: "LicenseRegistry__DerivativeIpAlreadyHasLicense";
2393
+ readonly type: "error";
2394
+ } | {
2395
+ readonly inputs: readonly [{
2396
+ readonly internalType: "address";
2397
+ readonly name: "ipId";
2398
+ readonly type: "address";
2399
+ }];
2400
+ readonly name: "LicenseRegistry__DerivativeIsParent";
2401
+ readonly type: "error";
2402
+ } | {
2403
+ readonly inputs: readonly [{
2404
+ readonly internalType: "address";
2405
+ readonly name: "ipId";
2406
+ readonly type: "address";
2407
+ }, {
2408
+ readonly internalType: "uint256";
2409
+ readonly name: "index";
2410
+ readonly type: "uint256";
2411
+ }, {
2412
+ readonly internalType: "uint256";
2413
+ readonly name: "length";
2414
+ readonly type: "uint256";
2415
+ }];
2416
+ readonly name: "LicenseRegistry__IndexOutOfBounds";
2417
+ readonly type: "error";
2418
+ } | {
2419
+ readonly inputs: readonly [{
2420
+ readonly internalType: "address";
2421
+ readonly name: "ipId";
2422
+ readonly type: "address";
2423
+ }];
2424
+ readonly name: "LicenseRegistry__IpExpired";
2425
+ readonly type: "error";
2426
+ } | {
2427
+ readonly inputs: readonly [{
2428
+ readonly internalType: "address";
2429
+ readonly name: "licenseTemplate";
2430
+ readonly type: "address";
2431
+ }, {
2432
+ readonly internalType: "uint256";
2433
+ readonly name: "licenseTermsId";
2434
+ readonly type: "uint256";
2435
+ }];
2436
+ readonly name: "LicenseRegistry__LicenseTermsNotExists";
2437
+ readonly type: "error";
1738
2438
  } | {
1739
2439
  readonly inputs: readonly [];
1740
- readonly name: "LicenseRegistry__NotTransferable";
2440
+ readonly name: "LicenseRegistry__NoParentIp";
2441
+ readonly type: "error";
2442
+ } | {
2443
+ readonly inputs: readonly [{
2444
+ readonly internalType: "address";
2445
+ readonly name: "licenseTemplate";
2446
+ readonly type: "address";
2447
+ }];
2448
+ readonly name: "LicenseRegistry__NotLicenseTemplate";
1741
2449
  readonly type: "error";
1742
2450
  } | {
1743
2451
  readonly inputs: readonly [];
1744
- readonly name: "LicenseRegistry__RevokedLicense";
2452
+ readonly name: "LicenseRegistry__NotTransferable";
2453
+ readonly type: "error";
2454
+ } | {
2455
+ readonly inputs: readonly [{
2456
+ readonly internalType: "address";
2457
+ readonly name: "ipId";
2458
+ readonly type: "address";
2459
+ }];
2460
+ readonly name: "LicenseRegistry__ParentIpExpired";
2461
+ readonly type: "error";
2462
+ } | {
2463
+ readonly inputs: readonly [{
2464
+ readonly internalType: "address";
2465
+ readonly name: "ipId";
2466
+ readonly type: "address";
2467
+ }, {
2468
+ readonly internalType: "uint256";
2469
+ readonly name: "licenseTermsId";
2470
+ readonly type: "uint256";
2471
+ }];
2472
+ readonly name: "LicenseRegistry__ParentIpHasNoLicenseTerms";
2473
+ readonly type: "error";
2474
+ } | {
2475
+ readonly inputs: readonly [{
2476
+ readonly internalType: "address";
2477
+ readonly name: "ipId";
2478
+ readonly type: "address";
2479
+ }];
2480
+ readonly name: "LicenseRegistry__ParentIpTagged";
2481
+ readonly type: "error";
2482
+ } | {
2483
+ readonly inputs: readonly [{
2484
+ readonly internalType: "address";
2485
+ readonly name: "ipId";
2486
+ readonly type: "address";
2487
+ }, {
2488
+ readonly internalType: "address";
2489
+ readonly name: "licenseTemplate";
2490
+ readonly type: "address";
2491
+ }];
2492
+ readonly name: "LicenseRegistry__ParentIpUnmachedLicenseTemplate";
2493
+ readonly type: "error";
2494
+ } | {
2495
+ readonly inputs: readonly [{
2496
+ readonly internalType: "address";
2497
+ readonly name: "licenseTemplate";
2498
+ readonly type: "address";
2499
+ }];
2500
+ readonly name: "LicenseRegistry__UnregisteredLicenseTemplate";
1745
2501
  readonly type: "error";
1746
2502
  } | {
1747
2503
  readonly inputs: readonly [];
@@ -1751,10 +2507,98 @@ export declare class RoyaltyClient {
1751
2507
  readonly inputs: readonly [];
1752
2508
  readonly name: "LicenseRegistry__ZeroLicensingModule";
1753
2509
  readonly type: "error";
2510
+ } | {
2511
+ readonly inputs: readonly [{
2512
+ readonly internalType: "address";
2513
+ readonly name: "licenseTemplate";
2514
+ readonly type: "address";
2515
+ }, {
2516
+ readonly internalType: "address";
2517
+ readonly name: "anotherLicenseTemplate";
2518
+ readonly type: "address";
2519
+ }];
2520
+ readonly name: "LicenseToken__AllLicenseTokensMustFromSameLicenseTemplate";
2521
+ readonly type: "error";
2522
+ } | {
2523
+ readonly inputs: readonly [];
2524
+ readonly name: "LicenseToken__CallerNotLicensingModule";
2525
+ readonly type: "error";
2526
+ } | {
2527
+ readonly inputs: readonly [{
2528
+ readonly internalType: "uint256";
2529
+ readonly name: "tokenId";
2530
+ readonly type: "uint256";
2531
+ }, {
2532
+ readonly internalType: "uint256";
2533
+ readonly name: "expiredAt";
2534
+ readonly type: "uint256";
2535
+ }, {
2536
+ readonly internalType: "uint256";
2537
+ readonly name: "currentTimestamp";
2538
+ readonly type: "uint256";
2539
+ }];
2540
+ readonly name: "LicenseToken__LicenseTokenExpired";
2541
+ readonly type: "error";
2542
+ } | {
2543
+ readonly inputs: readonly [{
2544
+ readonly internalType: "uint256";
2545
+ readonly name: "tokenId";
2546
+ readonly type: "uint256";
2547
+ }, {
2548
+ readonly internalType: "address";
2549
+ readonly name: "iPowner";
2550
+ readonly type: "address";
2551
+ }, {
2552
+ readonly internalType: "address";
2553
+ readonly name: "tokenOwner";
2554
+ readonly type: "address";
2555
+ }];
2556
+ readonly name: "LicenseToken__NotLicenseTokenOwner";
2557
+ readonly type: "error";
2558
+ } | {
2559
+ readonly inputs: readonly [];
2560
+ readonly name: "LicenseToken__NotTransferable";
2561
+ readonly type: "error";
2562
+ } | {
2563
+ readonly inputs: readonly [{
2564
+ readonly internalType: "uint256";
2565
+ readonly name: "tokenId";
2566
+ readonly type: "uint256";
2567
+ }];
2568
+ readonly name: "LicenseToken__RevokedLicense";
2569
+ readonly type: "error";
2570
+ } | {
2571
+ readonly inputs: readonly [];
2572
+ readonly name: "LicenseToken__ZeroDisputeModule";
2573
+ readonly type: "error";
2574
+ } | {
2575
+ readonly inputs: readonly [];
2576
+ readonly name: "LicenseToken__ZeroLicensingModule";
2577
+ readonly type: "error";
1754
2578
  } | {
1755
2579
  readonly inputs: readonly [];
1756
2580
  readonly name: "LicensingModule__CallerNotLicenseRegistry";
1757
2581
  readonly type: "error";
2582
+ } | {
2583
+ readonly inputs: readonly [{
2584
+ readonly internalType: "address";
2585
+ readonly name: "caller";
2586
+ readonly type: "address";
2587
+ }, {
2588
+ readonly internalType: "address";
2589
+ readonly name: "licensorIpId";
2590
+ readonly type: "address";
2591
+ }, {
2592
+ readonly internalType: "address";
2593
+ readonly name: "licenseTemplate";
2594
+ readonly type: "address";
2595
+ }, {
2596
+ readonly internalType: "uint256";
2597
+ readonly name: "licenseTermsId";
2598
+ readonly type: "uint256";
2599
+ }];
2600
+ readonly name: "LicensingModule__CallerNotLicensorAndIpHasNotAttachedLicenseTerms";
2601
+ readonly type: "error";
1758
2602
  } | {
1759
2603
  readonly inputs: readonly [];
1760
2604
  readonly name: "LicensingModule__CallerNotLicensorAndPolicyNotSet";
@@ -1763,10 +2607,30 @@ export declare class RoyaltyClient {
1763
2607
  readonly inputs: readonly [];
1764
2608
  readonly name: "LicensingModule__CommercialTermInNonCommercialPolicy";
1765
2609
  readonly type: "error";
2610
+ } | {
2611
+ readonly inputs: readonly [{
2612
+ readonly internalType: "address";
2613
+ readonly name: "ipId";
2614
+ readonly type: "address";
2615
+ }];
2616
+ readonly name: "LicensingModule__DerivativeAlreadyHasLicenseTerms";
2617
+ readonly type: "error";
2618
+ } | {
2619
+ readonly inputs: readonly [];
2620
+ readonly name: "LicensingModule__DerivativeAlreadyRegistered";
2621
+ readonly type: "error";
2622
+ } | {
2623
+ readonly inputs: readonly [];
2624
+ readonly name: "LicensingModule__DerivativeIsParent";
2625
+ readonly type: "error";
1766
2626
  } | {
1767
2627
  readonly inputs: readonly [];
1768
2628
  readonly name: "LicensingModule__DerivativeRevShareSumExceedsMaxRNFTSupply";
1769
2629
  readonly type: "error";
2630
+ } | {
2631
+ readonly inputs: readonly [];
2632
+ readonly name: "LicensingModule__DerivativesCannotAddLicenseTerms";
2633
+ readonly type: "error";
1770
2634
  } | {
1771
2635
  readonly inputs: readonly [];
1772
2636
  readonly name: "LicensingModule__DerivativesCannotAddPolicy";
@@ -1789,11 +2653,19 @@ export declare class RoyaltyClient {
1789
2653
  readonly type: "error";
1790
2654
  } | {
1791
2655
  readonly inputs: readonly [];
1792
- readonly name: "LicensingModule__IncompatibleLicensorCommercialPolicy";
2656
+ readonly name: "LicensingModule__IncompatibleLicensorRoyaltyDerivativeRevShare";
1793
2657
  readonly type: "error";
1794
2658
  } | {
1795
- readonly inputs: readonly [];
1796
- readonly name: "LicensingModule__IncompatibleLicensorRoyaltyDerivativeRevShare";
2659
+ readonly inputs: readonly [{
2660
+ readonly internalType: "address";
2661
+ readonly name: "royaltyPolicy";
2662
+ readonly type: "address";
2663
+ }, {
2664
+ readonly internalType: "address";
2665
+ readonly name: "anotherRoyaltyPolicy";
2666
+ readonly type: "address";
2667
+ }];
2668
+ readonly name: "LicensingModule__IncompatibleRoyaltyPolicy";
1797
2669
  readonly type: "error";
1798
2670
  } | {
1799
2671
  readonly inputs: readonly [];
@@ -1815,6 +2687,50 @@ export declare class RoyaltyClient {
1815
2687
  readonly inputs: readonly [];
1816
2688
  readonly name: "LicensingModule__IpAlreadyLinked";
1817
2689
  readonly type: "error";
2690
+ } | {
2691
+ readonly inputs: readonly [{
2692
+ readonly internalType: "address";
2693
+ readonly name: "childIpId";
2694
+ readonly type: "address";
2695
+ }];
2696
+ readonly name: "LicensingModule__LicenseNotCompatibleForDerivative";
2697
+ readonly type: "error";
2698
+ } | {
2699
+ readonly inputs: readonly [{
2700
+ readonly internalType: "uint256";
2701
+ readonly name: "ipLength";
2702
+ readonly type: "uint256";
2703
+ }, {
2704
+ readonly internalType: "uint256";
2705
+ readonly name: "licenseTermsLength";
2706
+ readonly type: "uint256";
2707
+ }];
2708
+ readonly name: "LicensingModule__LicenseTermsLengthMismatch";
2709
+ readonly type: "error";
2710
+ } | {
2711
+ readonly inputs: readonly [{
2712
+ readonly internalType: "address";
2713
+ readonly name: "licenseTemplate";
2714
+ readonly type: "address";
2715
+ }, {
2716
+ readonly internalType: "uint256";
2717
+ readonly name: "licenseTermsId";
2718
+ readonly type: "uint256";
2719
+ }];
2720
+ readonly name: "LicensingModule__LicenseTermsNotFound";
2721
+ readonly type: "error";
2722
+ } | {
2723
+ readonly inputs: readonly [{
2724
+ readonly internalType: "address";
2725
+ readonly name: "childIpId";
2726
+ readonly type: "address";
2727
+ }, {
2728
+ readonly internalType: "uint256[]";
2729
+ readonly name: "licenseTokenIds";
2730
+ readonly type: "uint256[]";
2731
+ }];
2732
+ readonly name: "LicensingModule__LicenseTokenNotCompatibleForDerivative";
2733
+ readonly type: "error";
1818
2734
  } | {
1819
2735
  readonly inputs: readonly [];
1820
2736
  readonly name: "LicensingModule__LicensorDoesntHaveThisPolicy";
@@ -1847,6 +2763,14 @@ export declare class RoyaltyClient {
1847
2763
  readonly inputs: readonly [];
1848
2764
  readonly name: "LicensingModule__MismatchBetweenRoyaltyPolicy";
1849
2765
  readonly type: "error";
2766
+ } | {
2767
+ readonly inputs: readonly [];
2768
+ readonly name: "LicensingModule__NoLicenseToken";
2769
+ readonly type: "error";
2770
+ } | {
2771
+ readonly inputs: readonly [];
2772
+ readonly name: "LicensingModule__NoParentIp";
2773
+ readonly type: "error";
1850
2774
  } | {
1851
2775
  readonly inputs: readonly [];
1852
2776
  readonly name: "LicensingModule__NotLicensee";
@@ -1863,6 +2787,14 @@ export declare class RoyaltyClient {
1863
2787
  readonly inputs: readonly [];
1864
2788
  readonly name: "LicensingModule__ParentIdEqualThanChild";
1865
2789
  readonly type: "error";
2790
+ } | {
2791
+ readonly inputs: readonly [{
2792
+ readonly internalType: "address";
2793
+ readonly name: "ipId";
2794
+ readonly type: "address";
2795
+ }];
2796
+ readonly name: "LicensingModule__ParentIpHasNoLicenseTerms";
2797
+ readonly type: "error";
1866
2798
  } | {
1867
2799
  readonly inputs: readonly [];
1868
2800
  readonly name: "LicensingModule__PolicyAlreadySetForIpId";
@@ -1871,6 +2803,14 @@ export declare class RoyaltyClient {
1871
2803
  readonly inputs: readonly [];
1872
2804
  readonly name: "LicensingModule__PolicyNotFound";
1873
2805
  readonly type: "error";
2806
+ } | {
2807
+ readonly inputs: readonly [{
2808
+ readonly internalType: "address";
2809
+ readonly name: "receiver";
2810
+ readonly type: "address";
2811
+ }];
2812
+ readonly name: "LicensingModule__ReceiverCheckFailed";
2813
+ readonly type: "error";
1874
2814
  } | {
1875
2815
  readonly inputs: readonly [];
1876
2816
  readonly name: "LicensingModule__ReceiverZeroAddress";
@@ -2011,6 +2951,10 @@ export declare class RoyaltyClient {
2011
2951
  readonly inputs: readonly [];
2012
2952
  readonly name: "RoyaltyModule__IncompatibleRoyaltyPolicy";
2013
2953
  readonly type: "error";
2954
+ } | {
2955
+ readonly inputs: readonly [];
2956
+ readonly name: "RoyaltyModule__IpIsTagged";
2957
+ readonly type: "error";
2014
2958
  } | {
2015
2959
  readonly inputs: readonly [];
2016
2960
  readonly name: "RoyaltyModule__NoParentsOnLinking";
@@ -2031,6 +2975,10 @@ export declare class RoyaltyClient {
2031
2975
  readonly inputs: readonly [];
2032
2976
  readonly name: "RoyaltyModule__NotWhitelistedRoyaltyToken";
2033
2977
  readonly type: "error";
2978
+ } | {
2979
+ readonly inputs: readonly [];
2980
+ readonly name: "RoyaltyModule__ZeroDisputeModule";
2981
+ readonly type: "error";
2034
2982
  } | {
2035
2983
  readonly inputs: readonly [];
2036
2984
  readonly name: "RoyaltyModule__ZeroLicensingModule";