@instockng/api-client 1.0.9 → 1.0.11

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 (117) hide show
  1. package/dist/apps/backend/src/lib/brand-response.d.ts +2 -0
  2. package/dist/apps/backend/src/lib/cart-helpers.d.ts +4 -0
  3. package/dist/apps/backend/src/lib/cart-response.d.ts +2 -0
  4. package/dist/apps/backend/src/lib/delivery-zone-response.d.ts +2 -0
  5. package/dist/apps/backend/src/lib/discount-code-response.d.ts +2 -0
  6. package/dist/apps/backend/src/lib/order-recovery.d.ts +6 -0
  7. package/dist/apps/backend/src/lib/order-response.d.ts +2 -0
  8. package/dist/apps/backend/src/lib/product-response.d.ts +2 -0
  9. package/dist/apps/backend/src/routes/admin/abandoned-carts.d.ts +4 -8
  10. package/dist/apps/backend/src/routes/admin/brands.d.ts +8 -0
  11. package/dist/apps/backend/src/routes/admin/customers.d.ts +2 -4
  12. package/dist/apps/backend/src/routes/admin/delivery-zones.d.ts +8 -0
  13. package/dist/apps/backend/src/routes/admin/discount-codes.d.ts +10 -0
  14. package/dist/apps/backend/src/routes/admin/inventory.d.ts +0 -4
  15. package/dist/apps/backend/src/routes/admin/orders.d.ts +12 -24
  16. package/dist/apps/backend/src/routes/admin/products.d.ts +8 -16
  17. package/dist/apps/backend/src/routes/admin/stats.d.ts +2 -4
  18. package/dist/apps/backend/src/routes/admin/warehouses.d.ts +2 -4
  19. package/dist/apps/backend/src/routes/public/brands.d.ts +1 -0
  20. package/dist/apps/backend/src/routes/public/brands.js +1 -0
  21. package/dist/apps/backend/src/routes/public/carts.d.ts +18 -36
  22. package/dist/apps/backend/src/routes/public/orders.d.ts +4 -8
  23. package/dist/apps/backend/src/routes/public/products.d.ts +4 -8
  24. package/dist/apps/backend/src/validators/brand.d.ts +4 -0
  25. package/dist/apps/backend/src/validators/brand.js +4 -0
  26. package/dist/packages/api-client/src/fetchers/brands.d.ts +1 -0
  27. package/dist/packages/api-client/src/fetchers/carts.d.ts +18 -36
  28. package/dist/packages/api-client/src/fetchers/orders.d.ts +4 -8
  29. package/dist/packages/api-client/src/fetchers/products.d.ts +4 -8
  30. package/dist/packages/api-client/src/hooks/admin/abandoned-carts.d.ts +4 -8
  31. package/dist/packages/api-client/src/hooks/admin/brands.d.ts +8 -0
  32. package/dist/packages/api-client/src/hooks/admin/customers.d.ts +2 -4
  33. package/dist/packages/api-client/src/hooks/admin/delivery-zones.d.ts +8 -0
  34. package/dist/packages/api-client/src/hooks/admin/discount-codes.d.ts +10 -0
  35. package/dist/packages/api-client/src/hooks/admin/inventory.d.ts +0 -4
  36. package/dist/packages/api-client/src/hooks/admin/orders.d.ts +12 -24
  37. package/dist/packages/api-client/src/hooks/admin/products.d.ts +4 -8
  38. package/dist/packages/api-client/src/hooks/admin/stats.d.ts +2 -4
  39. package/dist/packages/api-client/src/hooks/admin/warehouses.d.ts +2 -4
  40. package/dist/packages/api-client/src/hooks/public/brands.d.ts +1 -0
  41. package/dist/packages/api-client/src/hooks/public/carts.d.ts +18 -36
  42. package/dist/packages/api-client/src/hooks/public/orders.d.ts +4 -8
  43. package/dist/packages/api-client/src/hooks/public/products.d.ts +4 -8
  44. package/dist/packages/api-client/src/rpc-client.d.ts +83 -116
  45. package/package.json +1 -1
  46. package/dist/apps/backend/src/generated/zod/index.d.ts +0 -1114
  47. package/dist/apps/backend/src/generated/zod/index.js +0 -670
  48. package/dist/backend-types.d.ts +0 -10
  49. package/dist/backend-types.js +0 -10
  50. package/dist/client.d.ts +0 -20
  51. package/dist/client.js +0 -40
  52. package/dist/enum-types.d.ts +0 -8
  53. package/dist/enum-types.js +0 -5
  54. package/dist/fetchers/brands.d.ts +0 -25
  55. package/dist/fetchers/brands.js +0 -26
  56. package/dist/fetchers/carts.d.ts +0 -2335
  57. package/dist/fetchers/carts.js +0 -174
  58. package/dist/fetchers/delivery-zones.d.ts +0 -28
  59. package/dist/fetchers/delivery-zones.js +0 -26
  60. package/dist/fetchers/index.d.ts +0 -22
  61. package/dist/fetchers/index.js +0 -22
  62. package/dist/fetchers/orders.d.ts +0 -540
  63. package/dist/fetchers/orders.js +0 -44
  64. package/dist/fetchers/products.d.ts +0 -386
  65. package/dist/fetchers/products.js +0 -42
  66. package/dist/hooks/admin/abandoned-carts.d.ts +0 -535
  67. package/dist/hooks/admin/abandoned-carts.js +0 -83
  68. package/dist/hooks/admin/brands.d.ts +0 -79
  69. package/dist/hooks/admin/brands.js +0 -108
  70. package/dist/hooks/admin/customers.d.ts +0 -278
  71. package/dist/hooks/admin/customers.js +0 -26
  72. package/dist/hooks/admin/delivery-zones.d.ts +0 -270
  73. package/dist/hooks/admin/delivery-zones.js +0 -176
  74. package/dist/hooks/admin/discount-codes.d.ts +0 -299
  75. package/dist/hooks/admin/discount-codes.js +0 -165
  76. package/dist/hooks/admin/index.d.ts +0 -16
  77. package/dist/hooks/admin/index.js +0 -16
  78. package/dist/hooks/admin/inventory.d.ts +0 -224
  79. package/dist/hooks/admin/inventory.js +0 -107
  80. package/dist/hooks/admin/orders.d.ts +0 -1662
  81. package/dist/hooks/admin/orders.js +0 -178
  82. package/dist/hooks/admin/products.d.ts +0 -374
  83. package/dist/hooks/admin/products.js +0 -89
  84. package/dist/hooks/admin/stats.d.ts +0 -277
  85. package/dist/hooks/admin/stats.js +0 -25
  86. package/dist/hooks/admin/variants.d.ts +0 -115
  87. package/dist/hooks/admin/variants.js +0 -127
  88. package/dist/hooks/admin/warehouses.d.ts +0 -277
  89. package/dist/hooks/admin/warehouses.js +0 -108
  90. package/dist/hooks/public/brands.d.ts +0 -33
  91. package/dist/hooks/public/brands.js +0 -30
  92. package/dist/hooks/public/carts.d.ts +0 -2405
  93. package/dist/hooks/public/carts.js +0 -213
  94. package/dist/hooks/public/delivery-zones.d.ts +0 -34
  95. package/dist/hooks/public/delivery-zones.js +0 -28
  96. package/dist/hooks/public/index.d.ts +0 -10
  97. package/dist/hooks/public/index.js +0 -10
  98. package/dist/hooks/public/orders.d.ts +0 -559
  99. package/dist/hooks/public/orders.js +0 -50
  100. package/dist/hooks/public/products.d.ts +0 -398
  101. package/dist/hooks/public/products.js +0 -47
  102. package/dist/hooks/use-query-unwrapped.d.ts +0 -20
  103. package/dist/hooks/use-query-unwrapped.js +0 -22
  104. package/dist/hooks/useApiConfig.d.ts +0 -12
  105. package/dist/hooks/useApiConfig.js +0 -14
  106. package/dist/index.d.ts +0 -20
  107. package/dist/index.js +0 -25
  108. package/dist/provider.d.ts +0 -36
  109. package/dist/provider.js +0 -54
  110. package/dist/rpc-client.d.ts +0 -9607
  111. package/dist/rpc-client.js +0 -78
  112. package/dist/rpc-types.d.ts +0 -76
  113. package/dist/rpc-types.js +0 -7
  114. package/dist/types.d.ts +0 -34
  115. package/dist/types.js +0 -16
  116. package/dist/utils/query-keys.d.ts +0 -106
  117. package/dist/utils/query-keys.js +0 -108
@@ -45,6 +45,8 @@ export declare function createRpcClients(baseURL: string): {
45
45
  siteUrl: string;
46
46
  domain: string;
47
47
  metaPixelId: string | null;
48
+ paystackPublicKey: string | null;
49
+ paystackSecretKey: string | null;
48
50
  };
49
51
  customerPhone: string;
50
52
  customerEmail: string;
@@ -164,9 +166,7 @@ export declare function createRpcClients(baseURL: string): {
164
166
  includes?: boolean;
165
167
  flatMap?: boolean;
166
168
  flat?: boolean;
167
- at?: boolean;
168
169
  };
169
- at: never;
170
170
  };
171
171
  } | {
172
172
  [x: number]: string | number | boolean | {
@@ -239,9 +239,7 @@ export declare function createRpcClients(baseURL: string): {
239
239
  includes?: boolean;
240
240
  flatMap?: boolean;
241
241
  flat?: boolean;
242
- at?: boolean;
243
242
  };
244
- at: never;
245
243
  };
246
244
  };
247
245
  id: string;
@@ -330,6 +328,8 @@ export declare function createRpcClients(baseURL: string): {
330
328
  siteUrl: string;
331
329
  domain: string;
332
330
  metaPixelId: string | null;
331
+ paystackPublicKey: string | null;
332
+ paystackSecretKey: string | null;
333
333
  };
334
334
  customerPhone: string;
335
335
  customerEmail: string;
@@ -449,9 +449,7 @@ export declare function createRpcClients(baseURL: string): {
449
449
  includes?: boolean;
450
450
  flatMap?: boolean;
451
451
  flat?: boolean;
452
- at?: boolean;
453
452
  };
454
- at: never;
455
453
  };
456
454
  } | {
457
455
  [x: number]: string | number | boolean | {
@@ -524,9 +522,7 @@ export declare function createRpcClients(baseURL: string): {
524
522
  includes?: boolean;
525
523
  flatMap?: boolean;
526
524
  flat?: boolean;
527
- at?: boolean;
528
525
  };
529
- at: never;
530
526
  };
531
527
  };
532
528
  id: string;
@@ -603,6 +599,8 @@ export declare function createRpcClients(baseURL: string): {
603
599
  siteUrl: string;
604
600
  domain: string;
605
601
  metaPixelId: string | null;
602
+ paystackPublicKey: string | null;
603
+ paystackSecretKey: string | null;
606
604
  };
607
605
  customerPhone: string;
608
606
  customerEmail: string;
@@ -722,9 +720,7 @@ export declare function createRpcClients(baseURL: string): {
722
720
  includes?: boolean;
723
721
  flatMap?: boolean;
724
722
  flat?: boolean;
725
- at?: boolean;
726
723
  };
727
- at: never;
728
724
  };
729
725
  } | {
730
726
  [x: number]: string | number | boolean | {
@@ -797,9 +793,7 @@ export declare function createRpcClients(baseURL: string): {
797
793
  includes?: boolean;
798
794
  flatMap?: boolean;
799
795
  flat?: boolean;
800
- at?: boolean;
801
796
  };
802
- at: never;
803
797
  };
804
798
  };
805
799
  id: string;
@@ -893,6 +887,8 @@ export declare function createRpcClients(baseURL: string): {
893
887
  siteUrl: string;
894
888
  domain: string;
895
889
  metaPixelId: string | null;
890
+ paystackPublicKey: string | null;
891
+ paystackSecretKey: string | null;
896
892
  };
897
893
  customerPhone: string;
898
894
  customerEmail: string;
@@ -1012,9 +1008,7 @@ export declare function createRpcClients(baseURL: string): {
1012
1008
  includes?: boolean;
1013
1009
  flatMap?: boolean;
1014
1010
  flat?: boolean;
1015
- at?: boolean;
1016
1011
  };
1017
- at: never;
1018
1012
  };
1019
1013
  } | {
1020
1014
  [x: number]: string | number | boolean | {
@@ -1087,9 +1081,7 @@ export declare function createRpcClients(baseURL: string): {
1087
1081
  includes?: boolean;
1088
1082
  flatMap?: boolean;
1089
1083
  flat?: boolean;
1090
- at?: boolean;
1091
1084
  };
1092
- at: never;
1093
1085
  };
1094
1086
  };
1095
1087
  id: string;
@@ -1184,6 +1176,8 @@ export declare function createRpcClients(baseURL: string): {
1184
1176
  siteUrl: string;
1185
1177
  domain: string;
1186
1178
  metaPixelId: string | null;
1179
+ paystackPublicKey: string | null;
1180
+ paystackSecretKey: string | null;
1187
1181
  };
1188
1182
  customerPhone: string;
1189
1183
  customerEmail: string;
@@ -1303,9 +1297,7 @@ export declare function createRpcClients(baseURL: string): {
1303
1297
  includes?: boolean;
1304
1298
  flatMap?: boolean;
1305
1299
  flat?: boolean;
1306
- at?: boolean;
1307
1300
  };
1308
- at: never;
1309
1301
  };
1310
1302
  } | {
1311
1303
  [x: number]: string | number | boolean | {
@@ -1378,9 +1370,7 @@ export declare function createRpcClients(baseURL: string): {
1378
1370
  includes?: boolean;
1379
1371
  flatMap?: boolean;
1380
1372
  flat?: boolean;
1381
- at?: boolean;
1382
1373
  };
1383
- at: never;
1384
1374
  };
1385
1375
  };
1386
1376
  id: string;
@@ -1475,6 +1465,8 @@ export declare function createRpcClients(baseURL: string): {
1475
1465
  siteUrl: string;
1476
1466
  domain: string;
1477
1467
  metaPixelId: string | null;
1468
+ paystackPublicKey: string | null;
1469
+ paystackSecretKey: string | null;
1478
1470
  };
1479
1471
  customerPhone: string;
1480
1472
  customerEmail: string;
@@ -1594,9 +1586,7 @@ export declare function createRpcClients(baseURL: string): {
1594
1586
  includes?: boolean;
1595
1587
  flatMap?: boolean;
1596
1588
  flat?: boolean;
1597
- at?: boolean;
1598
1589
  };
1599
- at: never;
1600
1590
  };
1601
1591
  } | {
1602
1592
  [x: number]: string | number | boolean | {
@@ -1669,9 +1659,7 @@ export declare function createRpcClients(baseURL: string): {
1669
1659
  includes?: boolean;
1670
1660
  flatMap?: boolean;
1671
1661
  flat?: boolean;
1672
- at?: boolean;
1673
1662
  };
1674
- at: never;
1675
1663
  };
1676
1664
  };
1677
1665
  id: string;
@@ -1769,6 +1757,8 @@ export declare function createRpcClients(baseURL: string): {
1769
1757
  siteUrl: string;
1770
1758
  domain: string;
1771
1759
  metaPixelId: string | null;
1760
+ paystackPublicKey: string | null;
1761
+ paystackSecretKey: string | null;
1772
1762
  };
1773
1763
  customerPhone: string;
1774
1764
  customerEmail: string;
@@ -1888,9 +1878,7 @@ export declare function createRpcClients(baseURL: string): {
1888
1878
  includes?: boolean;
1889
1879
  flatMap?: boolean;
1890
1880
  flat?: boolean;
1891
- at?: boolean;
1892
1881
  };
1893
- at: never;
1894
1882
  };
1895
1883
  } | {
1896
1884
  [x: number]: string | number | boolean | {
@@ -1963,9 +1951,7 @@ export declare function createRpcClients(baseURL: string): {
1963
1951
  includes?: boolean;
1964
1952
  flatMap?: boolean;
1965
1953
  flat?: boolean;
1966
- at?: boolean;
1967
1954
  };
1968
- at: never;
1969
1955
  };
1970
1956
  };
1971
1957
  id: string;
@@ -2078,6 +2064,8 @@ export declare function createRpcClients(baseURL: string): {
2078
2064
  siteUrl: string;
2079
2065
  domain: string;
2080
2066
  metaPixelId: string | null;
2067
+ paystackPublicKey: string | null;
2068
+ paystackSecretKey: string | null;
2081
2069
  };
2082
2070
  customerPhone: string;
2083
2071
  customerEmail: string;
@@ -2197,9 +2185,7 @@ export declare function createRpcClients(baseURL: string): {
2197
2185
  includes?: boolean;
2198
2186
  flatMap?: boolean;
2199
2187
  flat?: boolean;
2200
- at?: boolean;
2201
2188
  };
2202
- at: never;
2203
2189
  };
2204
2190
  } | {
2205
2191
  [x: number]: string | number | boolean | {
@@ -2272,9 +2258,7 @@ export declare function createRpcClients(baseURL: string): {
2272
2258
  includes?: boolean;
2273
2259
  flatMap?: boolean;
2274
2260
  flat?: boolean;
2275
- at?: boolean;
2276
2261
  };
2277
- at: never;
2278
2262
  };
2279
2263
  };
2280
2264
  id: string;
@@ -2454,6 +2438,8 @@ export declare function createRpcClients(baseURL: string): {
2454
2438
  siteUrl: string;
2455
2439
  domain: string;
2456
2440
  metaPixelId: string | null;
2441
+ paystackPublicKey: string | null;
2442
+ paystackSecretKey: string | null;
2457
2443
  };
2458
2444
  deliveryZone: {
2459
2445
  deliveryCost: number;
@@ -2569,9 +2555,7 @@ export declare function createRpcClients(baseURL: string): {
2569
2555
  includes?: boolean;
2570
2556
  flatMap?: boolean;
2571
2557
  flat?: boolean;
2572
- at?: boolean;
2573
2558
  };
2574
- at: never;
2575
2559
  };
2576
2560
  } | {
2577
2561
  [x: number]: string | number | boolean | {
@@ -2644,9 +2628,7 @@ export declare function createRpcClients(baseURL: string): {
2644
2628
  includes?: boolean;
2645
2629
  flatMap?: boolean;
2646
2630
  flat?: boolean;
2647
- at?: boolean;
2648
2631
  };
2649
- at: never;
2650
2632
  };
2651
2633
  };
2652
2634
  id: string;
@@ -2767,6 +2749,8 @@ export declare function createRpcClients(baseURL: string): {
2767
2749
  siteUrl: string;
2768
2750
  domain: string;
2769
2751
  metaPixelId: string | null;
2752
+ paystackPublicKey: string | null;
2753
+ paystackSecretKey: string | null;
2770
2754
  };
2771
2755
  deliveryZone: {
2772
2756
  deliveryCost: number;
@@ -2882,9 +2866,7 @@ export declare function createRpcClients(baseURL: string): {
2882
2866
  includes?: boolean;
2883
2867
  flatMap?: boolean;
2884
2868
  flat?: boolean;
2885
- at?: boolean;
2886
2869
  };
2887
- at: never;
2888
2870
  };
2889
2871
  } | {
2890
2872
  [x: number]: string | number | boolean | {
@@ -2957,9 +2939,7 @@ export declare function createRpcClients(baseURL: string): {
2957
2939
  includes?: boolean;
2958
2940
  flatMap?: boolean;
2959
2941
  flat?: boolean;
2960
- at?: boolean;
2961
2942
  };
2962
- at: never;
2963
2943
  };
2964
2944
  };
2965
2945
  id: string;
@@ -3076,6 +3056,8 @@ export declare function createRpcClients(baseURL: string): {
3076
3056
  siteUrl: string;
3077
3057
  domain: string;
3078
3058
  metaPixelId: string | null;
3059
+ paystackPublicKey: string | null;
3060
+ paystackSecretKey: string | null;
3079
3061
  };
3080
3062
  deliveryZone: {
3081
3063
  deliveryCost: number;
@@ -3191,9 +3173,7 @@ export declare function createRpcClients(baseURL: string): {
3191
3173
  includes?: boolean;
3192
3174
  flatMap?: boolean;
3193
3175
  flat?: boolean;
3194
- at?: boolean;
3195
3176
  };
3196
- at: never;
3197
3177
  };
3198
3178
  } | {
3199
3179
  [x: number]: string | number | boolean | {
@@ -3266,9 +3246,7 @@ export declare function createRpcClients(baseURL: string): {
3266
3246
  includes?: boolean;
3267
3247
  flatMap?: boolean;
3268
3248
  flat?: boolean;
3269
- at?: boolean;
3270
3249
  };
3271
- at: never;
3272
3250
  };
3273
3251
  };
3274
3252
  id: string;
@@ -3369,6 +3347,8 @@ export declare function createRpcClients(baseURL: string): {
3369
3347
  siteUrl: string;
3370
3348
  domain: string;
3371
3349
  metaPixelId: string | null;
3350
+ paystackPublicKey: string | null;
3351
+ paystackSecretKey: string | null;
3372
3352
  };
3373
3353
  variants: {
3374
3354
  createdAt: string;
@@ -3464,9 +3444,7 @@ export declare function createRpcClients(baseURL: string): {
3464
3444
  includes?: boolean;
3465
3445
  flatMap?: boolean;
3466
3446
  flat?: boolean;
3467
- at?: boolean;
3468
3447
  };
3469
- at: never;
3470
3448
  };
3471
3449
  } | {
3472
3450
  [x: number]: string | number | boolean | {
@@ -3539,9 +3517,7 @@ export declare function createRpcClients(baseURL: string): {
3539
3517
  includes?: boolean;
3540
3518
  flatMap?: boolean;
3541
3519
  flat?: boolean;
3542
- at?: boolean;
3543
3520
  };
3544
- at: never;
3545
3521
  };
3546
3522
  };
3547
3523
  outputFormat: "json";
@@ -3597,6 +3573,8 @@ export declare function createRpcClients(baseURL: string): {
3597
3573
  siteUrl: string;
3598
3574
  domain: string;
3599
3575
  metaPixelId: string | null;
3576
+ paystackPublicKey: string | null;
3577
+ paystackSecretKey: string | null;
3600
3578
  };
3601
3579
  variants: {
3602
3580
  createdAt: string;
@@ -3692,9 +3670,7 @@ export declare function createRpcClients(baseURL: string): {
3692
3670
  includes?: boolean;
3693
3671
  flatMap?: boolean;
3694
3672
  flat?: boolean;
3695
- at?: boolean;
3696
3673
  };
3697
- at: never;
3698
3674
  };
3699
3675
  } | {
3700
3676
  [x: number]: string | number | boolean | {
@@ -3767,9 +3743,7 @@ export declare function createRpcClients(baseURL: string): {
3767
3743
  includes?: boolean;
3768
3744
  flatMap?: boolean;
3769
3745
  flat?: boolean;
3770
- at?: boolean;
3771
3746
  };
3772
- at: never;
3773
3747
  };
3774
3748
  }[];
3775
3749
  outputFormat: "json";
@@ -3856,6 +3830,7 @@ export declare function createRpcClients(baseURL: string): {
3856
3830
  siteUrl: string;
3857
3831
  domain: string;
3858
3832
  metaPixelId: string;
3833
+ paystackPublicKey: string;
3859
3834
  createdAt: string;
3860
3835
  updatedAt: string;
3861
3836
  };
@@ -3906,6 +3881,8 @@ export declare function createAdminRpcClients(baseURL: string): {
3906
3881
  siteUrl: string;
3907
3882
  domain: string;
3908
3883
  metaPixelId: string | null;
3884
+ paystackPublicKey: string | null;
3885
+ paystackSecretKey: string | null;
3909
3886
  };
3910
3887
  deliveryZone: {
3911
3888
  deliveryCost: number;
@@ -4021,9 +3998,7 @@ export declare function createAdminRpcClients(baseURL: string): {
4021
3998
  includes?: boolean;
4022
3999
  flatMap?: boolean;
4023
4000
  flat?: boolean;
4024
- at?: boolean;
4025
4001
  };
4026
- at: never;
4027
4002
  };
4028
4003
  } | {
4029
4004
  [x: number]: string | number | boolean | {
@@ -4096,9 +4071,7 @@ export declare function createAdminRpcClients(baseURL: string): {
4096
4071
  includes?: boolean;
4097
4072
  flatMap?: boolean;
4098
4073
  flat?: boolean;
4099
- at?: boolean;
4100
4074
  };
4101
- at: never;
4102
4075
  };
4103
4076
  };
4104
4077
  id: string;
@@ -4197,6 +4170,8 @@ export declare function createAdminRpcClients(baseURL: string): {
4197
4170
  siteUrl: string;
4198
4171
  domain: string;
4199
4172
  metaPixelId: string | null;
4173
+ paystackPublicKey: string | null;
4174
+ paystackSecretKey: string | null;
4200
4175
  };
4201
4176
  deliveryZone: {
4202
4177
  deliveryCost: number;
@@ -4312,9 +4287,7 @@ export declare function createAdminRpcClients(baseURL: string): {
4312
4287
  includes?: boolean;
4313
4288
  flatMap?: boolean;
4314
4289
  flat?: boolean;
4315
- at?: boolean;
4316
4290
  };
4317
- at: never;
4318
4291
  };
4319
4292
  } | {
4320
4293
  [x: number]: string | number | boolean | {
@@ -4387,9 +4360,7 @@ export declare function createAdminRpcClients(baseURL: string): {
4387
4360
  includes?: boolean;
4388
4361
  flatMap?: boolean;
4389
4362
  flat?: boolean;
4390
- at?: boolean;
4391
4363
  };
4392
- at: never;
4393
4364
  };
4394
4365
  };
4395
4366
  id: string;
@@ -4490,6 +4461,8 @@ export declare function createAdminRpcClients(baseURL: string): {
4490
4461
  siteUrl: string;
4491
4462
  domain: string;
4492
4463
  metaPixelId: string | null;
4464
+ paystackPublicKey: string | null;
4465
+ paystackSecretKey: string | null;
4493
4466
  };
4494
4467
  deliveryZone: {
4495
4468
  deliveryCost: number;
@@ -4605,9 +4578,7 @@ export declare function createAdminRpcClients(baseURL: string): {
4605
4578
  includes?: boolean;
4606
4579
  flatMap?: boolean;
4607
4580
  flat?: boolean;
4608
- at?: boolean;
4609
4581
  };
4610
- at: never;
4611
4582
  };
4612
4583
  } | {
4613
4584
  [x: number]: string | number | boolean | {
@@ -4680,9 +4651,7 @@ export declare function createAdminRpcClients(baseURL: string): {
4680
4651
  includes?: boolean;
4681
4652
  flatMap?: boolean;
4682
4653
  flat?: boolean;
4683
- at?: boolean;
4684
4654
  };
4685
- at: never;
4686
4655
  };
4687
4656
  };
4688
4657
  id: string;
@@ -4792,6 +4761,8 @@ export declare function createAdminRpcClients(baseURL: string): {
4792
4761
  siteUrl: string;
4793
4762
  domain: string;
4794
4763
  metaPixelId: string | null;
4764
+ paystackPublicKey: string | null;
4765
+ paystackSecretKey: string | null;
4795
4766
  };
4796
4767
  deliveryZone: {
4797
4768
  deliveryCost: number;
@@ -4907,9 +4878,7 @@ export declare function createAdminRpcClients(baseURL: string): {
4907
4878
  includes?: boolean;
4908
4879
  flatMap?: boolean;
4909
4880
  flat?: boolean;
4910
- at?: boolean;
4911
4881
  };
4912
- at: never;
4913
4882
  };
4914
4883
  } | {
4915
4884
  [x: number]: string | number | boolean | {
@@ -4982,9 +4951,7 @@ export declare function createAdminRpcClients(baseURL: string): {
4982
4951
  includes?: boolean;
4983
4952
  flatMap?: boolean;
4984
4953
  flat?: boolean;
4985
- at?: boolean;
4986
4954
  };
4987
- at: never;
4988
4955
  };
4989
4956
  };
4990
4957
  id: string;
@@ -5066,6 +5033,8 @@ export declare function createAdminRpcClients(baseURL: string): {
5066
5033
  siteUrl: string;
5067
5034
  domain: string;
5068
5035
  metaPixelId: string | null;
5036
+ paystackPublicKey: string | null;
5037
+ paystackSecretKey: string | null;
5069
5038
  createdAt: string;
5070
5039
  updatedAt: string;
5071
5040
  deletedAt: string;
@@ -5190,9 +5159,7 @@ export declare function createAdminRpcClients(baseURL: string): {
5190
5159
  includes?: boolean;
5191
5160
  flatMap?: boolean;
5192
5161
  flat?: boolean;
5193
- at?: boolean;
5194
5162
  };
5195
- at: never;
5196
5163
  };
5197
5164
  } | {
5198
5165
  [x: number]: string | number | boolean | {
@@ -5265,9 +5232,7 @@ export declare function createAdminRpcClients(baseURL: string): {
5265
5232
  includes?: boolean;
5266
5233
  flatMap?: boolean;
5267
5234
  flat?: boolean;
5268
- at?: boolean;
5269
5235
  };
5270
- at: never;
5271
5236
  };
5272
5237
  };
5273
5238
  id: string;
@@ -5388,6 +5353,8 @@ export declare function createAdminRpcClients(baseURL: string): {
5388
5353
  siteUrl: string;
5389
5354
  domain: string;
5390
5355
  metaPixelId: string | null;
5356
+ paystackPublicKey: string | null;
5357
+ paystackSecretKey: string | null;
5391
5358
  };
5392
5359
  deliveryZone: {
5393
5360
  deliveryCost: number;
@@ -5503,9 +5470,7 @@ export declare function createAdminRpcClients(baseURL: string): {
5503
5470
  includes?: boolean;
5504
5471
  flatMap?: boolean;
5505
5472
  flat?: boolean;
5506
- at?: boolean;
5507
5473
  };
5508
- at: never;
5509
5474
  };
5510
5475
  } | {
5511
5476
  [x: number]: string | number | boolean | {
@@ -5578,9 +5543,7 @@ export declare function createAdminRpcClients(baseURL: string): {
5578
5543
  includes?: boolean;
5579
5544
  flatMap?: boolean;
5580
5545
  flat?: boolean;
5581
- at?: boolean;
5582
5546
  };
5583
- at: never;
5584
5547
  };
5585
5548
  };
5586
5549
  id: string;
@@ -5691,6 +5654,8 @@ export declare function createAdminRpcClients(baseURL: string): {
5691
5654
  siteUrl: string;
5692
5655
  domain: string;
5693
5656
  metaPixelId: string | null;
5657
+ paystackPublicKey: string | null;
5658
+ paystackSecretKey: string | null;
5694
5659
  createdAt: string;
5695
5660
  updatedAt: string;
5696
5661
  deletedAt: string;
@@ -5719,6 +5684,8 @@ export declare function createAdminRpcClients(baseURL: string): {
5719
5684
  siteUrl: string;
5720
5685
  domain: string;
5721
5686
  metaPixelId: string | null;
5687
+ paystackPublicKey: string | null;
5688
+ paystackSecretKey: string | null;
5722
5689
  createdAt: string;
5723
5690
  updatedAt: string;
5724
5691
  deletedAt: string;
@@ -5767,6 +5734,8 @@ export declare function createAdminRpcClients(baseURL: string): {
5767
5734
  siteUrl: string;
5768
5735
  domain: string;
5769
5736
  metaPixelId: string | null;
5737
+ paystackPublicKey: string | null;
5738
+ paystackSecretKey: string | null;
5770
5739
  createdAt: string;
5771
5740
  updatedAt: string;
5772
5741
  deletedAt: string;
@@ -5803,6 +5772,8 @@ export declare function createAdminRpcClients(baseURL: string): {
5803
5772
  siteUrl: string;
5804
5773
  domain: string;
5805
5774
  metaPixelId: string | null;
5775
+ paystackPublicKey: string | null;
5776
+ paystackSecretKey: string | null;
5806
5777
  createdAt: string;
5807
5778
  updatedAt: string;
5808
5779
  deletedAt: string;
@@ -5862,6 +5833,8 @@ export declare function createAdminRpcClients(baseURL: string): {
5862
5833
  siteUrl: string;
5863
5834
  domain: string;
5864
5835
  metaPixelId: string | null;
5836
+ paystackPublicKey: string | null;
5837
+ paystackSecretKey: string | null;
5865
5838
  };
5866
5839
  variants: {
5867
5840
  createdAt: string;
@@ -5957,9 +5930,7 @@ export declare function createAdminRpcClients(baseURL: string): {
5957
5930
  includes?: boolean;
5958
5931
  flatMap?: boolean;
5959
5932
  flat?: boolean;
5960
- at?: boolean;
5961
5933
  };
5962
- at: never;
5963
5934
  };
5964
5935
  } | {
5965
5936
  [x: number]: string | number | boolean | {
@@ -6032,9 +6003,7 @@ export declare function createAdminRpcClients(baseURL: string): {
6032
6003
  includes?: boolean;
6033
6004
  flatMap?: boolean;
6034
6005
  flat?: boolean;
6035
- at?: boolean;
6036
6006
  };
6037
- at: never;
6038
6007
  };
6039
6008
  }[];
6040
6009
  outputFormat: "json";
@@ -6065,6 +6034,8 @@ export declare function createAdminRpcClients(baseURL: string): {
6065
6034
  siteUrl: string;
6066
6035
  domain: string;
6067
6036
  metaPixelId: string | null;
6037
+ paystackPublicKey: string | null;
6038
+ paystackSecretKey: string | null;
6068
6039
  };
6069
6040
  variants: {
6070
6041
  createdAt: string;
@@ -6160,9 +6131,7 @@ export declare function createAdminRpcClients(baseURL: string): {
6160
6131
  includes?: boolean;
6161
6132
  flatMap?: boolean;
6162
6133
  flat?: boolean;
6163
- at?: boolean;
6164
6134
  };
6165
- at: never;
6166
6135
  };
6167
6136
  } | {
6168
6137
  [x: number]: string | number | boolean | {
@@ -6235,9 +6204,7 @@ export declare function createAdminRpcClients(baseURL: string): {
6235
6204
  includes?: boolean;
6236
6205
  flatMap?: boolean;
6237
6206
  flat?: boolean;
6238
- at?: boolean;
6239
6207
  };
6240
- at: never;
6241
6208
  };
6242
6209
  };
6243
6210
  outputFormat: "json";
@@ -6289,6 +6256,8 @@ export declare function createAdminRpcClients(baseURL: string): {
6289
6256
  siteUrl: string;
6290
6257
  domain: string;
6291
6258
  metaPixelId: string | null;
6259
+ paystackPublicKey: string | null;
6260
+ paystackSecretKey: string | null;
6292
6261
  };
6293
6262
  variants: {
6294
6263
  createdAt: string;
@@ -6384,9 +6353,7 @@ export declare function createAdminRpcClients(baseURL: string): {
6384
6353
  includes?: boolean;
6385
6354
  flatMap?: boolean;
6386
6355
  flat?: boolean;
6387
- at?: boolean;
6388
6356
  };
6389
- at: never;
6390
6357
  };
6391
6358
  } | {
6392
6359
  [x: number]: string | number | boolean | {
@@ -6459,9 +6426,7 @@ export declare function createAdminRpcClients(baseURL: string): {
6459
6426
  includes?: boolean;
6460
6427
  flatMap?: boolean;
6461
6428
  flat?: boolean;
6462
- at?: boolean;
6463
6429
  };
6464
- at: never;
6465
6430
  };
6466
6431
  };
6467
6432
  outputFormat: "json";
@@ -6500,6 +6465,8 @@ export declare function createAdminRpcClients(baseURL: string): {
6500
6465
  siteUrl: string;
6501
6466
  domain: string;
6502
6467
  metaPixelId: string | null;
6468
+ paystackPublicKey: string | null;
6469
+ paystackSecretKey: string | null;
6503
6470
  };
6504
6471
  variants: {
6505
6472
  createdAt: string;
@@ -6595,9 +6562,7 @@ export declare function createAdminRpcClients(baseURL: string): {
6595
6562
  includes?: boolean;
6596
6563
  flatMap?: boolean;
6597
6564
  flat?: boolean;
6598
- at?: boolean;
6599
6565
  };
6600
- at: never;
6601
6566
  };
6602
6567
  } | {
6603
6568
  [x: number]: string | number | boolean | {
@@ -6670,9 +6635,7 @@ export declare function createAdminRpcClients(baseURL: string): {
6670
6635
  includes?: boolean;
6671
6636
  flatMap?: boolean;
6672
6637
  flat?: boolean;
6673
- at?: boolean;
6674
6638
  };
6675
- at: never;
6676
6639
  };
6677
6640
  };
6678
6641
  outputFormat: "json";
@@ -7102,6 +7065,8 @@ export declare function createAdminRpcClients(baseURL: string): {
7102
7065
  siteUrl: string;
7103
7066
  domain: string;
7104
7067
  metaPixelId: string | null;
7068
+ paystackPublicKey: string | null;
7069
+ paystackSecretKey: string | null;
7105
7070
  createdAt: string;
7106
7071
  updatedAt: string;
7107
7072
  deletedAt: string;
@@ -7186,9 +7151,7 @@ export declare function createAdminRpcClients(baseURL: string): {
7186
7151
  includes?: boolean;
7187
7152
  flatMap?: boolean;
7188
7153
  flat?: boolean;
7189
- at?: boolean;
7190
7154
  };
7191
- at: never;
7192
7155
  };
7193
7156
  } | {
7194
7157
  [x: number]: string | number | boolean | {
@@ -7261,9 +7224,7 @@ export declare function createAdminRpcClients(baseURL: string): {
7261
7224
  includes?: boolean;
7262
7225
  flatMap?: boolean;
7263
7226
  flat?: boolean;
7264
- at?: boolean;
7265
7227
  };
7266
- at: never;
7267
7228
  };
7268
7229
  };
7269
7230
  id: string;
@@ -7468,9 +7429,7 @@ export declare function createAdminRpcClients(baseURL: string): {
7468
7429
  includes?: boolean;
7469
7430
  flatMap?: boolean;
7470
7431
  flat?: boolean;
7471
- at?: boolean;
7472
7432
  };
7473
- at: never;
7474
7433
  };
7475
7434
  } | {
7476
7435
  [x: number]: string | number | boolean | {
@@ -7543,9 +7502,7 @@ export declare function createAdminRpcClients(baseURL: string): {
7543
7502
  includes?: boolean;
7544
7503
  flatMap?: boolean;
7545
7504
  flat?: boolean;
7546
- at?: boolean;
7547
7505
  };
7548
- at: never;
7549
7506
  };
7550
7507
  createdAt: string;
7551
7508
  variant: {
@@ -7652,6 +7609,8 @@ export declare function createAdminRpcClients(baseURL: string): {
7652
7609
  siteUrl: string;
7653
7610
  domain: string;
7654
7611
  metaPixelId: string | null;
7612
+ paystackPublicKey: string | null;
7613
+ paystackSecretKey: string | null;
7655
7614
  };
7656
7615
  deliveryZone: {
7657
7616
  deliveryCost: number;
@@ -7767,9 +7726,7 @@ export declare function createAdminRpcClients(baseURL: string): {
7767
7726
  includes?: boolean;
7768
7727
  flatMap?: boolean;
7769
7728
  flat?: boolean;
7770
- at?: boolean;
7771
7729
  };
7772
- at: never;
7773
7730
  };
7774
7731
  } | {
7775
7732
  [x: number]: string | number | boolean | {
@@ -7842,9 +7799,7 @@ export declare function createAdminRpcClients(baseURL: string): {
7842
7799
  includes?: boolean;
7843
7800
  flatMap?: boolean;
7844
7801
  flat?: boolean;
7845
- at?: boolean;
7846
7802
  };
7847
- at: never;
7848
7803
  };
7849
7804
  };
7850
7805
  id: string;
@@ -7944,6 +7899,8 @@ export declare function createAdminRpcClients(baseURL: string): {
7944
7899
  siteUrl: string;
7945
7900
  domain: string;
7946
7901
  metaPixelId: string | null;
7902
+ paystackPublicKey: string | null;
7903
+ paystackSecretKey: string | null;
7947
7904
  };
7948
7905
  deliveryZone: {
7949
7906
  deliveryCost: number;
@@ -8059,9 +8016,7 @@ export declare function createAdminRpcClients(baseURL: string): {
8059
8016
  includes?: boolean;
8060
8017
  flatMap?: boolean;
8061
8018
  flat?: boolean;
8062
- at?: boolean;
8063
8019
  };
8064
- at: never;
8065
8020
  };
8066
8021
  } | {
8067
8022
  [x: number]: string | number | boolean | {
@@ -8134,9 +8089,7 @@ export declare function createAdminRpcClients(baseURL: string): {
8134
8089
  includes?: boolean;
8135
8090
  flatMap?: boolean;
8136
8091
  flat?: boolean;
8137
- at?: boolean;
8138
8092
  };
8139
- at: never;
8140
8093
  };
8141
8094
  };
8142
8095
  id: string;
@@ -8221,6 +8174,8 @@ export declare function createAdminRpcClients(baseURL: string): {
8221
8174
  siteUrl: string;
8222
8175
  domain: string;
8223
8176
  metaPixelId: string | null;
8177
+ paystackPublicKey: string | null;
8178
+ paystackSecretKey: string | null;
8224
8179
  };
8225
8180
  customerPhone: string;
8226
8181
  customerEmail: string;
@@ -8340,9 +8295,7 @@ export declare function createAdminRpcClients(baseURL: string): {
8340
8295
  includes?: boolean;
8341
8296
  flatMap?: boolean;
8342
8297
  flat?: boolean;
8343
- at?: boolean;
8344
8298
  };
8345
- at: never;
8346
8299
  };
8347
8300
  } | {
8348
8301
  [x: number]: string | number | boolean | {
@@ -8415,9 +8368,7 @@ export declare function createAdminRpcClients(baseURL: string): {
8415
8368
  includes?: boolean;
8416
8369
  flatMap?: boolean;
8417
8370
  flat?: boolean;
8418
- at?: boolean;
8419
8371
  };
8420
- at: never;
8421
8372
  };
8422
8373
  };
8423
8374
  id: string;
@@ -8508,6 +8459,8 @@ export declare function createAdminRpcClients(baseURL: string): {
8508
8459
  siteUrl: string;
8509
8460
  domain: string;
8510
8461
  metaPixelId: string | null;
8462
+ paystackPublicKey: string | null;
8463
+ paystackSecretKey: string | null;
8511
8464
  };
8512
8465
  customerPhone: string;
8513
8466
  customerEmail: string;
@@ -8627,9 +8580,7 @@ export declare function createAdminRpcClients(baseURL: string): {
8627
8580
  includes?: boolean;
8628
8581
  flatMap?: boolean;
8629
8582
  flat?: boolean;
8630
- at?: boolean;
8631
8583
  };
8632
- at: never;
8633
8584
  };
8634
8585
  } | {
8635
8586
  [x: number]: string | number | boolean | {
@@ -8702,9 +8653,7 @@ export declare function createAdminRpcClients(baseURL: string): {
8702
8653
  includes?: boolean;
8703
8654
  flatMap?: boolean;
8704
8655
  flat?: boolean;
8705
- at?: boolean;
8706
8656
  };
8707
- at: never;
8708
8657
  };
8709
8658
  };
8710
8659
  id: string;
@@ -8837,6 +8786,8 @@ export declare function createAdminRpcClients(baseURL: string): {
8837
8786
  siteUrl: string;
8838
8787
  domain: string;
8839
8788
  metaPixelId: string | null;
8789
+ paystackPublicKey: string | null;
8790
+ paystackSecretKey: string | null;
8840
8791
  };
8841
8792
  isExpired: boolean;
8842
8793
  usagePercentage: number;
@@ -8916,6 +8867,8 @@ export declare function createAdminRpcClients(baseURL: string): {
8916
8867
  siteUrl: string;
8917
8868
  domain: string;
8918
8869
  metaPixelId: string | null;
8870
+ paystackPublicKey: string | null;
8871
+ paystackSecretKey: string | null;
8919
8872
  };
8920
8873
  isExpired: boolean;
8921
8874
  usagePercentage: number;
@@ -8992,6 +8945,8 @@ export declare function createAdminRpcClients(baseURL: string): {
8992
8945
  siteUrl: string;
8993
8946
  domain: string;
8994
8947
  metaPixelId: string | null;
8948
+ paystackPublicKey: string | null;
8949
+ paystackSecretKey: string | null;
8995
8950
  };
8996
8951
  isExpired: boolean;
8997
8952
  usagePercentage: number;
@@ -9080,6 +9035,8 @@ export declare function createAdminRpcClients(baseURL: string): {
9080
9035
  siteUrl: string;
9081
9036
  domain: string;
9082
9037
  metaPixelId: string | null;
9038
+ paystackPublicKey: string | null;
9039
+ paystackSecretKey: string | null;
9083
9040
  };
9084
9041
  isExpired: boolean;
9085
9042
  usagePercentage: number;
@@ -9198,6 +9155,8 @@ export declare function createAdminRpcClients(baseURL: string): {
9198
9155
  siteUrl: string;
9199
9156
  domain: string;
9200
9157
  metaPixelId: string | null;
9158
+ paystackPublicKey: string | null;
9159
+ paystackSecretKey: string | null;
9201
9160
  };
9202
9161
  isExpired: boolean;
9203
9162
  id: string;
@@ -9310,6 +9269,8 @@ export declare function createAdminRpcClients(baseURL: string): {
9310
9269
  siteUrl: string;
9311
9270
  domain: string;
9312
9271
  metaPixelId: string | null;
9272
+ paystackPublicKey: string | null;
9273
+ paystackSecretKey: string | null;
9313
9274
  };
9314
9275
  stateName: string;
9315
9276
  brandName: string;
@@ -9498,6 +9459,8 @@ export declare function createAdminRpcClients(baseURL: string): {
9498
9459
  siteUrl: string;
9499
9460
  domain: string;
9500
9461
  metaPixelId: string | null;
9462
+ paystackPublicKey: string | null;
9463
+ paystackSecretKey: string | null;
9501
9464
  };
9502
9465
  stateName: string;
9503
9466
  brandName: string;
@@ -9574,6 +9537,8 @@ export declare function createAdminRpcClients(baseURL: string): {
9574
9537
  siteUrl: string;
9575
9538
  domain: string;
9576
9539
  metaPixelId: string | null;
9540
+ paystackPublicKey: string | null;
9541
+ paystackSecretKey: string | null;
9577
9542
  };
9578
9543
  stateName: string;
9579
9544
  brandName: string;
@@ -9665,6 +9630,8 @@ export declare function createAdminRpcClients(baseURL: string): {
9665
9630
  siteUrl: string;
9666
9631
  domain: string;
9667
9632
  metaPixelId: string | null;
9633
+ paystackPublicKey: string | null;
9634
+ paystackSecretKey: string | null;
9668
9635
  };
9669
9636
  stateName: string;
9670
9637
  brandName: string;