wapi-client 0.15.8 → 0.15.12

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 (84) hide show
  1. package/dist/fns/create-transfer/create-transfer.browser.cjs +2 -2
  2. package/dist/fns/create-transfer/create-transfer.browser.js +2 -2
  3. package/dist/fns/create-transfer/create-transfer.cjs +2 -2
  4. package/dist/fns/create-transfer/create-transfer.js +2 -2
  5. package/dist/fns/create-transfer/create-transfer.schema.zod.browser.cjs +2 -1
  6. package/dist/fns/create-transfer/create-transfer.schema.zod.browser.js +2 -1
  7. package/dist/fns/create-transfer/create-transfer.schema.zod.cjs +2 -1
  8. package/dist/fns/create-transfer/create-transfer.schema.zod.js +2 -1
  9. package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.browser.cjs +1 -1
  10. package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.browser.js +1 -1
  11. package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.cjs +1 -1
  12. package/dist/fns/create-transfer-group/create-transfer-group.schema.zod.js +1 -1
  13. package/dist/fns/create-wallet/create-wallet.browser.cjs +2 -14
  14. package/dist/fns/create-wallet/create-wallet.browser.js +2 -15
  15. package/dist/fns/create-wallet/create-wallet.cjs +2 -14
  16. package/dist/fns/create-wallet/create-wallet.js +2 -15
  17. package/dist/fns/create-wallet/create-wallet.schema.zod.browser.cjs +3 -1
  18. package/dist/fns/create-wallet/create-wallet.schema.zod.browser.js +3 -1
  19. package/dist/fns/create-wallet/create-wallet.schema.zod.cjs +3 -1
  20. package/dist/fns/create-wallet/create-wallet.schema.zod.js +3 -1
  21. package/dist/fns/find-balances/find-balances.browser.cjs +2 -1
  22. package/dist/fns/find-balances/find-balances.browser.js +2 -1
  23. package/dist/fns/find-balances/find-balances.cjs +2 -1
  24. package/dist/fns/find-balances/find-balances.js +2 -1
  25. package/dist/fns/find-tokens/find-tokens.browser.cjs +2 -1
  26. package/dist/fns/find-tokens/find-tokens.browser.js +2 -1
  27. package/dist/fns/find-tokens/find-tokens.cjs +2 -1
  28. package/dist/fns/find-tokens/find-tokens.js +2 -1
  29. package/dist/fns/find-transfer-groups/find-transfer-groups.browser.cjs +2 -1
  30. package/dist/fns/find-transfer-groups/find-transfer-groups.browser.js +2 -1
  31. package/dist/fns/find-transfer-groups/find-transfer-groups.cjs +2 -1
  32. package/dist/fns/find-transfer-groups/find-transfer-groups.js +2 -1
  33. package/dist/fns/find-transfers/find-transfers.browser.cjs +2 -1
  34. package/dist/fns/find-transfers/find-transfers.browser.js +2 -1
  35. package/dist/fns/find-transfers/find-transfers.cjs +2 -1
  36. package/dist/fns/find-transfers/find-transfers.js +2 -1
  37. package/dist/fns/find-wallets/find-wallets.browser.cjs +2 -1
  38. package/dist/fns/find-wallets/find-wallets.browser.js +2 -1
  39. package/dist/fns/find-wallets/find-wallets.cjs +2 -1
  40. package/dist/fns/find-wallets/find-wallets.js +2 -1
  41. package/dist/fns/reverse-transfers/reverse-transfers.browser.cjs +2 -1
  42. package/dist/fns/reverse-transfers/reverse-transfers.browser.js +2 -1
  43. package/dist/fns/reverse-transfers/reverse-transfers.cjs +2 -1
  44. package/dist/fns/reverse-transfers/reverse-transfers.js +2 -1
  45. package/dist/fns/update-transfer-groups/update-transfer-groups.browser.cjs +2 -1
  46. package/dist/fns/update-transfer-groups/update-transfer-groups.browser.js +2 -1
  47. package/dist/fns/update-transfer-groups/update-transfer-groups.cjs +2 -1
  48. package/dist/fns/update-transfer-groups/update-transfer-groups.js +2 -1
  49. package/dist/fns/update-transfers/update-transfers.browser.cjs +2 -1
  50. package/dist/fns/update-transfers/update-transfers.browser.js +2 -1
  51. package/dist/fns/update-transfers/update-transfers.cjs +2 -1
  52. package/dist/fns/update-transfers/update-transfers.js +2 -1
  53. package/dist/fns/update-wallet/update-wallet.browser.cjs +18 -7
  54. package/dist/fns/update-wallet/update-wallet.browser.js +20 -7
  55. package/dist/fns/update-wallet/update-wallet.cjs +18 -7
  56. package/dist/fns/update-wallet/update-wallet.js +20 -7
  57. package/dist/fns/update-wallet/update-wallet.schema.zod.browser.cjs +3 -1
  58. package/dist/fns/update-wallet/update-wallet.schema.zod.browser.js +3 -1
  59. package/dist/fns/update-wallet/update-wallet.schema.zod.cjs +3 -1
  60. package/dist/fns/update-wallet/update-wallet.schema.zod.js +3 -1
  61. package/dist/lib/env.browser.cjs +1 -1
  62. package/dist/lib/env.browser.js +1 -1
  63. package/dist/lib/env.cjs +1 -1
  64. package/dist/lib/env.js +1 -1
  65. package/dist/lib/validation.browser.cjs +12145 -31
  66. package/dist/lib/validation.browser.js +12146 -28
  67. package/dist/lib/validation.cjs +5 -2
  68. package/dist/lib/validation.js +5 -2
  69. package/dist/txs/create-wallet/create-wallet.schema.zod.browser.cjs +3 -1
  70. package/dist/txs/create-wallet/create-wallet.schema.zod.browser.js +3 -1
  71. package/dist/txs/create-wallet/create-wallet.schema.zod.cjs +3 -1
  72. package/dist/txs/create-wallet/create-wallet.schema.zod.js +3 -1
  73. package/dist/txs/get-transfer/get-transfer.schema.zod.browser.cjs +2 -1
  74. package/dist/txs/get-transfer/get-transfer.schema.zod.browser.js +2 -1
  75. package/dist/txs/get-transfer/get-transfer.schema.zod.cjs +2 -1
  76. package/dist/txs/get-transfer/get-transfer.schema.zod.js +2 -1
  77. package/dist/txs/update-wallet/update-wallet.schema.zod.browser.cjs +3 -1
  78. package/dist/txs/update-wallet/update-wallet.schema.zod.browser.js +3 -1
  79. package/dist/txs/update-wallet/update-wallet.schema.zod.cjs +3 -1
  80. package/dist/txs/update-wallet/update-wallet.schema.zod.js +3 -1
  81. package/dist/types/wapi-client.d.ts +646 -508
  82. package/dist/wapi-client-web.iife.js +6 -6
  83. package/dist/wapi-client.iife.js +6 -6
  84. package/package.json +1 -1
@@ -2257,6 +2257,7 @@ declare module "wapi-client/txs/get-transfer/get-transfer.schema.zod" {
2257
2257
  token_foreign: z.ZodString;
2258
2258
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
2259
2259
  reverses_identifier: z.ZodNullable<z.ZodString>;
2260
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2260
2261
  }, z.core.$strict>;
2261
2262
  export const transferWithBalanceOutputSchema: z.ZodObject<{
2262
2263
  id: z.ZodNumber;
@@ -2289,6 +2290,7 @@ declare module "wapi-client/txs/get-transfer/get-transfer.schema.zod" {
2289
2290
  token_foreign: z.ZodString;
2290
2291
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
2291
2292
  reverses_identifier: z.ZodNullable<z.ZodString>;
2293
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2292
2294
  balance_id: z.ZodNullable<z.ZodNumber>;
2293
2295
  balance_pending: z.ZodNullable<z.ZodNumber>;
2294
2296
  balance_pending_to: z.ZodNullable<z.ZodNumber>;
@@ -2330,6 +2332,7 @@ declare module "wapi-client/txs/get-transfer/get-transfer.schema.zod" {
2330
2332
  token_foreign: z.ZodString;
2331
2333
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
2332
2334
  reverses_identifier: z.ZodNullable<z.ZodString>;
2335
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2333
2336
  }, z.core.$strict>>;
2334
2337
  }, z.core.$strip>;
2335
2338
  }
@@ -2651,6 +2654,7 @@ declare module "wapi-client/txs/get-transfer-group/get-transfer-group.schema.zod
2651
2654
  token_foreign: z.ZodString;
2652
2655
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
2653
2656
  reverses_identifier: z.ZodNullable<z.ZodString>;
2657
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2654
2658
  }, z.core.$strict>>>>;
2655
2659
  reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2656
2660
  }, z.core.$strict>;
@@ -2713,6 +2717,7 @@ declare module "wapi-client/txs/get-transfer-group/get-transfer-group.schema.zod
2713
2717
  token_foreign: z.ZodString;
2714
2718
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
2715
2719
  reverses_identifier: z.ZodNullable<z.ZodString>;
2720
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2716
2721
  }, z.core.$strict>>>>;
2717
2722
  reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
2718
2723
  }, z.core.$strict>>;
@@ -2815,6 +2820,7 @@ declare module "wapi-client/txs/find-transfer-many/find-transfer-many.schema.zod
2815
2820
  token_foreign: "token_foreign";
2816
2821
  transfer_group_identifier: "transfer_group_identifier";
2817
2822
  reverses_identifier: "reverses_identifier";
2823
+ reversed_by_identifier: "reversed_by_identifier";
2818
2824
  }>>>;
2819
2825
  deselect: z.ZodOptional<z.ZodArray<z.ZodEnum<{
2820
2826
  type: "type";
@@ -2840,6 +2846,7 @@ declare module "wapi-client/txs/find-transfer-many/find-transfer-many.schema.zod
2840
2846
  token_foreign: "token_foreign";
2841
2847
  transfer_group_identifier: "transfer_group_identifier";
2842
2848
  reverses_identifier: "reverses_identifier";
2849
+ reversed_by_identifier: "reversed_by_identifier";
2843
2850
  }>>>;
2844
2851
  return_running_balance_for_wallet: z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
2845
2852
  id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
@@ -4586,6 +4593,7 @@ declare module "wapi-client/txs/find-transfer-many/find-transfer-many.schema.zod
4586
4593
  token_foreign: "token_foreign";
4587
4594
  transfer_group_identifier: "transfer_group_identifier";
4588
4595
  reverses_identifier: "reverses_identifier";
4596
+ reversed_by_identifier: "reversed_by_identifier";
4589
4597
  }>>>;
4590
4598
  deselect: z.ZodOptional<z.ZodArray<z.ZodEnum<{
4591
4599
  type: "type";
@@ -4611,6 +4619,7 @@ declare module "wapi-client/txs/find-transfer-many/find-transfer-many.schema.zod
4611
4619
  token_foreign: "token_foreign";
4612
4620
  transfer_group_identifier: "transfer_group_identifier";
4613
4621
  reverses_identifier: "reverses_identifier";
4622
+ reversed_by_identifier: "reversed_by_identifier";
4614
4623
  }>>>;
4615
4624
  return_running_balance_for_wallet: z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
4616
4625
  id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
@@ -4689,6 +4698,7 @@ declare module "wapi-client/txs/find-transfer-many/find-transfer-many.schema.zod
4689
4698
  token_foreign: z.ZodOptional<z.ZodString>;
4690
4699
  transfer_group_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4691
4700
  reverses_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
4701
+ reversed_by_identifier: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
4692
4702
  balance_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
4693
4703
  balance_pending: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
4694
4704
  balance_pending_to: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -7142,6 +7152,7 @@ declare module "wapi-client/txs/create-transfer/create-transfer.schema.zod" {
7142
7152
  token_foreign: z.ZodString;
7143
7153
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
7144
7154
  reverses_identifier: z.ZodNullable<z.ZodString>;
7155
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
7145
7156
  }, z.core.$strict>>>>;
7146
7157
  from_balance: z.ZodOptional<z.ZodOptional<z.ZodObject<{
7147
7158
  token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
@@ -8066,6 +8077,7 @@ declare module "wapi-client/txs/create-transfer-group/create-transfer-group.sche
8066
8077
  token_foreign: z.ZodString;
8067
8078
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
8068
8079
  reverses_identifier: z.ZodNullable<z.ZodString>;
8080
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8069
8081
  }, z.core.$strict>>>;
8070
8082
  }, z.core.$strip>;
8071
8083
  }
@@ -8395,6 +8407,7 @@ declare module "wapi-client/txs/create-contract/create-contract.schema.zod" {
8395
8407
  token_foreign: z.ZodString;
8396
8408
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
8397
8409
  reverses_identifier: z.ZodNullable<z.ZodString>;
8410
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8398
8411
  }, z.core.$strict>>>;
8399
8412
  }, z.core.$strip>>;
8400
8413
  }, z.core.$strip>;
@@ -8534,6 +8547,7 @@ declare module "wapi-client/fns/create-contract/create-contract.schema.zod" {
8534
8547
  token_foreign: z.ZodString;
8535
8548
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
8536
8549
  reverses_identifier: z.ZodNullable<z.ZodString>;
8550
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8537
8551
  }, z.core.$strict>>>;
8538
8552
  }, z.core.$strip>>;
8539
8553
  }, z.core.$strip>;
@@ -8679,6 +8693,7 @@ declare module "wapi-client/txs/create-deposit/create-deposit.schema.zod" {
8679
8693
  token_foreign: z.ZodString;
8680
8694
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
8681
8695
  reverses_identifier: z.ZodNullable<z.ZodString>;
8696
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8682
8697
  }, z.core.$strict>>>>;
8683
8698
  from_balance: z.ZodOptional<z.ZodOptional<z.ZodObject<{
8684
8699
  token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
@@ -8789,6 +8804,7 @@ declare module "wapi-client/fns/create-deposit/create-deposit.schema.zod" {
8789
8804
  token_foreign: z.ZodString;
8790
8805
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
8791
8806
  reverses_identifier: z.ZodNullable<z.ZodString>;
8807
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8792
8808
  }, z.core.$strict>>>>;
8793
8809
  from_balance: z.ZodOptional<z.ZodOptional<z.ZodObject<{
8794
8810
  token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
@@ -8930,6 +8946,7 @@ declare module "wapi-client/fns/create-exchange/create-exchange.schema.zod" {
8930
8946
  token_foreign: z.ZodString;
8931
8947
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
8932
8948
  reverses_identifier: z.ZodNullable<z.ZodString>;
8949
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8933
8950
  }, z.core.$strict>>>;
8934
8951
  }, z.core.$strip>;
8935
8952
  export const config: {};
@@ -9152,6 +9169,7 @@ declare module "wapi-client/fns/create-transfer/create-transfer.schema.zod" {
9152
9169
  transfer_group: z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>;
9153
9170
  created_at: z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>;
9154
9171
  type: z.ZodLiteral<"transfer">;
9172
+ force: z.ZodDefault<z.ZodBoolean>;
9155
9173
  }, z.core.$strip>;
9156
9174
  export const createTransferRegularInputSchema: z.ZodObject<{
9157
9175
  identifier: z.ZodOptional<z.ZodString>;
@@ -9167,6 +9185,7 @@ declare module "wapi-client/fns/create-transfer/create-transfer.schema.zod" {
9167
9185
  }>>;
9168
9186
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
9169
9187
  created_at: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
9188
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9170
9189
  type: z.ZodOptional<z.ZodLiteral<"transfer">>;
9171
9190
  }, z.core.$strip>;
9172
9191
  export const createTransferWithdrawalInputSchema: z.ZodObject<{
@@ -9179,6 +9198,7 @@ declare module "wapi-client/fns/create-transfer/create-transfer.schema.zod" {
9179
9198
  finished: "finished";
9180
9199
  }>>;
9181
9200
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9201
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9182
9202
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9183
9203
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
9184
9204
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -9194,6 +9214,7 @@ declare module "wapi-client/fns/create-transfer/create-transfer.schema.zod" {
9194
9214
  finished: "finished";
9195
9215
  }>>;
9196
9216
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9217
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9197
9218
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9198
9219
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
9199
9220
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -9213,6 +9234,7 @@ declare module "wapi-client/fns/create-transfer/create-transfer.schema.zod" {
9213
9234
  }>>;
9214
9235
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
9215
9236
  created_at: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
9237
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9216
9238
  type: z.ZodOptional<z.ZodLiteral<"transfer">>;
9217
9239
  }, z.core.$strip>, z.ZodObject<{
9218
9240
  identifier: z.ZodOptional<z.ZodString>;
@@ -9224,6 +9246,7 @@ declare module "wapi-client/fns/create-transfer/create-transfer.schema.zod" {
9224
9246
  finished: "finished";
9225
9247
  }>>;
9226
9248
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9249
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9227
9250
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9228
9251
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
9229
9252
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -9238,6 +9261,7 @@ declare module "wapi-client/fns/create-transfer/create-transfer.schema.zod" {
9238
9261
  finished: "finished";
9239
9262
  }>>;
9240
9263
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9264
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9241
9265
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9242
9266
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
9243
9267
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -9257,6 +9281,7 @@ declare module "wapi-client/fns/create-transfer/create-transfer.schema.zod" {
9257
9281
  }>>;
9258
9282
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
9259
9283
  created_at: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
9284
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9260
9285
  type: z.ZodOptional<z.ZodLiteral<"transfer">>;
9261
9286
  }, z.core.$strip>, z.ZodObject<{
9262
9287
  identifier: z.ZodOptional<z.ZodString>;
@@ -9268,6 +9293,7 @@ declare module "wapi-client/fns/create-transfer/create-transfer.schema.zod" {
9268
9293
  finished: "finished";
9269
9294
  }>>;
9270
9295
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9296
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9271
9297
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9272
9298
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
9273
9299
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -9282,6 +9308,7 @@ declare module "wapi-client/fns/create-transfer/create-transfer.schema.zod" {
9282
9308
  finished: "finished";
9283
9309
  }>>;
9284
9310
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9311
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9285
9312
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9286
9313
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
9287
9314
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -9328,6 +9355,7 @@ declare module "wapi-client/fns/create-transfer/create-transfer.schema.zod" {
9328
9355
  token_foreign: z.ZodString;
9329
9356
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
9330
9357
  reverses_identifier: z.ZodNullable<z.ZodString>;
9358
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9331
9359
  }, z.core.$strict>>>>;
9332
9360
  from_balance: z.ZodOptional<z.ZodOptional<z.ZodObject<{
9333
9361
  token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
@@ -9385,6 +9413,7 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9385
9413
  finished: "finished";
9386
9414
  }>>;
9387
9415
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9416
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9388
9417
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9389
9418
  from_wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9390
9419
  to_wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -9400,6 +9429,7 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9400
9429
  finished: "finished";
9401
9430
  }>>;
9402
9431
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9432
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9403
9433
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9404
9434
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9405
9435
  }, z.core.$strip>;
@@ -9414,10 +9444,11 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9414
9444
  finished: "finished";
9415
9445
  }>>;
9416
9446
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9447
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9417
9448
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9418
9449
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9419
9450
  }, z.core.$strip>;
9420
- export const createTransferGroupChildInput: z.ZodUnion<readonly [z.ZodObject<{
9451
+ export const createTransferGroupChildInput: z.ZodDiscriminatedUnion<[z.ZodObject<{
9421
9452
  type: z.ZodNonOptional<z.ZodOptional<z.ZodLiteral<"deposit">>>;
9422
9453
  identifier: z.ZodOptional<z.ZodString>;
9423
9454
  metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
@@ -9428,6 +9459,7 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9428
9459
  finished: "finished";
9429
9460
  }>>;
9430
9461
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9462
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9431
9463
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9432
9464
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9433
9465
  }, z.core.$strip>, z.ZodObject<{
@@ -9441,6 +9473,7 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9441
9473
  finished: "finished";
9442
9474
  }>>;
9443
9475
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9476
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9444
9477
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9445
9478
  from_wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9446
9479
  to_wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -9455,9 +9488,10 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9455
9488
  finished: "finished";
9456
9489
  }>>;
9457
9490
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9491
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9458
9492
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9459
9493
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9460
- }, z.core.$strip>]>;
9494
+ }, z.core.$strip>], "type">;
9461
9495
  export const createTransferGroupInput: z.ZodObject<{
9462
9496
  identifier: z.ZodOptional<z.ZodString>;
9463
9497
  metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
@@ -9470,7 +9504,7 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9470
9504
  finished: "finished";
9471
9505
  cancelled: "cancelled";
9472
9506
  }>>;
9473
- children: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
9507
+ children: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
9474
9508
  type: z.ZodNonOptional<z.ZodOptional<z.ZodLiteral<"deposit">>>;
9475
9509
  identifier: z.ZodOptional<z.ZodString>;
9476
9510
  metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
@@ -9481,6 +9515,7 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9481
9515
  finished: "finished";
9482
9516
  }>>;
9483
9517
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9518
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9484
9519
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9485
9520
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9486
9521
  }, z.core.$strip>, z.ZodObject<{
@@ -9494,6 +9529,7 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9494
9529
  finished: "finished";
9495
9530
  }>>;
9496
9531
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9532
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9497
9533
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9498
9534
  from_wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9499
9535
  to_wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -9508,9 +9544,10 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9508
9544
  finished: "finished";
9509
9545
  }>>;
9510
9546
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9547
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9511
9548
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9512
9549
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9513
- }, z.core.$strip>]>>>;
9550
+ }, z.core.$strip>], "type">>>;
9514
9551
  }, z.core.$strict>;
9515
9552
  export const createTransferGroupFnInputSchema: z.ZodObject<{
9516
9553
  identifier: z.ZodOptional<z.ZodString>;
@@ -9524,7 +9561,7 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9524
9561
  finished: "finished";
9525
9562
  cancelled: "cancelled";
9526
9563
  }>>;
9527
- children: z.ZodOptional<z.ZodArray<z.ZodUnion<readonly [z.ZodObject<{
9564
+ children: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{
9528
9565
  type: z.ZodNonOptional<z.ZodOptional<z.ZodLiteral<"deposit">>>;
9529
9566
  identifier: z.ZodOptional<z.ZodString>;
9530
9567
  metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
@@ -9535,6 +9572,7 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9535
9572
  finished: "finished";
9536
9573
  }>>;
9537
9574
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9575
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9538
9576
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9539
9577
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9540
9578
  }, z.core.$strip>, z.ZodObject<{
@@ -9548,6 +9586,7 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9548
9586
  finished: "finished";
9549
9587
  }>>;
9550
9588
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9589
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9551
9590
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9552
9591
  from_wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9553
9592
  to_wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -9562,9 +9601,10 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9562
9601
  finished: "finished";
9563
9602
  }>>;
9564
9603
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
9604
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
9565
9605
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
9566
9606
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9567
- }, z.core.$strip>]>>>;
9607
+ }, z.core.$strip>], "type">>>;
9568
9608
  options: z.ZodOptional<z.ZodOptional<z.ZodObject<{
9569
9609
  tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
9570
9610
  transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -9631,6 +9671,7 @@ declare module "wapi-client/fns/create-transfer-group/create-transfer-group.sche
9631
9671
  token_foreign: z.ZodString;
9632
9672
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
9633
9673
  reverses_identifier: z.ZodNullable<z.ZodString>;
9674
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9634
9675
  }, z.core.$strict>>>;
9635
9676
  }, z.core.$strip>;
9636
9677
  export const config: {};
@@ -9951,6 +9992,7 @@ declare module "wapi-client/txs/create-transfer-many/create-transfer-many.schema
9951
9992
  token_foreign: z.ZodString;
9952
9993
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
9953
9994
  reverses_identifier: z.ZodNullable<z.ZodString>;
9995
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9954
9996
  }, z.core.$strict>>>>>;
9955
9997
  from_balances: z.ZodOptional<z.ZodArray<z.ZodOptional<z.ZodObject<{
9956
9998
  token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
@@ -10012,6 +10054,7 @@ declare module "wapi-client/fns/create-transfers/create-transfers.schema.zod" {
10012
10054
  }>>;
10013
10055
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
10014
10056
  created_at: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>;
10057
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
10015
10058
  type: z.ZodOptional<z.ZodLiteral<"transfer">>;
10016
10059
  }, z.core.$strip>, z.ZodObject<{
10017
10060
  identifier: z.ZodOptional<z.ZodString>;
@@ -10023,6 +10066,7 @@ declare module "wapi-client/fns/create-transfers/create-transfers.schema.zod" {
10023
10066
  finished: "finished";
10024
10067
  }>>;
10025
10068
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
10069
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
10026
10070
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10027
10071
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
10028
10072
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -10037,6 +10081,7 @@ declare module "wapi-client/fns/create-transfers/create-transfers.schema.zod" {
10037
10081
  finished: "finished";
10038
10082
  }>>;
10039
10083
  amount: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
10084
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
10040
10085
  latest_control_hash: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10041
10086
  transfer_group: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>;
10042
10087
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -10083,6 +10128,7 @@ declare module "wapi-client/fns/create-transfers/create-transfers.schema.zod" {
10083
10128
  token_foreign: z.ZodString;
10084
10129
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
10085
10130
  reverses_identifier: z.ZodNullable<z.ZodString>;
10131
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10086
10132
  }, z.core.$strict>>>>>;
10087
10133
  from_balances: z.ZodOptional<z.ZodArray<z.ZodOptional<z.ZodObject<{
10088
10134
  token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
@@ -10136,6 +10182,8 @@ declare module "wapi-client/txs/create-wallet/create-wallet.schema.zod" {
10136
10182
  active: "active";
10137
10183
  disabled: "disabled";
10138
10184
  }>>;
10185
+ default_allow_positive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
10186
+ default_allow_negative: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
10139
10187
  }, z.core.$strip>;
10140
10188
  export const createWalletTxInputOptionsSchema: z.ZodObject<{
10141
10189
  tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -10155,6 +10203,8 @@ declare module "wapi-client/txs/create-wallet/create-wallet.schema.zod" {
10155
10203
  active: "active";
10156
10204
  disabled: "disabled";
10157
10205
  }>>;
10206
+ default_allow_positive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
10207
+ default_allow_negative: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
10158
10208
  }, z.core.$strip>>>;
10159
10209
  options: z.ZodOptional<z.ZodObject<{
10160
10210
  tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -10194,6 +10244,8 @@ declare module "wapi-client/fns/create-wallet/create-wallet.schema.zod" {
10194
10244
  foreign: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodString>>;
10195
10245
  metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, unknown, import("zod/v4/core").$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
10196
10246
  name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
10247
+ default_allow_negative: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
10248
+ default_allow_positive: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
10197
10249
  status: import("zod").ZodOptional<import("zod").ZodEnum<{
10198
10250
  active: "active";
10199
10251
  disabled: "disabled";
@@ -10203,6 +10255,8 @@ declare module "wapi-client/fns/create-wallet/create-wallet.schema.zod" {
10203
10255
  foreign: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodString>>;
10204
10256
  metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodType<import("wapi-client/db/consts").Metadata, unknown, import("zod/v4/core").$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
10205
10257
  name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
10258
+ default_allow_negative: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
10259
+ default_allow_positive: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
10206
10260
  status: import("zod").ZodOptional<import("zod").ZodEnum<{
10207
10261
  active: "active";
10208
10262
  disabled: "disabled";
@@ -10370,6 +10424,7 @@ declare module "wapi-client/txs/create-withdrawal/create-withdrawal.schema.zod"
10370
10424
  token_foreign: z.ZodString;
10371
10425
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
10372
10426
  reverses_identifier: z.ZodNullable<z.ZodString>;
10427
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10373
10428
  }, z.core.$strict>>>>;
10374
10429
  from_balance: z.ZodOptional<z.ZodOptional<z.ZodObject<{
10375
10430
  token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
@@ -10480,6 +10535,7 @@ declare module "wapi-client/fns/create-withdrawal/create-withdrawal.schema.zod"
10480
10535
  token_foreign: z.ZodString;
10481
10536
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
10482
10537
  reverses_identifier: z.ZodNullable<z.ZodString>;
10538
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10483
10539
  }, z.core.$strict>>>>;
10484
10540
  from_balance: z.ZodOptional<z.ZodOptional<z.ZodObject<{
10485
10541
  token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
@@ -14773,6 +14829,7 @@ declare module "wapi-client/txs/find-transfer-group-many/find-transfer-group-man
14773
14829
  token_foreign: z.ZodString;
14774
14830
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
14775
14831
  reverses_identifier: z.ZodNullable<z.ZodString>;
14832
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14776
14833
  }, z.core.$strict>>>>;
14777
14834
  reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14778
14835
  transfers_count: z.ZodOptional<z.ZodNumber>;
@@ -14824,8 +14881,8 @@ declare module "wapi-client/txs/find-transfer-group-many/find-transfer-group-man
14824
14881
  validate_final_balance_only: "validate_final_balance_only";
14825
14882
  transfer_status: "transfer_status";
14826
14883
  reverses_identifier: "reverses_identifier";
14827
- transfers: "transfers";
14828
14884
  reversed_by_identifier: "reversed_by_identifier";
14885
+ transfers: "transfers";
14829
14886
  transfers_count: "transfers_count";
14830
14887
  }>>>;
14831
14888
  deselect: z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -14843,8 +14900,8 @@ declare module "wapi-client/txs/find-transfer-group-many/find-transfer-group-man
14843
14900
  validate_final_balance_only: "validate_final_balance_only";
14844
14901
  transfer_status: "transfer_status";
14845
14902
  reverses_identifier: "reverses_identifier";
14846
- transfers: "transfers";
14847
14903
  reversed_by_identifier: "reversed_by_identifier";
14904
+ transfers: "transfers";
14848
14905
  transfers_count: "transfers_count";
14849
14906
  }>>>;
14850
14907
  }, z.core.$strip>;
@@ -15388,8 +15445,8 @@ declare module "wapi-client/txs/find-transfer-group-many/find-transfer-group-man
15388
15445
  validate_final_balance_only: "validate_final_balance_only";
15389
15446
  transfer_status: "transfer_status";
15390
15447
  reverses_identifier: "reverses_identifier";
15391
- transfers: "transfers";
15392
15448
  reversed_by_identifier: "reversed_by_identifier";
15449
+ transfers: "transfers";
15393
15450
  transfers_count: "transfers_count";
15394
15451
  }>>>;
15395
15452
  deselect: z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -15407,8 +15464,8 @@ declare module "wapi-client/txs/find-transfer-group-many/find-transfer-group-man
15407
15464
  validate_final_balance_only: "validate_final_balance_only";
15408
15465
  transfer_status: "transfer_status";
15409
15466
  reverses_identifier: "reverses_identifier";
15410
- transfers: "transfers";
15411
15467
  reversed_by_identifier: "reversed_by_identifier";
15468
+ transfers: "transfers";
15412
15469
  transfers_count: "transfers_count";
15413
15470
  }>>>;
15414
15471
  }, z.core.$strip>>;
@@ -15472,6 +15529,7 @@ declare module "wapi-client/txs/find-transfer-group-many/find-transfer-group-man
15472
15529
  token_foreign: z.ZodString;
15473
15530
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
15474
15531
  reverses_identifier: z.ZodNullable<z.ZodString>;
15532
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15475
15533
  }, z.core.$strict>>>>>;
15476
15534
  reversed_by_identifier: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
15477
15535
  transfers_count: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
@@ -15543,8 +15601,8 @@ declare module "wapi-client/txs/export-transfer-group-many/export-transfer-group
15543
15601
  validate_final_balance_only: "validate_final_balance_only";
15544
15602
  transfer_status: "transfer_status";
15545
15603
  reverses_identifier: "reverses_identifier";
15546
- transfers: "transfers";
15547
15604
  reversed_by_identifier: "reversed_by_identifier";
15605
+ transfers: "transfers";
15548
15606
  transfers_count: "transfers_count";
15549
15607
  }>>>;
15550
15608
  deselect: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
@@ -15562,8 +15620,8 @@ declare module "wapi-client/txs/export-transfer-group-many/export-transfer-group
15562
15620
  validate_final_balance_only: "validate_final_balance_only";
15563
15621
  transfer_status: "transfer_status";
15564
15622
  reverses_identifier: "reverses_identifier";
15565
- transfers: "transfers";
15566
15623
  reversed_by_identifier: "reversed_by_identifier";
15624
+ transfers: "transfers";
15567
15625
  transfers_count: "transfers_count";
15568
15626
  }>>>;
15569
15627
  }, import("zod/v4/core").$strip>;
@@ -15764,8 +15822,8 @@ declare module "wapi-client/txs/export-transfer-group-many/export-transfer-group
15764
15822
  validate_final_balance_only: "validate_final_balance_only";
15765
15823
  transfer_status: "transfer_status";
15766
15824
  reverses_identifier: "reverses_identifier";
15767
- transfers: "transfers";
15768
15825
  reversed_by_identifier: "reversed_by_identifier";
15826
+ transfers: "transfers";
15769
15827
  transfers_count: "transfers_count";
15770
15828
  }>>>;
15771
15829
  deselect: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
@@ -15783,8 +15841,8 @@ declare module "wapi-client/txs/export-transfer-group-many/export-transfer-group
15783
15841
  validate_final_balance_only: "validate_final_balance_only";
15784
15842
  transfer_status: "transfer_status";
15785
15843
  reverses_identifier: "reverses_identifier";
15786
- transfers: "transfers";
15787
15844
  reversed_by_identifier: "reversed_by_identifier";
15845
+ transfers: "transfers";
15788
15846
  transfers_count: "transfers_count";
15789
15847
  }>>>;
15790
15848
  }, import("zod/v4/core").$strip>>>;
@@ -15838,8 +15896,8 @@ declare module "wapi-client/fns/find-transfer-groups/find-transfer-groups.schema
15838
15896
  validate_final_balance_only: "validate_final_balance_only";
15839
15897
  transfer_status: "transfer_status";
15840
15898
  reverses_identifier: "reverses_identifier";
15841
- transfers: "transfers";
15842
15899
  reversed_by_identifier: "reversed_by_identifier";
15900
+ transfers: "transfers";
15843
15901
  transfers_count: "transfers_count";
15844
15902
  }>>>>;
15845
15903
  deselect: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -15857,8 +15915,8 @@ declare module "wapi-client/fns/find-transfer-groups/find-transfer-groups.schema
15857
15915
  validate_final_balance_only: "validate_final_balance_only";
15858
15916
  transfer_status: "transfer_status";
15859
15917
  reverses_identifier: "reverses_identifier";
15860
- transfers: "transfers";
15861
15918
  reversed_by_identifier: "reversed_by_identifier";
15919
+ transfers: "transfers";
15862
15920
  transfers_count: "transfers_count";
15863
15921
  }>>>>;
15864
15922
  limit: z.ZodOptional<z.ZodNumber>;
@@ -15937,8 +15995,8 @@ declare module "wapi-client/fns/find-transfer-groups/find-transfer-groups.schema
15937
15995
  validate_final_balance_only: "validate_final_balance_only";
15938
15996
  transfer_status: "transfer_status";
15939
15997
  reverses_identifier: "reverses_identifier";
15940
- transfers: "transfers";
15941
15998
  reversed_by_identifier: "reversed_by_identifier";
15999
+ transfers: "transfers";
15942
16000
  transfers_count: "transfers_count";
15943
16001
  }>>>>;
15944
16002
  deselect: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -15956,8 +16014,8 @@ declare module "wapi-client/fns/find-transfer-groups/find-transfer-groups.schema
15956
16014
  validate_final_balance_only: "validate_final_balance_only";
15957
16015
  transfer_status: "transfer_status";
15958
16016
  reverses_identifier: "reverses_identifier";
15959
- transfers: "transfers";
15960
16017
  reversed_by_identifier: "reversed_by_identifier";
16018
+ transfers: "transfers";
15961
16019
  transfers_count: "transfers_count";
15962
16020
  }>>>>;
15963
16021
  limit: z.ZodOptional<z.ZodNumber>;
@@ -16035,6 +16093,7 @@ declare module "wapi-client/fns/find-transfer-groups/find-transfer-groups.schema
16035
16093
  token_foreign: z.ZodString;
16036
16094
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
16037
16095
  reverses_identifier: z.ZodNullable<z.ZodString>;
16096
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16038
16097
  }, z.core.$strict>>>>>;
16039
16098
  reversed_by_identifier: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
16040
16099
  transfers_count: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
@@ -16082,8 +16141,8 @@ declare module "wapi-client/fns/export-transfer-groups/export-transfer-groups.sc
16082
16141
  validate_final_balance_only: "validate_final_balance_only";
16083
16142
  transfer_status: "transfer_status";
16084
16143
  reverses_identifier: "reverses_identifier";
16085
- transfers: "transfers";
16086
16144
  reversed_by_identifier: "reversed_by_identifier";
16145
+ transfers: "transfers";
16087
16146
  transfers_count: "transfers_count";
16088
16147
  }>>>>>;
16089
16148
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
@@ -16101,8 +16160,8 @@ declare module "wapi-client/fns/export-transfer-groups/export-transfer-groups.sc
16101
16160
  validate_final_balance_only: "validate_final_balance_only";
16102
16161
  transfer_status: "transfer_status";
16103
16162
  reverses_identifier: "reverses_identifier";
16104
- transfers: "transfers";
16105
16163
  reversed_by_identifier: "reversed_by_identifier";
16164
+ transfers: "transfers";
16106
16165
  transfers_count: "transfers_count";
16107
16166
  }>>>>>;
16108
16167
  limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
@@ -16181,8 +16240,8 @@ declare module "wapi-client/fns/export-transfer-groups/export-transfer-groups.sc
16181
16240
  validate_final_balance_only: "validate_final_balance_only";
16182
16241
  transfer_status: "transfer_status";
16183
16242
  reverses_identifier: "reverses_identifier";
16184
- transfers: "transfers";
16185
16243
  reversed_by_identifier: "reversed_by_identifier";
16244
+ transfers: "transfers";
16186
16245
  transfers_count: "transfers_count";
16187
16246
  }>>>>>;
16188
16247
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
@@ -16200,8 +16259,8 @@ declare module "wapi-client/fns/export-transfer-groups/export-transfer-groups.sc
16200
16259
  validate_final_balance_only: "validate_final_balance_only";
16201
16260
  transfer_status: "transfer_status";
16202
16261
  reverses_identifier: "reverses_identifier";
16203
- transfers: "transfers";
16204
16262
  reversed_by_identifier: "reversed_by_identifier";
16263
+ transfers: "transfers";
16205
16264
  transfers_count: "transfers_count";
16206
16265
  }>>>>>;
16207
16266
  limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
@@ -16311,6 +16370,7 @@ declare module "wapi-client/txs/export-transfer-many/export-transfer-many.schema
16311
16370
  token_foreign: "token_foreign";
16312
16371
  transfer_group_identifier: "transfer_group_identifier";
16313
16372
  reverses_identifier: "reverses_identifier";
16373
+ reversed_by_identifier: "reversed_by_identifier";
16314
16374
  }>>>;
16315
16375
  deselect: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
16316
16376
  type: "type";
@@ -16336,6 +16396,7 @@ declare module "wapi-client/txs/export-transfer-many/export-transfer-many.schema
16336
16396
  token_foreign: "token_foreign";
16337
16397
  transfer_group_identifier: "transfer_group_identifier";
16338
16398
  reverses_identifier: "reverses_identifier";
16399
+ reversed_by_identifier: "reversed_by_identifier";
16339
16400
  }>>>;
16340
16401
  }, import("zod/v4/core").$strip>;
16341
16402
  export const exportTransferManyTxInputSchema: import("zod").ZodObject<{
@@ -16901,6 +16962,7 @@ declare module "wapi-client/txs/export-transfer-many/export-transfer-many.schema
16901
16962
  token_foreign: "token_foreign";
16902
16963
  transfer_group_identifier: "transfer_group_identifier";
16903
16964
  reverses_identifier: "reverses_identifier";
16965
+ reversed_by_identifier: "reversed_by_identifier";
16904
16966
  }>>>;
16905
16967
  deselect: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
16906
16968
  type: "type";
@@ -16926,6 +16988,7 @@ declare module "wapi-client/txs/export-transfer-many/export-transfer-many.schema
16926
16988
  token_foreign: "token_foreign";
16927
16989
  transfer_group_identifier: "transfer_group_identifier";
16928
16990
  reverses_identifier: "reverses_identifier";
16991
+ reversed_by_identifier: "reversed_by_identifier";
16929
16992
  }>>>;
16930
16993
  }, import("zod/v4/core").$strip>>;
16931
16994
  }, import("zod/v4/core").$strict>;
@@ -16996,6 +17059,7 @@ declare module "wapi-client/fns/find-transfers/find-transfers.schema.zod" {
16996
17059
  token_foreign: "token_foreign";
16997
17060
  transfer_group_identifier: "transfer_group_identifier";
16998
17061
  reverses_identifier: "reverses_identifier";
17062
+ reversed_by_identifier: "reversed_by_identifier";
16999
17063
  }>>>>;
17000
17064
  deselect: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
17001
17065
  type: "type";
@@ -17021,6 +17085,7 @@ declare module "wapi-client/fns/find-transfers/find-transfers.schema.zod" {
17021
17085
  token_foreign: "token_foreign";
17022
17086
  transfer_group_identifier: "transfer_group_identifier";
17023
17087
  reverses_identifier: "reverses_identifier";
17088
+ reversed_by_identifier: "reversed_by_identifier";
17024
17089
  }>>>>;
17025
17090
  limit: z.ZodOptional<z.ZodNumber>;
17026
17091
  offset: z.ZodOptional<z.ZodNumber>;
@@ -17128,6 +17193,7 @@ declare module "wapi-client/fns/find-transfers/find-transfers.schema.zod" {
17128
17193
  token_foreign: "token_foreign";
17129
17194
  transfer_group_identifier: "transfer_group_identifier";
17130
17195
  reverses_identifier: "reverses_identifier";
17196
+ reversed_by_identifier: "reversed_by_identifier";
17131
17197
  }>>>>;
17132
17198
  deselect: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodEnum<{
17133
17199
  type: "type";
@@ -17153,6 +17219,7 @@ declare module "wapi-client/fns/find-transfers/find-transfers.schema.zod" {
17153
17219
  token_foreign: "token_foreign";
17154
17220
  transfer_group_identifier: "transfer_group_identifier";
17155
17221
  reverses_identifier: "reverses_identifier";
17222
+ reversed_by_identifier: "reversed_by_identifier";
17156
17223
  }>>>>;
17157
17224
  limit: z.ZodOptional<z.ZodNumber>;
17158
17225
  offset: z.ZodOptional<z.ZodNumber>;
@@ -17210,6 +17277,7 @@ declare module "wapi-client/fns/find-transfers/find-transfers.schema.zod" {
17210
17277
  token_foreign: z.ZodOptional<z.ZodString>;
17211
17278
  transfer_group_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17212
17279
  reverses_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17280
+ reversed_by_identifier: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
17213
17281
  balance_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
17214
17282
  balance_pending: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
17215
17283
  balance_pending_to: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
@@ -17269,6 +17337,7 @@ declare module "wapi-client/fns/export-transfers/export-transfers.schema.zod" {
17269
17337
  token_foreign: "token_foreign";
17270
17338
  transfer_group_identifier: "transfer_group_identifier";
17271
17339
  reverses_identifier: "reverses_identifier";
17340
+ reversed_by_identifier: "reversed_by_identifier";
17272
17341
  }>>>>>;
17273
17342
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
17274
17343
  type: "type";
@@ -17294,6 +17363,7 @@ declare module "wapi-client/fns/export-transfers/export-transfers.schema.zod" {
17294
17363
  token_foreign: "token_foreign";
17295
17364
  transfer_group_identifier: "transfer_group_identifier";
17296
17365
  reverses_identifier: "reverses_identifier";
17366
+ reversed_by_identifier: "reversed_by_identifier";
17297
17367
  }>>>>>;
17298
17368
  limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
17299
17369
  offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
@@ -17401,6 +17471,7 @@ declare module "wapi-client/fns/export-transfers/export-transfers.schema.zod" {
17401
17471
  token_foreign: "token_foreign";
17402
17472
  transfer_group_identifier: "transfer_group_identifier";
17403
17473
  reverses_identifier: "reverses_identifier";
17474
+ reversed_by_identifier: "reversed_by_identifier";
17404
17475
  }>>>>>;
17405
17476
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
17406
17477
  type: "type";
@@ -17426,6 +17497,7 @@ declare module "wapi-client/fns/export-transfers/export-transfers.schema.zod" {
17426
17497
  token_foreign: "token_foreign";
17427
17498
  transfer_group_identifier: "transfer_group_identifier";
17428
17499
  reverses_identifier: "reverses_identifier";
17500
+ reversed_by_identifier: "reversed_by_identifier";
17429
17501
  }>>>>>;
17430
17502
  limit: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
17431
17503
  offset: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
@@ -19406,6 +19478,7 @@ declare module "wapi-client/fns/get-transfer/get-transfer.schema.zod" {
19406
19478
  token_foreign: z.ZodString;
19407
19479
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
19408
19480
  reverses_identifier: z.ZodNullable<z.ZodString>;
19481
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19409
19482
  }, z.core.$strict>>;
19410
19483
  }, z.core.$strip>;
19411
19484
  export const config: {};
@@ -19493,6 +19566,7 @@ declare module "wapi-client/fns/get-transfer-group/get-transfer-group.schema.zod
19493
19566
  token_foreign: z.ZodString;
19494
19567
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
19495
19568
  reverses_identifier: z.ZodNullable<z.ZodString>;
19569
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19496
19570
  }, z.core.$strict>>>>;
19497
19571
  reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19498
19572
  }, z.core.$strict>>;
@@ -19895,166 +19969,168 @@ declare module "wapi-client/txs/update-transfer/update-transfer.schema.zod" {
19895
19969
  token_foreign: z.ZodString;
19896
19970
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
19897
19971
  reverses_identifier: z.ZodNullable<z.ZodString>;
19898
- }, z.core.$strict>>;
19899
- updated: z.ZodOptional<z.ZodBoolean>;
19900
- from_balance: z.ZodOptional<z.ZodObject<{
19901
- token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19902
- transfer_id: z.ZodOptional<z.ZodNumber>;
19903
- wallet_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19904
- pending_amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19905
- finished_amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19906
- latest_control_hash: z.ZodNonOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19907
- pending_amount_to: z.ZodOptional<z.ZodNumber>;
19908
- pending_amount_from: z.ZodOptional<z.ZodNumber>;
19909
- available_balance: z.ZodOptional<z.ZodNumber>;
19910
- token_foreign: z.ZodNonOptional<z.ZodOptional<z.ZodString>>;
19911
- token_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
19912
- wallet_foreign: z.ZodNonOptional<z.ZodOptional<z.ZodString>>;
19913
- wallet_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
19914
- amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19915
- updated_at: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>>;
19916
- }, z.core.$strict>>;
19917
- to_balance: z.ZodOptional<z.ZodObject<{
19918
- token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19919
- transfer_id: z.ZodOptional<z.ZodNumber>;
19920
- wallet_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19921
- pending_amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19922
- finished_amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19923
- latest_control_hash: z.ZodNonOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19924
- pending_amount_to: z.ZodOptional<z.ZodNumber>;
19925
- pending_amount_from: z.ZodOptional<z.ZodNumber>;
19926
- available_balance: z.ZodOptional<z.ZodNumber>;
19927
- token_foreign: z.ZodNonOptional<z.ZodOptional<z.ZodString>>;
19928
- token_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
19929
- wallet_foreign: z.ZodNonOptional<z.ZodOptional<z.ZodString>>;
19930
- wallet_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
19931
- amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19932
- updated_at: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>>;
19933
- }, z.core.$strict>>;
19934
- }, z.core.$strip>;
19935
- }
19936
- declare module "wapi-client/txs/reverse-transfer/reverse-transfer.schema.zod" {
19937
- import { z } from 'zod';
19938
- export const reverseTransferAdditionalOptionsSchema: z.ZodObject<{
19939
- reverse_deposit: z.ZodDefault<z.ZodBoolean>;
19940
- reverse_withdrawal: z.ZodDefault<z.ZodBoolean>;
19941
- return_from_balance: z.ZodDefault<z.ZodBoolean>;
19942
- return_to_balance: z.ZodDefault<z.ZodBoolean>;
19943
- metadata_action: z.ZodEnum<{
19944
- replace: "replace";
19945
- extend: "extend";
19946
- replace_create_only: "replace_create_only";
19947
- replace_cancel_only: "replace_cancel_only";
19948
- extend_create_only: "extend_create_only";
19949
- extend_cancel_only: "extend_cancel_only";
19950
- }>;
19951
- }, z.core.$strip>;
19952
- export const reverseTransferModificationsSchema: z.ZodObject<{
19953
- status: z.ZodOptional<z.ZodEnum<{
19954
- pending: "pending";
19955
- finished: "finished";
19956
- }>>;
19957
- identifier: z.ZodOptional<z.ZodString>;
19958
- force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
19959
- metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
19960
- extend_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
19961
- }, z.core.$strict>;
19962
- export const reverseTransferTxInputOptionsSchema: z.ZodObject<{
19963
- reverse_deposit: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
19964
- reverse_withdrawal: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
19965
- return_from_balance: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
19966
- return_to_balance: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
19967
- metadata_action: z.ZodOptional<z.ZodEnum<{
19968
- replace: "replace";
19969
- extend: "extend";
19970
- replace_create_only: "replace_create_only";
19971
- replace_cancel_only: "replace_cancel_only";
19972
- extend_create_only: "extend_create_only";
19973
- extend_cancel_only: "extend_cancel_only";
19974
- }>>;
19975
- tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
19976
- transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
19977
- }, z.core.$strip>;
19978
- export const reverseTransferTxInputSchema: z.ZodObject<{
19979
- transfer: z.ZodNonOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
19980
- id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19981
- identifier: z.ZodOptional<z.ZodString>;
19982
- }, z.core.$strict>, z.ZodObject<{
19983
- id: z.ZodOptional<z.ZodNumber>;
19984
- identifier: z.ZodNonOptional<z.ZodOptional<z.ZodString>>;
19985
- }, z.core.$strict>]>, z.ZodTransform<{
19986
- id: number;
19987
- identifier?: string | undefined;
19988
- } | {
19989
- identifier: string;
19990
- id?: number | undefined;
19991
- }, string | number | {
19992
- id: number;
19993
- identifier?: string | undefined;
19994
- } | {
19995
- identifier: string;
19996
- id?: number | undefined;
19997
- }>>>>;
19998
- reverse: z.ZodOptional<z.ZodObject<{
19999
- status: z.ZodOptional<z.ZodEnum<{
20000
- pending: "pending";
20001
- finished: "finished";
20002
- }>>;
20003
- identifier: z.ZodOptional<z.ZodString>;
20004
- force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20005
- metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
20006
- extend_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
20007
- }, z.core.$strict>>;
20008
- options: z.ZodOptional<z.ZodObject<{
20009
- reverse_deposit: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20010
- reverse_withdrawal: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20011
- return_from_balance: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20012
- return_to_balance: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20013
- metadata_action: z.ZodOptional<z.ZodEnum<{
20014
- replace: "replace";
20015
- extend: "extend";
20016
- replace_create_only: "replace_create_only";
20017
- replace_cancel_only: "replace_cancel_only";
20018
- extend_create_only: "extend_create_only";
20019
- extend_cancel_only: "extend_cancel_only";
20020
- }>>;
20021
- tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
20022
- transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
20023
- }, z.core.$strip>>;
20024
- }, z.core.$strip>;
20025
- export const reverseTransferTxOutputSchema: z.ZodObject<{
20026
- transfer: z.ZodOptional<z.ZodObject<{
20027
- id: z.ZodNumber;
20028
- identifier: z.ZodString;
20029
- control_hash: z.ZodNullable<z.ZodString>;
20030
- from_wallet_id: z.ZodNumber;
20031
- to_wallet_id: z.ZodNumber;
20032
- token_id: z.ZodNumber;
20033
- amount: z.ZodNumber;
20034
- type: z.ZodEnum<{
20035
- transfer: "transfer";
20036
- deposit: "deposit";
20037
- withdrawal: "withdrawal";
20038
- }>;
20039
- status: z.ZodEnum<{
20040
- pending: "pending";
20041
- finished: "finished";
20042
- cancelled: "cancelled";
20043
- }>;
20044
- force: z.ZodDefault<z.ZodBoolean>;
20045
- auto_hash: z.ZodDefault<z.ZodBoolean>;
20046
- created_at: z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>;
20047
- updated_at: z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>;
20048
- metadata: z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>;
20049
- transfer_group_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20050
- reverses_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20051
- status_finalized_at: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>>;
20052
- group_validate: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
20053
- from_wallet_foreign: z.ZodString;
20054
- to_wallet_foreign: z.ZodString;
20055
- token_foreign: z.ZodString;
20056
- transfer_group_identifier: z.ZodNullable<z.ZodString>;
20057
- reverses_identifier: z.ZodNullable<z.ZodString>;
19972
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19973
+ }, z.core.$strict>>;
19974
+ updated: z.ZodOptional<z.ZodBoolean>;
19975
+ from_balance: z.ZodOptional<z.ZodObject<{
19976
+ token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19977
+ transfer_id: z.ZodOptional<z.ZodNumber>;
19978
+ wallet_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19979
+ pending_amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19980
+ finished_amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19981
+ latest_control_hash: z.ZodNonOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19982
+ pending_amount_to: z.ZodOptional<z.ZodNumber>;
19983
+ pending_amount_from: z.ZodOptional<z.ZodNumber>;
19984
+ available_balance: z.ZodOptional<z.ZodNumber>;
19985
+ token_foreign: z.ZodNonOptional<z.ZodOptional<z.ZodString>>;
19986
+ token_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
19987
+ wallet_foreign: z.ZodNonOptional<z.ZodOptional<z.ZodString>>;
19988
+ wallet_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
19989
+ amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19990
+ updated_at: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>>;
19991
+ }, z.core.$strict>>;
19992
+ to_balance: z.ZodOptional<z.ZodObject<{
19993
+ token_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19994
+ transfer_id: z.ZodOptional<z.ZodNumber>;
19995
+ wallet_id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19996
+ pending_amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19997
+ finished_amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
19998
+ latest_control_hash: z.ZodNonOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
19999
+ pending_amount_to: z.ZodOptional<z.ZodNumber>;
20000
+ pending_amount_from: z.ZodOptional<z.ZodNumber>;
20001
+ available_balance: z.ZodOptional<z.ZodNumber>;
20002
+ token_foreign: z.ZodNonOptional<z.ZodOptional<z.ZodString>>;
20003
+ token_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
20004
+ wallet_foreign: z.ZodNonOptional<z.ZodOptional<z.ZodString>>;
20005
+ wallet_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
20006
+ amount: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
20007
+ updated_at: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>>;
20008
+ }, z.core.$strict>>;
20009
+ }, z.core.$strip>;
20010
+ }
20011
+ declare module "wapi-client/txs/reverse-transfer/reverse-transfer.schema.zod" {
20012
+ import { z } from 'zod';
20013
+ export const reverseTransferAdditionalOptionsSchema: z.ZodObject<{
20014
+ reverse_deposit: z.ZodDefault<z.ZodBoolean>;
20015
+ reverse_withdrawal: z.ZodDefault<z.ZodBoolean>;
20016
+ return_from_balance: z.ZodDefault<z.ZodBoolean>;
20017
+ return_to_balance: z.ZodDefault<z.ZodBoolean>;
20018
+ metadata_action: z.ZodEnum<{
20019
+ replace: "replace";
20020
+ extend: "extend";
20021
+ replace_create_only: "replace_create_only";
20022
+ replace_cancel_only: "replace_cancel_only";
20023
+ extend_create_only: "extend_create_only";
20024
+ extend_cancel_only: "extend_cancel_only";
20025
+ }>;
20026
+ }, z.core.$strip>;
20027
+ export const reverseTransferModificationsSchema: z.ZodObject<{
20028
+ status: z.ZodOptional<z.ZodEnum<{
20029
+ pending: "pending";
20030
+ finished: "finished";
20031
+ }>>;
20032
+ identifier: z.ZodOptional<z.ZodString>;
20033
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20034
+ metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
20035
+ extend_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
20036
+ }, z.core.$strict>;
20037
+ export const reverseTransferTxInputOptionsSchema: z.ZodObject<{
20038
+ reverse_deposit: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20039
+ reverse_withdrawal: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20040
+ return_from_balance: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20041
+ return_to_balance: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20042
+ metadata_action: z.ZodOptional<z.ZodEnum<{
20043
+ replace: "replace";
20044
+ extend: "extend";
20045
+ replace_create_only: "replace_create_only";
20046
+ replace_cancel_only: "replace_cancel_only";
20047
+ extend_create_only: "extend_create_only";
20048
+ extend_cancel_only: "extend_cancel_only";
20049
+ }>>;
20050
+ tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
20051
+ transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
20052
+ }, z.core.$strip>;
20053
+ export const reverseTransferTxInputSchema: z.ZodObject<{
20054
+ transfer: z.ZodNonOptional<z.ZodOptional<z.ZodPipe<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
20055
+ id: z.ZodNonOptional<z.ZodOptional<z.ZodNumber>>;
20056
+ identifier: z.ZodOptional<z.ZodString>;
20057
+ }, z.core.$strict>, z.ZodObject<{
20058
+ id: z.ZodOptional<z.ZodNumber>;
20059
+ identifier: z.ZodNonOptional<z.ZodOptional<z.ZodString>>;
20060
+ }, z.core.$strict>]>, z.ZodTransform<{
20061
+ id: number;
20062
+ identifier?: string | undefined;
20063
+ } | {
20064
+ identifier: string;
20065
+ id?: number | undefined;
20066
+ }, string | number | {
20067
+ id: number;
20068
+ identifier?: string | undefined;
20069
+ } | {
20070
+ identifier: string;
20071
+ id?: number | undefined;
20072
+ }>>>>;
20073
+ reverse: z.ZodOptional<z.ZodObject<{
20074
+ status: z.ZodOptional<z.ZodEnum<{
20075
+ pending: "pending";
20076
+ finished: "finished";
20077
+ }>>;
20078
+ identifier: z.ZodOptional<z.ZodString>;
20079
+ force: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20080
+ metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
20081
+ extend_metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
20082
+ }, z.core.$strict>>;
20083
+ options: z.ZodOptional<z.ZodObject<{
20084
+ reverse_deposit: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20085
+ reverse_withdrawal: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20086
+ return_from_balance: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20087
+ return_to_balance: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
20088
+ metadata_action: z.ZodOptional<z.ZodEnum<{
20089
+ replace: "replace";
20090
+ extend: "extend";
20091
+ replace_create_only: "replace_create_only";
20092
+ replace_cancel_only: "replace_cancel_only";
20093
+ extend_create_only: "extend_create_only";
20094
+ extend_cancel_only: "extend_cancel_only";
20095
+ }>>;
20096
+ tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
20097
+ transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
20098
+ }, z.core.$strip>>;
20099
+ }, z.core.$strip>;
20100
+ export const reverseTransferTxOutputSchema: z.ZodObject<{
20101
+ transfer: z.ZodOptional<z.ZodObject<{
20102
+ id: z.ZodNumber;
20103
+ identifier: z.ZodString;
20104
+ control_hash: z.ZodNullable<z.ZodString>;
20105
+ from_wallet_id: z.ZodNumber;
20106
+ to_wallet_id: z.ZodNumber;
20107
+ token_id: z.ZodNumber;
20108
+ amount: z.ZodNumber;
20109
+ type: z.ZodEnum<{
20110
+ transfer: "transfer";
20111
+ deposit: "deposit";
20112
+ withdrawal: "withdrawal";
20113
+ }>;
20114
+ status: z.ZodEnum<{
20115
+ pending: "pending";
20116
+ finished: "finished";
20117
+ cancelled: "cancelled";
20118
+ }>;
20119
+ force: z.ZodDefault<z.ZodBoolean>;
20120
+ auto_hash: z.ZodDefault<z.ZodBoolean>;
20121
+ created_at: z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>;
20122
+ updated_at: z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>;
20123
+ metadata: z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>;
20124
+ transfer_group_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20125
+ reverses_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20126
+ status_finalized_at: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodString, z.ZodString]>>>;
20127
+ group_validate: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
20128
+ from_wallet_foreign: z.ZodString;
20129
+ to_wallet_foreign: z.ZodString;
20130
+ token_foreign: z.ZodString;
20131
+ transfer_group_identifier: z.ZodNullable<z.ZodString>;
20132
+ reverses_identifier: z.ZodNullable<z.ZodString>;
20133
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20058
20134
  }, z.core.$strict>>;
20059
20135
  updated: z.ZodOptional<z.ZodBoolean>;
20060
20136
  from_balance: z.ZodOptional<z.ZodObject<{
@@ -20182,6 +20258,7 @@ declare module "wapi-client/fns/reverse-transfer/reverse-transfer.schema.zod" {
20182
20258
  token_foreign: z.ZodString;
20183
20259
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
20184
20260
  reverses_identifier: z.ZodNullable<z.ZodString>;
20261
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20185
20262
  }, z.core.$strict>>;
20186
20263
  updated: z.ZodOptional<z.ZodBoolean>;
20187
20264
  from_balance: z.ZodOptional<z.ZodObject<{
@@ -20397,6 +20474,7 @@ declare module "wapi-client/txs/reverse-transfer-group/reverse-transfer-group.sc
20397
20474
  token_foreign: z.ZodString;
20398
20475
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
20399
20476
  reverses_identifier: z.ZodNullable<z.ZodString>;
20477
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20400
20478
  }, z.core.$strict>>>;
20401
20479
  }, z.core.$strip>;
20402
20480
  }
@@ -20535,6 +20613,7 @@ declare module "wapi-client/fns/reverse-transfer-group/reverse-transfer-group.sc
20535
20613
  token_foreign: z.ZodString;
20536
20614
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
20537
20615
  reverses_identifier: z.ZodNullable<z.ZodString>;
20616
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20538
20617
  }, z.core.$strict>>>;
20539
20618
  }, z.core.$strip>;
20540
20619
  export const config: {};
@@ -21122,6 +21201,7 @@ declare module "wapi-client/txs/reverse-transfer-many/reverse-transfer-many.sche
21122
21201
  token_foreign: z.ZodString;
21123
21202
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
21124
21203
  reverses_identifier: z.ZodNullable<z.ZodString>;
21204
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21125
21205
  }, z.core.$strict>>;
21126
21206
  }, z.core.$strip>;
21127
21207
  }
@@ -21382,6 +21462,7 @@ declare module "wapi-client/fns/reverse-transfers/reverse-transfers.schema.zod"
21382
21462
  token_foreign: import("zod").ZodString;
21383
21463
  transfer_group_identifier: import("zod").ZodNullable<import("zod").ZodString>;
21384
21464
  reverses_identifier: import("zod").ZodNullable<import("zod").ZodString>;
21465
+ reversed_by_identifier: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
21385
21466
  }, import("zod/v4/core").$strict>>;
21386
21467
  }, import("zod/v4/core").$strip>;
21387
21468
  export const config: {
@@ -21654,6 +21735,7 @@ declare module "wapi-client/fns/update-transfer/update-transfer.schema.zod" {
21654
21735
  token_foreign: z.ZodString;
21655
21736
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
21656
21737
  reverses_identifier: z.ZodNullable<z.ZodString>;
21738
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21657
21739
  }, z.core.$strict>>;
21658
21740
  updated: z.ZodOptional<z.ZodBoolean>;
21659
21741
  from_balance: z.ZodOptional<z.ZodObject<{
@@ -21849,6 +21931,7 @@ declare module "wapi-client/txs/update-transfer-group/update-transfer-group.sche
21849
21931
  token_foreign: z.ZodString;
21850
21932
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
21851
21933
  reverses_identifier: z.ZodNullable<z.ZodString>;
21934
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21852
21935
  }, z.core.$strict>>>;
21853
21936
  }, z.core.$strip>;
21854
21937
  }
@@ -21966,6 +22049,7 @@ declare module "wapi-client/fns/update-transfer-group/update-transfer-group.sche
21966
22049
  token_foreign: z.ZodString;
21967
22050
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
21968
22051
  reverses_identifier: z.ZodNullable<z.ZodString>;
22052
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21969
22053
  }, z.core.$strict>>>;
21970
22054
  }, z.core.$strip>;
21971
22055
  export const config: {};
@@ -22223,6 +22307,7 @@ declare module "wapi-client/txs/update-transfer-group-many/update-transfer-group
22223
22307
  token_foreign: z.ZodString;
22224
22308
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
22225
22309
  reverses_identifier: z.ZodNullable<z.ZodString>;
22310
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22226
22311
  }, z.core.$strict>>>>;
22227
22312
  reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22228
22313
  }, z.core.$strict>>;
@@ -22258,6 +22343,7 @@ declare module "wapi-client/txs/update-transfer-group-many/update-transfer-group
22258
22343
  token_foreign: z.ZodString;
22259
22344
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
22260
22345
  reverses_identifier: z.ZodNullable<z.ZodString>;
22346
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22261
22347
  }, z.core.$strict>>;
22262
22348
  updated: z.ZodBoolean;
22263
22349
  }, z.core.$strip>;
@@ -22450,6 +22536,7 @@ declare module "wapi-client/fns/update-transfer-groups/update-transfer-groups.sc
22450
22536
  token_foreign: z.ZodString;
22451
22537
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
22452
22538
  reverses_identifier: z.ZodNullable<z.ZodString>;
22539
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22453
22540
  }, z.core.$strict>>>>;
22454
22541
  reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22455
22542
  }, z.core.$strict>>;
@@ -22485,6 +22572,7 @@ declare module "wapi-client/fns/update-transfer-groups/update-transfer-groups.sc
22485
22572
  token_foreign: z.ZodString;
22486
22573
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
22487
22574
  reverses_identifier: z.ZodNullable<z.ZodString>;
22575
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22488
22576
  }, z.core.$strict>>;
22489
22577
  updated: z.ZodBoolean;
22490
22578
  }, z.core.$strip>;
@@ -23057,6 +23145,7 @@ declare module "wapi-client/txs/update-transfer-many/update-transfer-many.schema
23057
23145
  token_foreign: z.ZodString;
23058
23146
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
23059
23147
  reverses_identifier: z.ZodNullable<z.ZodString>;
23148
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23060
23149
  }, z.core.$strict>>;
23061
23150
  updated: z.ZodBoolean;
23062
23151
  }, z.core.$strip>;
@@ -23218,6 +23307,7 @@ declare module "wapi-client/fns/update-transfers/update-transfers.schema.zod" {
23218
23307
  token_foreign: z.ZodString;
23219
23308
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
23220
23309
  reverses_identifier: z.ZodNullable<z.ZodString>;
23310
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23221
23311
  }, z.core.$strict>>;
23222
23312
  updated: z.ZodBoolean;
23223
23313
  }, z.core.$strip>;
@@ -23235,6 +23325,8 @@ declare module "wapi-client/txs/update-wallet/update-wallet.schema.zod" {
23235
23325
  export const updateWalletModificationsSchema: z.ZodObject<{
23236
23326
  metadata: z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>;
23237
23327
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
23328
+ default_allow_negative: z.ZodDefault<z.ZodBoolean>;
23329
+ default_allow_positive: z.ZodDefault<z.ZodBoolean>;
23238
23330
  status: z.ZodEnum<{
23239
23331
  active: "active";
23240
23332
  disabled: "disabled";
@@ -23243,6 +23335,8 @@ declare module "wapi-client/txs/update-wallet/update-wallet.schema.zod" {
23243
23335
  export const updateWalletFieldsSchema: z.ZodEnum<{
23244
23336
  metadata: "metadata";
23245
23337
  name: "name";
23338
+ default_allow_negative: "default_allow_negative";
23339
+ default_allow_positive: "default_allow_positive";
23246
23340
  status: "status";
23247
23341
  }>;
23248
23342
  export const updateWalletTxInputSchema: z.ZodObject<{
@@ -23268,6 +23362,8 @@ declare module "wapi-client/txs/update-wallet/update-wallet.schema.zod" {
23268
23362
  update: z.ZodObject<{
23269
23363
  metadata: z.ZodOptional<z.ZodOptional<z.ZodType<import("wapi-client/db/consts").Metadata, unknown, z.core.$ZodTypeInternals<import("wapi-client/db/consts").Metadata, unknown>>>>;
23270
23364
  name: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodString>>>;
23365
+ default_allow_negative: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
23366
+ default_allow_positive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
23271
23367
  status: z.ZodOptional<z.ZodEnum<{
23272
23368
  active: "active";
23273
23369
  disabled: "disabled";
@@ -23319,6 +23415,8 @@ declare module "wapi-client/fns/update-wallet/update-wallet.schema.zod" {
23319
23415
  active: "active";
23320
23416
  disabled: "disabled";
23321
23417
  }>>;
23418
+ default_allow_positive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
23419
+ default_allow_negative: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
23322
23420
  }, z.core.$strip>;
23323
23421
  export const updateWalletFnInputSchema: z.ZodObject<{
23324
23422
  wallet: z.ZodNonOptional<z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>>;
@@ -23328,6 +23426,8 @@ declare module "wapi-client/fns/update-wallet/update-wallet.schema.zod" {
23328
23426
  active: "active";
23329
23427
  disabled: "disabled";
23330
23428
  }>>;
23429
+ default_allow_positive: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
23430
+ default_allow_negative: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
23331
23431
  options: z.ZodOptional<z.ZodObject<{
23332
23432
  tracking_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
23333
23433
  transaction_id: z.ZodOptional<z.ZodOptional<z.ZodString>>;
@@ -24162,6 +24262,7 @@ declare module "wapi-client/txs/create-distribution/create-distribution.schema.z
24162
24262
  token_foreign: z.ZodOptional<z.ZodString>;
24163
24263
  transfer_group_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24164
24264
  reverses_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24265
+ reversed_by_identifier: z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodString>>>;
24165
24266
  }, z.core.$strict>>>>;
24166
24267
  }, z.core.$strip>;
24167
24268
  }
@@ -24999,6 +25100,7 @@ declare module "wapi-client/txs/reverse-transfer-group-many/reverse-transfer-gro
24999
25100
  token_foreign: z.ZodString;
25000
25101
  transfer_group_identifier: z.ZodNullable<z.ZodString>;
25001
25102
  reverses_identifier: z.ZodNullable<z.ZodString>;
25103
+ reversed_by_identifier: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25002
25104
  }, z.core.$strict>>;
25003
25105
  }, z.core.$strip>;
25004
25106
  }
@@ -27263,6 +27365,7 @@ declare module "wapi-client/fns/aggregate-transfers/aggregate-transfers" {
27263
27365
  token_foreign: "token_foreign";
27264
27366
  transfer_group_identifier: "transfer_group_identifier";
27265
27367
  reverses_identifier: "reverses_identifier";
27368
+ reversed_by_identifier: "reversed_by_identifier";
27266
27369
  }>>>>;
27267
27370
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
27268
27371
  type: "type";
@@ -27288,6 +27391,7 @@ declare module "wapi-client/fns/aggregate-transfers/aggregate-transfers" {
27288
27391
  token_foreign: "token_foreign";
27289
27392
  transfer_group_identifier: "transfer_group_identifier";
27290
27393
  reverses_identifier: "reverses_identifier";
27394
+ reversed_by_identifier: "reversed_by_identifier";
27291
27395
  }>>>>;
27292
27396
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
27293
27397
  offset: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -28601,8 +28705,8 @@ declare module "wapi-client/fns/export-transfer-groups/export-transfer-groups" {
28601
28705
  validate_final_balance_only: "validate_final_balance_only";
28602
28706
  transfer_status: "transfer_status";
28603
28707
  reverses_identifier: "reverses_identifier";
28604
- transfers: "transfers";
28605
28708
  reversed_by_identifier: "reversed_by_identifier";
28709
+ transfers: "transfers";
28606
28710
  transfers_count: "transfers_count";
28607
28711
  }>>>>;
28608
28712
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
@@ -28620,8 +28724,8 @@ declare module "wapi-client/fns/export-transfer-groups/export-transfer-groups" {
28620
28724
  validate_final_balance_only: "validate_final_balance_only";
28621
28725
  transfer_status: "transfer_status";
28622
28726
  reverses_identifier: "reverses_identifier";
28623
- transfers: "transfers";
28624
28727
  reversed_by_identifier: "reversed_by_identifier";
28728
+ transfers: "transfers";
28625
28729
  transfers_count: "transfers_count";
28626
28730
  }>>>>;
28627
28731
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -28690,6 +28794,7 @@ declare module "wapi-client/fns/export-transfer-groups/export-transfer-groups" {
28690
28794
  reverses_id?: number | null | undefined;
28691
28795
  status_finalized_at?: string | null | undefined;
28692
28796
  group_validate?: boolean | null | undefined;
28797
+ reversed_by_identifier?: string | null | undefined;
28693
28798
  }[] | null | undefined;
28694
28799
  reversed_by_identifier?: string | null | undefined;
28695
28800
  transfers_count?: number | undefined;
@@ -28732,6 +28837,7 @@ declare module "wapi-client/fns/export-transfer-groups/export-transfer-groups" {
28732
28837
  reverses_id?: number | null | undefined;
28733
28838
  status_finalized_at?: string | null | undefined;
28734
28839
  group_validate?: boolean | null | undefined;
28840
+ reversed_by_identifier?: string | null | undefined;
28735
28841
  }[] | null | undefined;
28736
28842
  reversed_by_identifier?: string | null | undefined;
28737
28843
  }>, {}, true>;
@@ -28949,6 +29055,7 @@ declare module "wapi-client/fns/export-transfers/export-transfers" {
28949
29055
  token_foreign: "token_foreign";
28950
29056
  transfer_group_identifier: "transfer_group_identifier";
28951
29057
  reverses_identifier: "reverses_identifier";
29058
+ reversed_by_identifier: "reversed_by_identifier";
28952
29059
  }>>>>;
28953
29060
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
28954
29061
  type: "type";
@@ -28974,6 +29081,7 @@ declare module "wapi-client/fns/export-transfers/export-transfers" {
28974
29081
  token_foreign: "token_foreign";
28975
29082
  transfer_group_identifier: "transfer_group_identifier";
28976
29083
  reverses_identifier: "reverses_identifier";
29084
+ reversed_by_identifier: "reversed_by_identifier";
28977
29085
  }>>>>;
28978
29086
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
28979
29087
  offset: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -29040,6 +29148,7 @@ declare module "wapi-client/fns/export-transfers/export-transfers" {
29040
29148
  transfer_group_id?: number | null | undefined;
29041
29149
  reverses_id?: number | null | undefined;
29042
29150
  group_validate?: boolean | null | undefined;
29151
+ reversed_by_identifier?: string | null | undefined;
29043
29152
  }, AllTrue<{
29044
29153
  id: number;
29045
29154
  identifier: string;
@@ -29064,6 +29173,7 @@ declare module "wapi-client/fns/export-transfers/export-transfers" {
29064
29173
  reverses_id?: number | null | undefined;
29065
29174
  status_finalized_at?: string | null | undefined;
29066
29175
  group_validate?: boolean | null | undefined;
29176
+ reversed_by_identifier?: string | null | undefined;
29067
29177
  }>, {}, true>;
29068
29178
  }
29069
29179
  declare module "wapi-client/fns/export-wallets/export-wallets.enums" {
@@ -29276,7 +29386,7 @@ declare module "wapi-client/fns/find-balances/find-balances" {
29276
29386
  finished_amount: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
29277
29387
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
29278
29388
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
29279
- wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29389
+ wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29280
29390
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
29281
29391
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
29282
29392
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -29294,8 +29404,8 @@ declare module "wapi-client/fns/find-balances/find-balances" {
29294
29404
  } | {
29295
29405
  foreign: string;
29296
29406
  id?: number | undefined;
29297
- }>>>>;
29298
- token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29407
+ }>>>>>;
29408
+ token: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29299
29409
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
29300
29410
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
29301
29411
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -29313,8 +29423,8 @@ declare module "wapi-client/fns/find-balances/find-balances" {
29313
29423
  } | {
29314
29424
  foreign: string;
29315
29425
  id?: number | undefined;
29316
- }>>>>;
29317
- transfer: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29426
+ }>>>>>;
29427
+ transfer: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29318
29428
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
29319
29429
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
29320
29430
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -29332,23 +29442,23 @@ declare module "wapi-client/fns/find-balances/find-balances" {
29332
29442
  } | {
29333
29443
  identifier: string;
29334
29444
  id?: number | undefined;
29335
- }>>>>;
29336
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29445
+ }>>>>>;
29446
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29337
29447
  transfer: "transfer";
29338
29448
  deposit: "deposit";
29339
29449
  withdrawal: "withdrawal";
29340
- }>>>;
29341
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29450
+ }>>>>;
29451
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29342
29452
  pending: "pending";
29343
29453
  finished: "finished";
29344
29454
  cancelled: "cancelled";
29345
- }>>>;
29346
- amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
29347
- available_balance: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
29348
- pending_amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
29349
- finished_amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
29350
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
29351
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
29455
+ }>>>>;
29456
+ amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
29457
+ available_balance: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
29458
+ pending_amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
29459
+ finished_amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
29460
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
29461
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
29352
29462
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
29353
29463
  select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
29354
29464
  updated_at: "updated_at";
@@ -29472,24 +29582,24 @@ declare module "wapi-client/fns/find-tokens/find-tokens" {
29472
29582
  }, string | number>>>;
29473
29583
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
29474
29584
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
29475
- id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
29476
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
29477
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
29478
- status: import("zod").ZodOptional<import("zod").ZodEnum<{
29585
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
29586
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
29587
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
29588
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29479
29589
  active: "active";
29480
29590
  disabled: "disabled";
29481
29591
  "dw-only": "dw-only";
29482
- }>>;
29483
- public: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
29484
- foreign: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
29485
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29592
+ }>>>;
29593
+ public: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>>;
29594
+ foreign: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
29595
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29486
29596
  group: "group";
29487
29597
  value: "value";
29488
29598
  share: "share";
29489
29599
  contract: "contract";
29490
- }>>>;
29491
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
29492
- belongs_to: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29600
+ }>>>>;
29601
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
29602
+ belongs_to: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29493
29603
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
29494
29604
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
29495
29605
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -29507,7 +29617,7 @@ declare module "wapi-client/fns/find-tokens/find-tokens" {
29507
29617
  } | {
29508
29618
  foreign: string;
29509
29619
  id?: number | undefined;
29510
- }>>>>;
29620
+ }>>>>>;
29511
29621
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
29512
29622
  include_balance: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
29513
29623
  select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
@@ -29661,29 +29771,29 @@ declare module "wapi-client/fns/find-transfer-groups/find-transfer-groups" {
29661
29771
  }>>;
29662
29772
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
29663
29773
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
29664
- id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
29665
- transfer_group_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
29666
- reverses_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
29667
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
29668
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
29669
- status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
29670
- transfer_status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
29671
- identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
29672
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29774
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
29775
+ transfer_group_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
29776
+ reverses_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
29777
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
29778
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
29779
+ status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
29780
+ transfer_status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
29781
+ identifier: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
29782
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29673
29783
  open: "open";
29674
29784
  closed: "closed";
29675
- }>>>;
29676
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29785
+ }>>>>;
29786
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29677
29787
  regular: "regular";
29678
29788
  exchange: "exchange";
29679
29789
  distribution: "distribution";
29680
- }>>>;
29681
- transfer_status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29790
+ }>>>>;
29791
+ transfer_status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29682
29792
  pending: "pending";
29683
29793
  finished: "finished";
29684
29794
  cancelled: "cancelled";
29685
- }>>>;
29686
- reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29795
+ }>>>>;
29796
+ reverses: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29687
29797
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
29688
29798
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
29689
29799
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -29701,8 +29811,8 @@ declare module "wapi-client/fns/find-transfer-groups/find-transfer-groups" {
29701
29811
  } | {
29702
29812
  identifier: string;
29703
29813
  id?: number | undefined;
29704
- }>>>>;
29705
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
29814
+ }>>>>>;
29815
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
29706
29816
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
29707
29817
  return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
29708
29818
  tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
@@ -29723,8 +29833,8 @@ declare module "wapi-client/fns/find-transfer-groups/find-transfer-groups" {
29723
29833
  validate_final_balance_only: "validate_final_balance_only";
29724
29834
  transfer_status: "transfer_status";
29725
29835
  reverses_identifier: "reverses_identifier";
29726
- transfers: "transfers";
29727
29836
  reversed_by_identifier: "reversed_by_identifier";
29837
+ transfers: "transfers";
29728
29838
  transfers_count: "transfers_count";
29729
29839
  }>>>>;
29730
29840
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
@@ -29742,8 +29852,8 @@ declare module "wapi-client/fns/find-transfer-groups/find-transfer-groups" {
29742
29852
  validate_final_balance_only: "validate_final_balance_only";
29743
29853
  transfer_status: "transfer_status";
29744
29854
  reverses_identifier: "reverses_identifier";
29745
- transfers: "transfers";
29746
29855
  reversed_by_identifier: "reversed_by_identifier";
29856
+ transfers: "transfers";
29747
29857
  transfers_count: "transfers_count";
29748
29858
  }>>>>;
29749
29859
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -29799,6 +29909,7 @@ declare module "wapi-client/fns/find-transfer-groups/find-transfer-groups" {
29799
29909
  reverses_id?: number | null | undefined;
29800
29910
  status_finalized_at?: string | null | undefined;
29801
29911
  group_validate?: boolean | null | undefined;
29912
+ reversed_by_identifier?: string | null | undefined;
29802
29913
  }[] | null | undefined;
29803
29914
  reversed_by_identifier?: string | null | undefined;
29804
29915
  transfers_count?: number | undefined;
@@ -29841,6 +29952,7 @@ declare module "wapi-client/fns/find-transfer-groups/find-transfer-groups" {
29841
29952
  reverses_id?: number | null | undefined;
29842
29953
  status_finalized_at?: string | null | undefined;
29843
29954
  group_validate?: boolean | null | undefined;
29955
+ reversed_by_identifier?: string | null | undefined;
29844
29956
  }[] | null | undefined;
29845
29957
  reversed_by_identifier?: string | null | undefined;
29846
29958
  }>, {}, true>;
@@ -29895,17 +30007,17 @@ declare module "wapi-client/fns/find-transfers/find-transfers" {
29895
30007
  }>>;
29896
30008
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
29897
30009
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
29898
- from_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
29899
- to_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
29900
- token_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
29901
- transfer_group_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
29902
- reverses_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
29903
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
29904
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
29905
- status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
29906
- id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
29907
- identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
29908
- from_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30010
+ from_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
30011
+ to_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
30012
+ token_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
30013
+ transfer_group_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
30014
+ reverses_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
30015
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
30016
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
30017
+ status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
30018
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
30019
+ identifier: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
30020
+ from_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29909
30021
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
29910
30022
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
29911
30023
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -29923,8 +30035,8 @@ declare module "wapi-client/fns/find-transfers/find-transfers" {
29923
30035
  } | {
29924
30036
  foreign: string;
29925
30037
  id?: number | undefined;
29926
- }>>>>;
29927
- to_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30038
+ }>>>>>;
30039
+ to_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29928
30040
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
29929
30041
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
29930
30042
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -29942,8 +30054,8 @@ declare module "wapi-client/fns/find-transfers/find-transfers" {
29942
30054
  } | {
29943
30055
  foreign: string;
29944
30056
  id?: number | undefined;
29945
- }>>>>;
29946
- wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30057
+ }>>>>>;
30058
+ wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29947
30059
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
29948
30060
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
29949
30061
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -29961,8 +30073,8 @@ declare module "wapi-client/fns/find-transfers/find-transfers" {
29961
30073
  } | {
29962
30074
  foreign: string;
29963
30075
  id?: number | undefined;
29964
- }>>>>;
29965
- token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30076
+ }>>>>>;
30077
+ token: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29966
30078
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
29967
30079
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
29968
30080
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -29980,18 +30092,18 @@ declare module "wapi-client/fns/find-transfers/find-transfers" {
29980
30092
  } | {
29981
30093
  foreign: string;
29982
30094
  id?: number | undefined;
29983
- }>>>>;
29984
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
30095
+ }>>>>>;
30096
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29985
30097
  transfer: "transfer";
29986
30098
  deposit: "deposit";
29987
30099
  withdrawal: "withdrawal";
29988
- }>>>;
29989
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
30100
+ }>>>>;
30101
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
29990
30102
  pending: "pending";
29991
30103
  finished: "finished";
29992
30104
  cancelled: "cancelled";
29993
- }>>>;
29994
- transfer_group: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30105
+ }>>>>;
30106
+ transfer_group: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
29995
30107
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
29996
30108
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
29997
30109
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -30009,8 +30121,8 @@ declare module "wapi-client/fns/find-transfers/find-transfers" {
30009
30121
  } | {
30010
30122
  identifier: string;
30011
30123
  id?: number | undefined;
30012
- }>>>>;
30013
- reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30124
+ }>>>>>;
30125
+ reverses: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30014
30126
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
30015
30127
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
30016
30128
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -30028,9 +30140,9 @@ declare module "wapi-client/fns/find-transfers/find-transfers" {
30028
30140
  } | {
30029
30141
  identifier: string;
30030
30142
  id?: number | undefined;
30031
- }>>>>;
30032
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
30033
- amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
30143
+ }>>>>>;
30144
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
30145
+ amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
30034
30146
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
30035
30147
  tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
30036
30148
  transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
@@ -30059,6 +30171,7 @@ declare module "wapi-client/fns/find-transfers/find-transfers" {
30059
30171
  token_foreign: "token_foreign";
30060
30172
  transfer_group_identifier: "transfer_group_identifier";
30061
30173
  reverses_identifier: "reverses_identifier";
30174
+ reversed_by_identifier: "reversed_by_identifier";
30062
30175
  }>>>>;
30063
30176
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
30064
30177
  type: "type";
@@ -30084,6 +30197,7 @@ declare module "wapi-client/fns/find-transfers/find-transfers" {
30084
30197
  token_foreign: "token_foreign";
30085
30198
  transfer_group_identifier: "transfer_group_identifier";
30086
30199
  reverses_identifier: "reverses_identifier";
30200
+ reversed_by_identifier: "reversed_by_identifier";
30087
30201
  }>>>>;
30088
30202
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
30089
30203
  offset: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -30137,6 +30251,7 @@ declare module "wapi-client/fns/find-transfers/find-transfers" {
30137
30251
  transfer_group_id?: number | null | undefined;
30138
30252
  reverses_id?: number | null | undefined;
30139
30253
  group_validate?: boolean | null | undefined;
30254
+ reversed_by_identifier?: string | null | undefined;
30140
30255
  }, AllTrue<{
30141
30256
  id: number;
30142
30257
  identifier: string;
@@ -30161,6 +30276,7 @@ declare module "wapi-client/fns/find-transfers/find-transfers" {
30161
30276
  reverses_id?: number | null | undefined;
30162
30277
  status_finalized_at?: string | null | undefined;
30163
30278
  group_validate?: boolean | null | undefined;
30279
+ reversed_by_identifier?: string | null | undefined;
30164
30280
  }>, {}, true>;
30165
30281
  }
30166
30282
  declare module "wapi-client/fns/find-wallets/find-wallets.enums" {
@@ -30199,24 +30315,24 @@ declare module "wapi-client/fns/find-wallets/find-wallets" {
30199
30315
  }>>;
30200
30316
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
30201
30317
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
30202
- id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
30203
- balance_pending_amount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
30204
- balance_finished_amount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
30205
- balance_available_balance: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
30206
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
30207
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
30208
- foreign: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
30209
- name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
30210
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
30318
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
30319
+ balance_pending_amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
30320
+ balance_finished_amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
30321
+ balance_available_balance: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
30322
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
30323
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
30324
+ foreign: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
30325
+ name: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
30326
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
30211
30327
  token: "token";
30212
30328
  house: "house";
30213
30329
  regular: "regular";
30214
- }>>>;
30215
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
30330
+ }>>>>;
30331
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
30216
30332
  active: "active";
30217
30333
  disabled: "disabled";
30218
- }>>>;
30219
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
30334
+ }>>>>;
30335
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
30220
30336
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
30221
30337
  select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
30222
30338
  type: "type";
@@ -30894,17 +31010,17 @@ declare module "wapi-client/fns/reverse-transfers/reverse-transfers" {
30894
31010
  }>>;
30895
31011
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
30896
31012
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
30897
- from_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
30898
- to_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
30899
- token_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
30900
- transfer_group_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
30901
- reverses_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
30902
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
30903
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
30904
- status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
30905
- id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
30906
- identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
30907
- from_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31013
+ from_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31014
+ to_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31015
+ token_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31016
+ transfer_group_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31017
+ reverses_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31018
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
31019
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
31020
+ status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
31021
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
31022
+ identifier: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
31023
+ from_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30908
31024
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
30909
31025
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
30910
31026
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -30922,8 +31038,8 @@ declare module "wapi-client/fns/reverse-transfers/reverse-transfers" {
30922
31038
  } | {
30923
31039
  foreign: string;
30924
31040
  id?: number | undefined;
30925
- }>>>>;
30926
- to_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31041
+ }>>>>>;
31042
+ to_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30927
31043
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
30928
31044
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
30929
31045
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -30941,8 +31057,8 @@ declare module "wapi-client/fns/reverse-transfers/reverse-transfers" {
30941
31057
  } | {
30942
31058
  foreign: string;
30943
31059
  id?: number | undefined;
30944
- }>>>>;
30945
- wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31060
+ }>>>>>;
31061
+ wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30946
31062
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
30947
31063
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
30948
31064
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -30960,8 +31076,8 @@ declare module "wapi-client/fns/reverse-transfers/reverse-transfers" {
30960
31076
  } | {
30961
31077
  foreign: string;
30962
31078
  id?: number | undefined;
30963
- }>>>>;
30964
- token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31079
+ }>>>>>;
31080
+ token: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30965
31081
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
30966
31082
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
30967
31083
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -30979,18 +31095,18 @@ declare module "wapi-client/fns/reverse-transfers/reverse-transfers" {
30979
31095
  } | {
30980
31096
  foreign: string;
30981
31097
  id?: number | undefined;
30982
- }>>>>;
30983
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31098
+ }>>>>>;
31099
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
30984
31100
  transfer: "transfer";
30985
31101
  deposit: "deposit";
30986
31102
  withdrawal: "withdrawal";
30987
- }>>>;
30988
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31103
+ }>>>>;
31104
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
30989
31105
  pending: "pending";
30990
31106
  finished: "finished";
30991
31107
  cancelled: "cancelled";
30992
- }>>>;
30993
- transfer_group: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31108
+ }>>>>;
31109
+ transfer_group: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
30994
31110
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
30995
31111
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
30996
31112
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -31008,8 +31124,8 @@ declare module "wapi-client/fns/reverse-transfers/reverse-transfers" {
31008
31124
  } | {
31009
31125
  identifier: string;
31010
31126
  id?: number | undefined;
31011
- }>>>>;
31012
- reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31127
+ }>>>>>;
31128
+ reverses: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31013
31129
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
31014
31130
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
31015
31131
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -31027,9 +31143,9 @@ declare module "wapi-client/fns/reverse-transfers/reverse-transfers" {
31027
31143
  } | {
31028
31144
  identifier: string;
31029
31145
  id?: number | undefined;
31030
- }>>>>;
31031
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
31032
- amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31146
+ }>>>>>;
31147
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
31148
+ amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
31033
31149
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
31034
31150
  tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
31035
31151
  transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -31068,6 +31184,7 @@ declare module "wapi-client/fns/reverse-transfers/reverse-transfers" {
31068
31184
  reverses_id?: number | null | undefined;
31069
31185
  status_finalized_at?: string | null | undefined;
31070
31186
  group_validate?: boolean | null | undefined;
31187
+ reversed_by_identifier?: string | null | undefined;
31071
31188
  }[];
31072
31189
  }>;
31073
31190
  }
@@ -31405,29 +31522,29 @@ declare module "wapi-client/fns/update-transfer-groups/update-transfer-groups" {
31405
31522
  }>>;
31406
31523
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
31407
31524
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
31408
- id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
31409
- transfer_group_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
31410
- reverses_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
31411
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
31412
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
31413
- status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
31414
- transfer_status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
31415
- identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
31416
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31525
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31526
+ transfer_group_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31527
+ reverses_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31528
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
31529
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
31530
+ status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
31531
+ transfer_status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
31532
+ identifier: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
31533
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31417
31534
  open: "open";
31418
31535
  closed: "closed";
31419
- }>>>;
31420
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31536
+ }>>>>;
31537
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31421
31538
  regular: "regular";
31422
31539
  exchange: "exchange";
31423
31540
  distribution: "distribution";
31424
- }>>>;
31425
- transfer_status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31541
+ }>>>>;
31542
+ transfer_status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31426
31543
  pending: "pending";
31427
31544
  finished: "finished";
31428
31545
  cancelled: "cancelled";
31429
- }>>>;
31430
- reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31546
+ }>>>>;
31547
+ reverses: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31431
31548
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
31432
31549
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
31433
31550
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -31445,8 +31562,8 @@ declare module "wapi-client/fns/update-transfer-groups/update-transfer-groups" {
31445
31562
  } | {
31446
31563
  identifier: string;
31447
31564
  id?: number | undefined;
31448
- }>>>>;
31449
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
31565
+ }>>>>>;
31566
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
31450
31567
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
31451
31568
  tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
31452
31569
  transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -31500,6 +31617,7 @@ declare module "wapi-client/fns/update-transfer-groups/update-transfer-groups" {
31500
31617
  reverses_id?: number | null | undefined;
31501
31618
  status_finalized_at?: string | null | undefined;
31502
31619
  group_validate?: boolean | null | undefined;
31620
+ reversed_by_identifier?: string | null | undefined;
31503
31621
  }[] | null | undefined;
31504
31622
  reversed_by_identifier?: string | null | undefined;
31505
31623
  }[];
@@ -31527,6 +31645,7 @@ declare module "wapi-client/fns/update-transfer-groups/update-transfer-groups" {
31527
31645
  reverses_id?: number | null | undefined;
31528
31646
  status_finalized_at?: string | null | undefined;
31529
31647
  group_validate?: boolean | null | undefined;
31648
+ reversed_by_identifier?: string | null | undefined;
31530
31649
  }[];
31531
31650
  updated: boolean;
31532
31651
  }>;
@@ -31579,17 +31698,17 @@ declare module "wapi-client/fns/update-transfers/update-transfers" {
31579
31698
  }>>;
31580
31699
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
31581
31700
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
31582
- from_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
31583
- to_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
31584
- token_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
31585
- transfer_group_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
31586
- reverses_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
31587
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
31588
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
31589
- status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
31590
- id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31591
- identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
31592
- from_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31701
+ from_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31702
+ to_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31703
+ token_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31704
+ transfer_group_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31705
+ reverses_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31706
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
31707
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
31708
+ status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
31709
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
31710
+ identifier: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
31711
+ from_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31593
31712
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
31594
31713
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
31595
31714
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -31607,8 +31726,8 @@ declare module "wapi-client/fns/update-transfers/update-transfers" {
31607
31726
  } | {
31608
31727
  foreign: string;
31609
31728
  id?: number | undefined;
31610
- }>>>>;
31611
- to_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31729
+ }>>>>>;
31730
+ to_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31612
31731
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
31613
31732
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
31614
31733
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -31626,8 +31745,8 @@ declare module "wapi-client/fns/update-transfers/update-transfers" {
31626
31745
  } | {
31627
31746
  foreign: string;
31628
31747
  id?: number | undefined;
31629
- }>>>>;
31630
- wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31748
+ }>>>>>;
31749
+ wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31631
31750
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
31632
31751
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
31633
31752
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -31645,8 +31764,8 @@ declare module "wapi-client/fns/update-transfers/update-transfers" {
31645
31764
  } | {
31646
31765
  foreign: string;
31647
31766
  id?: number | undefined;
31648
- }>>>>;
31649
- token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31767
+ }>>>>>;
31768
+ token: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31650
31769
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
31651
31770
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
31652
31771
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -31664,18 +31783,18 @@ declare module "wapi-client/fns/update-transfers/update-transfers" {
31664
31783
  } | {
31665
31784
  foreign: string;
31666
31785
  id?: number | undefined;
31667
- }>>>>;
31668
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31786
+ }>>>>>;
31787
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31669
31788
  transfer: "transfer";
31670
31789
  deposit: "deposit";
31671
31790
  withdrawal: "withdrawal";
31672
- }>>>;
31673
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31791
+ }>>>>;
31792
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
31674
31793
  pending: "pending";
31675
31794
  finished: "finished";
31676
31795
  cancelled: "cancelled";
31677
- }>>>;
31678
- transfer_group: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31796
+ }>>>>;
31797
+ transfer_group: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31679
31798
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
31680
31799
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
31681
31800
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -31693,8 +31812,8 @@ declare module "wapi-client/fns/update-transfers/update-transfers" {
31693
31812
  } | {
31694
31813
  identifier: string;
31695
31814
  id?: number | undefined;
31696
- }>>>>;
31697
- reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31815
+ }>>>>>;
31816
+ reverses: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
31698
31817
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
31699
31818
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
31700
31819
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -31712,9 +31831,9 @@ declare module "wapi-client/fns/update-transfers/update-transfers" {
31712
31831
  } | {
31713
31832
  identifier: string;
31714
31833
  id?: number | undefined;
31715
- }>>>>;
31716
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
31717
- amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
31834
+ }>>>>>;
31835
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
31836
+ amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
31718
31837
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
31719
31838
  tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
31720
31839
  transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -31747,6 +31866,7 @@ declare module "wapi-client/fns/update-transfers/update-transfers" {
31747
31866
  reverses_id?: number | null | undefined;
31748
31867
  status_finalized_at?: string | null | undefined;
31749
31868
  group_validate?: boolean | null | undefined;
31869
+ reversed_by_identifier?: string | null | undefined;
31750
31870
  }[];
31751
31871
  updated: boolean;
31752
31872
  }>;
@@ -32039,6 +32159,7 @@ declare module "client.js" {
32039
32159
  token_foreign: "token_foreign";
32040
32160
  transfer_group_identifier: "transfer_group_identifier";
32041
32161
  reverses_identifier: "reverses_identifier";
32162
+ reversed_by_identifier: "reversed_by_identifier";
32042
32163
  }>>>>;
32043
32164
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
32044
32165
  type: "type";
@@ -32064,6 +32185,7 @@ declare module "client.js" {
32064
32185
  token_foreign: "token_foreign";
32065
32186
  transfer_group_identifier: "transfer_group_identifier";
32066
32187
  reverses_identifier: "reverses_identifier";
32188
+ reversed_by_identifier: "reversed_by_identifier";
32067
32189
  }>>>>;
32068
32190
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
32069
32191
  offset: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -33380,8 +33502,8 @@ declare module "client.js" {
33380
33502
  validate_final_balance_only: "validate_final_balance_only";
33381
33503
  transfer_status: "transfer_status";
33382
33504
  reverses_identifier: "reverses_identifier";
33383
- transfers: "transfers";
33384
33505
  reversed_by_identifier: "reversed_by_identifier";
33506
+ transfers: "transfers";
33385
33507
  transfers_count: "transfers_count";
33386
33508
  }>>>>;
33387
33509
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
@@ -33399,8 +33521,8 @@ declare module "client.js" {
33399
33521
  validate_final_balance_only: "validate_final_balance_only";
33400
33522
  transfer_status: "transfer_status";
33401
33523
  reverses_identifier: "reverses_identifier";
33402
- transfers: "transfers";
33403
33524
  reversed_by_identifier: "reversed_by_identifier";
33525
+ transfers: "transfers";
33404
33526
  transfers_count: "transfers_count";
33405
33527
  }>>>>;
33406
33528
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -33469,6 +33591,7 @@ declare module "client.js" {
33469
33591
  reverses_id?: number | null | undefined;
33470
33592
  status_finalized_at?: string | null | undefined;
33471
33593
  group_validate?: boolean | null | undefined;
33594
+ reversed_by_identifier?: string | null | undefined;
33472
33595
  }[] | null | undefined;
33473
33596
  reversed_by_identifier?: string | null | undefined;
33474
33597
  transfers_count?: number | undefined;
@@ -33511,6 +33634,7 @@ declare module "client.js" {
33511
33634
  reverses_id?: number | null | undefined;
33512
33635
  status_finalized_at?: string | null | undefined;
33513
33636
  group_validate?: boolean | null | undefined;
33637
+ reversed_by_identifier?: string | null | undefined;
33514
33638
  }[] | null | undefined;
33515
33639
  reversed_by_identifier?: string | null | undefined;
33516
33640
  }>, {}, true>;
@@ -33741,6 +33865,7 @@ declare module "client.js" {
33741
33865
  token_foreign: "token_foreign";
33742
33866
  transfer_group_identifier: "transfer_group_identifier";
33743
33867
  reverses_identifier: "reverses_identifier";
33868
+ reversed_by_identifier: "reversed_by_identifier";
33744
33869
  }>>>>;
33745
33870
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
33746
33871
  type: "type";
@@ -33766,6 +33891,7 @@ declare module "client.js" {
33766
33891
  token_foreign: "token_foreign";
33767
33892
  transfer_group_identifier: "transfer_group_identifier";
33768
33893
  reverses_identifier: "reverses_identifier";
33894
+ reversed_by_identifier: "reversed_by_identifier";
33769
33895
  }>>>>;
33770
33896
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
33771
33897
  offset: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -33832,6 +33958,7 @@ declare module "client.js" {
33832
33958
  transfer_group_id?: number | null | undefined;
33833
33959
  reverses_id?: number | null | undefined;
33834
33960
  group_validate?: boolean | null | undefined;
33961
+ reversed_by_identifier?: string | null | undefined;
33835
33962
  }, import("wapi-client/lib/query-builder/find-query-builder").AllTrue<{
33836
33963
  id: number;
33837
33964
  identifier: string;
@@ -33856,6 +33983,7 @@ declare module "client.js" {
33856
33983
  reverses_id?: number | null | undefined;
33857
33984
  status_finalized_at?: string | null | undefined;
33858
33985
  group_validate?: boolean | null | undefined;
33986
+ reversed_by_identifier?: string | null | undefined;
33859
33987
  }>, {}, true>;
33860
33988
  /**
33861
33989
  *
@@ -34082,7 +34210,7 @@ declare module "client.js" {
34082
34210
  finished_amount: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
34083
34211
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
34084
34212
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
34085
- wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34213
+ wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34086
34214
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
34087
34215
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
34088
34216
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -34100,8 +34228,8 @@ declare module "client.js" {
34100
34228
  } | {
34101
34229
  foreign: string;
34102
34230
  id?: number | undefined;
34103
- }>>>>;
34104
- token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34231
+ }>>>>>;
34232
+ token: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34105
34233
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
34106
34234
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
34107
34235
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -34119,8 +34247,8 @@ declare module "client.js" {
34119
34247
  } | {
34120
34248
  foreign: string;
34121
34249
  id?: number | undefined;
34122
- }>>>>;
34123
- transfer: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34250
+ }>>>>>;
34251
+ transfer: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34124
34252
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
34125
34253
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
34126
34254
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -34138,23 +34266,23 @@ declare module "client.js" {
34138
34266
  } | {
34139
34267
  identifier: string;
34140
34268
  id?: number | undefined;
34141
- }>>>>;
34142
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34269
+ }>>>>>;
34270
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34143
34271
  transfer: "transfer";
34144
34272
  deposit: "deposit";
34145
34273
  withdrawal: "withdrawal";
34146
- }>>>;
34147
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34274
+ }>>>>;
34275
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34148
34276
  pending: "pending";
34149
34277
  finished: "finished";
34150
34278
  cancelled: "cancelled";
34151
- }>>>;
34152
- amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34153
- available_balance: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34154
- pending_amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34155
- finished_amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34156
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
34157
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
34279
+ }>>>>;
34280
+ amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
34281
+ available_balance: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
34282
+ pending_amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
34283
+ finished_amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
34284
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
34285
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
34158
34286
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
34159
34287
  select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
34160
34288
  updated_at: "updated_at";
@@ -34283,24 +34411,24 @@ declare module "client.js" {
34283
34411
  }, string | number>>>;
34284
34412
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
34285
34413
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
34286
- id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
34287
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
34288
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
34289
- status: import("zod").ZodOptional<import("zod").ZodEnum<{
34414
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34415
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
34416
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
34417
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34290
34418
  active: "active";
34291
34419
  disabled: "disabled";
34292
34420
  "dw-only": "dw-only";
34293
- }>>;
34294
- public: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>;
34295
- foreign: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
34296
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34421
+ }>>>;
34422
+ public: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodBoolean>>>;
34423
+ foreign: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
34424
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34297
34425
  group: "group";
34298
34426
  value: "value";
34299
34427
  share: "share";
34300
34428
  contract: "contract";
34301
- }>>>;
34302
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
34303
- belongs_to: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34429
+ }>>>>;
34430
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
34431
+ belongs_to: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34304
34432
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
34305
34433
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
34306
34434
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -34318,7 +34446,7 @@ declare module "client.js" {
34318
34446
  } | {
34319
34447
  foreign: string;
34320
34448
  id?: number | undefined;
34321
- }>>>>;
34449
+ }>>>>>;
34322
34450
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
34323
34451
  include_balance: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
34324
34452
  select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
@@ -34490,29 +34618,29 @@ declare module "client.js" {
34490
34618
  }>>;
34491
34619
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
34492
34620
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
34493
- id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
34494
- transfer_group_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
34495
- reverses_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
34496
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
34497
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
34498
- status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
34499
- transfer_status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
34500
- identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
34501
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34621
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34622
+ transfer_group_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34623
+ reverses_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34624
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
34625
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
34626
+ status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
34627
+ transfer_status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
34628
+ identifier: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
34629
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34502
34630
  open: "open";
34503
34631
  closed: "closed";
34504
- }>>>;
34505
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34632
+ }>>>>;
34633
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34506
34634
  regular: "regular";
34507
34635
  exchange: "exchange";
34508
34636
  distribution: "distribution";
34509
- }>>>;
34510
- transfer_status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34637
+ }>>>>;
34638
+ transfer_status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34511
34639
  pending: "pending";
34512
34640
  finished: "finished";
34513
34641
  cancelled: "cancelled";
34514
- }>>>;
34515
- reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34642
+ }>>>>;
34643
+ reverses: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34516
34644
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
34517
34645
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
34518
34646
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -34530,8 +34658,8 @@ declare module "client.js" {
34530
34658
  } | {
34531
34659
  identifier: string;
34532
34660
  id?: number | undefined;
34533
- }>>>>;
34534
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
34661
+ }>>>>>;
34662
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
34535
34663
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
34536
34664
  return_metadata_total: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodBoolean>>;
34537
34665
  tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
@@ -34552,8 +34680,8 @@ declare module "client.js" {
34552
34680
  validate_final_balance_only: "validate_final_balance_only";
34553
34681
  transfer_status: "transfer_status";
34554
34682
  reverses_identifier: "reverses_identifier";
34555
- transfers: "transfers";
34556
34683
  reversed_by_identifier: "reversed_by_identifier";
34684
+ transfers: "transfers";
34557
34685
  transfers_count: "transfers_count";
34558
34686
  }>>>>;
34559
34687
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
@@ -34571,8 +34699,8 @@ declare module "client.js" {
34571
34699
  validate_final_balance_only: "validate_final_balance_only";
34572
34700
  transfer_status: "transfer_status";
34573
34701
  reverses_identifier: "reverses_identifier";
34574
- transfers: "transfers";
34575
34702
  reversed_by_identifier: "reversed_by_identifier";
34703
+ transfers: "transfers";
34576
34704
  transfers_count: "transfers_count";
34577
34705
  }>>>>;
34578
34706
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -34628,6 +34756,7 @@ declare module "client.js" {
34628
34756
  reverses_id?: number | null | undefined;
34629
34757
  status_finalized_at?: string | null | undefined;
34630
34758
  group_validate?: boolean | null | undefined;
34759
+ reversed_by_identifier?: string | null | undefined;
34631
34760
  }[] | null | undefined;
34632
34761
  reversed_by_identifier?: string | null | undefined;
34633
34762
  transfers_count?: number | undefined;
@@ -34670,6 +34799,7 @@ declare module "client.js" {
34670
34799
  reverses_id?: number | null | undefined;
34671
34800
  status_finalized_at?: string | null | undefined;
34672
34801
  group_validate?: boolean | null | undefined;
34802
+ reversed_by_identifier?: string | null | undefined;
34673
34803
  }[] | null | undefined;
34674
34804
  reversed_by_identifier?: string | null | undefined;
34675
34805
  }>, {}, true>;
@@ -34730,17 +34860,17 @@ declare module "client.js" {
34730
34860
  }>>;
34731
34861
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
34732
34862
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
34733
- from_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
34734
- to_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
34735
- token_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
34736
- transfer_group_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
34737
- reverses_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
34738
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
34739
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
34740
- status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
34741
- id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34742
- identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
34743
- from_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34863
+ from_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34864
+ to_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34865
+ token_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34866
+ transfer_group_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34867
+ reverses_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34868
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
34869
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
34870
+ status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
34871
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
34872
+ identifier: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
34873
+ from_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34744
34874
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
34745
34875
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
34746
34876
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -34758,8 +34888,8 @@ declare module "client.js" {
34758
34888
  } | {
34759
34889
  foreign: string;
34760
34890
  id?: number | undefined;
34761
- }>>>>;
34762
- to_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34891
+ }>>>>>;
34892
+ to_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34763
34893
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
34764
34894
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
34765
34895
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -34777,8 +34907,8 @@ declare module "client.js" {
34777
34907
  } | {
34778
34908
  foreign: string;
34779
34909
  id?: number | undefined;
34780
- }>>>>;
34781
- wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34910
+ }>>>>>;
34911
+ wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34782
34912
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
34783
34913
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
34784
34914
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -34796,8 +34926,8 @@ declare module "client.js" {
34796
34926
  } | {
34797
34927
  foreign: string;
34798
34928
  id?: number | undefined;
34799
- }>>>>;
34800
- token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34929
+ }>>>>>;
34930
+ token: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34801
34931
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
34802
34932
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
34803
34933
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -34815,18 +34945,18 @@ declare module "client.js" {
34815
34945
  } | {
34816
34946
  foreign: string;
34817
34947
  id?: number | undefined;
34818
- }>>>>;
34819
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34948
+ }>>>>>;
34949
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34820
34950
  transfer: "transfer";
34821
34951
  deposit: "deposit";
34822
34952
  withdrawal: "withdrawal";
34823
- }>>>;
34824
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34953
+ }>>>>;
34954
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
34825
34955
  pending: "pending";
34826
34956
  finished: "finished";
34827
34957
  cancelled: "cancelled";
34828
- }>>>;
34829
- transfer_group: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34958
+ }>>>>;
34959
+ transfer_group: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34830
34960
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
34831
34961
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
34832
34962
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -34844,8 +34974,8 @@ declare module "client.js" {
34844
34974
  } | {
34845
34975
  identifier: string;
34846
34976
  id?: number | undefined;
34847
- }>>>>;
34848
- reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34977
+ }>>>>>;
34978
+ reverses: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
34849
34979
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
34850
34980
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
34851
34981
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -34863,9 +34993,9 @@ declare module "client.js" {
34863
34993
  } | {
34864
34994
  identifier: string;
34865
34995
  id?: number | undefined;
34866
- }>>>>;
34867
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
34868
- amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
34996
+ }>>>>>;
34997
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
34998
+ amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
34869
34999
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
34870
35000
  tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
34871
35001
  transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
@@ -34894,6 +35024,7 @@ declare module "client.js" {
34894
35024
  token_foreign: "token_foreign";
34895
35025
  transfer_group_identifier: "transfer_group_identifier";
34896
35026
  reverses_identifier: "reverses_identifier";
35027
+ reversed_by_identifier: "reversed_by_identifier";
34897
35028
  }>>>>;
34898
35029
  deselect: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
34899
35030
  type: "type";
@@ -34919,6 +35050,7 @@ declare module "client.js" {
34919
35050
  token_foreign: "token_foreign";
34920
35051
  transfer_group_identifier: "transfer_group_identifier";
34921
35052
  reverses_identifier: "reverses_identifier";
35053
+ reversed_by_identifier: "reversed_by_identifier";
34922
35054
  }>>>>;
34923
35055
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
34924
35056
  offset: import("zod").ZodOptional<import("zod").ZodNumber>;
@@ -34972,6 +35104,7 @@ declare module "client.js" {
34972
35104
  transfer_group_id?: number | null | undefined;
34973
35105
  reverses_id?: number | null | undefined;
34974
35106
  group_validate?: boolean | null | undefined;
35107
+ reversed_by_identifier?: string | null | undefined;
34975
35108
  }, import("wapi-client/lib/query-builder/find-query-builder").AllTrue<{
34976
35109
  id: number;
34977
35110
  identifier: string;
@@ -34996,6 +35129,7 @@ declare module "client.js" {
34996
35129
  reverses_id?: number | null | undefined;
34997
35130
  status_finalized_at?: string | null | undefined;
34998
35131
  group_validate?: boolean | null | undefined;
35132
+ reversed_by_identifier?: string | null | undefined;
34999
35133
  }>, {}, true>;
35000
35134
  /**
35001
35135
  *
@@ -35040,24 +35174,24 @@ declare module "client.js" {
35040
35174
  }>>;
35041
35175
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
35042
35176
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
35043
- id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
35044
- balance_pending_amount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
35045
- balance_finished_amount: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
35046
- balance_available_balance: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
35047
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
35048
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
35049
- foreign: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
35050
- name: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
35051
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
35177
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
35178
+ balance_pending_amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
35179
+ balance_finished_amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
35180
+ balance_available_balance: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>>;
35181
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
35182
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
35183
+ foreign: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
35184
+ name: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>>;
35185
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
35052
35186
  token: "token";
35053
35187
  house: "house";
35054
35188
  regular: "regular";
35055
- }>>>;
35056
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
35189
+ }>>>>;
35190
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
35057
35191
  active: "active";
35058
35192
  disabled: "disabled";
35059
- }>>>;
35060
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
35193
+ }>>>>;
35194
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
35061
35195
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
35062
35196
  select: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodEnum<{
35063
35197
  type: "type";
@@ -35810,17 +35944,17 @@ declare module "client.js" {
35810
35944
  }>>;
35811
35945
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
35812
35946
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
35813
- from_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
35814
- to_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
35815
- token_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
35816
- transfer_group_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
35817
- reverses_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
35818
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
35819
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
35820
- status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
35821
- id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
35822
- identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
35823
- from_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
35947
+ from_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
35948
+ to_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
35949
+ token_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
35950
+ transfer_group_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
35951
+ reverses_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
35952
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
35953
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
35954
+ status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
35955
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
35956
+ identifier: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
35957
+ from_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
35824
35958
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
35825
35959
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
35826
35960
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -35838,8 +35972,8 @@ declare module "client.js" {
35838
35972
  } | {
35839
35973
  foreign: string;
35840
35974
  id?: number | undefined;
35841
- }>>>>;
35842
- to_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
35975
+ }>>>>>;
35976
+ to_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
35843
35977
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
35844
35978
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
35845
35979
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -35857,8 +35991,8 @@ declare module "client.js" {
35857
35991
  } | {
35858
35992
  foreign: string;
35859
35993
  id?: number | undefined;
35860
- }>>>>;
35861
- wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
35994
+ }>>>>>;
35995
+ wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
35862
35996
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
35863
35997
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
35864
35998
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -35876,8 +36010,8 @@ declare module "client.js" {
35876
36010
  } | {
35877
36011
  foreign: string;
35878
36012
  id?: number | undefined;
35879
- }>>>>;
35880
- token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36013
+ }>>>>>;
36014
+ token: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
35881
36015
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
35882
36016
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
35883
36017
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -35895,18 +36029,18 @@ declare module "client.js" {
35895
36029
  } | {
35896
36030
  foreign: string;
35897
36031
  id?: number | undefined;
35898
- }>>>>;
35899
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36032
+ }>>>>>;
36033
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
35900
36034
  transfer: "transfer";
35901
36035
  deposit: "deposit";
35902
36036
  withdrawal: "withdrawal";
35903
- }>>>;
35904
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36037
+ }>>>>;
36038
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
35905
36039
  pending: "pending";
35906
36040
  finished: "finished";
35907
36041
  cancelled: "cancelled";
35908
- }>>>;
35909
- transfer_group: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36042
+ }>>>>;
36043
+ transfer_group: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
35910
36044
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
35911
36045
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
35912
36046
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -35924,8 +36058,8 @@ declare module "client.js" {
35924
36058
  } | {
35925
36059
  identifier: string;
35926
36060
  id?: number | undefined;
35927
- }>>>>;
35928
- reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36061
+ }>>>>>;
36062
+ reverses: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
35929
36063
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
35930
36064
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
35931
36065
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -35943,9 +36077,9 @@ declare module "client.js" {
35943
36077
  } | {
35944
36078
  identifier: string;
35945
36079
  id?: number | undefined;
35946
- }>>>>;
35947
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
35948
- amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
36080
+ }>>>>>;
36081
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
36082
+ amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
35949
36083
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
35950
36084
  tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
35951
36085
  transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -35984,6 +36118,7 @@ declare module "client.js" {
35984
36118
  reverses_id?: number | null | undefined;
35985
36119
  status_finalized_at?: string | null | undefined;
35986
36120
  group_validate?: boolean | null | undefined;
36121
+ reversed_by_identifier?: string | null | undefined;
35987
36122
  }[];
35988
36123
  }>;
35989
36124
  /**
@@ -36221,29 +36356,29 @@ declare module "client.js" {
36221
36356
  }>>;
36222
36357
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
36223
36358
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
36224
- id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
36225
- transfer_group_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
36226
- reverses_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
36227
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
36228
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
36229
- status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
36230
- transfer_status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
36231
- identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
36232
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36359
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
36360
+ transfer_group_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
36361
+ reverses_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
36362
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
36363
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
36364
+ status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
36365
+ transfer_status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
36366
+ identifier: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
36367
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36233
36368
  open: "open";
36234
36369
  closed: "closed";
36235
- }>>>;
36236
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36370
+ }>>>>;
36371
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36237
36372
  regular: "regular";
36238
36373
  exchange: "exchange";
36239
36374
  distribution: "distribution";
36240
- }>>>;
36241
- transfer_status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36375
+ }>>>>;
36376
+ transfer_status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36242
36377
  pending: "pending";
36243
36378
  finished: "finished";
36244
36379
  cancelled: "cancelled";
36245
- }>>>;
36246
- reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36380
+ }>>>>;
36381
+ reverses: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36247
36382
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
36248
36383
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
36249
36384
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -36261,8 +36396,8 @@ declare module "client.js" {
36261
36396
  } | {
36262
36397
  identifier: string;
36263
36398
  id?: number | undefined;
36264
- }>>>>;
36265
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
36399
+ }>>>>>;
36400
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
36266
36401
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
36267
36402
  tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
36268
36403
  transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -36316,6 +36451,7 @@ declare module "client.js" {
36316
36451
  reverses_id?: number | null | undefined;
36317
36452
  status_finalized_at?: string | null | undefined;
36318
36453
  group_validate?: boolean | null | undefined;
36454
+ reversed_by_identifier?: string | null | undefined;
36319
36455
  }[] | null | undefined;
36320
36456
  reversed_by_identifier?: string | null | undefined;
36321
36457
  }[];
@@ -36343,6 +36479,7 @@ declare module "client.js" {
36343
36479
  reverses_id?: number | null | undefined;
36344
36480
  status_finalized_at?: string | null | undefined;
36345
36481
  group_validate?: boolean | null | undefined;
36482
+ reversed_by_identifier?: string | null | undefined;
36346
36483
  }[];
36347
36484
  updated: boolean;
36348
36485
  }>;
@@ -36395,17 +36532,17 @@ declare module "client.js" {
36395
36532
  }>>;
36396
36533
  metadata: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>;
36397
36534
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
36398
- from_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
36399
- to_wallet_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
36400
- token_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
36401
- transfer_group_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
36402
- reverses_id: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>;
36403
- created_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
36404
- updated_at: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>;
36405
- status_finalized_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>;
36406
- id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
36407
- identifier: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>;
36408
- from_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36535
+ from_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
36536
+ to_wallet_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
36537
+ token_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
36538
+ transfer_group_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
36539
+ reverses_id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
36540
+ created_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
36541
+ updated_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>;
36542
+ status_finalized_at: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodString, import("zod").ZodString]>>>>>;
36543
+ id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
36544
+ identifier: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<string, string | number>>>>>;
36545
+ from_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36409
36546
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
36410
36547
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
36411
36548
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -36423,8 +36560,8 @@ declare module "client.js" {
36423
36560
  } | {
36424
36561
  foreign: string;
36425
36562
  id?: number | undefined;
36426
- }>>>>;
36427
- to_wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36563
+ }>>>>>;
36564
+ to_wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36428
36565
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
36429
36566
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
36430
36567
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -36442,8 +36579,8 @@ declare module "client.js" {
36442
36579
  } | {
36443
36580
  foreign: string;
36444
36581
  id?: number | undefined;
36445
- }>>>>;
36446
- wallet: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36582
+ }>>>>>;
36583
+ wallet: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36447
36584
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
36448
36585
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
36449
36586
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -36461,8 +36598,8 @@ declare module "client.js" {
36461
36598
  } | {
36462
36599
  foreign: string;
36463
36600
  id?: number | undefined;
36464
- }>>>>;
36465
- token: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36601
+ }>>>>>;
36602
+ token: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36466
36603
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
36467
36604
  foreign: import("zod").ZodOptional<import("zod").ZodString>;
36468
36605
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -36480,18 +36617,18 @@ declare module "client.js" {
36480
36617
  } | {
36481
36618
  foreign: string;
36482
36619
  id?: number | undefined;
36483
- }>>>>;
36484
- type: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36620
+ }>>>>>;
36621
+ type: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36485
36622
  transfer: "transfer";
36486
36623
  deposit: "deposit";
36487
36624
  withdrawal: "withdrawal";
36488
- }>>>;
36489
- status: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36625
+ }>>>>;
36626
+ status: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodEnum<{
36490
36627
  pending: "pending";
36491
36628
  finished: "finished";
36492
36629
  cancelled: "cancelled";
36493
- }>>>;
36494
- transfer_group: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36630
+ }>>>>;
36631
+ transfer_group: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36495
36632
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
36496
36633
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
36497
36634
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -36509,8 +36646,8 @@ declare module "client.js" {
36509
36646
  } | {
36510
36647
  identifier: string;
36511
36648
  id?: number | undefined;
36512
- }>>>>;
36513
- reverses: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36649
+ }>>>>>;
36650
+ reverses: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber, import("zod").ZodObject<{
36514
36651
  id: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
36515
36652
  identifier: import("zod").ZodOptional<import("zod").ZodString>;
36516
36653
  }, import("zod/v4/core").$strict>, import("zod").ZodObject<{
@@ -36528,9 +36665,9 @@ declare module "client.js" {
36528
36665
  } | {
36529
36666
  identifier: string;
36530
36667
  id?: number | undefined;
36531
- }>>>>;
36532
- metadata: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>;
36533
- amount: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>;
36668
+ }>>>>>;
36669
+ metadata: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodBoolean, import("zod").ZodNumber]>>>>>;
36670
+ amount: import("zod").ZodNonOptional<import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>, import("zod").ZodTransform<number, string | number>>>>>;
36534
36671
  }, import("zod/v4/core").$strip>, import("zod").ZodObject<{
36535
36672
  tracking_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
36536
36673
  transaction_id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodString>>;
@@ -36563,6 +36700,7 @@ declare module "client.js" {
36563
36700
  reverses_id?: number | null | undefined;
36564
36701
  status_finalized_at?: string | null | undefined;
36565
36702
  group_validate?: boolean | null | undefined;
36703
+ reversed_by_identifier?: string | null | undefined;
36566
36704
  }[];
36567
36705
  updated: boolean;
36568
36706
  }>;