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

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 (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
@@ -271,6 +271,10 @@ export declare class IPAccountClient {
271
271
  readonly inputs: readonly [];
272
272
  readonly name: "IpRoyaltyVault__ClaimerNotAnAncestor";
273
273
  readonly type: "error";
274
+ } | {
275
+ readonly inputs: readonly [];
276
+ readonly name: "IpRoyaltyVault__IpTagged";
277
+ readonly type: "error";
274
278
  } | {
275
279
  readonly inputs: readonly [];
276
280
  readonly name: "IpRoyaltyVault__NotRoyaltyPolicyLAP";
@@ -279,6 +283,10 @@ export declare class IPAccountClient {
279
283
  readonly inputs: readonly [];
280
284
  readonly name: "IpRoyaltyVault__SnapshotIntervalTooShort";
281
285
  readonly type: "error";
286
+ } | {
287
+ readonly inputs: readonly [];
288
+ readonly name: "IpRoyaltyVault__ZeroDisputeModule";
289
+ readonly type: "error";
282
290
  } | {
283
291
  readonly inputs: readonly [];
284
292
  readonly name: "IpRoyaltyVault__ZeroIpId";
@@ -291,13 +299,129 @@ export declare class IPAccountClient {
291
299
  readonly inputs: readonly [];
292
300
  readonly name: "LicenseRegistry__CallerNotLicensingModule";
293
301
  readonly type: "error";
302
+ } | {
303
+ readonly inputs: readonly [{
304
+ readonly internalType: "address";
305
+ readonly name: "childIpId";
306
+ readonly type: "address";
307
+ }];
308
+ readonly name: "LicenseRegistry__DerivativeAlreadyRegistered";
309
+ readonly type: "error";
310
+ } | {
311
+ readonly inputs: readonly [{
312
+ readonly internalType: "address";
313
+ readonly name: "childIpId";
314
+ readonly type: "address";
315
+ }];
316
+ readonly name: "LicenseRegistry__DerivativeIpAlreadyHasLicense";
317
+ readonly type: "error";
318
+ } | {
319
+ readonly inputs: readonly [{
320
+ readonly internalType: "address";
321
+ readonly name: "ipId";
322
+ readonly type: "address";
323
+ }];
324
+ readonly name: "LicenseRegistry__DerivativeIsParent";
325
+ readonly type: "error";
326
+ } | {
327
+ readonly inputs: readonly [{
328
+ readonly internalType: "address";
329
+ readonly name: "ipId";
330
+ readonly type: "address";
331
+ }, {
332
+ readonly internalType: "uint256";
333
+ readonly name: "index";
334
+ readonly type: "uint256";
335
+ }, {
336
+ readonly internalType: "uint256";
337
+ readonly name: "length";
338
+ readonly type: "uint256";
339
+ }];
340
+ readonly name: "LicenseRegistry__IndexOutOfBounds";
341
+ readonly type: "error";
342
+ } | {
343
+ readonly inputs: readonly [{
344
+ readonly internalType: "address";
345
+ readonly name: "ipId";
346
+ readonly type: "address";
347
+ }];
348
+ readonly name: "LicenseRegistry__IpExpired";
349
+ readonly type: "error";
350
+ } | {
351
+ readonly inputs: readonly [{
352
+ readonly internalType: "address";
353
+ readonly name: "licenseTemplate";
354
+ readonly type: "address";
355
+ }, {
356
+ readonly internalType: "uint256";
357
+ readonly name: "licenseTermsId";
358
+ readonly type: "uint256";
359
+ }];
360
+ readonly name: "LicenseRegistry__LicenseTermsNotExists";
361
+ readonly type: "error";
294
362
  } | {
295
363
  readonly inputs: readonly [];
296
- readonly name: "LicenseRegistry__NotTransferable";
364
+ readonly name: "LicenseRegistry__NoParentIp";
365
+ readonly type: "error";
366
+ } | {
367
+ readonly inputs: readonly [{
368
+ readonly internalType: "address";
369
+ readonly name: "licenseTemplate";
370
+ readonly type: "address";
371
+ }];
372
+ readonly name: "LicenseRegistry__NotLicenseTemplate";
297
373
  readonly type: "error";
298
374
  } | {
299
375
  readonly inputs: readonly [];
300
- readonly name: "LicenseRegistry__RevokedLicense";
376
+ readonly name: "LicenseRegistry__NotTransferable";
377
+ readonly type: "error";
378
+ } | {
379
+ readonly inputs: readonly [{
380
+ readonly internalType: "address";
381
+ readonly name: "ipId";
382
+ readonly type: "address";
383
+ }];
384
+ readonly name: "LicenseRegistry__ParentIpExpired";
385
+ readonly type: "error";
386
+ } | {
387
+ readonly inputs: readonly [{
388
+ readonly internalType: "address";
389
+ readonly name: "ipId";
390
+ readonly type: "address";
391
+ }, {
392
+ readonly internalType: "uint256";
393
+ readonly name: "licenseTermsId";
394
+ readonly type: "uint256";
395
+ }];
396
+ readonly name: "LicenseRegistry__ParentIpHasNoLicenseTerms";
397
+ readonly type: "error";
398
+ } | {
399
+ readonly inputs: readonly [{
400
+ readonly internalType: "address";
401
+ readonly name: "ipId";
402
+ readonly type: "address";
403
+ }];
404
+ readonly name: "LicenseRegistry__ParentIpTagged";
405
+ readonly type: "error";
406
+ } | {
407
+ readonly inputs: readonly [{
408
+ readonly internalType: "address";
409
+ readonly name: "ipId";
410
+ readonly type: "address";
411
+ }, {
412
+ readonly internalType: "address";
413
+ readonly name: "licenseTemplate";
414
+ readonly type: "address";
415
+ }];
416
+ readonly name: "LicenseRegistry__ParentIpUnmachedLicenseTemplate";
417
+ readonly type: "error";
418
+ } | {
419
+ readonly inputs: readonly [{
420
+ readonly internalType: "address";
421
+ readonly name: "licenseTemplate";
422
+ readonly type: "address";
423
+ }];
424
+ readonly name: "LicenseRegistry__UnregisteredLicenseTemplate";
301
425
  readonly type: "error";
302
426
  } | {
303
427
  readonly inputs: readonly [];
@@ -307,10 +431,98 @@ export declare class IPAccountClient {
307
431
  readonly inputs: readonly [];
308
432
  readonly name: "LicenseRegistry__ZeroLicensingModule";
309
433
  readonly type: "error";
434
+ } | {
435
+ readonly inputs: readonly [{
436
+ readonly internalType: "address";
437
+ readonly name: "licenseTemplate";
438
+ readonly type: "address";
439
+ }, {
440
+ readonly internalType: "address";
441
+ readonly name: "anotherLicenseTemplate";
442
+ readonly type: "address";
443
+ }];
444
+ readonly name: "LicenseToken__AllLicenseTokensMustFromSameLicenseTemplate";
445
+ readonly type: "error";
446
+ } | {
447
+ readonly inputs: readonly [];
448
+ readonly name: "LicenseToken__CallerNotLicensingModule";
449
+ readonly type: "error";
450
+ } | {
451
+ readonly inputs: readonly [{
452
+ readonly internalType: "uint256";
453
+ readonly name: "tokenId";
454
+ readonly type: "uint256";
455
+ }, {
456
+ readonly internalType: "uint256";
457
+ readonly name: "expiredAt";
458
+ readonly type: "uint256";
459
+ }, {
460
+ readonly internalType: "uint256";
461
+ readonly name: "currentTimestamp";
462
+ readonly type: "uint256";
463
+ }];
464
+ readonly name: "LicenseToken__LicenseTokenExpired";
465
+ readonly type: "error";
466
+ } | {
467
+ readonly inputs: readonly [{
468
+ readonly internalType: "uint256";
469
+ readonly name: "tokenId";
470
+ readonly type: "uint256";
471
+ }, {
472
+ readonly internalType: "address";
473
+ readonly name: "iPowner";
474
+ readonly type: "address";
475
+ }, {
476
+ readonly internalType: "address";
477
+ readonly name: "tokenOwner";
478
+ readonly type: "address";
479
+ }];
480
+ readonly name: "LicenseToken__NotLicenseTokenOwner";
481
+ readonly type: "error";
482
+ } | {
483
+ readonly inputs: readonly [];
484
+ readonly name: "LicenseToken__NotTransferable";
485
+ readonly type: "error";
486
+ } | {
487
+ readonly inputs: readonly [{
488
+ readonly internalType: "uint256";
489
+ readonly name: "tokenId";
490
+ readonly type: "uint256";
491
+ }];
492
+ readonly name: "LicenseToken__RevokedLicense";
493
+ readonly type: "error";
494
+ } | {
495
+ readonly inputs: readonly [];
496
+ readonly name: "LicenseToken__ZeroDisputeModule";
497
+ readonly type: "error";
498
+ } | {
499
+ readonly inputs: readonly [];
500
+ readonly name: "LicenseToken__ZeroLicensingModule";
501
+ readonly type: "error";
310
502
  } | {
311
503
  readonly inputs: readonly [];
312
504
  readonly name: "LicensingModule__CallerNotLicenseRegistry";
313
505
  readonly type: "error";
506
+ } | {
507
+ readonly inputs: readonly [{
508
+ readonly internalType: "address";
509
+ readonly name: "caller";
510
+ readonly type: "address";
511
+ }, {
512
+ readonly internalType: "address";
513
+ readonly name: "licensorIpId";
514
+ readonly type: "address";
515
+ }, {
516
+ readonly internalType: "address";
517
+ readonly name: "licenseTemplate";
518
+ readonly type: "address";
519
+ }, {
520
+ readonly internalType: "uint256";
521
+ readonly name: "licenseTermsId";
522
+ readonly type: "uint256";
523
+ }];
524
+ readonly name: "LicensingModule__CallerNotLicensorAndIpHasNotAttachedLicenseTerms";
525
+ readonly type: "error";
314
526
  } | {
315
527
  readonly inputs: readonly [];
316
528
  readonly name: "LicensingModule__CallerNotLicensorAndPolicyNotSet";
@@ -319,10 +531,30 @@ export declare class IPAccountClient {
319
531
  readonly inputs: readonly [];
320
532
  readonly name: "LicensingModule__CommercialTermInNonCommercialPolicy";
321
533
  readonly type: "error";
534
+ } | {
535
+ readonly inputs: readonly [{
536
+ readonly internalType: "address";
537
+ readonly name: "ipId";
538
+ readonly type: "address";
539
+ }];
540
+ readonly name: "LicensingModule__DerivativeAlreadyHasLicenseTerms";
541
+ readonly type: "error";
542
+ } | {
543
+ readonly inputs: readonly [];
544
+ readonly name: "LicensingModule__DerivativeAlreadyRegistered";
545
+ readonly type: "error";
546
+ } | {
547
+ readonly inputs: readonly [];
548
+ readonly name: "LicensingModule__DerivativeIsParent";
549
+ readonly type: "error";
322
550
  } | {
323
551
  readonly inputs: readonly [];
324
552
  readonly name: "LicensingModule__DerivativeRevShareSumExceedsMaxRNFTSupply";
325
553
  readonly type: "error";
554
+ } | {
555
+ readonly inputs: readonly [];
556
+ readonly name: "LicensingModule__DerivativesCannotAddLicenseTerms";
557
+ readonly type: "error";
326
558
  } | {
327
559
  readonly inputs: readonly [];
328
560
  readonly name: "LicensingModule__DerivativesCannotAddPolicy";
@@ -345,11 +577,19 @@ export declare class IPAccountClient {
345
577
  readonly type: "error";
346
578
  } | {
347
579
  readonly inputs: readonly [];
348
- readonly name: "LicensingModule__IncompatibleLicensorCommercialPolicy";
580
+ readonly name: "LicensingModule__IncompatibleLicensorRoyaltyDerivativeRevShare";
349
581
  readonly type: "error";
350
582
  } | {
351
- readonly inputs: readonly [];
352
- readonly name: "LicensingModule__IncompatibleLicensorRoyaltyDerivativeRevShare";
583
+ readonly inputs: readonly [{
584
+ readonly internalType: "address";
585
+ readonly name: "royaltyPolicy";
586
+ readonly type: "address";
587
+ }, {
588
+ readonly internalType: "address";
589
+ readonly name: "anotherRoyaltyPolicy";
590
+ readonly type: "address";
591
+ }];
592
+ readonly name: "LicensingModule__IncompatibleRoyaltyPolicy";
353
593
  readonly type: "error";
354
594
  } | {
355
595
  readonly inputs: readonly [];
@@ -371,6 +611,50 @@ export declare class IPAccountClient {
371
611
  readonly inputs: readonly [];
372
612
  readonly name: "LicensingModule__IpAlreadyLinked";
373
613
  readonly type: "error";
614
+ } | {
615
+ readonly inputs: readonly [{
616
+ readonly internalType: "address";
617
+ readonly name: "childIpId";
618
+ readonly type: "address";
619
+ }];
620
+ readonly name: "LicensingModule__LicenseNotCompatibleForDerivative";
621
+ readonly type: "error";
622
+ } | {
623
+ readonly inputs: readonly [{
624
+ readonly internalType: "uint256";
625
+ readonly name: "ipLength";
626
+ readonly type: "uint256";
627
+ }, {
628
+ readonly internalType: "uint256";
629
+ readonly name: "licenseTermsLength";
630
+ readonly type: "uint256";
631
+ }];
632
+ readonly name: "LicensingModule__LicenseTermsLengthMismatch";
633
+ readonly type: "error";
634
+ } | {
635
+ readonly inputs: readonly [{
636
+ readonly internalType: "address";
637
+ readonly name: "licenseTemplate";
638
+ readonly type: "address";
639
+ }, {
640
+ readonly internalType: "uint256";
641
+ readonly name: "licenseTermsId";
642
+ readonly type: "uint256";
643
+ }];
644
+ readonly name: "LicensingModule__LicenseTermsNotFound";
645
+ readonly type: "error";
646
+ } | {
647
+ readonly inputs: readonly [{
648
+ readonly internalType: "address";
649
+ readonly name: "childIpId";
650
+ readonly type: "address";
651
+ }, {
652
+ readonly internalType: "uint256[]";
653
+ readonly name: "licenseTokenIds";
654
+ readonly type: "uint256[]";
655
+ }];
656
+ readonly name: "LicensingModule__LicenseTokenNotCompatibleForDerivative";
657
+ readonly type: "error";
374
658
  } | {
375
659
  readonly inputs: readonly [];
376
660
  readonly name: "LicensingModule__LicensorDoesntHaveThisPolicy";
@@ -403,6 +687,14 @@ export declare class IPAccountClient {
403
687
  readonly inputs: readonly [];
404
688
  readonly name: "LicensingModule__MismatchBetweenRoyaltyPolicy";
405
689
  readonly type: "error";
690
+ } | {
691
+ readonly inputs: readonly [];
692
+ readonly name: "LicensingModule__NoLicenseToken";
693
+ readonly type: "error";
694
+ } | {
695
+ readonly inputs: readonly [];
696
+ readonly name: "LicensingModule__NoParentIp";
697
+ readonly type: "error";
406
698
  } | {
407
699
  readonly inputs: readonly [];
408
700
  readonly name: "LicensingModule__NotLicensee";
@@ -419,6 +711,14 @@ export declare class IPAccountClient {
419
711
  readonly inputs: readonly [];
420
712
  readonly name: "LicensingModule__ParentIdEqualThanChild";
421
713
  readonly type: "error";
714
+ } | {
715
+ readonly inputs: readonly [{
716
+ readonly internalType: "address";
717
+ readonly name: "ipId";
718
+ readonly type: "address";
719
+ }];
720
+ readonly name: "LicensingModule__ParentIpHasNoLicenseTerms";
721
+ readonly type: "error";
422
722
  } | {
423
723
  readonly inputs: readonly [];
424
724
  readonly name: "LicensingModule__PolicyAlreadySetForIpId";
@@ -427,6 +727,14 @@ export declare class IPAccountClient {
427
727
  readonly inputs: readonly [];
428
728
  readonly name: "LicensingModule__PolicyNotFound";
429
729
  readonly type: "error";
730
+ } | {
731
+ readonly inputs: readonly [{
732
+ readonly internalType: "address";
733
+ readonly name: "receiver";
734
+ readonly type: "address";
735
+ }];
736
+ readonly name: "LicensingModule__ReceiverCheckFailed";
737
+ readonly type: "error";
430
738
  } | {
431
739
  readonly inputs: readonly [];
432
740
  readonly name: "LicensingModule__ReceiverZeroAddress";
@@ -567,6 +875,10 @@ export declare class IPAccountClient {
567
875
  readonly inputs: readonly [];
568
876
  readonly name: "RoyaltyModule__IncompatibleRoyaltyPolicy";
569
877
  readonly type: "error";
878
+ } | {
879
+ readonly inputs: readonly [];
880
+ readonly name: "RoyaltyModule__IpIsTagged";
881
+ readonly type: "error";
570
882
  } | {
571
883
  readonly inputs: readonly [];
572
884
  readonly name: "RoyaltyModule__NoParentsOnLinking";
@@ -587,6 +899,10 @@ export declare class IPAccountClient {
587
899
  readonly inputs: readonly [];
588
900
  readonly name: "RoyaltyModule__NotWhitelistedRoyaltyToken";
589
901
  readonly type: "error";
902
+ } | {
903
+ readonly inputs: readonly [];
904
+ readonly name: "RoyaltyModule__ZeroDisputeModule";
905
+ readonly type: "error";
590
906
  } | {
591
907
  readonly inputs: readonly [];
592
908
  readonly name: "RoyaltyModule__ZeroLicensingModule";
@@ -1 +1 @@
1
- {"version":3,"file":"ipAccount.d.ts","sourceRoot":"../../../../src/resources","sources":["ipAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAc,MAAM,MAAM,CAAC;AAE9D,OAAO,EACL,uBAAuB,EACvB,wBAAwB,EACxB,8BAA8B,EAC9B,+BAA+B,EAChC,wCAAqC;AAKtC,qBAAa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAe;IACtC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAe;IAClC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAgB;gBAEvB,SAAS,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY;IAKzD;;;;;;OAMG;IACU,OAAO,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,wBAAwB,CAAC;IAwBzF;;;;;;;;;OASG;IACU,cAAc,CACzB,OAAO,EAAE,8BAA8B,GACtC,OAAO,CAAC,+BAA+B,CAAC;CA8B5C"}
1
+ {"version":3,"file":"ipAccount.d.ts","sourceRoot":"../../../../src/resources","sources":["ipAccount.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,YAAY,EAAc,MAAM,MAAM,CAAC;AAE9D,OAAO,EACL,uBAAuB,EACvB,wBAAwB,EACxB,8BAA8B,EAC9B,+BAA+B,EAChC,wCAAqC;AAKtC,qBAAa,eAAe;IAC1B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAe;IACtC,OAAO,CAAC,QAAQ,CAAC,SAAS,CAAe;IAClC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAgB;gBAEvB,SAAS,EAAE,YAAY,EAAE,MAAM,EAAE,YAAY;IAKzD;;;;;;OAMG;IACU,OAAO,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,wBAAwB,CAAC;IAwBzF;;;;;;;;;OASG;IACU,cAAc,CACzB,OAAO,EAAE,8BAA8B,GACtC,OAAO,CAAC,+BAA+B,CAAC;CA8B5C"}