@bosonprotocol/agentic-commerce 1.0.0-alpha.53 → 1.0.0-alpha.54

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 (90) hide show
  1. package/README.md +11 -14
  2. package/dist/boson/goat-sdk-plugin/boson-protocol-plugin.service.d.ts +5 -6
  3. package/dist/boson/goat-sdk-plugin/boson-protocol-plugin.service.d.ts.map +1 -1
  4. package/dist/boson/goat-sdk-plugin/boson-protocol-plugin.service.js +9 -4
  5. package/dist/boson/goat-sdk-plugin/boson-protocol-plugin.service.js.map +1 -1
  6. package/dist/boson/goat-sdk-plugin/examples/vercel.js +32 -38
  7. package/dist/boson/goat-sdk-plugin/examples/vercel.js.map +1 -1
  8. package/dist/boson/goat-sdk-plugin/parameters.d.ts +187 -7
  9. package/dist/boson/goat-sdk-plugin/parameters.d.ts.map +1 -1
  10. package/dist/boson/mcp-client/index.d.ts +0 -35
  11. package/dist/boson/mcp-client/index.d.ts.map +1 -1
  12. package/dist/boson/mcp-client/index.js +0 -3
  13. package/dist/boson/mcp-client/index.js.map +1 -1
  14. package/dist/boson/mcp-server/filters/disputeResolversFilter.js +1 -1
  15. package/dist/boson/mcp-server/filters/disputeResolversFilter.js.map +1 -1
  16. package/dist/boson/mcp-server/filters/disputesFilter.js +1 -1
  17. package/dist/boson/mcp-server/filters/disputesFilter.js.map +1 -1
  18. package/dist/boson/mcp-server/filters/exchangesFilter.js +1 -1
  19. package/dist/boson/mcp-server/filters/exchangesFilter.js.map +1 -1
  20. package/dist/boson/mcp-server/filters/fundsFilter.d.ts.map +1 -1
  21. package/dist/boson/mcp-server/filters/fundsFilter.js +1 -1
  22. package/dist/boson/mcp-server/filters/fundsFilter.js.map +1 -1
  23. package/dist/boson/mcp-server/filters/offersFilter.js +1 -1
  24. package/dist/boson/mcp-server/filters/offersFilter.js.map +1 -1
  25. package/dist/boson/mcp-server/filters/productsFilter.js +1 -1
  26. package/dist/boson/mcp-server/filters/productsFilter.js.map +1 -1
  27. package/dist/boson/mcp-server/filters/sellersByAddressFilter.js +1 -1
  28. package/dist/boson/mcp-server/filters/sellersByAddressFilter.js.map +1 -1
  29. package/dist/boson/mcp-server/filters/sellersFilter.js +1 -1
  30. package/dist/boson/mcp-server/filters/sellersFilter.js.map +1 -1
  31. package/dist/boson/mcp-server/handlers/accounts.d.ts +6 -7
  32. package/dist/boson/mcp-server/handlers/accounts.d.ts.map +1 -1
  33. package/dist/boson/mcp-server/handlers/accounts.js +22 -17
  34. package/dist/boson/mcp-server/handlers/accounts.js.map +1 -1
  35. package/dist/boson/mcp-server/handlers/disputes.d.ts +5 -6
  36. package/dist/boson/mcp-server/handlers/disputes.d.ts.map +1 -1
  37. package/dist/boson/mcp-server/handlers/disputes.js +21 -56
  38. package/dist/boson/mcp-server/handlers/disputes.js.map +1 -1
  39. package/dist/boson/mcp-server/handlers/exchanges.d.ts +3 -4
  40. package/dist/boson/mcp-server/handlers/exchanges.d.ts.map +1 -1
  41. package/dist/boson/mcp-server/handlers/exchanges.js +13 -34
  42. package/dist/boson/mcp-server/handlers/exchanges.js.map +1 -1
  43. package/dist/boson/mcp-server/handlers/funds.d.ts +2 -3
  44. package/dist/boson/mcp-server/handlers/funds.d.ts.map +1 -1
  45. package/dist/boson/mcp-server/handlers/funds.js +9 -23
  46. package/dist/boson/mcp-server/handlers/funds.js.map +1 -1
  47. package/dist/boson/mcp-server/handlers/metaTx.d.ts +3 -4
  48. package/dist/boson/mcp-server/handlers/metaTx.d.ts.map +1 -1
  49. package/dist/boson/mcp-server/handlers/metaTx.js +13 -33
  50. package/dist/boson/mcp-server/handlers/metaTx.js.map +1 -1
  51. package/dist/boson/mcp-server/handlers/offers.d.ts +14 -15
  52. package/dist/boson/mcp-server/handlers/offers.d.ts.map +1 -1
  53. package/dist/boson/mcp-server/handlers/offers.js +59 -119
  54. package/dist/boson/mcp-server/handlers/offers.js.map +1 -1
  55. package/dist/boson/mcp-server/handlers/transactions.d.ts +1 -2
  56. package/dist/boson/mcp-server/handlers/transactions.d.ts.map +1 -1
  57. package/dist/boson/mcp-server/handlers/transactions.js +1 -1
  58. package/dist/boson/mcp-server/handlers/transactions.js.map +1 -1
  59. package/dist/boson/mcp-server/index.d.ts +4 -2
  60. package/dist/boson/mcp-server/index.d.ts.map +1 -1
  61. package/dist/boson/mcp-server/index.js +276 -408
  62. package/dist/boson/mcp-server/index.js.map +1 -1
  63. package/dist/boson/mcp-server/resourceParameterTypes.d.ts +0 -2
  64. package/dist/boson/mcp-server/resourceParameterTypes.d.ts.map +1 -1
  65. package/dist/boson/mcp-server/resourceParameterTypes.js +6 -7
  66. package/dist/boson/mcp-server/resourceParameterTypes.js.map +1 -1
  67. package/dist/boson/mcp-server/validation.d.ts +439 -13
  68. package/dist/boson/mcp-server/validation.d.ts.map +1 -1
  69. package/dist/boson/mcp-server/validation.js +91 -25
  70. package/dist/boson/mcp-server/validation.js.map +1 -1
  71. package/dist/common/mcp-server/configValidation.d.ts +1 -0
  72. package/dist/common/mcp-server/configValidation.d.ts.map +1 -1
  73. package/dist/common/mcp-server/configValidation.js +4 -4
  74. package/dist/common/mcp-server/configValidation.js.map +1 -1
  75. package/dist/common/mcp-server/transactionSigning.d.ts +1 -1
  76. package/dist/common/mcp-server/transactionSigning.d.ts.map +1 -1
  77. package/dist/common/mcp-server/transactionSigning.js +19 -25
  78. package/dist/common/mcp-server/transactionSigning.js.map +1 -1
  79. package/dist/fermion/mcp-server/handlers/sdk.d.ts.map +1 -1
  80. package/dist/fermion/mcp-server/handlers/sdk.js +3 -4
  81. package/dist/fermion/mcp-server/handlers/sdk.js.map +1 -1
  82. package/dist/fermion/mcp-server/handlers/transactions.d.ts +1 -2
  83. package/dist/fermion/mcp-server/handlers/transactions.d.ts.map +1 -1
  84. package/dist/fermion/mcp-server/handlers/transactions.js +1 -1
  85. package/dist/fermion/mcp-server/handlers/transactions.js.map +1 -1
  86. package/dist/fermion/mcp-server/index.d.ts +2 -0
  87. package/dist/fermion/mcp-server/index.d.ts.map +1 -1
  88. package/dist/fermion/mcp-server/index.js +36 -2
  89. package/dist/fermion/mcp-server/index.js.map +1 -1
  90. package/package.json +3 -3
@@ -1,4 +1,14 @@
1
1
  import { z } from "zod";
2
+ export declare const contextValidation: z.ZodObject<{
3
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
4
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
5
+ }, "strip", z.ZodTypeAny, {
6
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
7
+ signerAddress?: string;
8
+ }, {
9
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
10
+ signerAddress?: string;
11
+ }>;
2
12
  export declare const createOfferNonMetadataFields: z.ZodObject<{
3
13
  exchangeTokenAddress: z.ZodOptional<z.ZodString>;
4
14
  price: z.ZodString;
@@ -62,6 +72,9 @@ export declare const createOfferValidation: z.ZodObject<{
62
72
  disputeResolverId: z.ZodOptional<z.ZodString>;
63
73
  metadataUri: z.ZodString;
64
74
  metadataHash: z.ZodString;
75
+ } & {
76
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
77
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
65
78
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
66
79
  exchangeTokenAddress: z.ZodOptional<z.ZodString>;
67
80
  price: z.ZodString;
@@ -79,6 +92,9 @@ export declare const createOfferValidation: z.ZodObject<{
79
92
  disputeResolverId: z.ZodOptional<z.ZodString>;
80
93
  metadataUri: z.ZodString;
81
94
  metadataHash: z.ZodString;
95
+ } & {
96
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
97
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
82
98
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
83
99
  exchangeTokenAddress: z.ZodOptional<z.ZodString>;
84
100
  price: z.ZodString;
@@ -96,13 +112,19 @@ export declare const createOfferValidation: z.ZodObject<{
96
112
  disputeResolverId: z.ZodOptional<z.ZodString>;
97
113
  metadataUri: z.ZodString;
98
114
  metadataHash: z.ZodString;
115
+ } & {
116
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
117
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
99
118
  }, z.ZodTypeAny, "passthrough">>;
100
119
  export declare const storeProductV1MetadataValidation: z.ZodObject<{
101
- [k: string]: z.ZodTypeAny;
120
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
121
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
102
122
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
103
- [k: string]: z.ZodTypeAny;
123
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
124
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
104
125
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
105
- [k: string]: z.ZodTypeAny;
126
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
127
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
106
128
  }, z.ZodTypeAny, "passthrough">>;
107
129
  export declare const createOfferWithConditionValidation: z.ZodObject<{
108
130
  condition: z.ZodObject<{
@@ -149,6 +171,9 @@ export declare const createOfferWithConditionValidation: z.ZodObject<{
149
171
  disputeResolverId: z.ZodOptional<z.ZodString>;
150
172
  metadataUri: z.ZodString;
151
173
  metadataHash: z.ZodString;
174
+ } & {
175
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
176
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
152
177
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
153
178
  condition: z.ZodObject<{
154
179
  method: z.ZodEffects<z.ZodNumber, number, number>;
@@ -194,6 +219,9 @@ export declare const createOfferWithConditionValidation: z.ZodObject<{
194
219
  disputeResolverId: z.ZodOptional<z.ZodString>;
195
220
  metadataUri: z.ZodString;
196
221
  metadataHash: z.ZodString;
222
+ } & {
223
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
224
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
197
225
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
198
226
  condition: z.ZodObject<{
199
227
  method: z.ZodEffects<z.ZodNumber, number, number>;
@@ -239,15 +267,30 @@ export declare const createOfferWithConditionValidation: z.ZodObject<{
239
267
  disputeResolverId: z.ZodOptional<z.ZodString>;
240
268
  metadataUri: z.ZodString;
241
269
  metadataHash: z.ZodString;
270
+ } & {
271
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
272
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
242
273
  }, z.ZodTypeAny, "passthrough">>;
243
274
  export declare const storeBundleMetadataValidation: z.ZodObject<{
244
- [k: string]: z.ZodTypeAny;
275
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
276
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
245
277
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
246
- [k: string]: z.ZodTypeAny;
278
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
279
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
247
280
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
248
- [k: string]: z.ZodTypeAny;
281
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
282
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
283
+ }, z.ZodTypeAny, "passthrough">>;
284
+ export declare const storeCustomMetadataValidation: z.ZodObject<{
285
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
286
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
287
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
288
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
289
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
290
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
291
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
292
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
249
293
  }, z.ZodTypeAny, "passthrough">>;
250
- export declare const storeCustomMetadataValidation: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>;
251
294
  export declare const withdrawFundsValidationShape: {
252
295
  entityId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
253
296
  list: z.ZodArray<z.ZodObject<{
@@ -273,14 +316,21 @@ export declare const withdrawFundsValidation: z.ZodObject<{
273
316
  tokenAddress?: string;
274
317
  amount?: string | number | bigint;
275
318
  }>, "many">;
319
+ } & {
320
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
321
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
276
322
  }, "strip", z.ZodTypeAny, {
277
323
  entityId?: string | number | bigint;
324
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
325
+ signerAddress?: string;
278
326
  list?: {
279
327
  tokenAddress?: string;
280
328
  amount?: string | number | bigint;
281
329
  }[];
282
330
  }, {
283
331
  entityId?: string | number | bigint;
332
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
333
+ signerAddress?: string;
284
334
  list?: {
285
335
  tokenAddress?: string;
286
336
  amount?: string | number | bigint;
@@ -295,14 +345,21 @@ export declare const depositFundsValidation: z.ZodObject<{
295
345
  entityId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
296
346
  tokenAddress: z.ZodEffects<z.ZodString, string, string>;
297
347
  amount: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
348
+ } & {
349
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
350
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
298
351
  }, "strip", z.ZodTypeAny, {
299
352
  tokenAddress?: string;
300
353
  entityId?: string | number | bigint;
301
354
  amount?: string | number | bigint;
355
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
356
+ signerAddress?: string;
302
357
  }, {
303
358
  tokenAddress?: string;
304
359
  entityId?: string | number | bigint;
305
360
  amount?: string | number | bigint;
361
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
362
+ signerAddress?: string;
306
363
  }>;
307
364
  export declare const getFundsValidation: z.ZodObject<{
308
365
  fundsSkip: z.ZodOptional<z.ZodNumber>;
@@ -310,13 +367,20 @@ export declare const getFundsValidation: z.ZodObject<{
310
367
  fundsOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
311
368
  fundsOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
312
369
  fundsFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
370
+ } & {
371
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
372
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
313
373
  }, "strip", z.ZodTypeAny, {
374
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
375
+ signerAddress?: string;
314
376
  fundsFilter?: Record<string, unknown>;
315
377
  fundsSkip?: number;
316
378
  fundsFirst?: number;
317
379
  fundsOrderBy?: string;
318
380
  fundsOrderDirection?: string;
319
381
  }, {
382
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
383
+ signerAddress?: string;
320
384
  fundsFilter?: Record<string, unknown>;
321
385
  fundsSkip?: number;
322
386
  fundsFirst?: number;
@@ -329,7 +393,29 @@ export declare const getFundsValidationShape: {
329
393
  fundsOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
330
394
  fundsOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
331
395
  fundsFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
396
+ } & {
397
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
398
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
332
399
  };
400
+ export declare const getFundsResourceValidation: z.ZodObject<{
401
+ fundsSkip: z.ZodOptional<z.ZodNumber>;
402
+ fundsFirst: z.ZodOptional<z.ZodNumber>;
403
+ fundsOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
404
+ fundsOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
405
+ fundsFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
406
+ }, "strip", z.ZodTypeAny, {
407
+ fundsFilter?: Record<string, unknown>;
408
+ fundsSkip?: number;
409
+ fundsFirst?: number;
410
+ fundsOrderBy?: string;
411
+ fundsOrderDirection?: string;
412
+ }, {
413
+ fundsFilter?: Record<string, unknown>;
414
+ fundsSkip?: number;
415
+ fundsFirst?: number;
416
+ fundsOrderBy?: string;
417
+ fundsOrderDirection?: string;
418
+ }>;
333
419
  export declare const createSellerNonMetadataFields: z.ZodObject<{
334
420
  assistant: z.ZodEffects<z.ZodString, string, string>;
335
421
  admin: z.ZodEffects<z.ZodString, string, string>;
@@ -363,6 +449,9 @@ export declare const createSellerValidation: z.ZodObject<{
363
449
  royaltyPercentage: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
364
450
  authTokenId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
365
451
  authTokenType: z.ZodEffects<z.ZodNumber, number, number>;
452
+ } & {
453
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
454
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
366
455
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
367
456
  assistant: z.ZodEffects<z.ZodString, string, string>;
368
457
  admin: z.ZodEffects<z.ZodString, string, string>;
@@ -371,6 +460,9 @@ export declare const createSellerValidation: z.ZodObject<{
371
460
  royaltyPercentage: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
372
461
  authTokenId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
373
462
  authTokenType: z.ZodEffects<z.ZodNumber, number, number>;
463
+ } & {
464
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
465
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
374
466
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
375
467
  assistant: z.ZodEffects<z.ZodString, string, string>;
376
468
  admin: z.ZodEffects<z.ZodString, string, string>;
@@ -379,6 +471,9 @@ export declare const createSellerValidation: z.ZodObject<{
379
471
  royaltyPercentage: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
380
472
  authTokenId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
381
473
  authTokenType: z.ZodEffects<z.ZodNumber, number, number>;
474
+ } & {
475
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
476
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
382
477
  }, z.ZodTypeAny, "passthrough">>;
383
478
  export declare const extendDisputeTimeoutValidationShape: {
384
479
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
@@ -387,31 +482,52 @@ export declare const extendDisputeTimeoutValidationShape: {
387
482
  export declare const extendDisputeTimeoutValidation: z.ZodObject<{
388
483
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
389
484
  newDisputeTimeout: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
485
+ } & {
486
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
487
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
390
488
  }, "strip", z.ZodTypeAny, {
391
489
  exchangeId?: string | number | bigint;
392
490
  newDisputeTimeout?: string | number | bigint;
491
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
492
+ signerAddress?: string;
393
493
  }, {
394
494
  exchangeId?: string | number | bigint;
395
495
  newDisputeTimeout?: string | number | bigint;
496
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
497
+ signerAddress?: string;
396
498
  }>;
397
499
  export declare const expireDisputeValidationShape: {
398
500
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
399
501
  };
400
502
  export declare const expireDisputeValidation: z.ZodObject<{
401
503
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
504
+ } & {
505
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
506
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
402
507
  }, "strip", z.ZodTypeAny, {
403
508
  exchangeId?: string | number | bigint;
509
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
510
+ signerAddress?: string;
404
511
  }, {
405
512
  exchangeId?: string | number | bigint;
513
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
514
+ signerAddress?: string;
406
515
  }>;
407
516
  export declare const expireDisputeBatchValidationShape: {
408
517
  exchangeIds: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>, "many">;
409
518
  };
410
519
  export declare const expireDisputeBatchValidation: z.ZodObject<{
411
520
  exchangeIds: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>, "many">;
521
+ } & {
522
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
523
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
412
524
  }, "strip", z.ZodTypeAny, {
525
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
526
+ signerAddress?: string;
413
527
  exchangeIds?: (string | number | bigint)[];
414
528
  }, {
529
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
530
+ signerAddress?: string;
415
531
  exchangeIds?: (string | number | bigint)[];
416
532
  }>;
417
533
  export declare const resolveDisputeValidationShape: {
@@ -427,17 +543,24 @@ export declare const resolveDisputeValidation: z.ZodObject<{
427
543
  sigR: z.ZodString;
428
544
  sigS: z.ZodString;
429
545
  sigV: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
546
+ } & {
547
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
548
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
430
549
  }, "strip", z.ZodTypeAny, {
431
550
  exchangeId?: string | number | bigint;
432
551
  sigR?: string;
433
552
  sigS?: string;
434
553
  sigV?: string | number | bigint;
554
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
555
+ signerAddress?: string;
435
556
  buyerPercentBasisPoints?: string | number | bigint;
436
557
  }, {
437
558
  exchangeId?: string | number | bigint;
438
559
  sigR?: string;
439
560
  sigS?: string;
440
561
  sigV?: string | number | bigint;
562
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
563
+ signerAddress?: string;
441
564
  buyerPercentBasisPoints?: string | number | bigint;
442
565
  }>;
443
566
  export declare const createDisputeResolutionProposalValidationShape: {
@@ -447,11 +570,18 @@ export declare const createDisputeResolutionProposalValidationShape: {
447
570
  export declare const createDisputeResolutionProposalValidation: z.ZodObject<{
448
571
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
449
572
  buyerPercentBasisPoints: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
573
+ } & {
574
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
575
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
450
576
  }, "strip", z.ZodTypeAny, {
451
577
  exchangeId?: string | number | bigint;
578
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
579
+ signerAddress?: string;
452
580
  buyerPercentBasisPoints?: string | number | bigint;
453
581
  }, {
454
582
  exchangeId?: string | number | bigint;
583
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
584
+ signerAddress?: string;
455
585
  buyerPercentBasisPoints?: string | number | bigint;
456
586
  }>;
457
587
  export declare const getDisputesValidation: z.ZodObject<{
@@ -460,13 +590,20 @@ export declare const getDisputesValidation: z.ZodObject<{
460
590
  disputesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
461
591
  disputesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
462
592
  disputesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
593
+ } & {
594
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
595
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
463
596
  }, "strip", z.ZodTypeAny, {
597
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
598
+ signerAddress?: string;
464
599
  disputesFilter?: Record<string, unknown>;
465
600
  disputesSkip?: number;
466
601
  disputesFirst?: number;
467
602
  disputesOrderBy?: string;
468
603
  disputesOrderDirection?: string;
469
604
  }, {
605
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
606
+ signerAddress?: string;
470
607
  disputesFilter?: Record<string, unknown>;
471
608
  disputesSkip?: number;
472
609
  disputesFirst?: number;
@@ -479,16 +616,45 @@ export declare const getDisputesValidationShape: {
479
616
  disputesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
480
617
  disputesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
481
618
  disputesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
619
+ } & {
620
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
621
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
482
622
  };
623
+ export declare const getDisputesResourceValidation: z.ZodObject<{
624
+ disputesSkip: z.ZodOptional<z.ZodNumber>;
625
+ disputesFirst: z.ZodOptional<z.ZodNumber>;
626
+ disputesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
627
+ disputesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
628
+ disputesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
629
+ }, "strip", z.ZodTypeAny, {
630
+ disputesFilter?: Record<string, unknown>;
631
+ disputesSkip?: number;
632
+ disputesFirst?: number;
633
+ disputesOrderBy?: string;
634
+ disputesOrderDirection?: string;
635
+ }, {
636
+ disputesFilter?: Record<string, unknown>;
637
+ disputesSkip?: number;
638
+ disputesFirst?: number;
639
+ disputesOrderBy?: string;
640
+ disputesOrderDirection?: string;
641
+ }>;
483
642
  export declare const revokeVoucherValidationShape: {
484
643
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
485
644
  };
486
645
  export declare const revokeVoucherValidation: z.ZodObject<{
487
646
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
647
+ } & {
648
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
649
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
488
650
  }, "strip", z.ZodTypeAny, {
489
651
  exchangeId?: string | number | bigint;
652
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
653
+ signerAddress?: string;
490
654
  }, {
491
655
  exchangeId?: string | number | bigint;
656
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
657
+ signerAddress?: string;
492
658
  }>;
493
659
  export declare const commitToOfferValidationShape: {
494
660
  offerId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
@@ -497,42 +663,70 @@ export declare const commitToOfferValidationShape: {
497
663
  export declare const commitToOfferValidation: z.ZodObject<{
498
664
  offerId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
499
665
  buyer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
666
+ } & {
667
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
668
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
500
669
  }, "strip", z.ZodTypeAny, {
501
670
  buyer?: string;
502
671
  offerId?: string | number | bigint;
672
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
673
+ signerAddress?: string;
503
674
  }, {
504
675
  buyer?: string;
505
676
  offerId?: string | number | bigint;
677
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
678
+ signerAddress?: string;
506
679
  }>;
507
680
  export declare const voidOfferValidationShape: {
508
681
  offerId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
509
682
  };
510
683
  export declare const voidOfferValidation: z.ZodObject<{
511
684
  offerId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
685
+ } & {
686
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
687
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
512
688
  }, "strip", z.ZodTypeAny, {
513
689
  offerId?: string | number | bigint;
690
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
691
+ signerAddress?: string;
514
692
  }, {
515
693
  offerId?: string | number | bigint;
694
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
695
+ signerAddress?: string;
516
696
  }>;
517
697
  export declare const cancelVoucherValidationShape: {
518
698
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
519
699
  };
520
700
  export declare const cancelVoucherValidation: z.ZodObject<{
521
701
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
702
+ } & {
703
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
704
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
522
705
  }, "strip", z.ZodTypeAny, {
523
706
  exchangeId?: string | number | bigint;
707
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
708
+ signerAddress?: string;
524
709
  }, {
525
710
  exchangeId?: string | number | bigint;
711
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
712
+ signerAddress?: string;
526
713
  }>;
527
714
  export declare const redeemVoucherValidationShape: {
528
715
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
529
716
  };
530
717
  export declare const redeemVoucherValidation: z.ZodObject<{
531
718
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
719
+ } & {
720
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
721
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
532
722
  }, "strip", z.ZodTypeAny, {
533
723
  exchangeId?: string | number | bigint;
724
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
725
+ signerAddress?: string;
534
726
  }, {
535
727
  exchangeId?: string | number | bigint;
728
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
729
+ signerAddress?: string;
536
730
  }>;
537
731
  export declare const getExchangesValidation: z.ZodObject<{
538
732
  exchangesSkip: z.ZodOptional<z.ZodNumber>;
@@ -540,13 +734,20 @@ export declare const getExchangesValidation: z.ZodObject<{
540
734
  exchangesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
541
735
  exchangesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
542
736
  exchangesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
737
+ } & {
738
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
739
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
543
740
  }, "strip", z.ZodTypeAny, {
741
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
742
+ signerAddress?: string;
544
743
  exchangesFilter?: Record<string, unknown>;
545
744
  exchangesSkip?: number;
546
745
  exchangesFirst?: number;
547
746
  exchangesOrderBy?: string;
548
747
  exchangesOrderDirection?: string;
549
748
  }, {
749
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
750
+ signerAddress?: string;
550
751
  exchangesFilter?: Record<string, unknown>;
551
752
  exchangesSkip?: number;
552
753
  exchangesFirst?: number;
@@ -559,7 +760,29 @@ export declare const getExchangesValidationShape: {
559
760
  exchangesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
560
761
  exchangesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
561
762
  exchangesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
763
+ } & {
764
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
765
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
562
766
  };
767
+ export declare const getExchangesResourceValidation: z.ZodObject<{
768
+ exchangesSkip: z.ZodOptional<z.ZodNumber>;
769
+ exchangesFirst: z.ZodOptional<z.ZodNumber>;
770
+ exchangesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
771
+ exchangesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
772
+ exchangesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
773
+ }, "strip", z.ZodTypeAny, {
774
+ exchangesFilter?: Record<string, unknown>;
775
+ exchangesSkip?: number;
776
+ exchangesFirst?: number;
777
+ exchangesOrderBy?: string;
778
+ exchangesOrderDirection?: string;
779
+ }, {
780
+ exchangesFilter?: Record<string, unknown>;
781
+ exchangesSkip?: number;
782
+ exchangesFirst?: number;
783
+ exchangesOrderBy?: string;
784
+ exchangesOrderDirection?: string;
785
+ }>;
563
786
  export declare const getSellersValidation: z.ZodObject<{
564
787
  sellersSkip: z.ZodOptional<z.ZodNumber>;
565
788
  sellersFirst: z.ZodOptional<z.ZodNumber>;
@@ -570,7 +793,12 @@ export declare const getSellersValidation: z.ZodObject<{
570
793
  includeOffers: z.ZodOptional<z.ZodBoolean>;
571
794
  includeFunds: z.ZodOptional<z.ZodBoolean>;
572
795
  includeLogs: z.ZodOptional<z.ZodBoolean>;
796
+ } & {
797
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
798
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
573
799
  }, "strip", z.ZodTypeAny, {
800
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
801
+ signerAddress?: string;
574
802
  sellersFilter?: Record<string, unknown>;
575
803
  sellersSkip?: number;
576
804
  sellersFirst?: number;
@@ -581,6 +809,8 @@ export declare const getSellersValidation: z.ZodObject<{
581
809
  includeFunds?: boolean;
582
810
  includeLogs?: boolean;
583
811
  }, {
812
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
813
+ signerAddress?: string;
584
814
  sellersFilter?: Record<string, unknown>;
585
815
  sellersSkip?: number;
586
816
  sellersFirst?: number;
@@ -601,7 +831,41 @@ export declare const getSellersValidationShape: {
601
831
  includeOffers: z.ZodOptional<z.ZodBoolean>;
602
832
  includeFunds: z.ZodOptional<z.ZodBoolean>;
603
833
  includeLogs: z.ZodOptional<z.ZodBoolean>;
834
+ } & {
835
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
836
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
604
837
  };
838
+ export declare const getSellersResourceValidation: z.ZodObject<{
839
+ sellersSkip: z.ZodOptional<z.ZodNumber>;
840
+ sellersFirst: z.ZodOptional<z.ZodNumber>;
841
+ sellersOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
842
+ sellersOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
843
+ sellersFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
844
+ includeExchanges: z.ZodOptional<z.ZodBoolean>;
845
+ includeOffers: z.ZodOptional<z.ZodBoolean>;
846
+ includeFunds: z.ZodOptional<z.ZodBoolean>;
847
+ includeLogs: z.ZodOptional<z.ZodBoolean>;
848
+ }, "strip", z.ZodTypeAny, {
849
+ sellersFilter?: Record<string, unknown>;
850
+ sellersSkip?: number;
851
+ sellersFirst?: number;
852
+ sellersOrderBy?: string;
853
+ sellersOrderDirection?: string;
854
+ includeExchanges?: boolean;
855
+ includeOffers?: boolean;
856
+ includeFunds?: boolean;
857
+ includeLogs?: boolean;
858
+ }, {
859
+ sellersFilter?: Record<string, unknown>;
860
+ sellersSkip?: number;
861
+ sellersFirst?: number;
862
+ sellersOrderBy?: string;
863
+ sellersOrderDirection?: string;
864
+ includeExchanges?: boolean;
865
+ includeOffers?: boolean;
866
+ includeFunds?: boolean;
867
+ includeLogs?: boolean;
868
+ }>;
605
869
  export declare const getSellersByAddressValidation: z.ZodObject<{
606
870
  address: z.ZodString;
607
871
  sellersSkip: z.ZodOptional<z.ZodNumber>;
@@ -613,8 +877,13 @@ export declare const getSellersByAddressValidation: z.ZodObject<{
613
877
  includeOffers: z.ZodOptional<z.ZodBoolean>;
614
878
  includeFunds: z.ZodOptional<z.ZodBoolean>;
615
879
  includeLogs: z.ZodOptional<z.ZodBoolean>;
880
+ } & {
881
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
882
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
616
883
  }, "strip", z.ZodTypeAny, {
617
884
  address?: string;
885
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
886
+ signerAddress?: string;
618
887
  sellersFilter?: Record<string, unknown>;
619
888
  sellersSkip?: number;
620
889
  sellersFirst?: number;
@@ -626,6 +895,8 @@ export declare const getSellersByAddressValidation: z.ZodObject<{
626
895
  includeLogs?: boolean;
627
896
  }, {
628
897
  address?: string;
898
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
899
+ signerAddress?: string;
629
900
  sellersFilter?: Record<string, unknown>;
630
901
  sellersSkip?: number;
631
902
  sellersFirst?: number;
@@ -647,20 +918,64 @@ export declare const getSellersByAddressValidationShape: {
647
918
  includeOffers: z.ZodOptional<z.ZodBoolean>;
648
919
  includeFunds: z.ZodOptional<z.ZodBoolean>;
649
920
  includeLogs: z.ZodOptional<z.ZodBoolean>;
921
+ } & {
922
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
923
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
650
924
  };
925
+ export declare const getSellersByAddressResourceValidation: z.ZodObject<{
926
+ address: z.ZodString;
927
+ sellersSkip: z.ZodOptional<z.ZodNumber>;
928
+ sellersFirst: z.ZodOptional<z.ZodNumber>;
929
+ sellersOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
930
+ sellersOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
931
+ sellersFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
932
+ includeExchanges: z.ZodOptional<z.ZodBoolean>;
933
+ includeOffers: z.ZodOptional<z.ZodBoolean>;
934
+ includeFunds: z.ZodOptional<z.ZodBoolean>;
935
+ includeLogs: z.ZodOptional<z.ZodBoolean>;
936
+ }, "strip", z.ZodTypeAny, {
937
+ address?: string;
938
+ sellersFilter?: Record<string, unknown>;
939
+ sellersSkip?: number;
940
+ sellersFirst?: number;
941
+ sellersOrderBy?: string;
942
+ sellersOrderDirection?: string;
943
+ includeExchanges?: boolean;
944
+ includeOffers?: boolean;
945
+ includeFunds?: boolean;
946
+ includeLogs?: boolean;
947
+ }, {
948
+ address?: string;
949
+ sellersFilter?: Record<string, unknown>;
950
+ sellersSkip?: number;
951
+ sellersFirst?: number;
952
+ sellersOrderBy?: string;
953
+ sellersOrderDirection?: string;
954
+ includeExchanges?: boolean;
955
+ includeOffers?: boolean;
956
+ includeFunds?: boolean;
957
+ includeLogs?: boolean;
958
+ }>;
651
959
  export declare const getDisputeResolversValidation: z.ZodObject<{
652
960
  disputeResolversSkip: z.ZodOptional<z.ZodNumber>;
653
961
  disputeResolversFirst: z.ZodOptional<z.ZodNumber>;
654
962
  disputeResolversOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
655
963
  disputeResolversOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
656
964
  disputeResolversFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
965
+ } & {
966
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
967
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
657
968
  }, "strip", z.ZodTypeAny, {
969
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
970
+ signerAddress?: string;
658
971
  disputeResolversFilter?: Record<string, unknown>;
659
972
  disputeResolversSkip?: number;
660
973
  disputeResolversFirst?: number;
661
974
  disputeResolversOrderBy?: string;
662
975
  disputeResolversOrderDirection?: string;
663
976
  }, {
977
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
978
+ signerAddress?: string;
664
979
  disputeResolversFilter?: Record<string, unknown>;
665
980
  disputeResolversSkip?: number;
666
981
  disputeResolversFirst?: number;
@@ -673,7 +988,29 @@ export declare const getDisputeResolversValidationShape: {
673
988
  disputeResolversOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
674
989
  disputeResolversOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
675
990
  disputeResolversFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
991
+ } & {
992
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
993
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
676
994
  };
995
+ export declare const getDisputeResolversResourceValidation: z.ZodObject<{
996
+ disputeResolversSkip: z.ZodOptional<z.ZodNumber>;
997
+ disputeResolversFirst: z.ZodOptional<z.ZodNumber>;
998
+ disputeResolversOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
999
+ disputeResolversOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
1000
+ disputeResolversFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1001
+ }, "strip", z.ZodTypeAny, {
1002
+ disputeResolversFilter?: Record<string, unknown>;
1003
+ disputeResolversSkip?: number;
1004
+ disputeResolversFirst?: number;
1005
+ disputeResolversOrderBy?: string;
1006
+ disputeResolversOrderDirection?: string;
1007
+ }, {
1008
+ disputeResolversFilter?: Record<string, unknown>;
1009
+ disputeResolversSkip?: number;
1010
+ disputeResolversFirst?: number;
1011
+ disputeResolversOrderBy?: string;
1012
+ disputeResolversOrderDirection?: string;
1013
+ }>;
677
1014
  export declare const getOffersValidation: z.ZodObject<{
678
1015
  offersSkip: z.ZodOptional<z.ZodNumber>;
679
1016
  offersFirst: z.ZodOptional<z.ZodNumber>;
@@ -686,7 +1023,12 @@ export declare const getOffersValidation: z.ZodObject<{
686
1023
  exchangesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
687
1024
  exchangesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
688
1025
  exchangesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1026
+ } & {
1027
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
1028
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
689
1029
  }, "strip", z.ZodTypeAny, {
1030
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
1031
+ signerAddress?: string;
690
1032
  exchangesFilter?: Record<string, unknown>;
691
1033
  offersFilter?: Record<string, unknown>;
692
1034
  exchangesSkip?: number;
@@ -699,6 +1041,8 @@ export declare const getOffersValidation: z.ZodObject<{
699
1041
  offersOrderBy?: string;
700
1042
  offersOrderDirection?: string;
701
1043
  }, {
1044
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
1045
+ signerAddress?: string;
702
1046
  exchangesFilter?: Record<string, unknown>;
703
1047
  offersFilter?: Record<string, unknown>;
704
1048
  exchangesSkip?: number;
@@ -723,20 +1067,67 @@ export declare const getOffersValidationShape: {
723
1067
  exchangesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
724
1068
  exchangesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
725
1069
  exchangesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1070
+ } & {
1071
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
1072
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
726
1073
  };
1074
+ export declare const getOffersResourceValidation: z.ZodObject<{
1075
+ offersSkip: z.ZodOptional<z.ZodNumber>;
1076
+ offersFirst: z.ZodOptional<z.ZodNumber>;
1077
+ offersOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
1078
+ offersOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
1079
+ offersFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1080
+ includeExchanges: z.ZodOptional<z.ZodBoolean>;
1081
+ exchangesSkip: z.ZodOptional<z.ZodNumber>;
1082
+ exchangesFirst: z.ZodOptional<z.ZodNumber>;
1083
+ exchangesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
1084
+ exchangesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
1085
+ exchangesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1086
+ }, "strip", z.ZodTypeAny, {
1087
+ exchangesFilter?: Record<string, unknown>;
1088
+ offersFilter?: Record<string, unknown>;
1089
+ exchangesSkip?: number;
1090
+ exchangesFirst?: number;
1091
+ exchangesOrderBy?: string;
1092
+ exchangesOrderDirection?: string;
1093
+ includeExchanges?: boolean;
1094
+ offersSkip?: number;
1095
+ offersFirst?: number;
1096
+ offersOrderBy?: string;
1097
+ offersOrderDirection?: string;
1098
+ }, {
1099
+ exchangesFilter?: Record<string, unknown>;
1100
+ offersFilter?: Record<string, unknown>;
1101
+ exchangesSkip?: number;
1102
+ exchangesFirst?: number;
1103
+ exchangesOrderBy?: string;
1104
+ exchangesOrderDirection?: string;
1105
+ includeExchanges?: boolean;
1106
+ offersSkip?: number;
1107
+ offersFirst?: number;
1108
+ offersOrderBy?: string;
1109
+ offersOrderDirection?: string;
1110
+ }>;
727
1111
  export declare const getAllProductsWithNotVoidedVariantsValidation: z.ZodObject<{
728
1112
  productsSkip: z.ZodOptional<z.ZodNumber>;
729
1113
  productsFirst: z.ZodOptional<z.ZodNumber>;
730
1114
  productsOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
731
1115
  productsOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
732
1116
  productsFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1117
+ } & {
1118
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
1119
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
733
1120
  }, "strip", z.ZodTypeAny, {
1121
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
1122
+ signerAddress?: string;
734
1123
  productsFilter?: Record<string, unknown>;
735
1124
  productsSkip?: number;
736
1125
  productsFirst?: number;
737
1126
  productsOrderBy?: string;
738
1127
  productsOrderDirection?: string;
739
1128
  }, {
1129
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
1130
+ signerAddress?: string;
740
1131
  productsFilter?: Record<string, unknown>;
741
1132
  productsSkip?: number;
742
1133
  productsFirst?: number;
@@ -749,7 +1140,29 @@ export declare const getAllProductsWithNotVoidedVariantsValidationShape: {
749
1140
  productsOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
750
1141
  productsOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
751
1142
  productsFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1143
+ } & {
1144
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
1145
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
752
1146
  };
1147
+ export declare const getAllProductsWithNotVoidedVariantsResourceValidation: z.ZodObject<{
1148
+ productsSkip: z.ZodOptional<z.ZodNumber>;
1149
+ productsFirst: z.ZodOptional<z.ZodNumber>;
1150
+ productsOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
1151
+ productsOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
1152
+ productsFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
1153
+ }, "strip", z.ZodTypeAny, {
1154
+ productsFilter?: Record<string, unknown>;
1155
+ productsSkip?: number;
1156
+ productsFirst?: number;
1157
+ productsOrderBy?: string;
1158
+ productsOrderDirection?: string;
1159
+ }, {
1160
+ productsFilter?: Record<string, unknown>;
1161
+ productsSkip?: number;
1162
+ productsFirst?: number;
1163
+ productsOrderBy?: string;
1164
+ productsOrderDirection?: string;
1165
+ }>;
753
1166
  export declare const renderContractualAgreementValidation: z.ZodObject<{
754
1167
  template: z.ZodString;
755
1168
  offerData: z.ZodObject<{
@@ -853,7 +1266,12 @@ export declare const renderContractualAgreementValidation: z.ZodObject<{
853
1266
  sellerTradingName?: string;
854
1267
  returnPeriodInDays?: number;
855
1268
  }>;
1269
+ } & {
1270
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
1271
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
856
1272
  }, "strip", z.ZodTypeAny, {
1273
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
1274
+ signerAddress?: string;
857
1275
  template?: string;
858
1276
  offerData?: {
859
1277
  agentId?: string | number | bigint;
@@ -889,6 +1307,8 @@ export declare const renderContractualAgreementValidation: z.ZodObject<{
889
1307
  returnPeriodInDays?: number;
890
1308
  };
891
1309
  }, {
1310
+ configId?: "local-31337-0" | "testing-80002-0" | "testing-84532-0" | "testing-11155111-0" | "testing-11155420-0" | "testing-421614-0" | "staging-80002-0" | "staging-84532-0" | "staging-11155111-0" | "staging-11155420-0" | "staging-421614-0" | "production-137-0" | "production-42161-0" | "production-8453-0" | "production-10-0" | "production-1-0";
1311
+ signerAddress?: string;
892
1312
  template?: string;
893
1313
  offerData?: {
894
1314
  agentId?: string | number | bigint;
@@ -925,18 +1345,24 @@ export declare const renderContractualAgreementValidation: z.ZodObject<{
925
1345
  };
926
1346
  }>;
927
1347
  export declare const storeBundleItemProductV1MetadataValidation: z.ZodObject<{
928
- [k: string]: z.ZodTypeAny;
1348
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
1349
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
929
1350
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
930
- [k: string]: z.ZodTypeAny;
1351
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
1352
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
931
1353
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
932
- [k: string]: z.ZodTypeAny;
1354
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
1355
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
933
1356
  }, z.ZodTypeAny, "passthrough">>;
934
1357
  export declare const storeBundleItemNftMetadataValidation: z.ZodObject<{
935
- [k: string]: z.ZodTypeAny;
1358
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
1359
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
936
1360
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
937
- [k: string]: z.ZodTypeAny;
1361
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
1362
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
938
1363
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
939
- [k: string]: z.ZodTypeAny;
1364
+ configId: z.ZodEnum<["local-31337-0", "testing-80002-0", "testing-84532-0", "testing-11155111-0", "testing-11155420-0", "testing-421614-0", "staging-80002-0", "staging-84532-0", "staging-11155111-0", "staging-11155420-0", "staging-421614-0", "production-137-0", "production-42161-0", "production-8453-0", "production-10-0", "production-1-0"]>;
1365
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
940
1366
  }, z.ZodTypeAny, "passthrough">>;
941
1367
  export { signedTransactionValidation, signedTransactionValidationZod, signTransactionValidation, signTransactionValidationZod, } from "../../common/mcp-server/transactionSigning.js";
942
1368
  //# sourceMappingURL=validation.d.ts.map