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

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 +13 -16
  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
@@ -32,6 +32,9 @@ declare const CreateOfferParameters_base: import("@goat-sdk/core").ToolParameter
32
32
  disputeResolverId: z.ZodOptional<z.ZodString>;
33
33
  metadataUri: z.ZodString;
34
34
  metadataHash: z.ZodString;
35
+ } & {
36
+ 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"]>;
37
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
35
38
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
36
39
  exchangeTokenAddress: z.ZodOptional<z.ZodString>;
37
40
  price: z.ZodString;
@@ -49,6 +52,9 @@ declare const CreateOfferParameters_base: import("@goat-sdk/core").ToolParameter
49
52
  disputeResolverId: z.ZodOptional<z.ZodString>;
50
53
  metadataUri: z.ZodString;
51
54
  metadataHash: z.ZodString;
55
+ } & {
56
+ 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"]>;
57
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
52
58
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
53
59
  exchangeTokenAddress: z.ZodOptional<z.ZodString>;
54
60
  price: z.ZodString;
@@ -66,15 +72,25 @@ declare const CreateOfferParameters_base: import("@goat-sdk/core").ToolParameter
66
72
  disputeResolverId: z.ZodOptional<z.ZodString>;
67
73
  metadataUri: z.ZodString;
68
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>;
69
78
  }, z.ZodTypeAny, "passthrough">>>;
70
79
  export declare class CreateOfferParameters extends CreateOfferParameters_base {
71
80
  }
72
81
  declare const VoidOfferParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
73
82
  offerId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
83
+ } & {
84
+ 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"]>;
85
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
74
86
  }, "strip", z.ZodTypeAny, {
75
87
  offerId?: string | number | bigint;
88
+ 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";
89
+ signerAddress?: string;
76
90
  }, {
77
91
  offerId?: string | number | bigint;
92
+ 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";
93
+ signerAddress?: string;
78
94
  }>>;
79
95
  export declare class VoidOfferParameters extends VoidOfferParameters_base {
80
96
  }
@@ -96,6 +112,9 @@ declare const CreateSellerParameters_base: import("@goat-sdk/core").ToolParamete
96
112
  royaltyPercentage: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
97
113
  authTokenId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
98
114
  authTokenType: z.ZodEffects<z.ZodNumber, number, number>;
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
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
100
119
  assistant: z.ZodEffects<z.ZodString, string, string>;
101
120
  admin: z.ZodEffects<z.ZodString, string, string>;
@@ -104,6 +123,9 @@ declare const CreateSellerParameters_base: import("@goat-sdk/core").ToolParamete
104
123
  royaltyPercentage: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
105
124
  authTokenId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
106
125
  authTokenType: z.ZodEffects<z.ZodNumber, number, number>;
126
+ } & {
127
+ 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"]>;
128
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
107
129
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
108
130
  assistant: z.ZodEffects<z.ZodString, string, string>;
109
131
  admin: z.ZodEffects<z.ZodString, string, string>;
@@ -112,6 +134,9 @@ declare const CreateSellerParameters_base: import("@goat-sdk/core").ToolParamete
112
134
  royaltyPercentage: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
113
135
  authTokenId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
114
136
  authTokenType: z.ZodEffects<z.ZodNumber, number, number>;
137
+ } & {
138
+ 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"]>;
139
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
115
140
  }, z.ZodTypeAny, "passthrough">>>;
116
141
  export declare class CreateSellerParameters extends CreateSellerParameters_base {
117
142
  assistant: CreateSellerParametersType["assistant"];
@@ -145,14 +170,21 @@ declare const WithdrawFundsParameters_base: import("@goat-sdk/core").ToolParamet
145
170
  tokenAddress?: string;
146
171
  amount?: string | number | bigint;
147
172
  }>, "many">;
173
+ } & {
174
+ 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"]>;
175
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
148
176
  }, "strip", z.ZodTypeAny, {
149
177
  entityId?: string | number | bigint;
178
+ 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";
179
+ signerAddress?: string;
150
180
  list?: {
151
181
  tokenAddress?: string;
152
182
  amount?: string | number | bigint;
153
183
  }[];
154
184
  }, {
155
185
  entityId?: string | number | bigint;
186
+ 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";
187
+ signerAddress?: string;
156
188
  list?: {
157
189
  tokenAddress?: string;
158
190
  amount?: string | number | bigint;
@@ -164,82 +196,138 @@ declare const DepositFundsParameters_base: import("@goat-sdk/core").ToolParamete
164
196
  entityId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
165
197
  tokenAddress: z.ZodEffects<z.ZodString, string, string>;
166
198
  amount: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
199
+ } & {
200
+ 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"]>;
201
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
167
202
  }, "strip", z.ZodTypeAny, {
168
203
  tokenAddress?: string;
169
204
  entityId?: string | number | bigint;
170
205
  amount?: string | number | bigint;
206
+ 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";
207
+ signerAddress?: string;
171
208
  }, {
172
209
  tokenAddress?: string;
173
210
  entityId?: string | number | bigint;
174
211
  amount?: string | number | bigint;
212
+ 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";
213
+ signerAddress?: string;
175
214
  }>>;
176
215
  export declare class DepositFundsParameters extends DepositFundsParameters_base {
177
216
  }
178
217
  declare const CommitToOfferParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
179
218
  offerId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
180
219
  buyer: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
220
+ } & {
221
+ 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"]>;
222
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
181
223
  }, "strip", z.ZodTypeAny, {
182
224
  buyer?: string;
183
225
  offerId?: string | number | bigint;
226
+ 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";
227
+ signerAddress?: string;
184
228
  }, {
185
229
  buyer?: string;
186
230
  offerId?: string | number | bigint;
231
+ 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";
232
+ signerAddress?: string;
187
233
  }>>;
188
234
  export declare class CommitToOfferParameters extends CommitToOfferParameters_base {
189
235
  }
190
236
  declare const CancelVoucherParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
191
237
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
238
+ } & {
239
+ 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"]>;
240
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
192
241
  }, "strip", z.ZodTypeAny, {
193
242
  exchangeId?: string | number | bigint;
243
+ 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";
244
+ signerAddress?: string;
194
245
  }, {
195
246
  exchangeId?: string | number | bigint;
247
+ 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";
248
+ signerAddress?: string;
196
249
  }>>;
197
250
  export declare class CancelVoucherParameters extends CancelVoucherParameters_base {
198
251
  }
199
252
  declare const RedeemVoucherParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
200
253
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
254
+ } & {
255
+ 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"]>;
256
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
201
257
  }, "strip", z.ZodTypeAny, {
202
258
  exchangeId?: string | number | bigint;
259
+ 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";
260
+ signerAddress?: string;
203
261
  }, {
204
262
  exchangeId?: string | number | bigint;
263
+ 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";
264
+ signerAddress?: string;
205
265
  }>>;
206
266
  export declare class RedeemVoucherParameters extends RedeemVoucherParameters_base {
207
267
  }
208
268
  declare const RevokeVoucherParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
209
269
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
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>;
210
273
  }, "strip", z.ZodTypeAny, {
211
274
  exchangeId?: string | number | bigint;
275
+ 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";
276
+ signerAddress?: string;
212
277
  }, {
213
278
  exchangeId?: string | number | bigint;
279
+ 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";
280
+ signerAddress?: string;
214
281
  }>>;
215
282
  export declare class RevokeVoucherParameters extends RevokeVoucherParameters_base {
216
283
  }
217
284
  declare const ExtendDisputeTimeoutParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
218
285
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
219
286
  newDisputeTimeout: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
287
+ } & {
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>;
220
290
  }, "strip", z.ZodTypeAny, {
221
291
  exchangeId?: string | number | bigint;
222
292
  newDisputeTimeout?: string | number | bigint;
293
+ 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";
294
+ signerAddress?: string;
223
295
  }, {
224
296
  exchangeId?: string | number | bigint;
225
297
  newDisputeTimeout?: string | number | bigint;
298
+ 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";
299
+ signerAddress?: string;
226
300
  }>>;
227
301
  export declare class ExtendDisputeTimeoutParameters extends ExtendDisputeTimeoutParameters_base {
228
302
  }
229
303
  declare const ExpireDisputeParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
230
304
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
305
+ } & {
306
+ 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"]>;
307
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
231
308
  }, "strip", z.ZodTypeAny, {
232
309
  exchangeId?: string | number | bigint;
310
+ 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";
311
+ signerAddress?: string;
233
312
  }, {
234
313
  exchangeId?: string | number | bigint;
314
+ 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";
315
+ signerAddress?: string;
235
316
  }>>;
236
317
  export declare class ExpireDisputeParameters extends ExpireDisputeParameters_base {
237
318
  }
238
319
  declare const ExpireDisputeBatchParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
239
320
  exchangeIds: z.ZodArray<z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>, "many">;
321
+ } & {
322
+ 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"]>;
323
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
240
324
  }, "strip", z.ZodTypeAny, {
325
+ 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";
326
+ signerAddress?: string;
241
327
  exchangeIds?: (string | number | bigint)[];
242
328
  }, {
329
+ 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";
330
+ signerAddress?: string;
243
331
  exchangeIds?: (string | number | bigint)[];
244
332
  }>>;
245
333
  export declare class ExpireDisputeBatchParameters extends ExpireDisputeBatchParameters_base {
@@ -250,17 +338,24 @@ declare const ResolveDisputeParameters_base: import("@goat-sdk/core").ToolParame
250
338
  sigR: z.ZodString;
251
339
  sigS: z.ZodString;
252
340
  sigV: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
341
+ } & {
342
+ 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"]>;
343
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
253
344
  }, "strip", z.ZodTypeAny, {
254
345
  exchangeId?: string | number | bigint;
255
346
  sigR?: string;
256
347
  sigS?: string;
257
348
  sigV?: string | number | bigint;
349
+ 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";
350
+ signerAddress?: string;
258
351
  buyerPercentBasisPoints?: string | number | bigint;
259
352
  }, {
260
353
  exchangeId?: string | number | bigint;
261
354
  sigR?: string;
262
355
  sigS?: string;
263
356
  sigV?: string | number | bigint;
357
+ 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";
358
+ signerAddress?: string;
264
359
  buyerPercentBasisPoints?: string | number | bigint;
265
360
  }>>;
266
361
  export declare class ResolveDisputeParameters extends ResolveDisputeParameters_base {
@@ -268,11 +363,18 @@ export declare class ResolveDisputeParameters extends ResolveDisputeParameters_b
268
363
  declare const CreateDisputeResolutionProposalParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
269
364
  exchangeId: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
270
365
  buyerPercentBasisPoints: z.ZodEffects<z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodBigInt]>, z.ZodNumber]>, string | number | bigint, string | number | bigint>;
366
+ } & {
367
+ 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"]>;
368
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
271
369
  }, "strip", z.ZodTypeAny, {
272
370
  exchangeId?: string | number | bigint;
371
+ 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";
372
+ signerAddress?: string;
273
373
  buyerPercentBasisPoints?: string | number | bigint;
274
374
  }, {
275
375
  exchangeId?: string | number | bigint;
376
+ 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";
377
+ signerAddress?: string;
276
378
  buyerPercentBasisPoints?: string | number | bigint;
277
379
  }>>;
278
380
  export declare class CreateDisputeResolutionProposalParameters extends CreateDisputeResolutionProposalParameters_base {
@@ -283,13 +385,20 @@ declare const GetFundsParameters_base: import("@goat-sdk/core").ToolParametersSt
283
385
  fundsOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
284
386
  fundsOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
285
387
  fundsFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
388
+ } & {
389
+ 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"]>;
390
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
286
391
  }, "strip", z.ZodTypeAny, {
392
+ 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";
393
+ signerAddress?: string;
287
394
  fundsFilter?: Record<string, unknown>;
288
395
  fundsSkip?: number;
289
396
  fundsFirst?: number;
290
397
  fundsOrderBy?: string;
291
398
  fundsOrderDirection?: string;
292
399
  }, {
400
+ 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";
401
+ signerAddress?: string;
293
402
  fundsFilter?: Record<string, unknown>;
294
403
  fundsSkip?: number;
295
404
  fundsFirst?: number;
@@ -310,7 +419,12 @@ declare const GetOffersParameters_base: import("@goat-sdk/core").ToolParametersS
310
419
  exchangesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
311
420
  exchangesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
312
421
  exchangesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
422
+ } & {
423
+ 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"]>;
424
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
313
425
  }, "strip", z.ZodTypeAny, {
426
+ 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";
427
+ signerAddress?: string;
314
428
  exchangesFilter?: Record<string, unknown>;
315
429
  offersFilter?: Record<string, unknown>;
316
430
  exchangesSkip?: number;
@@ -323,6 +437,8 @@ declare const GetOffersParameters_base: import("@goat-sdk/core").ToolParametersS
323
437
  offersOrderBy?: string;
324
438
  offersOrderDirection?: string;
325
439
  }, {
440
+ 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";
441
+ signerAddress?: string;
326
442
  exchangesFilter?: Record<string, unknown>;
327
443
  offersFilter?: Record<string, unknown>;
328
444
  exchangesSkip?: number;
@@ -343,13 +459,20 @@ declare const GetExchangesParameters_base: import("@goat-sdk/core").ToolParamete
343
459
  exchangesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
344
460
  exchangesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
345
461
  exchangesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
462
+ } & {
463
+ 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"]>;
464
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
346
465
  }, "strip", z.ZodTypeAny, {
466
+ 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";
467
+ signerAddress?: string;
347
468
  exchangesFilter?: Record<string, unknown>;
348
469
  exchangesSkip?: number;
349
470
  exchangesFirst?: number;
350
471
  exchangesOrderBy?: string;
351
472
  exchangesOrderDirection?: string;
352
473
  }, {
474
+ 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";
475
+ signerAddress?: string;
353
476
  exchangesFilter?: Record<string, unknown>;
354
477
  exchangesSkip?: number;
355
478
  exchangesFirst?: number;
@@ -368,7 +491,12 @@ declare const GetSellersParameters_base: import("@goat-sdk/core").ToolParameters
368
491
  includeOffers: z.ZodOptional<z.ZodBoolean>;
369
492
  includeFunds: z.ZodOptional<z.ZodBoolean>;
370
493
  includeLogs: z.ZodOptional<z.ZodBoolean>;
494
+ } & {
495
+ 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"]>;
496
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
371
497
  }, "strip", z.ZodTypeAny, {
498
+ 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";
499
+ signerAddress?: string;
372
500
  sellersFilter?: Record<string, unknown>;
373
501
  sellersSkip?: number;
374
502
  sellersFirst?: number;
@@ -379,6 +507,8 @@ declare const GetSellersParameters_base: import("@goat-sdk/core").ToolParameters
379
507
  includeFunds?: boolean;
380
508
  includeLogs?: boolean;
381
509
  }, {
510
+ 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";
511
+ signerAddress?: string;
382
512
  sellersFilter?: Record<string, unknown>;
383
513
  sellersSkip?: number;
384
514
  sellersFirst?: number;
@@ -402,8 +532,13 @@ declare const GetSellersByAddressParameters_base: import("@goat-sdk/core").ToolP
402
532
  includeOffers: z.ZodOptional<z.ZodBoolean>;
403
533
  includeFunds: z.ZodOptional<z.ZodBoolean>;
404
534
  includeLogs: z.ZodOptional<z.ZodBoolean>;
535
+ } & {
536
+ 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"]>;
537
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
405
538
  }, "strip", z.ZodTypeAny, {
406
539
  address?: string;
540
+ 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";
541
+ signerAddress?: string;
407
542
  sellersFilter?: Record<string, unknown>;
408
543
  sellersSkip?: number;
409
544
  sellersFirst?: number;
@@ -415,6 +550,8 @@ declare const GetSellersByAddressParameters_base: import("@goat-sdk/core").ToolP
415
550
  includeLogs?: boolean;
416
551
  }, {
417
552
  address?: string;
553
+ 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";
554
+ signerAddress?: string;
418
555
  sellersFilter?: Record<string, unknown>;
419
556
  sellersSkip?: number;
420
557
  sellersFirst?: number;
@@ -433,13 +570,20 @@ declare const GetDisputesParameters_base: import("@goat-sdk/core").ToolParameter
433
570
  disputesOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
434
571
  disputesOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
435
572
  disputesFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
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>;
436
576
  }, "strip", z.ZodTypeAny, {
577
+ 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";
578
+ signerAddress?: string;
437
579
  disputesFilter?: Record<string, unknown>;
438
580
  disputesSkip?: number;
439
581
  disputesFirst?: number;
440
582
  disputesOrderBy?: string;
441
583
  disputesOrderDirection?: string;
442
584
  }, {
585
+ 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";
586
+ signerAddress?: string;
443
587
  disputesFilter?: Record<string, unknown>;
444
588
  disputesSkip?: number;
445
589
  disputesFirst?: number;
@@ -454,13 +598,20 @@ declare const GetDisputeResolversParameters_base: import("@goat-sdk/core").ToolP
454
598
  disputeResolversOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
455
599
  disputeResolversOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
456
600
  disputeResolversFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
601
+ } & {
602
+ 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"]>;
603
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
457
604
  }, "strip", z.ZodTypeAny, {
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;
458
607
  disputeResolversFilter?: Record<string, unknown>;
459
608
  disputeResolversSkip?: number;
460
609
  disputeResolversFirst?: number;
461
610
  disputeResolversOrderBy?: string;
462
611
  disputeResolversOrderDirection?: string;
463
612
  }, {
613
+ 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";
614
+ signerAddress?: string;
464
615
  disputeResolversFilter?: Record<string, unknown>;
465
616
  disputeResolversSkip?: number;
466
617
  disputeResolversFirst?: number;
@@ -475,13 +626,20 @@ declare const GetAllProductsWithNotVoidedVariantsParameters_base: import("@goat-
475
626
  productsOrderBy: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
476
627
  productsOrderDirection: z.ZodOptional<z.ZodEnum<[string, ...string[]]>>;
477
628
  productsFilter: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
629
+ } & {
630
+ 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"]>;
631
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
478
632
  }, "strip", z.ZodTypeAny, {
633
+ 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";
634
+ signerAddress?: string;
479
635
  productsFilter?: Record<string, unknown>;
480
636
  productsSkip?: number;
481
637
  productsFirst?: number;
482
638
  productsOrderBy?: string;
483
639
  productsOrderDirection?: string;
484
640
  }, {
641
+ 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";
642
+ signerAddress?: string;
485
643
  productsFilter?: Record<string, unknown>;
486
644
  productsSkip?: number;
487
645
  productsFirst?: number;
@@ -593,7 +751,12 @@ declare const RenderContractualAgreementParameters_base: import("@goat-sdk/core"
593
751
  sellerTradingName?: string;
594
752
  returnPeriodInDays?: number;
595
753
  }>;
754
+ } & {
755
+ 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"]>;
756
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
596
757
  }, "strip", z.ZodTypeAny, {
758
+ 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";
759
+ signerAddress?: string;
597
760
  template?: string;
598
761
  offerData?: {
599
762
  agentId?: string | number | bigint;
@@ -629,6 +792,8 @@ declare const RenderContractualAgreementParameters_base: import("@goat-sdk/core"
629
792
  returnPeriodInDays?: number;
630
793
  };
631
794
  }, {
795
+ 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";
796
+ signerAddress?: string;
632
797
  template?: string;
633
798
  offerData?: {
634
799
  agentId?: string | number | bigint;
@@ -721,24 +886,39 @@ declare const StoreBundleItemProductV1MetadataParameters_base: import("@goat-sdk
721
886
  export declare class StoreBundleItemProductV1MetadataParameters extends StoreBundleItemProductV1MetadataParameters_base {
722
887
  }
723
888
  declare const StoreBundleItemNftMetadataParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
724
- [k: string]: z.ZodTypeAny;
889
+ 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"]>;
890
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
725
891
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
726
- [k: string]: z.ZodTypeAny;
892
+ 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"]>;
893
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
727
894
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
728
- [k: string]: z.ZodTypeAny;
895
+ 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"]>;
896
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
729
897
  }, z.ZodTypeAny, "passthrough">>>;
730
898
  export declare class StoreBundleItemNftMetadataParameters extends StoreBundleItemNftMetadataParameters_base {
731
899
  }
732
900
  declare const StoreBundleMetadataParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
733
- [k: string]: z.ZodTypeAny;
901
+ 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"]>;
902
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
734
903
  }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
735
- [k: string]: z.ZodTypeAny;
904
+ 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"]>;
905
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
736
906
  }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
737
- [k: string]: z.ZodTypeAny;
907
+ 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"]>;
908
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
738
909
  }, z.ZodTypeAny, "passthrough">>>;
739
910
  export declare class StoreBundleMetadataParameters extends StoreBundleMetadataParameters_base {
740
911
  }
741
- declare const StoreCustomMetadataParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>>;
912
+ declare const StoreCustomMetadataParameters_base: import("@goat-sdk/core").ToolParametersStatic<z.ZodObject<{
913
+ 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"]>;
914
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
915
+ }, "passthrough", z.ZodTypeAny, z.objectOutputType<{
916
+ 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"]>;
917
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
918
+ }, z.ZodTypeAny, "passthrough">, z.objectInputType<{
919
+ 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"]>;
920
+ signerAddress: z.ZodEffects<z.ZodString, string, string>;
921
+ }, z.ZodTypeAny, "passthrough">>>;
742
922
  export declare class StoreCustomMetadataParameters extends StoreCustomMetadataParameters_base {
743
923
  }
744
924
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/boson/goat-sdk-plugin/parameters.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/boson/goat-sdk-plugin/parameters.ts"],"names":[],"mappings":"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"}
@@ -4622,41 +4622,6 @@ export declare class BosonMCPClient extends BaseMCPClient {
4622
4622
  blob: import("zod").ZodString;
4623
4623
  }>, import("zod").ZodTypeAny, "passthrough">>]>, "many">;
4624
4624
  }, z.ZodTypeAny, "passthrough">>;
4625
- readSignerAddress(): Promise<z.objectOutputType<{
4626
- _meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
4627
- } & {
4628
- contents: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<import("zod").objectUtil.extendShape<{
4629
- uri: import("zod").ZodString;
4630
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
4631
- }, {
4632
- text: import("zod").ZodString;
4633
- }>, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<import("zod").objectUtil.extendShape<{
4634
- uri: import("zod").ZodString;
4635
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
4636
- }, {
4637
- text: import("zod").ZodString;
4638
- }>, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<import("zod").objectUtil.extendShape<{
4639
- uri: import("zod").ZodString;
4640
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
4641
- }, {
4642
- text: import("zod").ZodString;
4643
- }>, import("zod").ZodTypeAny, "passthrough">>, import("zod").ZodObject<import("zod").objectUtil.extendShape<{
4644
- uri: import("zod").ZodString;
4645
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
4646
- }, {
4647
- blob: import("zod").ZodString;
4648
- }>, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<import("zod").objectUtil.extendShape<{
4649
- uri: import("zod").ZodString;
4650
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
4651
- }, {
4652
- blob: import("zod").ZodString;
4653
- }>, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<import("zod").objectUtil.extendShape<{
4654
- uri: import("zod").ZodString;
4655
- mimeType: import("zod").ZodOptional<import("zod").ZodString>;
4656
- }, {
4657
- blob: import("zod").ZodString;
4658
- }>, import("zod").ZodTypeAny, "passthrough">>]>, "many">;
4659
- }, z.ZodTypeAny, "passthrough">>;
4660
4625
  readDisputes(params?: DisputesResourceParams): Promise<z.objectOutputType<{
4661
4626
  _meta: import("zod").ZodOptional<import("zod").ZodObject<{}, "passthrough", import("zod").ZodTypeAny, import("zod").objectOutputType<{}, import("zod").ZodTypeAny, "passthrough">, import("zod").objectInputType<{}, import("zod").ZodTypeAny, "passthrough">>>;
4662
4627
  } & {