@aws-sdk/client-bedrock-agentcore 3.1044.0 → 3.1046.0

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 (256) hide show
  1. package/README.md +77 -0
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  3. package/dist-cjs/endpoint/bdd.js +2 -2
  4. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  5. package/dist-cjs/index.js +343 -127
  6. package/dist-cjs/models/BedrockAgentCoreServiceException.js +3 -3
  7. package/dist-cjs/runtimeConfig.browser.js +14 -16
  8. package/dist-cjs/runtimeConfig.js +20 -24
  9. package/dist-cjs/runtimeConfig.shared.js +10 -12
  10. package/dist-cjs/schemas/schemas_0.js +458 -33
  11. package/dist-es/BedrockAgentCore.js +27 -1
  12. package/dist-es/BedrockAgentCoreClient.js +6 -6
  13. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  14. package/dist-es/commands/BatchCreateMemoryRecordsCommand.js +2 -2
  15. package/dist-es/commands/BatchDeleteMemoryRecordsCommand.js +2 -2
  16. package/dist-es/commands/BatchUpdateMemoryRecordsCommand.js +2 -2
  17. package/dist-es/commands/CompleteResourceTokenAuthCommand.js +2 -2
  18. package/dist-es/commands/CreateABTestCommand.js +2 -2
  19. package/dist-es/commands/CreateEventCommand.js +2 -2
  20. package/dist-es/commands/CreatePaymentInstrumentCommand.js +16 -0
  21. package/dist-es/commands/CreatePaymentSessionCommand.js +16 -0
  22. package/dist-es/commands/DeleteABTestCommand.js +2 -2
  23. package/dist-es/commands/DeleteBatchEvaluationCommand.js +2 -2
  24. package/dist-es/commands/DeleteEventCommand.js +2 -2
  25. package/dist-es/commands/DeleteMemoryRecordCommand.js +2 -2
  26. package/dist-es/commands/DeletePaymentInstrumentCommand.js +16 -0
  27. package/dist-es/commands/DeletePaymentSessionCommand.js +16 -0
  28. package/dist-es/commands/DeleteRecommendationCommand.js +2 -2
  29. package/dist-es/commands/EvaluateCommand.js +2 -2
  30. package/dist-es/commands/GetABTestCommand.js +2 -2
  31. package/dist-es/commands/GetAgentCardCommand.js +2 -2
  32. package/dist-es/commands/GetBatchEvaluationCommand.js +2 -2
  33. package/dist-es/commands/GetBrowserSessionCommand.js +2 -2
  34. package/dist-es/commands/GetCodeInterpreterSessionCommand.js +2 -2
  35. package/dist-es/commands/GetEventCommand.js +2 -2
  36. package/dist-es/commands/GetMemoryRecordCommand.js +2 -2
  37. package/dist-es/commands/GetPaymentInstrumentBalanceCommand.js +16 -0
  38. package/dist-es/commands/GetPaymentInstrumentCommand.js +16 -0
  39. package/dist-es/commands/GetPaymentSessionCommand.js +16 -0
  40. package/dist-es/commands/GetRecommendationCommand.js +2 -2
  41. package/dist-es/commands/GetResourceApiKeyCommand.js +2 -2
  42. package/dist-es/commands/GetResourceOauth2TokenCommand.js +2 -2
  43. package/dist-es/commands/GetResourcePaymentTokenCommand.js +16 -0
  44. package/dist-es/commands/GetWorkloadAccessTokenCommand.js +2 -2
  45. package/dist-es/commands/GetWorkloadAccessTokenForJWTCommand.js +2 -2
  46. package/dist-es/commands/GetWorkloadAccessTokenForUserIdCommand.js +2 -2
  47. package/dist-es/commands/InvokeAgentRuntimeCommand.js +2 -2
  48. package/dist-es/commands/InvokeAgentRuntimeCommandCommand.js +2 -2
  49. package/dist-es/commands/InvokeBrowserCommand.js +2 -2
  50. package/dist-es/commands/InvokeCodeInterpreterCommand.js +2 -2
  51. package/dist-es/commands/InvokeHarnessCommand.js +2 -2
  52. package/dist-es/commands/ListABTestsCommand.js +2 -2
  53. package/dist-es/commands/ListActorsCommand.js +2 -2
  54. package/dist-es/commands/ListBatchEvaluationsCommand.js +2 -2
  55. package/dist-es/commands/ListBrowserSessionsCommand.js +2 -2
  56. package/dist-es/commands/ListCodeInterpreterSessionsCommand.js +2 -2
  57. package/dist-es/commands/ListEventsCommand.js +2 -2
  58. package/dist-es/commands/ListMemoryExtractionJobsCommand.js +2 -2
  59. package/dist-es/commands/ListMemoryRecordsCommand.js +2 -2
  60. package/dist-es/commands/ListPaymentInstrumentsCommand.js +16 -0
  61. package/dist-es/commands/ListPaymentSessionsCommand.js +16 -0
  62. package/dist-es/commands/ListRecommendationsCommand.js +2 -2
  63. package/dist-es/commands/ListSessionsCommand.js +2 -2
  64. package/dist-es/commands/ProcessPaymentCommand.js +16 -0
  65. package/dist-es/commands/RetrieveMemoryRecordsCommand.js +2 -2
  66. package/dist-es/commands/SaveBrowserSessionProfileCommand.js +2 -2
  67. package/dist-es/commands/SearchRegistryRecordsCommand.js +2 -2
  68. package/dist-es/commands/StartBatchEvaluationCommand.js +2 -2
  69. package/dist-es/commands/StartBrowserSessionCommand.js +2 -2
  70. package/dist-es/commands/StartCodeInterpreterSessionCommand.js +2 -2
  71. package/dist-es/commands/StartMemoryExtractionJobCommand.js +2 -2
  72. package/dist-es/commands/StartRecommendationCommand.js +2 -2
  73. package/dist-es/commands/StopBatchEvaluationCommand.js +2 -2
  74. package/dist-es/commands/StopBrowserSessionCommand.js +2 -2
  75. package/dist-es/commands/StopCodeInterpreterSessionCommand.js +2 -2
  76. package/dist-es/commands/StopRuntimeSessionCommand.js +2 -2
  77. package/dist-es/commands/UpdateABTestCommand.js +2 -2
  78. package/dist-es/commands/UpdateBrowserStreamCommand.js +2 -2
  79. package/dist-es/commands/index.js +11 -0
  80. package/dist-es/endpoint/bdd.js +1 -1
  81. package/dist-es/endpoint/endpointResolver.js +1 -1
  82. package/dist-es/models/BedrockAgentCoreServiceException.js +1 -1
  83. package/dist-es/models/enums.js +45 -0
  84. package/dist-es/pagination/ListPaymentInstrumentsPaginator.js +4 -0
  85. package/dist-es/pagination/ListPaymentSessionsPaginator.js +4 -0
  86. package/dist-es/pagination/index.js +2 -0
  87. package/dist-es/runtimeConfig.browser.js +5 -7
  88. package/dist-es/runtimeConfig.js +5 -9
  89. package/dist-es/runtimeConfig.shared.js +3 -5
  90. package/dist-es/runtimeExtensions.js +2 -2
  91. package/dist-es/schemas/schemas_0.js +449 -25
  92. package/dist-types/BedrockAgentCore.d.ts +91 -0
  93. package/dist-types/BedrockAgentCoreClient.d.ts +19 -8
  94. package/dist-types/commands/BatchCreateMemoryRecordsCommand.d.ts +6 -4
  95. package/dist-types/commands/BatchDeleteMemoryRecordsCommand.d.ts +6 -4
  96. package/dist-types/commands/BatchUpdateMemoryRecordsCommand.d.ts +6 -4
  97. package/dist-types/commands/CompleteResourceTokenAuthCommand.d.ts +6 -4
  98. package/dist-types/commands/CreateABTestCommand.d.ts +6 -4
  99. package/dist-types/commands/CreateEventCommand.d.ts +6 -4
  100. package/dist-types/commands/CreatePaymentInstrumentCommand.d.ts +214 -0
  101. package/dist-types/commands/CreatePaymentSessionCommand.d.ts +124 -0
  102. package/dist-types/commands/DeleteABTestCommand.d.ts +6 -4
  103. package/dist-types/commands/DeleteBatchEvaluationCommand.d.ts +6 -4
  104. package/dist-types/commands/DeleteEventCommand.d.ts +6 -4
  105. package/dist-types/commands/DeleteMemoryRecordCommand.d.ts +6 -4
  106. package/dist-types/commands/DeletePaymentInstrumentCommand.d.ts +112 -0
  107. package/dist-types/commands/DeletePaymentSessionCommand.d.ts +107 -0
  108. package/dist-types/commands/DeleteRecommendationCommand.d.ts +6 -4
  109. package/dist-types/commands/EvaluateCommand.d.ts +6 -4
  110. package/dist-types/commands/GetABTestCommand.d.ts +6 -4
  111. package/dist-types/commands/GetAgentCardCommand.d.ts +6 -4
  112. package/dist-types/commands/GetBatchEvaluationCommand.d.ts +6 -4
  113. package/dist-types/commands/GetBrowserSessionCommand.d.ts +6 -4
  114. package/dist-types/commands/GetCodeInterpreterSessionCommand.d.ts +6 -4
  115. package/dist-types/commands/GetEventCommand.d.ts +6 -4
  116. package/dist-types/commands/GetMemoryRecordCommand.d.ts +6 -4
  117. package/dist-types/commands/GetPaymentInstrumentBalanceCommand.d.ts +104 -0
  118. package/dist-types/commands/GetPaymentInstrumentCommand.d.ts +157 -0
  119. package/dist-types/commands/GetPaymentSessionCommand.d.ts +114 -0
  120. package/dist-types/commands/GetRecommendationCommand.d.ts +6 -4
  121. package/dist-types/commands/GetResourceApiKeyCommand.d.ts +6 -4
  122. package/dist-types/commands/GetResourceOauth2TokenCommand.d.ts +6 -4
  123. package/dist-types/commands/GetResourcePaymentTokenCommand.d.ts +121 -0
  124. package/dist-types/commands/GetWorkloadAccessTokenCommand.d.ts +6 -4
  125. package/dist-types/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +6 -4
  126. package/dist-types/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +6 -4
  127. package/dist-types/commands/InvokeAgentRuntimeCommand.d.ts +6 -4
  128. package/dist-types/commands/InvokeAgentRuntimeCommandCommand.d.ts +6 -4
  129. package/dist-types/commands/InvokeBrowserCommand.d.ts +6 -4
  130. package/dist-types/commands/InvokeCodeInterpreterCommand.d.ts +6 -4
  131. package/dist-types/commands/InvokeHarnessCommand.d.ts +7 -5
  132. package/dist-types/commands/ListABTestsCommand.d.ts +6 -4
  133. package/dist-types/commands/ListActorsCommand.d.ts +6 -4
  134. package/dist-types/commands/ListBatchEvaluationsCommand.d.ts +6 -4
  135. package/dist-types/commands/ListBrowserSessionsCommand.d.ts +6 -4
  136. package/dist-types/commands/ListCodeInterpreterSessionsCommand.d.ts +6 -4
  137. package/dist-types/commands/ListEventsCommand.d.ts +6 -4
  138. package/dist-types/commands/ListMemoryExtractionJobsCommand.d.ts +6 -4
  139. package/dist-types/commands/ListMemoryRecordsCommand.d.ts +6 -4
  140. package/dist-types/commands/ListPaymentInstrumentsCommand.d.ts +105 -0
  141. package/dist-types/commands/ListPaymentSessionsCommand.d.ts +102 -0
  142. package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -4
  143. package/dist-types/commands/ListSessionsCommand.d.ts +6 -4
  144. package/dist-types/commands/ProcessPaymentCommand.d.ts +119 -0
  145. package/dist-types/commands/RetrieveMemoryRecordsCommand.d.ts +7 -5
  146. package/dist-types/commands/SaveBrowserSessionProfileCommand.d.ts +6 -4
  147. package/dist-types/commands/SearchRegistryRecordsCommand.d.ts +7 -6
  148. package/dist-types/commands/StartBatchEvaluationCommand.d.ts +6 -4
  149. package/dist-types/commands/StartBrowserSessionCommand.d.ts +6 -4
  150. package/dist-types/commands/StartCodeInterpreterSessionCommand.d.ts +6 -4
  151. package/dist-types/commands/StartMemoryExtractionJobCommand.d.ts +7 -5
  152. package/dist-types/commands/StartRecommendationCommand.d.ts +6 -4
  153. package/dist-types/commands/StopBatchEvaluationCommand.d.ts +6 -4
  154. package/dist-types/commands/StopBrowserSessionCommand.d.ts +6 -4
  155. package/dist-types/commands/StopCodeInterpreterSessionCommand.d.ts +6 -4
  156. package/dist-types/commands/StopRuntimeSessionCommand.d.ts +6 -4
  157. package/dist-types/commands/UpdateABTestCommand.d.ts +6 -4
  158. package/dist-types/commands/UpdateBrowserStreamCommand.d.ts +6 -4
  159. package/dist-types/commands/index.d.ts +11 -0
  160. package/dist-types/endpoint/bdd.d.ts +1 -1
  161. package/dist-types/extensionConfiguration.d.ts +1 -1
  162. package/dist-types/models/BedrockAgentCoreServiceException.d.ts +1 -1
  163. package/dist-types/models/enums.d.ts +140 -0
  164. package/dist-types/models/errors.d.ts +1 -1
  165. package/dist-types/models/models_0.d.ts +222 -154
  166. package/dist-types/models/models_1.d.ts +1321 -2
  167. package/dist-types/pagination/ListPaymentInstrumentsPaginator.d.ts +7 -0
  168. package/dist-types/pagination/ListPaymentSessionsPaginator.d.ts +7 -0
  169. package/dist-types/pagination/index.d.ts +2 -0
  170. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  171. package/dist-types/runtimeConfig.d.ts +2 -2
  172. package/dist-types/runtimeConfig.native.d.ts +2 -2
  173. package/dist-types/schemas/schemas_0.d.ts +59 -0
  174. package/dist-types/ts3.4/BedrockAgentCore.d.ts +201 -0
  175. package/dist-types/ts3.4/BedrockAgentCoreClient.d.ts +78 -18
  176. package/dist-types/ts3.4/commands/BatchCreateMemoryRecordsCommand.d.ts +6 -4
  177. package/dist-types/ts3.4/commands/BatchDeleteMemoryRecordsCommand.d.ts +6 -4
  178. package/dist-types/ts3.4/commands/BatchUpdateMemoryRecordsCommand.d.ts +6 -4
  179. package/dist-types/ts3.4/commands/CompleteResourceTokenAuthCommand.d.ts +6 -4
  180. package/dist-types/ts3.4/commands/CreateABTestCommand.d.ts +6 -4
  181. package/dist-types/ts3.4/commands/CreateEventCommand.d.ts +6 -4
  182. package/dist-types/ts3.4/commands/CreatePaymentInstrumentCommand.d.ts +53 -0
  183. package/dist-types/ts3.4/commands/CreatePaymentSessionCommand.d.ts +53 -0
  184. package/dist-types/ts3.4/commands/DeleteABTestCommand.d.ts +6 -4
  185. package/dist-types/ts3.4/commands/DeleteBatchEvaluationCommand.d.ts +6 -4
  186. package/dist-types/ts3.4/commands/DeleteEventCommand.d.ts +6 -4
  187. package/dist-types/ts3.4/commands/DeleteMemoryRecordCommand.d.ts +6 -4
  188. package/dist-types/ts3.4/commands/DeletePaymentInstrumentCommand.d.ts +53 -0
  189. package/dist-types/ts3.4/commands/DeletePaymentSessionCommand.d.ts +53 -0
  190. package/dist-types/ts3.4/commands/DeleteRecommendationCommand.d.ts +6 -4
  191. package/dist-types/ts3.4/commands/EvaluateCommand.d.ts +6 -8
  192. package/dist-types/ts3.4/commands/GetABTestCommand.d.ts +6 -8
  193. package/dist-types/ts3.4/commands/GetAgentCardCommand.d.ts +6 -4
  194. package/dist-types/ts3.4/commands/GetBatchEvaluationCommand.d.ts +6 -4
  195. package/dist-types/ts3.4/commands/GetBrowserSessionCommand.d.ts +6 -4
  196. package/dist-types/ts3.4/commands/GetCodeInterpreterSessionCommand.d.ts +6 -4
  197. package/dist-types/ts3.4/commands/GetEventCommand.d.ts +6 -8
  198. package/dist-types/ts3.4/commands/GetMemoryRecordCommand.d.ts +6 -4
  199. package/dist-types/ts3.4/commands/GetPaymentInstrumentBalanceCommand.d.ts +53 -0
  200. package/dist-types/ts3.4/commands/GetPaymentInstrumentCommand.d.ts +53 -0
  201. package/dist-types/ts3.4/commands/GetPaymentSessionCommand.d.ts +53 -0
  202. package/dist-types/ts3.4/commands/GetRecommendationCommand.d.ts +6 -4
  203. package/dist-types/ts3.4/commands/GetResourceApiKeyCommand.d.ts +6 -4
  204. package/dist-types/ts3.4/commands/GetResourceOauth2TokenCommand.d.ts +6 -4
  205. package/dist-types/ts3.4/commands/GetResourcePaymentTokenCommand.d.ts +53 -0
  206. package/dist-types/ts3.4/commands/GetWorkloadAccessTokenCommand.d.ts +6 -4
  207. package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForJWTCommand.d.ts +6 -4
  208. package/dist-types/ts3.4/commands/GetWorkloadAccessTokenForUserIdCommand.d.ts +6 -4
  209. package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommand.d.ts +6 -4
  210. package/dist-types/ts3.4/commands/InvokeAgentRuntimeCommandCommand.d.ts +6 -4
  211. package/dist-types/ts3.4/commands/InvokeBrowserCommand.d.ts +6 -4
  212. package/dist-types/ts3.4/commands/InvokeCodeInterpreterCommand.d.ts +6 -4
  213. package/dist-types/ts3.4/commands/InvokeHarnessCommand.d.ts +6 -4
  214. package/dist-types/ts3.4/commands/ListABTestsCommand.d.ts +6 -4
  215. package/dist-types/ts3.4/commands/ListActorsCommand.d.ts +6 -4
  216. package/dist-types/ts3.4/commands/ListBatchEvaluationsCommand.d.ts +6 -4
  217. package/dist-types/ts3.4/commands/ListBrowserSessionsCommand.d.ts +6 -4
  218. package/dist-types/ts3.4/commands/ListCodeInterpreterSessionsCommand.d.ts +6 -4
  219. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +6 -4
  220. package/dist-types/ts3.4/commands/ListMemoryExtractionJobsCommand.d.ts +6 -4
  221. package/dist-types/ts3.4/commands/ListMemoryRecordsCommand.d.ts +6 -4
  222. package/dist-types/ts3.4/commands/ListPaymentInstrumentsCommand.d.ts +53 -0
  223. package/dist-types/ts3.4/commands/ListPaymentSessionsCommand.d.ts +53 -0
  224. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +6 -4
  225. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +6 -4
  226. package/dist-types/ts3.4/commands/ProcessPaymentCommand.d.ts +52 -0
  227. package/dist-types/ts3.4/commands/RetrieveMemoryRecordsCommand.d.ts +7 -5
  228. package/dist-types/ts3.4/commands/SaveBrowserSessionProfileCommand.d.ts +6 -4
  229. package/dist-types/ts3.4/commands/SearchRegistryRecordsCommand.d.ts +10 -6
  230. package/dist-types/ts3.4/commands/StartBatchEvaluationCommand.d.ts +6 -4
  231. package/dist-types/ts3.4/commands/StartBrowserSessionCommand.d.ts +6 -4
  232. package/dist-types/ts3.4/commands/StartCodeInterpreterSessionCommand.d.ts +6 -4
  233. package/dist-types/ts3.4/commands/StartMemoryExtractionJobCommand.d.ts +7 -5
  234. package/dist-types/ts3.4/commands/StartRecommendationCommand.d.ts +6 -4
  235. package/dist-types/ts3.4/commands/StopBatchEvaluationCommand.d.ts +6 -4
  236. package/dist-types/ts3.4/commands/StopBrowserSessionCommand.d.ts +6 -4
  237. package/dist-types/ts3.4/commands/StopCodeInterpreterSessionCommand.d.ts +6 -4
  238. package/dist-types/ts3.4/commands/StopRuntimeSessionCommand.d.ts +6 -4
  239. package/dist-types/ts3.4/commands/UpdateABTestCommand.d.ts +6 -4
  240. package/dist-types/ts3.4/commands/UpdateBrowserStreamCommand.d.ts +6 -4
  241. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  242. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  243. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  244. package/dist-types/ts3.4/models/BedrockAgentCoreServiceException.d.ts +1 -1
  245. package/dist-types/ts3.4/models/enums.d.ts +62 -0
  246. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  247. package/dist-types/ts3.4/models/models_0.d.ts +84 -38
  248. package/dist-types/ts3.4/models/models_1.d.ts +423 -2
  249. package/dist-types/ts3.4/pagination/ListPaymentInstrumentsPaginator.d.ts +11 -0
  250. package/dist-types/ts3.4/pagination/ListPaymentSessionsPaginator.d.ts +11 -0
  251. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  252. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  253. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  254. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  255. package/dist-types/ts3.4/schemas/schemas_0.d.ts +59 -0
  256. package/package.json +13 -38
@@ -1,4 +1,4 @@
1
- const _A = "Accept";
1
+ const _A = "Amount";
2
2
  const _ABTEC = "ABTestEvaluationConfig";
3
3
  const _ABTR = "ABTestResults";
4
4
  const _ABTS = "ABTestSummary";
@@ -7,6 +7,7 @@ const _ACD = "AgentCardDefinition";
7
7
  const _AD = "A2aDescriptor";
8
8
  const _ADE = "AccessDeniedException";
9
9
  const _AKT = "ApiKeyType";
10
+ const _AL = "AvailableLimits";
10
11
  const _AS = "ActorSummary";
11
12
  const _ASD = "AgentSkillsDescriptor";
12
13
  const _ASL = "ActorSummaryList";
@@ -15,6 +16,7 @@ const _ASu = "AutomationStream";
15
16
  const _ATC = "AgentTracesConfig";
16
17
  const _ATT = "AccessTokenType";
17
18
  const _AUT = "AuthorizationUrlType";
19
+ const _Ac = "Accept";
18
20
  const _B = "Body";
19
21
  const _BA = "BasicAuth";
20
22
  const _BAR = "BrowserActionResult";
@@ -49,6 +51,9 @@ const _CBL = "ContentBlockList";
49
51
  const _CBR = "ConfigurationBundleRef";
50
52
  const _CBTE = "ConfigurationBundleToolEntry";
51
53
  const _CBTEL = "ConfigurationBundleToolEntryList";
54
+ const _CCPJTT = "CoinbaseCdpPaymentJwtTokenType";
55
+ const _CCTRI = "CoinbaseCdpTokenRequestInput";
56
+ const _CCTRO = "CoinbaseCdpTokenResponseOutput";
52
57
  const _CD = "CustomDescriptor";
53
58
  const _CDE = "ContentDeltaEvent";
54
59
  const _CE = "ConflictException";
@@ -61,6 +66,12 @@ const _CISO = "CodeInterpreterStreamOutput";
61
66
  const _CISS = "CodeInterpreterSessionSummary";
62
67
  const _CISSo = "CodeInterpreterSessionSummaries";
63
68
  const _CL = "CertificateLocation";
69
+ const _CPI = "CreatePaymentInstrument";
70
+ const _CPIR = "CreatePaymentInstrumentRequest";
71
+ const _CPIRr = "CreatePaymentInstrumentResponse";
72
+ const _CPS = "CreatePaymentSession";
73
+ const _CPSR = "CreatePaymentSessionRequest";
74
+ const _CPSRr = "CreatePaymentSessionResponse";
64
75
  const _CRPT = "CustomRequestParametersType";
65
76
  const _CRTA = "CompleteResourceTokenAuth";
66
77
  const _CRTAR = "CompleteResourceTokenAuthRequest";
@@ -77,6 +88,8 @@ const _CWLR = "CloudWatchLogsRule";
77
88
  const _CWLS = "CloudWatchLogsSource";
78
89
  const _CWLTC = "CloudWatchLogsTraceConfig";
79
90
  const _CWOC = "CloudWatchOutputConfig";
91
+ const _CXPI = "CryptoX402PaymentInput";
92
+ const _CXPO = "CryptoX402PaymentOutput";
80
93
  const _Ce = "Certificates";
81
94
  const _Co = "Conversational";
82
95
  const _Con = "Content";
@@ -95,15 +108,22 @@ const _DIE = "DuplicateIdException";
95
108
  const _DMR = "DeleteMemoryRecord";
96
109
  const _DMRI = "DeleteMemoryRecordInput";
97
110
  const _DMRO = "DeleteMemoryRecordOutput";
111
+ const _DPI = "DeletePaymentInstrument";
112
+ const _DPIR = "DeletePaymentInstrumentRequest";
113
+ const _DPIRe = "DeletePaymentInstrumentResponse";
114
+ const _DPS = "DeletePaymentSession";
115
+ const _DPSR = "DeletePaymentSessionRequest";
116
+ const _DPSRe = "DeletePaymentSessionResponse";
98
117
  const _DR = "DeleteRecommendation";
99
118
  const _DRR = "DeleteRecommendationRequest";
100
119
  const _DRRe = "DeleteRecommendationResponse";
101
120
  const _DSC = "DataSourceConfig";
102
121
  const _De = "Descriptors";
103
122
  const _Do = "Document";
104
- const _E = "Evaluator";
123
+ const _E = "Email";
105
124
  const _EC = "EvaluationContent";
106
125
  const _ECL = "EvaluationContentList";
126
+ const _ECW = "EmbeddedCryptoWallet";
107
127
  const _EE = "EvaluationExplanation";
108
128
  const _EET = "EvaluationExpectedTrajectory";
109
129
  const _EI = "EvaluationInput";
@@ -131,8 +151,9 @@ const _ES = "EvaluatorStatistics";
131
151
  const _ESL = "EvaluatorSummaryList";
132
152
  const _ESv = "EvaluatorSummary";
133
153
  const _ET = "EvaluationTarget";
134
- const _Ev = "Event";
154
+ const _Ev = "Evaluator";
135
155
  const _Eva = "Evaluate";
156
+ const _Eve = "Event";
136
157
  const _FI = "FilterInput";
137
158
  const _FV = "FilterValue";
138
159
  const _GABT = "GetABTest";
@@ -157,6 +178,15 @@ const _GF = "GatewayFilter";
157
178
  const _GMR = "GetMemoryRecord";
158
179
  const _GMRI = "GetMemoryRecordInput";
159
180
  const _GMRO = "GetMemoryRecordOutput";
181
+ const _GPI = "GetPaymentInstrument";
182
+ const _GPIB = "GetPaymentInstrumentBalance";
183
+ const _GPIBR = "GetPaymentInstrumentBalanceRequest";
184
+ const _GPIBRe = "GetPaymentInstrumentBalanceResponse";
185
+ const _GPIR = "GetPaymentInstrumentRequest";
186
+ const _GPIRe = "GetPaymentInstrumentResponse";
187
+ const _GPS = "GetPaymentSession";
188
+ const _GPSR = "GetPaymentSessionRequest";
189
+ const _GPSRe = "GetPaymentSessionResponse";
160
190
  const _GR = "GetRecommendation";
161
191
  const _GRAK = "GetResourceApiKey";
162
192
  const _GRAKR = "GetResourceApiKeyRequest";
@@ -164,6 +194,9 @@ const _GRAKRe = "GetResourceApiKeyResponse";
164
194
  const _GROT = "GetResourceOauth2Token";
165
195
  const _GROTR = "GetResourceOauth2TokenRequest";
166
196
  const _GROTRe = "GetResourceOauth2TokenResponse";
197
+ const _GRPT = "GetResourcePaymentToken";
198
+ const _GRPTR = "GetResourcePaymentTokenRequest";
199
+ const _GRPTRe = "GetResourcePaymentTokenResponse";
167
200
  const _GRR = "GetRecommendationRequest";
168
201
  const _GRRe = "GetRecommendationResponse";
169
202
  const _GTS = "GroundTruthSource";
@@ -254,12 +287,18 @@ const _KSA = "KeyShortcutArguments";
254
287
  const _KSR = "KeyShortcutResult";
255
288
  const _KTA = "KeyTypeArguments";
256
289
  const _KTR = "KeyTypeResult";
257
- const _LA = "ListActors";
290
+ const _LA = "LinkedAccount";
258
291
  const _LABT = "ListABTests";
259
292
  const _LABTR = "ListABTestsRequest";
260
293
  const _LABTRi = "ListABTestsResponse";
294
+ const _LADJ = "LinkedAccountDeveloperJwt";
295
+ const _LAE = "LinkedAccountEmail";
261
296
  const _LAI = "ListActorsInput";
297
+ const _LAL = "LinkedAccountList";
262
298
  const _LAO = "ListActorsOutput";
299
+ const _LAOA = "LinkedAccountOAuth2";
300
+ const _LAS = "LinkedAccountSms";
301
+ const _LAi = "ListActors";
263
302
  const _LBE = "ListBatchEvaluations";
264
303
  const _LBER = "ListBatchEvaluationsRequest";
265
304
  const _LBERi = "ListBatchEvaluationsResponse";
@@ -279,6 +318,12 @@ const _LMEJO = "ListMemoryExtractionJobsOutput";
279
318
  const _LMR = "ListMemoryRecords";
280
319
  const _LMRI = "ListMemoryRecordsInput";
281
320
  const _LMRO = "ListMemoryRecordsOutput";
321
+ const _LPI = "ListPaymentInstruments";
322
+ const _LPIR = "ListPaymentInstrumentsRequest";
323
+ const _LPIRi = "ListPaymentInstrumentsResponse";
324
+ const _LPS = "ListPaymentSessions";
325
+ const _LPSR = "ListPaymentSessionsRequest";
326
+ const _LPSRi = "ListPaymentSessionsResponse";
282
327
  const _LR = "ListRecommendations";
283
328
  const _LRR = "ListRecommendationsRequest";
284
329
  const _LRRi = "ListRecommendationsResponse";
@@ -319,6 +364,7 @@ const _MSA = "MouseScrollArguments";
319
364
  const _MSI = "Mcp-Session-Id";
320
365
  const _MSR = "MouseScrollResult";
321
366
  const _MV = "MetadataValue";
367
+ const _OAA = "OAuth2Authentication";
322
368
  const _OACP = "OAuthCredentialProvider";
323
369
  const _OACPV = "OAuthCustomParametersValue";
324
370
  const _OACPu = "OAuthCustomParameters";
@@ -327,8 +373,24 @@ const _P = "Proxies";
327
373
  const _PB = "ProxyBypass";
328
374
  const _PC = "ProxyConfiguration";
329
375
  const _PCr = "ProxyCredentials";
376
+ const _PD = "PaymentDocument";
377
+ const _PI = "PaymentInstrument";
378
+ const _PID = "PaymentInstrumentDetails";
379
+ const _PIS = "PaymentInstrumentSummary";
380
+ const _PISL = "PaymentInstrumentSummaryList";
381
+ const _PIa = "PaymentInput";
382
+ const _PN = "PhoneNumber";
383
+ const _PO = "PaymentOutput";
384
+ const _PP = "ProcessPayment";
385
+ const _PPR = "ProcessPaymentRequest";
386
+ const _PPRr = "ProcessPaymentResponse";
387
+ const _PS = "PaymentSession";
388
+ const _PSS = "PaymentSessionSummary";
389
+ const _PSSL = "PaymentSessionSummaryList";
330
390
  const _PT = "PayloadType";
331
391
  const _PTL = "PayloadTypeList";
392
+ const _PTRI = "PaymentTokenRequestInput";
393
+ const _PTRO = "PaymentTokenResponseOutput";
332
394
  const _PVOEC = "PerVariantOnlineEvaluationConfig";
333
395
  const _PVOECL = "PerVariantOnlineEvaluationConfigList";
334
396
  const _Pr = "Proxy";
@@ -385,6 +447,7 @@ const _SF = "SessionFilter";
385
447
  const _SFC = "SessionFilterConfig";
386
448
  const _SJ = "SensitiveJson";
387
449
  const _SL = "S3Location";
450
+ const _SLe = "SessionLimits";
388
451
  const _SMD = "SkillMdDefinition";
389
452
  const _SMEJ = "StartMemoryExtractionJob";
390
453
  const _SMEJI = "StartMemoryExtractionJobInput";
@@ -392,11 +455,16 @@ const _SMEJO = "StartMemoryExtractionJobOutput";
392
455
  const _SML = "SecretsManagerLocation";
393
456
  const _SMLe = "SessionMetadataList";
394
457
  const _SMS = "SessionMetadataShape";
458
+ const _SPAST = "StripePrivyAuthorizationSignatureType";
459
+ const _SPBATT = "StripePrivyBasicAuthTokenType";
395
460
  const _SPC = "SystemPromptConfig";
396
461
  const _SPCB = "SystemPromptConfigurationBundle";
462
+ const _SPRBT = "StripePrivyRequestBodyType";
397
463
  const _SPRC = "SystemPromptRecommendationConfig";
398
464
  const _SPRR = "SystemPromptRecommendationResult";
399
465
  const _SPT = "SystemPromptText";
466
+ const _SPTRI = "StripePrivyTokenRequestInput";
467
+ const _SPTRO = "StripePrivyTokenResponseOutput";
400
468
  const _SQEE = "ServiceQuotaExceededException";
401
469
  const _SR = "ScreenshotResult";
402
470
  const _SRR = "StartRecommendationRequest";
@@ -415,6 +483,7 @@ const _ST = "SensitiveText";
415
483
  const _SU = "StreamUpdate";
416
484
  const _Sp = "Spans";
417
485
  const _TA = "ToolArguments";
486
+ const _TB = "TokenBalance";
418
487
  const _TD = "ToolsDefinition";
419
488
  const _TDC = "ToolDescriptionConfig";
420
489
  const _TDCB = "ToolDescriptionConfigurationBundle";
@@ -451,6 +520,8 @@ const _VP = "ViewPort";
451
520
  const _VR = "VariantResult";
452
521
  const _VRL = "VariantResultList";
453
522
  const _WITT = "WorkloadIdentityTokenType";
523
+ const _XABAPAN = "X-Amzn-Bedrock-AgentCore-Payments-Agent-Name";
524
+ const _XABAPUI = "X-Amzn-Bedrock-AgentCore-Payments-User-Id";
454
525
  const _XABARSI = "X-Amzn-Bedrock-AgentCore-Runtime-Session-Id";
455
526
  const _XABARUI = "X-Amzn-Bedrock-AgentCore-Runtime-User-Id";
456
527
  const _XATI = "X-Amzn-Trace-Id";
@@ -463,14 +534,19 @@ const _aCb = "absoluteChange";
463
534
  const _aDE = "accessDeniedException";
464
535
  const _aI = "actorId";
465
536
  const _aIc = "accountId";
537
+ const _aIp = "appId";
466
538
  const _aIw = "awsIam";
467
539
  const _aK = "apiKey";
468
540
  const _aKA = "apiKeyArn";
541
+ const _aL = "availableLimits";
542
+ const _aN = "agentName";
469
543
  const _aRA = "agentRuntimeArn";
470
544
  const _aS = "automationStream";
545
+ const _aSA = "availableSpendAmount";
471
546
  const _aSU = "automationStreamUpdate";
472
547
  const _aSc = "actorSummaries";
473
548
  const _aSg = "agentSkills";
549
+ const _aSu = "authorizationSignature";
474
550
  const _aSv = "averageScore";
475
551
  const _aT = "analysisTimestamp";
476
552
  const _aTA = "abTestArn";
@@ -482,11 +558,14 @@ const _aTl = "allowedTools";
482
558
  const _aU = "authorizationUrl";
483
559
  const _ac = "accept";
484
560
  const _act = "action";
561
+ const _am = "amount";
562
+ const _ap = "apple";
485
563
  const _ar = "arguments";
486
564
  const _as = "assertions";
487
565
  const _au = "audiences";
488
566
  const _b = "branch";
489
567
  const _bA = "bundleArn";
568
+ const _bAT = "basicAuthToken";
490
569
  const _bAa = "basicAuth";
491
570
  const _bAr = "browserArn";
492
571
  const _bE = "batchEvaluations";
@@ -495,6 +574,7 @@ const _bEI = "batchEvaluationId";
495
574
  const _bEN = "batchEvaluationName";
496
575
  const _bI = "browserIdentifier";
497
576
  const _bMC = "bedrockModelConfig";
577
+ const _bT = "bearerToken";
498
578
  const _bV = "bundleVersion";
499
579
  const _bVo = "booleanValue";
500
580
  const _ba = "baggage";
@@ -511,6 +591,8 @@ const _cBI = "contentBlockIndex";
511
591
  const _cBS = "contentBlockStart";
512
592
  const _cBSo = "contentBlockStop";
513
593
  const _cC = "clickCount";
594
+ const _cCTR = "coinbaseCdpTokenRequest";
595
+ const _cCTRo = "coinbaseCdpTokenResponse";
514
596
  const _cCl = "clearContext";
515
597
  const _cD = "contentDelta";
516
598
  const _cE = "conflictException";
@@ -530,8 +612,10 @@ const _cTo = "contentType";
530
612
  const _cWC = "cloudWatchConfig";
531
613
  const _cWIT = "cacheWriteInputTokens";
532
614
  const _cWL = "cloudWatchLogs";
615
+ const _cX = "cryptoX402";
533
616
  const _ce = "certificates";
534
- const _ch = "chunk";
617
+ const _ch = "chain";
618
+ const _chu = "chunk";
535
619
  const _co = "content";
536
620
  const _cod = "code";
537
621
  const _com = "command";
@@ -539,8 +623,10 @@ const _con = "context";
539
623
  const _conf = "config";
540
624
  const _conv = "conversational";
541
625
  const _cr = "credentials";
542
- const _cu = "custom";
626
+ const _cu = "currency";
627
+ const _cus = "custom";
543
628
  const _d = "description";
629
+ const _dJ = "developerJwt";
544
630
  const _dP = "domainPatterns";
545
631
  const _dPi = "directoryPath";
546
632
  const _dRU = "defaultReturnUrl";
@@ -552,10 +638,13 @@ const _dX = "deltaX";
552
638
  const _dY = "deltaY";
553
639
  const _da = "data";
554
640
  const _de = "delta";
641
+ const _dec = "decimals";
555
642
  const _des = "descriptors";
556
643
  const _e = "error";
557
644
  const _eA = "evaluatorArn";
645
+ const _eAm = "emailAddress";
558
646
  const _eC = "exitCode";
647
+ const _eCW = "embeddedCryptoWallet";
559
648
  const _eCr = "errorCode";
560
649
  const _eCv = "evaluationConfig";
561
650
  const _eD = "errorDetails";
@@ -578,12 +667,14 @@ const _eRx = "expectedResponse";
578
667
  const _eS = "executionStatus";
579
668
  const _eSv = "evaluatorSummaries";
580
669
  const _eT = "endTime";
670
+ const _eTIM = "expiryTimeInMinutes";
581
671
  const _eTv = "eventTimestamp";
582
672
  const _eTva = "evaluationTarget";
583
673
  const _eTx = "expectedTrajectory";
584
674
  const _eTxe = "executionTime";
585
675
  const _eX = "endX";
586
676
  const _eY = "endY";
677
+ const _em = "email";
587
678
  const _ev = "evaluators";
588
679
  const _eve = "event";
589
680
  const _even = "events";
@@ -597,11 +688,13 @@ const _fR = "failedRecords";
597
688
  const _fRa = "failureReason";
598
689
  const _fi = "filter";
599
690
  const _fo = "format";
691
+ const _g = "google";
600
692
  const _gA = "gatewayArn";
601
693
  const _gF = "gatewayFilter";
602
694
  const _gMC = "geminiModelConfig";
603
695
  const _gT = "grantType";
604
696
  const _gTr = "groundTruth";
697
+ const _gi = "github";
605
698
  const _h = "headers";
606
699
  const _hA = "harnessArn";
607
700
  const _hE = "httpError";
@@ -610,6 +703,7 @@ const _hQ = "httpQuery";
610
703
  const _he = "height";
611
704
  const _ht = "http";
612
705
  const _i = "input";
706
+ const _iAS = "includeAuthorizationSignature";
613
707
  const _iC = "inlineContent";
614
708
  const _iE = "isError";
615
709
  const _iF = "inlineFunction";
@@ -621,6 +715,7 @@ const _iSE = "internalServerException";
621
715
  const _iSs = "isSignificant";
622
716
  const _iT = "idempotencyToken";
623
717
  const _iTn = "inputTokens";
718
+ const _iWAT = "includeWalletAuthToken";
624
719
  const _in = "inline";
625
720
  const _it = "items";
626
721
  const _j = "jobs";
@@ -632,7 +727,9 @@ const _kP = "keyPress";
632
727
  const _kS = "keyShortcut";
633
728
  const _kT = "keyType";
634
729
  const _ke = "keys";
730
+ const _ki = "kid";
635
731
  const _l = "location";
732
+ const _lA = "linkedAccounts";
636
733
  const _lGA = "logGroupArns";
637
734
  const _lGN = "logGroupNames";
638
735
  const _lGNo = "logGroupName";
@@ -643,6 +740,7 @@ const _lVS = "liveViewStream";
643
740
  const _la = "label";
644
741
  const _lan = "language";
645
742
  const _le = "left";
743
+ const _li = "limits";
646
744
  const _lo = "lower";
647
745
  const _m = "message";
648
746
  const _mC = "mouseClick";
@@ -662,6 +760,7 @@ const _mRI = "memoryRecordId";
662
760
  const _mRS = "memoryRecordSummaries";
663
761
  const _mRa = "maxResults";
664
762
  const _mS = "mouseScroll";
763
+ const _mSA = "maxSpendAmount";
665
764
  const _mSI = "mcpSessionId";
666
765
  const _mSIe = "memoryStrategyId";
667
766
  const _mSe = "messageStart";
@@ -685,10 +784,12 @@ const _nT = "nextToken";
685
784
  const _nV = "numberValue";
686
785
  const _na = "namespace";
687
786
  const _nam = "namespaces";
787
+ const _ne = "network";
688
788
  const _no = "none";
689
789
  const _o = "operator";
690
790
  const _oA = "outboundAuth";
691
791
  const _oAMC = "openAiModelConfig";
792
+ const _oAu = "oAuth2";
692
793
  const _oC = "outputConfig";
693
794
  const _oECA = "onlineEvaluationConfigArn";
694
795
  const _oF = "oauth2Flow";
@@ -697,9 +798,26 @@ const _oa = "oauth";
697
798
  const _p = "payload";
698
799
  const _pA = "providerArn";
699
800
  const _pC = "profileConfiguration";
801
+ const _pCI = "paymentConnectorId";
700
802
  const _pCe = "percentChange";
701
803
  const _pCr = "proxyConfiguration";
702
804
  const _pI = "profileIdentifier";
805
+ const _pID = "paymentInstrumentDetails";
806
+ const _pII = "paymentInstrumentId";
807
+ const _pIT = "paymentInstrumentType";
808
+ const _pIa = "paymentInstrument";
809
+ const _pIay = "paymentInstruments";
810
+ const _pIaym = "paymentInput";
811
+ const _pMA = "paymentManagerArn";
812
+ const _pN = "phoneNumber";
813
+ const _pO = "paymentOutput";
814
+ const _pPI = "processPaymentId";
815
+ const _pS = "paymentSession";
816
+ const _pSI = "paymentSessionId";
817
+ const _pSa = "paymentSessions";
818
+ const _pT = "paymentType";
819
+ const _pTR = "paymentTokenRequest";
820
+ const _pTRa = "paymentTokenResponse";
703
821
  const _pV = "protocolVersion";
704
822
  const _pVOEC = "perVariantOnlineEvaluationConfig";
705
823
  const _pVa = "pValue";
@@ -716,19 +834,24 @@ const _rA = "roleArn";
716
834
  const _rAe = "recommendationArn";
717
835
  const _rAec = "recordArn";
718
836
  const _rAeg = "registryArn";
837
+ const _rB = "requestBody";
719
838
  const _rC = "recommendationConfig";
720
839
  const _rCE = "runtimeClientError";
721
840
  const _rCPN = "resourceCredentialProviderName";
722
841
  const _rCe = "reasoningContent";
723
842
  const _rCed = "redactedContent";
843
+ const _rE = "requestExpiry";
724
844
  const _rEI = "rootEventId";
845
+ const _rH = "requestHost";
725
846
  const _rI = "recommendationId";
726
847
  const _rIe = "requestIdentifier";
727
848
  const _rIec = "recordId";
728
849
  const _rIeg = "registryIds";
729
- const _rM = "remoteMcp";
850
+ const _rM = "requestMethod";
851
+ const _rMe = "remoteMcp";
730
852
  const _rNFE = "resourceNotFoundException";
731
853
  const _rORU = "resourceOauth2ReturnUrl";
854
+ const _rP = "requestPath";
732
855
  const _rR = "recommendationResult";
733
856
  const _rRe = "registryRecords";
734
857
  const _rS = "recommendationSummaries";
@@ -736,6 +859,7 @@ const _rSI = "runtimeSessionId";
736
859
  const _rSP = "recommendedSystemPrompt";
737
860
  const _rT = "reasoningText";
738
861
  const _rTD = "recommendedToolDescription";
862
+ const _rU = "redirectUrl";
739
863
  const _rUI = "runtimeUserId";
740
864
  const _re = "records";
741
865
  const _res = "resource";
@@ -773,6 +897,8 @@ const _sP = "systemPrompt";
773
897
  const _sPJP = "systemPromptJsonPath";
774
898
  const _sPRC = "systemPromptRecommendationConfig";
775
899
  const _sPRR = "systemPromptRecommendationResult";
900
+ const _sPTR = "stripePrivyTokenRequest";
901
+ const _sPTRt = "stripePrivyTokenResponse";
776
902
  const _sQ = "searchQuery";
777
903
  const _sQEE = "serviceQuotaExceededException";
778
904
  const _sR = "successfulRecords";
@@ -800,6 +926,7 @@ const _sen = "sensitive";
800
926
  const _si = "size";
801
927
  const _sig = "signature";
802
928
  const _sk = "skills";
929
+ const _sm = "sms";
803
930
  const _st = "streaming";
804
931
  const _sta = "status";
805
932
  const _star = "start";
@@ -808,7 +935,9 @@ const _std = "stdout";
808
935
  const _stde = "stderr";
809
936
  const _str = "streams";
810
937
  const _stre = "stream";
938
+ const _su = "sub";
811
939
  const _t = "type";
940
+ const _tB = "tokenBalance";
812
941
  const _tD = "toolDescription";
813
942
  const _tDJP = "toolDescriptionJsonPath";
814
943
  const _tDRC = "toolDescriptionRecommendationConfig";
@@ -839,10 +968,12 @@ const _tUI = "toolUseId";
839
968
  const _tUo = "toolUse";
840
969
  const _ta = "target";
841
970
  const _te = "text";
971
+ const _tel = "telegram";
842
972
  const _tem = "temperature";
843
973
  const _ti = "timeout";
844
974
  const _tim = "timestamp";
845
- const _to = "tools";
975
+ const _to = "token";
976
+ const _too = "tools";
846
977
  const _tr = "traceparent";
847
978
  const _tra = "tracestate";
848
979
  const _tu = "turns";
@@ -854,6 +985,7 @@ const _uT = "userToken";
854
985
  const _ur = "uri";
855
986
  const _url = "url";
856
987
  const _us = "usage";
988
+ const _use = "username";
857
989
  const _v = "value";
858
990
  const _vC = "variantConfiguration";
859
991
  const _vE = "validationException";
@@ -864,7 +996,9 @@ const _vR = "variantResults";
864
996
  const _va = "variants";
865
997
  const _ve = "version";
866
998
  const _w = "weight";
867
- const _wAT = "workloadAccessToken";
999
+ const _wA = "walletAddress";
1000
+ const _wAT = "walletAuthToken";
1001
+ const _wATo = "workloadAccessToken";
868
1002
  const _wIT = "workloadIdentityToken";
869
1003
  const _wN = "workloadName";
870
1004
  const _wi = "width";
@@ -972,18 +1106,25 @@ var AccessTokenType = [0, n0, _ATT, 8, 0];
972
1106
  var ApiKeyType = [0, n0, _AKT, 8, 0];
973
1107
  var AuthorizationUrlType = [0, n0, _AUT, 8, 0];
974
1108
  var Body = [0, n0, _B, 8, 21];
1109
+ var CoinbaseCdpPaymentJwtTokenType = [0, n0, _CCPJTT, 8, 0];
975
1110
  var CustomRequestValueType = [0, n0, _CRVT, 8, 0];
976
1111
  var Description = [0, n0, _D, 8, 0];
977
1112
  var Document = [0, n0, _Do, 8, 15];
1113
+ var Email = [0, n0, _E, 8, 0];
978
1114
  var EvaluationExplanation = [0, n0, _EE, 8, 0];
979
1115
  var HarnessInlineFunctionDescription = [0, n0, _HIFD, 8, 0];
980
1116
  var HarnessRemoteMcpUrl = [0, n0, _HRMU, 8, 0];
981
1117
  var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
1118
+ var PaymentDocument = [0, n0, _PD, 8, 15];
1119
+ var PhoneNumber = [0, n0, _PN, 8, 0];
982
1120
  var ResponseStream = [0, n0, _RS, { [_sen]: 1, [_st]: 1 }, 42];
983
1121
  var SensitiveJson = [0, n0, _SJ, 8, 15];
984
1122
  var SensitiveString = [0, n0, _SS, 8, 0];
985
1123
  var SensitiveText = [0, n0, _ST, 8, 0];
986
1124
  var State = [0, n0, _S, 8, 0];
1125
+ var StripePrivyAuthorizationSignatureType = [0, n0, _SPAST, 8, 0];
1126
+ var StripePrivyBasicAuthTokenType = [0, n0, _SPBATT, 8, 0];
1127
+ var StripePrivyRequestBodyType = [0, n0, _SPRBT, 8, 0];
987
1128
  var SystemPromptText = [0, n0, _SPT, 8, 0];
988
1129
  var ToolDescriptionText = [0, n0, _TDT, 8, 0];
989
1130
  var UserTokenType = [0, n0, _UTT, 8, 0];
@@ -1018,6 +1159,11 @@ export var AgentSkillsDescriptor$ = [3, n0, _ASD,
1018
1159
  [_sM, _sD],
1019
1160
  [() => SkillMdDefinition$, () => SkillDefinition$], 1
1020
1161
  ];
1162
+ export var Amount$ = [3, n0, _A,
1163
+ 0,
1164
+ [_v, _cu],
1165
+ [0, 0], 2
1166
+ ];
1021
1167
  export var AutomationStream$ = [3, n0, _ASu,
1022
1168
  0,
1023
1169
  [_sE, _sS],
@@ -1028,6 +1174,11 @@ export var AutomationStreamUpdate$ = [3, n0, _ASU,
1028
1174
  [_sS],
1029
1175
  [0]
1030
1176
  ];
1177
+ export var AvailableLimits$ = [3, n0, _AL,
1178
+ 0,
1179
+ [_aSA, _uA],
1180
+ [() => Amount$, 5]
1181
+ ];
1031
1182
  export var BasicAuth$ = [3, n0, _BA,
1032
1183
  0,
1033
1184
  [_sA],
@@ -1148,6 +1299,16 @@ export var CodeInterpreterSessionSummary$ = [3, n0, _CISS,
1148
1299
  [_cII, _sI, _sta, _cA, _n, _lUA],
1149
1300
  [0, 0, 0, 5, 0, 5], 4
1150
1301
  ];
1302
+ export var CoinbaseCdpTokenRequestInput$ = [3, n0, _CCTRI,
1303
+ 0,
1304
+ [_rM, _rP, _rH, _iWAT, _rB],
1305
+ [0, 0, 0, 2, 0], 2
1306
+ ];
1307
+ export var CoinbaseCdpTokenResponseOutput$ = [3, n0, _CCTRO,
1308
+ 0,
1309
+ [_bT, _wAT],
1310
+ [[() => CoinbaseCdpPaymentJwtTokenType, 0], [() => CoinbaseCdpPaymentJwtTokenType, 0]], 1
1311
+ ];
1151
1312
  export var CompleteResourceTokenAuthRequest$ = [3, n0, _CRTAR,
1152
1313
  0,
1153
1314
  [_uI, _sU],
@@ -1223,6 +1384,36 @@ export var CreateEventOutput$ = [3, n0, _CEO,
1223
1384
  [_eve],
1224
1385
  [[() => Event$, 0]], 1
1225
1386
  ];
1387
+ export var CreatePaymentInstrumentRequest$ = [3, n0, _CPIR,
1388
+ 0,
1389
+ [_pMA, _pCI, _pIT, _pID, _uIs, _aN, _cT],
1390
+ [0, 0, 0, [() => PaymentInstrumentDetails$, 0], [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], [0, 4]], 4
1391
+ ];
1392
+ export var CreatePaymentInstrumentResponse$ = [3, n0, _CPIRr,
1393
+ 0,
1394
+ [_pIa],
1395
+ [[() => PaymentInstrument$, 0]], 1
1396
+ ];
1397
+ export var CreatePaymentSessionRequest$ = [3, n0, _CPSR,
1398
+ 0,
1399
+ [_pMA, _eTIM, _uIs, _aN, _li, _cT],
1400
+ [0, 1, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], () => SessionLimits$, [0, 4]], 2
1401
+ ];
1402
+ export var CreatePaymentSessionResponse$ = [3, n0, _CPSRr,
1403
+ 0,
1404
+ [_pS],
1405
+ [() => PaymentSession$], 1
1406
+ ];
1407
+ export var CryptoX402PaymentInput$ = [3, n0, _CXPI,
1408
+ 0,
1409
+ [_ve, _p],
1410
+ [0, [() => PaymentDocument, 0]], 2
1411
+ ];
1412
+ export var CryptoX402PaymentOutput$ = [3, n0, _CXPO,
1413
+ 0,
1414
+ [_ve, _p],
1415
+ [0, [() => PaymentDocument, 0]], 2
1416
+ ];
1226
1417
  export var CustomDescriptor$ = [3, n0, _CD,
1227
1418
  0,
1228
1419
  [_iC],
@@ -1268,6 +1459,26 @@ export var DeleteMemoryRecordOutput$ = [3, n0, _DMRO,
1268
1459
  [_mRI],
1269
1460
  [0], 1
1270
1461
  ];
1462
+ export var DeletePaymentInstrumentRequest$ = [3, n0, _DPIR,
1463
+ 0,
1464
+ [_pMA, _pCI, _pII, _uIs],
1465
+ [0, 0, 0, [0, { [_hH]: _XABAPUI }]], 3
1466
+ ];
1467
+ export var DeletePaymentInstrumentResponse$ = [3, n0, _DPIRe,
1468
+ 0,
1469
+ [_sta],
1470
+ [0], 1
1471
+ ];
1472
+ export var DeletePaymentSessionRequest$ = [3, n0, _DPSR,
1473
+ 0,
1474
+ [_pMA, _pSI, _uIs],
1475
+ [0, 0, [0, { [_hH]: _XABAPUI }]], 2
1476
+ ];
1477
+ export var DeletePaymentSessionResponse$ = [3, n0, _DPSRe,
1478
+ 0,
1479
+ [_sta],
1480
+ [0], 1
1481
+ ];
1271
1482
  export var DeleteRecommendationRequest$ = [3, n0, _DRR,
1272
1483
  0,
1273
1484
  [_rI],
@@ -1280,9 +1491,14 @@ export var DeleteRecommendationResponse$ = [3, n0, _DRRe,
1280
1491
  ];
1281
1492
  export var Descriptors$ = [3, n0, _De,
1282
1493
  0,
1283
- [_mc, _a, _cu, _aSg],
1494
+ [_mc, _a, _cus, _aSg],
1284
1495
  [() => McpDescriptor$, () => A2aDescriptor$, () => CustomDescriptor$, () => AgentSkillsDescriptor$]
1285
1496
  ];
1497
+ export var EmbeddedCryptoWallet$ = [3, n0, _ECW,
1498
+ 0,
1499
+ [_ne, _lA, _wA, _rU],
1500
+ [0, [() => LinkedAccountList, 0], 0, 0], 2
1501
+ ];
1286
1502
  export var EvaluateRequest$ = [3, n0, _ER,
1287
1503
  0,
1288
1504
  [_eIv, _eIva, _eTva, _eRI],
@@ -1313,7 +1529,7 @@ export var EvaluationResultContent$ = [3, n0, _ERC,
1313
1529
  [_eA, _eIv, _eN, _con, _ex, _v, _la, _tU, _eMr, _eCr, _iRIF],
1314
1530
  [0, 0, 0, () => Context$, [() => EvaluationExplanation, 0], 1, 0, () => TokenUsage$, 0, 0, 64 | 0], 4
1315
1531
  ];
1316
- export var Evaluator$ = [3, n0, _E,
1532
+ export var Evaluator$ = [3, n0, _Ev,
1317
1533
  0,
1318
1534
  [_eIv],
1319
1535
  [0], 1
@@ -1333,7 +1549,7 @@ export var EvaluatorSummary$ = [3, n0, _ESv,
1333
1549
  [_eIv, _stat, _tE, _tF],
1334
1550
  [0, () => EvaluatorStatistics$, 1, 1]
1335
1551
  ];
1336
- export var Event$ = [3, n0, _Ev,
1552
+ export var Event$ = [3, n0, _Eve,
1337
1553
  0,
1338
1554
  [_mI, _aI, _sI, _eI, _eTv, _p, _b, _met],
1339
1555
  [0, 0, 0, 0, 4, [() => PayloadTypeList, 0], () => Branch$, () => MetadataMap], 6
@@ -1443,6 +1659,36 @@ export var GetMemoryRecordOutput$ = [3, n0, _GMRO,
1443
1659
  [_mR],
1444
1660
  [[() => MemoryRecord$, 0]], 1
1445
1661
  ];
1662
+ export var GetPaymentInstrumentBalanceRequest$ = [3, n0, _GPIBR,
1663
+ 0,
1664
+ [_pMA, _pCI, _pII, _ch, _to, _uIs, _aN],
1665
+ [0, 0, 0, 0, 0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }]], 5
1666
+ ];
1667
+ export var GetPaymentInstrumentBalanceResponse$ = [3, n0, _GPIBRe,
1668
+ 0,
1669
+ [_pII, _tB],
1670
+ [0, () => TokenBalance$], 2
1671
+ ];
1672
+ export var GetPaymentInstrumentRequest$ = [3, n0, _GPIR,
1673
+ 0,
1674
+ [_pMA, _pII, _uIs, _aN, _pCI],
1675
+ [0, 0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], 0], 2
1676
+ ];
1677
+ export var GetPaymentInstrumentResponse$ = [3, n0, _GPIRe,
1678
+ 0,
1679
+ [_pIa],
1680
+ [[() => PaymentInstrument$, 0]], 1
1681
+ ];
1682
+ export var GetPaymentSessionRequest$ = [3, n0, _GPSR,
1683
+ 0,
1684
+ [_pMA, _pSI, _uIs, _aN],
1685
+ [0, 0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }]], 2
1686
+ ];
1687
+ export var GetPaymentSessionResponse$ = [3, n0, _GPSRe,
1688
+ 0,
1689
+ [_pS],
1690
+ [() => PaymentSession$], 1
1691
+ ];
1446
1692
  export var GetRecommendationRequest$ = [3, n0, _GRR,
1447
1693
  0,
1448
1694
  [_rI],
@@ -1473,6 +1719,16 @@ export var GetResourceOauth2TokenResponse$ = [3, n0, _GROTRe,
1473
1719
  [_aU, _aTc, _sU, _sSe],
1474
1720
  [[() => AuthorizationUrlType, 0], [() => AccessTokenType, 0], 0, 0]
1475
1721
  ];
1722
+ export var GetResourcePaymentTokenRequest$ = [3, n0, _GRPTR,
1723
+ 0,
1724
+ [_wIT, _rCPN, _pTR],
1725
+ [[() => WorkloadIdentityTokenType, 0], 0, [() => PaymentTokenRequestInput$, 0]], 3
1726
+ ];
1727
+ export var GetResourcePaymentTokenResponse$ = [3, n0, _GRPTRe,
1728
+ 0,
1729
+ [_pTRa],
1730
+ [[() => PaymentTokenResponseOutput$, 0]], 1
1731
+ ];
1476
1732
  export var GetWorkloadAccessTokenForJWTRequest$ = [3, n0, _GWATFJWTR,
1477
1733
  0,
1478
1734
  [_wN, _uT],
@@ -1480,7 +1736,7 @@ export var GetWorkloadAccessTokenForJWTRequest$ = [3, n0, _GWATFJWTR,
1480
1736
  ];
1481
1737
  export var GetWorkloadAccessTokenForJWTResponse$ = [3, n0, _GWATFJWTRe,
1482
1738
  0,
1483
- [_wAT],
1739
+ [_wATo],
1484
1740
  [[() => WorkloadIdentityTokenType, 0]], 1
1485
1741
  ];
1486
1742
  export var GetWorkloadAccessTokenForUserIdRequest$ = [3, n0, _GWATFUIR,
@@ -1490,7 +1746,7 @@ export var GetWorkloadAccessTokenForUserIdRequest$ = [3, n0, _GWATFUIR,
1490
1746
  ];
1491
1747
  export var GetWorkloadAccessTokenForUserIdResponse$ = [3, n0, _GWATFUIRe,
1492
1748
  0,
1493
- [_wAT],
1749
+ [_wATo],
1494
1750
  [[() => WorkloadIdentityTokenType, 0]], 1
1495
1751
  ];
1496
1752
  export var GetWorkloadAccessTokenRequest$ = [3, n0, _GWATR,
@@ -1500,7 +1756,7 @@ export var GetWorkloadAccessTokenRequest$ = [3, n0, _GWATR,
1500
1756
  ];
1501
1757
  export var GetWorkloadAccessTokenResponse$ = [3, n0, _GWATRe,
1502
1758
  0,
1503
- [_wAT],
1759
+ [_wATo],
1504
1760
  [[() => WorkloadIdentityTokenType, 0]], 1
1505
1761
  ];
1506
1762
  export var GroundTruthTurn$ = [3, n0, _GTT,
@@ -1641,7 +1897,7 @@ export var InputContentBlock$ = [3, n0, _ICB,
1641
1897
  export var InvokeAgentRuntimeCommandRequest$ = [3, n0, _IARCR,
1642
1898
  0,
1643
1899
  [_aRA, _bo, _cTo, _ac, _rSI, _tI, _tPr, _tS, _ba, _q, _aIc],
1644
- [[0, 1], [() => InvokeAgentRuntimeCommandRequestBody$, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _A }], [0, { [_hH]: _XABARSI, [_iT]: 1 }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [0, { [_hQ]: _q }], [0, { [_hQ]: _aIc }]], 2
1900
+ [[0, 1], [() => InvokeAgentRuntimeCommandRequestBody$, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _Ac }], [0, { [_hH]: _XABARSI, [_iT]: 1 }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [0, { [_hQ]: _q }], [0, { [_hQ]: _aIc }]], 2
1645
1901
  ];
1646
1902
  export var InvokeAgentRuntimeCommandRequestBody$ = [3, n0, _IARCRB,
1647
1903
  0,
@@ -1656,7 +1912,7 @@ export var InvokeAgentRuntimeCommandResponse$ = [3, n0, _IARCRn,
1656
1912
  export var InvokeAgentRuntimeRequest$ = [3, n0, _IARR,
1657
1913
  0,
1658
1914
  [_aRA, _p, _cTo, _ac, _mSI, _rSI, _mPV, _rUI, _tI, _tPr, _tS, _ba, _q, _aIc],
1659
- [[0, 1], [() => Body, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _A }], [0, { [_hH]: _MSI }], [0, { [_hH]: _XABARSI, [_iT]: 1 }], [0, { [_hH]: _MPV }], [0, { [_hH]: _XABARUI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [0, { [_hQ]: _q }], [0, { [_hQ]: _aIc }]], 2
1915
+ [[0, 1], [() => Body, 16], [0, { [_hH]: _CT }], [0, { [_hH]: _Ac }], [0, { [_hH]: _MSI }], [0, { [_hH]: _XABARSI, [_iT]: 1 }], [0, { [_hH]: _MPV }], [0, { [_hH]: _XABARUI }], [0, { [_hH]: _XATI }], [0, { [_hH]: _tr }], [0, { [_hH]: _tra }], [0, { [_hH]: _ba }], [0, { [_hQ]: _q }], [0, { [_hQ]: _aIc }]], 2
1660
1916
  ];
1661
1917
  export var InvokeAgentRuntimeResponse$ = [3, n0, _IARRn,
1662
1918
  0,
@@ -1685,7 +1941,7 @@ export var InvokeCodeInterpreterResponse$ = [3, n0, _ICIRn,
1685
1941
  ];
1686
1942
  export var InvokeHarnessRequest$ = [3, n0, _IHR,
1687
1943
  0,
1688
- [_hA, _rSI, _mes, _mo, _sP, _to, _sk, _aTl, _mIa, _mTa, _tSi, _aI],
1944
+ [_hA, _rSI, _mes, _mo, _sP, _too, _sk, _aTl, _mIa, _mTa, _tSi, _aI],
1689
1945
  [[0, { [_hQ]: _hA }], [0, { [_hH]: _XABARSI }], [() => HarnessMessages, 0], () => HarnessModelConfiguration$, [() => HarnessSystemPrompt, 0], [() => HarnessTools, 0], () => HarnessSkills, 64 | 0, 1, 1, 1, 0], 3
1690
1946
  ];
1691
1947
  export var InvokeHarnessResponse$ = [3, n0, _IHRn,
@@ -1723,6 +1979,21 @@ export var KeyTypeResult$ = [3, n0, _KTR,
1723
1979
  [_sta, _e],
1724
1980
  [0, 0], 1
1725
1981
  ];
1982
+ export var LinkedAccountDeveloperJwt$ = [3, n0, _LADJ,
1983
+ 0,
1984
+ [_ki, _su],
1985
+ [0, 0], 2
1986
+ ];
1987
+ export var LinkedAccountEmail$ = [3, n0, _LAE,
1988
+ 8,
1989
+ [_eAm],
1990
+ [[() => Email, 0]], 1
1991
+ ];
1992
+ export var LinkedAccountSms$ = [3, n0, _LAS,
1993
+ 8,
1994
+ [_pN],
1995
+ [[() => PhoneNumber, 0]], 1
1996
+ ];
1726
1997
  export var ListABTestsRequest$ = [3, n0, _LABTR,
1727
1998
  0,
1728
1999
  [_mRa, _nT],
@@ -1803,6 +2074,26 @@ export var ListMemoryRecordsOutput$ = [3, n0, _LMRO,
1803
2074
  [_mRS, _nT],
1804
2075
  [[() => MemoryRecordSummaryList, 0], 0], 1
1805
2076
  ];
2077
+ export var ListPaymentInstrumentsRequest$ = [3, n0, _LPIR,
2078
+ 0,
2079
+ [_pMA, _uIs, _aN, _pCI, _nT, _mRa],
2080
+ [0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], 0, 0, 1], 1
2081
+ ];
2082
+ export var ListPaymentInstrumentsResponse$ = [3, n0, _LPIRi,
2083
+ 0,
2084
+ [_pIay, _nT],
2085
+ [() => PaymentInstrumentSummaryList, 0], 1
2086
+ ];
2087
+ export var ListPaymentSessionsRequest$ = [3, n0, _LPSR,
2088
+ 0,
2089
+ [_pMA, _uIs, _aN, _nT, _mRa],
2090
+ [0, [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], 0, 1], 1
2091
+ ];
2092
+ export var ListPaymentSessionsResponse$ = [3, n0, _LPSRi,
2093
+ 0,
2094
+ [_pSa, _nT],
2095
+ [() => PaymentSessionSummaryList, 0], 1
2096
+ ];
1806
2097
  export var ListRecommendationsRequest$ = [3, n0, _LRR,
1807
2098
  0,
1808
2099
  [_mRa, _nT, _sF],
@@ -1830,7 +2121,7 @@ export var LiveViewStream$ = [3, n0, _LVS,
1830
2121
  ];
1831
2122
  export var McpDescriptor$ = [3, n0, _MD,
1832
2123
  0,
1833
- [_se, _to],
2124
+ [_se, _too],
1834
2125
  [() => ServerDefinition$, () => ToolsDefinition$], 2
1835
2126
  ];
1836
2127
  export var MemoryMetadataFilterExpression$ = [3, n0, _MMFE,
@@ -1913,16 +2204,51 @@ export var MouseScrollResult$ = [3, n0, _MSR,
1913
2204
  [_sta, _e],
1914
2205
  [0, 0], 1
1915
2206
  ];
2207
+ export var OAuth2Authentication$ = [3, n0, _OAA,
2208
+ 8,
2209
+ [_su, _eAm, _n, _use],
2210
+ [0, [() => Email, 0], 0, 0], 1
2211
+ ];
1916
2212
  export var OAuthCredentialProvider$ = [3, n0, _OACP,
1917
2213
  0,
1918
2214
  [_pA, _sc, _cP, _gT, _dRU],
1919
2215
  [0, 64 | 0, [() => OAuthCustomParameters, 0], 0, 0], 2
1920
2216
  ];
2217
+ export var PaymentInstrument$ = [3, n0, _PI,
2218
+ 0,
2219
+ [_pII, _pMA, _pCI, _uIs, _pIT, _pID, _cA, _sta, _uA],
2220
+ [0, 0, 0, 0, 0, [() => PaymentInstrumentDetails$, 0], 5, 0, 5], 9
2221
+ ];
2222
+ export var PaymentInstrumentSummary$ = [3, n0, _PIS,
2223
+ 0,
2224
+ [_pII, _pMA, _pCI, _uIs, _pIT, _sta, _cA, _uA],
2225
+ [0, 0, 0, 0, 0, 0, 5, 5], 8
2226
+ ];
2227
+ export var PaymentSession$ = [3, n0, _PS,
2228
+ 0,
2229
+ [_pSI, _pMA, _uIs, _eTIM, _cA, _uA, _li, _aL],
2230
+ [0, 0, 0, 1, 5, 5, () => SessionLimits$, () => AvailableLimits$], 6
2231
+ ];
2232
+ export var PaymentSessionSummary$ = [3, n0, _PSS,
2233
+ 0,
2234
+ [_pSI, _pMA, _uIs, _eTIM, _cA, _uA],
2235
+ [0, 0, 0, 1, 5, 5], 6
2236
+ ];
1921
2237
  export var PerVariantOnlineEvaluationConfig$ = [3, n0, _PVOEC,
1922
2238
  0,
1923
2239
  [_n, _oECA],
1924
2240
  [0, 0], 2
1925
2241
  ];
2242
+ export var ProcessPaymentRequest$ = [3, n0, _PPR,
2243
+ 0,
2244
+ [_pMA, _pSI, _pII, _pT, _pIaym, _uIs, _aN, _cT],
2245
+ [0, 0, 0, 0, [() => PaymentInput$, 0], [0, { [_hH]: _XABAPUI }], [0, { [_hH]: _XABAPAN }], [0, 4]], 5
2246
+ ];
2247
+ export var ProcessPaymentResponse$ = [3, n0, _PPRr,
2248
+ 0,
2249
+ [_pPI, _pMA, _pSI, _pII, _pT, _sta, _pO, _cA, _uA],
2250
+ [0, 0, 0, 0, 0, 0, [() => PaymentOutput$, 0], 5, 5], 9
2251
+ ];
1926
2252
  export var ProxyBypass$ = [3, n0, _PB,
1927
2253
  0,
1928
2254
  [_dP],
@@ -2038,6 +2364,11 @@ export var SessionFilterConfig$ = [3, n0, _SFC,
2038
2364
  [_sT, _eT],
2039
2365
  [5, 5]
2040
2366
  ];
2367
+ export var SessionLimits$ = [3, n0, _SLe,
2368
+ 0,
2369
+ [_mSA],
2370
+ [() => Amount$], 1
2371
+ ];
2041
2372
  export var SessionMetadataShape$ = [3, n0, _SMS,
2042
2373
  0,
2043
2374
  [_sI, _tSI, _gTr, _met],
@@ -2153,6 +2484,16 @@ export var StopRuntimeSessionResponse$ = [3, n0, _SRSRt,
2153
2484
  [_rSI, _sCt],
2154
2485
  [[0, { [_hH]: _XABARSI }], [1, 32]]
2155
2486
  ];
2487
+ export var StripePrivyTokenRequestInput$ = [3, n0, _SPTRI,
2488
+ 0,
2489
+ [_rP, _rB, _rH, _iAS],
2490
+ [0, [() => StripePrivyRequestBodyType, 0], 0, 2], 2
2491
+ ];
2492
+ export var StripePrivyTokenResponseOutput$ = [3, n0, _SPTRO,
2493
+ 0,
2494
+ [_aIp, _bAT, _aSu, _rE],
2495
+ [0, [() => StripePrivyBasicAuthTokenType, 0], [() => StripePrivyAuthorizationSignatureType, 0], 1], 2
2496
+ ];
2156
2497
  export var SystemPromptConfigurationBundle$ = [3, n0, _SPCB,
2157
2498
  0,
2158
2499
  [_bA, _vI, _sPJP],
@@ -2173,6 +2514,11 @@ export var TargetRef$ = [3, n0, _TR,
2173
2514
  [_n],
2174
2515
  [0], 1
2175
2516
  ];
2517
+ export var TokenBalance$ = [3, n0, _TB,
2518
+ 0,
2519
+ [_am, _dec, _to, _ne, _ch],
2520
+ [0, 1, 0, 0, 0], 5
2521
+ ];
2176
2522
  export var TokenUsage$ = [3, n0, _TU,
2177
2523
  0,
2178
2524
  [_iTn, _oT, _tT],
@@ -2185,7 +2531,7 @@ export var ToolArguments$ = [3, n0, _TA,
2185
2531
  ];
2186
2532
  export var ToolDescriptionConfigurationBundle$ = [3, n0, _TDCB,
2187
2533
  0,
2188
- [_bA, _vI, _to],
2534
+ [_bA, _vI, _too],
2189
2535
  [0, 0, () => ConfigurationBundleToolEntryList], 3
2190
2536
  ];
2191
2537
  export var ToolDescriptionInput$ = [3, n0, _TDI,
@@ -2205,12 +2551,12 @@ export var ToolDescriptionRecommendationConfig$ = [3, n0, _TDRC,
2205
2551
  ];
2206
2552
  export var ToolDescriptionRecommendationResult$ = [3, n0, _TDRR,
2207
2553
  0,
2208
- [_to, _cB, _eCr, _eMr],
2554
+ [_too, _cB, _eCr, _eMr],
2209
2555
  [[() => ToolDescriptionResultList, 0], () => RecommendationResultConfigurationBundle$, 0, 0]
2210
2556
  ];
2211
2557
  export var ToolDescriptionTextInput$ = [3, n0, _TDTI,
2212
2558
  0,
2213
- [_to],
2559
+ [_too],
2214
2560
  [[() => ToolDescriptionList, 0]], 1
2215
2561
  ];
2216
2562
  export var ToolResultStructuredContent$ = [3, n0, _TRSC,
@@ -2373,6 +2719,10 @@ var InputContentBlockList = [1, n0, _ICBL,
2373
2719
  0]
2374
2720
  ];
2375
2721
  var KeyList = 64 | 0;
2722
+ var LinkedAccountList = [1, n0, _LAL,
2723
+ 0, [() => LinkedAccount$,
2724
+ 0]
2725
+ ];
2376
2726
  var LogGroupArnList = 64 | 0;
2377
2727
  var MemoryMetadataFilterList = [1, n0, _MMFL,
2378
2728
  0, () => MemoryMetadataFilterExpression$
@@ -2404,6 +2754,12 @@ var PayloadTypeList = [1, n0, _PTL,
2404
2754
  0, [() => PayloadType$,
2405
2755
  0]
2406
2756
  ];
2757
+ var PaymentInstrumentSummaryList = [1, n0, _PISL,
2758
+ 0, () => PaymentInstrumentSummary$
2759
+ ];
2760
+ var PaymentSessionSummaryList = [1, n0, _PSSL,
2761
+ 0, () => PaymentSessionSummary$
2762
+ ];
2407
2763
  var PerVariantOnlineEvaluationConfigList = [1, n0, _PVOECL,
2408
2764
  0, () => PerVariantOnlineEvaluationConfig$
2409
2765
  ];
@@ -2609,7 +2965,7 @@ export var HarnessSystemContentBlock$ = [4, n0, _HSCB,
2609
2965
  ];
2610
2966
  export var HarnessToolConfiguration$ = [4, n0, _HTC,
2611
2967
  0,
2612
- [_rM, _aCB, _aCG, _iF, _aCCI],
2968
+ [_rMe, _aCB, _aCG, _iF, _aCCI],
2613
2969
  [[() => HarnessRemoteMcpConfig$, 0], () => HarnessAgentCoreBrowserConfig$, [() => HarnessAgentCoreGatewayConfig$, 0], [() => HarnessInlineFunctionConfig$, 0], () => HarnessAgentCoreCodeInterpreterConfig$]
2614
2970
  ];
2615
2971
  export var HarnessToolResultBlockDelta$ = [4, n0, _HTRBDa,
@@ -2624,7 +2980,7 @@ export var HarnessToolResultContentBlock$ = [4, n0, _HTRCBa,
2624
2980
  ];
2625
2981
  export var InvokeAgentRuntimeCommandStreamOutput$ = [4, n0, _IARCSO,
2626
2982
  { [_st]: 1 },
2627
- [_ch, _aDE, _iSE, _rNFE, _sQEE, _tEh, _vE, _rCE],
2983
+ [_chu, _aDE, _iSE, _rNFE, _sQEE, _tEh, _vE, _rCE],
2628
2984
  [() => ResponseChunk$, [() => AccessDeniedException$, 0], [() => InternalServerException$, 0], [() => ResourceNotFoundException$, 0], [() => ServiceQuotaExceededException$, 0], [() => ThrottlingException$, 0], [() => ValidationException$, 0], [() => RuntimeClientError$, 0]]
2629
2985
  ];
2630
2986
  export var InvokeHarnessStreamOutput$ = [4, n0, _IHSO,
@@ -2637,6 +2993,16 @@ export var LeftExpression$ = [4, n0, _LE,
2637
2993
  [_mK],
2638
2994
  [0]
2639
2995
  ];
2996
+ export var LinkedAccount$ = [4, n0, _LA,
2997
+ 8,
2998
+ [_em, _sm, _dJ, _oAu],
2999
+ [[() => LinkedAccountEmail$, 0], [() => LinkedAccountSms$, 0], () => LinkedAccountDeveloperJwt$, [() => LinkedAccountOAuth2$, 0]]
3000
+ ];
3001
+ export var LinkedAccountOAuth2$ = [4, n0, _LAOA,
3002
+ 0,
3003
+ [_g, _ap, _x, _tel, _gi],
3004
+ [[() => OAuth2Authentication$, 0], [() => OAuth2Authentication$, 0], [() => OAuth2Authentication$, 0], [() => OAuth2Authentication$, 0], [() => OAuth2Authentication$, 0]]
3005
+ ];
2640
3006
  export var MemoryContent$ = [4, n0, _MC,
2641
3007
  0,
2642
3008
  [_te],
@@ -2672,6 +3038,31 @@ export var PayloadType$ = [4, n0, _PT,
2672
3038
  [_conv, _bl],
2673
3039
  [[() => Conversational$, 0], [() => Document, 0]]
2674
3040
  ];
3041
+ export var PaymentInput$ = [4, n0, _PIa,
3042
+ 0,
3043
+ [_cX],
3044
+ [[() => CryptoX402PaymentInput$, 0]]
3045
+ ];
3046
+ export var PaymentInstrumentDetails$ = [4, n0, _PID,
3047
+ 0,
3048
+ [_eCW],
3049
+ [[() => EmbeddedCryptoWallet$, 0]]
3050
+ ];
3051
+ export var PaymentOutput$ = [4, n0, _PO,
3052
+ 0,
3053
+ [_cX],
3054
+ [[() => CryptoX402PaymentOutput$, 0]]
3055
+ ];
3056
+ export var PaymentTokenRequestInput$ = [4, n0, _PTRI,
3057
+ 0,
3058
+ [_cCTR, _sPTR],
3059
+ [() => CoinbaseCdpTokenRequestInput$, [() => StripePrivyTokenRequestInput$, 0]]
3060
+ ];
3061
+ export var PaymentTokenResponseOutput$ = [4, n0, _PTRO,
3062
+ 0,
3063
+ [_cCTRo, _sPTRt],
3064
+ [[() => CoinbaseCdpTokenResponseOutput$, 0], [() => StripePrivyTokenResponseOutput$, 0]]
3065
+ ];
2675
3066
  export var Proxy$ = [4, n0, _Pr,
2676
3067
  0,
2677
3068
  [_ePx],
@@ -2745,6 +3136,12 @@ export var CreateABTest$ = [9, n0, _CABT,
2745
3136
  export var CreateEvent$ = [9, n0, _CEr,
2746
3137
  { [_ht]: ["POST", "/memories/{memoryId}/events", 201] }, () => CreateEventInput$, () => CreateEventOutput$
2747
3138
  ];
3139
+ export var CreatePaymentInstrument$ = [9, n0, _CPI,
3140
+ { [_ht]: ["POST", "/payments/createPaymentInstrument", 201] }, () => CreatePaymentInstrumentRequest$, () => CreatePaymentInstrumentResponse$
3141
+ ];
3142
+ export var CreatePaymentSession$ = [9, n0, _CPS,
3143
+ { [_ht]: ["POST", "/payments/createPaymentSession", 201] }, () => CreatePaymentSessionRequest$, () => CreatePaymentSessionResponse$
3144
+ ];
2748
3145
  export var DeleteABTest$ = [9, n0, _DABT,
2749
3146
  { [_ht]: ["DELETE", "/ab-tests/{abTestId}", 202] }, () => DeleteABTestRequest$, () => DeleteABTestResponse$
2750
3147
  ];
@@ -2757,6 +3154,12 @@ export var DeleteEvent$ = [9, n0, _DE,
2757
3154
  export var DeleteMemoryRecord$ = [9, n0, _DMR,
2758
3155
  { [_ht]: ["DELETE", "/memories/{memoryId}/memoryRecords/{memoryRecordId}", 200] }, () => DeleteMemoryRecordInput$, () => DeleteMemoryRecordOutput$
2759
3156
  ];
3157
+ export var DeletePaymentInstrument$ = [9, n0, _DPI,
3158
+ { [_ht]: ["POST", "/payments/deletePaymentInstrument", 200] }, () => DeletePaymentInstrumentRequest$, () => DeletePaymentInstrumentResponse$
3159
+ ];
3160
+ export var DeletePaymentSession$ = [9, n0, _DPS,
3161
+ { [_ht]: ["POST", "/payments/deletePaymentSession", 200] }, () => DeletePaymentSessionRequest$, () => DeletePaymentSessionResponse$
3162
+ ];
2760
3163
  export var DeleteRecommendation$ = [9, n0, _DR,
2761
3164
  { [_ht]: ["DELETE", "/recommendations/{recommendationId}", 202] }, () => DeleteRecommendationRequest$, () => DeleteRecommendationResponse$
2762
3165
  ];
@@ -2784,6 +3187,15 @@ export var GetEvent$ = [9, n0, _GE,
2784
3187
  export var GetMemoryRecord$ = [9, n0, _GMR,
2785
3188
  { [_ht]: ["GET", "/memories/{memoryId}/memoryRecord/{memoryRecordId}", 200] }, () => GetMemoryRecordInput$, () => GetMemoryRecordOutput$
2786
3189
  ];
3190
+ export var GetPaymentInstrument$ = [9, n0, _GPI,
3191
+ { [_ht]: ["POST", "/payments/getPaymentInstrument", 200] }, () => GetPaymentInstrumentRequest$, () => GetPaymentInstrumentResponse$
3192
+ ];
3193
+ export var GetPaymentInstrumentBalance$ = [9, n0, _GPIB,
3194
+ { [_ht]: ["POST", "/payments/getPaymentInstrumentBalance", 200] }, () => GetPaymentInstrumentBalanceRequest$, () => GetPaymentInstrumentBalanceResponse$
3195
+ ];
3196
+ export var GetPaymentSession$ = [9, n0, _GPS,
3197
+ { [_ht]: ["POST", "/payments/getPaymentSession", 200] }, () => GetPaymentSessionRequest$, () => GetPaymentSessionResponse$
3198
+ ];
2787
3199
  export var GetRecommendation$ = [9, n0, _GR,
2788
3200
  { [_ht]: ["GET", "/recommendations/{recommendationId}", 200] }, () => GetRecommendationRequest$, () => GetRecommendationResponse$
2789
3201
  ];
@@ -2793,6 +3205,9 @@ export var GetResourceApiKey$ = [9, n0, _GRAK,
2793
3205
  export var GetResourceOauth2Token$ = [9, n0, _GROT,
2794
3206
  { [_ht]: ["POST", "/identities/oauth2/token", 200] }, () => GetResourceOauth2TokenRequest$, () => GetResourceOauth2TokenResponse$
2795
3207
  ];
3208
+ export var GetResourcePaymentToken$ = [9, n0, _GRPT,
3209
+ { [_ht]: ["POST", "/identities/payment/token", 200] }, () => GetResourcePaymentTokenRequest$, () => GetResourcePaymentTokenResponse$
3210
+ ];
2796
3211
  export var GetWorkloadAccessToken$ = [9, n0, _GWAT,
2797
3212
  { [_ht]: ["POST", "/identities/GetWorkloadAccessToken", 200] }, () => GetWorkloadAccessTokenRequest$, () => GetWorkloadAccessTokenResponse$
2798
3213
  ];
@@ -2820,7 +3235,7 @@ export var InvokeHarness$ = [9, n0, _IH,
2820
3235
  export var ListABTests$ = [9, n0, _LABT,
2821
3236
  { [_ht]: ["GET", "/ab-tests", 200] }, () => ListABTestsRequest$, () => ListABTestsResponse$
2822
3237
  ];
2823
- export var ListActors$ = [9, n0, _LA,
3238
+ export var ListActors$ = [9, n0, _LAi,
2824
3239
  { [_ht]: ["POST", "/memories/{memoryId}/actors", 200] }, () => ListActorsInput$, () => ListActorsOutput$
2825
3240
  ];
2826
3241
  export var ListBatchEvaluations$ = [9, n0, _LBE,
@@ -2841,12 +3256,21 @@ export var ListMemoryExtractionJobs$ = [9, n0, _LMEJ,
2841
3256
  export var ListMemoryRecords$ = [9, n0, _LMR,
2842
3257
  { [_ht]: ["POST", "/memories/{memoryId}/memoryRecords", 200] }, () => ListMemoryRecordsInput$, () => ListMemoryRecordsOutput$
2843
3258
  ];
3259
+ export var ListPaymentInstruments$ = [9, n0, _LPI,
3260
+ { [_ht]: ["POST", "/payments/listPaymentInstruments", 200] }, () => ListPaymentInstrumentsRequest$, () => ListPaymentInstrumentsResponse$
3261
+ ];
3262
+ export var ListPaymentSessions$ = [9, n0, _LPS,
3263
+ { [_ht]: ["POST", "/payments/listPaymentSessions", 200] }, () => ListPaymentSessionsRequest$, () => ListPaymentSessionsResponse$
3264
+ ];
2844
3265
  export var ListRecommendations$ = [9, n0, _LR,
2845
3266
  { [_ht]: ["GET", "/recommendations", 200] }, () => ListRecommendationsRequest$, () => ListRecommendationsResponse$
2846
3267
  ];
2847
3268
  export var ListSessions$ = [9, n0, _LS,
2848
3269
  { [_ht]: ["POST", "/memories/{memoryId}/actor/{actorId}/sessions", 200] }, () => ListSessionsInput$, () => ListSessionsOutput$
2849
3270
  ];
3271
+ export var ProcessPayment$ = [9, n0, _PP,
3272
+ { [_ht]: ["POST", "/payments/processPayment", 200] }, () => ProcessPaymentRequest$, () => ProcessPaymentResponse$
3273
+ ];
2850
3274
  export var RetrieveMemoryRecords$ = [9, n0, _RMR,
2851
3275
  { [_ht]: ["POST", "/memories/{memoryId}/retrieve", 200] }, () => RetrieveMemoryRecordsInput$, () => RetrieveMemoryRecordsOutput$
2852
3276
  ];