@dynamic-labs/wallet-book 2.0.0-alpha.2 → 2.0.0-alpha.4

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/CHANGELOG.md CHANGED
@@ -1,4 +1,39 @@
1
1
 
2
+ ## [2.0.0-alpha.4](https://github.com/dynamic-labs/DynamicAuth/compare/v2.0.0-alpha.3...v2.0.0-alpha.4) (2024-02-22)
3
+
4
+
5
+ ### ⚠ BREAKING CHANGES
6
+
7
+ * remove wallet connector from callback types (#4730)
8
+ * drop support for walletconnect v1 (#4666)
9
+
10
+ ### Features
11
+
12
+ * add coin98 evm ([1d64f5f](https://github.com/dynamic-labs/DynamicAuth/commit/1d64f5f00885ff671358651fd0251b77a2e05739))
13
+ * add support for solana versioned transactions ([#4721](https://github.com/dynamic-labs/DynamicAuth/issues/4721)) ([25b1643](https://github.com/dynamic-labs/DynamicAuth/commit/25b1643f8addbada09fff5d22e988bdf22038170))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * allow rpc-providers package to use exports based on usage ([#4539](https://github.com/dynamic-labs/DynamicAuth/issues/4539)) ([abdc196](https://github.com/dynamic-labs/DynamicAuth/commit/abdc19641580cbcfe8f9e357c645f8291bc9ed66))
19
+ * coinbasesocial should display coinbase in profile linking section ([#4680](https://github.com/dynamic-labs/DynamicAuth/issues/4680)) ([21cbe2e](https://github.com/dynamic-labs/DynamicAuth/commit/21cbe2e24345a33bc927428c01cc7b5c724e40e5))
20
+ * improve on transaction confirmation step ([#4704](https://github.com/dynamic-labs/DynamicAuth/issues/4704)) ([f2b27cf](https://github.com/dynamic-labs/DynamicAuth/commit/f2b27cfd94452be2eb7e88a298f61ef56985931f))
21
+ * prevent the DynamicMultiWalletPromptsWidget from opening if useris not logged in ([#4701](https://github.com/dynamic-labs/DynamicAuth/issues/4701)) ([2bb35fd](https://github.com/dynamic-labs/DynamicAuth/commit/2bb35fd29b60677e893390f7d47857cd76c73adc))
22
+ * reduce isPreauthorized calls when starknet wallet is connected ([#4710](https://github.com/dynamic-labs/DynamicAuth/issues/4710)) ([ca6a630](https://github.com/dynamic-labs/DynamicAuth/commit/ca6a630dd47a1c116afcd63fe7256ffc745532ab))
23
+ * update sepolia currency symbol ([#4728](https://github.com/dynamic-labs/DynamicAuth/issues/4728)) ([3c228a0](https://github.com/dynamic-labs/DynamicAuth/commit/3c228a03ccc962374ad1dac3ab45af92732ba61a))
24
+ * use overflow clip when available, use hidden by default ([#4696](https://github.com/dynamic-labs/DynamicAuth/issues/4696)) ([29fb2a1](https://github.com/dynamic-labs/DynamicAuth/commit/29fb2a1e48b010c6c1d525403fbdcf7ded068466))
25
+
26
+
27
+ * drop support for walletconnect v1 ([#4666](https://github.com/dynamic-labs/DynamicAuth/issues/4666)) ([4af93e4](https://github.com/dynamic-labs/DynamicAuth/commit/4af93e4f9b95fa4c49bbfda0c1144da1a4a43991))
28
+ * remove wallet connector from callback types ([#4730](https://github.com/dynamic-labs/DynamicAuth/issues/4730)) ([08cb200](https://github.com/dynamic-labs/DynamicAuth/commit/08cb200a09c0fd78d2093d1a60b17089b3b2c2b1))
29
+
30
+ ## [2.0.0-alpha.3](https://github.com/dynamic-labs/DynamicAuth/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2024-02-13)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * allow any icon to be used in wallet list tabs ([#4678](https://github.com/dynamic-labs/DynamicAuth/issues/4678)) ([eb03603](https://github.com/dynamic-labs/DynamicAuth/commit/eb036031725a91cb28c144b3bdcb5b20b3314038))
36
+
2
37
  ## [2.0.0-alpha.2](https://github.com/dynamic-labs/DynamicAuth/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2024-02-13)
3
38
 
4
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "2.0.0-alpha.2",
3
+ "version": "2.0.0-alpha.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "zod": "3.22.4",
29
- "@dynamic-labs/iconic": "2.0.0-alpha.2",
30
- "@dynamic-labs/logger": "2.0.0-alpha.2",
31
- "@dynamic-labs/utils": "2.0.0-alpha.2",
29
+ "@dynamic-labs/iconic": "2.0.0-alpha.4",
30
+ "@dynamic-labs/logger": "2.0.0-alpha.4",
31
+ "@dynamic-labs/utils": "2.0.0-alpha.4",
32
32
  "util": "0.12.5"
33
33
  },
34
34
  "peerDependencies": {
@@ -1,4 +1,12 @@
1
1
  export declare const walletConnectSourceData: Record<string, {
2
+ id: string;
3
+ metadata: {
4
+ shortName: string | null;
5
+ colors: {
6
+ primary: string | null;
7
+ secondary: string | null;
8
+ };
9
+ };
2
10
  name: string;
3
11
  chains: string[];
4
12
  desktop: {
@@ -28,7 +36,6 @@ export declare const walletConnectSourceData: Record<string, {
28
36
  category: string | null;
29
37
  description: string | null;
30
38
  homepage: string;
31
- id: string;
32
39
  image_id: string;
33
40
  image_url: {
34
41
  lg: string;
@@ -39,22 +46,15 @@ export declare const walletConnectSourceData: Record<string, {
39
46
  injected_id: string;
40
47
  namespace: string;
41
48
  }[] | null;
42
- metadata: {
43
- shortName: string | null;
44
- colors: {
45
- primary: string | null;
46
- secondary: string | null;
47
- };
48
- };
49
49
  slug: string;
50
50
  updatedAt: string;
51
51
  versions: string[];
52
52
  supported_standards?: {
53
53
  id: string;
54
- standard_id: number;
55
- standard_prefix: string;
56
54
  title: string;
57
55
  url: string;
56
+ standard_id: number;
57
+ standard_prefix: string;
58
58
  }[] | undefined;
59
59
  }>;
60
60
  export declare const walletConnectTransformedData: Promise<Record<string, {
@@ -3,7 +3,6 @@ export declare const findWalletBookWallet: (walletBook: WalletBookSchema, wallet
3
3
  name: string;
4
4
  brand?: {
5
5
  alt?: string | undefined;
6
- imageId?: string | undefined;
7
6
  primaryColor?: string | undefined;
8
7
  spriteId?: string | undefined;
9
8
  } | undefined;
@@ -4,14 +4,12 @@ export declare const findWalletGroup: (walletBook: WalletBookSchema, walletGroup
4
4
  name: string;
5
5
  brand?: {
6
6
  alt?: string | undefined;
7
- imageId?: string | undefined;
8
7
  primaryColor?: string | undefined;
9
8
  spriteId?: string | undefined;
10
9
  } | undefined;
11
10
  walletOverrides?: Record<string, {
12
11
  brand?: {
13
12
  alt?: string | undefined;
14
- imageId?: string | undefined;
15
13
  primaryColor?: string | undefined;
16
14
  spriteId?: string | undefined;
17
15
  } | undefined;
@@ -4,14 +4,12 @@ export declare const useWalletBookCdn: () => {
4
4
  name: string;
5
5
  brand?: {
6
6
  alt?: string | undefined;
7
- imageId?: string | undefined;
8
7
  primaryColor?: string | undefined;
9
8
  spriteId?: string | undefined;
10
9
  } | undefined;
11
10
  walletOverrides?: Record<string, {
12
11
  brand?: {
13
12
  alt?: string | undefined;
14
- imageId?: string | undefined;
15
13
  primaryColor?: string | undefined;
16
14
  spriteId?: string | undefined;
17
15
  } | undefined;
@@ -22,7 +20,6 @@ export declare const useWalletBookCdn: () => {
22
20
  name: string;
23
21
  brand?: {
24
22
  alt?: string | undefined;
25
- imageId?: string | undefined;
26
23
  primaryColor?: string | undefined;
27
24
  spriteId?: string | undefined;
28
25
  } | undefined;
@@ -1,28 +1,15 @@
1
1
  import { z } from 'zod';
2
2
  export declare const walletRecordsSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodEffects<z.ZodObject<{
3
- brand: z.ZodOptional<z.ZodEffects<z.ZodObject<{
3
+ brand: z.ZodOptional<z.ZodObject<{
4
4
  alt: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
5
- imageId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
6
5
  primaryColor: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
7
6
  spriteId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
8
7
  }, "strip", z.ZodTypeAny, {
9
8
  alt?: string | undefined;
10
- imageId?: string | undefined;
11
9
  primaryColor?: string | undefined;
12
10
  spriteId?: string | undefined;
13
11
  }, {
14
12
  alt?: unknown;
15
- imageId?: unknown;
16
- primaryColor?: unknown;
17
- spriteId?: unknown;
18
- }>, {
19
- alt?: string | undefined;
20
- imageId?: string | undefined;
21
- primaryColor?: string | undefined;
22
- spriteId?: string | undefined;
23
- }, {
24
- alt?: unknown;
25
- imageId?: unknown;
26
13
  primaryColor?: unknown;
27
14
  spriteId?: unknown;
28
15
  }>>;
@@ -184,7 +171,6 @@ export declare const walletRecordsSchema: z.ZodRecord<z.ZodString, z.ZodEffects<
184
171
  name: string;
185
172
  brand?: {
186
173
  alt?: string | undefined;
187
- imageId?: string | undefined;
188
174
  primaryColor?: string | undefined;
189
175
  spriteId?: string | undefined;
190
176
  } | undefined;
@@ -237,7 +223,6 @@ export declare const walletRecordsSchema: z.ZodRecord<z.ZodString, z.ZodEffects<
237
223
  name: string;
238
224
  brand?: {
239
225
  alt?: unknown;
240
- imageId?: unknown;
241
226
  primaryColor?: unknown;
242
227
  spriteId?: unknown;
243
228
  } | undefined;
@@ -290,7 +275,6 @@ export declare const walletRecordsSchema: z.ZodRecord<z.ZodString, z.ZodEffects<
290
275
  name: string;
291
276
  brand?: {
292
277
  alt?: string | undefined;
293
- imageId?: string | undefined;
294
278
  primaryColor?: string | undefined;
295
279
  spriteId?: string | undefined;
296
280
  } | undefined;
@@ -343,7 +327,6 @@ export declare const walletRecordsSchema: z.ZodRecord<z.ZodString, z.ZodEffects<
343
327
  name: string;
344
328
  brand?: {
345
329
  alt?: string | undefined;
346
- imageId?: string | undefined;
347
330
  primaryColor?: string | undefined;
348
331
  spriteId?: string | undefined;
349
332
  } | undefined;
@@ -395,58 +378,32 @@ export declare const walletRecordsSchema: z.ZodRecord<z.ZodString, z.ZodEffects<
395
378
  }, unknown>>;
396
379
  export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
397
380
  groups: z.ZodRecord<z.ZodString, z.ZodObject<{
398
- brand: z.ZodEffects<z.ZodOptional<z.ZodObject<{
381
+ brand: z.ZodOptional<z.ZodObject<{
399
382
  alt: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
400
- imageId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
401
383
  primaryColor: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
402
384
  spriteId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
403
385
  }, "strip", z.ZodTypeAny, {
404
386
  alt?: string | undefined;
405
- imageId?: string | undefined;
406
387
  primaryColor?: string | undefined;
407
388
  spriteId?: string | undefined;
408
389
  }, {
409
390
  alt?: unknown;
410
- imageId?: unknown;
411
391
  primaryColor?: unknown;
412
392
  spriteId?: unknown;
413
- }>>, {
414
- alt?: string | undefined;
415
- imageId?: string | undefined;
416
- primaryColor?: string | undefined;
417
- spriteId?: string | undefined;
418
- } | undefined, {
419
- alt?: unknown;
420
- imageId?: unknown;
421
- primaryColor?: unknown;
422
- spriteId?: unknown;
423
- } | undefined>;
393
+ }>>;
424
394
  key: z.ZodString;
425
395
  name: z.ZodString;
426
396
  walletOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
427
- brand: z.ZodOptional<z.ZodEffects<z.ZodObject<{
397
+ brand: z.ZodOptional<z.ZodObject<{
428
398
  alt: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
429
- imageId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
430
399
  primaryColor: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
431
400
  spriteId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
432
401
  }, "strip", z.ZodTypeAny, {
433
402
  alt?: string | undefined;
434
- imageId?: string | undefined;
435
- primaryColor?: string | undefined;
436
- spriteId?: string | undefined;
437
- }, {
438
- alt?: unknown;
439
- imageId?: unknown;
440
- primaryColor?: unknown;
441
- spriteId?: unknown;
442
- }>, {
443
- alt?: string | undefined;
444
- imageId?: string | undefined;
445
403
  primaryColor?: string | undefined;
446
404
  spriteId?: string | undefined;
447
405
  }, {
448
406
  alt?: unknown;
449
- imageId?: unknown;
450
407
  primaryColor?: unknown;
451
408
  spriteId?: unknown;
452
409
  }>>;
@@ -454,7 +411,6 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
454
411
  }, "strip", z.ZodTypeAny, {
455
412
  brand?: {
456
413
  alt?: string | undefined;
457
- imageId?: string | undefined;
458
414
  primaryColor?: string | undefined;
459
415
  spriteId?: string | undefined;
460
416
  } | undefined;
@@ -462,7 +418,6 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
462
418
  }, {
463
419
  brand?: {
464
420
  alt?: unknown;
465
- imageId?: unknown;
466
421
  primaryColor?: unknown;
467
422
  spriteId?: unknown;
468
423
  } | undefined;
@@ -473,14 +428,12 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
473
428
  key: string;
474
429
  brand?: {
475
430
  alt?: string | undefined;
476
- imageId?: string | undefined;
477
431
  primaryColor?: string | undefined;
478
432
  spriteId?: string | undefined;
479
433
  } | undefined;
480
434
  walletOverrides?: Record<string, {
481
435
  brand?: {
482
436
  alt?: string | undefined;
483
- imageId?: string | undefined;
484
437
  primaryColor?: string | undefined;
485
438
  spriteId?: string | undefined;
486
439
  } | undefined;
@@ -491,14 +444,12 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
491
444
  key: string;
492
445
  brand?: {
493
446
  alt?: unknown;
494
- imageId?: unknown;
495
447
  primaryColor?: unknown;
496
448
  spriteId?: unknown;
497
449
  } | undefined;
498
450
  walletOverrides?: Record<string, {
499
451
  brand?: {
500
452
  alt?: unknown;
501
- imageId?: unknown;
502
453
  primaryColor?: unknown;
503
454
  spriteId?: unknown;
504
455
  } | undefined;
@@ -506,29 +457,16 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
506
457
  }> | undefined;
507
458
  }>>;
508
459
  wallets: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodEffects<z.ZodObject<{
509
- brand: z.ZodOptional<z.ZodEffects<z.ZodObject<{
460
+ brand: z.ZodOptional<z.ZodObject<{
510
461
  alt: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
511
- imageId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
512
462
  primaryColor: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
513
463
  spriteId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
514
464
  }, "strip", z.ZodTypeAny, {
515
465
  alt?: string | undefined;
516
- imageId?: string | undefined;
517
466
  primaryColor?: string | undefined;
518
467
  spriteId?: string | undefined;
519
468
  }, {
520
469
  alt?: unknown;
521
- imageId?: unknown;
522
- primaryColor?: unknown;
523
- spriteId?: unknown;
524
- }>, {
525
- alt?: string | undefined;
526
- imageId?: string | undefined;
527
- primaryColor?: string | undefined;
528
- spriteId?: string | undefined;
529
- }, {
530
- alt?: unknown;
531
- imageId?: unknown;
532
470
  primaryColor?: unknown;
533
471
  spriteId?: unknown;
534
472
  }>>;
@@ -690,7 +628,6 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
690
628
  name: string;
691
629
  brand?: {
692
630
  alt?: string | undefined;
693
- imageId?: string | undefined;
694
631
  primaryColor?: string | undefined;
695
632
  spriteId?: string | undefined;
696
633
  } | undefined;
@@ -743,7 +680,6 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
743
680
  name: string;
744
681
  brand?: {
745
682
  alt?: unknown;
746
- imageId?: unknown;
747
683
  primaryColor?: unknown;
748
684
  spriteId?: unknown;
749
685
  } | undefined;
@@ -796,7 +732,6 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
796
732
  name: string;
797
733
  brand?: {
798
734
  alt?: string | undefined;
799
- imageId?: string | undefined;
800
735
  primaryColor?: string | undefined;
801
736
  spriteId?: string | undefined;
802
737
  } | undefined;
@@ -849,7 +784,6 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
849
784
  name: string;
850
785
  brand?: {
851
786
  alt?: string | undefined;
852
- imageId?: string | undefined;
853
787
  primaryColor?: string | undefined;
854
788
  spriteId?: string | undefined;
855
789
  } | undefined;
@@ -905,14 +839,12 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
905
839
  key: string;
906
840
  brand?: {
907
841
  alt?: string | undefined;
908
- imageId?: string | undefined;
909
842
  primaryColor?: string | undefined;
910
843
  spriteId?: string | undefined;
911
844
  } | undefined;
912
845
  walletOverrides?: Record<string, {
913
846
  brand?: {
914
847
  alt?: string | undefined;
915
- imageId?: string | undefined;
916
848
  primaryColor?: string | undefined;
917
849
  spriteId?: string | undefined;
918
850
  } | undefined;
@@ -923,7 +855,6 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
923
855
  name: string;
924
856
  brand?: {
925
857
  alt?: string | undefined;
926
- imageId?: string | undefined;
927
858
  primaryColor?: string | undefined;
928
859
  spriteId?: string | undefined;
929
860
  } | undefined;
@@ -979,14 +910,12 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
979
910
  key: string;
980
911
  brand?: {
981
912
  alt?: unknown;
982
- imageId?: unknown;
983
913
  primaryColor?: unknown;
984
914
  spriteId?: unknown;
985
915
  } | undefined;
986
916
  walletOverrides?: Record<string, {
987
917
  brand?: {
988
918
  alt?: unknown;
989
- imageId?: unknown;
990
919
  primaryColor?: unknown;
991
920
  spriteId?: unknown;
992
921
  } | undefined;
@@ -1000,14 +929,12 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
1000
929
  key: string;
1001
930
  brand?: {
1002
931
  alt?: string | undefined;
1003
- imageId?: string | undefined;
1004
932
  primaryColor?: string | undefined;
1005
933
  spriteId?: string | undefined;
1006
934
  } | undefined;
1007
935
  walletOverrides?: Record<string, {
1008
936
  brand?: {
1009
937
  alt?: string | undefined;
1010
- imageId?: string | undefined;
1011
938
  primaryColor?: string | undefined;
1012
939
  spriteId?: string | undefined;
1013
940
  } | undefined;
@@ -1018,7 +945,6 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
1018
945
  name: string;
1019
946
  brand?: {
1020
947
  alt?: string | undefined;
1021
- imageId?: string | undefined;
1022
948
  primaryColor?: string | undefined;
1023
949
  spriteId?: string | undefined;
1024
950
  } | undefined;
@@ -1072,58 +998,32 @@ export declare const walletBookSchema: z.ZodEffects<z.ZodObject<{
1072
998
  export type WalletBookSchema = z.infer<typeof walletBookSchema>;
1073
999
  export type WalletRecordsSchema = z.infer<typeof walletBookSchema>['wallets'];
1074
1000
  declare const WalletGroupRecordSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
1075
- brand: z.ZodEffects<z.ZodOptional<z.ZodObject<{
1001
+ brand: z.ZodOptional<z.ZodObject<{
1076
1002
  alt: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
1077
- imageId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
1078
1003
  primaryColor: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
1079
1004
  spriteId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
1080
1005
  }, "strip", z.ZodTypeAny, {
1081
1006
  alt?: string | undefined;
1082
- imageId?: string | undefined;
1083
1007
  primaryColor?: string | undefined;
1084
1008
  spriteId?: string | undefined;
1085
1009
  }, {
1086
1010
  alt?: unknown;
1087
- imageId?: unknown;
1088
- primaryColor?: unknown;
1089
- spriteId?: unknown;
1090
- }>>, {
1091
- alt?: string | undefined;
1092
- imageId?: string | undefined;
1093
- primaryColor?: string | undefined;
1094
- spriteId?: string | undefined;
1095
- } | undefined, {
1096
- alt?: unknown;
1097
- imageId?: unknown;
1098
1011
  primaryColor?: unknown;
1099
1012
  spriteId?: unknown;
1100
- } | undefined>;
1013
+ }>>;
1101
1014
  key: z.ZodString;
1102
1015
  name: z.ZodString;
1103
1016
  walletOverrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodObject<{
1104
- brand: z.ZodOptional<z.ZodEffects<z.ZodObject<{
1017
+ brand: z.ZodOptional<z.ZodObject<{
1105
1018
  alt: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
1106
- imageId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
1107
1019
  primaryColor: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
1108
1020
  spriteId: z.ZodEffects<z.ZodOptional<z.ZodString>, string | undefined, unknown>;
1109
1021
  }, "strip", z.ZodTypeAny, {
1110
1022
  alt?: string | undefined;
1111
- imageId?: string | undefined;
1112
- primaryColor?: string | undefined;
1113
- spriteId?: string | undefined;
1114
- }, {
1115
- alt?: unknown;
1116
- imageId?: unknown;
1117
- primaryColor?: unknown;
1118
- spriteId?: unknown;
1119
- }>, {
1120
- alt?: string | undefined;
1121
- imageId?: string | undefined;
1122
1023
  primaryColor?: string | undefined;
1123
1024
  spriteId?: string | undefined;
1124
1025
  }, {
1125
1026
  alt?: unknown;
1126
- imageId?: unknown;
1127
1027
  primaryColor?: unknown;
1128
1028
  spriteId?: unknown;
1129
1029
  }>>;
@@ -1131,7 +1031,6 @@ declare const WalletGroupRecordSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
1131
1031
  }, "strip", z.ZodTypeAny, {
1132
1032
  brand?: {
1133
1033
  alt?: string | undefined;
1134
- imageId?: string | undefined;
1135
1034
  primaryColor?: string | undefined;
1136
1035
  spriteId?: string | undefined;
1137
1036
  } | undefined;
@@ -1139,7 +1038,6 @@ declare const WalletGroupRecordSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
1139
1038
  }, {
1140
1039
  brand?: {
1141
1040
  alt?: unknown;
1142
- imageId?: unknown;
1143
1041
  primaryColor?: unknown;
1144
1042
  spriteId?: unknown;
1145
1043
  } | undefined;
@@ -1150,14 +1048,12 @@ declare const WalletGroupRecordSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
1150
1048
  key: string;
1151
1049
  brand?: {
1152
1050
  alt?: string | undefined;
1153
- imageId?: string | undefined;
1154
1051
  primaryColor?: string | undefined;
1155
1052
  spriteId?: string | undefined;
1156
1053
  } | undefined;
1157
1054
  walletOverrides?: Record<string, {
1158
1055
  brand?: {
1159
1056
  alt?: string | undefined;
1160
- imageId?: string | undefined;
1161
1057
  primaryColor?: string | undefined;
1162
1058
  spriteId?: string | undefined;
1163
1059
  } | undefined;
@@ -1168,14 +1064,12 @@ declare const WalletGroupRecordSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
1168
1064
  key: string;
1169
1065
  brand?: {
1170
1066
  alt?: unknown;
1171
- imageId?: unknown;
1172
1067
  primaryColor?: unknown;
1173
1068
  spriteId?: unknown;
1174
1069
  } | undefined;
1175
1070
  walletOverrides?: Record<string, {
1176
1071
  brand?: {
1177
1072
  alt?: unknown;
1178
- imageId?: unknown;
1179
1073
  primaryColor?: unknown;
1180
1074
  spriteId?: unknown;
1181
1075
  } | undefined;