@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
@@ -11,4 +11,6 @@ export declare function formatBrandResponse(brand: BrandDBResponse): {
11
11
  siteUrl: string;
12
12
  domain: string;
13
13
  metaPixelId: string | null;
14
+ paystackPublicKey: string | null;
15
+ paystackSecretKey: string | null;
14
16
  };
@@ -57,6 +57,8 @@ declare function getCartWithRelations(prisma: PrismaClient, cartId: string): Pro
57
57
  siteUrl: string;
58
58
  domain: string;
59
59
  metaPixelId: string | null;
60
+ paystackPublicKey: string | null;
61
+ paystackSecretKey: string | null;
60
62
  createdAt: Date;
61
63
  updatedAt: Date;
62
64
  deletedAt: Date | null;
@@ -185,6 +187,8 @@ export declare function buildCartResponse(prisma: PrismaClient, cart: NonNullabl
185
187
  siteUrl: string;
186
188
  domain: string;
187
189
  metaPixelId: string | null;
190
+ paystackPublicKey: string | null;
191
+ paystackSecretKey: string | null;
188
192
  };
189
193
  customerPhone: string;
190
194
  customerEmail: string;
@@ -37,6 +37,8 @@ export declare function buildCartResponseWithPricing(prisma: PrismaClient, cart:
37
37
  siteUrl: string;
38
38
  domain: string;
39
39
  metaPixelId: string | null;
40
+ paystackPublicKey: string | null;
41
+ paystackSecretKey: string | null;
40
42
  };
41
43
  customerPhone: string;
42
44
  customerEmail: string;
@@ -39,6 +39,8 @@ export declare function formatDeliveryZoneResponse(deliveryZone: DeliveryZoneDBR
39
39
  siteUrl: string;
40
40
  domain: string;
41
41
  metaPixelId: string | null;
42
+ paystackPublicKey: string | null;
43
+ paystackSecretKey: string | null;
42
44
  };
43
45
  stateName: string;
44
46
  brandName: string;
@@ -22,6 +22,8 @@ export declare function formatDiscountCodeResponse(discountCode: DiscountCodeDBR
22
22
  siteUrl: string;
23
23
  domain: string;
24
24
  metaPixelId: string | null;
25
+ paystackPublicKey: string | null;
26
+ paystackSecretKey: string | null;
25
27
  };
26
28
  isExpired: boolean;
27
29
  usagePercentage: number;
@@ -37,6 +37,8 @@ export declare function findProspectOrdersForRecovery(prisma: PrismaClient, atte
37
37
  siteUrl: string;
38
38
  domain: string;
39
39
  metaPixelId: string | null;
40
+ paystackPublicKey: string | null;
41
+ paystackSecretKey: string | null;
40
42
  createdAt: Date;
41
43
  updatedAt: Date;
42
44
  deletedAt: Date | null;
@@ -161,6 +163,8 @@ export declare function prepareOrderForRecoveryAttempt(prisma: PrismaClient, ord
161
163
  siteUrl: string;
162
164
  domain: string;
163
165
  metaPixelId: string | null;
166
+ paystackPublicKey: string | null;
167
+ paystackSecretKey: string | null;
164
168
  createdAt: Date;
165
169
  updatedAt: Date;
166
170
  deletedAt: Date | null;
@@ -294,6 +298,8 @@ export declare function confirmProspectOrder(prisma: PrismaClient, orderId: stri
294
298
  siteUrl: string;
295
299
  domain: string;
296
300
  metaPixelId: string | null;
301
+ paystackPublicKey: string | null;
302
+ paystackSecretKey: string | null;
297
303
  createdAt: Date;
298
304
  updatedAt: Date;
299
305
  deletedAt: Date | null;
@@ -41,6 +41,8 @@ export declare function formatOrderResponse(order: OrderDBResponse): {
41
41
  siteUrl: string;
42
42
  domain: string;
43
43
  metaPixelId: string | null;
44
+ paystackPublicKey: string | null;
45
+ paystackSecretKey: string | null;
44
46
  };
45
47
  deliveryZone: {
46
48
  deliveryCost: number;
@@ -39,6 +39,8 @@ export declare function formatProductResponse(product: ProductDBResponse): {
39
39
  siteUrl: string;
40
40
  domain: string;
41
41
  metaPixelId: string | null;
42
+ paystackPublicKey: string | null;
43
+ paystackSecretKey: string | null;
42
44
  };
43
45
  variants: {
44
46
  createdAt: string;
@@ -17,6 +17,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
17
17
  siteUrl: string;
18
18
  domain: string;
19
19
  metaPixelId: string | null;
20
+ paystackPublicKey: string | null;
21
+ paystackSecretKey: string | null;
20
22
  };
21
23
  customerPhone: string;
22
24
  customerEmail: string;
@@ -136,9 +138,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
136
138
  includes?: boolean;
137
139
  flatMap?: boolean;
138
140
  flat?: boolean;
139
- at?: boolean;
140
141
  };
141
- at: never;
142
142
  };
143
143
  } | {
144
144
  [x: number]: string | number | boolean | {
@@ -211,9 +211,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
211
211
  includes?: boolean;
212
212
  flatMap?: boolean;
213
213
  flat?: boolean;
214
- at?: boolean;
215
214
  };
216
- at: never;
217
215
  };
218
216
  };
219
217
  id: string;
@@ -355,6 +353,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
355
353
  siteUrl: string;
356
354
  domain: string;
357
355
  metaPixelId: string | null;
356
+ paystackPublicKey: string | null;
357
+ paystackSecretKey: string | null;
358
358
  };
359
359
  customerPhone: string;
360
360
  customerEmail: string;
@@ -474,9 +474,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
474
474
  includes?: boolean;
475
475
  flatMap?: boolean;
476
476
  flat?: boolean;
477
- at?: boolean;
478
477
  };
479
- at: never;
480
478
  };
481
479
  } | {
482
480
  [x: number]: string | number | boolean | {
@@ -549,9 +547,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
549
547
  includes?: boolean;
550
548
  flatMap?: boolean;
551
549
  flat?: boolean;
552
- at?: boolean;
553
550
  };
554
- at: never;
555
551
  };
556
552
  };
557
553
  id: string;
@@ -11,6 +11,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
11
11
  siteUrl: string;
12
12
  domain: string;
13
13
  metaPixelId: string | null;
14
+ paystackPublicKey: string | null;
15
+ paystackSecretKey: string | null;
14
16
  createdAt: string;
15
17
  updatedAt: string;
16
18
  deletedAt: string;
@@ -59,6 +61,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
59
61
  siteUrl: string;
60
62
  domain: string;
61
63
  metaPixelId: string | null;
64
+ paystackPublicKey: string | null;
65
+ paystackSecretKey: string | null;
62
66
  createdAt: string;
63
67
  updatedAt: string;
64
68
  deletedAt: string;
@@ -93,6 +97,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
93
97
  siteUrl: string;
94
98
  domain: string;
95
99
  metaPixelId: string | null;
100
+ paystackPublicKey: string | null;
101
+ paystackSecretKey: string | null;
96
102
  createdAt: string;
97
103
  updatedAt: string;
98
104
  deletedAt: string;
@@ -127,6 +133,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
127
133
  siteUrl: string;
128
134
  domain: string;
129
135
  metaPixelId: string | null;
136
+ paystackPublicKey: string | null;
137
+ paystackSecretKey: string | null;
130
138
  createdAt: string;
131
139
  updatedAt: string;
132
140
  deletedAt: string;
@@ -50,6 +50,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
50
50
  siteUrl: string;
51
51
  domain: string;
52
52
  metaPixelId: string | null;
53
+ paystackPublicKey: string | null;
54
+ paystackSecretKey: string | null;
53
55
  };
54
56
  deliveryZone: {
55
57
  deliveryCost: number;
@@ -165,9 +167,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
165
167
  includes?: boolean;
166
168
  flatMap?: boolean;
167
169
  flat?: boolean;
168
- at?: boolean;
169
170
  };
170
- at: never;
171
171
  };
172
172
  } | {
173
173
  [x: number]: string | number | boolean | {
@@ -240,9 +240,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
240
240
  includes?: boolean;
241
241
  flatMap?: boolean;
242
242
  flat?: boolean;
243
- at?: boolean;
244
243
  };
245
- at: never;
246
244
  };
247
245
  };
248
246
  id: string;
@@ -21,6 +21,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
21
21
  siteUrl: string;
22
22
  domain: string;
23
23
  metaPixelId: string | null;
24
+ paystackPublicKey: string | null;
25
+ paystackSecretKey: string | null;
24
26
  };
25
27
  stateName: string;
26
28
  brandName: string;
@@ -211,6 +213,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
211
213
  siteUrl: string;
212
214
  domain: string;
213
215
  metaPixelId: string | null;
216
+ paystackPublicKey: string | null;
217
+ paystackSecretKey: string | null;
214
218
  };
215
219
  stateName: string;
216
220
  brandName: string;
@@ -289,6 +293,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
289
293
  siteUrl: string;
290
294
  domain: string;
291
295
  metaPixelId: string | null;
296
+ paystackPublicKey: string | null;
297
+ paystackSecretKey: string | null;
292
298
  };
293
299
  stateName: string;
294
300
  brandName: string;
@@ -379,6 +385,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
379
385
  siteUrl: string;
380
386
  domain: string;
381
387
  metaPixelId: string | null;
388
+ paystackPublicKey: string | null;
389
+ paystackSecretKey: string | null;
382
390
  };
383
391
  stateName: string;
384
392
  brandName: string;
@@ -22,6 +22,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
22
22
  siteUrl: string;
23
23
  domain: string;
24
24
  metaPixelId: string | null;
25
+ paystackPublicKey: string | null;
26
+ paystackSecretKey: string | null;
25
27
  };
26
28
  isExpired: boolean;
27
29
  usagePercentage: number;
@@ -105,6 +107,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
105
107
  siteUrl: string;
106
108
  domain: string;
107
109
  metaPixelId: string | null;
110
+ paystackPublicKey: string | null;
111
+ paystackSecretKey: string | null;
108
112
  };
109
113
  isExpired: boolean;
110
114
  usagePercentage: number;
@@ -183,6 +187,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
183
187
  siteUrl: string;
184
188
  domain: string;
185
189
  metaPixelId: string | null;
190
+ paystackPublicKey: string | null;
191
+ paystackSecretKey: string | null;
186
192
  };
187
193
  isExpired: boolean;
188
194
  usagePercentage: number;
@@ -269,6 +275,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
269
275
  siteUrl: string;
270
276
  domain: string;
271
277
  metaPixelId: string | null;
278
+ paystackPublicKey: string | null;
279
+ paystackSecretKey: string | null;
272
280
  };
273
281
  isExpired: boolean;
274
282
  usagePercentage: number;
@@ -388,6 +396,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
388
396
  siteUrl: string;
389
397
  domain: string;
390
398
  metaPixelId: string | null;
399
+ paystackPublicKey: string | null;
400
+ paystackSecretKey: string | null;
391
401
  };
392
402
  isExpired: boolean;
393
403
  id: string;
@@ -141,9 +141,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
141
141
  includes?: boolean;
142
142
  flatMap?: boolean;
143
143
  flat?: boolean;
144
- at?: boolean;
145
144
  };
146
- at: never;
147
145
  };
148
146
  } | {
149
147
  [x: number]: string | number | boolean | {
@@ -216,9 +214,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
216
214
  includes?: boolean;
217
215
  flatMap?: boolean;
218
216
  flat?: boolean;
219
- at?: boolean;
220
217
  };
221
- at: never;
222
218
  };
223
219
  createdAt: string;
224
220
  variant: {
@@ -24,6 +24,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
24
24
  siteUrl: string;
25
25
  domain: string;
26
26
  metaPixelId: string | null;
27
+ paystackPublicKey: string | null;
28
+ paystackSecretKey: string | null;
27
29
  };
28
30
  deliveryZone: {
29
31
  deliveryCost: number;
@@ -139,9 +141,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
139
141
  includes?: boolean;
140
142
  flatMap?: boolean;
141
143
  flat?: boolean;
142
- at?: boolean;
143
144
  };
144
- at: never;
145
145
  };
146
146
  } | {
147
147
  [x: number]: string | number | boolean | {
@@ -214,9 +214,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
214
214
  includes?: boolean;
215
215
  flatMap?: boolean;
216
216
  flat?: boolean;
217
- at?: boolean;
218
217
  };
219
- at: never;
220
218
  };
221
219
  };
222
220
  id: string;
@@ -317,6 +315,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
317
315
  siteUrl: string;
318
316
  domain: string;
319
317
  metaPixelId: string | null;
318
+ paystackPublicKey: string | null;
319
+ paystackSecretKey: string | null;
320
320
  };
321
321
  deliveryZone: {
322
322
  deliveryCost: number;
@@ -432,9 +432,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
432
432
  includes?: boolean;
433
433
  flatMap?: boolean;
434
434
  flat?: boolean;
435
- at?: boolean;
436
435
  };
437
- at: never;
438
436
  };
439
437
  } | {
440
438
  [x: number]: string | number | boolean | {
@@ -507,9 +505,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
507
505
  includes?: boolean;
508
506
  flatMap?: boolean;
509
507
  flat?: boolean;
510
- at?: boolean;
511
508
  };
512
- at: never;
513
509
  };
514
510
  };
515
511
  id: string;
@@ -610,6 +606,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
610
606
  siteUrl: string;
611
607
  domain: string;
612
608
  metaPixelId: string | null;
609
+ paystackPublicKey: string | null;
610
+ paystackSecretKey: string | null;
613
611
  };
614
612
  deliveryZone: {
615
613
  deliveryCost: number;
@@ -725,9 +723,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
725
723
  includes?: boolean;
726
724
  flatMap?: boolean;
727
725
  flat?: boolean;
728
- at?: boolean;
729
726
  };
730
- at: never;
731
727
  };
732
728
  } | {
733
729
  [x: number]: string | number | boolean | {
@@ -800,9 +796,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
800
796
  includes?: boolean;
801
797
  flatMap?: boolean;
802
798
  flat?: boolean;
803
- at?: boolean;
804
799
  };
805
- at: never;
806
800
  };
807
801
  };
808
802
  id: string;
@@ -914,6 +908,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
914
908
  siteUrl: string;
915
909
  domain: string;
916
910
  metaPixelId: string | null;
911
+ paystackPublicKey: string | null;
912
+ paystackSecretKey: string | null;
917
913
  };
918
914
  deliveryZone: {
919
915
  deliveryCost: number;
@@ -1029,9 +1025,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1029
1025
  includes?: boolean;
1030
1026
  flatMap?: boolean;
1031
1027
  flat?: boolean;
1032
- at?: boolean;
1033
1028
  };
1034
- at: never;
1035
1029
  };
1036
1030
  } | {
1037
1031
  [x: number]: string | number | boolean | {
@@ -1104,9 +1098,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1104
1098
  includes?: boolean;
1105
1099
  flatMap?: boolean;
1106
1100
  flat?: boolean;
1107
- at?: boolean;
1108
1101
  };
1109
- at: never;
1110
1102
  };
1111
1103
  };
1112
1104
  id: string;
@@ -1188,6 +1180,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1188
1180
  siteUrl: string;
1189
1181
  domain: string;
1190
1182
  metaPixelId: string | null;
1183
+ paystackPublicKey: string | null;
1184
+ paystackSecretKey: string | null;
1191
1185
  createdAt: string;
1192
1186
  updatedAt: string;
1193
1187
  deletedAt: string;
@@ -1312,9 +1306,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1312
1306
  includes?: boolean;
1313
1307
  flatMap?: boolean;
1314
1308
  flat?: boolean;
1315
- at?: boolean;
1316
1309
  };
1317
- at: never;
1318
1310
  };
1319
1311
  } | {
1320
1312
  [x: number]: string | number | boolean | {
@@ -1387,9 +1379,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1387
1379
  includes?: boolean;
1388
1380
  flatMap?: boolean;
1389
1381
  flat?: boolean;
1390
- at?: boolean;
1391
1382
  };
1392
- at: never;
1393
1383
  };
1394
1384
  };
1395
1385
  id: string;
@@ -1489,6 +1479,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1489
1479
  siteUrl: string;
1490
1480
  domain: string;
1491
1481
  metaPixelId: string | null;
1482
+ paystackPublicKey: string | null;
1483
+ paystackSecretKey: string | null;
1492
1484
  };
1493
1485
  deliveryZone: {
1494
1486
  deliveryCost: number;
@@ -1604,9 +1596,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1604
1596
  includes?: boolean;
1605
1597
  flatMap?: boolean;
1606
1598
  flat?: boolean;
1607
- at?: boolean;
1608
1599
  };
1609
- at: never;
1610
1600
  };
1611
1601
  } | {
1612
1602
  [x: number]: string | number | boolean | {
@@ -1679,9 +1669,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
1679
1669
  includes?: boolean;
1680
1670
  flatMap?: boolean;
1681
1671
  flat?: boolean;
1682
- at?: boolean;
1683
1672
  };
1684
- at: never;
1685
1673
  };
1686
1674
  };
1687
1675
  id: string;
@@ -15,6 +15,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
15
15
  siteUrl: string;
16
16
  domain: string;
17
17
  metaPixelId: string | null;
18
+ paystackPublicKey: string | null;
19
+ paystackSecretKey: string | null;
18
20
  };
19
21
  variants: {
20
22
  createdAt: string;
@@ -110,9 +112,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
110
112
  includes?: boolean;
111
113
  flatMap?: boolean;
112
114
  flat?: boolean;
113
- at?: boolean;
114
115
  };
115
- at: never;
116
116
  };
117
117
  } | {
118
118
  [x: number]: string | number | boolean | {
@@ -185,9 +185,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
185
185
  includes?: boolean;
186
186
  flatMap?: boolean;
187
187
  flat?: boolean;
188
- at?: boolean;
189
188
  };
190
- at: never;
191
189
  };
192
190
  }[];
193
191
  outputFormat: "json";
@@ -239,6 +237,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
239
237
  siteUrl: string;
240
238
  domain: string;
241
239
  metaPixelId: string | null;
240
+ paystackPublicKey: string | null;
241
+ paystackSecretKey: string | null;
242
242
  };
243
243
  variants: {
244
244
  createdAt: string;
@@ -334,9 +334,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
334
334
  includes?: boolean;
335
335
  flatMap?: boolean;
336
336
  flat?: boolean;
337
- at?: boolean;
338
337
  };
339
- at: never;
340
338
  };
341
339
  } | {
342
340
  [x: number]: string | number | boolean | {
@@ -409,9 +407,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
409
407
  includes?: boolean;
410
408
  flatMap?: boolean;
411
409
  flat?: boolean;
412
- at?: boolean;
413
410
  };
414
- at: never;
415
411
  };
416
412
  };
417
413
  outputFormat: "json";
@@ -448,6 +444,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
448
444
  siteUrl: string;
449
445
  domain: string;
450
446
  metaPixelId: string | null;
447
+ paystackPublicKey: string | null;
448
+ paystackSecretKey: string | null;
451
449
  };
452
450
  variants: {
453
451
  createdAt: string;
@@ -543,9 +541,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
543
541
  includes?: boolean;
544
542
  flatMap?: boolean;
545
543
  flat?: boolean;
546
- at?: boolean;
547
544
  };
548
- at: never;
549
545
  };
550
546
  } | {
551
547
  [x: number]: string | number | boolean | {
@@ -618,9 +614,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
618
614
  includes?: boolean;
619
615
  flatMap?: boolean;
620
616
  flat?: boolean;
621
- at?: boolean;
622
617
  };
623
- at: never;
624
618
  };
625
619
  };
626
620
  outputFormat: "json";
@@ -657,6 +651,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
657
651
  siteUrl: string;
658
652
  domain: string;
659
653
  metaPixelId: string | null;
654
+ paystackPublicKey: string | null;
655
+ paystackSecretKey: string | null;
660
656
  };
661
657
  variants: {
662
658
  createdAt: string;
@@ -752,9 +748,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
752
748
  includes?: boolean;
753
749
  flatMap?: boolean;
754
750
  flat?: boolean;
755
- at?: boolean;
756
751
  };
757
- at: never;
758
752
  };
759
753
  } | {
760
754
  [x: number]: string | number | boolean | {
@@ -827,9 +821,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
827
821
  includes?: boolean;
828
822
  flatMap?: boolean;
829
823
  flat?: boolean;
830
- at?: boolean;
831
824
  };
832
- at: never;
833
825
  };
834
826
  };
835
827
  outputFormat: "json";
@@ -32,6 +32,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
32
32
  siteUrl: string;
33
33
  domain: string;
34
34
  metaPixelId: string | null;
35
+ paystackPublicKey: string | null;
36
+ paystackSecretKey: string | null;
35
37
  };
36
38
  deliveryZone: {
37
39
  deliveryCost: number;
@@ -147,9 +149,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
147
149
  includes?: boolean;
148
150
  flatMap?: boolean;
149
151
  flat?: boolean;
150
- at?: boolean;
151
152
  };
152
- at: never;
153
153
  };
154
154
  } | {
155
155
  [x: number]: string | number | boolean | {
@@ -222,9 +222,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
222
222
  includes?: boolean;
223
223
  flatMap?: boolean;
224
224
  flat?: boolean;
225
- at?: boolean;
226
225
  };
227
- at: never;
228
226
  };
229
227
  };
230
228
  id: string;
@@ -129,6 +129,8 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
129
129
  siteUrl: string;
130
130
  domain: string;
131
131
  metaPixelId: string | null;
132
+ paystackPublicKey: string | null;
133
+ paystackSecretKey: string | null;
132
134
  createdAt: string;
133
135
  updatedAt: string;
134
136
  deletedAt: string;
@@ -213,9 +215,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
213
215
  includes?: boolean;
214
216
  flatMap?: boolean;
215
217
  flat?: boolean;
216
- at?: boolean;
217
218
  };
218
- at: never;
219
219
  };
220
220
  } | {
221
221
  [x: number]: string | number | boolean | {
@@ -288,9 +288,7 @@ declare const app: import("hono/hono-base").HonoBase<AppContext, {
288
288
  includes?: boolean;
289
289
  flatMap?: boolean;
290
290
  flat?: boolean;
291
- at?: boolean;
292
291
  };
293
- at: never;
294
292
  };
295
293
  };
296
294
  id: string;