@relayprotocol/relay-kit-hooks 4.0.1 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_cjs/tsconfig.build.tsbuildinfo +1 -1
- package/_esm/tsconfig.build.tsbuildinfo +1 -1
- package/_types/src/hooks/useQuote.d.ts +234 -4
- package/_types/src/hooks/useQuote.d.ts.map +1 -1
- package/_types/src/hooks/useRequests.d.ts +2659 -115
- package/_types/src/hooks/useRequests.d.ts.map +1 -1
- package/_types/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -137,7 +137,7 @@ export default function (client?: RelayClient, wallet?: WalletClient | AdaptedWa
|
|
|
137
137
|
} | undefined;
|
|
138
138
|
feeSponsorship?: {
|
|
139
139
|
quoted?: {
|
|
140
|
-
selectedComponents: ("execution" | "swap" | "app" | "relay")[];
|
|
140
|
+
selectedComponents: ("execution" | "swap" | "app" | "rent" | "relay")[];
|
|
141
141
|
maxSubsidizationAmount?: string | undefined;
|
|
142
142
|
capHit: boolean;
|
|
143
143
|
components: {
|
|
@@ -369,6 +369,63 @@ export default function (client?: RelayClient, wallet?: WalletClient | AdaptedWa
|
|
|
369
369
|
minimumAmount?: string | undefined;
|
|
370
370
|
};
|
|
371
371
|
};
|
|
372
|
+
rent: {
|
|
373
|
+
selected: boolean;
|
|
374
|
+
total: {
|
|
375
|
+
currency?: {
|
|
376
|
+
chainId?: number | undefined;
|
|
377
|
+
address?: string | undefined;
|
|
378
|
+
symbol?: string | undefined;
|
|
379
|
+
name?: string | undefined;
|
|
380
|
+
decimals?: number | undefined;
|
|
381
|
+
metadata?: {
|
|
382
|
+
logoURI?: string | undefined;
|
|
383
|
+
verified?: boolean | undefined;
|
|
384
|
+
isNative?: boolean | undefined;
|
|
385
|
+
} | undefined;
|
|
386
|
+
} | undefined;
|
|
387
|
+
amount?: string | undefined;
|
|
388
|
+
amountFormatted?: string | undefined;
|
|
389
|
+
amountUsd?: string | undefined;
|
|
390
|
+
minimumAmount?: string | undefined;
|
|
391
|
+
};
|
|
392
|
+
sponsored: {
|
|
393
|
+
currency?: {
|
|
394
|
+
chainId?: number | undefined;
|
|
395
|
+
address?: string | undefined;
|
|
396
|
+
symbol?: string | undefined;
|
|
397
|
+
name?: string | undefined;
|
|
398
|
+
decimals?: number | undefined;
|
|
399
|
+
metadata?: {
|
|
400
|
+
logoURI?: string | undefined;
|
|
401
|
+
verified?: boolean | undefined;
|
|
402
|
+
isNative?: boolean | undefined;
|
|
403
|
+
} | undefined;
|
|
404
|
+
} | undefined;
|
|
405
|
+
amount?: string | undefined;
|
|
406
|
+
amountFormatted?: string | undefined;
|
|
407
|
+
amountUsd?: string | undefined;
|
|
408
|
+
minimumAmount?: string | undefined;
|
|
409
|
+
};
|
|
410
|
+
userPays: {
|
|
411
|
+
currency?: {
|
|
412
|
+
chainId?: number | undefined;
|
|
413
|
+
address?: string | undefined;
|
|
414
|
+
symbol?: string | undefined;
|
|
415
|
+
name?: string | undefined;
|
|
416
|
+
decimals?: number | undefined;
|
|
417
|
+
metadata?: {
|
|
418
|
+
logoURI?: string | undefined;
|
|
419
|
+
verified?: boolean | undefined;
|
|
420
|
+
isNative?: boolean | undefined;
|
|
421
|
+
} | undefined;
|
|
422
|
+
} | undefined;
|
|
423
|
+
amount?: string | undefined;
|
|
424
|
+
amountFormatted?: string | undefined;
|
|
425
|
+
amountUsd?: string | undefined;
|
|
426
|
+
minimumAmount?: string | undefined;
|
|
427
|
+
};
|
|
428
|
+
};
|
|
372
429
|
};
|
|
373
430
|
sponsoredTotal: {
|
|
374
431
|
currency?: {
|
|
@@ -408,7 +465,7 @@ export default function (client?: RelayClient, wallet?: WalletClient | AdaptedWa
|
|
|
408
465
|
};
|
|
409
466
|
} | undefined;
|
|
410
467
|
actual?: {
|
|
411
|
-
selectedComponents: ("execution" | "swap" | "app" | "relay")[];
|
|
468
|
+
selectedComponents: ("execution" | "swap" | "app" | "rent" | "relay")[];
|
|
412
469
|
maxSubsidizationAmount?: string | undefined;
|
|
413
470
|
capHit: boolean;
|
|
414
471
|
components: {
|
|
@@ -640,6 +697,63 @@ export default function (client?: RelayClient, wallet?: WalletClient | AdaptedWa
|
|
|
640
697
|
minimumAmount?: string | undefined;
|
|
641
698
|
};
|
|
642
699
|
};
|
|
700
|
+
rent: {
|
|
701
|
+
selected: boolean;
|
|
702
|
+
total: {
|
|
703
|
+
currency?: {
|
|
704
|
+
chainId?: number | undefined;
|
|
705
|
+
address?: string | undefined;
|
|
706
|
+
symbol?: string | undefined;
|
|
707
|
+
name?: string | undefined;
|
|
708
|
+
decimals?: number | undefined;
|
|
709
|
+
metadata?: {
|
|
710
|
+
logoURI?: string | undefined;
|
|
711
|
+
verified?: boolean | undefined;
|
|
712
|
+
isNative?: boolean | undefined;
|
|
713
|
+
} | undefined;
|
|
714
|
+
} | undefined;
|
|
715
|
+
amount?: string | undefined;
|
|
716
|
+
amountFormatted?: string | undefined;
|
|
717
|
+
amountUsd?: string | undefined;
|
|
718
|
+
minimumAmount?: string | undefined;
|
|
719
|
+
};
|
|
720
|
+
sponsored: {
|
|
721
|
+
currency?: {
|
|
722
|
+
chainId?: number | undefined;
|
|
723
|
+
address?: string | undefined;
|
|
724
|
+
symbol?: string | undefined;
|
|
725
|
+
name?: string | undefined;
|
|
726
|
+
decimals?: number | undefined;
|
|
727
|
+
metadata?: {
|
|
728
|
+
logoURI?: string | undefined;
|
|
729
|
+
verified?: boolean | undefined;
|
|
730
|
+
isNative?: boolean | undefined;
|
|
731
|
+
} | undefined;
|
|
732
|
+
} | undefined;
|
|
733
|
+
amount?: string | undefined;
|
|
734
|
+
amountFormatted?: string | undefined;
|
|
735
|
+
amountUsd?: string | undefined;
|
|
736
|
+
minimumAmount?: string | undefined;
|
|
737
|
+
};
|
|
738
|
+
userPays: {
|
|
739
|
+
currency?: {
|
|
740
|
+
chainId?: number | undefined;
|
|
741
|
+
address?: string | undefined;
|
|
742
|
+
symbol?: string | undefined;
|
|
743
|
+
name?: string | undefined;
|
|
744
|
+
decimals?: number | undefined;
|
|
745
|
+
metadata?: {
|
|
746
|
+
logoURI?: string | undefined;
|
|
747
|
+
verified?: boolean | undefined;
|
|
748
|
+
isNative?: boolean | undefined;
|
|
749
|
+
} | undefined;
|
|
750
|
+
} | undefined;
|
|
751
|
+
amount?: string | undefined;
|
|
752
|
+
amountFormatted?: string | undefined;
|
|
753
|
+
amountUsd?: string | undefined;
|
|
754
|
+
minimumAmount?: string | undefined;
|
|
755
|
+
};
|
|
756
|
+
};
|
|
643
757
|
};
|
|
644
758
|
sponsoredTotal: {
|
|
645
759
|
currency?: {
|
|
@@ -787,6 +901,7 @@ export default function (client?: RelayClient, wallet?: WalletClient | AdaptedWa
|
|
|
787
901
|
} | undefined;
|
|
788
902
|
rate?: string | undefined;
|
|
789
903
|
slippageTolerance?: {
|
|
904
|
+
total?: string | undefined;
|
|
790
905
|
origin?: {
|
|
791
906
|
usd?: string | undefined;
|
|
792
907
|
value?: string | undefined;
|
|
@@ -1032,7 +1147,7 @@ export default function (client?: RelayClient, wallet?: WalletClient | AdaptedWa
|
|
|
1032
1147
|
} | undefined;
|
|
1033
1148
|
feeSponsorship?: {
|
|
1034
1149
|
quoted?: {
|
|
1035
|
-
selectedComponents: ("execution" | "swap" | "app" | "relay")[];
|
|
1150
|
+
selectedComponents: ("execution" | "swap" | "app" | "rent" | "relay")[];
|
|
1036
1151
|
maxSubsidizationAmount?: string | undefined;
|
|
1037
1152
|
capHit: boolean;
|
|
1038
1153
|
components: {
|
|
@@ -1264,6 +1379,63 @@ export default function (client?: RelayClient, wallet?: WalletClient | AdaptedWa
|
|
|
1264
1379
|
minimumAmount?: string | undefined;
|
|
1265
1380
|
};
|
|
1266
1381
|
};
|
|
1382
|
+
rent: {
|
|
1383
|
+
selected: boolean;
|
|
1384
|
+
total: {
|
|
1385
|
+
currency?: {
|
|
1386
|
+
chainId?: number | undefined;
|
|
1387
|
+
address?: string | undefined;
|
|
1388
|
+
symbol?: string | undefined;
|
|
1389
|
+
name?: string | undefined;
|
|
1390
|
+
decimals?: number | undefined;
|
|
1391
|
+
metadata?: {
|
|
1392
|
+
logoURI?: string | undefined;
|
|
1393
|
+
verified?: boolean | undefined;
|
|
1394
|
+
isNative?: boolean | undefined;
|
|
1395
|
+
} | undefined;
|
|
1396
|
+
} | undefined;
|
|
1397
|
+
amount?: string | undefined;
|
|
1398
|
+
amountFormatted?: string | undefined;
|
|
1399
|
+
amountUsd?: string | undefined;
|
|
1400
|
+
minimumAmount?: string | undefined;
|
|
1401
|
+
};
|
|
1402
|
+
sponsored: {
|
|
1403
|
+
currency?: {
|
|
1404
|
+
chainId?: number | undefined;
|
|
1405
|
+
address?: string | undefined;
|
|
1406
|
+
symbol?: string | undefined;
|
|
1407
|
+
name?: string | undefined;
|
|
1408
|
+
decimals?: number | undefined;
|
|
1409
|
+
metadata?: {
|
|
1410
|
+
logoURI?: string | undefined;
|
|
1411
|
+
verified?: boolean | undefined;
|
|
1412
|
+
isNative?: boolean | undefined;
|
|
1413
|
+
} | undefined;
|
|
1414
|
+
} | undefined;
|
|
1415
|
+
amount?: string | undefined;
|
|
1416
|
+
amountFormatted?: string | undefined;
|
|
1417
|
+
amountUsd?: string | undefined;
|
|
1418
|
+
minimumAmount?: string | undefined;
|
|
1419
|
+
};
|
|
1420
|
+
userPays: {
|
|
1421
|
+
currency?: {
|
|
1422
|
+
chainId?: number | undefined;
|
|
1423
|
+
address?: string | undefined;
|
|
1424
|
+
symbol?: string | undefined;
|
|
1425
|
+
name?: string | undefined;
|
|
1426
|
+
decimals?: number | undefined;
|
|
1427
|
+
metadata?: {
|
|
1428
|
+
logoURI?: string | undefined;
|
|
1429
|
+
verified?: boolean | undefined;
|
|
1430
|
+
isNative?: boolean | undefined;
|
|
1431
|
+
} | undefined;
|
|
1432
|
+
} | undefined;
|
|
1433
|
+
amount?: string | undefined;
|
|
1434
|
+
amountFormatted?: string | undefined;
|
|
1435
|
+
amountUsd?: string | undefined;
|
|
1436
|
+
minimumAmount?: string | undefined;
|
|
1437
|
+
};
|
|
1438
|
+
};
|
|
1267
1439
|
};
|
|
1268
1440
|
sponsoredTotal: {
|
|
1269
1441
|
currency?: {
|
|
@@ -1303,7 +1475,7 @@ export default function (client?: RelayClient, wallet?: WalletClient | AdaptedWa
|
|
|
1303
1475
|
};
|
|
1304
1476
|
} | undefined;
|
|
1305
1477
|
actual?: {
|
|
1306
|
-
selectedComponents: ("execution" | "swap" | "app" | "relay")[];
|
|
1478
|
+
selectedComponents: ("execution" | "swap" | "app" | "rent" | "relay")[];
|
|
1307
1479
|
maxSubsidizationAmount?: string | undefined;
|
|
1308
1480
|
capHit: boolean;
|
|
1309
1481
|
components: {
|
|
@@ -1535,6 +1707,63 @@ export default function (client?: RelayClient, wallet?: WalletClient | AdaptedWa
|
|
|
1535
1707
|
minimumAmount?: string | undefined;
|
|
1536
1708
|
};
|
|
1537
1709
|
};
|
|
1710
|
+
rent: {
|
|
1711
|
+
selected: boolean;
|
|
1712
|
+
total: {
|
|
1713
|
+
currency?: {
|
|
1714
|
+
chainId?: number | undefined;
|
|
1715
|
+
address?: string | undefined;
|
|
1716
|
+
symbol?: string | undefined;
|
|
1717
|
+
name?: string | undefined;
|
|
1718
|
+
decimals?: number | undefined;
|
|
1719
|
+
metadata?: {
|
|
1720
|
+
logoURI?: string | undefined;
|
|
1721
|
+
verified?: boolean | undefined;
|
|
1722
|
+
isNative?: boolean | undefined;
|
|
1723
|
+
} | undefined;
|
|
1724
|
+
} | undefined;
|
|
1725
|
+
amount?: string | undefined;
|
|
1726
|
+
amountFormatted?: string | undefined;
|
|
1727
|
+
amountUsd?: string | undefined;
|
|
1728
|
+
minimumAmount?: string | undefined;
|
|
1729
|
+
};
|
|
1730
|
+
sponsored: {
|
|
1731
|
+
currency?: {
|
|
1732
|
+
chainId?: number | undefined;
|
|
1733
|
+
address?: string | undefined;
|
|
1734
|
+
symbol?: string | undefined;
|
|
1735
|
+
name?: string | undefined;
|
|
1736
|
+
decimals?: number | undefined;
|
|
1737
|
+
metadata?: {
|
|
1738
|
+
logoURI?: string | undefined;
|
|
1739
|
+
verified?: boolean | undefined;
|
|
1740
|
+
isNative?: boolean | undefined;
|
|
1741
|
+
} | undefined;
|
|
1742
|
+
} | undefined;
|
|
1743
|
+
amount?: string | undefined;
|
|
1744
|
+
amountFormatted?: string | undefined;
|
|
1745
|
+
amountUsd?: string | undefined;
|
|
1746
|
+
minimumAmount?: string | undefined;
|
|
1747
|
+
};
|
|
1748
|
+
userPays: {
|
|
1749
|
+
currency?: {
|
|
1750
|
+
chainId?: number | undefined;
|
|
1751
|
+
address?: string | undefined;
|
|
1752
|
+
symbol?: string | undefined;
|
|
1753
|
+
name?: string | undefined;
|
|
1754
|
+
decimals?: number | undefined;
|
|
1755
|
+
metadata?: {
|
|
1756
|
+
logoURI?: string | undefined;
|
|
1757
|
+
verified?: boolean | undefined;
|
|
1758
|
+
isNative?: boolean | undefined;
|
|
1759
|
+
} | undefined;
|
|
1760
|
+
} | undefined;
|
|
1761
|
+
amount?: string | undefined;
|
|
1762
|
+
amountFormatted?: string | undefined;
|
|
1763
|
+
amountUsd?: string | undefined;
|
|
1764
|
+
minimumAmount?: string | undefined;
|
|
1765
|
+
};
|
|
1766
|
+
};
|
|
1538
1767
|
};
|
|
1539
1768
|
sponsoredTotal: {
|
|
1540
1769
|
currency?: {
|
|
@@ -1682,6 +1911,7 @@ export default function (client?: RelayClient, wallet?: WalletClient | AdaptedWa
|
|
|
1682
1911
|
} | undefined;
|
|
1683
1912
|
rate?: string | undefined;
|
|
1684
1913
|
slippageTolerance?: {
|
|
1914
|
+
total?: string | undefined;
|
|
1685
1915
|
origin?: {
|
|
1686
1916
|
usd?: string | undefined;
|
|
1687
1917
|
value?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useQuote.d.ts","sourceRoot":"","sources":["../../../src/hooks/useQuote.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,EACX,KAAK,aAAa,EAClB,KAAK,OAAO,EACZ,KAAK,KAAK,EACV,KAAK,YAAY,EAClB,MAAM,0BAA0B,CAAA;AAEjC,OAAO,EACL,QAAQ,EACR,KAAK,YAAY,EACjB,KAAK,QAAQ,EACd,MAAM,uBAAuB,CAAA;AAE9B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AACxC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAA;AAE/C,KAAK,SAAS,GACZ,KAAK,CAAC,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAA;AAE1E,MAAM,MAAM,aAAa,GACvB,KAAK,CAAC,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAA;AAE/E,KAAK,SAAS,GAAG,OAAO,QAAQ,CAC9B,aAAa,EACb,YAAY,EACZ,aAAa,EACb,QAAQ,CACT,CAAA;AACD,KAAK,YAAY,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAA;AAE9C,eAAO,MAAM,UAAU,gBACT,MAAM,YACR,SAAS,WACV,kBAAkB,KAC1B,QAAQ,aAAa,CAmBvB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAA;AAErD,MAAM,CAAC,OAAO,WACZ,MAAM,CAAC,EAAE,WAAW,EACpB,MAAM,CAAC,EAAE,YAAY,GAAG,aAAa,EACrC,OAAO,CAAC,EAAE,SAAS,EACnB,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,MAAM,CAAC,EAAE,kBAAkB,KAAK,IAAI,EACtE,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,aAAa,EAAE,OAAO,CAAC,EAAE,SAAS,KAAK,IAAI,EAC/D,YAAY,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,EACpC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,EAC1B,MAAM,CAAC,EAAE,kBAAkB,EAC3B,UAAU,CAAC,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"useQuote.d.ts","sourceRoot":"","sources":["../../../src/hooks/useQuote.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,WAAW,EACX,KAAK,aAAa,EAClB,KAAK,OAAO,EACZ,KAAK,KAAK,EACV,KAAK,YAAY,EAClB,MAAM,0BAA0B,CAAA;AAEjC,OAAO,EACL,QAAQ,EACR,KAAK,YAAY,EACjB,KAAK,QAAQ,EACd,MAAM,uBAAuB,CAAA;AAE9B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,MAAM,CAAA;AACxC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAA;AAE/C,KAAK,SAAS,GACZ,KAAK,CAAC,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC,aAAa,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAA;AAE1E,MAAM,MAAM,aAAa,GACvB,KAAK,CAAC,WAAW,CAAC,CAAC,MAAM,CAAC,CAAC,WAAW,CAAC,CAAC,KAAK,CAAC,CAAC,SAAS,CAAC,CAAC,kBAAkB,CAAC,CAAA;AAE/E,KAAK,SAAS,GAAG,OAAO,QAAQ,CAC9B,aAAa,EACb,YAAY,EACZ,aAAa,EACb,QAAQ,CACT,CAAA;AACD,KAAK,YAAY,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,GAAG,CAAC,CAAA;AAE9C,eAAO,MAAM,UAAU,gBACT,MAAM,YACR,SAAS,WACV,kBAAkB,KAC1B,QAAQ,aAAa,CAmBvB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG,CAAC,IAAI,EAAE,YAAY,KAAK,IAAI,CAAA;AAErD,MAAM,CAAC,OAAO,WACZ,MAAM,CAAC,EAAE,WAAW,EACpB,MAAM,CAAC,EAAE,YAAY,GAAG,aAAa,EACrC,OAAO,CAAC,EAAE,SAAS,EACnB,SAAS,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,MAAM,CAAC,EAAE,kBAAkB,KAAK,IAAI,EACtE,UAAU,CAAC,EAAE,CAAC,IAAI,EAAE,aAAa,EAAE,OAAO,CAAC,EAAE,SAAS,KAAK,IAAI,EAC/D,YAAY,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,EACpC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,EAC1B,MAAM,CAAC,EAAE,kBAAkB,EAC3B,UAAU,CAAC,EAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAkEC,CACZ,YAAY,UAAU,KAEpB,QAAQ;QAAE,IAAI,EAAE,OAAO,CAAC;QAAC,eAAe,CAAC,EAAE,eAAe,CAAA;KAAE,CAAC,GAC7D,SAAS;EAapB"}
|