@helium/blockchain-api 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/dist/index.d.ts +265 -438
  2. package/dist/index.js +115 -106
  3. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -19,18 +19,13 @@ interface ClientOptions {
19
19
  */
20
20
  declare const apiContract: {
21
21
  health: {
22
- check: _orpc_contract.ContractProcedureBuilderWithOutput<_orpc_contract.Schema<unknown, unknown>, zod.ZodObject<{
22
+ check: _orpc_contract.ContractProcedure<_orpc_contract.Schema<unknown, unknown>, zod.ZodObject<{
23
23
  ok: zod.ZodBoolean;
24
24
  error: zod.ZodOptional<zod.ZodString>;
25
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, {
26
- INVALID_WALLET_ADDRESS: {
27
- message: string;
28
- status: number;
29
- };
30
- }>, Record<never, never>>;
25
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, Record<never, never>>>, Record<never, never>>;
31
26
  };
32
27
  tokens: {
33
- getBalances: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
28
+ getBalances: _orpc_contract.ContractProcedure<zod.ZodObject<{
34
29
  walletAddress: zod.ZodString;
35
30
  }, zod_v4_core.$strip>, zod.ZodObject<{
36
31
  totalBalanceUsd: zod.ZodNumber;
@@ -48,13 +43,13 @@ declare const apiContract: {
48
43
  priceUsd: zod.ZodOptional<zod.ZodNumber>;
49
44
  balanceUsd: zod.ZodOptional<zod.ZodNumber>;
50
45
  }, zod_v4_core.$strip>>;
51
- }, zod_v4_core.$strip>, Omit<_orpc_contract.MergedErrorMap<Record<never, never>, {
46
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
52
47
  INVALID_WALLET_ADDRESS: {
53
- message: string;
54
48
  status: number;
49
+ message: string;
55
50
  };
56
- }>, never>, Record<never, never>>;
57
- transfer: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
51
+ }>>>, Record<never, never>>;
52
+ transfer: _orpc_contract.ContractProcedure<zod.ZodObject<{
58
53
  walletAddress: zod.ZodString;
59
54
  mint: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
60
55
  destination: zod.ZodString;
@@ -72,12 +67,7 @@ declare const apiContract: {
72
67
  parallel: zod.ZodBoolean;
73
68
  tag: zod.ZodOptional<zod.ZodString>;
74
69
  }, zod_v4_core.$strip>;
75
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
76
- INVALID_WALLET_ADDRESS: {
77
- message: string;
78
- status: number;
79
- };
80
- }>, {
70
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
81
71
  BAD_REQUEST: {
82
72
  readonly status: 400;
83
73
  readonly message: "Invalid input data provided.";
@@ -93,8 +83,8 @@ declare const apiContract: {
93
83
  available: zod.ZodNumber;
94
84
  }, zod_v4_core.$strip>;
95
85
  };
96
- }>, Record<never, never>>;
97
- createHntAccount: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
86
+ }>>>, Record<never, never>>;
87
+ createHntAccount: _orpc_contract.ContractProcedure<zod.ZodObject<{
98
88
  walletAddress: zod.ZodString;
99
89
  }, zod_v4_core.$strip>, zod.ZodObject<{
100
90
  transactionData: zod.ZodObject<{
@@ -108,15 +98,15 @@ declare const apiContract: {
108
98
  parallel: zod.ZodBoolean;
109
99
  tag: zod.ZodOptional<zod.ZodString>;
110
100
  }, zod_v4_core.$strip>;
111
- }, zod_v4_core.$strip>, Omit<_orpc_contract.MergedErrorMap<Record<never, never>, {
101
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
112
102
  INVALID_WALLET_ADDRESS: {
113
- message: string;
114
103
  status: number;
104
+ message: string;
115
105
  };
116
- }>, never>, Record<never, never>>;
106
+ }>>>, Record<never, never>>;
117
107
  };
118
108
  hotspots: {
119
- getHotspots: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
109
+ getHotspots: _orpc_contract.ContractProcedure<zod.ZodObject<{
120
110
  walletAddress: zod.ZodString;
121
111
  type: zod.ZodOptional<zod.ZodEnum<{
122
112
  iot: "iot";
@@ -157,13 +147,13 @@ declare const apiContract: {
157
147
  total: zod.ZodNumber;
158
148
  page: zod.ZodNumber;
159
149
  totalPages: zod.ZodNumber;
160
- }, zod_v4_core.$strip>, Omit<_orpc_contract.MergedErrorMap<Record<never, never>, {
150
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
161
151
  INVALID_WALLET_ADDRESS: {
162
- message: string;
163
152
  status: number;
153
+ message: string;
164
154
  };
165
- }>, never>, Record<never, never>>;
166
- claimRewards: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
155
+ }>>>, Record<never, never>>;
156
+ claimRewards: _orpc_contract.ContractProcedure<zod.ZodObject<{
167
157
  walletAddress: zod.ZodString;
168
158
  }, zod_v4_core.$strip>, zod.ZodObject<{
169
159
  transactionData: zod.ZodObject<{
@@ -177,12 +167,7 @@ declare const apiContract: {
177
167
  parallel: zod.ZodBoolean;
178
168
  tag: zod.ZodOptional<zod.ZodString>;
179
169
  }, zod_v4_core.$strip>;
180
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
181
- INVALID_WALLET_ADDRESS: {
182
- message: string;
183
- status: number;
184
- };
185
- }>, {
170
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
186
171
  INSUFFICIENT_FUNDS: {
187
172
  readonly status: 400;
188
173
  readonly message: "Insufficient SOL balance to complete this transaction.";
@@ -191,23 +176,22 @@ declare const apiContract: {
191
176
  available: zod.ZodNumber;
192
177
  }, zod_v4_core.$strip>;
193
178
  };
194
- }>, Record<never, never>>;
195
- getPendingRewards: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
179
+ }>>>, Record<never, never>>;
180
+ getPendingRewards: _orpc_contract.ContractProcedure<zod.ZodObject<{
196
181
  walletAddress: zod.ZodString;
197
182
  }, zod_v4_core.$strip>, zod.ZodObject<{
198
183
  pending: zod.ZodString;
199
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
200
- INVALID_WALLET_ADDRESS: {
184
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
185
+ BAD_REQUEST: {
201
186
  message: string;
202
187
  status: number;
203
188
  };
204
- }>, {
205
- BAD_REQUEST: {
206
- message: string;
189
+ INVALID_WALLET_ADDRESS: {
207
190
  status: number;
191
+ message: string;
208
192
  };
209
- }>, Record<never, never>>;
210
- transferHotspot: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
193
+ }>>>, Record<never, never>>;
194
+ transferHotspot: _orpc_contract.ContractProcedure<zod.ZodObject<{
211
195
  walletAddress: zod.ZodString;
212
196
  hotspotPubkey: zod.ZodString;
213
197
  recipient: zod.ZodString;
@@ -223,12 +207,7 @@ declare const apiContract: {
223
207
  parallel: zod.ZodBoolean;
224
208
  tag: zod.ZodOptional<zod.ZodString>;
225
209
  }, zod_v4_core.$strip>;
226
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
227
- INVALID_WALLET_ADDRESS: {
228
- message: string;
229
- status: number;
230
- };
231
- }>, {
210
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
232
211
  UNAUTHORIZED: {
233
212
  readonly status: 403;
234
213
  readonly message: "You do not have permission to access this resource.";
@@ -241,8 +220,8 @@ declare const apiContract: {
241
220
  message: string;
242
221
  status: number;
243
222
  };
244
- }>, Record<never, never>>;
245
- updateRewardsDestination: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
223
+ }>>>, Record<never, never>>;
224
+ updateRewardsDestination: _orpc_contract.ContractProcedure<zod.ZodObject<{
246
225
  walletAddress: zod.ZodString;
247
226
  hotspotPubkey: zod.ZodString;
248
227
  destination: zod.ZodString;
@@ -259,12 +238,7 @@ declare const apiContract: {
259
238
  parallel: zod.ZodBoolean;
260
239
  tag: zod.ZodOptional<zod.ZodString>;
261
240
  }, zod_v4_core.$strip>;
262
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
263
- INVALID_WALLET_ADDRESS: {
264
- message: string;
265
- status: number;
266
- };
267
- }>, {
241
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
268
242
  BAD_REQUEST: {
269
243
  message: string;
270
244
  status: number;
@@ -273,8 +247,8 @@ declare const apiContract: {
273
247
  readonly status: 404;
274
248
  readonly message: "The requested resource was not found.";
275
249
  };
276
- }>, Record<never, never>>;
277
- getSplit: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
250
+ }>>>, Record<never, never>>;
251
+ getSplit: _orpc_contract.ContractProcedure<zod.ZodObject<{
278
252
  walletAddress: zod.ZodString;
279
253
  hotspotPubkey: zod.ZodString;
280
254
  }, zod_v4_core.$strip>, zod.ZodObject<{
@@ -287,18 +261,17 @@ declare const apiContract: {
287
261
  fixed: zod.ZodNumber;
288
262
  shares: zod.ZodNumber;
289
263
  }, zod_v4_core.$strip>>;
290
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
291
- INVALID_WALLET_ADDRESS: {
264
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
265
+ NOT_FOUND: {
292
266
  message: string;
293
267
  status: number;
294
268
  };
295
- }>, {
296
- NOT_FOUND: {
297
- message: string;
269
+ INVALID_WALLET_ADDRESS: {
298
270
  status: number;
271
+ message: string;
299
272
  };
300
- }>, Record<never, never>>;
301
- createSplit: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
273
+ }>>>, Record<never, never>>;
274
+ createSplit: _orpc_contract.ContractProcedure<zod.ZodObject<{
302
275
  walletAddress: zod.ZodString;
303
276
  hotspotPubkey: zod.ZodString;
304
277
  rewardsSplit: zod.ZodArray<zod.ZodObject<{
@@ -333,12 +306,7 @@ declare const apiContract: {
333
306
  parallel: zod.ZodBoolean;
334
307
  tag: zod.ZodOptional<zod.ZodString>;
335
308
  }, zod_v4_core.$strip>;
336
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
337
- INVALID_WALLET_ADDRESS: {
338
- message: string;
339
- status: number;
340
- };
341
- }>, {
309
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
342
310
  NOT_FOUND: {
343
311
  readonly status: 404;
344
312
  readonly message: "The requested resource was not found.";
@@ -355,8 +323,8 @@ declare const apiContract: {
355
323
  available: zod.ZodNumber;
356
324
  }, zod_v4_core.$strip>;
357
325
  };
358
- }>, Record<never, never>>;
359
- deleteSplit: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
326
+ }>>>, Record<never, never>>;
327
+ deleteSplit: _orpc_contract.ContractProcedure<zod.ZodObject<{
360
328
  walletAddress: zod.ZodString;
361
329
  hotspotPubkey: zod.ZodString;
362
330
  }, zod_v4_core.$strip>, zod.ZodObject<{
@@ -371,20 +339,15 @@ declare const apiContract: {
371
339
  parallel: zod.ZodBoolean;
372
340
  tag: zod.ZodOptional<zod.ZodString>;
373
341
  }, zod_v4_core.$strip>;
374
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
375
- INVALID_WALLET_ADDRESS: {
376
- message: string;
377
- status: number;
378
- };
379
- }>, {
342
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
380
343
  NOT_FOUND: {
381
344
  readonly status: 404;
382
345
  readonly message: "The requested resource was not found.";
383
346
  };
384
- }>, Record<never, never>>;
347
+ }>>>, Record<never, never>>;
385
348
  };
386
349
  swap: {
387
- getTokens: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
350
+ getTokens: _orpc_contract.ContractProcedure<zod.ZodObject<{
388
351
  limit: zod.ZodDefault<zod.ZodCoercedNumber<unknown>>;
389
352
  }, zod_v4_core.$strip>, zod.ZodObject<{
390
353
  tokens: zod.ZodArray<zod.ZodObject<{
@@ -395,17 +358,12 @@ declare const apiContract: {
395
358
  logoURI: zod.ZodOptional<zod.ZodString>;
396
359
  tags: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
397
360
  }, zod_v4_core.$strip>>;
398
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
399
- INVALID_WALLET_ADDRESS: {
400
- message: string;
401
- status: number;
402
- };
403
- }>, {
361
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
404
362
  JUPITER_ERROR: {
405
363
  message: string;
406
364
  };
407
- }>, Record<never, never>>;
408
- getQuote: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
365
+ }>>>, Record<never, never>>;
366
+ getQuote: _orpc_contract.ContractProcedure<zod.ZodObject<{
409
367
  inputMint: zod.ZodString;
410
368
  outputMint: zod.ZodString;
411
369
  amount: zod.ZodString;
@@ -427,12 +385,7 @@ declare const apiContract: {
427
385
  routePlan: zod.ZodArray<zod.ZodUnknown>;
428
386
  contextSlot: zod.ZodOptional<zod.ZodNumber>;
429
387
  timeTaken: zod.ZodOptional<zod.ZodNumber>;
430
- }, zod_v4_core.$loose>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
431
- INVALID_WALLET_ADDRESS: {
432
- message: string;
433
- status: number;
434
- };
435
- }>, {
388
+ }, zod_v4_core.$loose>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
436
389
  BAD_REQUEST: {
437
390
  message: string;
438
391
  status: number;
@@ -440,8 +393,8 @@ declare const apiContract: {
440
393
  JUPITER_ERROR: {
441
394
  message: string;
442
395
  };
443
- }>, Record<never, never>>;
444
- getInstructions: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
396
+ }>>>, Record<never, never>>;
397
+ getInstructions: _orpc_contract.ContractProcedure<zod.ZodObject<{
445
398
  quoteResponse: zod.ZodObject<{
446
399
  inputMint: zod.ZodString;
447
400
  inAmount: zod.ZodString;
@@ -479,12 +432,7 @@ declare const apiContract: {
479
432
  }, zod_v4_core.$strip>>;
480
433
  parallel: zod.ZodBoolean;
481
434
  tag: zod.ZodOptional<zod.ZodString>;
482
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
483
- INVALID_WALLET_ADDRESS: {
484
- message: string;
485
- status: number;
486
- };
487
- }>, {
435
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
488
436
  BAD_REQUEST: {
489
437
  message: string;
490
438
  status: number;
@@ -492,10 +440,10 @@ declare const apiContract: {
492
440
  JUPITER_ERROR: {
493
441
  message: string;
494
442
  };
495
- }>, Record<never, never>>;
443
+ }>>>, Record<never, never>>;
496
444
  };
497
445
  transactions: {
498
- submit: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
446
+ submit: _orpc_contract.ContractProcedure<zod.ZodObject<{
499
447
  transactions: zod.ZodArray<zod.ZodObject<{
500
448
  serializedTransaction: zod.ZodString;
501
449
  metadata: zod.ZodOptional<zod.ZodObject<{
@@ -508,12 +456,7 @@ declare const apiContract: {
508
456
  }, zod_v4_core.$strip>, zod.ZodObject<{
509
457
  batchId: zod.ZodString;
510
458
  message: zod.ZodOptional<zod.ZodString>;
511
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
512
- INVALID_WALLET_ADDRESS: {
513
- message: string;
514
- status: number;
515
- };
516
- }>, {
459
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
517
460
  BAD_REQUEST: {
518
461
  readonly status: 400;
519
462
  readonly message: "Invalid input data provided.";
@@ -533,8 +476,8 @@ declare const apiContract: {
533
476
  link: zod.ZodOptional<zod.ZodString>;
534
477
  }, zod_v4_core.$strip>;
535
478
  };
536
- }>, Record<never, never>>;
537
- get: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
479
+ }>>>, Record<never, never>>;
480
+ get: _orpc_contract.ContractProcedure<zod.ZodObject<{
538
481
  id: zod.ZodString;
539
482
  commitment: zod.ZodEnum<{
540
483
  confirmed: "confirmed";
@@ -552,30 +495,20 @@ declare const apiContract: {
552
495
  }, zod_v4_core.$strip>>;
553
496
  jitoBundleId: zod.ZodNullable<zod.ZodOptional<zod.ZodString>>;
554
497
  jitoBundleStatus: zod.ZodNullable<zod.ZodOptional<zod.ZodUnknown>>;
555
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
556
- INVALID_WALLET_ADDRESS: {
557
- message: string;
558
- status: number;
559
- };
560
- }>, {
498
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
561
499
  NOT_FOUND: {
562
500
  readonly status: 404;
563
501
  readonly message: "The requested resource was not found.";
564
502
  };
565
- }>, Record<never, never>>;
566
- resubmit: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
503
+ }>>>, Record<never, never>>;
504
+ resubmit: _orpc_contract.ContractProcedure<zod.ZodObject<{
567
505
  id: zod.ZodString;
568
506
  }, zod_v4_core.$strip>, zod.ZodObject<{
569
507
  success: zod.ZodBoolean;
570
508
  message: zod.ZodString;
571
509
  error: zod.ZodOptional<zod.ZodString>;
572
510
  newSignatures: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
573
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
574
- INVALID_WALLET_ADDRESS: {
575
- message: string;
576
- status: number;
577
- };
578
- }>, {
511
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
579
512
  NOT_FOUND: {
580
513
  readonly status: 404;
581
514
  readonly message: "The requested resource was not found.";
@@ -587,8 +520,8 @@ declare const apiContract: {
587
520
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
588
521
  }, zod_v4_core.$strip>>;
589
522
  };
590
- }>, Record<never, never>>;
591
- getByPayer: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
523
+ }>>>, Record<never, never>>;
524
+ getByPayer: _orpc_contract.ContractProcedure<zod.ZodObject<{
592
525
  payer: zod.ZodString;
593
526
  page: zod.ZodDefault<zod.ZodCoercedNumber<unknown>>;
594
527
  limit: zod.ZodDefault<zod.ZodCoercedNumber<unknown>>;
@@ -616,12 +549,7 @@ declare const apiContract: {
616
549
  total: zod.ZodNumber;
617
550
  totalPages: zod.ZodNumber;
618
551
  }, zod_v4_core.$strip>;
619
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
620
- INVALID_WALLET_ADDRESS: {
621
- message: string;
622
- status: number;
623
- };
624
- }>, {
552
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
625
553
  BAD_REQUEST: {
626
554
  readonly status: 400;
627
555
  readonly message: "Invalid input data provided.";
@@ -629,8 +557,8 @@ declare const apiContract: {
629
557
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
630
558
  }, zod_v4_core.$strip>>;
631
559
  };
632
- }>, Record<never, never>>;
633
- getByPayerAndTag: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
560
+ }>>>, Record<never, never>>;
561
+ getByPayerAndTag: _orpc_contract.ContractProcedure<zod.ZodObject<{
634
562
  payer: zod.ZodString;
635
563
  tag: zod.ZodString;
636
564
  page: zod.ZodDefault<zod.ZodCoercedNumber<unknown>>;
@@ -659,12 +587,7 @@ declare const apiContract: {
659
587
  total: zod.ZodNumber;
660
588
  totalPages: zod.ZodNumber;
661
589
  }, zod_v4_core.$strip>;
662
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
663
- INVALID_WALLET_ADDRESS: {
664
- message: string;
665
- status: number;
666
- };
667
- }>, {
590
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
668
591
  BAD_REQUEST: {
669
592
  readonly status: 400;
670
593
  readonly message: "Invalid input data provided.";
@@ -672,10 +595,10 @@ declare const apiContract: {
672
595
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
673
596
  }, zod_v4_core.$strip>>;
674
597
  };
675
- }>, Record<never, never>>;
598
+ }>>>, Record<never, never>>;
676
599
  };
677
600
  welcomePacks: {
678
- list: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
601
+ list: _orpc_contract.ContractProcedure<zod.ZodObject<{
679
602
  walletAddress: zod.ZodString;
680
603
  }, zod_v4_core.$strip>, zod.ZodArray<zod.ZodObject<{
681
604
  address: zod.ZodString;
@@ -727,13 +650,13 @@ declare const apiContract: {
727
650
  }, zod_v4_core.$strip>>;
728
651
  ownershipType: zod.ZodString;
729
652
  }, zod_v4_core.$strip>>;
730
- }, zod_v4_core.$strip>>, Omit<_orpc_contract.MergedErrorMap<Record<never, never>, {
653
+ }, zod_v4_core.$strip>>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
731
654
  INVALID_WALLET_ADDRESS: {
732
- message: string;
733
655
  status: number;
656
+ message: string;
734
657
  };
735
- }>, never>, Record<never, never>>;
736
- create: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
658
+ }>>>, Record<never, never>>;
659
+ create: _orpc_contract.ContractProcedure<zod.ZodObject<{
737
660
  walletAddress: zod.ZodString;
738
661
  assetId: zod.ZodString;
739
662
  solAmount: zod.ZodNumber;
@@ -822,12 +745,7 @@ declare const apiContract: {
822
745
  parallel: zod.ZodBoolean;
823
746
  tag: zod.ZodOptional<zod.ZodString>;
824
747
  }, zod_v4_core.$strip>;
825
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
826
- INVALID_WALLET_ADDRESS: {
827
- message: string;
828
- status: number;
829
- };
830
- }>, {
748
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
831
749
  BAD_REQUEST: {
832
750
  readonly status: 400;
833
751
  readonly message: "Invalid input data provided.";
@@ -835,8 +753,8 @@ declare const apiContract: {
835
753
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
836
754
  }, zod_v4_core.$strip>>;
837
755
  };
838
- }>, Record<never, never>>;
839
- get: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
756
+ }>>>, Record<never, never>>;
757
+ get: _orpc_contract.ContractProcedure<zod.ZodObject<{
840
758
  walletAddress: zod.ZodString;
841
759
  packId: zod.ZodNumber;
842
760
  }, zod_v4_core.$strip>, zod.ZodObject<{
@@ -889,18 +807,17 @@ declare const apiContract: {
889
807
  }, zod_v4_core.$strip>>;
890
808
  ownershipType: zod.ZodString;
891
809
  }, zod_v4_core.$strip>>;
892
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
893
- INVALID_WALLET_ADDRESS: {
894
- message: string;
895
- status: number;
896
- };
897
- }>, {
810
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
898
811
  NOT_FOUND: {
899
812
  readonly status: 404;
900
813
  readonly message: "The requested resource was not found.";
901
814
  };
902
- }>, Record<never, never>>;
903
- delete: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
815
+ INVALID_WALLET_ADDRESS: {
816
+ status: number;
817
+ message: string;
818
+ };
819
+ }>>>, Record<never, never>>;
820
+ delete: _orpc_contract.ContractProcedure<zod.ZodObject<{
904
821
  walletAddress: zod.ZodString;
905
822
  packId: zod.ZodNumber;
906
823
  }, zod_v4_core.$strip>, zod.ZodObject<{
@@ -915,12 +832,7 @@ declare const apiContract: {
915
832
  parallel: zod.ZodBoolean;
916
833
  tag: zod.ZodOptional<zod.ZodString>;
917
834
  }, zod_v4_core.$strip>;
918
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
919
- INVALID_WALLET_ADDRESS: {
920
- message: string;
921
- status: number;
922
- };
923
- }>, {
835
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
924
836
  BAD_REQUEST: {
925
837
  readonly status: 400;
926
838
  readonly message: "Invalid input data provided.";
@@ -928,8 +840,12 @@ declare const apiContract: {
928
840
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
929
841
  }, zod_v4_core.$strip>>;
930
842
  };
931
- }>, Record<never, never>>;
932
- getByAddress: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
843
+ INVALID_WALLET_ADDRESS: {
844
+ status: number;
845
+ message: string;
846
+ };
847
+ }>>>, Record<never, never>>;
848
+ getByAddress: _orpc_contract.ContractProcedure<zod.ZodObject<{
933
849
  packAddress: zod.ZodString;
934
850
  }, zod_v4_core.$strip>, zod.ZodObject<{
935
851
  address: zod.ZodString;
@@ -981,18 +897,13 @@ declare const apiContract: {
981
897
  }, zod_v4_core.$strip>>;
982
898
  ownershipType: zod.ZodString;
983
899
  }, zod_v4_core.$strip>>;
984
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
985
- INVALID_WALLET_ADDRESS: {
986
- message: string;
987
- status: number;
988
- };
989
- }>, {
900
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
990
901
  NOT_FOUND: {
991
902
  readonly status: 404;
992
903
  readonly message: "The requested resource was not found.";
993
904
  };
994
- }>, Record<never, never>>;
995
- claim: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
905
+ }>>>, Record<never, never>>;
906
+ claim: _orpc_contract.ContractProcedure<zod.ZodObject<{
996
907
  packAddress: zod.ZodString;
997
908
  walletAddress: zod.ZodString;
998
909
  signature: zod.ZodString;
@@ -1009,12 +920,7 @@ declare const apiContract: {
1009
920
  parallel: zod.ZodBoolean;
1010
921
  tag: zod.ZodOptional<zod.ZodString>;
1011
922
  }, zod_v4_core.$strip>;
1012
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1013
- INVALID_WALLET_ADDRESS: {
1014
- message: string;
1015
- status: number;
1016
- };
1017
- }>, {
923
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1018
924
  BAD_REQUEST: {
1019
925
  readonly status: 400;
1020
926
  readonly message: "Invalid input data provided.";
@@ -1026,20 +932,15 @@ declare const apiContract: {
1026
932
  message: string;
1027
933
  status: number;
1028
934
  };
1029
- }>, Record<never, never>>;
1030
- invite: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
935
+ }>>>, Record<never, never>>;
936
+ invite: _orpc_contract.ContractProcedure<zod.ZodObject<{
1031
937
  packAddress: zod.ZodString;
1032
938
  walletAddress: zod.ZodString;
1033
939
  expirationDays: zod.ZodDefault<zod.ZodNumber>;
1034
940
  }, zod_v4_core.$strip>, zod.ZodObject<{
1035
941
  message: zod.ZodString;
1036
942
  expirationTs: zod.ZodNumber;
1037
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1038
- INVALID_WALLET_ADDRESS: {
1039
- message: string;
1040
- status: number;
1041
- };
1042
- }>, {
943
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1043
944
  BAD_REQUEST: {
1044
945
  readonly status: 400;
1045
946
  readonly message: "Invalid input data provided.";
@@ -1051,7 +952,7 @@ declare const apiContract: {
1051
952
  readonly status: 404;
1052
953
  readonly message: "The requested resource was not found.";
1053
954
  };
1054
- }>, Record<never, never>>;
955
+ }>>>, Record<never, never>>;
1055
956
  };
1056
957
  };
1057
958
  /**
@@ -1060,7 +961,7 @@ declare const apiContract: {
1060
961
  */
1061
962
  declare const fullApiContract: {
1062
963
  fiat: {
1063
- getKycStatus: _orpc_contract.ContractProcedureBuilderWithOutput<_orpc_contract.Schema<unknown, unknown>, zod.ZodObject<{
964
+ getKycStatus: _orpc_contract.ContractProcedure<_orpc_contract.Schema<unknown, unknown>, zod.ZodObject<{
1064
965
  kycStatus: zod.ZodString;
1065
966
  tosStatus: zod.ZodString;
1066
967
  tosLink: zod.ZodNullable<zod.ZodString>;
@@ -1068,7 +969,7 @@ declare const fullApiContract: {
1068
969
  kycLinkId: zod.ZodNullable<zod.ZodString>;
1069
970
  accountType: zod.ZodOptional<zod.ZodString>;
1070
971
  rejectionReasons: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1071
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
972
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1072
973
  UNAUTHENTICATED: {
1073
974
  readonly status: 401;
1074
975
  readonly message: "Authentication required. Please sign in to continue.";
@@ -1077,13 +978,13 @@ declare const fullApiContract: {
1077
978
  readonly status: 403;
1078
979
  readonly message: "You do not have permission to access this resource.";
1079
980
  };
1080
- }>, {
981
+ }>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1081
982
  EMAIL_NOT_LINKED: {
1082
983
  status: number;
1083
984
  message: string;
1084
985
  };
1085
- }>, Record<never, never>>;
1086
- initKyc: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
986
+ }>>>, Record<never, never>>;
987
+ initKyc: _orpc_contract.ContractProcedure<zod.ZodObject<{
1087
988
  type: zod.ZodOptional<zod.ZodEnum<{
1088
989
  individual: "individual";
1089
990
  business: "business";
@@ -1096,7 +997,7 @@ declare const fullApiContract: {
1096
997
  kycLinkId: zod.ZodNullable<zod.ZodString>;
1097
998
  accountType: zod.ZodOptional<zod.ZodString>;
1098
999
  rejectionReasons: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1099
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1000
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1100
1001
  UNAUTHENTICATED: {
1101
1002
  readonly status: 401;
1102
1003
  readonly message: "Authentication required. Please sign in to continue.";
@@ -1105,7 +1006,7 @@ declare const fullApiContract: {
1105
1006
  readonly status: 403;
1106
1007
  readonly message: "You do not have permission to access this resource.";
1107
1008
  };
1108
- }>, {
1009
+ }>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1109
1010
  EMAIL_NOT_LINKED: {
1110
1011
  status: number;
1111
1012
  message: string;
@@ -1114,11 +1015,11 @@ declare const fullApiContract: {
1114
1015
  message: string;
1115
1016
  status: number;
1116
1017
  };
1117
- }>, Record<never, never>>;
1118
- getFees: _orpc_contract.ContractProcedureBuilderWithOutput<_orpc_contract.Schema<unknown, unknown>, zod.ZodObject<{
1018
+ }>>>, Record<never, never>>;
1019
+ getFees: _orpc_contract.ContractProcedure<_orpc_contract.Schema<unknown, unknown>, zod.ZodObject<{
1119
1020
  developer_fee: zod.ZodString;
1120
1021
  developer_fee_percent: zod.ZodNumber;
1121
- }, zod_v4_core.$strip>, Omit<_orpc_contract.MergedErrorMap<Record<never, never>, {
1022
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1122
1023
  UNAUTHENTICATED: {
1123
1024
  readonly status: 401;
1124
1025
  readonly message: "Authentication required. Please sign in to continue.";
@@ -1127,8 +1028,8 @@ declare const fullApiContract: {
1127
1028
  readonly status: 403;
1128
1029
  readonly message: "You do not have permission to access this resource.";
1129
1030
  };
1130
- }>, never>, Record<never, never>>;
1131
- listBankAccounts: _orpc_contract.ContractProcedureBuilderWithOutput<_orpc_contract.Schema<unknown, unknown>, zod.ZodArray<zod.ZodObject<{
1031
+ }>, Omit<Record<never, never>, keyof U>>>, Record<never, never>>;
1032
+ listBankAccounts: _orpc_contract.ContractProcedure<_orpc_contract.Schema<unknown, unknown>, zod.ZodArray<zod.ZodObject<{
1132
1033
  id: zod.ZodOptional<zod.ZodNumber>;
1133
1034
  bridgeUserId: zod.ZodOptional<zod.ZodNumber>;
1134
1035
  bridgeExternalAccountId: zod.ZodOptional<zod.ZodString>;
@@ -1139,7 +1040,7 @@ declare const fullApiContract: {
1139
1040
  accountType: zod.ZodOptional<zod.ZodString>;
1140
1041
  createdAt: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodDate]>>;
1141
1042
  updatedAt: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodDate]>>;
1142
- }, zod_v4_core.$loose>>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1043
+ }, zod_v4_core.$loose>>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1143
1044
  UNAUTHENTICATED: {
1144
1045
  readonly status: 401;
1145
1046
  readonly message: "Authentication required. Please sign in to continue.";
@@ -1148,13 +1049,13 @@ declare const fullApiContract: {
1148
1049
  readonly status: 403;
1149
1050
  readonly message: "You do not have permission to access this resource.";
1150
1051
  };
1151
- }>, {
1052
+ }>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1152
1053
  NOT_FOUND: {
1153
1054
  message: string;
1154
1055
  status: number;
1155
1056
  };
1156
- }>, Record<never, never>>;
1157
- createBankAccount: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1057
+ }>>>, Record<never, never>>;
1058
+ createBankAccount: _orpc_contract.ContractProcedure<zod.ZodObject<{
1158
1059
  currency: zod.ZodString;
1159
1060
  account_type: zod.ZodString;
1160
1061
  bank_name: zod.ZodString;
@@ -1187,7 +1088,7 @@ declare const fullApiContract: {
1187
1088
  accountType: zod.ZodOptional<zod.ZodString>;
1188
1089
  createdAt: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodDate]>>;
1189
1090
  updatedAt: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodString, zod.ZodDate]>>;
1190
- }, zod_v4_core.$loose>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1091
+ }, zod_v4_core.$loose>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1191
1092
  UNAUTHENTICATED: {
1192
1093
  readonly status: 401;
1193
1094
  readonly message: "Authentication required. Please sign in to continue.";
@@ -1196,7 +1097,7 @@ declare const fullApiContract: {
1196
1097
  readonly status: 403;
1197
1098
  readonly message: "You do not have permission to access this resource.";
1198
1099
  };
1199
- }>, {
1100
+ }>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1200
1101
  NO_CUSTOMER: {
1201
1102
  message: string;
1202
1103
  status: number;
@@ -1205,12 +1106,12 @@ declare const fullApiContract: {
1205
1106
  message: string;
1206
1107
  status: number;
1207
1108
  };
1208
- }>, Record<never, never>>;
1209
- deleteBankAccount: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1109
+ }>>>, Record<never, never>>;
1110
+ deleteBankAccount: _orpc_contract.ContractProcedure<zod.ZodObject<{
1210
1111
  id: zod.ZodNumber;
1211
1112
  }, zod_v4_core.$strip>, zod.ZodObject<{
1212
1113
  success: zod.ZodBoolean;
1213
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1114
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1214
1115
  UNAUTHENTICATED: {
1215
1116
  readonly status: 401;
1216
1117
  readonly message: "Authentication required. Please sign in to continue.";
@@ -1219,7 +1120,7 @@ declare const fullApiContract: {
1219
1120
  readonly status: 403;
1220
1121
  readonly message: "You do not have permission to access this resource.";
1221
1122
  };
1222
- }>, {
1123
+ }>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1223
1124
  NO_CUSTOMER: {
1224
1125
  message: string;
1225
1126
  status: number;
@@ -1228,8 +1129,8 @@ declare const fullApiContract: {
1228
1129
  message: string;
1229
1130
  status: number;
1230
1131
  };
1231
- }>, Record<never, never>>;
1232
- getSendQuote: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1132
+ }>>>, Record<never, never>>;
1133
+ getSendQuote: _orpc_contract.ContractProcedure<zod.ZodObject<{
1233
1134
  id: zod.ZodString;
1234
1135
  usdAmount: zod.ZodString;
1235
1136
  }, zod_v4_core.$strip>, zod.ZodObject<{
@@ -1245,7 +1146,7 @@ declare const fullApiContract: {
1245
1146
  routePlan: zod.ZodArray<zod.ZodUnknown>;
1246
1147
  contextSlot: zod.ZodOptional<zod.ZodNumber>;
1247
1148
  timeTaken: zod.ZodOptional<zod.ZodNumber>;
1248
- }, zod_v4_core.$loose>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1149
+ }, zod_v4_core.$loose>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1249
1150
  UNAUTHENTICATED: {
1250
1151
  readonly status: 401;
1251
1152
  readonly message: "Authentication required. Please sign in to continue.";
@@ -1254,7 +1155,7 @@ declare const fullApiContract: {
1254
1155
  readonly status: 403;
1255
1156
  readonly message: "You do not have permission to access this resource.";
1256
1157
  };
1257
- }>, {
1158
+ }>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1258
1159
  BAD_REQUEST: {
1259
1160
  readonly status: 400;
1260
1161
  readonly message: "Invalid input data provided.";
@@ -1266,8 +1167,8 @@ declare const fullApiContract: {
1266
1167
  message: string;
1267
1168
  status: number;
1268
1169
  };
1269
- }>, Record<never, never>>;
1270
- sendFunds: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1170
+ }>>>, Record<never, never>>;
1171
+ sendFunds: _orpc_contract.ContractProcedure<zod.ZodObject<{
1271
1172
  id: zod.ZodString;
1272
1173
  userAddress: zod.ZodString;
1273
1174
  quoteResponse: zod.ZodObject<{
@@ -1303,7 +1204,7 @@ declare const fullApiContract: {
1303
1204
  parallel: zod.ZodBoolean;
1304
1205
  tag: zod.ZodOptional<zod.ZodString>;
1305
1206
  }, zod_v4_core.$strip>;
1306
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1207
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1307
1208
  UNAUTHENTICATED: {
1308
1209
  readonly status: 401;
1309
1210
  readonly message: "Authentication required. Please sign in to continue.";
@@ -1312,7 +1213,7 @@ declare const fullApiContract: {
1312
1213
  readonly status: 403;
1313
1214
  readonly message: "You do not have permission to access this resource.";
1314
1215
  };
1315
- }>, {
1216
+ }>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1316
1217
  NOT_FOUND: {
1317
1218
  readonly status: 404;
1318
1219
  readonly message: "The requested resource was not found.";
@@ -1325,13 +1226,13 @@ declare const fullApiContract: {
1325
1226
  message: string;
1326
1227
  status: number;
1327
1228
  };
1328
- }>, Record<never, never>>;
1329
- updateTransfer: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1229
+ }>>>, Record<never, never>>;
1230
+ updateTransfer: _orpc_contract.ContractProcedure<zod.ZodObject<{
1330
1231
  id: zod.ZodString;
1331
1232
  solanaSignature: zod.ZodString;
1332
1233
  }, zod_v4_core.$strip>, zod.ZodObject<{
1333
1234
  success: zod.ZodBoolean;
1334
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1235
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1335
1236
  UNAUTHENTICATED: {
1336
1237
  readonly status: 401;
1337
1238
  readonly message: "Authentication required. Please sign in to continue.";
@@ -1340,15 +1241,15 @@ declare const fullApiContract: {
1340
1241
  readonly status: 403;
1341
1242
  readonly message: "You do not have permission to access this resource.";
1342
1243
  };
1343
- }>, {
1244
+ }>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1344
1245
  NOT_FOUND: {
1345
1246
  message: string;
1346
1247
  status: number;
1347
1248
  };
1348
- }>, Record<never, never>>;
1249
+ }>>>, Record<never, never>>;
1349
1250
  };
1350
1251
  webhooks: {
1351
- bridge: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1252
+ bridge: _orpc_contract.ContractProcedure<zod.ZodObject<{
1352
1253
  type: zod.ZodString;
1353
1254
  kyc_link_id: zod.ZodOptional<zod.ZodString>;
1354
1255
  kyc_status: zod.ZodOptional<zod.ZodString>;
@@ -1357,12 +1258,7 @@ declare const fullApiContract: {
1357
1258
  }, zod_v4_core.$strip>, zod.ZodObject<{
1358
1259
  success: zod.ZodBoolean;
1359
1260
  error: zod.ZodOptional<zod.ZodString>;
1360
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1361
- INVALID_WALLET_ADDRESS: {
1362
- message: string;
1363
- status: number;
1364
- };
1365
- }>, {
1261
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1366
1262
  NOT_FOUND: {
1367
1263
  readonly status: 404;
1368
1264
  readonly message: "The requested resource was not found.";
@@ -1371,21 +1267,16 @@ declare const fullApiContract: {
1371
1267
  message: string;
1372
1268
  status: number;
1373
1269
  };
1374
- }>, Record<never, never>>;
1270
+ }>>>, Record<never, never>>;
1375
1271
  };
1376
1272
  health: {
1377
- check: _orpc_contract.ContractProcedureBuilderWithOutput<_orpc_contract.Schema<unknown, unknown>, zod.ZodObject<{
1273
+ check: _orpc_contract.ContractProcedure<_orpc_contract.Schema<unknown, unknown>, zod.ZodObject<{
1378
1274
  ok: zod.ZodBoolean;
1379
1275
  error: zod.ZodOptional<zod.ZodString>;
1380
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1381
- INVALID_WALLET_ADDRESS: {
1382
- message: string;
1383
- status: number;
1384
- };
1385
- }>, Record<never, never>>;
1276
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, Record<never, never>>>>, Record<never, never>>;
1386
1277
  };
1387
1278
  tokens: {
1388
- getBalances: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1279
+ getBalances: _orpc_contract.ContractProcedure<zod.ZodObject<{
1389
1280
  walletAddress: zod.ZodString;
1390
1281
  }, zod_v4_core.$strip>, zod.ZodObject<{
1391
1282
  totalBalanceUsd: zod.ZodNumber;
@@ -1403,13 +1294,13 @@ declare const fullApiContract: {
1403
1294
  priceUsd: zod.ZodOptional<zod.ZodNumber>;
1404
1295
  balanceUsd: zod.ZodOptional<zod.ZodNumber>;
1405
1296
  }, zod_v4_core.$strip>>;
1406
- }, zod_v4_core.$strip>, Omit<_orpc_contract.MergedErrorMap<Record<never, never>, {
1297
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1407
1298
  INVALID_WALLET_ADDRESS: {
1408
- message: string;
1409
1299
  status: number;
1300
+ message: string;
1410
1301
  };
1411
- }>, never>, Record<never, never>>;
1412
- transfer: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1302
+ }>>>>, Record<never, never>>;
1303
+ transfer: _orpc_contract.ContractProcedure<zod.ZodObject<{
1413
1304
  walletAddress: zod.ZodString;
1414
1305
  mint: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
1415
1306
  destination: zod.ZodString;
@@ -1427,12 +1318,7 @@ declare const fullApiContract: {
1427
1318
  parallel: zod.ZodBoolean;
1428
1319
  tag: zod.ZodOptional<zod.ZodString>;
1429
1320
  }, zod_v4_core.$strip>;
1430
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1431
- INVALID_WALLET_ADDRESS: {
1432
- message: string;
1433
- status: number;
1434
- };
1435
- }>, {
1321
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1436
1322
  BAD_REQUEST: {
1437
1323
  readonly status: 400;
1438
1324
  readonly message: "Invalid input data provided.";
@@ -1448,8 +1334,8 @@ declare const fullApiContract: {
1448
1334
  available: zod.ZodNumber;
1449
1335
  }, zod_v4_core.$strip>;
1450
1336
  };
1451
- }>, Record<never, never>>;
1452
- createHntAccount: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1337
+ }>>>>, Record<never, never>>;
1338
+ createHntAccount: _orpc_contract.ContractProcedure<zod.ZodObject<{
1453
1339
  walletAddress: zod.ZodString;
1454
1340
  }, zod_v4_core.$strip>, zod.ZodObject<{
1455
1341
  transactionData: zod.ZodObject<{
@@ -1463,15 +1349,15 @@ declare const fullApiContract: {
1463
1349
  parallel: zod.ZodBoolean;
1464
1350
  tag: zod.ZodOptional<zod.ZodString>;
1465
1351
  }, zod_v4_core.$strip>;
1466
- }, zod_v4_core.$strip>, Omit<_orpc_contract.MergedErrorMap<Record<never, never>, {
1352
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1467
1353
  INVALID_WALLET_ADDRESS: {
1468
- message: string;
1469
1354
  status: number;
1355
+ message: string;
1470
1356
  };
1471
- }>, never>, Record<never, never>>;
1357
+ }>>>>, Record<never, never>>;
1472
1358
  };
1473
1359
  hotspots: {
1474
- getHotspots: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1360
+ getHotspots: _orpc_contract.ContractProcedure<zod.ZodObject<{
1475
1361
  walletAddress: zod.ZodString;
1476
1362
  type: zod.ZodOptional<zod.ZodEnum<{
1477
1363
  iot: "iot";
@@ -1512,13 +1398,13 @@ declare const fullApiContract: {
1512
1398
  total: zod.ZodNumber;
1513
1399
  page: zod.ZodNumber;
1514
1400
  totalPages: zod.ZodNumber;
1515
- }, zod_v4_core.$strip>, Omit<_orpc_contract.MergedErrorMap<Record<never, never>, {
1401
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1516
1402
  INVALID_WALLET_ADDRESS: {
1517
- message: string;
1518
1403
  status: number;
1404
+ message: string;
1519
1405
  };
1520
- }>, never>, Record<never, never>>;
1521
- claimRewards: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1406
+ }>>>>, Record<never, never>>;
1407
+ claimRewards: _orpc_contract.ContractProcedure<zod.ZodObject<{
1522
1408
  walletAddress: zod.ZodString;
1523
1409
  }, zod_v4_core.$strip>, zod.ZodObject<{
1524
1410
  transactionData: zod.ZodObject<{
@@ -1532,12 +1418,7 @@ declare const fullApiContract: {
1532
1418
  parallel: zod.ZodBoolean;
1533
1419
  tag: zod.ZodOptional<zod.ZodString>;
1534
1420
  }, zod_v4_core.$strip>;
1535
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1536
- INVALID_WALLET_ADDRESS: {
1537
- message: string;
1538
- status: number;
1539
- };
1540
- }>, {
1421
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1541
1422
  INSUFFICIENT_FUNDS: {
1542
1423
  readonly status: 400;
1543
1424
  readonly message: "Insufficient SOL balance to complete this transaction.";
@@ -1546,23 +1427,22 @@ declare const fullApiContract: {
1546
1427
  available: zod.ZodNumber;
1547
1428
  }, zod_v4_core.$strip>;
1548
1429
  };
1549
- }>, Record<never, never>>;
1550
- getPendingRewards: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1430
+ }>>>>, Record<never, never>>;
1431
+ getPendingRewards: _orpc_contract.ContractProcedure<zod.ZodObject<{
1551
1432
  walletAddress: zod.ZodString;
1552
1433
  }, zod_v4_core.$strip>, zod.ZodObject<{
1553
1434
  pending: zod.ZodString;
1554
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1555
- INVALID_WALLET_ADDRESS: {
1435
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1436
+ BAD_REQUEST: {
1556
1437
  message: string;
1557
1438
  status: number;
1558
1439
  };
1559
- }>, {
1560
- BAD_REQUEST: {
1561
- message: string;
1440
+ INVALID_WALLET_ADDRESS: {
1562
1441
  status: number;
1442
+ message: string;
1563
1443
  };
1564
- }>, Record<never, never>>;
1565
- transferHotspot: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1444
+ }>>>>, Record<never, never>>;
1445
+ transferHotspot: _orpc_contract.ContractProcedure<zod.ZodObject<{
1566
1446
  walletAddress: zod.ZodString;
1567
1447
  hotspotPubkey: zod.ZodString;
1568
1448
  recipient: zod.ZodString;
@@ -1578,12 +1458,7 @@ declare const fullApiContract: {
1578
1458
  parallel: zod.ZodBoolean;
1579
1459
  tag: zod.ZodOptional<zod.ZodString>;
1580
1460
  }, zod_v4_core.$strip>;
1581
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1582
- INVALID_WALLET_ADDRESS: {
1583
- message: string;
1584
- status: number;
1585
- };
1586
- }>, {
1461
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1587
1462
  UNAUTHORIZED: {
1588
1463
  readonly status: 403;
1589
1464
  readonly message: "You do not have permission to access this resource.";
@@ -1596,8 +1471,8 @@ declare const fullApiContract: {
1596
1471
  message: string;
1597
1472
  status: number;
1598
1473
  };
1599
- }>, Record<never, never>>;
1600
- updateRewardsDestination: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1474
+ }>>>>, Record<never, never>>;
1475
+ updateRewardsDestination: _orpc_contract.ContractProcedure<zod.ZodObject<{
1601
1476
  walletAddress: zod.ZodString;
1602
1477
  hotspotPubkey: zod.ZodString;
1603
1478
  destination: zod.ZodString;
@@ -1614,12 +1489,7 @@ declare const fullApiContract: {
1614
1489
  parallel: zod.ZodBoolean;
1615
1490
  tag: zod.ZodOptional<zod.ZodString>;
1616
1491
  }, zod_v4_core.$strip>;
1617
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1618
- INVALID_WALLET_ADDRESS: {
1619
- message: string;
1620
- status: number;
1621
- };
1622
- }>, {
1492
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1623
1493
  BAD_REQUEST: {
1624
1494
  message: string;
1625
1495
  status: number;
@@ -1628,8 +1498,8 @@ declare const fullApiContract: {
1628
1498
  readonly status: 404;
1629
1499
  readonly message: "The requested resource was not found.";
1630
1500
  };
1631
- }>, Record<never, never>>;
1632
- getSplit: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1501
+ }>>>>, Record<never, never>>;
1502
+ getSplit: _orpc_contract.ContractProcedure<zod.ZodObject<{
1633
1503
  walletAddress: zod.ZodString;
1634
1504
  hotspotPubkey: zod.ZodString;
1635
1505
  }, zod_v4_core.$strip>, zod.ZodObject<{
@@ -1642,18 +1512,17 @@ declare const fullApiContract: {
1642
1512
  fixed: zod.ZodNumber;
1643
1513
  shares: zod.ZodNumber;
1644
1514
  }, zod_v4_core.$strip>>;
1645
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1646
- INVALID_WALLET_ADDRESS: {
1515
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1516
+ NOT_FOUND: {
1647
1517
  message: string;
1648
1518
  status: number;
1649
1519
  };
1650
- }>, {
1651
- NOT_FOUND: {
1652
- message: string;
1520
+ INVALID_WALLET_ADDRESS: {
1653
1521
  status: number;
1522
+ message: string;
1654
1523
  };
1655
- }>, Record<never, never>>;
1656
- createSplit: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1524
+ }>>>>, Record<never, never>>;
1525
+ createSplit: _orpc_contract.ContractProcedure<zod.ZodObject<{
1657
1526
  walletAddress: zod.ZodString;
1658
1527
  hotspotPubkey: zod.ZodString;
1659
1528
  rewardsSplit: zod.ZodArray<zod.ZodObject<{
@@ -1688,12 +1557,7 @@ declare const fullApiContract: {
1688
1557
  parallel: zod.ZodBoolean;
1689
1558
  tag: zod.ZodOptional<zod.ZodString>;
1690
1559
  }, zod_v4_core.$strip>;
1691
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1692
- INVALID_WALLET_ADDRESS: {
1693
- message: string;
1694
- status: number;
1695
- };
1696
- }>, {
1560
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1697
1561
  NOT_FOUND: {
1698
1562
  readonly status: 404;
1699
1563
  readonly message: "The requested resource was not found.";
@@ -1710,8 +1574,8 @@ declare const fullApiContract: {
1710
1574
  available: zod.ZodNumber;
1711
1575
  }, zod_v4_core.$strip>;
1712
1576
  };
1713
- }>, Record<never, never>>;
1714
- deleteSplit: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1577
+ }>>>>, Record<never, never>>;
1578
+ deleteSplit: _orpc_contract.ContractProcedure<zod.ZodObject<{
1715
1579
  walletAddress: zod.ZodString;
1716
1580
  hotspotPubkey: zod.ZodString;
1717
1581
  }, zod_v4_core.$strip>, zod.ZodObject<{
@@ -1726,20 +1590,15 @@ declare const fullApiContract: {
1726
1590
  parallel: zod.ZodBoolean;
1727
1591
  tag: zod.ZodOptional<zod.ZodString>;
1728
1592
  }, zod_v4_core.$strip>;
1729
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1730
- INVALID_WALLET_ADDRESS: {
1731
- message: string;
1732
- status: number;
1733
- };
1734
- }>, {
1593
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1735
1594
  NOT_FOUND: {
1736
1595
  readonly status: 404;
1737
1596
  readonly message: "The requested resource was not found.";
1738
1597
  };
1739
- }>, Record<never, never>>;
1598
+ }>>>>, Record<never, never>>;
1740
1599
  };
1741
1600
  swap: {
1742
- getTokens: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1601
+ getTokens: _orpc_contract.ContractProcedure<zod.ZodObject<{
1743
1602
  limit: zod.ZodDefault<zod.ZodCoercedNumber<unknown>>;
1744
1603
  }, zod_v4_core.$strip>, zod.ZodObject<{
1745
1604
  tokens: zod.ZodArray<zod.ZodObject<{
@@ -1750,17 +1609,12 @@ declare const fullApiContract: {
1750
1609
  logoURI: zod.ZodOptional<zod.ZodString>;
1751
1610
  tags: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1752
1611
  }, zod_v4_core.$strip>>;
1753
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1754
- INVALID_WALLET_ADDRESS: {
1755
- message: string;
1756
- status: number;
1757
- };
1758
- }>, {
1612
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1759
1613
  JUPITER_ERROR: {
1760
1614
  message: string;
1761
1615
  };
1762
- }>, Record<never, never>>;
1763
- getQuote: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1616
+ }>>>>, Record<never, never>>;
1617
+ getQuote: _orpc_contract.ContractProcedure<zod.ZodObject<{
1764
1618
  inputMint: zod.ZodString;
1765
1619
  outputMint: zod.ZodString;
1766
1620
  amount: zod.ZodString;
@@ -1782,12 +1636,7 @@ declare const fullApiContract: {
1782
1636
  routePlan: zod.ZodArray<zod.ZodUnknown>;
1783
1637
  contextSlot: zod.ZodOptional<zod.ZodNumber>;
1784
1638
  timeTaken: zod.ZodOptional<zod.ZodNumber>;
1785
- }, zod_v4_core.$loose>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1786
- INVALID_WALLET_ADDRESS: {
1787
- message: string;
1788
- status: number;
1789
- };
1790
- }>, {
1639
+ }, zod_v4_core.$loose>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1791
1640
  BAD_REQUEST: {
1792
1641
  message: string;
1793
1642
  status: number;
@@ -1795,8 +1644,8 @@ declare const fullApiContract: {
1795
1644
  JUPITER_ERROR: {
1796
1645
  message: string;
1797
1646
  };
1798
- }>, Record<never, never>>;
1799
- getInstructions: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1647
+ }>>>>, Record<never, never>>;
1648
+ getInstructions: _orpc_contract.ContractProcedure<zod.ZodObject<{
1800
1649
  quoteResponse: zod.ZodObject<{
1801
1650
  inputMint: zod.ZodString;
1802
1651
  inAmount: zod.ZodString;
@@ -1834,12 +1683,7 @@ declare const fullApiContract: {
1834
1683
  }, zod_v4_core.$strip>>;
1835
1684
  parallel: zod.ZodBoolean;
1836
1685
  tag: zod.ZodOptional<zod.ZodString>;
1837
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1838
- INVALID_WALLET_ADDRESS: {
1839
- message: string;
1840
- status: number;
1841
- };
1842
- }>, {
1686
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1843
1687
  BAD_REQUEST: {
1844
1688
  message: string;
1845
1689
  status: number;
@@ -1847,10 +1691,10 @@ declare const fullApiContract: {
1847
1691
  JUPITER_ERROR: {
1848
1692
  message: string;
1849
1693
  };
1850
- }>, Record<never, never>>;
1694
+ }>>>>, Record<never, never>>;
1851
1695
  };
1852
1696
  transactions: {
1853
- submit: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1697
+ submit: _orpc_contract.ContractProcedure<zod.ZodObject<{
1854
1698
  transactions: zod.ZodArray<zod.ZodObject<{
1855
1699
  serializedTransaction: zod.ZodString;
1856
1700
  metadata: zod.ZodOptional<zod.ZodObject<{
@@ -1863,12 +1707,7 @@ declare const fullApiContract: {
1863
1707
  }, zod_v4_core.$strip>, zod.ZodObject<{
1864
1708
  batchId: zod.ZodString;
1865
1709
  message: zod.ZodOptional<zod.ZodString>;
1866
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1867
- INVALID_WALLET_ADDRESS: {
1868
- message: string;
1869
- status: number;
1870
- };
1871
- }>, {
1710
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1872
1711
  BAD_REQUEST: {
1873
1712
  readonly status: 400;
1874
1713
  readonly message: "Invalid input data provided.";
@@ -1888,8 +1727,8 @@ declare const fullApiContract: {
1888
1727
  link: zod.ZodOptional<zod.ZodString>;
1889
1728
  }, zod_v4_core.$strip>;
1890
1729
  };
1891
- }>, Record<never, never>>;
1892
- get: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1730
+ }>>>>, Record<never, never>>;
1731
+ get: _orpc_contract.ContractProcedure<zod.ZodObject<{
1893
1732
  id: zod.ZodString;
1894
1733
  commitment: zod.ZodEnum<{
1895
1734
  confirmed: "confirmed";
@@ -1907,30 +1746,20 @@ declare const fullApiContract: {
1907
1746
  }, zod_v4_core.$strip>>;
1908
1747
  jitoBundleId: zod.ZodNullable<zod.ZodOptional<zod.ZodString>>;
1909
1748
  jitoBundleStatus: zod.ZodNullable<zod.ZodOptional<zod.ZodUnknown>>;
1910
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1911
- INVALID_WALLET_ADDRESS: {
1912
- message: string;
1913
- status: number;
1914
- };
1915
- }>, {
1749
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1916
1750
  NOT_FOUND: {
1917
1751
  readonly status: 404;
1918
1752
  readonly message: "The requested resource was not found.";
1919
1753
  };
1920
- }>, Record<never, never>>;
1921
- resubmit: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1754
+ }>>>>, Record<never, never>>;
1755
+ resubmit: _orpc_contract.ContractProcedure<zod.ZodObject<{
1922
1756
  id: zod.ZodString;
1923
1757
  }, zod_v4_core.$strip>, zod.ZodObject<{
1924
1758
  success: zod.ZodBoolean;
1925
1759
  message: zod.ZodString;
1926
1760
  error: zod.ZodOptional<zod.ZodString>;
1927
1761
  newSignatures: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1928
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1929
- INVALID_WALLET_ADDRESS: {
1930
- message: string;
1931
- status: number;
1932
- };
1933
- }>, {
1762
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1934
1763
  NOT_FOUND: {
1935
1764
  readonly status: 404;
1936
1765
  readonly message: "The requested resource was not found.";
@@ -1942,8 +1771,8 @@ declare const fullApiContract: {
1942
1771
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1943
1772
  }, zod_v4_core.$strip>>;
1944
1773
  };
1945
- }>, Record<never, never>>;
1946
- getByPayer: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1774
+ }>>>>, Record<never, never>>;
1775
+ getByPayer: _orpc_contract.ContractProcedure<zod.ZodObject<{
1947
1776
  payer: zod.ZodString;
1948
1777
  page: zod.ZodDefault<zod.ZodCoercedNumber<unknown>>;
1949
1778
  limit: zod.ZodDefault<zod.ZodCoercedNumber<unknown>>;
@@ -1971,12 +1800,7 @@ declare const fullApiContract: {
1971
1800
  total: zod.ZodNumber;
1972
1801
  totalPages: zod.ZodNumber;
1973
1802
  }, zod_v4_core.$strip>;
1974
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
1975
- INVALID_WALLET_ADDRESS: {
1976
- message: string;
1977
- status: number;
1978
- };
1979
- }>, {
1803
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
1980
1804
  BAD_REQUEST: {
1981
1805
  readonly status: 400;
1982
1806
  readonly message: "Invalid input data provided.";
@@ -1984,8 +1808,8 @@ declare const fullApiContract: {
1984
1808
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
1985
1809
  }, zod_v4_core.$strip>>;
1986
1810
  };
1987
- }>, Record<never, never>>;
1988
- getByPayerAndTag: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1811
+ }>>>>, Record<never, never>>;
1812
+ getByPayerAndTag: _orpc_contract.ContractProcedure<zod.ZodObject<{
1989
1813
  payer: zod.ZodString;
1990
1814
  tag: zod.ZodString;
1991
1815
  page: zod.ZodDefault<zod.ZodCoercedNumber<unknown>>;
@@ -2014,12 +1838,7 @@ declare const fullApiContract: {
2014
1838
  total: zod.ZodNumber;
2015
1839
  totalPages: zod.ZodNumber;
2016
1840
  }, zod_v4_core.$strip>;
2017
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
2018
- INVALID_WALLET_ADDRESS: {
2019
- message: string;
2020
- status: number;
2021
- };
2022
- }>, {
1841
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2023
1842
  BAD_REQUEST: {
2024
1843
  readonly status: 400;
2025
1844
  readonly message: "Invalid input data provided.";
@@ -2027,10 +1846,10 @@ declare const fullApiContract: {
2027
1846
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2028
1847
  }, zod_v4_core.$strip>>;
2029
1848
  };
2030
- }>, Record<never, never>>;
1849
+ }>>>>, Record<never, never>>;
2031
1850
  };
2032
1851
  welcomePacks: {
2033
- list: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1852
+ list: _orpc_contract.ContractProcedure<zod.ZodObject<{
2034
1853
  walletAddress: zod.ZodString;
2035
1854
  }, zod_v4_core.$strip>, zod.ZodArray<zod.ZodObject<{
2036
1855
  address: zod.ZodString;
@@ -2082,13 +1901,13 @@ declare const fullApiContract: {
2082
1901
  }, zod_v4_core.$strip>>;
2083
1902
  ownershipType: zod.ZodString;
2084
1903
  }, zod_v4_core.$strip>>;
2085
- }, zod_v4_core.$strip>>, Omit<_orpc_contract.MergedErrorMap<Record<never, never>, {
1904
+ }, zod_v4_core.$strip>>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2086
1905
  INVALID_WALLET_ADDRESS: {
2087
- message: string;
2088
1906
  status: number;
1907
+ message: string;
2089
1908
  };
2090
- }>, never>, Record<never, never>>;
2091
- create: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
1909
+ }>>>>, Record<never, never>>;
1910
+ create: _orpc_contract.ContractProcedure<zod.ZodObject<{
2092
1911
  walletAddress: zod.ZodString;
2093
1912
  assetId: zod.ZodString;
2094
1913
  solAmount: zod.ZodNumber;
@@ -2177,12 +1996,7 @@ declare const fullApiContract: {
2177
1996
  parallel: zod.ZodBoolean;
2178
1997
  tag: zod.ZodOptional<zod.ZodString>;
2179
1998
  }, zod_v4_core.$strip>;
2180
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
2181
- INVALID_WALLET_ADDRESS: {
2182
- message: string;
2183
- status: number;
2184
- };
2185
- }>, {
1999
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2186
2000
  BAD_REQUEST: {
2187
2001
  readonly status: 400;
2188
2002
  readonly message: "Invalid input data provided.";
@@ -2190,8 +2004,8 @@ declare const fullApiContract: {
2190
2004
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2191
2005
  }, zod_v4_core.$strip>>;
2192
2006
  };
2193
- }>, Record<never, never>>;
2194
- get: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
2007
+ }>>>>, Record<never, never>>;
2008
+ get: _orpc_contract.ContractProcedure<zod.ZodObject<{
2195
2009
  walletAddress: zod.ZodString;
2196
2010
  packId: zod.ZodNumber;
2197
2011
  }, zod_v4_core.$strip>, zod.ZodObject<{
@@ -2244,18 +2058,17 @@ declare const fullApiContract: {
2244
2058
  }, zod_v4_core.$strip>>;
2245
2059
  ownershipType: zod.ZodString;
2246
2060
  }, zod_v4_core.$strip>>;
2247
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
2248
- INVALID_WALLET_ADDRESS: {
2249
- message: string;
2250
- status: number;
2251
- };
2252
- }>, {
2061
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2253
2062
  NOT_FOUND: {
2254
2063
  readonly status: 404;
2255
2064
  readonly message: "The requested resource was not found.";
2256
2065
  };
2257
- }>, Record<never, never>>;
2258
- delete: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
2066
+ INVALID_WALLET_ADDRESS: {
2067
+ status: number;
2068
+ message: string;
2069
+ };
2070
+ }>>>>, Record<never, never>>;
2071
+ delete: _orpc_contract.ContractProcedure<zod.ZodObject<{
2259
2072
  walletAddress: zod.ZodString;
2260
2073
  packId: zod.ZodNumber;
2261
2074
  }, zod_v4_core.$strip>, zod.ZodObject<{
@@ -2270,12 +2083,7 @@ declare const fullApiContract: {
2270
2083
  parallel: zod.ZodBoolean;
2271
2084
  tag: zod.ZodOptional<zod.ZodString>;
2272
2085
  }, zod_v4_core.$strip>;
2273
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
2274
- INVALID_WALLET_ADDRESS: {
2275
- message: string;
2276
- status: number;
2277
- };
2278
- }>, {
2086
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2279
2087
  BAD_REQUEST: {
2280
2088
  readonly status: 400;
2281
2089
  readonly message: "Invalid input data provided.";
@@ -2283,8 +2091,12 @@ declare const fullApiContract: {
2283
2091
  fields: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
2284
2092
  }, zod_v4_core.$strip>>;
2285
2093
  };
2286
- }>, Record<never, never>>;
2287
- getByAddress: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
2094
+ INVALID_WALLET_ADDRESS: {
2095
+ status: number;
2096
+ message: string;
2097
+ };
2098
+ }>>>>, Record<never, never>>;
2099
+ getByAddress: _orpc_contract.ContractProcedure<zod.ZodObject<{
2288
2100
  packAddress: zod.ZodString;
2289
2101
  }, zod_v4_core.$strip>, zod.ZodObject<{
2290
2102
  address: zod.ZodString;
@@ -2336,18 +2148,13 @@ declare const fullApiContract: {
2336
2148
  }, zod_v4_core.$strip>>;
2337
2149
  ownershipType: zod.ZodString;
2338
2150
  }, zod_v4_core.$strip>>;
2339
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
2340
- INVALID_WALLET_ADDRESS: {
2341
- message: string;
2342
- status: number;
2343
- };
2344
- }>, {
2151
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2345
2152
  NOT_FOUND: {
2346
2153
  readonly status: 404;
2347
2154
  readonly message: "The requested resource was not found.";
2348
2155
  };
2349
- }>, Record<never, never>>;
2350
- claim: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
2156
+ }>>>>, Record<never, never>>;
2157
+ claim: _orpc_contract.ContractProcedure<zod.ZodObject<{
2351
2158
  packAddress: zod.ZodString;
2352
2159
  walletAddress: zod.ZodString;
2353
2160
  signature: zod.ZodString;
@@ -2364,12 +2171,7 @@ declare const fullApiContract: {
2364
2171
  parallel: zod.ZodBoolean;
2365
2172
  tag: zod.ZodOptional<zod.ZodString>;
2366
2173
  }, zod_v4_core.$strip>;
2367
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
2368
- INVALID_WALLET_ADDRESS: {
2369
- message: string;
2370
- status: number;
2371
- };
2372
- }>, {
2174
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2373
2175
  BAD_REQUEST: {
2374
2176
  readonly status: 400;
2375
2177
  readonly message: "Invalid input data provided.";
@@ -2381,20 +2183,15 @@ declare const fullApiContract: {
2381
2183
  message: string;
2382
2184
  status: number;
2383
2185
  };
2384
- }>, Record<never, never>>;
2385
- invite: _orpc_contract.ContractProcedureBuilderWithInputOutput<zod.ZodObject<{
2186
+ }>>>>, Record<never, never>>;
2187
+ invite: _orpc_contract.ContractProcedure<zod.ZodObject<{
2386
2188
  packAddress: zod.ZodString;
2387
2189
  walletAddress: zod.ZodString;
2388
2190
  expirationDays: zod.ZodDefault<zod.ZodNumber>;
2389
2191
  }, zod_v4_core.$strip>, zod.ZodObject<{
2390
2192
  message: zod.ZodString;
2391
2193
  expirationTs: zod.ZodNumber;
2392
- }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<_orpc_contract.MergedErrorMap<Record<never, never>, {
2393
- INVALID_WALLET_ADDRESS: {
2394
- message: string;
2395
- status: number;
2396
- };
2397
- }>, {
2194
+ }, zod_v4_core.$strip>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, _orpc_contract.MergedErrorMap<Record<never, never>, {
2398
2195
  BAD_REQUEST: {
2399
2196
  readonly status: 400;
2400
2197
  readonly message: "Invalid input data provided.";
@@ -2406,7 +2203,7 @@ declare const fullApiContract: {
2406
2203
  readonly status: 404;
2407
2204
  readonly message: "The requested resource was not found.";
2408
2205
  };
2409
- }>, Record<never, never>>;
2206
+ }>>>>, Record<never, never>>;
2410
2207
  };
2411
2208
  };
2412
2209
  type APIContract = typeof apiContract;
@@ -2554,6 +2351,10 @@ declare const WalletAddressSchema: z.ZodString;
2554
2351
  * Solana public key validation (base58 encoded).
2555
2352
  */
2556
2353
  declare const PublicKeySchema: z.ZodString;
2354
+ /**
2355
+ * Helium public key validation.
2356
+ */
2357
+ declare const HeliumPublicKeySchema: z.ZodString;
2557
2358
  /**
2558
2359
  * Standard pagination input schema.
2559
2360
  */
@@ -2904,6 +2705,28 @@ declare const DeleteSplitOutputSchema: z.ZodObject<{
2904
2705
  declare const PendingRewardsOutputSchema: z.ZodObject<{
2905
2706
  pending: z.ZodString;
2906
2707
  }, z.core.$strip>;
2708
+ declare const ReassertLocationRequestSchema: z.ZodObject<{
2709
+ entityPubKey: z.ZodString;
2710
+ walletAddress: z.ZodString;
2711
+ location: z.ZodObject<{
2712
+ lat: z.ZodNumber;
2713
+ lng: z.ZodNumber;
2714
+ }, z.core.$strip>;
2715
+ azimuth: z.ZodOptional<z.ZodNumber>;
2716
+ }, z.core.$strip>;
2717
+ declare const ReassertLocationResponseSchema: z.ZodObject<{
2718
+ transactionData: z.ZodObject<{
2719
+ transactions: z.ZodArray<z.ZodObject<{
2720
+ serializedTransaction: z.ZodString;
2721
+ metadata: z.ZodOptional<z.ZodObject<{
2722
+ type: z.ZodString;
2723
+ description: z.ZodString;
2724
+ }, z.core.$catchall<z.ZodUnknown>>>;
2725
+ }, z.core.$strip>>;
2726
+ parallel: z.ZodBoolean;
2727
+ tag: z.ZodOptional<z.ZodString>;
2728
+ }, z.core.$strip>;
2729
+ }, z.core.$strip>;
2907
2730
  type HotspotType = z.infer<typeof HotspotTypeSchema>;
2908
2731
  type DeviceType = z.infer<typeof DeviceTypeSchema>;
2909
2732
  type OwnershipType = z.infer<typeof OwnershipTypeSchema>;
@@ -3413,6 +3236,10 @@ declare const BAD_REQUEST: {
3413
3236
  fields: z.ZodOptional<z.ZodArray<z.ZodString>>;
3414
3237
  }, z.core.$strip>>;
3415
3238
  };
3239
+ declare const INVALID_WALLET_ADDRESS: {
3240
+ status: number;
3241
+ message: string;
3242
+ };
3416
3243
  /** Rate limit exceeded error */
3417
3244
  declare const RATE_LIMITED: {
3418
3245
  readonly status: 429;
@@ -3452,4 +3279,4 @@ declare const SIMULATION_FAILED: {
3452
3279
  }, z.core.$strip>;
3453
3280
  };
3454
3281
 
3455
- export { type APIContract, type APIRouter, BAD_REQUEST, type BatchStatusOutput, BatchStatusOutputSchema, CONFLICT, type ClaimRewardsInput, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, type ClientOptions, type CreateHntAccountInput, CreateHntAccountInputSchema, type CreateHntAccountOutput, CreateHntAccountOutputSchema, type CreateSplitInput, CreateSplitInputSchema, CreateSplitOutputSchema, type DeleteSplitInput, DeleteSplitInputSchema, DeleteSplitOutputSchema, type DeviceType, DeviceTypeSchema, type ErrorResponse, ErrorResponseSchema, type FullAPIContract, type GetBalancesInput, GetBalancesInputSchema, type GetByPayerAndTagInput, GetByPayerAndTagInputSchema, type GetByPayerInput, GetByPayerInputSchema, type GetHotspotsInput, GetHotspotsInputSchema, type GetInput, GetInputSchema, type GetInstructionsInput, GetInstructionsInputSchema, type GetPendingRewardsInput, GetPendingRewardsInputSchema, type GetQuoteInput, GetQuoteInputSchema, type GetSplitInput, GetSplitInputSchema, type GetTokensInput, GetTokensInputSchema, type HealthResponse, HealthResponseSchema, type Hotspot, HotspotSchema, HotspotSharesSchema, type HotspotType, HotspotTypeSchema, type HotspotsData, HotspotsDataSchema, INSUFFICIENT_FUNDS, type MockImplementation, NOT_FOUND, type OwnershipType, OwnershipTypeSchema, PaginationInputSchema, PaginationOutputSchema, type PayerBatchSummary, PayerBatchSummarySchema, type PayerBatchesOutput, PayerBatchesOutputSchema, type PendingRewardsOutput, PendingRewardsOutputSchema, PublicKeySchema, type QuoteResponse, QuoteResponseSchema, RATE_LIMITED, type ResubmitInput, ResubmitInputSchema, type ResubmitOutput, ResubmitOutputSchema, type RewardSplitInput, RewardSplitInputSchema, SIMULATION_FAILED, type ScheduleInput, ScheduleInputSchema, type SplitResponse, SplitResponseSchema, type SplitShare, SplitShareSchema, type SubmitInput, SubmitInputSchema, type SubmitOutput, SubmitOutputSchema, SwapTransactionDataSchema, TRANSACTION_FAILED, type Token, type TokenAccount, TokenAccountSchema, type TokenBalanceData, TokenBalanceDataSchema, type TokenListOutput, TokenListOutputSchema, TokenSchema, type TransactionBatchRequest, TransactionBatchRequestSchema, type TransactionBatchResponse, TransactionBatchResponseSchema, type TransactionData, TransactionDataSchema, type TransactionItem, TransactionItemSchema, type TransactionMetadata, TransactionMetadataSchema, type TransactionStatus, TransactionStatusSchema, type TransferHotspotInput, TransferHotspotInputSchema, TransferHotspotOutputSchema, type TransferInput, TransferInputSchema, type TransferOutput, TransferOutputSchema, UNAUTHENTICATED, UNAUTHORIZED, type UpdateRewardsDestinationInput, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema, WalletAddressSchema, type WelcomePack, type WelcomePackClaimInput, WelcomePackClaimInputSchema, type WelcomePackClaimOutput, WelcomePackClaimOutputSchema, type WelcomePackCreateInput, WelcomePackCreateInputSchema, type WelcomePackCreateOutput, WelcomePackCreateOutputSchema, type WelcomePackDeleteInput, WelcomePackDeleteInputSchema, type WelcomePackDeleteOutput, WelcomePackDeleteOutputSchema, type WelcomePackGetByAddressInput, WelcomePackGetByAddressInputSchema, type WelcomePackGetInput, WelcomePackGetInputSchema, type WelcomePackInviteInput, WelcomePackInviteInputSchema, type WelcomePackInviteOutput, WelcomePackInviteOutputSchema, type WelcomePackListInput, WelcomePackListInputSchema, type WelcomePackListOutput, WelcomePackListOutputSchema, WelcomePackSchema, apiContract, createClient, createMockClient, fullApiContract };
3282
+ export { type APIContract, type APIRouter, BAD_REQUEST, type BatchStatusOutput, BatchStatusOutputSchema, CONFLICT, type ClaimRewardsInput, ClaimRewardsInputSchema, ClaimRewardsOutputSchema, type ClientOptions, type CreateHntAccountInput, CreateHntAccountInputSchema, type CreateHntAccountOutput, CreateHntAccountOutputSchema, type CreateSplitInput, CreateSplitInputSchema, CreateSplitOutputSchema, type DeleteSplitInput, DeleteSplitInputSchema, DeleteSplitOutputSchema, type DeviceType, DeviceTypeSchema, type ErrorResponse, ErrorResponseSchema, type FullAPIContract, type GetBalancesInput, GetBalancesInputSchema, type GetByPayerAndTagInput, GetByPayerAndTagInputSchema, type GetByPayerInput, GetByPayerInputSchema, type GetHotspotsInput, GetHotspotsInputSchema, type GetInput, GetInputSchema, type GetInstructionsInput, GetInstructionsInputSchema, type GetPendingRewardsInput, GetPendingRewardsInputSchema, type GetQuoteInput, GetQuoteInputSchema, type GetSplitInput, GetSplitInputSchema, type GetTokensInput, GetTokensInputSchema, type HealthResponse, HealthResponseSchema, HeliumPublicKeySchema, type Hotspot, HotspotSchema, HotspotSharesSchema, type HotspotType, HotspotTypeSchema, type HotspotsData, HotspotsDataSchema, INSUFFICIENT_FUNDS, INVALID_WALLET_ADDRESS, type MockImplementation, NOT_FOUND, type OwnershipType, OwnershipTypeSchema, PaginationInputSchema, PaginationOutputSchema, type PayerBatchSummary, PayerBatchSummarySchema, type PayerBatchesOutput, PayerBatchesOutputSchema, type PendingRewardsOutput, PendingRewardsOutputSchema, PublicKeySchema, type QuoteResponse, QuoteResponseSchema, RATE_LIMITED, ReassertLocationRequestSchema, ReassertLocationResponseSchema, type ResubmitInput, ResubmitInputSchema, type ResubmitOutput, ResubmitOutputSchema, type RewardSplitInput, RewardSplitInputSchema, SIMULATION_FAILED, type ScheduleInput, ScheduleInputSchema, type SplitResponse, SplitResponseSchema, type SplitShare, SplitShareSchema, type SubmitInput, SubmitInputSchema, type SubmitOutput, SubmitOutputSchema, SwapTransactionDataSchema, TRANSACTION_FAILED, type Token, type TokenAccount, TokenAccountSchema, type TokenBalanceData, TokenBalanceDataSchema, type TokenListOutput, TokenListOutputSchema, TokenSchema, type TransactionBatchRequest, TransactionBatchRequestSchema, type TransactionBatchResponse, TransactionBatchResponseSchema, type TransactionData, TransactionDataSchema, type TransactionItem, TransactionItemSchema, type TransactionMetadata, TransactionMetadataSchema, type TransactionStatus, TransactionStatusSchema, type TransferHotspotInput, TransferHotspotInputSchema, TransferHotspotOutputSchema, type TransferInput, TransferInputSchema, type TransferOutput, TransferOutputSchema, UNAUTHENTICATED, UNAUTHORIZED, type UpdateRewardsDestinationInput, UpdateRewardsDestinationInputSchema, UpdateRewardsDestinationOutputSchema, WalletAddressSchema, type WelcomePack, type WelcomePackClaimInput, WelcomePackClaimInputSchema, type WelcomePackClaimOutput, WelcomePackClaimOutputSchema, type WelcomePackCreateInput, WelcomePackCreateInputSchema, type WelcomePackCreateOutput, WelcomePackCreateOutputSchema, type WelcomePackDeleteInput, WelcomePackDeleteInputSchema, type WelcomePackDeleteOutput, WelcomePackDeleteOutputSchema, type WelcomePackGetByAddressInput, WelcomePackGetByAddressInputSchema, type WelcomePackGetInput, WelcomePackGetInputSchema, type WelcomePackInviteInput, WelcomePackInviteInputSchema, type WelcomePackInviteOutput, WelcomePackInviteOutputSchema, type WelcomePackListInput, WelcomePackListInputSchema, type WelcomePackListOutput, WelcomePackListOutputSchema, WelcomePackSchema, apiContract, createClient, createMockClient, fullApiContract };