@mohasinac/appkit 4.7.2 → 4.8.0

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 (45) hide show
  1. package/dist/_internal/client/features/layout/DashboardLayoutClient.js +25 -5
  2. package/dist/_internal/shared/features/cart/schema.d.ts +6 -6
  3. package/dist/_internal/shared/features/orders/schema.d.ts +2 -2
  4. package/dist/_internal/shared/features/products/schema.d.ts +8 -8
  5. package/dist/features/account/schemas/index.d.ts +12 -12
  6. package/dist/features/admin/components/AdminArtView.js +1 -0
  7. package/dist/features/admin/components/AdminBlogView.js +1 -0
  8. package/dist/features/admin/components/AdminClassifiedView.js +1 -0
  9. package/dist/features/admin/components/AdminDigitalCodesView.js +1 -0
  10. package/dist/features/admin/components/AdminLiveView.js +1 -0
  11. package/dist/features/admin/components/AdminPrizeDrawsView.js +1 -0
  12. package/dist/features/admin/components/AdminProductsView.js +1 -0
  13. package/dist/features/admin/components/AdminStickersView.js +1 -0
  14. package/dist/features/admin/components/AdminStoresView.js +1 -0
  15. package/dist/features/admin/components/AdminUsersView.js +1 -0
  16. package/dist/features/admin/components/AdminViewCards.d.ts +3 -1
  17. package/dist/features/admin/components/AdminViewCards.js +21 -7
  18. package/dist/features/admin/components/DataListingView.d.ts +2 -0
  19. package/dist/features/admin/components/DataListingView.js +4 -2
  20. package/dist/features/admin/components/DataTable.d.ts +3 -1
  21. package/dist/features/admin/components/DataTable.js +36 -21
  22. package/dist/features/collections/schemas/index.d.ts +3 -3
  23. package/dist/features/homepage/schemas/index.d.ts +4 -4
  24. package/dist/features/orders/schemas/index.d.ts +22 -22
  25. package/dist/features/pre-orders/schemas/index.d.ts +2 -2
  26. package/dist/features/products/schemas/index.d.ts +8 -8
  27. package/dist/features/products/schemas/product-features.validators.d.ts +6 -6
  28. package/dist/features/reviews/schemas/index.d.ts +4 -4
  29. package/dist/features/scams/schemas/index.d.ts +4 -4
  30. package/dist/features/seller/components/SellerAuctionsView.js +1 -0
  31. package/dist/features/seller/components/SellerPreOrdersView.js +1 -0
  32. package/dist/features/seller/components/SellerPrizeDrawsView.js +1 -0
  33. package/dist/features/seller/components/SellerProductsView.js +1 -0
  34. package/dist/features/shipments/schemas/validation.d.ts +6 -6
  35. package/dist/features/support/schemas/index.d.ts +2 -2
  36. package/dist/features/wishlist/hooks/useWishlistWithGuest.d.ts +1 -1
  37. package/dist/schemas/registry.d.ts +70 -70
  38. package/dist/schemas/webhooks/razorpay.d.ts +50 -50
  39. package/dist/ui/columns/column-renderers.d.ts +5 -0
  40. package/dist/ui/columns/column-renderers.js +135 -0
  41. package/dist/ui/columns/index.d.ts +2 -2
  42. package/dist/ui/columns/index.js +1 -1
  43. package/dist/ui/index.d.ts +2 -2
  44. package/dist/ui/index.js +1 -1
  45. package/package.json +1 -1
@@ -38,9 +38,9 @@ export declare const razorpayPaymentEntitySchema: z.ZodObject<{
38
38
  captured?: boolean | undefined;
39
39
  notes?: Record<string, string> | undefined;
40
40
  wallet?: string | null | undefined;
41
+ contact?: string | undefined;
41
42
  description?: string | null | undefined;
42
43
  method?: string | undefined;
43
- contact?: string | undefined;
44
44
  tax?: number | undefined;
45
45
  fee?: number | undefined;
46
46
  bank?: string | null | undefined;
@@ -68,9 +68,9 @@ export declare const razorpayPaymentEntitySchema: z.ZodObject<{
68
68
  captured?: boolean | undefined;
69
69
  notes?: Record<string, string> | undefined;
70
70
  wallet?: string | null | undefined;
71
+ contact?: string | undefined;
71
72
  description?: string | null | undefined;
72
73
  method?: string | undefined;
73
- contact?: string | undefined;
74
74
  tax?: number | undefined;
75
75
  fee?: number | undefined;
76
76
  bank?: string | null | undefined;
@@ -216,9 +216,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
216
216
  captured?: boolean | undefined;
217
217
  notes?: Record<string, string> | undefined;
218
218
  wallet?: string | null | undefined;
219
+ contact?: string | undefined;
219
220
  description?: string | null | undefined;
220
221
  method?: string | undefined;
221
- contact?: string | undefined;
222
222
  tax?: number | undefined;
223
223
  fee?: number | undefined;
224
224
  bank?: string | null | undefined;
@@ -246,9 +246,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
246
246
  captured?: boolean | undefined;
247
247
  notes?: Record<string, string> | undefined;
248
248
  wallet?: string | null | undefined;
249
+ contact?: string | undefined;
249
250
  description?: string | null | undefined;
250
251
  method?: string | undefined;
251
- contact?: string | undefined;
252
252
  tax?: number | undefined;
253
253
  fee?: number | undefined;
254
254
  bank?: string | null | undefined;
@@ -278,9 +278,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
278
278
  captured?: boolean | undefined;
279
279
  notes?: Record<string, string> | undefined;
280
280
  wallet?: string | null | undefined;
281
+ contact?: string | undefined;
281
282
  description?: string | null | undefined;
282
283
  method?: string | undefined;
283
- contact?: string | undefined;
284
284
  tax?: number | undefined;
285
285
  fee?: number | undefined;
286
286
  bank?: string | null | undefined;
@@ -310,9 +310,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
310
310
  captured?: boolean | undefined;
311
311
  notes?: Record<string, string> | undefined;
312
312
  wallet?: string | null | undefined;
313
+ contact?: string | undefined;
313
314
  description?: string | null | undefined;
314
315
  method?: string | undefined;
315
- contact?: string | undefined;
316
316
  tax?: number | undefined;
317
317
  fee?: number | undefined;
318
318
  bank?: string | null | undefined;
@@ -344,9 +344,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
344
344
  captured?: boolean | undefined;
345
345
  notes?: Record<string, string> | undefined;
346
346
  wallet?: string | null | undefined;
347
+ contact?: string | undefined;
347
348
  description?: string | null | undefined;
348
349
  method?: string | undefined;
349
- contact?: string | undefined;
350
350
  tax?: number | undefined;
351
351
  fee?: number | undefined;
352
352
  bank?: string | null | undefined;
@@ -378,9 +378,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
378
378
  captured?: boolean | undefined;
379
379
  notes?: Record<string, string> | undefined;
380
380
  wallet?: string | null | undefined;
381
+ contact?: string | undefined;
381
382
  description?: string | null | undefined;
382
383
  method?: string | undefined;
383
- contact?: string | undefined;
384
384
  tax?: number | undefined;
385
385
  fee?: number | undefined;
386
386
  bank?: string | null | undefined;
@@ -415,9 +415,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
415
415
  captured?: boolean | undefined;
416
416
  notes?: Record<string, string> | undefined;
417
417
  wallet?: string | null | undefined;
418
+ contact?: string | undefined;
418
419
  description?: string | null | undefined;
419
420
  method?: string | undefined;
420
- contact?: string | undefined;
421
421
  tax?: number | undefined;
422
422
  fee?: number | undefined;
423
423
  bank?: string | null | undefined;
@@ -455,9 +455,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
455
455
  captured?: boolean | undefined;
456
456
  notes?: Record<string, string> | undefined;
457
457
  wallet?: string | null | undefined;
458
+ contact?: string | undefined;
458
459
  description?: string | null | undefined;
459
460
  method?: string | undefined;
460
- contact?: string | undefined;
461
461
  tax?: number | undefined;
462
462
  fee?: number | undefined;
463
463
  bank?: string | null | undefined;
@@ -528,9 +528,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
528
528
  captured?: boolean | undefined;
529
529
  notes?: Record<string, string> | undefined;
530
530
  wallet?: string | null | undefined;
531
+ contact?: string | undefined;
531
532
  description?: string | null | undefined;
532
533
  method?: string | undefined;
533
- contact?: string | undefined;
534
534
  tax?: number | undefined;
535
535
  fee?: number | undefined;
536
536
  bank?: string | null | undefined;
@@ -558,9 +558,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
558
558
  captured?: boolean | undefined;
559
559
  notes?: Record<string, string> | undefined;
560
560
  wallet?: string | null | undefined;
561
+ contact?: string | undefined;
561
562
  description?: string | null | undefined;
562
563
  method?: string | undefined;
563
- contact?: string | undefined;
564
564
  tax?: number | undefined;
565
565
  fee?: number | undefined;
566
566
  bank?: string | null | undefined;
@@ -590,9 +590,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
590
590
  captured?: boolean | undefined;
591
591
  notes?: Record<string, string> | undefined;
592
592
  wallet?: string | null | undefined;
593
+ contact?: string | undefined;
593
594
  description?: string | null | undefined;
594
595
  method?: string | undefined;
595
- contact?: string | undefined;
596
596
  tax?: number | undefined;
597
597
  fee?: number | undefined;
598
598
  bank?: string | null | undefined;
@@ -622,9 +622,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
622
622
  captured?: boolean | undefined;
623
623
  notes?: Record<string, string> | undefined;
624
624
  wallet?: string | null | undefined;
625
+ contact?: string | undefined;
625
626
  description?: string | null | undefined;
626
627
  method?: string | undefined;
627
- contact?: string | undefined;
628
628
  tax?: number | undefined;
629
629
  fee?: number | undefined;
630
630
  bank?: string | null | undefined;
@@ -656,9 +656,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
656
656
  captured?: boolean | undefined;
657
657
  notes?: Record<string, string> | undefined;
658
658
  wallet?: string | null | undefined;
659
+ contact?: string | undefined;
659
660
  description?: string | null | undefined;
660
661
  method?: string | undefined;
661
- contact?: string | undefined;
662
662
  tax?: number | undefined;
663
663
  fee?: number | undefined;
664
664
  bank?: string | null | undefined;
@@ -690,9 +690,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
690
690
  captured?: boolean | undefined;
691
691
  notes?: Record<string, string> | undefined;
692
692
  wallet?: string | null | undefined;
693
+ contact?: string | undefined;
693
694
  description?: string | null | undefined;
694
695
  method?: string | undefined;
695
- contact?: string | undefined;
696
696
  tax?: number | undefined;
697
697
  fee?: number | undefined;
698
698
  bank?: string | null | undefined;
@@ -727,9 +727,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
727
727
  captured?: boolean | undefined;
728
728
  notes?: Record<string, string> | undefined;
729
729
  wallet?: string | null | undefined;
730
+ contact?: string | undefined;
730
731
  description?: string | null | undefined;
731
732
  method?: string | undefined;
732
- contact?: string | undefined;
733
733
  tax?: number | undefined;
734
734
  fee?: number | undefined;
735
735
  bank?: string | null | undefined;
@@ -767,9 +767,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
767
767
  captured?: boolean | undefined;
768
768
  notes?: Record<string, string> | undefined;
769
769
  wallet?: string | null | undefined;
770
+ contact?: string | undefined;
770
771
  description?: string | null | undefined;
771
772
  method?: string | undefined;
772
- contact?: string | undefined;
773
773
  tax?: number | undefined;
774
774
  fee?: number | undefined;
775
775
  bank?: string | null | undefined;
@@ -840,9 +840,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
840
840
  captured?: boolean | undefined;
841
841
  notes?: Record<string, string> | undefined;
842
842
  wallet?: string | null | undefined;
843
+ contact?: string | undefined;
843
844
  description?: string | null | undefined;
844
845
  method?: string | undefined;
845
- contact?: string | undefined;
846
846
  tax?: number | undefined;
847
847
  fee?: number | undefined;
848
848
  bank?: string | null | undefined;
@@ -870,9 +870,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
870
870
  captured?: boolean | undefined;
871
871
  notes?: Record<string, string> | undefined;
872
872
  wallet?: string | null | undefined;
873
+ contact?: string | undefined;
873
874
  description?: string | null | undefined;
874
875
  method?: string | undefined;
875
- contact?: string | undefined;
876
876
  tax?: number | undefined;
877
877
  fee?: number | undefined;
878
878
  bank?: string | null | undefined;
@@ -902,9 +902,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
902
902
  captured?: boolean | undefined;
903
903
  notes?: Record<string, string> | undefined;
904
904
  wallet?: string | null | undefined;
905
+ contact?: string | undefined;
905
906
  description?: string | null | undefined;
906
907
  method?: string | undefined;
907
- contact?: string | undefined;
908
908
  tax?: number | undefined;
909
909
  fee?: number | undefined;
910
910
  bank?: string | null | undefined;
@@ -934,9 +934,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
934
934
  captured?: boolean | undefined;
935
935
  notes?: Record<string, string> | undefined;
936
936
  wallet?: string | null | undefined;
937
+ contact?: string | undefined;
937
938
  description?: string | null | undefined;
938
939
  method?: string | undefined;
939
- contact?: string | undefined;
940
940
  tax?: number | undefined;
941
941
  fee?: number | undefined;
942
942
  bank?: string | null | undefined;
@@ -968,9 +968,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
968
968
  captured?: boolean | undefined;
969
969
  notes?: Record<string, string> | undefined;
970
970
  wallet?: string | null | undefined;
971
+ contact?: string | undefined;
971
972
  description?: string | null | undefined;
972
973
  method?: string | undefined;
973
- contact?: string | undefined;
974
974
  tax?: number | undefined;
975
975
  fee?: number | undefined;
976
976
  bank?: string | null | undefined;
@@ -1002,9 +1002,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1002
1002
  captured?: boolean | undefined;
1003
1003
  notes?: Record<string, string> | undefined;
1004
1004
  wallet?: string | null | undefined;
1005
+ contact?: string | undefined;
1005
1006
  description?: string | null | undefined;
1006
1007
  method?: string | undefined;
1007
- contact?: string | undefined;
1008
1008
  tax?: number | undefined;
1009
1009
  fee?: number | undefined;
1010
1010
  bank?: string | null | undefined;
@@ -1039,9 +1039,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1039
1039
  captured?: boolean | undefined;
1040
1040
  notes?: Record<string, string> | undefined;
1041
1041
  wallet?: string | null | undefined;
1042
+ contact?: string | undefined;
1042
1043
  description?: string | null | undefined;
1043
1044
  method?: string | undefined;
1044
- contact?: string | undefined;
1045
1045
  tax?: number | undefined;
1046
1046
  fee?: number | undefined;
1047
1047
  bank?: string | null | undefined;
@@ -1079,9 +1079,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1079
1079
  captured?: boolean | undefined;
1080
1080
  notes?: Record<string, string> | undefined;
1081
1081
  wallet?: string | null | undefined;
1082
+ contact?: string | undefined;
1082
1083
  description?: string | null | undefined;
1083
1084
  method?: string | undefined;
1084
- contact?: string | undefined;
1085
1085
  tax?: number | undefined;
1086
1086
  fee?: number | undefined;
1087
1087
  bank?: string | null | undefined;
@@ -1229,9 +1229,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1229
1229
  captured?: boolean | undefined;
1230
1230
  notes?: Record<string, string> | undefined;
1231
1231
  wallet?: string | null | undefined;
1232
+ contact?: string | undefined;
1232
1233
  description?: string | null | undefined;
1233
1234
  method?: string | undefined;
1234
- contact?: string | undefined;
1235
1235
  tax?: number | undefined;
1236
1236
  fee?: number | undefined;
1237
1237
  bank?: string | null | undefined;
@@ -1259,9 +1259,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1259
1259
  captured?: boolean | undefined;
1260
1260
  notes?: Record<string, string> | undefined;
1261
1261
  wallet?: string | null | undefined;
1262
+ contact?: string | undefined;
1262
1263
  description?: string | null | undefined;
1263
1264
  method?: string | undefined;
1264
- contact?: string | undefined;
1265
1265
  tax?: number | undefined;
1266
1266
  fee?: number | undefined;
1267
1267
  bank?: string | null | undefined;
@@ -1291,9 +1291,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1291
1291
  captured?: boolean | undefined;
1292
1292
  notes?: Record<string, string> | undefined;
1293
1293
  wallet?: string | null | undefined;
1294
+ contact?: string | undefined;
1294
1295
  description?: string | null | undefined;
1295
1296
  method?: string | undefined;
1296
- contact?: string | undefined;
1297
1297
  tax?: number | undefined;
1298
1298
  fee?: number | undefined;
1299
1299
  bank?: string | null | undefined;
@@ -1323,9 +1323,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1323
1323
  captured?: boolean | undefined;
1324
1324
  notes?: Record<string, string> | undefined;
1325
1325
  wallet?: string | null | undefined;
1326
+ contact?: string | undefined;
1326
1327
  description?: string | null | undefined;
1327
1328
  method?: string | undefined;
1328
- contact?: string | undefined;
1329
1329
  tax?: number | undefined;
1330
1330
  fee?: number | undefined;
1331
1331
  bank?: string | null | undefined;
@@ -1374,9 +1374,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1374
1374
  captured?: boolean | undefined;
1375
1375
  notes?: Record<string, string> | undefined;
1376
1376
  wallet?: string | null | undefined;
1377
+ contact?: string | undefined;
1377
1378
  description?: string | null | undefined;
1378
1379
  method?: string | undefined;
1379
- contact?: string | undefined;
1380
1380
  tax?: number | undefined;
1381
1381
  fee?: number | undefined;
1382
1382
  bank?: string | null | undefined;
@@ -1425,9 +1425,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1425
1425
  captured?: boolean | undefined;
1426
1426
  notes?: Record<string, string> | undefined;
1427
1427
  wallet?: string | null | undefined;
1428
+ contact?: string | undefined;
1428
1429
  description?: string | null | undefined;
1429
1430
  method?: string | undefined;
1430
- contact?: string | undefined;
1431
1431
  tax?: number | undefined;
1432
1432
  fee?: number | undefined;
1433
1433
  bank?: string | null | undefined;
@@ -1479,9 +1479,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1479
1479
  captured?: boolean | undefined;
1480
1480
  notes?: Record<string, string> | undefined;
1481
1481
  wallet?: string | null | undefined;
1482
+ contact?: string | undefined;
1482
1483
  description?: string | null | undefined;
1483
1484
  method?: string | undefined;
1484
- contact?: string | undefined;
1485
1485
  tax?: number | undefined;
1486
1486
  fee?: number | undefined;
1487
1487
  bank?: string | null | undefined;
@@ -1536,9 +1536,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1536
1536
  captured?: boolean | undefined;
1537
1537
  notes?: Record<string, string> | undefined;
1538
1538
  wallet?: string | null | undefined;
1539
+ contact?: string | undefined;
1539
1540
  description?: string | null | undefined;
1540
1541
  method?: string | undefined;
1541
- contact?: string | undefined;
1542
1542
  tax?: number | undefined;
1543
1543
  fee?: number | undefined;
1544
1544
  bank?: string | null | undefined;
@@ -1854,9 +1854,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1854
1854
  captured?: boolean | undefined;
1855
1855
  notes?: Record<string, string> | undefined;
1856
1856
  wallet?: string | null | undefined;
1857
+ contact?: string | undefined;
1857
1858
  description?: string | null | undefined;
1858
1859
  method?: string | undefined;
1859
- contact?: string | undefined;
1860
1860
  tax?: number | undefined;
1861
1861
  fee?: number | undefined;
1862
1862
  bank?: string | null | undefined;
@@ -1884,9 +1884,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1884
1884
  captured?: boolean | undefined;
1885
1885
  notes?: Record<string, string> | undefined;
1886
1886
  wallet?: string | null | undefined;
1887
+ contact?: string | undefined;
1887
1888
  description?: string | null | undefined;
1888
1889
  method?: string | undefined;
1889
- contact?: string | undefined;
1890
1890
  tax?: number | undefined;
1891
1891
  fee?: number | undefined;
1892
1892
  bank?: string | null | undefined;
@@ -1916,9 +1916,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1916
1916
  captured?: boolean | undefined;
1917
1917
  notes?: Record<string, string> | undefined;
1918
1918
  wallet?: string | null | undefined;
1919
+ contact?: string | undefined;
1919
1920
  description?: string | null | undefined;
1920
1921
  method?: string | undefined;
1921
- contact?: string | undefined;
1922
1922
  tax?: number | undefined;
1923
1923
  fee?: number | undefined;
1924
1924
  bank?: string | null | undefined;
@@ -1948,9 +1948,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1948
1948
  captured?: boolean | undefined;
1949
1949
  notes?: Record<string, string> | undefined;
1950
1950
  wallet?: string | null | undefined;
1951
+ contact?: string | undefined;
1951
1952
  description?: string | null | undefined;
1952
1953
  method?: string | undefined;
1953
- contact?: string | undefined;
1954
1954
  tax?: number | undefined;
1955
1955
  fee?: number | undefined;
1956
1956
  bank?: string | null | undefined;
@@ -1999,9 +1999,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
1999
1999
  captured?: boolean | undefined;
2000
2000
  notes?: Record<string, string> | undefined;
2001
2001
  wallet?: string | null | undefined;
2002
+ contact?: string | undefined;
2002
2003
  description?: string | null | undefined;
2003
2004
  method?: string | undefined;
2004
- contact?: string | undefined;
2005
2005
  tax?: number | undefined;
2006
2006
  fee?: number | undefined;
2007
2007
  bank?: string | null | undefined;
@@ -2050,9 +2050,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
2050
2050
  captured?: boolean | undefined;
2051
2051
  notes?: Record<string, string> | undefined;
2052
2052
  wallet?: string | null | undefined;
2053
+ contact?: string | undefined;
2053
2054
  description?: string | null | undefined;
2054
2055
  method?: string | undefined;
2055
- contact?: string | undefined;
2056
2056
  tax?: number | undefined;
2057
2057
  fee?: number | undefined;
2058
2058
  bank?: string | null | undefined;
@@ -2104,9 +2104,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
2104
2104
  captured?: boolean | undefined;
2105
2105
  notes?: Record<string, string> | undefined;
2106
2106
  wallet?: string | null | undefined;
2107
+ contact?: string | undefined;
2107
2108
  description?: string | null | undefined;
2108
2109
  method?: string | undefined;
2109
- contact?: string | undefined;
2110
2110
  tax?: number | undefined;
2111
2111
  fee?: number | undefined;
2112
2112
  bank?: string | null | undefined;
@@ -2161,9 +2161,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
2161
2161
  captured?: boolean | undefined;
2162
2162
  notes?: Record<string, string> | undefined;
2163
2163
  wallet?: string | null | undefined;
2164
+ contact?: string | undefined;
2164
2165
  description?: string | null | undefined;
2165
2166
  method?: string | undefined;
2166
- contact?: string | undefined;
2167
2167
  tax?: number | undefined;
2168
2168
  fee?: number | undefined;
2169
2169
  bank?: string | null | undefined;
@@ -2301,9 +2301,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
2301
2301
  captured?: boolean | undefined;
2302
2302
  notes?: Record<string, string> | undefined;
2303
2303
  wallet?: string | null | undefined;
2304
+ contact?: string | undefined;
2304
2305
  description?: string | null | undefined;
2305
2306
  method?: string | undefined;
2306
- contact?: string | undefined;
2307
2307
  tax?: number | undefined;
2308
2308
  fee?: number | undefined;
2309
2309
  bank?: string | null | undefined;
@@ -2331,9 +2331,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
2331
2331
  captured?: boolean | undefined;
2332
2332
  notes?: Record<string, string> | undefined;
2333
2333
  wallet?: string | null | undefined;
2334
+ contact?: string | undefined;
2334
2335
  description?: string | null | undefined;
2335
2336
  method?: string | undefined;
2336
- contact?: string | undefined;
2337
2337
  tax?: number | undefined;
2338
2338
  fee?: number | undefined;
2339
2339
  bank?: string | null | undefined;
@@ -2363,9 +2363,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
2363
2363
  captured?: boolean | undefined;
2364
2364
  notes?: Record<string, string> | undefined;
2365
2365
  wallet?: string | null | undefined;
2366
+ contact?: string | undefined;
2366
2367
  description?: string | null | undefined;
2367
2368
  method?: string | undefined;
2368
- contact?: string | undefined;
2369
2369
  tax?: number | undefined;
2370
2370
  fee?: number | undefined;
2371
2371
  bank?: string | null | undefined;
@@ -2395,9 +2395,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
2395
2395
  captured?: boolean | undefined;
2396
2396
  notes?: Record<string, string> | undefined;
2397
2397
  wallet?: string | null | undefined;
2398
+ contact?: string | undefined;
2398
2399
  description?: string | null | undefined;
2399
2400
  method?: string | undefined;
2400
- contact?: string | undefined;
2401
2401
  tax?: number | undefined;
2402
2402
  fee?: number | undefined;
2403
2403
  bank?: string | null | undefined;
@@ -2444,9 +2444,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
2444
2444
  captured?: boolean | undefined;
2445
2445
  notes?: Record<string, string> | undefined;
2446
2446
  wallet?: string | null | undefined;
2447
+ contact?: string | undefined;
2447
2448
  description?: string | null | undefined;
2448
2449
  method?: string | undefined;
2449
- contact?: string | undefined;
2450
2450
  tax?: number | undefined;
2451
2451
  fee?: number | undefined;
2452
2452
  bank?: string | null | undefined;
@@ -2493,9 +2493,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
2493
2493
  captured?: boolean | undefined;
2494
2494
  notes?: Record<string, string> | undefined;
2495
2495
  wallet?: string | null | undefined;
2496
+ contact?: string | undefined;
2496
2497
  description?: string | null | undefined;
2497
2498
  method?: string | undefined;
2498
- contact?: string | undefined;
2499
2499
  tax?: number | undefined;
2500
2500
  fee?: number | undefined;
2501
2501
  bank?: string | null | undefined;
@@ -2545,9 +2545,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
2545
2545
  captured?: boolean | undefined;
2546
2546
  notes?: Record<string, string> | undefined;
2547
2547
  wallet?: string | null | undefined;
2548
+ contact?: string | undefined;
2548
2549
  description?: string | null | undefined;
2549
2550
  method?: string | undefined;
2550
- contact?: string | undefined;
2551
2551
  tax?: number | undefined;
2552
2552
  fee?: number | undefined;
2553
2553
  bank?: string | null | undefined;
@@ -2600,9 +2600,9 @@ export declare const razorpayWebhookEnvelopeSchema: z.ZodDiscriminatedUnion<"eve
2600
2600
  captured?: boolean | undefined;
2601
2601
  notes?: Record<string, string> | undefined;
2602
2602
  wallet?: string | null | undefined;
2603
+ contact?: string | undefined;
2603
2604
  description?: string | null | undefined;
2604
2605
  method?: string | undefined;
2605
- contact?: string | undefined;
2606
2606
  tax?: number | undefined;
2607
2607
  fee?: number | undefined;
2608
2608
  bank?: string | null | undefined;
@@ -23,6 +23,11 @@ export declare function renderCurrencyCompact(amount: number | null | undefined,
23
23
  export declare function renderCount(value: number | null | undefined, fallback?: string): string;
24
24
  /** Render a nullable value through an optional formatter, with em-dash fallback. */
25
25
  export declare function renderNullable<T>(value: T | null | undefined, format?: (v: T) => string, fallback?: string): string;
26
+ export type StatusTone = "success" | "warning" | "error" | "info" | "neutral";
27
+ /** Map a raw status string to a semantic tone for badge coloring. */
28
+ export declare function getStatusTone(status: string | null | undefined): StatusTone;
29
+ /** Resolve a resource-type icon from a `queryKey[1]`-style resource name. */
30
+ export declare function getResourceIcon(resourceKey: string | null | undefined): string;
26
31
  export type RatingMode = "numeric" | "stars";
27
32
  export interface RatingRenderOpts {
28
33
  mode?: RatingMode;