@openrouter/sdk 0.0.1-beta.6 → 0.0.1-beta.7

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 (251) hide show
  1. package/jsr.json +1 -1
  2. package/lib/base64.d.ts +3 -3
  3. package/lib/base64.js +1 -1
  4. package/lib/config.d.ts +3 -3
  5. package/lib/config.js +3 -3
  6. package/lib/env.d.ts +2 -2
  7. package/lib/env.js +1 -1
  8. package/lib/schemas.d.ts +6 -4
  9. package/lib/schemas.js +1 -1
  10. package/models/activityitem.d.ts +5 -5
  11. package/models/activityitem.js +3 -2
  12. package/models/assistantmessage.d.ts +9 -9
  13. package/models/assistantmessage.js +1 -1
  14. package/models/chatcompletionfinishreason.d.ts +5 -5
  15. package/models/chatcompletionfinishreason.js +3 -3
  16. package/models/chaterror.d.ts +9 -9
  17. package/models/chaterror.js +9 -4
  18. package/models/chatgenerationparams.d.ts +33 -33
  19. package/models/chatgenerationparams.js +7 -7
  20. package/models/chatgenerationtokenusage.d.ts +13 -13
  21. package/models/chatgenerationtokenusage.js +1 -1
  22. package/models/chatmessagecontentitem.d.ts +5 -5
  23. package/models/chatmessagecontentitem.js +1 -1
  24. package/models/chatmessagecontentitemaudio.d.ts +13 -13
  25. package/models/chatmessagecontentitemaudio.js +5 -4
  26. package/models/chatmessagecontentitemimage.d.ts +13 -13
  27. package/models/chatmessagecontentitemimage.js +5 -4
  28. package/models/chatmessagecontentitemtext.d.ts +5 -5
  29. package/models/chatmessagecontentitemtext.js +1 -1
  30. package/models/chatmessagetokenlogprob.d.ts +9 -9
  31. package/models/chatmessagetokenlogprob.js +1 -1
  32. package/models/chatmessagetokenlogprobs.d.ts +5 -5
  33. package/models/chatmessagetokenlogprobs.js +1 -1
  34. package/models/chatmessagetoolcall.d.ts +9 -9
  35. package/models/chatmessagetoolcall.js +1 -1
  36. package/models/chatresponse.d.ts +5 -5
  37. package/models/chatresponse.js +3 -2
  38. package/models/chatresponsechoice.d.ts +5 -5
  39. package/models/chatresponsechoice.js +1 -1
  40. package/models/chatstreamingchoice.d.ts +5 -5
  41. package/models/chatstreamingchoice.js +1 -1
  42. package/models/chatstreamingmessagechunk.d.ts +9 -9
  43. package/models/chatstreamingmessagechunk.js +2 -2
  44. package/models/chatstreamingmessagetoolcall.d.ts +9 -9
  45. package/models/chatstreamingmessagetoolcall.js +1 -1
  46. package/models/chatstreamingresponsechunk.d.ts +13 -13
  47. package/models/chatstreamingresponsechunk.js +3 -5
  48. package/models/chatstreamoptions.d.ts +5 -5
  49. package/models/chatstreamoptions.js +1 -1
  50. package/models/completionchoice.d.ts +9 -9
  51. package/models/completionchoice.js +3 -3
  52. package/models/completioncreateparams.d.ts +33 -33
  53. package/models/completioncreateparams.js +10 -9
  54. package/models/completionlogprobs.d.ts +5 -5
  55. package/models/completionlogprobs.js +3 -3
  56. package/models/completionresponse.d.ts +5 -5
  57. package/models/completionresponse.js +1 -1
  58. package/models/completionusage.d.ts +5 -5
  59. package/models/completionusage.js +1 -1
  60. package/models/createchargerequest.d.ts +5 -5
  61. package/models/createchargerequest.js +1 -1
  62. package/models/errorresponse.d.ts +13 -13
  63. package/models/errorresponse.js +7 -6
  64. package/models/errors/chaterror.d.ts +5 -5
  65. package/models/errors/chaterror.js +4 -4
  66. package/models/errors/errorresponse.d.ts +5 -5
  67. package/models/errors/errorresponse.js +6 -5
  68. package/models/errors/listproviders.d.ts +5 -5
  69. package/models/errors/listproviders.js +4 -4
  70. package/models/errors/responsevalidationerror.js +1 -1
  71. package/models/errors/sdkvalidationerror.d.ts +2 -2
  72. package/models/errors/sdkvalidationerror.js +3 -50
  73. package/models/filecitationannotation.d.ts +9 -9
  74. package/models/filecitationannotation.js +2 -2
  75. package/models/filepathannotation.d.ts +9 -9
  76. package/models/filepathannotation.js +2 -2
  77. package/models/imagegenerationstatus.d.ts +5 -5
  78. package/models/imagegenerationstatus.js +3 -3
  79. package/models/jsonschemaconfig.d.ts +5 -5
  80. package/models/jsonschemaconfig.js +3 -3
  81. package/models/listendpointsresponse.d.ts +5 -5
  82. package/models/listendpointsresponse.js +1 -1
  83. package/models/message.d.ts +13 -13
  84. package/models/message.js +3 -2
  85. package/models/modelscountresponse.d.ts +5 -5
  86. package/models/modelscountresponse.js +1 -1
  87. package/models/modelslistresponse.d.ts +5 -5
  88. package/models/modelslistresponse.js +1 -1
  89. package/models/namedtoolchoice.d.ts +9 -9
  90. package/models/namedtoolchoice.js +1 -1
  91. package/models/openresponseseasyinputmessage.d.ts +33 -33
  92. package/models/openresponseseasyinputmessage.js +6 -9
  93. package/models/openresponsesformatjsonobject.d.ts +9 -9
  94. package/models/openresponsesformatjsonobject.js +2 -2
  95. package/models/openresponsesformatjsonschema.d.ts +9 -9
  96. package/models/openresponsesformatjsonschema.js +4 -4
  97. package/models/openresponsesformattext.d.ts +9 -9
  98. package/models/openresponsesformattext.js +2 -2
  99. package/models/openresponsesformattextconfig.d.ts +5 -5
  100. package/models/openresponsesformattextconfig.js +1 -1
  101. package/models/openresponsesfunctioncalloutput.d.ts +9 -9
  102. package/models/openresponsesfunctioncalloutput.js +2 -2
  103. package/models/openresponsesfunctiontoolcall.d.ts +9 -9
  104. package/models/openresponsesfunctiontoolcall.js +2 -2
  105. package/models/openresponsesinput.d.ts +5 -5
  106. package/models/openresponsesinput.js +1 -1
  107. package/models/openresponsesinputcontent.d.ts +5 -5
  108. package/models/openresponsesinputcontent.js +1 -1
  109. package/models/openresponsesinputfile.d.ts +9 -9
  110. package/models/openresponsesinputfile.js +2 -2
  111. package/models/openresponsesinputimage.d.ts +13 -13
  112. package/models/openresponsesinputimage.js +4 -4
  113. package/models/openresponsesinputitem.d.ts +5 -5
  114. package/models/openresponsesinputitem.js +1 -1
  115. package/models/openresponsesinputmessageitem.d.ts +25 -25
  116. package/models/openresponsesinputmessageitem.js +5 -7
  117. package/models/openresponsesinputtext.d.ts +9 -9
  118. package/models/openresponsesinputtext.js +2 -2
  119. package/models/openresponseslogprobs.d.ts +9 -9
  120. package/models/openresponseslogprobs.js +1 -1
  121. package/models/openresponsesnonstreamingresponse.d.ts +29 -29
  122. package/models/openresponsesnonstreamingresponse.js +17 -17
  123. package/models/openresponsesoutputtext.d.ts +13 -13
  124. package/models/openresponsesoutputtext.js +2 -2
  125. package/models/openresponsesprompt.d.ts +5 -5
  126. package/models/openresponsesprompt.js +3 -5
  127. package/models/openresponsesreasoning.d.ts +13 -13
  128. package/models/openresponsesreasoning.js +4 -4
  129. package/models/openresponsesreasoningconfig.d.ts +9 -9
  130. package/models/openresponsesreasoningconfig.js +3 -3
  131. package/models/openresponsesrefusalcontent.d.ts +9 -9
  132. package/models/openresponsesrefusalcontent.js +2 -2
  133. package/models/openresponsesrequest.d.ts +5 -5
  134. package/models/openresponsesrequest.js +1 -1
  135. package/models/openresponsesstreamevent.d.ts +233 -233
  136. package/models/openresponsesstreamevent.js +42 -43
  137. package/models/openresponsestextconfig.d.ts +9 -9
  138. package/models/openresponsestextconfig.js +5 -4
  139. package/models/openresponsestoolchoice.d.ts +25 -25
  140. package/models/openresponsestoolchoice.js +5 -5
  141. package/models/openresponsestoolunion.d.ts +13 -13
  142. package/models/openresponsestoolunion.js +4 -4
  143. package/models/openresponseswebsearch20250826tool.d.ts +13 -13
  144. package/models/openresponseswebsearch20250826tool.js +2 -2
  145. package/models/openresponseswebsearchpreview20250311tool.d.ts +9 -9
  146. package/models/openresponseswebsearchpreview20250311tool.js +2 -3
  147. package/models/openresponseswebsearchpreviewtool.d.ts +9 -9
  148. package/models/openresponseswebsearchpreviewtool.js +2 -2
  149. package/models/openresponseswebsearchtool.d.ts +13 -13
  150. package/models/openresponseswebsearchtool.js +2 -2
  151. package/models/operations/createapialpharesponses.d.ts +9 -9
  152. package/models/operations/createapialpharesponses.js +2 -3
  153. package/models/operations/createcoinbasecharge.d.ts +29 -29
  154. package/models/operations/createcoinbasecharge.js +7 -4
  155. package/models/operations/createkeys.d.ts +17 -17
  156. package/models/operations/createkeys.js +3 -3
  157. package/models/operations/deletekeys.d.ts +9 -9
  158. package/models/operations/deletekeys.js +1 -1
  159. package/models/operations/getcredits.d.ts +5 -5
  160. package/models/operations/getcredits.js +1 -1
  161. package/models/operations/getcurrentkey.d.ts +13 -13
  162. package/models/operations/getcurrentkey.js +1 -1
  163. package/models/operations/getgeneration.d.ts +17 -17
  164. package/models/operations/getgeneration.js +3 -3
  165. package/models/operations/getkey.d.ts +13 -13
  166. package/models/operations/getkey.js +5 -3
  167. package/models/operations/getmodels.d.ts +9 -9
  168. package/models/operations/getmodels.js +1 -1
  169. package/models/operations/getparameters.d.ts +25 -25
  170. package/models/operations/getparameters.js +5 -5
  171. package/models/operations/getuseractivity.d.ts +9 -9
  172. package/models/operations/getuseractivity.js +1 -1
  173. package/models/operations/list.d.ts +13 -13
  174. package/models/operations/list.js +7 -4
  175. package/models/operations/listendpoints.d.ts +9 -9
  176. package/models/operations/listendpoints.js +1 -1
  177. package/models/operations/listendpointszdr.d.ts +9 -9
  178. package/models/operations/listendpointszdr.js +1 -1
  179. package/models/operations/listmodelscount.d.ts +5 -5
  180. package/models/operations/listmodelscount.js +1 -1
  181. package/models/operations/listmodelsuser.d.ts +9 -9
  182. package/models/operations/listmodelsuser.js +1 -1
  183. package/models/operations/listproviders.d.ts +13 -13
  184. package/models/operations/listproviders.js +4 -4
  185. package/models/operations/sendchatcompletionrequest.d.ts +5 -5
  186. package/models/operations/sendchatcompletionrequest.js +2 -3
  187. package/models/operations/updatekeys.d.ts +21 -21
  188. package/models/operations/updatekeys.js +3 -3
  189. package/models/outputtextcontent.d.ts +13 -13
  190. package/models/outputtextcontent.js +2 -2
  191. package/models/publicendpoint.d.ts +5 -5
  192. package/models/publicendpoint.js +1 -1
  193. package/models/reasoningsummarytext.d.ts +9 -9
  194. package/models/reasoningsummarytext.js +2 -2
  195. package/models/reasoningsummaryverbosity.d.ts +5 -5
  196. package/models/reasoningsummaryverbosity.js +3 -3
  197. package/models/reasoningtextcontent.d.ts +9 -9
  198. package/models/reasoningtextcontent.js +2 -2
  199. package/models/refusalcontent.d.ts +9 -9
  200. package/models/refusalcontent.js +2 -2
  201. package/models/responseformatjsonschema.d.ts +5 -5
  202. package/models/responseformatjsonschema.js +1 -1
  203. package/models/responseformattextgrammar.d.ts +5 -5
  204. package/models/responseformattextgrammar.js +1 -1
  205. package/models/responseserrorfield.d.ts +9 -9
  206. package/models/responseserrorfield.js +3 -3
  207. package/models/responsesimagegenerationcall.d.ts +9 -9
  208. package/models/responsesimagegenerationcall.js +2 -2
  209. package/models/responsesoutputitem.d.ts +5 -5
  210. package/models/responsesoutputitem.js +1 -1
  211. package/models/responsesoutputitemfilesearchcall.d.ts +9 -9
  212. package/models/responsesoutputitemfilesearchcall.js +2 -2
  213. package/models/responsesoutputitemfunctioncall.d.ts +9 -9
  214. package/models/responsesoutputitemfunctioncall.js +2 -2
  215. package/models/responsesoutputitemreasoning.d.ts +9 -9
  216. package/models/responsesoutputitemreasoning.js +2 -2
  217. package/models/responsesoutputmessage.d.ts +33 -33
  218. package/models/responsesoutputmessage.js +9 -9
  219. package/models/responsessearchcontextsize.d.ts +5 -5
  220. package/models/responsessearchcontextsize.js +3 -3
  221. package/models/responsesusage.d.ts +17 -17
  222. package/models/responsesusage.js +3 -2
  223. package/models/responseswebsearchcalloutput.d.ts +9 -9
  224. package/models/responseswebsearchcalloutput.js +2 -2
  225. package/models/responseswebsearchuserlocation.d.ts +9 -9
  226. package/models/responseswebsearchuserlocation.js +2 -2
  227. package/models/security.d.ts +5 -5
  228. package/models/security.js +3 -2
  229. package/models/systemmessage.d.ts +9 -9
  230. package/models/systemmessage.js +3 -2
  231. package/models/tool.d.ts +9 -9
  232. package/models/tool.js +6 -6
  233. package/models/toolcallstatus.d.ts +5 -5
  234. package/models/toolcallstatus.js +3 -3
  235. package/models/toolchoicetypes.d.ts +29 -29
  236. package/models/toolchoicetypes.js +8 -9
  237. package/models/toolresponsemessage.d.ts +9 -9
  238. package/models/toolresponsemessage.js +1 -1
  239. package/models/urlcitationannotation.d.ts +9 -9
  240. package/models/urlcitationannotation.js +2 -2
  241. package/models/usermessage.d.ts +9 -9
  242. package/models/usermessage.js +7 -3
  243. package/models/websearchpreviewtooluserlocation.d.ts +9 -9
  244. package/models/websearchpreviewtooluserlocation.js +2 -2
  245. package/models/websearchstatus.d.ts +5 -5
  246. package/models/websearchstatus.js +3 -3
  247. package/package.json +1 -1
  248. package/types/blobs.d.ts +2 -2
  249. package/types/blobs.js +2 -2
  250. package/types/constdatetime.d.ts +2 -2
  251. package/types/constdatetime.js +1 -1
@@ -1,4 +1,4 @@
1
- import * as z from "zod/v3";
1
+ import * as z from "zod/v4";
2
2
  import { Result as SafeParseResult } from "../../types/fp.js";
3
3
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
4
  export type CreateCoinbaseChargeSecurity = {
@@ -41,29 +41,29 @@ export type CreateCoinbaseChargeResponse = {
41
41
  data: CreateCoinbaseChargeData;
42
42
  };
43
43
  /** @internal */
44
- export declare const CreateCoinbaseChargeSecurity$inboundSchema: z.ZodType<CreateCoinbaseChargeSecurity, z.ZodTypeDef, unknown>;
44
+ export declare const CreateCoinbaseChargeSecurity$inboundSchema: z.ZodType<CreateCoinbaseChargeSecurity, unknown>;
45
45
  /** @internal */
46
46
  export type CreateCoinbaseChargeSecurity$Outbound = {
47
47
  bearer: string;
48
48
  };
49
49
  /** @internal */
50
- export declare const CreateCoinbaseChargeSecurity$outboundSchema: z.ZodType<CreateCoinbaseChargeSecurity$Outbound, z.ZodTypeDef, CreateCoinbaseChargeSecurity>;
50
+ export declare const CreateCoinbaseChargeSecurity$outboundSchema: z.ZodType<CreateCoinbaseChargeSecurity$Outbound, CreateCoinbaseChargeSecurity>;
51
51
  /**
52
52
  * @internal
53
53
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
54
54
  */
55
55
  export declare namespace CreateCoinbaseChargeSecurity$ {
56
56
  /** @deprecated use `CreateCoinbaseChargeSecurity$inboundSchema` instead. */
57
- const inboundSchema: z.ZodType<CreateCoinbaseChargeSecurity, z.ZodTypeDef, unknown>;
57
+ const inboundSchema: z.ZodType<CreateCoinbaseChargeSecurity, unknown, z.core.$ZodTypeInternals<CreateCoinbaseChargeSecurity, unknown>>;
58
58
  /** @deprecated use `CreateCoinbaseChargeSecurity$outboundSchema` instead. */
59
- const outboundSchema: z.ZodType<CreateCoinbaseChargeSecurity$Outbound, z.ZodTypeDef, CreateCoinbaseChargeSecurity>;
59
+ const outboundSchema: z.ZodType<CreateCoinbaseChargeSecurity$Outbound, CreateCoinbaseChargeSecurity, z.core.$ZodTypeInternals<CreateCoinbaseChargeSecurity$Outbound, CreateCoinbaseChargeSecurity>>;
60
60
  /** @deprecated use `CreateCoinbaseChargeSecurity$Outbound` instead. */
61
61
  type Outbound = CreateCoinbaseChargeSecurity$Outbound;
62
62
  }
63
63
  export declare function createCoinbaseChargeSecurityToJSON(createCoinbaseChargeSecurity: CreateCoinbaseChargeSecurity): string;
64
64
  export declare function createCoinbaseChargeSecurityFromJSON(jsonString: string): SafeParseResult<CreateCoinbaseChargeSecurity, SDKValidationError>;
65
65
  /** @internal */
66
- export declare const CallData$inboundSchema: z.ZodType<CallData, z.ZodTypeDef, unknown>;
66
+ export declare const CallData$inboundSchema: z.ZodType<CallData, unknown>;
67
67
  /** @internal */
68
68
  export type CallData$Outbound = {
69
69
  deadline: string;
@@ -78,23 +78,23 @@ export type CallData$Outbound = {
78
78
  signature: string;
79
79
  };
80
80
  /** @internal */
81
- export declare const CallData$outboundSchema: z.ZodType<CallData$Outbound, z.ZodTypeDef, CallData>;
81
+ export declare const CallData$outboundSchema: z.ZodType<CallData$Outbound, CallData>;
82
82
  /**
83
83
  * @internal
84
84
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
85
85
  */
86
86
  export declare namespace CallData$ {
87
87
  /** @deprecated use `CallData$inboundSchema` instead. */
88
- const inboundSchema: z.ZodType<CallData, z.ZodTypeDef, unknown>;
88
+ const inboundSchema: z.ZodType<CallData, unknown, z.core.$ZodTypeInternals<CallData, unknown>>;
89
89
  /** @deprecated use `CallData$outboundSchema` instead. */
90
- const outboundSchema: z.ZodType<CallData$Outbound, z.ZodTypeDef, CallData>;
90
+ const outboundSchema: z.ZodType<CallData$Outbound, CallData, z.core.$ZodTypeInternals<CallData$Outbound, CallData>>;
91
91
  /** @deprecated use `CallData$Outbound` instead. */
92
92
  type Outbound = CallData$Outbound;
93
93
  }
94
94
  export declare function callDataToJSON(callData: CallData): string;
95
95
  export declare function callDataFromJSON(jsonString: string): SafeParseResult<CallData, SDKValidationError>;
96
96
  /** @internal */
97
- export declare const Metadata$inboundSchema: z.ZodType<Metadata, z.ZodTypeDef, unknown>;
97
+ export declare const Metadata$inboundSchema: z.ZodType<Metadata, unknown>;
98
98
  /** @internal */
99
99
  export type Metadata$Outbound = {
100
100
  chain_id: number;
@@ -102,68 +102,68 @@ export type Metadata$Outbound = {
102
102
  sender: string;
103
103
  };
104
104
  /** @internal */
105
- export declare const Metadata$outboundSchema: z.ZodType<Metadata$Outbound, z.ZodTypeDef, Metadata>;
105
+ export declare const Metadata$outboundSchema: z.ZodType<Metadata$Outbound, Metadata>;
106
106
  /**
107
107
  * @internal
108
108
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
109
109
  */
110
110
  export declare namespace Metadata$ {
111
111
  /** @deprecated use `Metadata$inboundSchema` instead. */
112
- const inboundSchema: z.ZodType<Metadata, z.ZodTypeDef, unknown>;
112
+ const inboundSchema: z.ZodType<Metadata, unknown, z.core.$ZodTypeInternals<Metadata, unknown>>;
113
113
  /** @deprecated use `Metadata$outboundSchema` instead. */
114
- const outboundSchema: z.ZodType<Metadata$Outbound, z.ZodTypeDef, Metadata>;
114
+ const outboundSchema: z.ZodType<Metadata$Outbound, Metadata, z.core.$ZodTypeInternals<Metadata$Outbound, Metadata>>;
115
115
  /** @deprecated use `Metadata$Outbound` instead. */
116
116
  type Outbound = Metadata$Outbound;
117
117
  }
118
118
  export declare function metadataToJSON(metadata: Metadata): string;
119
119
  export declare function metadataFromJSON(jsonString: string): SafeParseResult<Metadata, SDKValidationError>;
120
120
  /** @internal */
121
- export declare const TransferIntent$inboundSchema: z.ZodType<TransferIntent, z.ZodTypeDef, unknown>;
121
+ export declare const TransferIntent$inboundSchema: z.ZodType<TransferIntent, unknown>;
122
122
  /** @internal */
123
123
  export type TransferIntent$Outbound = {
124
124
  call_data: CallData$Outbound;
125
125
  metadata: Metadata$Outbound;
126
126
  };
127
127
  /** @internal */
128
- export declare const TransferIntent$outboundSchema: z.ZodType<TransferIntent$Outbound, z.ZodTypeDef, TransferIntent>;
128
+ export declare const TransferIntent$outboundSchema: z.ZodType<TransferIntent$Outbound, TransferIntent>;
129
129
  /**
130
130
  * @internal
131
131
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
132
132
  */
133
133
  export declare namespace TransferIntent$ {
134
134
  /** @deprecated use `TransferIntent$inboundSchema` instead. */
135
- const inboundSchema: z.ZodType<TransferIntent, z.ZodTypeDef, unknown>;
135
+ const inboundSchema: z.ZodType<TransferIntent, unknown, z.core.$ZodTypeInternals<TransferIntent, unknown>>;
136
136
  /** @deprecated use `TransferIntent$outboundSchema` instead. */
137
- const outboundSchema: z.ZodType<TransferIntent$Outbound, z.ZodTypeDef, TransferIntent>;
137
+ const outboundSchema: z.ZodType<TransferIntent$Outbound, TransferIntent, z.core.$ZodTypeInternals<TransferIntent$Outbound, TransferIntent>>;
138
138
  /** @deprecated use `TransferIntent$Outbound` instead. */
139
139
  type Outbound = TransferIntent$Outbound;
140
140
  }
141
141
  export declare function transferIntentToJSON(transferIntent: TransferIntent): string;
142
142
  export declare function transferIntentFromJSON(jsonString: string): SafeParseResult<TransferIntent, SDKValidationError>;
143
143
  /** @internal */
144
- export declare const Web3Data$inboundSchema: z.ZodType<Web3Data, z.ZodTypeDef, unknown>;
144
+ export declare const Web3Data$inboundSchema: z.ZodType<Web3Data, unknown>;
145
145
  /** @internal */
146
146
  export type Web3Data$Outbound = {
147
147
  transfer_intent: TransferIntent$Outbound;
148
148
  };
149
149
  /** @internal */
150
- export declare const Web3Data$outboundSchema: z.ZodType<Web3Data$Outbound, z.ZodTypeDef, Web3Data>;
150
+ export declare const Web3Data$outboundSchema: z.ZodType<Web3Data$Outbound, Web3Data>;
151
151
  /**
152
152
  * @internal
153
153
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
154
154
  */
155
155
  export declare namespace Web3Data$ {
156
156
  /** @deprecated use `Web3Data$inboundSchema` instead. */
157
- const inboundSchema: z.ZodType<Web3Data, z.ZodTypeDef, unknown>;
157
+ const inboundSchema: z.ZodType<Web3Data, unknown, z.core.$ZodTypeInternals<Web3Data, unknown>>;
158
158
  /** @deprecated use `Web3Data$outboundSchema` instead. */
159
- const outboundSchema: z.ZodType<Web3Data$Outbound, z.ZodTypeDef, Web3Data>;
159
+ const outboundSchema: z.ZodType<Web3Data$Outbound, Web3Data, z.core.$ZodTypeInternals<Web3Data$Outbound, Web3Data>>;
160
160
  /** @deprecated use `Web3Data$Outbound` instead. */
161
161
  type Outbound = Web3Data$Outbound;
162
162
  }
163
163
  export declare function web3DataToJSON(web3Data: Web3Data): string;
164
164
  export declare function web3DataFromJSON(jsonString: string): SafeParseResult<Web3Data, SDKValidationError>;
165
165
  /** @internal */
166
- export declare const CreateCoinbaseChargeData$inboundSchema: z.ZodType<CreateCoinbaseChargeData, z.ZodTypeDef, unknown>;
166
+ export declare const CreateCoinbaseChargeData$inboundSchema: z.ZodType<CreateCoinbaseChargeData, unknown>;
167
167
  /** @internal */
168
168
  export type CreateCoinbaseChargeData$Outbound = {
169
169
  id: string;
@@ -172,38 +172,38 @@ export type CreateCoinbaseChargeData$Outbound = {
172
172
  web3_data: Web3Data$Outbound;
173
173
  };
174
174
  /** @internal */
175
- export declare const CreateCoinbaseChargeData$outboundSchema: z.ZodType<CreateCoinbaseChargeData$Outbound, z.ZodTypeDef, CreateCoinbaseChargeData>;
175
+ export declare const CreateCoinbaseChargeData$outboundSchema: z.ZodType<CreateCoinbaseChargeData$Outbound, CreateCoinbaseChargeData>;
176
176
  /**
177
177
  * @internal
178
178
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
179
179
  */
180
180
  export declare namespace CreateCoinbaseChargeData$ {
181
181
  /** @deprecated use `CreateCoinbaseChargeData$inboundSchema` instead. */
182
- const inboundSchema: z.ZodType<CreateCoinbaseChargeData, z.ZodTypeDef, unknown>;
182
+ const inboundSchema: z.ZodType<CreateCoinbaseChargeData, unknown, z.core.$ZodTypeInternals<CreateCoinbaseChargeData, unknown>>;
183
183
  /** @deprecated use `CreateCoinbaseChargeData$outboundSchema` instead. */
184
- const outboundSchema: z.ZodType<CreateCoinbaseChargeData$Outbound, z.ZodTypeDef, CreateCoinbaseChargeData>;
184
+ const outboundSchema: z.ZodType<CreateCoinbaseChargeData$Outbound, CreateCoinbaseChargeData, z.core.$ZodTypeInternals<CreateCoinbaseChargeData$Outbound, CreateCoinbaseChargeData>>;
185
185
  /** @deprecated use `CreateCoinbaseChargeData$Outbound` instead. */
186
186
  type Outbound = CreateCoinbaseChargeData$Outbound;
187
187
  }
188
188
  export declare function createCoinbaseChargeDataToJSON(createCoinbaseChargeData: CreateCoinbaseChargeData): string;
189
189
  export declare function createCoinbaseChargeDataFromJSON(jsonString: string): SafeParseResult<CreateCoinbaseChargeData, SDKValidationError>;
190
190
  /** @internal */
191
- export declare const CreateCoinbaseChargeResponse$inboundSchema: z.ZodType<CreateCoinbaseChargeResponse, z.ZodTypeDef, unknown>;
191
+ export declare const CreateCoinbaseChargeResponse$inboundSchema: z.ZodType<CreateCoinbaseChargeResponse, unknown>;
192
192
  /** @internal */
193
193
  export type CreateCoinbaseChargeResponse$Outbound = {
194
194
  data: CreateCoinbaseChargeData$Outbound;
195
195
  };
196
196
  /** @internal */
197
- export declare const CreateCoinbaseChargeResponse$outboundSchema: z.ZodType<CreateCoinbaseChargeResponse$Outbound, z.ZodTypeDef, CreateCoinbaseChargeResponse>;
197
+ export declare const CreateCoinbaseChargeResponse$outboundSchema: z.ZodType<CreateCoinbaseChargeResponse$Outbound, CreateCoinbaseChargeResponse>;
198
198
  /**
199
199
  * @internal
200
200
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
201
201
  */
202
202
  export declare namespace CreateCoinbaseChargeResponse$ {
203
203
  /** @deprecated use `CreateCoinbaseChargeResponse$inboundSchema` instead. */
204
- const inboundSchema: z.ZodType<CreateCoinbaseChargeResponse, z.ZodTypeDef, unknown>;
204
+ const inboundSchema: z.ZodType<CreateCoinbaseChargeResponse, unknown, z.core.$ZodTypeInternals<CreateCoinbaseChargeResponse, unknown>>;
205
205
  /** @deprecated use `CreateCoinbaseChargeResponse$outboundSchema` instead. */
206
- const outboundSchema: z.ZodType<CreateCoinbaseChargeResponse$Outbound, z.ZodTypeDef, CreateCoinbaseChargeResponse>;
206
+ const outboundSchema: z.ZodType<CreateCoinbaseChargeResponse$Outbound, CreateCoinbaseChargeResponse, z.core.$ZodTypeInternals<CreateCoinbaseChargeResponse$Outbound, CreateCoinbaseChargeResponse>>;
207
207
  /** @deprecated use `CreateCoinbaseChargeResponse$Outbound` instead. */
208
208
  type Outbound = CreateCoinbaseChargeResponse$Outbound;
209
209
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import * as z from "zod/v3";
4
+ import * as z from "zod/v4";
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
6
6
  import { safeParse } from "../../lib/schemas.js";
7
7
  /** @internal */
@@ -50,7 +50,8 @@ export const CallData$inboundSchema = z.object({
50
50
  });
51
51
  });
52
52
  /** @internal */
53
- export const CallData$outboundSchema = z.object({
53
+ export const CallData$outboundSchema = z
54
+ .object({
54
55
  deadline: z.string(),
55
56
  feeAmount: z.string(),
56
57
  id: z.string(),
@@ -98,7 +99,8 @@ export const Metadata$inboundSchema = z.object({
98
99
  });
99
100
  });
100
101
  /** @internal */
101
- export const Metadata$outboundSchema = z.object({
102
+ export const Metadata$outboundSchema = z
103
+ .object({
102
104
  chainId: z.number(),
103
105
  contractAddress: z.string(),
104
106
  sender: z.string(),
@@ -169,7 +171,8 @@ export const Web3Data$inboundSchema = z.object({
169
171
  });
170
172
  });
171
173
  /** @internal */
172
- export const Web3Data$outboundSchema = z.object({
174
+ export const Web3Data$outboundSchema = z
175
+ .object({
173
176
  transferIntent: z.lazy(() => TransferIntent$outboundSchema),
174
177
  }).transform((v) => {
175
178
  return remap$(v, {
@@ -1,4 +1,4 @@
1
- import * as z from "zod/v3";
1
+ import * as z from "zod/v4";
2
2
  import { OpenEnum } from "../../types/enums.js";
3
3
  import { Result as SafeParseResult } from "../../types/fp.js";
4
4
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
@@ -123,21 +123,21 @@ export type CreateKeysResponse = {
123
123
  key: string;
124
124
  };
125
125
  /** @internal */
126
- export declare const CreateKeysLimitReset$inboundSchema: z.ZodType<CreateKeysLimitReset, z.ZodTypeDef, unknown>;
126
+ export declare const CreateKeysLimitReset$inboundSchema: z.ZodType<CreateKeysLimitReset, unknown>;
127
127
  /** @internal */
128
- export declare const CreateKeysLimitReset$outboundSchema: z.ZodType<CreateKeysLimitReset, z.ZodTypeDef, CreateKeysLimitReset>;
128
+ export declare const CreateKeysLimitReset$outboundSchema: z.ZodType<CreateKeysLimitReset, CreateKeysLimitReset>;
129
129
  /**
130
130
  * @internal
131
131
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
132
132
  */
133
133
  export declare namespace CreateKeysLimitReset$ {
134
134
  /** @deprecated use `CreateKeysLimitReset$inboundSchema` instead. */
135
- const inboundSchema: z.ZodType<CreateKeysLimitReset, z.ZodTypeDef, unknown>;
135
+ const inboundSchema: z.ZodType<CreateKeysLimitReset, unknown, z.core.$ZodTypeInternals<CreateKeysLimitReset, unknown>>;
136
136
  /** @deprecated use `CreateKeysLimitReset$outboundSchema` instead. */
137
- const outboundSchema: z.ZodType<CreateKeysLimitReset, z.ZodTypeDef, CreateKeysLimitReset>;
137
+ const outboundSchema: z.ZodType<CreateKeysLimitReset, CreateKeysLimitReset, z.core.$ZodTypeInternals<CreateKeysLimitReset, CreateKeysLimitReset>>;
138
138
  }
139
139
  /** @internal */
140
- export declare const CreateKeysRequest$inboundSchema: z.ZodType<CreateKeysRequest, z.ZodTypeDef, unknown>;
140
+ export declare const CreateKeysRequest$inboundSchema: z.ZodType<CreateKeysRequest, unknown>;
141
141
  /** @internal */
142
142
  export type CreateKeysRequest$Outbound = {
143
143
  name: string;
@@ -146,23 +146,23 @@ export type CreateKeysRequest$Outbound = {
146
146
  include_byok_in_limit?: boolean | undefined;
147
147
  };
148
148
  /** @internal */
149
- export declare const CreateKeysRequest$outboundSchema: z.ZodType<CreateKeysRequest$Outbound, z.ZodTypeDef, CreateKeysRequest>;
149
+ export declare const CreateKeysRequest$outboundSchema: z.ZodType<CreateKeysRequest$Outbound, CreateKeysRequest>;
150
150
  /**
151
151
  * @internal
152
152
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
153
153
  */
154
154
  export declare namespace CreateKeysRequest$ {
155
155
  /** @deprecated use `CreateKeysRequest$inboundSchema` instead. */
156
- const inboundSchema: z.ZodType<CreateKeysRequest, z.ZodTypeDef, unknown>;
156
+ const inboundSchema: z.ZodType<CreateKeysRequest, unknown, z.core.$ZodTypeInternals<CreateKeysRequest, unknown>>;
157
157
  /** @deprecated use `CreateKeysRequest$outboundSchema` instead. */
158
- const outboundSchema: z.ZodType<CreateKeysRequest$Outbound, z.ZodTypeDef, CreateKeysRequest>;
158
+ const outboundSchema: z.ZodType<CreateKeysRequest$Outbound, CreateKeysRequest, z.core.$ZodTypeInternals<CreateKeysRequest$Outbound, CreateKeysRequest>>;
159
159
  /** @deprecated use `CreateKeysRequest$Outbound` instead. */
160
160
  type Outbound = CreateKeysRequest$Outbound;
161
161
  }
162
162
  export declare function createKeysRequestToJSON(createKeysRequest: CreateKeysRequest): string;
163
163
  export declare function createKeysRequestFromJSON(jsonString: string): SafeParseResult<CreateKeysRequest, SDKValidationError>;
164
164
  /** @internal */
165
- export declare const CreateKeysData$inboundSchema: z.ZodType<CreateKeysData, z.ZodTypeDef, unknown>;
165
+ export declare const CreateKeysData$inboundSchema: z.ZodType<CreateKeysData, unknown>;
166
166
  /** @internal */
167
167
  export type CreateKeysData$Outbound = {
168
168
  hash: string;
@@ -185,39 +185,39 @@ export type CreateKeysData$Outbound = {
185
185
  updated_at: string | null;
186
186
  };
187
187
  /** @internal */
188
- export declare const CreateKeysData$outboundSchema: z.ZodType<CreateKeysData$Outbound, z.ZodTypeDef, CreateKeysData>;
188
+ export declare const CreateKeysData$outboundSchema: z.ZodType<CreateKeysData$Outbound, CreateKeysData>;
189
189
  /**
190
190
  * @internal
191
191
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
192
192
  */
193
193
  export declare namespace CreateKeysData$ {
194
194
  /** @deprecated use `CreateKeysData$inboundSchema` instead. */
195
- const inboundSchema: z.ZodType<CreateKeysData, z.ZodTypeDef, unknown>;
195
+ const inboundSchema: z.ZodType<CreateKeysData, unknown, z.core.$ZodTypeInternals<CreateKeysData, unknown>>;
196
196
  /** @deprecated use `CreateKeysData$outboundSchema` instead. */
197
- const outboundSchema: z.ZodType<CreateKeysData$Outbound, z.ZodTypeDef, CreateKeysData>;
197
+ const outboundSchema: z.ZodType<CreateKeysData$Outbound, CreateKeysData, z.core.$ZodTypeInternals<CreateKeysData$Outbound, CreateKeysData>>;
198
198
  /** @deprecated use `CreateKeysData$Outbound` instead. */
199
199
  type Outbound = CreateKeysData$Outbound;
200
200
  }
201
201
  export declare function createKeysDataToJSON(createKeysData: CreateKeysData): string;
202
202
  export declare function createKeysDataFromJSON(jsonString: string): SafeParseResult<CreateKeysData, SDKValidationError>;
203
203
  /** @internal */
204
- export declare const CreateKeysResponse$inboundSchema: z.ZodType<CreateKeysResponse, z.ZodTypeDef, unknown>;
204
+ export declare const CreateKeysResponse$inboundSchema: z.ZodType<CreateKeysResponse, unknown>;
205
205
  /** @internal */
206
206
  export type CreateKeysResponse$Outbound = {
207
207
  data: CreateKeysData$Outbound;
208
208
  key: string;
209
209
  };
210
210
  /** @internal */
211
- export declare const CreateKeysResponse$outboundSchema: z.ZodType<CreateKeysResponse$Outbound, z.ZodTypeDef, CreateKeysResponse>;
211
+ export declare const CreateKeysResponse$outboundSchema: z.ZodType<CreateKeysResponse$Outbound, CreateKeysResponse>;
212
212
  /**
213
213
  * @internal
214
214
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
215
215
  */
216
216
  export declare namespace CreateKeysResponse$ {
217
217
  /** @deprecated use `CreateKeysResponse$inboundSchema` instead. */
218
- const inboundSchema: z.ZodType<CreateKeysResponse, z.ZodTypeDef, unknown>;
218
+ const inboundSchema: z.ZodType<CreateKeysResponse, unknown, z.core.$ZodTypeInternals<CreateKeysResponse, unknown>>;
219
219
  /** @deprecated use `CreateKeysResponse$outboundSchema` instead. */
220
- const outboundSchema: z.ZodType<CreateKeysResponse$Outbound, z.ZodTypeDef, CreateKeysResponse>;
220
+ const outboundSchema: z.ZodType<CreateKeysResponse$Outbound, CreateKeysResponse, z.core.$ZodTypeInternals<CreateKeysResponse$Outbound, CreateKeysResponse>>;
221
221
  /** @deprecated use `CreateKeysResponse$Outbound` instead. */
222
222
  type Outbound = CreateKeysResponse$Outbound;
223
223
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import * as z from "zod/v3";
4
+ import * as z from "zod/v4";
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
6
6
  import { safeParse } from "../../lib/schemas.js";
7
7
  import { catchUnrecognizedEnum, } from "../../types/enums.js";
@@ -16,12 +16,12 @@ export const CreateKeysLimitReset = {
16
16
  /** @internal */
17
17
  export const CreateKeysLimitReset$inboundSchema = z
18
18
  .union([
19
- z.nativeEnum(CreateKeysLimitReset),
19
+ z.enum(CreateKeysLimitReset),
20
20
  z.string().transform(catchUnrecognizedEnum),
21
21
  ]);
22
22
  /** @internal */
23
23
  export const CreateKeysLimitReset$outboundSchema = z.union([
24
- z.nativeEnum(CreateKeysLimitReset),
24
+ z.enum(CreateKeysLimitReset),
25
25
  z.string().and(z.custom()),
26
26
  ]);
27
27
  /**
@@ -1,4 +1,4 @@
1
- import * as z from "zod/v3";
1
+ import * as z from "zod/v4";
2
2
  import { Result as SafeParseResult } from "../../types/fp.js";
3
3
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
4
  export type DeleteKeysRequest = {
@@ -17,44 +17,44 @@ export type DeleteKeysResponse = {
17
17
  deleted: true;
18
18
  };
19
19
  /** @internal */
20
- export declare const DeleteKeysRequest$inboundSchema: z.ZodType<DeleteKeysRequest, z.ZodTypeDef, unknown>;
20
+ export declare const DeleteKeysRequest$inboundSchema: z.ZodType<DeleteKeysRequest, unknown>;
21
21
  /** @internal */
22
22
  export type DeleteKeysRequest$Outbound = {
23
23
  hash: string;
24
24
  };
25
25
  /** @internal */
26
- export declare const DeleteKeysRequest$outboundSchema: z.ZodType<DeleteKeysRequest$Outbound, z.ZodTypeDef, DeleteKeysRequest>;
26
+ export declare const DeleteKeysRequest$outboundSchema: z.ZodType<DeleteKeysRequest$Outbound, DeleteKeysRequest>;
27
27
  /**
28
28
  * @internal
29
29
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
30
30
  */
31
31
  export declare namespace DeleteKeysRequest$ {
32
32
  /** @deprecated use `DeleteKeysRequest$inboundSchema` instead. */
33
- const inboundSchema: z.ZodType<DeleteKeysRequest, z.ZodTypeDef, unknown>;
33
+ const inboundSchema: z.ZodType<DeleteKeysRequest, unknown, z.core.$ZodTypeInternals<DeleteKeysRequest, unknown>>;
34
34
  /** @deprecated use `DeleteKeysRequest$outboundSchema` instead. */
35
- const outboundSchema: z.ZodType<DeleteKeysRequest$Outbound, z.ZodTypeDef, DeleteKeysRequest>;
35
+ const outboundSchema: z.ZodType<DeleteKeysRequest$Outbound, DeleteKeysRequest, z.core.$ZodTypeInternals<DeleteKeysRequest$Outbound, DeleteKeysRequest>>;
36
36
  /** @deprecated use `DeleteKeysRequest$Outbound` instead. */
37
37
  type Outbound = DeleteKeysRequest$Outbound;
38
38
  }
39
39
  export declare function deleteKeysRequestToJSON(deleteKeysRequest: DeleteKeysRequest): string;
40
40
  export declare function deleteKeysRequestFromJSON(jsonString: string): SafeParseResult<DeleteKeysRequest, SDKValidationError>;
41
41
  /** @internal */
42
- export declare const DeleteKeysResponse$inboundSchema: z.ZodType<DeleteKeysResponse, z.ZodTypeDef, unknown>;
42
+ export declare const DeleteKeysResponse$inboundSchema: z.ZodType<DeleteKeysResponse, unknown>;
43
43
  /** @internal */
44
44
  export type DeleteKeysResponse$Outbound = {
45
45
  deleted: true;
46
46
  };
47
47
  /** @internal */
48
- export declare const DeleteKeysResponse$outboundSchema: z.ZodType<DeleteKeysResponse$Outbound, z.ZodTypeDef, DeleteKeysResponse>;
48
+ export declare const DeleteKeysResponse$outboundSchema: z.ZodType<DeleteKeysResponse$Outbound, DeleteKeysResponse>;
49
49
  /**
50
50
  * @internal
51
51
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
52
52
  */
53
53
  export declare namespace DeleteKeysResponse$ {
54
54
  /** @deprecated use `DeleteKeysResponse$inboundSchema` instead. */
55
- const inboundSchema: z.ZodType<DeleteKeysResponse, z.ZodTypeDef, unknown>;
55
+ const inboundSchema: z.ZodType<DeleteKeysResponse, unknown, z.core.$ZodTypeInternals<DeleteKeysResponse, unknown>>;
56
56
  /** @deprecated use `DeleteKeysResponse$outboundSchema` instead. */
57
- const outboundSchema: z.ZodType<DeleteKeysResponse$Outbound, z.ZodTypeDef, DeleteKeysResponse>;
57
+ const outboundSchema: z.ZodType<DeleteKeysResponse$Outbound, DeleteKeysResponse, z.core.$ZodTypeInternals<DeleteKeysResponse$Outbound, DeleteKeysResponse>>;
58
58
  /** @deprecated use `DeleteKeysResponse$Outbound` instead. */
59
59
  type Outbound = DeleteKeysResponse$Outbound;
60
60
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import * as z from "zod/v3";
4
+ import * as z from "zod/v4";
5
5
  import { safeParse } from "../../lib/schemas.js";
6
6
  /** @internal */
7
7
  export const DeleteKeysRequest$inboundSchema = z.object({
@@ -1,4 +1,4 @@
1
- import * as z from "zod/v3";
1
+ import * as z from "zod/v4";
2
2
  import { Result as SafeParseResult } from "../../types/fp.js";
3
3
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
4
  /**
@@ -6,20 +6,20 @@ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
6
6
  */
7
7
  export type GetCreditsResponse = {};
8
8
  /** @internal */
9
- export declare const GetCreditsResponse$inboundSchema: z.ZodType<GetCreditsResponse, z.ZodTypeDef, unknown>;
9
+ export declare const GetCreditsResponse$inboundSchema: z.ZodType<GetCreditsResponse, unknown>;
10
10
  /** @internal */
11
11
  export type GetCreditsResponse$Outbound = {};
12
12
  /** @internal */
13
- export declare const GetCreditsResponse$outboundSchema: z.ZodType<GetCreditsResponse$Outbound, z.ZodTypeDef, GetCreditsResponse>;
13
+ export declare const GetCreditsResponse$outboundSchema: z.ZodType<GetCreditsResponse$Outbound, GetCreditsResponse>;
14
14
  /**
15
15
  * @internal
16
16
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
17
17
  */
18
18
  export declare namespace GetCreditsResponse$ {
19
19
  /** @deprecated use `GetCreditsResponse$inboundSchema` instead. */
20
- const inboundSchema: z.ZodType<GetCreditsResponse, z.ZodTypeDef, unknown>;
20
+ const inboundSchema: z.ZodType<GetCreditsResponse, unknown, z.core.$ZodTypeInternals<GetCreditsResponse, unknown>>;
21
21
  /** @deprecated use `GetCreditsResponse$outboundSchema` instead. */
22
- const outboundSchema: z.ZodType<GetCreditsResponse$Outbound, z.ZodTypeDef, GetCreditsResponse>;
22
+ const outboundSchema: z.ZodType<GetCreditsResponse$Outbound, GetCreditsResponse, z.core.$ZodTypeInternals<GetCreditsResponse$Outbound, GetCreditsResponse>>;
23
23
  /** @deprecated use `GetCreditsResponse$Outbound` instead. */
24
24
  type Outbound = GetCreditsResponse$Outbound;
25
25
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import * as z from "zod/v3";
4
+ import * as z from "zod/v4";
5
5
  import { safeParse } from "../../lib/schemas.js";
6
6
  /** @internal */
7
7
  export const GetCreditsResponse$inboundSchema = z.object({});
@@ -1,4 +1,4 @@
1
- import * as z from "zod/v3";
1
+ import * as z from "zod/v4";
2
2
  import { Result as SafeParseResult } from "../../types/fp.js";
3
3
  import { SDKValidationError } from "../errors/sdkvalidationerror.js";
4
4
  /**
@@ -101,7 +101,7 @@ export type GetCurrentKeyResponse = {
101
101
  data: GetCurrentKeyData;
102
102
  };
103
103
  /** @internal */
104
- export declare const RateLimit$inboundSchema: z.ZodType<RateLimit, z.ZodTypeDef, unknown>;
104
+ export declare const RateLimit$inboundSchema: z.ZodType<RateLimit, unknown>;
105
105
  /** @internal */
106
106
  export type RateLimit$Outbound = {
107
107
  requests: number;
@@ -109,23 +109,23 @@ export type RateLimit$Outbound = {
109
109
  note: string;
110
110
  };
111
111
  /** @internal */
112
- export declare const RateLimit$outboundSchema: z.ZodType<RateLimit$Outbound, z.ZodTypeDef, RateLimit>;
112
+ export declare const RateLimit$outboundSchema: z.ZodType<RateLimit$Outbound, RateLimit>;
113
113
  /**
114
114
  * @internal
115
115
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
116
116
  */
117
117
  export declare namespace RateLimit$ {
118
118
  /** @deprecated use `RateLimit$inboundSchema` instead. */
119
- const inboundSchema: z.ZodType<RateLimit, z.ZodTypeDef, unknown>;
119
+ const inboundSchema: z.ZodType<RateLimit, unknown, z.core.$ZodTypeInternals<RateLimit, unknown>>;
120
120
  /** @deprecated use `RateLimit$outboundSchema` instead. */
121
- const outboundSchema: z.ZodType<RateLimit$Outbound, z.ZodTypeDef, RateLimit>;
121
+ const outboundSchema: z.ZodType<RateLimit$Outbound, RateLimit, z.core.$ZodTypeInternals<RateLimit$Outbound, RateLimit>>;
122
122
  /** @deprecated use `RateLimit$Outbound` instead. */
123
123
  type Outbound = RateLimit$Outbound;
124
124
  }
125
125
  export declare function rateLimitToJSON(rateLimit: RateLimit): string;
126
126
  export declare function rateLimitFromJSON(jsonString: string): SafeParseResult<RateLimit, SDKValidationError>;
127
127
  /** @internal */
128
- export declare const GetCurrentKeyData$inboundSchema: z.ZodType<GetCurrentKeyData, z.ZodTypeDef, unknown>;
128
+ export declare const GetCurrentKeyData$inboundSchema: z.ZodType<GetCurrentKeyData, unknown>;
129
129
  /** @internal */
130
130
  export type GetCurrentKeyData$Outbound = {
131
131
  label: string;
@@ -146,38 +146,38 @@ export type GetCurrentKeyData$Outbound = {
146
146
  rate_limit: RateLimit$Outbound;
147
147
  };
148
148
  /** @internal */
149
- export declare const GetCurrentKeyData$outboundSchema: z.ZodType<GetCurrentKeyData$Outbound, z.ZodTypeDef, GetCurrentKeyData>;
149
+ export declare const GetCurrentKeyData$outboundSchema: z.ZodType<GetCurrentKeyData$Outbound, GetCurrentKeyData>;
150
150
  /**
151
151
  * @internal
152
152
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
153
153
  */
154
154
  export declare namespace GetCurrentKeyData$ {
155
155
  /** @deprecated use `GetCurrentKeyData$inboundSchema` instead. */
156
- const inboundSchema: z.ZodType<GetCurrentKeyData, z.ZodTypeDef, unknown>;
156
+ const inboundSchema: z.ZodType<GetCurrentKeyData, unknown, z.core.$ZodTypeInternals<GetCurrentKeyData, unknown>>;
157
157
  /** @deprecated use `GetCurrentKeyData$outboundSchema` instead. */
158
- const outboundSchema: z.ZodType<GetCurrentKeyData$Outbound, z.ZodTypeDef, GetCurrentKeyData>;
158
+ const outboundSchema: z.ZodType<GetCurrentKeyData$Outbound, GetCurrentKeyData, z.core.$ZodTypeInternals<GetCurrentKeyData$Outbound, GetCurrentKeyData>>;
159
159
  /** @deprecated use `GetCurrentKeyData$Outbound` instead. */
160
160
  type Outbound = GetCurrentKeyData$Outbound;
161
161
  }
162
162
  export declare function getCurrentKeyDataToJSON(getCurrentKeyData: GetCurrentKeyData): string;
163
163
  export declare function getCurrentKeyDataFromJSON(jsonString: string): SafeParseResult<GetCurrentKeyData, SDKValidationError>;
164
164
  /** @internal */
165
- export declare const GetCurrentKeyResponse$inboundSchema: z.ZodType<GetCurrentKeyResponse, z.ZodTypeDef, unknown>;
165
+ export declare const GetCurrentKeyResponse$inboundSchema: z.ZodType<GetCurrentKeyResponse, unknown>;
166
166
  /** @internal */
167
167
  export type GetCurrentKeyResponse$Outbound = {
168
168
  data: GetCurrentKeyData$Outbound;
169
169
  };
170
170
  /** @internal */
171
- export declare const GetCurrentKeyResponse$outboundSchema: z.ZodType<GetCurrentKeyResponse$Outbound, z.ZodTypeDef, GetCurrentKeyResponse>;
171
+ export declare const GetCurrentKeyResponse$outboundSchema: z.ZodType<GetCurrentKeyResponse$Outbound, GetCurrentKeyResponse>;
172
172
  /**
173
173
  * @internal
174
174
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
175
175
  */
176
176
  export declare namespace GetCurrentKeyResponse$ {
177
177
  /** @deprecated use `GetCurrentKeyResponse$inboundSchema` instead. */
178
- const inboundSchema: z.ZodType<GetCurrentKeyResponse, z.ZodTypeDef, unknown>;
178
+ const inboundSchema: z.ZodType<GetCurrentKeyResponse, unknown, z.core.$ZodTypeInternals<GetCurrentKeyResponse, unknown>>;
179
179
  /** @deprecated use `GetCurrentKeyResponse$outboundSchema` instead. */
180
- const outboundSchema: z.ZodType<GetCurrentKeyResponse$Outbound, z.ZodTypeDef, GetCurrentKeyResponse>;
180
+ const outboundSchema: z.ZodType<GetCurrentKeyResponse$Outbound, GetCurrentKeyResponse, z.core.$ZodTypeInternals<GetCurrentKeyResponse$Outbound, GetCurrentKeyResponse>>;
181
181
  /** @deprecated use `GetCurrentKeyResponse$Outbound` instead. */
182
182
  type Outbound = GetCurrentKeyResponse$Outbound;
183
183
  }
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
- import * as z from "zod/v3";
4
+ import * as z from "zod/v4";
5
5
  import { remap as remap$ } from "../../lib/primitives.js";
6
6
  import { safeParse } from "../../lib/schemas.js";
7
7
  /** @internal */