@wso2/am-core-ui 0.0.19 → 0.0.20

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 (51) hide show
  1. package/dist/CatalogKindListing-DvUuZEpc.js +137 -0
  2. package/dist/{CodeBlock-mB_Loq7I.js → CodeBlock-B2Ecl916.js} +1 -1
  3. package/dist/EnvironmentCard-CIXhDhlZ.js +319 -0
  4. package/dist/{EnvironmentSelector-B7Bl93s2.js → EnvironmentSelector-D8S6nO9u.js} +1 -1
  5. package/dist/IsolationTierIndicator-cf90kgjL.js +81 -0
  6. package/dist/LabelChips-7rA7_yre.js +139 -0
  7. package/dist/PolicyListSection-D6aVSKwP.js +1143 -0
  8. package/dist/{ResourceListShell-Cx6mdeqv.js → ResourceListShell-DFisKftq.js} +1 -1
  9. package/dist/{SwaggerSpecViewer-BvkhoKsi.js → SwaggerSpecViewer-DzjR6U6W.js} +1 -1
  10. package/dist/{debounce-BV83M53b.js → debounce-D17ObVdG.js} +1 -1
  11. package/dist/{format-BEZZRyE2.js → format-wlHhWjGo.js} +1 -1
  12. package/dist/{formatDistanceToNow-TErllcH8.js → formatDistanceToNow-DyjnT7l9.js} +11 -11
  13. package/dist/{gatewayScripts-D8O45W8u.js → gatewayScripts-D4ZDEDPS.js} +1 -1
  14. package/dist/{index-sr-mWz4T.js → index-3K-zqdp-.js} +32 -32
  15. package/dist/{index-KRsV2L4V.js → index-6liAPSDn.js} +160 -160
  16. package/dist/{index-B52h3RHg.js → index-B3ASENUJ.js} +109 -109
  17. package/dist/index-B7Pf4oPq.js +3069 -0
  18. package/dist/index-BNO3FhZK.js +2304 -0
  19. package/dist/index-BUZSfCl5.js +335 -0
  20. package/dist/index-BXiG1r_o.js +1409 -0
  21. package/dist/{index-_0Pj_ZtW.js → index-BYy7Iaam.js} +40 -40
  22. package/dist/{index-BfjzUWDa.js → index-BbB_yx4V.js} +103 -103
  23. package/dist/index-BjWJ95lH.js +2728 -0
  24. package/dist/{index-B_Z0MwXk.js → index-ByEInFlf.js} +10916 -9520
  25. package/dist/index-C8WIhzyz.js +123 -0
  26. package/dist/index-CnzvaT6b.js +2368 -0
  27. package/dist/index-CrnCf-hJ.js +763 -0
  28. package/dist/{index-CgCWbWzN.js → index-Cvsho9xg.js} +381 -377
  29. package/dist/{index-UqDmyMSA.js → index-CxnAo1_c.js} +21 -21
  30. package/dist/{index-BnV-PkwM.js → index-Cz7-AZwE.js} +2 -2
  31. package/dist/{index-BP5drcF2.js → index-DBdRFjxm.js} +232 -233
  32. package/dist/{index-BZ4vxviI.js → index-DFsSvmMZ.js} +5 -5
  33. package/dist/index-DslzOSGN.js +2549 -0
  34. package/dist/{index-DD4qF7gq.js → index-DvpYvchM.js} +101 -100
  35. package/dist/index.d.ts +784 -163
  36. package/dist/index.js +532 -454
  37. package/dist/js-yaml-CvhD-clg.js +1335 -0
  38. package/dist/{llmProviderPayload-CzihkdNa.js → llmProviderPayload-BPzWDy7n.js} +2 -2
  39. package/package.json +1 -1
  40. package/dist/CatalogKindListing-DtFI2YMG.js +0 -118
  41. package/dist/EnvironmentCard-09h1XRxx.js +0 -310
  42. package/dist/PolicyListSection-o4k9e8XO.js +0 -2475
  43. package/dist/index-CGDYgUCH.js +0 -711
  44. package/dist/index-COt7nJIf.js +0 -2286
  45. package/dist/index-CWZjOy1h.js +0 -2247
  46. package/dist/index-CezvogTQ.js +0 -116
  47. package/dist/index-CjCkcuuI.js +0 -322
  48. package/dist/index-CjXvuf9m.js +0 -1354
  49. package/dist/index-DeQ-9KTC.js +0 -737
  50. package/dist/index-Df6OBy4E.js +0 -3041
  51. package/dist/index-PUuASE1F.js +0 -2507
package/dist/index.d.ts CHANGED
@@ -446,8 +446,6 @@ type ExportTracesPathParams = {
446
446
  interface AppConfig {
447
447
  authConfig: AsgardeoProviderProps;
448
448
  apiBaseUrl: string;
449
- /** Base URL for the traces-observer-service (default: http://localhost:9098). */
450
- obsApiBaseUrl?: string;
451
449
  /** Gateway control plane URL (default: http://localhost:9243). Used for gateway setup commands. */
452
450
  gatewayControlPlaneUrl?: string;
453
451
  /** Gateway version used in setup commands (default: v0.9.0). */
@@ -617,7 +615,51 @@ declare const generatedRouteMap: {
617
615
  view: {
618
616
  path: string;
619
617
  wildPath: string;
620
- children: {};
618
+ children: {
619
+ agents: {
620
+ path: string;
621
+ wildPath: string;
622
+ children: {
623
+ detail: {
624
+ path: string;
625
+ wildPath: string;
626
+ children: {};
627
+ };
628
+ };
629
+ };
630
+ groups: {
631
+ path: string;
632
+ wildPath: string;
633
+ children: {
634
+ create: {
635
+ path: string;
636
+ wildPath: string;
637
+ children: {};
638
+ };
639
+ detail: {
640
+ path: string;
641
+ wildPath: string;
642
+ children: {};
643
+ };
644
+ };
645
+ };
646
+ roles: {
647
+ path: string;
648
+ wildPath: string;
649
+ children: {
650
+ create: {
651
+ path: string;
652
+ wildPath: string;
653
+ children: {};
654
+ };
655
+ detail: {
656
+ path: string;
657
+ wildPath: string;
658
+ children: {};
659
+ };
660
+ };
661
+ };
662
+ };
621
663
  };
622
664
  };
623
665
  };
@@ -1162,6 +1204,27 @@ interface GenerateResourceNamePathParams {
1162
1204
  orgName: string | undefined;
1163
1205
  }
1164
1206
 
1207
+ /**
1208
+ * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
1209
+ *
1210
+ * WSO2 LLC. licenses this file to you under the Apache License,
1211
+ * Version 2.0 (the "License"); you may not use this file except
1212
+ * in compliance with the License.
1213
+ * You may obtain a copy of the License at
1214
+ *
1215
+ * http://www.apache.org/licenses/LICENSE-2.0
1216
+ *
1217
+ * Unless required by applicable law or agreed to in writing,
1218
+ * software distributed under the License is distributed on an
1219
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1220
+ * KIND, either express or implied. See the License for the
1221
+ * specific language governing permissions and limitations
1222
+ * under the License.
1223
+ */
1224
+ interface ConfigResponse {
1225
+ observerBaseUrl: string;
1226
+ }
1227
+
1165
1228
  /**
1166
1229
  * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
1167
1230
  *
@@ -1384,9 +1447,21 @@ interface APIKeySecurity {
1384
1447
  key?: string;
1385
1448
  in?: APIKeyLocation;
1386
1449
  }
1450
+ /**
1451
+ * Agent Identity security — callers present a JWT issued by the environment's
1452
+ * IdP. v1 pins the issuer to the ThunderKeyManager key manager.
1453
+ */
1454
+ interface IdentitySecurity {
1455
+ enabled?: boolean;
1456
+ }
1457
+ /**
1458
+ * Exactly one variant is active: apiKey or identity (both omitted /
1459
+ * enabled=false means no security).
1460
+ */
1387
1461
  interface SecurityConfig {
1388
1462
  enabled?: boolean;
1389
1463
  apiKey?: APIKeySecurity;
1464
+ identity?: IdentitySecurity;
1390
1465
  }
1391
1466
  /**
1392
1467
  * @deprecated Use the flat fields on CreateLLMProviderRequest / LLMProviderResponse instead.
@@ -1967,6 +2042,131 @@ interface ListCatalogLLMProvidersQuery {
1967
2042
  environmentId?: string;
1968
2043
  }
1969
2044
 
2045
+ /**
2046
+ * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
2047
+ *
2048
+ * WSO2 LLC. licenses this file to you under the Apache License,
2049
+ * Version 2.0 (the "License"); you may not use this file except
2050
+ * in compliance with the License.
2051
+ * You may obtain a copy of the License at
2052
+ *
2053
+ * http://www.apache.org/licenses/LICENSE-2.0
2054
+ *
2055
+ * Unless required by applicable law or agreed to in writing,
2056
+ * software distributed under the License is distributed on an
2057
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
2058
+ * KIND, either express or implied. See the License for the
2059
+ * specific language governing permissions and limitations
2060
+ * under the License.
2061
+ */
2062
+
2063
+ interface ThunderClaim {
2064
+ type: string;
2065
+ value: string;
2066
+ }
2067
+ interface ThunderUser {
2068
+ id: string;
2069
+ type?: string;
2070
+ ouId?: string;
2071
+ attributes?: Record<string, unknown>;
2072
+ groups?: Array<{
2073
+ id: string;
2074
+ name: string;
2075
+ }>;
2076
+ createdAt?: string;
2077
+ updatedAt?: string;
2078
+ }
2079
+ interface ThunderUserListResponse extends PaginationMeta {
2080
+ users: ThunderUser[];
2081
+ }
2082
+ interface CreateUserRequest {
2083
+ type: string;
2084
+ attributes: Record<string, string>;
2085
+ ouId?: string;
2086
+ }
2087
+ interface UpdateUserRequest {
2088
+ attributes?: Record<string, string>;
2089
+ }
2090
+ interface InviteUserRequest {
2091
+ email: string;
2092
+ }
2093
+ interface InviteUserResponse {
2094
+ inviteLink: string;
2095
+ }
2096
+ interface ThunderGroup {
2097
+ id: string;
2098
+ ouId?: string;
2099
+ name: string;
2100
+ description?: string;
2101
+ createdAt?: string;
2102
+ updatedAt?: string;
2103
+ }
2104
+ interface ThunderGroupListResponse extends PaginationMeta {
2105
+ groups: ThunderGroup[];
2106
+ }
2107
+ interface CreateGroupRequest {
2108
+ name: string;
2109
+ description?: string;
2110
+ }
2111
+ interface UpdateGroupRequest {
2112
+ name: string;
2113
+ description?: string;
2114
+ }
2115
+ interface ThunderRole {
2116
+ id: string;
2117
+ ouId?: string;
2118
+ name: string;
2119
+ description?: string;
2120
+ permissions?: RolePermissionRequest[];
2121
+ isReadOnly?: boolean;
2122
+ createdAt?: string;
2123
+ updatedAt?: string;
2124
+ }
2125
+ interface ThunderRoleListResponse extends PaginationMeta {
2126
+ roles: ThunderRole[];
2127
+ }
2128
+ interface ThunderRoleAssignments {
2129
+ permissions?: string[];
2130
+ users?: ThunderUser[];
2131
+ groups?: ThunderGroup[];
2132
+ }
2133
+ interface CreateRoleRequest {
2134
+ name: string;
2135
+ description?: string;
2136
+ }
2137
+ interface UpdateRoleRequest {
2138
+ name: string;
2139
+ description?: string;
2140
+ }
2141
+ interface RolePermissionRequest {
2142
+ resourceServerId: string;
2143
+ permissions: string[];
2144
+ }
2145
+ interface RoleUserGroupRequest {
2146
+ userIds?: string[];
2147
+ groupIds?: string[];
2148
+ }
2149
+ interface ThunderPermission {
2150
+ name: string;
2151
+ resourceServerId: string;
2152
+ actionName: string;
2153
+ resourceName: string;
2154
+ }
2155
+ interface AMPPermissionsResponse {
2156
+ permissions: ThunderPermission[];
2157
+ resourceServerId: string;
2158
+ }
2159
+ type IdentityOrgPathParams = OrgPathParams;
2160
+ type UserPathParams = OrgPathParams & {
2161
+ userId: string;
2162
+ };
2163
+ type GroupPathParams = OrgPathParams & {
2164
+ groupId: string;
2165
+ };
2166
+ type RolePathParams = OrgPathParams & {
2167
+ roleId: string;
2168
+ };
2169
+
1970
2170
  /**
1971
2171
  * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
1972
2172
  *
@@ -2005,10 +2205,13 @@ interface AgentRequestBase {
2005
2205
  inputInterface?: InputInterface;
2006
2206
  modelConfig?: ModelConfigRequest[];
2007
2207
  mcpConfig?: MCPConfigRequest[];
2208
+ labels?: Record<string, string>;
2008
2209
  }
2009
2210
  interface UpdateAgentBasicInfoRequest {
2010
2211
  displayName: string;
2011
2212
  description?: string;
2213
+ /** Omit to leave labels unchanged; send {} to clear all labels. */
2214
+ labels?: Record<string, string>;
2012
2215
  }
2013
2216
  interface UpdateAgentBuildParametersRequest {
2014
2217
  provisioning: Provisioning;
@@ -2057,6 +2260,7 @@ interface AgentResponse {
2057
2260
  inputInterface?: InputInterface;
2058
2261
  uuid?: string;
2059
2262
  kindName?: string;
2263
+ labels?: Record<string, string>;
2060
2264
  }
2061
2265
  interface AgentListResponse extends PaginationMeta {
2062
2266
  agents: AgentResponse[];
@@ -2068,7 +2272,10 @@ type DeleteAgentPathParams = AgentPathParams;
2068
2272
  type UpdateAgentPathParams = AgentPathParams;
2069
2273
  type UpdateAgentBasicInfoPathParams = AgentPathParams;
2070
2274
  type UpdateAgentBuildParametersPathParams = AgentPathParams;
2071
- type ListAgentsQuery = ListQuery;
2275
+ /** `label` entries are `key:value` selectors; repeat for AND semantics. */
2276
+ type ListAgentsQuery = ListQuery & {
2277
+ label?: string[];
2278
+ };
2072
2279
  interface TokenRequest {
2073
2280
  expires_in?: string;
2074
2281
  }
@@ -2082,6 +2289,80 @@ type GenerateAgentTokenPathParams = AgentPathParams;
2082
2289
  interface GenerateAgentTokenQuery {
2083
2290
  environment?: string;
2084
2291
  }
2292
+ type GetAgentRolesPathParams = AgentPathParams;
2293
+ type GetAgentGroupsPathParams = AgentPathParams;
2294
+ interface GetAgentRolesQuery {
2295
+ environment: string;
2296
+ }
2297
+ interface GetAgentGroupsQuery {
2298
+ environment: string;
2299
+ }
2300
+ interface AgentRolesResponse {
2301
+ roles: ThunderRole[];
2302
+ }
2303
+ interface AgentGroupsResponse {
2304
+ groups: ThunderGroup[];
2305
+ }
2306
+ type AgentThunderStatus = 'pending' | 'in_progress' | 'completed' | 'failed';
2307
+ interface AgentIdentityEnvironmentView {
2308
+ environmentName: string;
2309
+ provisioningType: ProvisioningType;
2310
+ status: AgentThunderStatus;
2311
+ agentId?: string;
2312
+ clientId?: string;
2313
+ lastError?: string;
2314
+ hasUnclaimedSecret: boolean;
2315
+ requestedBy?: string;
2316
+ }
2317
+ interface AgentIdentityActionRequest {
2318
+ environment: string;
2319
+ }
2320
+ interface AgentClaimSecretResponse {
2321
+ environmentName: string;
2322
+ agentId: string;
2323
+ clientId: string;
2324
+ clientSecret: string;
2325
+ status: string;
2326
+ }
2327
+ interface AgentRegenerateSecretResponse {
2328
+ environmentName: string;
2329
+ provisioningType: ProvisioningType;
2330
+ clientId: string;
2331
+ clientSecret: string;
2332
+ status: string;
2333
+ }
2334
+ interface AgentRevokeSecretResponse {
2335
+ environmentName: string;
2336
+ clientId: string;
2337
+ status: string;
2338
+ }
2339
+ interface AgentCredentialsResponse {
2340
+ environmentName: string;
2341
+ agentId: string;
2342
+ clientId: string;
2343
+ clientSecret: string;
2344
+ }
2345
+ type GetAgentIdentityPathParams = AgentPathParams;
2346
+ interface GetAgentIdentityQuery {
2347
+ environment?: string;
2348
+ }
2349
+ type ProvisionAgentIdentityPathParams = AgentPathParams;
2350
+ interface ProvisionAgentIdentityQuery {
2351
+ environment: string;
2352
+ }
2353
+ type RegenerateAgentIdentitySecretPathParams = AgentPathParams;
2354
+ type RevokeAgentIdentitySecretPathParams = AgentPathParams;
2355
+ interface RevokeAgentIdentitySecretQuery {
2356
+ environment: string;
2357
+ }
2358
+ type GetAgentCredentialsPathParams = AgentPathParams;
2359
+ interface GetAgentCredentialsQuery {
2360
+ environment: string;
2361
+ }
2362
+ type ClaimAgentIdentitySecretPathParams = AgentPathParams;
2363
+ interface ClaimAgentIdentitySecretQuery {
2364
+ environment: string;
2365
+ }
2085
2366
 
2086
2367
  /**
2087
2368
  * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
@@ -2188,10 +2469,22 @@ interface BuildStep {
2188
2469
  startedAt?: string;
2189
2470
  finishedAt?: string;
2190
2471
  }
2472
+ interface BuildInputInterfaceSchema {
2473
+ path?: string;
2474
+ content?: string;
2475
+ }
2476
+ interface BuildInputInterface {
2477
+ type: string;
2478
+ port?: number;
2479
+ basePath?: string;
2480
+ visibility?: string[];
2481
+ schema?: BuildInputInterfaceSchema;
2482
+ }
2191
2483
  interface BuildDetailsResponse extends BuildResponse {
2192
2484
  percent?: number;
2193
2485
  steps?: BuildStep[];
2194
2486
  durationSeconds?: number;
2487
+ inputInterface?: BuildInputInterface;
2195
2488
  }
2196
2489
  type BuildAgentPathParams = AgentPathParams;
2197
2490
  type GetAgentBuildsPathParams = AgentPathParams;
@@ -2474,6 +2767,7 @@ interface Environment {
2474
2767
  gateway?: GatewaySpec;
2475
2768
  createdAt: string;
2476
2769
  id?: string;
2770
+ isolationTier?: string;
2477
2771
  }
2478
2772
  type EnvironmentListResponse = Environment[];
2479
2773
  interface DataPlane {
@@ -3249,25 +3543,42 @@ interface MCPPolicyAvailabilityResponse {
3249
3543
  list: MCPPolicyAvailableItem[];
3250
3544
  }
3251
3545
  /**
3252
- * MCPEnvironmentConfig is one per-environment blueprint block on an org-level MCP proxy,
3253
- * stored in MCPProxy.environments keyed by environment UUID. upstream holds the single
3254
- * backend endpoint (URL + auth) for that environment.
3546
+ * MCPEndpointConfig is the deployable configuration of a single MCP proxy endpoint:
3547
+ * upstream (URL + auth), policies, capabilities and security. It is the flat config
3548
+ * carried on each MCPProxyEndpoint. Environment binding and per-environment deployment
3549
+ * status live on MCPEndpointEnvironment, not here. Scopes gating individual tools are
3550
+ * managed separately, at the proxy level (see MCPProxyScopeResponse).
3255
3551
  */
3256
- interface MCPEnvironmentConfig {
3257
- upstream?: UpstreamEndpoint;
3552
+ interface MCPEndpointConfig {
3553
+ upstream?: UpstreamConfig;
3258
3554
  policies?: MCPProxyPolicy[];
3259
3555
  capabilities?: MCPProxyCapabilities;
3260
3556
  security?: SecurityConfig;
3261
- /**
3262
- * Response-only indicator of whether this environment's single gateway artifact is
3263
- * currently deployed ("Deployed") or not ("Undeployed"). Computed on read; never sent.
3264
- */
3265
- deploymentStatus?: string;
3266
3557
  }
3267
3558
  /**
3268
- * MCPProxy is an org-level blueprint. Name/version/context/vhost/mcpSpecVersion are shared
3269
- * across environments; per-environment upstream, policies, capabilities and security live in
3270
- * environments, keyed by environment UUID. The blueprint deploys nothing to any gateway.
3559
+ * MCPEndpointEnvironment is one endpoint→environment binding. deploymentStatus is
3560
+ * response-only: it reports whether this environment's gateway artifact is currently
3561
+ * deployed ("Deployed") or not ("Undeployed"). Computed on read; never sent.
3562
+ */
3563
+ interface MCPEndpointEnvironment {
3564
+ environmentUuid: string;
3565
+ deploymentStatus?: "Deployed" | "Undeployed";
3566
+ }
3567
+ /**
3568
+ * MCPProxyEndpoint is one deployable endpoint of an MCP proxy. Its id is unique within the
3569
+ * parent proxy. The endpoint's flat config (upstream/policies/capabilities/security) applies
3570
+ * to every environment it is bound to via environments; within a proxy an environment maps to
3571
+ * at most one endpoint.
3572
+ */
3573
+ interface MCPProxyEndpoint extends MCPEndpointConfig {
3574
+ id: string;
3575
+ name?: string;
3576
+ environments: MCPEndpointEnvironment[];
3577
+ }
3578
+ /**
3579
+ * MCPProxy is an org-level grouping. Name/version/context/vhost/mcpSpecVersion are shared
3580
+ * metadata; the deployable config lives on each endpoint in endpoints. The proxy itself
3581
+ * deploys nothing to any gateway.
3271
3582
  */
3272
3583
  interface MCPProxy {
3273
3584
  id: string;
@@ -3279,7 +3590,7 @@ interface MCPProxy {
3279
3590
  context?: string;
3280
3591
  vhost?: string;
3281
3592
  mcpSpecVersion?: string;
3282
- environments: Record<string, MCPEnvironmentConfig>;
3593
+ endpoints: MCPProxyEndpoint[];
3283
3594
  createdAt?: string;
3284
3595
  updatedAt?: string;
3285
3596
  }
@@ -3436,137 +3747,12 @@ type ListGitSecretsQuery = ListQuery;
3436
3747
  * under the License.
3437
3748
  */
3438
3749
 
3439
- interface ThunderClaim {
3440
- type: string;
3441
- value: string;
3442
- }
3443
- interface ThunderUser {
3444
- id: string;
3445
- type?: string;
3446
- ouId?: string;
3447
- attributes?: Record<string, unknown>;
3448
- groups?: Array<{
3449
- id: string;
3450
- name: string;
3451
- }>;
3452
- createdAt?: string;
3453
- updatedAt?: string;
3454
- }
3455
- interface ThunderUserListResponse extends PaginationMeta {
3456
- users: ThunderUser[];
3457
- }
3458
- interface CreateUserRequest {
3459
- type: string;
3460
- attributes: Record<string, string>;
3461
- ouId?: string;
3462
- }
3463
- interface UpdateUserRequest {
3464
- attributes?: Record<string, string>;
3465
- }
3466
- interface InviteUserRequest {
3467
- email: string;
3468
- }
3469
- interface InviteUserResponse {
3470
- inviteLink: string;
3471
- }
3472
- interface ThunderGroup {
3473
- id: string;
3474
- ouId?: string;
3475
- name: string;
3476
- description?: string;
3477
- createdAt?: string;
3478
- updatedAt?: string;
3479
- }
3480
- interface ThunderGroupListResponse extends PaginationMeta {
3481
- groups: ThunderGroup[];
3482
- }
3483
- interface CreateGroupRequest {
3484
- name: string;
3485
- description?: string;
3486
- }
3487
- interface UpdateGroupRequest {
3488
- name: string;
3489
- description?: string;
3490
- }
3491
- interface ThunderRole {
3492
- id: string;
3493
- ouId?: string;
3494
- name: string;
3495
- description?: string;
3496
- permissions?: RolePermissionRequest[];
3497
- isReadOnly?: boolean;
3498
- createdAt?: string;
3499
- updatedAt?: string;
3500
- }
3501
- interface ThunderRoleListResponse extends PaginationMeta {
3502
- roles: ThunderRole[];
3503
- }
3504
- interface ThunderRoleAssignments {
3505
- permissions?: string[];
3506
- users?: ThunderUser[];
3507
- groups?: ThunderGroup[];
3508
- }
3509
- interface CreateRoleRequest {
3510
- name: string;
3511
- description?: string;
3512
- }
3513
- interface UpdateRoleRequest {
3514
- name: string;
3515
- description?: string;
3516
- }
3517
- interface RolePermissionRequest {
3518
- resourceServerId: string;
3519
- permissions: string[];
3520
- }
3521
- interface RoleUserGroupRequest {
3522
- userIds?: string[];
3523
- groupIds?: string[];
3524
- }
3525
- interface ThunderPermission {
3526
- name: string;
3527
- resourceServerId: string;
3528
- actionName: string;
3529
- resourceName: string;
3530
- }
3531
- interface AMPPermissionsResponse {
3532
- permissions: ThunderPermission[];
3533
- resourceServerId: string;
3534
- }
3535
- type IdentityOrgPathParams = OrgPathParams;
3536
- type UserPathParams = OrgPathParams & {
3537
- userId: string;
3538
- };
3539
- type GroupPathParams = OrgPathParams & {
3540
- groupId: string;
3541
- };
3542
- type RolePathParams = OrgPathParams & {
3543
- roleId: string;
3544
- };
3545
-
3546
- /**
3547
- * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
3548
- *
3549
- * WSO2 LLC. licenses this file to you under the Apache License,
3550
- * Version 2.0 (the "License"); you may not use this file except
3551
- * in compliance with the License.
3552
- * You may obtain a copy of the License at
3553
- *
3554
- * http://www.apache.org/licenses/LICENSE-2.0
3555
- *
3556
- * Unless required by applicable law or agreed to in writing,
3557
- * software distributed under the License is distributed on an
3558
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
3559
- * KIND, either express or implied. See the License for the
3560
- * specific language governing permissions and limitations
3561
- * under the License.
3562
- */
3563
-
3564
- interface AgentKindConfigSchemaItem {
3565
- name: string;
3566
- description?: string;
3567
- isSecret: boolean;
3568
- isMandatory: boolean;
3569
- defaultValue?: string | null;
3750
+ interface AgentKindConfigSchemaItem {
3751
+ name: string;
3752
+ description?: string;
3753
+ isSecret: boolean;
3754
+ isMandatory: boolean;
3755
+ defaultValue?: string | null;
3570
3756
  }
3571
3757
  interface AgentKindVersionResponse {
3572
3758
  version: string;
@@ -3587,6 +3773,7 @@ interface AgentKindResponse {
3587
3773
  organizationName: string;
3588
3774
  kind: 'AgentKind';
3589
3775
  latestVersion?: string;
3776
+ labels?: Record<string, string>;
3590
3777
  versions: AgentKindVersionResponse[];
3591
3778
  createdAt: string;
3592
3779
  updatedAt?: string;
@@ -3600,6 +3787,8 @@ interface AgentKindListResponse {
3600
3787
  interface UpdateAgentKindRequest {
3601
3788
  displayName: string;
3602
3789
  description?: string;
3790
+ /** Omit to leave labels unchanged; send {} to clear all labels. */
3791
+ labels?: Record<string, string>;
3603
3792
  }
3604
3793
  interface AddAgentKindVersionRequest {
3605
3794
  version: string;
@@ -3613,6 +3802,8 @@ interface PublishAgentKindRequest {
3613
3802
  kindName: string;
3614
3803
  kindDisplayName?: string;
3615
3804
  kindDescription?: string;
3805
+ /** Labels for the kind — used only when creating a new kind, ignored otherwise. */
3806
+ kindLabels?: Record<string, string>;
3616
3807
  version: string;
3617
3808
  buildName: string;
3618
3809
  configSchema: AgentKindConfigSchemaItem[];
@@ -3646,7 +3837,10 @@ type PublishAgentKindPathParams = AgentPathParams;
3646
3837
  type ListKindAgentsPathParams = OrgPathParams & {
3647
3838
  kindName: string;
3648
3839
  };
3649
- type ListAgentKindsQuery = ListQuery;
3840
+ /** `label` entries are `key:value` selectors; repeat for AND semantics. */
3841
+ type ListAgentKindsQuery = ListQuery & {
3842
+ label?: string[];
3843
+ };
3650
3844
 
3651
3845
  /**
3652
3846
  * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
@@ -3680,6 +3874,138 @@ interface ThunderInstanceListResponse {
3680
3874
  }
3681
3875
  type ListThunderInstancesPathParams = OrgPathParams;
3682
3876
 
3877
+ /**
3878
+ * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
3879
+ *
3880
+ * WSO2 LLC. licenses this file to you under the Apache License,
3881
+ * Version 2.0 (the "License"); you may not use this file except
3882
+ * in compliance with the License.
3883
+ * You may obtain a copy of the License at
3884
+ *
3885
+ * http://www.apache.org/licenses/LICENSE-2.0
3886
+ *
3887
+ * Unless required by applicable law or agreed to in writing,
3888
+ * software distributed under the License is distributed on an
3889
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
3890
+ * KIND, either express or implied. See the License for the
3891
+ * specific language governing permissions and limitations
3892
+ * under the License.
3893
+ */
3894
+
3895
+ interface MCPProxyScopeRequest {
3896
+ action: string;
3897
+ description?: string;
3898
+ tools: string[];
3899
+ }
3900
+ interface MCPProxyScopeUpdateRequest {
3901
+ description?: string;
3902
+ tools?: string[];
3903
+ }
3904
+ interface MCPProxyScopeResponse {
3905
+ action: string;
3906
+ scope: string;
3907
+ description?: string;
3908
+ tools: string[];
3909
+ createdAt?: string;
3910
+ updatedAt?: string;
3911
+ }
3912
+ interface MCPProxyScopeListResponse {
3913
+ scopes: MCPProxyScopeResponse[];
3914
+ }
3915
+ type MCPProxyScopesPathParams = OrgPathParams & {
3916
+ proxyId: string;
3917
+ };
3918
+ type MCPProxyScopePathParams = MCPProxyScopesPathParams & {
3919
+ scopeAction: string;
3920
+ };
3921
+
3922
+ /**
3923
+ * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
3924
+ *
3925
+ * WSO2 LLC. licenses this file to you under the Apache License,
3926
+ * Version 2.0 (the "License"); you may not use this file except
3927
+ * in compliance with the License.
3928
+ * You may obtain a copy of the License at
3929
+ *
3930
+ * http://www.apache.org/licenses/LICENSE-2.0
3931
+ *
3932
+ * Unless required by applicable law or agreed to in writing,
3933
+ * software distributed under the License is distributed on an
3934
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
3935
+ * KIND, either express or implied. See the License for the
3936
+ * specific language governing permissions and limitations
3937
+ * under the License.
3938
+ */
3939
+
3940
+ interface AgentIdentityGroupListResponse extends PaginationMeta {
3941
+ groups: ThunderGroup[];
3942
+ }
3943
+ interface AgentIdentityGroupRequest {
3944
+ name: string;
3945
+ description?: string;
3946
+ }
3947
+ interface AgentIdentityMemberEntry {
3948
+ id: string;
3949
+ type: string;
3950
+ }
3951
+ interface AgentIdentityGroupMembersResponse extends PaginationMeta {
3952
+ members: AgentIdentityMemberEntry[];
3953
+ }
3954
+ interface AgentIdentityMembersRequest {
3955
+ agentIds: string[];
3956
+ }
3957
+ interface AgentIdentityGroupRolesResponse {
3958
+ roles: ThunderRole[];
3959
+ }
3960
+ interface AgentIdentityRoleListResponse extends PaginationMeta {
3961
+ roles: ThunderRole[];
3962
+ }
3963
+ interface AgentIdentityRoleRequest {
3964
+ name: string;
3965
+ description?: string;
3966
+ scopes?: string[];
3967
+ }
3968
+ type AgentIdentityAssigneeType = 'agent' | 'group';
3969
+ interface AgentIdentityAssignmentEntry {
3970
+ id: string;
3971
+ type: AgentIdentityAssigneeType;
3972
+ }
3973
+ interface AgentIdentityAssignmentsRequest {
3974
+ assignments: AgentIdentityAssignmentEntry[];
3975
+ }
3976
+ interface AgentIdentityRoleAssignmentsResponse {
3977
+ agents?: AgentIdentityAssignmentEntry[];
3978
+ groups?: ThunderGroup[];
3979
+ }
3980
+ interface AgentIdentityAgentResponse {
3981
+ agentName: string;
3982
+ projectName: string;
3983
+ status: string;
3984
+ thunderAgentId?: string;
3985
+ }
3986
+ interface AgentIdentityAgentListResponse {
3987
+ agents: AgentIdentityAgentResponse[];
3988
+ }
3989
+ interface AgentIdentityScopeEntry {
3990
+ scope: string;
3991
+ description?: string;
3992
+ mcpProxyId: string;
3993
+ mcpProxyName?: string;
3994
+ }
3995
+ interface AgentIdentityScopeListResponse {
3996
+ scopes: AgentIdentityScopeEntry[];
3997
+ }
3998
+ type AgentIdentityEnvPathParams = OrgPathParams & {
3999
+ envName: string;
4000
+ };
4001
+ type AgentIdentityGroupPathParams = AgentIdentityEnvPathParams & {
4002
+ groupId: string;
4003
+ };
4004
+ type AgentIdentityRolePathParams = AgentIdentityEnvPathParams & {
4005
+ roleId: string;
4006
+ };
4007
+ type AgentIdentityListQuery = ListQuery;
4008
+
3683
4009
  /**
3684
4010
  * Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
3685
4011
  *
@@ -4496,6 +4822,14 @@ declare function deleteAgent(params: DeleteAgentPathParams, getToken?: () => Pro
4496
4822
  declare function updateAgent(params: UpdateAgentPathParams, body: UpdateAgentRequest, getToken?: () => Promise<string>): Promise<AgentResponse>;
4497
4823
  declare function updateAgentBuildParameters(params: UpdateAgentBuildParametersPathParams, body: UpdateAgentBuildParametersRequest, getToken?: () => Promise<string>): Promise<AgentResponse>;
4498
4824
  declare function generateAgentToken(params: GenerateAgentTokenPathParams, body?: TokenRequest, query?: GenerateAgentTokenQuery, getToken?: () => Promise<string>): Promise<TokenResponse>;
4825
+ declare function getAgentRoles(params: GetAgentRolesPathParams, query: GetAgentRolesQuery, getToken?: () => Promise<string>): Promise<AgentRolesResponse>;
4826
+ declare function getAgentGroups(params: GetAgentGroupsPathParams, query: GetAgentGroupsQuery, getToken?: () => Promise<string>): Promise<AgentGroupsResponse>;
4827
+ declare function getAgentIdentity(params: GetAgentIdentityPathParams, query?: GetAgentIdentityQuery, getToken?: () => Promise<string>): Promise<AgentIdentityEnvironmentView[]>;
4828
+ declare function provisionAgentIdentity(params: ProvisionAgentIdentityPathParams, query: ProvisionAgentIdentityQuery, getToken?: () => Promise<string>): Promise<AgentIdentityEnvironmentView>;
4829
+ declare function regenerateAgentIdentitySecret(params: RegenerateAgentIdentitySecretPathParams, body: AgentIdentityActionRequest, getToken?: () => Promise<string>): Promise<AgentRegenerateSecretResponse>;
4830
+ declare function revokeAgentIdentitySecret(params: RevokeAgentIdentitySecretPathParams, query: RevokeAgentIdentitySecretQuery, getToken?: () => Promise<string>): Promise<AgentRevokeSecretResponse>;
4831
+ declare function getAgentCredentials(params: GetAgentCredentialsPathParams, query: GetAgentCredentialsQuery, getToken?: () => Promise<string>): Promise<AgentCredentialsResponse>;
4832
+ declare function claimAgentIdentitySecret(params: ClaimAgentIdentitySecretPathParams, query: ClaimAgentIdentitySecretQuery, getToken?: () => Promise<string>): Promise<AgentClaimSecretResponse>;
4499
4833
 
4500
4834
  /**
4501
4835
  * Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
@@ -4601,7 +4935,7 @@ declare function deleteCustomEvaluator(params: CustomEvaluatorPathParams, getTok
4601
4935
  * under the License.
4602
4936
  */
4603
4937
 
4604
- interface TraceObserverListParams {
4938
+ interface ObserverTraceListParams {
4605
4939
  organization: string;
4606
4940
  project: string;
4607
4941
  component: string;
@@ -4611,7 +4945,7 @@ interface TraceObserverListParams {
4611
4945
  limit?: number;
4612
4946
  sortOrder?: 'asc' | 'desc';
4613
4947
  }
4614
- interface TraceObserverSpanListParams {
4948
+ interface ObserverTraceSpanListParams {
4615
4949
  traceId: string;
4616
4950
  organization: string;
4617
4951
  project?: string;
@@ -4622,14 +4956,14 @@ interface TraceObserverSpanListParams {
4622
4956
  limit?: number;
4623
4957
  sortOrder?: "asc" | "desc";
4624
4958
  }
4625
- interface TraceObserverSpanDetailParams {
4959
+ interface ObserverTraceSpanDetailParams {
4626
4960
  traceId: string;
4627
4961
  spanId: string;
4628
4962
  }
4629
- declare function getTraceList(params: TraceObserverListParams, getToken?: () => Promise<string>): Promise<TraceListResponse>;
4630
- declare function exportTraces(params: TraceObserverListParams, getToken?: () => Promise<string>): Promise<TraceExportResponse>;
4631
- declare function listTraceSpans(params: TraceObserverSpanListParams, getToken?: () => Promise<string>): Promise<TraceSpanSummaryListResponse>;
4632
- declare function getSpanDetail(params: TraceObserverSpanDetailParams, getToken?: () => Promise<string>): Promise<Span>;
4963
+ declare function getTraceList(params: ObserverTraceListParams, getToken?: () => Promise<string>): Promise<TraceListResponse>;
4964
+ declare function exportTraces(params: ObserverTraceListParams, getToken?: () => Promise<string>): Promise<TraceExportResponse>;
4965
+ declare function listTraceSpans(params: ObserverTraceSpanListParams, getToken?: () => Promise<string>): Promise<TraceSpanSummaryListResponse>;
4966
+ declare function getSpanDetail(params: ObserverTraceSpanDetailParams, getToken?: () => Promise<string>): Promise<Span>;
4633
4967
 
4634
4968
  /**
4635
4969
  * Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
@@ -4696,7 +5030,15 @@ declare function updateProject(params: UpdateProjectPathParams, body: UpdateProj
4696
5030
  * under the License.
4697
5031
  */
4698
5032
 
4699
- declare function getAgentMetrics(params: GetAgentMetricsPathParams, body: MetricsFilterRequest, getToken?: () => Promise<string>): Promise<MetricsResponse>;
5033
+ interface ObserverMetricsParams {
5034
+ organization: string;
5035
+ project: string;
5036
+ agent: string;
5037
+ environment: string;
5038
+ startTime?: string;
5039
+ endTime?: string;
5040
+ }
5041
+ declare function getAgentMetrics(params: ObserverMetricsParams, getToken?: () => Promise<string>): Promise<MetricsResponse>;
4700
5042
 
4701
5043
  /**
4702
5044
  * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
@@ -4751,7 +5093,40 @@ declare function getAgentTraceScores(params: AgentTraceScoresParams, getToken?:
4751
5093
  * under the License.
4752
5094
  */
4753
5095
 
4754
- declare function filterAgentRuntimeLogs(params: FilterAgentRuntimeLogsPathParams, body: LogFilterRequest, getToken?: () => Promise<string>): Promise<LogsResponse>;
5096
+ /** Unauthenticated discovery endpoint served by agent-manager. */
5097
+ declare function getRuntimeConfig(): Promise<ConfigResponse>;
5098
+
5099
+ /**
5100
+ * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
5101
+ *
5102
+ * WSO2 LLC. licenses this file to you under the Apache License,
5103
+ * Version 2.0 (the "License"); you may not use this file except
5104
+ * in compliance with the License.
5105
+ * You may obtain a copy of the License at
5106
+ *
5107
+ * http://www.apache.org/licenses/LICENSE-2.0
5108
+ *
5109
+ * Unless required by applicable law or agreed to in writing,
5110
+ * software distributed under the License is distributed on an
5111
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
5112
+ * KIND, either express or implied. See the License for the
5113
+ * specific language governing permissions and limitations
5114
+ * under the License.
5115
+ */
5116
+
5117
+ interface ObserverRuntimeLogsParams {
5118
+ organization: string;
5119
+ project: string;
5120
+ agent: string;
5121
+ environment: string;
5122
+ startTime: string;
5123
+ endTime: string;
5124
+ searchPhrase?: string;
5125
+ logLevels?: string[];
5126
+ limit?: number;
5127
+ sortOrder?: "asc" | "desc";
5128
+ }
5129
+ declare function getAgentRuntimeLogs(params: ObserverRuntimeLogsParams, getToken?: () => Promise<string>): Promise<LogsResponse>;
4755
5130
 
4756
5131
  /**
4757
5132
  * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
@@ -5159,6 +5534,80 @@ type AgentBuildOptionsPathParams = {
5159
5534
  };
5160
5535
  declare function getAgentBuildOptions(params: AgentBuildOptionsPathParams, getToken?: () => Promise<string>): Promise<AgentBuildOptions>;
5161
5536
 
5537
+ /**
5538
+ * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
5539
+ *
5540
+ * WSO2 LLC. licenses this file to you under the Apache License,
5541
+ * Version 2.0 (the "License"); you may not use this file except
5542
+ * in compliance with the License.
5543
+ * You may obtain a copy of the License at
5544
+ *
5545
+ * http://www.apache.org/licenses/LICENSE-2.0
5546
+ *
5547
+ * Unless required by applicable law or agreed to in writing,
5548
+ * software distributed under the License is distributed on an
5549
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
5550
+ * KIND, either express or implied. See the License for the
5551
+ * specific language governing permissions and limitations
5552
+ * under the License.
5553
+ */
5554
+
5555
+ /**
5556
+ * List an MCP proxy's scopes
5557
+ */
5558
+ declare function listMCPProxyScopes(params: MCPProxyScopesPathParams, getToken?: () => Promise<string>): Promise<MCPProxyScopeListResponse>;
5559
+ /**
5560
+ * Create an MCP proxy scope
5561
+ */
5562
+ declare function createMCPProxyScope(params: MCPProxyScopesPathParams, body: MCPProxyScopeRequest, getToken?: () => Promise<string>): Promise<MCPProxyScopeResponse>;
5563
+ /**
5564
+ * Update an MCP proxy scope's description and/or tools. The action itself is
5565
+ * immutable (rename = delete + create).
5566
+ */
5567
+ declare function updateMCPProxyScope(params: MCPProxyScopePathParams, body: MCPProxyScopeUpdateRequest, getToken?: () => Promise<string>): Promise<MCPProxyScopeResponse>;
5568
+ /**
5569
+ * Delete an MCP proxy scope
5570
+ */
5571
+ declare function deleteMCPProxyScope(params: MCPProxyScopePathParams, getToken?: () => Promise<string>): Promise<void>;
5572
+
5573
+ /**
5574
+ * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
5575
+ *
5576
+ * WSO2 LLC. licenses this file to you under the Apache License,
5577
+ * Version 2.0 (the "License"); you may not use this file except
5578
+ * in compliance with the License.
5579
+ * You may obtain a copy of the License at
5580
+ *
5581
+ * http://www.apache.org/licenses/LICENSE-2.0
5582
+ *
5583
+ * Unless required by applicable law or agreed to in writing,
5584
+ * software distributed under the License is distributed on an
5585
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
5586
+ * KIND, either express or implied. See the License for the
5587
+ * specific language governing permissions and limitations
5588
+ * under the License.
5589
+ */
5590
+
5591
+ declare function listAgentIdentityGroups(params: AgentIdentityEnvPathParams, query?: AgentIdentityListQuery, getToken?: () => Promise<string>): Promise<AgentIdentityGroupListResponse>;
5592
+ declare function createAgentIdentityGroup(params: AgentIdentityEnvPathParams, body: AgentIdentityGroupRequest, getToken?: () => Promise<string>): Promise<ThunderGroup>;
5593
+ declare function getAgentIdentityGroup(params: AgentIdentityGroupPathParams, getToken?: () => Promise<string>): Promise<ThunderGroup>;
5594
+ declare function updateAgentIdentityGroup(params: AgentIdentityGroupPathParams, body: AgentIdentityGroupRequest, getToken?: () => Promise<string>): Promise<ThunderGroup>;
5595
+ declare function deleteAgentIdentityGroup(params: AgentIdentityGroupPathParams, getToken?: () => Promise<string>): Promise<void>;
5596
+ declare function getAgentIdentityGroupMembers(params: AgentIdentityGroupPathParams, query?: AgentIdentityListQuery, getToken?: () => Promise<string>): Promise<AgentIdentityGroupMembersResponse>;
5597
+ declare function addAgentIdentityGroupMembers(params: AgentIdentityGroupPathParams, body: AgentIdentityMembersRequest, getToken?: () => Promise<string>): Promise<void>;
5598
+ declare function removeAgentIdentityGroupMembers(params: AgentIdentityGroupPathParams, body: AgentIdentityMembersRequest, getToken?: () => Promise<string>): Promise<void>;
5599
+ declare function getAgentIdentityGroupRoles(params: AgentIdentityGroupPathParams, getToken?: () => Promise<string>): Promise<AgentIdentityGroupRolesResponse>;
5600
+ declare function listAgentIdentityRoles(params: AgentIdentityEnvPathParams, query?: AgentIdentityListQuery, getToken?: () => Promise<string>): Promise<AgentIdentityRoleListResponse>;
5601
+ declare function createAgentIdentityRole(params: AgentIdentityEnvPathParams, body: AgentIdentityRoleRequest, getToken?: () => Promise<string>): Promise<ThunderRole>;
5602
+ declare function getAgentIdentityRole(params: AgentIdentityRolePathParams, getToken?: () => Promise<string>): Promise<ThunderRole>;
5603
+ declare function updateAgentIdentityRole(params: AgentIdentityRolePathParams, body: AgentIdentityRoleRequest, getToken?: () => Promise<string>): Promise<ThunderRole>;
5604
+ declare function deleteAgentIdentityRole(params: AgentIdentityRolePathParams, getToken?: () => Promise<string>): Promise<void>;
5605
+ declare function getAgentIdentityRoleAssignments(params: AgentIdentityRolePathParams, getToken?: () => Promise<string>): Promise<AgentIdentityRoleAssignmentsResponse>;
5606
+ declare function addAgentIdentityRoleAssignees(params: AgentIdentityRolePathParams, body: AgentIdentityAssignmentsRequest, getToken?: () => Promise<string>): Promise<void>;
5607
+ declare function removeAgentIdentityRoleAssignees(params: AgentIdentityRolePathParams, body: AgentIdentityAssignmentsRequest, getToken?: () => Promise<string>): Promise<void>;
5608
+ declare function listAgentIdentityAgents(params: AgentIdentityEnvPathParams, getToken?: () => Promise<string>): Promise<AgentIdentityAgentListResponse>;
5609
+ declare function listAgentIdentityScopes(params: AgentIdentityEnvPathParams, getToken?: () => Promise<string>): Promise<AgentIdentityScopeListResponse>;
5610
+
5162
5611
  /**
5163
5612
  * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
5164
5613
  *
@@ -5286,6 +5735,18 @@ declare function useUpdateAgent(): any;
5286
5735
  declare function useUpdateAgentBuildParameters(): any;
5287
5736
  declare function useDeleteAgent(): any;
5288
5737
  declare function useGenerateAgentToken(params: GenerateAgentTokenPathParams, body?: TokenRequest, query?: GenerateAgentTokenQuery, enabled?: boolean): QueryObserverResult<TData, TError>;
5738
+ declare function useGetAgentRoles(params: GetAgentRolesPathParams, query: GetAgentRolesQuery, options?: {
5739
+ enabled?: boolean;
5740
+ }): QueryObserverResult<TData, TError>;
5741
+ declare function useGetAgentGroups(params: GetAgentGroupsPathParams, query: GetAgentGroupsQuery, options?: {
5742
+ enabled?: boolean;
5743
+ }): QueryObserverResult<TData, TError>;
5744
+ declare function useGetAgentIdentity(params: GetAgentIdentityPathParams, query?: GetAgentIdentityQuery): QueryObserverResult<TData, TError>;
5745
+ declare function useProvisionAgentIdentity(): any;
5746
+ declare function useRegenerateAgentIdentitySecret(): any;
5747
+ declare function useRevokeAgentIdentitySecret(): any;
5748
+ declare function useGetAgentCredentials(params: GetAgentCredentialsPathParams, query: GetAgentCredentialsQuery): QueryObserverResult<TData, TError>;
5749
+ declare function useClaimAgentIdentitySecret(): any;
5289
5750
 
5290
5751
  /**
5291
5752
  * Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
@@ -5409,7 +5870,7 @@ declare function useTraceList(organization?: string, project?: string, component
5409
5870
  }): any;
5410
5871
  declare function useTrace(organization: string | undefined, project: string | undefined, component: string | undefined, environment: string | undefined, traceId: string, startTime: string | undefined, endTime: string | undefined): any;
5411
5872
  declare function useSpanDetail(traceId: string | undefined, spanId: string | null, enabled: boolean): QueryObserverResult<TData, TError>;
5412
- type ExportTracesParams = Pick<TraceObserverListParams, "startTime" | "endTime" | "limit" | "sortOrder"> & {
5873
+ type ExportTracesParams = Pick<ObserverTraceListParams, "startTime" | "endTime" | "limit" | "sortOrder"> & {
5413
5874
  organization: string;
5414
5875
  project: string;
5415
5876
  component: string;
@@ -5538,6 +5999,25 @@ declare function useGroupedScores(params: GroupedScoresPathParams, query: {
5538
5999
  declare function useTraceScores(params: TraceScoresPathParams): QueryObserverResult<TData, TError>;
5539
6000
  declare function useAgentTraceScores(params: AgentTraceScoresParams): QueryObserverResult<TData, TError>;
5540
6001
 
6002
+ /**
6003
+ * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
6004
+ *
6005
+ * WSO2 LLC. licenses this file to you under the Apache License,
6006
+ * Version 2.0 (the "License"); you may not use this file except
6007
+ * in compliance with the License.
6008
+ * You may obtain a copy of the License at
6009
+ *
6010
+ * http://www.apache.org/licenses/LICENSE-2.0
6011
+ *
6012
+ * Unless required by applicable law or agreed to in writing,
6013
+ * software distributed under the License is distributed on an
6014
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
6015
+ * KIND, either express or implied. See the License for the
6016
+ * specific language governing permissions and limitations
6017
+ * under the License.
6018
+ */
6019
+ declare function useRuntimeConfig(): QueryObserverResult<TData, TError>;
6020
+
5541
6021
  /**
5542
6022
  * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
5543
6023
  *
@@ -5937,7 +6417,7 @@ declare function useListAMPPermissions(params: IdentityOrgPathParams): QueryObse
5937
6417
 
5938
6418
  declare const agentKindKeys: {
5939
6419
  lists: () => readonly ["agent-kinds"];
5940
- list: (params: ListAgentKindsPathParams, query?: ListAgentKindsQuery) => readonly ["agent-kinds", OrgPathParams, ListQuery | undefined];
6420
+ list: (params: ListAgentKindsPathParams, query?: ListAgentKindsQuery) => readonly ["agent-kinds", OrgPathParams, ListAgentKindsQuery | undefined];
5941
6421
  details: () => readonly ["agent-kind"];
5942
6422
  detail: (params: GetAgentKindPathParams) => readonly ["agent-kind", GetAgentKindPathParams];
5943
6423
  versionLists: () => readonly ["agent-kind-versions"];
@@ -6028,6 +6508,147 @@ declare function useAgentBuildOptions(params: AgentBuildOptionsPathParams): Quer
6028
6508
 
6029
6509
  declare function useListThunderInstances(params: ListThunderInstancesPathParams): QueryObserverResult<TData, TError>;
6030
6510
 
6511
+ /**
6512
+ * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
6513
+ *
6514
+ * WSO2 LLC. licenses this file to you under the Apache License,
6515
+ * Version 2.0 (the "License"); you may not use this file except
6516
+ * in compliance with the License.
6517
+ * You may obtain a copy of the License at
6518
+ *
6519
+ * http://www.apache.org/licenses/LICENSE-2.0
6520
+ *
6521
+ * Unless required by applicable law or agreed to in writing,
6522
+ * software distributed under the License is distributed on an
6523
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
6524
+ * KIND, either express or implied. See the License for the
6525
+ * specific language governing permissions and limitations
6526
+ * under the License.
6527
+ */
6528
+
6529
+ /**
6530
+ * Hook to list an MCP proxy's scopes
6531
+ */
6532
+ declare function useListMCPProxyScopes(params: MCPProxyScopesPathParams, options?: {
6533
+ enabled?: boolean;
6534
+ }): QueryObserverResult<TData, TError>;
6535
+ /**
6536
+ * Hook to create an MCP proxy scope
6537
+ */
6538
+ declare function useCreateMCPProxyScope(): any;
6539
+ /**
6540
+ * Hook to update an MCP proxy scope's description and/or tools
6541
+ */
6542
+ declare function useUpdateMCPProxyScope(): any;
6543
+ /**
6544
+ * Hook to delete an MCP proxy scope
6545
+ */
6546
+ declare function useDeleteMCPProxyScope(): any;
6547
+
6548
+ /**
6549
+ * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com).
6550
+ *
6551
+ * WSO2 LLC. licenses this file to you under the Apache License,
6552
+ * Version 2.0 (the "License"); you may not use this file except
6553
+ * in compliance with the License.
6554
+ * You may obtain a copy of the License at
6555
+ *
6556
+ * http://www.apache.org/licenses/LICENSE-2.0
6557
+ *
6558
+ * Unless required by applicable law or agreed to in writing,
6559
+ * software distributed under the License is distributed on an
6560
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
6561
+ * KIND, either express or implied. See the License for the
6562
+ * specific language governing permissions and limitations
6563
+ * under the License.
6564
+ */
6565
+
6566
+ declare function useListAgentIdentityGroups(params: AgentIdentityEnvPathParams, query?: AgentIdentityListQuery): QueryObserverResult<TData, TError>;
6567
+ declare function useCreateAgentIdentityGroup(): any;
6568
+ declare function useGetAgentIdentityGroup(params: AgentIdentityGroupPathParams): QueryObserverResult<TData, TError>;
6569
+ declare function useUpdateAgentIdentityGroup(): any;
6570
+ declare function useDeleteAgentIdentityGroup(): any;
6571
+ declare function useGetAgentIdentityGroupMembers(params: AgentIdentityGroupPathParams, query?: AgentIdentityListQuery): QueryObserverResult<TData, TError>;
6572
+ declare function useAddAgentIdentityGroupMembers(): any;
6573
+ declare function useRemoveAgentIdentityGroupMembers(): any;
6574
+ declare function useGetAgentIdentityGroupRoles(params: AgentIdentityGroupPathParams): QueryObserverResult<TData, TError>;
6575
+ declare function useListAgentIdentityRoles(params: AgentIdentityEnvPathParams, query?: AgentIdentityListQuery): QueryObserverResult<TData, TError>;
6576
+ declare function useCreateAgentIdentityRole(): any;
6577
+ declare function useGetAgentIdentityRole(params: AgentIdentityRolePathParams): QueryObserverResult<TData, TError>;
6578
+ declare function useUpdateAgentIdentityRole(): any;
6579
+ declare function useDeleteAgentIdentityRole(): any;
6580
+ declare function useGetAgentIdentityRoleAssignments(params: AgentIdentityRolePathParams): QueryObserverResult<TData, TError>;
6581
+ declare function useAddAgentIdentityRoleAssignees(): any;
6582
+ declare function useRemoveAgentIdentityRoleAssignees(): any;
6583
+ declare function useListAgentIdentityAgents(params: AgentIdentityEnvPathParams): QueryObserverResult<TData, TError>;
6584
+ declare function useListAgentIdentityScopes(params: AgentIdentityEnvPathParams): QueryObserverResult<TData, TError>;
6585
+
6586
+ /**
6587
+ * Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
6588
+ *
6589
+ * WSO2 LLC. licenses this file to you under the Apache License,
6590
+ * Version 2.0 (the "License"); you may not use this file except
6591
+ * in compliance with the License.
6592
+ * You may obtain a copy of the License at
6593
+ *
6594
+ * http://www.apache.org/licenses/LICENSE-2.0
6595
+ *
6596
+ * Unless required by applicable law or agreed to in writing,
6597
+ * software distributed under the License is distributed on an
6598
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
6599
+ * KIND, either express or implied. See the License for the
6600
+ * specific language governing permissions and limitations
6601
+ * under the License.
6602
+ */
6603
+ declare function sleep(ms: number): Promise<void>;
6604
+ declare const SERVICE_BASE = "/api/v1";
6605
+ declare function encodeRequired(value: string | undefined, label: string): string;
6606
+ declare const OBS_SERVICE_BASE = "/api";
6607
+ declare const POLL_INTERVAL = 5000;
6608
+ declare const SLOW_POLL_INTERVAL = 15000;
6609
+ interface HttpOptions {
6610
+ useObsPlaneHostApi?: boolean;
6611
+ }
6612
+ declare function httpGET(context: string, params: {
6613
+ searchParams?: Record<string, string> | string[][];
6614
+ token?: string;
6615
+ options?: HttpOptions;
6616
+ timeoutMs?: number;
6617
+ }): Promise<Response>;
6618
+ /** Set by the runtime-config bootstrap once GET /api/v1/config resolves. */
6619
+ declare function setObserverBaseUrl(url: string | undefined): void;
6620
+ declare function isObserverConfigured(): boolean;
6621
+ /**
6622
+ * Same as httpGET but calls the observer service directly using the
6623
+ * observer base URL discovered at runtime via GET /api/v1/config.
6624
+ * Throws if the observer is not configured — the agent-manager no longer
6625
+ * serves traces routes, so silently falling back would produce opaque 404s.
6626
+ */
6627
+ declare function httpGETObserver(context: string, params: {
6628
+ searchParams?: Record<string, string>;
6629
+ token?: string;
6630
+ }): Promise<Response>;
6631
+ declare function httpPOST(context: string, body: object, params: {
6632
+ searchParams?: Record<string, string>;
6633
+ token?: string;
6634
+ options?: HttpOptions;
6635
+ }): Promise<Response>;
6636
+ declare function httpPUT(context: string, body: object, params: {
6637
+ searchParams?: Record<string, string>;
6638
+ token?: string;
6639
+ options?: HttpOptions;
6640
+ }): Promise<Response>;
6641
+ declare function httpDELETE(context: string, params: {
6642
+ searchParams?: Record<string, string>;
6643
+ token?: string;
6644
+ options?: HttpOptions;
6645
+ }): Promise<Response>;
6646
+ declare function httpPATCH(context: string, body: object, params: {
6647
+ searchParams?: Record<string, string>;
6648
+ token?: string;
6649
+ options?: HttpOptions;
6650
+ }): Promise<Response>;
6651
+
6031
6652
  /**
6032
6653
  * Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
6033
6654
  *
@@ -6094,5 +6715,5 @@ declare enum MountPoints {
6094
6715
  EnvironmentDeleteDrawer = "environment-delete-drawer"
6095
6716
  }
6096
6717
 
6097
- export { APP_THEME_OPTIONS, AppThemeProvider, AuthProvider, BUILD_STATUS_COLOR_MAP, BackgoundLoader, BuildpackIcon, ClientProvider, CoreUI, DrawerContent, DrawerHeader, DrawerWrapper, EnvVariableEditor, ExternalAgentIcon, ExternalModuleProvider, FadeIn, FileMountEditor, FullPageLoader, InternalAgentIcon, JSONView, Logo, LogsPanel, MainActionPanel, MarkdownView, MountPoints, NoDataFound, PageHeaderContext, PageHeaderProvider, PageLayout, SelectionDrawer, SelectionIndicator, SnackBarProvider, SpanIcon, TextInput, TimeRangeSelector, TraceExplorer, TraceListTimeRange, generatedRouteMap as absoluteRouteMap, addAgentKindVersion, addAgentMCPProxy, addGroupMembers, addRoleAssignees, addRolePermissions, agentKindKeys, assignGatewayToEnvironment, buildAgent, createAgent, createAgentAPIKey, createAgentMCPConfig, createAgentModelConfig, createCustomEvaluator, createDeploymentPipeline, createEnvironment, createGateway, createGitSecret, createGroup, createLLMConfigAPIKey, createLLMDeployment, createLLMProvider, createLLMProviderAPIKey, createLLMProviderTemplate, createLLMProxy, createLLMProxyAPIKey, createMCPConfigAPIKey, createMCPProxy, createMonitor, createOrganization, createProject, createRole, createUser, deleteAgent, deleteAgentKind, deleteAgentKindVersion, deleteAgentMCPConfig, deleteAgentModelConfig, deleteCustomEvaluator, deleteDeploymentPipeline, deleteEnvironment, deleteGateway, deleteGitSecret, deleteGroup, deleteIdentityProvider, deleteLLMDeployment, deleteLLMProvider, deleteLLMProviderTemplate, deleteLLMProxy, deleteMCPProxy, deleteMonitor, deleteProject, deleteRole, deleteUser, deployAgent, discoverOidc, displayProvisionTypes, exportTraces, fetchMCPProxyServerInfo, filterAgentRuntimeLogs, filterGuardrailPolicies, formatTraceWindow, generateAgentToken, generateResourceName, getAgent, getAgentBuildOptions, getAgentBuilds, getAgentConfigurations, getAgentEndpoints, getAgentKind, getAgentKindVersion, getAgentMCPConfig, getAgentMetrics, getAgentModelConfig, getAgentResourceConfigs, getAgentTraceScores, getBuild, getBuildLogs, getCustomEvaluator, getDeploymentPipeline, getEnvironment, getEvaluator, getGateway, getGitSecret, getGroup, getGroupMembers, getGroupRoles, getGroupedScores, getLLMDeployment, getLLMProvider, getLLMProviderTemplate, getLLMProxy, getMCPProxy, getMonitor, getMonitorRunLogs, getMonitorRunScores, getMonitorScores, getMonitorScoresTimeSeries, getOrganization, getProject, getRole, getRoleAssignments, getSpanDetail, getTimeRange, getTraceList, getTraceScores, getUser, getUserGroups, getUserProfile, getUserRoles, globalConfig, inviteUser, issueTestAgentAPIKey, listAMPPermissions, listAgentAPIKeys, listAgentDeployments, listAgentKindVersions, listAgentKinds, listAgentMCPConfigs, listAgentMCPProxies, listAgentModelConfigs, listAgents, listAvailableMCPPolicies, listBranches, listCatalogLLMProviders, listCommits, listDataPlanes, listDeploymentPipelines, listEnvironmentIdentityProviders, listEnvironments, listEvaluators, listGatewayTokens, listGateways, listGitSecrets, listGroups, listIdentityProviders, listKindAgents, listLLMConfigAPIKeys, listLLMDeployments, listLLMProviderAPIKeys, listLLMProviderConsumers, listLLMProviderProxies, listLLMProviderTemplates, listLLMProviders, listLLMProxies, listLLMProxyAPIKeys, listMCPConfigAPIKeys, listMCPProxies, listMonitorRuns, listMonitors, listOrganizations, listProjects, listRoles, listThunderInstances, listTraceSpans, listUsers, normalizeAgentModelConfigResponse, normalizePolicyVersionToPolicyHubMinor, promoteAgent, publishAgentKind, rootRouteMap as relativeRouteMap, removeGatewayFromEnvironment, removeGroupMembers, removeRoleAssignees, removeRolePermissions, rerunMonitor, restoreLLMDeployment, revokeAgentAPIKey, revokeGatewayToken, revokeLLMConfigAPIKey, revokeLLMProviderAPIKey, revokeLLMProxyAPIKey, revokeMCPConfigAPIKey, rotateAgentAPIKey, rotateGatewayToken, rotateLLMConfigAPIKey, rotateLLMProviderAPIKey, rotateLLMProxyAPIKey, rotateMCPConfigAPIKey, scoreColor, startMonitor, stopMonitor, undeployLLMProvider, updateAgent, updateAgentBuildParameters, updateAgentConfigurations, updateAgentDeploySettings, updateAgentKind, updateAgentMCPConfig, updateAgentModelConfig, updateAgentResourceConfigs, updateCustomEvaluator, updateDeploymentState, updateEnvironment, updateGateway, updateGroup, updateLLMProvider, updateLLMProviderCatalog, updateLLMProviderTemplate, updateLLMProxy, updateMCPProxy, updateMonitor, updateOrgDeploymentPipeline, updateProject, updateRole, updateUser, updateUserProfile, upsertIdentityProvider, useAddAgentKindVersion, useAddAgentMCPProxy, useAddGroupMembers, useAddRoleAssignees, useAddRolePermissions, useAgentBuildOptions, useAgentRuntimeLogs, useAgentTraceScores, useAllGroupMemberIds, useAllGroups, useAllModuleContext, useAllUsers, useAppTheme, useAssignGatewayToEnvironment, useAuthHooks, useBuildAgent, useConfirmationDialog, useCreateAgent, useCreateAgentAPIKey, useCreateAgentMCPConfig, useCreateAgentModelConfig, useCreateCustomEvaluator, useCreateDeploymentPipeline, useCreateEnvironment, useCreateGateway, useCreateGitSecret, useCreateGroup, useCreateLLMConfigAPIKey, useCreateLLMDeployment, useCreateLLMProvider, useCreateLLMProviderAPIKey, useCreateLLMProviderTemplate, useCreateLLMProxy, useCreateLLMProxyAPIKey, useCreateMCPConfigAPIKey, useCreateMCPProxy, useCreateMonitor, useCreateOrganization, useCreateProject, useCreateRole, useCreateUser, useDeleteAgent, useDeleteAgentKind, useDeleteAgentKindVersion, useDeleteAgentMCPConfig, useDeleteAgentModelConfig, useDeleteCustomEvaluator, useDeleteDeploymentPipeline, useDeleteEnvironment, useDeleteGateway, useDeleteGitSecret, useDeleteGroup, useDeleteIdentityProvider, useDeleteLLMDeployment, useDeleteLLMProvider, useDeleteLLMProviderTemplate, useDeleteLLMProxy, useDeleteMCPProxy, useDeleteMonitor, useDeleteProject, useDeleteRole, useDeleteUser, useDeployAgent, useDirtyState, useDiscoverOidc, useDocumentTitle, useExportTraces, useExternalComponentModules, useExternalComponentModulesByMountPoint, useExternalNavItems, useExternalPageModuleByMountPoint, useExternalPageModules, useFetchMCPProxyServerInfo, useFormValidation, useGenerateAgentToken, useGenerateResourceName, useGetAgent, useGetAgentBuilds, useGetAgentConfigurations, useGetAgentEndpoints, useGetAgentKind, useGetAgentKindVersion, useGetAgentMCPConfig, useGetAgentMetrics, useGetAgentModelConfig, useGetAgentResourceConfigs, useGetBuild, useGetBuildLogs, useGetCustomEvaluator, useGetDeploymentPipeline, useGetEnvironment, useGetEvaluator, useGetGateway, useGetGitSecret, useGetGroup, useGetGroupMembers, useGetGroupRoles, useGetLLMDeployment, useGetLLMProvider, useGetLLMProviderTemplate, useGetLLMProxy, useGetMCPProxy, useGetMonitor, useGetOrganization, useGetProject, useGetRole, useGetRoleAssignments, useGetUser, useGetUserGroups, useGetUserProfile, useGetUserRoles, useGroupedScores, useGuardrailPolicyDefinition, useGuardrailsCatalog, useInviteUser, useListAMPPermissions, useListAgentAPIKeys, useListAgentDeployments, useListAgentKindVersions, useListAgentKinds, useListAgentMCPConfigs, useListAgentMCPProxies, useListAgentModelConfigs, useListAgents, useListBranches, useListCatalogLLMProviders, useListCommits, useListDataPlanes, useListDeploymentPipelines, useListEnvironmentIdentityProviders, useListEnvironments, useListEvaluators, useListGatewayTokens, useListGateways, useListGitSecrets, useListGroups, useListIdentityProviders, useListKindAgents, useListLLMConfigAPIKeys, useListLLMDeployments, useListLLMProviderAPIKeys, useListLLMProviderConsumers, useListLLMProviderProxies, useListLLMProviderTemplates, useListLLMProviders, useListLLMProxies, useListLLMProxyAPIKeys, useListMCPConfigAPIKeys, useListMCPProxies, useListMonitorRuns, useListMonitors, useListOrganizations, useListProjects, useListRoles, useListThunderInstances, useListUsers, useMCPPoliciesCatalog, useMCPPolicyDefinition, useMonitorRunLogs, useMonitorRunScores, useMonitorScores, useMonitorScoresTimeSeriesForEvaluators, usePageHeader, usePromoteAgent, usePublishAgentKind, useRemoveGatewayFromEnvironment, useRemoveGroupMembers, useRemoveRoleAssignees, useRemoveRolePermissions, useRerunMonitor, useRestoreLLMDeployment, useRevokeAgentAPIKey, useRevokeGatewayToken, useRevokeLLMConfigAPIKey, useRevokeLLMProviderAPIKey, useRevokeLLMProxyAPIKey, useRevokeMCPConfigAPIKey, useRotateAgentAPIKey, useRotateGatewayToken, useRotateLLMConfigAPIKey, useRotateLLMProviderAPIKey, useRotateLLMProxyAPIKey, useRotateMCPConfigAPIKey, useSnackBar, useSpanDetail, useStartMonitor, useStopMonitor, useTestAgentAPIKey, useTimeRangeParams, useTrace, useTraceList, useTraceScores, useUndeployLLMProvider, useUpdateAgent, useUpdateAgentBuildParameters, useUpdateAgentConfigurations, useUpdateAgentDeploySettings, useUpdateAgentKind, useUpdateAgentMCPConfig, useUpdateAgentModelConfig, useUpdateAgentResourceConfigs, useUpdateCustomEvaluator, useUpdateDeploymentState, useUpdateEnvironment, useUpdateGateway, useUpdateGroup, useUpdateLLMProvider, useUpdateLLMProviderCatalog, useUpdateLLMProviderTemplate, useUpdateLLMProxy, useUpdateMCPProxy, useUpdateMonitor, useUpdateOrgDeploymentPipeline, useUpdateProject, useUpdateRole, useUpdateUser, useUpdateUserProfile, useUpsertIdentityProvider };
6098
- export type { AMPPermissionsResponse, APIKeyInfo, APIKeyLocation, APIKeySecurity, AccessControlMode, AddAgentKindVersionPathParams, AddAgentKindVersionRequest, AddAgentMCPProxyPathParams, AddAgentMCPProxyRequest, AgentAPIKeyListItem, AgentAPIKeyListResponse, AgentBuildOptions, AgentBuildOptionsPathParams, AgentData, AgentEnvAPIKeyPathParams, AgentEnvAPIKeyWithKeyPathParams, AgentKindConfigSchemaItem, AgentKindListResponse, AgentKindResponse, AgentKindVersionResponse, AgentListResponse, AgentMCPConfigListResponse, AgentMCPConfigPathParams, AgentMCPConfigRequiredPathParams, AgentMCPConfigResponse, AgentMCPProxyListItem, AgentMCPProxyListResponse, AgentModelConfigListItem, AgentModelConfigListResponse, AgentModelConfigPathParams, AgentModelConfigRequiredPathParams, AgentModelConfigResponse, AgentModelConfigType, AgentPathParams, AgentResourceConfigsResponse, AgentResponse, AgentTraceScoresParams, AgentTraceScoresResponse, AgentType, AmpAttributes, AnyPageMetadata, AppConfig, AppRoute, AppThemeKey, AppThemeOption, AssignGatewayToEnvironmentParams, AuthInfo, AutoScalingConfig, BatchTimeSeriesEvaluatorSeries, BatchTimeSeriesResponse, Branch, Build, BuildAgentPathParams, BuildAgentQuery, BuildDetailsResponse, BuildLogEntry, BuildLogsResponse, BuildParameters, BuildPathParams, BuildResponse, BuildStatus, BuildStatusColor, BuildStep, BuildStepStatus, BuildpackBuild, BuildpackConfig, BuildpackIconProps, BuildsListResponse, CatalogDeploymentSummary, CatalogLLMProviderEntry, CatalogRateLimitingScope, CatalogRateLimitingSummary, CatalogSecuritySummary, Commit, CommitAuthor, ConfigurationData, ConfigurationItem, ConfigurationResponse, Configurations, CorsConfig, CostRateLimit, CreateAgentAPIKeyPathParams, CreateAgentAPIKeyRequest, CreateAgentAPIKeyResponse, CreateAgentMCPConfigPathParams, CreateAgentMCPConfigRequest, CreateAgentModelConfigPathParams, CreateAgentModelConfigRequest, CreateAgentPathParams, CreateAgentRequest, CreateCustomEvaluatorRequest, CreateDeploymentPipelinePathParams, CreateDeploymentPipelineRequest, CreateEnvironmentPathParams, CreateEnvironmentRequest, CreateGatewayPathParams, CreateGatewayRequest, CreateGitSecretPathParams, CreateGitSecretRequest, CreateGroupRequest, CreateLLMAPIKeyRequest, CreateLLMAPIKeyResponse, CreateLLMConfigAPIKeyPathParams, CreateLLMConfigAPIKeyRequest, CreateLLMConfigAPIKeyResponse, CreateLLMDeploymentPathParams, CreateLLMDeploymentRequest, CreateLLMProviderAPIKeyPathParams, CreateLLMProviderPathParams, CreateLLMProviderRequest, CreateLLMProviderTemplatePathParams, CreateLLMProviderTemplateRequest, CreateLLMProxyAPIKeyPathParams, CreateLLMProxyPathParams, CreateLLMProxyRequest, CreateMCPConfigAPIKeyPathParams, CreateMCPConfigAPIKeyRequest, CreateMCPConfigAPIKeyResponse, CreateMCPProxyPathParams, CreateMonitorPathParams, CreateMonitorRequest, CreateOrganizationRequest, CreateProjectPathParams, CreateProjectRequest, CreateRoleRequest, CreateUserRequest, CrewAITaskData, CustomEvaluatorPathParams, CustomEvaluatorType, DataPlane, DataPlaneListResponse, DeleteAgentKindPathParams, DeleteAgentKindVersionPathParams, DeleteAgentMCPConfigPathParams, DeleteAgentModelConfigPathParams, DeleteAgentPathParams, DeleteDeploymentPipelinePathParams, DeleteEnvironmentPathParams, DeleteGatewayPathParams, DeleteGitSecretPathParams, DeleteIdentityProviderPathParams, DeleteLLMDeploymentPathParams, DeleteLLMProviderPathParams, DeleteLLMProviderTemplatePathParams, DeleteLLMProxyPathParams, DeleteMCPProxyPathParams, DeleteMonitorPathParams, DeleteProjectPathParams, DeployAgentPathParams, DeployAgentRequest, DeployLLMProviderRequest, DeploymentDetailsResponse, DeploymentEndpoint, DeploymentListResponse, DeploymentPipelineListResponse, DeploymentPipelineResponse, DeploymentResponse, DeploymentState, DeploymentVisibility, DiscoverOidcPathParams, DiscoverOidcQuery, DockerBuild, DockerConfig, DrawerContentProps, DrawerHeaderProps, DrawerWrapperProps, EmbeddingData, EndpointConfiguration, EndpointSchema, EndpointSpec, EndpointsResponse, EnvMCPProxyConfigRequest, EnvModelConfigRequest, EnvProviderConfigMappings, EnvProviderConfiguration, EnvVariableEditorProps, Environment, EnvironmentListResponse, EnvironmentObject, EnvironmentQuery, EnvironmentVariable, EnvironmentVariableConfig, ErrorResponse, EvalPageEntry, EvalPageMetadata, EvaluationLevel, EvaluatorConfigParam, EvaluatorLevel, EvaluatorListQuery, EvaluatorListResponse, EvaluatorResponse, EvaluatorScoreSummary, EvaluatorScoreWithMonitor, ExportTracesParams, ExportTracesPathParams, ExternalAgentIconProps, ExternalComponentModule, ExternalModule, ExternalModuleCore, ExternalNavItem, ExternalPageModule, ExtractionIdentifier, ExtractionIdentifierLocation, FeatureFlags, FetchMCPProxyServerInfoPathParams, FileMount, FileMountEditorProps, FilterAgentRuntimeLogsPathParams, FullTrace, GatewayEndpointSpec, GatewayEnvironmentResponse, GatewayListResponse, GatewayListenerSpec, GatewayNetworkSpec, GatewayPathParams, GatewayResponse, GatewaySpec, GatewayStatus, GatewayTokenInfo, GatewayTokenListResponse, GatewayTokenResponse, GatewayType, GenerateAgentTokenPathParams, GenerateAgentTokenQuery, GenerateResourceNamePathParams, GeneratedRoute, GetAgentBuildsPathParams, GetAgentBuildsQuery, GetAgentConfigurationsPathParams, GetAgentEndpointsPathParams, GetAgentKindPathParams, GetAgentKindVersionPathParams, GetAgentMCPConfigPathParams, GetAgentMetricsPathParams, GetAgentModelConfigPathParams, GetAgentPathParams, GetAgentResourceConfigsPathParams, GetAgentResourceConfigsQuery, GetBuildLogsPathParams, GetBuildPathParams, GetDeploymentPipelinePathParams, GetEnvironmentPathParams, GetEvaluatorPathParams, GetGatewayPathParams, GetGitSecretPathParams, GetLLMDeploymentPathParams, GetLLMProviderPathParams, GetLLMProviderTemplatePathParams, GetLLMProxyPathParams, GetMCPProxyPathParams, GetMonitorPathParams, GetOrganizationPathParams, GetProjectPathParams, GetTraceListPathParams, GetTracePathParams, GitCredentials, GitSecretListResponse, GitSecretResponse, GitSecretType, GroupPathParams, GroupedScoresPathParams, GroupedScoresQueryParams, GroupedScoresResponse, GuardrailCapabilities, GuardrailDefinition, GuardrailsCatalogResponse, IconType, IdentityOrgPathParams, IdentityProvider, IdentityProviderListResponse, IdentityProviderType, InputInterface, InputInterfaceType, InstrumentationVersionEntry, InternalAgentIconProps, InviteUserRequest, InviteUserResponse, IssueTestAgentAPIKeyPathParams, IssueTestAgentAPIKeyResponse, LLMAccessControl, LLMConfigAPIKeyPathParams, LLMConfigAPIKeysPathParams, LLMData, LLMDeploymentListResponse, LLMDeploymentPathParams, LLMDeploymentResponse, LLMModel, LLMModelProvider, LLMPolicy, LLMPolicyPath, LLMProviderAPIKeyPathParams, LLMProviderConfig, LLMProviderConsumerItem, LLMProviderConsumerListResponse, LLMProviderConsumerType, LLMProviderListItem, LLMProviderListResponse, LLMProviderPathParams, LLMProviderResponse, LLMProviderTemplateAuth, LLMProviderTemplateListResponse, LLMProviderTemplateMetadata, LLMProviderTemplatePathParams, LLMProviderTemplateResponse, LLMProxyAPIKeyPathParams, LLMProxyConfig, LLMProxyListResponse, LLMProxyPathParams, LLMProxyResponse, LLMRateLimitingConfig, LLMTokenUsage, LabelEvaluatorSummary, ListAPIKeysResponse, ListAgentAPIKeysPathParams, ListAgentDeploymentsPathParams, ListAgentKindVersionsPathParams, ListAgentKindsPathParams, ListAgentKindsQuery, ListAgentMCPConfigsPathParams, ListAgentMCPConfigsQuery, ListAgentMCPProxiesPathParams, ListAgentModelConfigsPathParams, ListAgentModelConfigsQuery, ListAgentsPathParams, ListAgentsQuery, ListAvailableMCPPoliciesPathParams, ListBranchesQuery, ListBranchesRequest, ListBranchesResponse, ListCatalogLLMProvidersParams, ListCatalogLLMProvidersQuery, ListCatalogLLMProvidersResponse, ListCommitsQuery, ListCommitsRequest, ListCommitsResponse, ListDataPlanesPathParams, ListDeploymentPipelinesPathParams, ListDeploymentPipelinesQuery, ListEnvironmentIdentityProvidersPathParams, ListEnvironmentsPathParams, ListEvaluatorsPathParams, ListGatewayTokensParams, ListGatewaysPathParams, ListGatewaysQuery, ListGitSecretsPathParams, ListGitSecretsQuery, ListIdentityProvidersPathParams, ListKindAgentsPathParams, ListLLMConfigAPIKeysPathParams, ListLLMDeploymentsPathParams, ListLLMProviderAPIKeysPathParams, ListLLMProviderConsumersPathParams, ListLLMProviderProxiesPathParams, ListLLMProviderTemplatesPathParams, ListLLMProvidersPathParams, ListLLMProxiesPathParams, ListLLMProxyAPIKeysPathParams, ListMCPConfigAPIKeysPathParams, ListMCPProxiesPathParams, ListMCPProxiesQuery, ListMonitorRunsPathParams, ListMonitorRunsQueryParams, ListMonitorsPathParams, ListMonitorsQueryParams, ListOrganizationsQuery, ListProjectsPathParams, ListProjectsQuery, ListQuery, ListThunderInstancesPathParams, LogEntry, LogFilterRequest, LogFilterRequestWithTimeRange, LogLevel, LogoProps, LogsPanelProps, LogsResponse, MCPConfigAPIKeyPathParams, MCPConfigAPIKeysPathParams, MCPConfigRequest, MCPEnvironmentConfig, MCPPoliciesCatalogResponse, MCPPolicyAvailabilityResponse, MCPPolicyAvailableItem, MCPPolicyDefinition, MCPProxy, MCPProxyCapabilities, MCPProxyListItem, MCPProxyListResponse, MCPProxyPagination, MCPProxyPolicy, MCPServerInfoFetchRequest, MCPServerInfoFetchResponse, MainActionPanelProps, MetricDataPoint, MetricsFilterRequest, MetricsResponse, ModelConfigRequest, ModuleContextValue, ModuleProviderProps, MonitorEvaluator, MonitorLLMProviderInfo, MonitorLLMProviderRef, MonitorListResponse, MonitorPathParams, MonitorResponse, MonitorRunListResponse, MonitorRunLogsPathParams, MonitorRunPathParams, MonitorRunResponse, MonitorRunScoresResponse, MonitorRunStatus, MonitorScoreGranularity, MonitorScoresPathParams, MonitorScoresQueryParams, MonitorScoresResponse, MonitorScoresTimeSeriesPathParams, MonitorScoresTimeSeriesQueryParams, MonitorStatus, MonitorType, OAuthConfig, OidcDiscoveryResponse, OrgPathParams, OrgProjPathParams, OrganizationListItem, OrganizationListResponse, OrganizationResponse, PageLayoutProps, PageMetadata, PageMetadataBase, PaginationInfo, PaginationMeta, ProjectListItem, ProjectListResponse, ProjectResponse, PromoteAgentPathParams, PromoteAgentRequest, PromoteAgentResponse, PromotionPath, PromotionTargetEnvironment, PromptMessage, ProviderConfig, Provisioning, ProvisioningAgentKind, ProvisioningType, PublishAgentKindPathParams, PublishAgentKindRequest, RateLimitEntry, RateLimitResetWindow, RateLimitingLimitConfig, RateLimitingResourceLimit, RateLimitingScopeConfig, RemoveGatewayFromEnvironmentParams, RepositoryConfig, RequestRateLimit, RerunMonitorPathParams, ResourceConfig, ResourceLimits, ResourceNameRequest, ResourceNameResponse, ResourceRequests, ResourceType, ResourceWiseRateLimitingConfig, RestoreLLMDeploymentPathParams, RestoreLLMDeploymentQuery, RetrieverData, RevokeAgentAPIKeyPathParams, RevokeGatewayTokenParams, RevokeLLMConfigAPIKeyPathParams, RevokeLLMProviderAPIKeyPathParams, RevokeLLMProxyAPIKeyPathParams, RevokeMCPConfigAPIKeyPathParams, RolePathParams, RolePermissionRequest, RoleUserGroupRequest, RotateAgentAPIKeyPathParams, RotateAgentAPIKeyRequest, RotateAgentAPIKeyResponse, RotateLLMAPIKeyRequest, RotateLLMAPIKeyResponse, RotateLLMConfigAPIKeyPathParams, RotateLLMConfigAPIKeyRequest, RotateLLMConfigAPIKeyResponse, RotateLLMProviderAPIKeyPathParams, RotateLLMProxyAPIKeyPathParams, RotateMCPConfigAPIKeyPathParams, RotateMCPConfigAPIKeyRequest, RotateMCPConfigAPIKeyResponse, RouteException, RuntimeConfiguration, RuntimeConfigurationWithoutEnv, SchemaPath, ScoreLabelGroup, SecurityConfig, SelectionDrawerEmptyState, SelectionDrawerProps, SelectionIndicatorProps, SnackBarMessage, Span, SpanStatus, StartMonitorPathParams, StopMonitorPathParams, TargetEnvironmentRef, TextInputProps, ThunderClaim, ThunderGroup, ThunderGroupListResponse, ThunderInstanceListResponse, ThunderInstanceResponse, ThunderPermission, ThunderRole, ThunderRoleAssignments, ThunderRoleListResponse, ThunderUser, ThunderUserListResponse, TimeRange, TimeRangeSelectorProps, TimeSeriesPoint, TimeSeriesResponse, TokenRateLimit, TokenRequest, TokenResponse, TokenUsage, ToolCall, ToolData, ToolDefinition, Trace, TraceEvaluatorScore, TraceExportResponse, TraceListResponse, TraceListWithRange, TraceMonitorGroup, TraceObserverListParams, TraceObserverSpanDetailParams, TraceObserverSpanListParams, TraceOverview, TraceScore, TraceScoreSummary, TraceScoresPathParams, TraceScoresResponse, TraceSpanGroup, TraceSpanSummary, TraceSpanSummaryListResponse, TraceStatus, UndeployLLMProviderPathParams, UndeployLLMProviderQuery, UpdateAgentBasicInfoPathParams, UpdateAgentBasicInfoRequest, UpdateAgentBuildParametersPathParams, UpdateAgentBuildParametersRequest, UpdateAgentConfigurationsPathParams, UpdateAgentConfigurationsRequest, UpdateAgentDeploySettingsPathParams, UpdateAgentDeploySettingsRequest, UpdateAgentKindPathParams, UpdateAgentKindRequest, UpdateAgentMCPConfigPathParams, UpdateAgentMCPConfigRequest, UpdateAgentModelConfigPathParams, UpdateAgentModelConfigRequest, UpdateAgentPathParams, UpdateAgentRequest, UpdateAgentResourceConfigsPathParams, UpdateAgentResourceConfigsQuery, UpdateAgentResourceConfigsRequest, UpdateCustomEvaluatorRequest, UpdateDeploymentPipelineRequest, UpdateDeploymentStatePathParams, UpdateDeploymentStateRequest, UpdateDeploymentStateResponse, UpdateEnvironmentPathParams, UpdateEnvironmentRequest, UpdateGatewayPathParams, UpdateGatewayRequest, UpdateGroupRequest, UpdateLLMProviderCatalogPathParams, UpdateLLMProviderCatalogRequest, UpdateLLMProviderPathParams, UpdateLLMProviderRequest, UpdateLLMProviderTemplatePathParams, UpdateLLMProviderTemplateRequest, UpdateLLMProxyPathParams, UpdateLLMProxyRequest, UpdateMCPProxyPathParams, UpdateMonitorPathParams, UpdateMonitorRequest, UpdateOrgDeploymentPipelinePathParams, UpdateProjectPathParams, UpdateProjectRequest, UpdateRoleRequest, UpdateUserRequest, UpsertIdentityProviderPathParams, UpsertIdentityProviderRequest, UpstreamAuth, UpstreamAuthType, UpstreamConfig, UpstreamEndpoint, UserPathParams };
6718
+ export { APP_THEME_OPTIONS, AppThemeProvider, AuthProvider, BUILD_STATUS_COLOR_MAP, BackgoundLoader, BuildpackIcon, ClientProvider, CoreUI, DrawerContent, DrawerHeader, DrawerWrapper, EnvVariableEditor, ExternalAgentIcon, ExternalModuleProvider, FadeIn, FileMountEditor, FullPageLoader, InternalAgentIcon, JSONView, Logo, LogsPanel, MainActionPanel, MarkdownView, MountPoints, NoDataFound, OBS_SERVICE_BASE, POLL_INTERVAL, PageHeaderContext, PageHeaderProvider, PageLayout, SERVICE_BASE, SLOW_POLL_INTERVAL, SelectionDrawer, SelectionIndicator, SnackBarProvider, SpanIcon, TextInput, TimeRangeSelector, TraceExplorer, TraceListTimeRange, generatedRouteMap as absoluteRouteMap, addAgentIdentityGroupMembers, addAgentIdentityRoleAssignees, addAgentKindVersion, addAgentMCPProxy, addGroupMembers, addRoleAssignees, addRolePermissions, agentKindKeys, assignGatewayToEnvironment, buildAgent, claimAgentIdentitySecret, createAgent, createAgentAPIKey, createAgentIdentityGroup, createAgentIdentityRole, createAgentMCPConfig, createAgentModelConfig, createCustomEvaluator, createDeploymentPipeline, createEnvironment, createGateway, createGitSecret, createGroup, createLLMConfigAPIKey, createLLMDeployment, createLLMProvider, createLLMProviderAPIKey, createLLMProviderTemplate, createLLMProxy, createLLMProxyAPIKey, createMCPConfigAPIKey, createMCPProxy, createMCPProxyScope, createMonitor, createOrganization, createProject, createRole, createUser, deleteAgent, deleteAgentIdentityGroup, deleteAgentIdentityRole, deleteAgentKind, deleteAgentKindVersion, deleteAgentMCPConfig, deleteAgentModelConfig, deleteCustomEvaluator, deleteDeploymentPipeline, deleteEnvironment, deleteGateway, deleteGitSecret, deleteGroup, deleteIdentityProvider, deleteLLMDeployment, deleteLLMProvider, deleteLLMProviderTemplate, deleteLLMProxy, deleteMCPProxy, deleteMCPProxyScope, deleteMonitor, deleteProject, deleteRole, deleteUser, deployAgent, discoverOidc, displayProvisionTypes, encodeRequired, exportTraces, fetchMCPProxyServerInfo, filterGuardrailPolicies, formatTraceWindow, generateAgentToken, generateResourceName, getAgent, getAgentBuildOptions, getAgentBuilds, getAgentConfigurations, getAgentCredentials, getAgentEndpoints, getAgentGroups, getAgentIdentity, getAgentIdentityGroup, getAgentIdentityGroupMembers, getAgentIdentityGroupRoles, getAgentIdentityRole, getAgentIdentityRoleAssignments, getAgentKind, getAgentKindVersion, getAgentMCPConfig, getAgentMetrics, getAgentModelConfig, getAgentResourceConfigs, getAgentRoles, getAgentRuntimeLogs, getAgentTraceScores, getBuild, getBuildLogs, getCustomEvaluator, getDeploymentPipeline, getEnvironment, getEvaluator, getGateway, getGitSecret, getGroup, getGroupMembers, getGroupRoles, getGroupedScores, getLLMDeployment, getLLMProvider, getLLMProviderTemplate, getLLMProxy, getMCPProxy, getMonitor, getMonitorRunLogs, getMonitorRunScores, getMonitorScores, getMonitorScoresTimeSeries, getOrganization, getProject, getRole, getRoleAssignments, getRuntimeConfig, getSpanDetail, getTimeRange, getTraceList, getTraceScores, getUser, getUserGroups, getUserProfile, getUserRoles, globalConfig, httpDELETE, httpGET, httpGETObserver, httpPATCH, httpPOST, httpPUT, inviteUser, isObserverConfigured, issueTestAgentAPIKey, listAMPPermissions, listAgentAPIKeys, listAgentDeployments, listAgentIdentityAgents, listAgentIdentityGroups, listAgentIdentityRoles, listAgentIdentityScopes, listAgentKindVersions, listAgentKinds, listAgentMCPConfigs, listAgentMCPProxies, listAgentModelConfigs, listAgents, listAvailableMCPPolicies, listBranches, listCatalogLLMProviders, listCommits, listDataPlanes, listDeploymentPipelines, listEnvironmentIdentityProviders, listEnvironments, listEvaluators, listGatewayTokens, listGateways, listGitSecrets, listGroups, listIdentityProviders, listKindAgents, listLLMConfigAPIKeys, listLLMDeployments, listLLMProviderAPIKeys, listLLMProviderConsumers, listLLMProviderProxies, listLLMProviderTemplates, listLLMProviders, listLLMProxies, listLLMProxyAPIKeys, listMCPConfigAPIKeys, listMCPProxies, listMCPProxyScopes, listMonitorRuns, listMonitors, listOrganizations, listProjects, listRoles, listThunderInstances, listTraceSpans, listUsers, normalizeAgentModelConfigResponse, normalizePolicyVersionToPolicyHubMinor, promoteAgent, provisionAgentIdentity, publishAgentKind, regenerateAgentIdentitySecret, rootRouteMap as relativeRouteMap, removeAgentIdentityGroupMembers, removeAgentIdentityRoleAssignees, removeGatewayFromEnvironment, removeGroupMembers, removeRoleAssignees, removeRolePermissions, rerunMonitor, restoreLLMDeployment, revokeAgentAPIKey, revokeAgentIdentitySecret, revokeGatewayToken, revokeLLMConfigAPIKey, revokeLLMProviderAPIKey, revokeLLMProxyAPIKey, revokeMCPConfigAPIKey, rotateAgentAPIKey, rotateGatewayToken, rotateLLMConfigAPIKey, rotateLLMProviderAPIKey, rotateLLMProxyAPIKey, rotateMCPConfigAPIKey, scoreColor, setObserverBaseUrl, sleep, startMonitor, stopMonitor, undeployLLMProvider, updateAgent, updateAgentBuildParameters, updateAgentConfigurations, updateAgentDeploySettings, updateAgentIdentityGroup, updateAgentIdentityRole, updateAgentKind, updateAgentMCPConfig, updateAgentModelConfig, updateAgentResourceConfigs, updateCustomEvaluator, updateDeploymentState, updateEnvironment, updateGateway, updateGroup, updateLLMProvider, updateLLMProviderCatalog, updateLLMProviderTemplate, updateLLMProxy, updateMCPProxy, updateMCPProxyScope, updateMonitor, updateOrgDeploymentPipeline, updateProject, updateRole, updateUser, updateUserProfile, upsertIdentityProvider, useAddAgentIdentityGroupMembers, useAddAgentIdentityRoleAssignees, useAddAgentKindVersion, useAddAgentMCPProxy, useAddGroupMembers, useAddRoleAssignees, useAddRolePermissions, useAgentBuildOptions, useAgentRuntimeLogs, useAgentTraceScores, useAllGroupMemberIds, useAllGroups, useAllModuleContext, useAllUsers, useAppTheme, useAssignGatewayToEnvironment, useAuthHooks, useBuildAgent, useClaimAgentIdentitySecret, useConfirmationDialog, useCreateAgent, useCreateAgentAPIKey, useCreateAgentIdentityGroup, useCreateAgentIdentityRole, useCreateAgentMCPConfig, useCreateAgentModelConfig, useCreateCustomEvaluator, useCreateDeploymentPipeline, useCreateEnvironment, useCreateGateway, useCreateGitSecret, useCreateGroup, useCreateLLMConfigAPIKey, useCreateLLMDeployment, useCreateLLMProvider, useCreateLLMProviderAPIKey, useCreateLLMProviderTemplate, useCreateLLMProxy, useCreateLLMProxyAPIKey, useCreateMCPConfigAPIKey, useCreateMCPProxy, useCreateMCPProxyScope, useCreateMonitor, useCreateOrganization, useCreateProject, useCreateRole, useCreateUser, useDeleteAgent, useDeleteAgentIdentityGroup, useDeleteAgentIdentityRole, useDeleteAgentKind, useDeleteAgentKindVersion, useDeleteAgentMCPConfig, useDeleteAgentModelConfig, useDeleteCustomEvaluator, useDeleteDeploymentPipeline, useDeleteEnvironment, useDeleteGateway, useDeleteGitSecret, useDeleteGroup, useDeleteIdentityProvider, useDeleteLLMDeployment, useDeleteLLMProvider, useDeleteLLMProviderTemplate, useDeleteLLMProxy, useDeleteMCPProxy, useDeleteMCPProxyScope, useDeleteMonitor, useDeleteProject, useDeleteRole, useDeleteUser, useDeployAgent, useDirtyState, useDiscoverOidc, useDocumentTitle, useExportTraces, useExternalComponentModules, useExternalComponentModulesByMountPoint, useExternalNavItems, useExternalPageModuleByMountPoint, useExternalPageModules, useFetchMCPProxyServerInfo, useFormValidation, useGenerateAgentToken, useGenerateResourceName, useGetAgent, useGetAgentBuilds, useGetAgentConfigurations, useGetAgentCredentials, useGetAgentEndpoints, useGetAgentGroups, useGetAgentIdentity, useGetAgentIdentityGroup, useGetAgentIdentityGroupMembers, useGetAgentIdentityGroupRoles, useGetAgentIdentityRole, useGetAgentIdentityRoleAssignments, useGetAgentKind, useGetAgentKindVersion, useGetAgentMCPConfig, useGetAgentMetrics, useGetAgentModelConfig, useGetAgentResourceConfigs, useGetAgentRoles, useGetBuild, useGetBuildLogs, useGetCustomEvaluator, useGetDeploymentPipeline, useGetEnvironment, useGetEvaluator, useGetGateway, useGetGitSecret, useGetGroup, useGetGroupMembers, useGetGroupRoles, useGetLLMDeployment, useGetLLMProvider, useGetLLMProviderTemplate, useGetLLMProxy, useGetMCPProxy, useGetMonitor, useGetOrganization, useGetProject, useGetRole, useGetRoleAssignments, useGetUser, useGetUserGroups, useGetUserProfile, useGetUserRoles, useGroupedScores, useGuardrailPolicyDefinition, useGuardrailsCatalog, useInviteUser, useListAMPPermissions, useListAgentAPIKeys, useListAgentDeployments, useListAgentIdentityAgents, useListAgentIdentityGroups, useListAgentIdentityRoles, useListAgentIdentityScopes, useListAgentKindVersions, useListAgentKinds, useListAgentMCPConfigs, useListAgentMCPProxies, useListAgentModelConfigs, useListAgents, useListBranches, useListCatalogLLMProviders, useListCommits, useListDataPlanes, useListDeploymentPipelines, useListEnvironmentIdentityProviders, useListEnvironments, useListEvaluators, useListGatewayTokens, useListGateways, useListGitSecrets, useListGroups, useListIdentityProviders, useListKindAgents, useListLLMConfigAPIKeys, useListLLMDeployments, useListLLMProviderAPIKeys, useListLLMProviderConsumers, useListLLMProviderProxies, useListLLMProviderTemplates, useListLLMProviders, useListLLMProxies, useListLLMProxyAPIKeys, useListMCPConfigAPIKeys, useListMCPProxies, useListMCPProxyScopes, useListMonitorRuns, useListMonitors, useListOrganizations, useListProjects, useListRoles, useListThunderInstances, useListUsers, useMCPPoliciesCatalog, useMCPPolicyDefinition, useMonitorRunLogs, useMonitorRunScores, useMonitorScores, useMonitorScoresTimeSeriesForEvaluators, usePageHeader, usePromoteAgent, useProvisionAgentIdentity, usePublishAgentKind, useRegenerateAgentIdentitySecret, useRemoveAgentIdentityGroupMembers, useRemoveAgentIdentityRoleAssignees, useRemoveGatewayFromEnvironment, useRemoveGroupMembers, useRemoveRoleAssignees, useRemoveRolePermissions, useRerunMonitor, useRestoreLLMDeployment, useRevokeAgentAPIKey, useRevokeAgentIdentitySecret, useRevokeGatewayToken, useRevokeLLMConfigAPIKey, useRevokeLLMProviderAPIKey, useRevokeLLMProxyAPIKey, useRevokeMCPConfigAPIKey, useRotateAgentAPIKey, useRotateGatewayToken, useRotateLLMConfigAPIKey, useRotateLLMProviderAPIKey, useRotateLLMProxyAPIKey, useRotateMCPConfigAPIKey, useRuntimeConfig, useSnackBar, useSpanDetail, useStartMonitor, useStopMonitor, useTestAgentAPIKey, useTimeRangeParams, useTrace, useTraceList, useTraceScores, useUndeployLLMProvider, useUpdateAgent, useUpdateAgentBuildParameters, useUpdateAgentConfigurations, useUpdateAgentDeploySettings, useUpdateAgentIdentityGroup, useUpdateAgentIdentityRole, useUpdateAgentKind, useUpdateAgentMCPConfig, useUpdateAgentModelConfig, useUpdateAgentResourceConfigs, useUpdateCustomEvaluator, useUpdateDeploymentState, useUpdateEnvironment, useUpdateGateway, useUpdateGroup, useUpdateLLMProvider, useUpdateLLMProviderCatalog, useUpdateLLMProviderTemplate, useUpdateLLMProxy, useUpdateMCPProxy, useUpdateMCPProxyScope, useUpdateMonitor, useUpdateOrgDeploymentPipeline, useUpdateProject, useUpdateRole, useUpdateUser, useUpdateUserProfile, useUpsertIdentityProvider };
6719
+ export type { AMPPermissionsResponse, APIKeyInfo, APIKeyLocation, APIKeySecurity, AccessControlMode, AddAgentKindVersionPathParams, AddAgentKindVersionRequest, AddAgentMCPProxyPathParams, AddAgentMCPProxyRequest, AgentAPIKeyListItem, AgentAPIKeyListResponse, AgentBuildOptions, AgentBuildOptionsPathParams, AgentClaimSecretResponse, AgentCredentialsResponse, AgentData, AgentEnvAPIKeyPathParams, AgentEnvAPIKeyWithKeyPathParams, AgentGroupsResponse, AgentIdentityActionRequest, AgentIdentityAgentListResponse, AgentIdentityAgentResponse, AgentIdentityAssigneeType, AgentIdentityAssignmentEntry, AgentIdentityAssignmentsRequest, AgentIdentityEnvPathParams, AgentIdentityEnvironmentView, AgentIdentityGroupListResponse, AgentIdentityGroupMembersResponse, AgentIdentityGroupPathParams, AgentIdentityGroupRequest, AgentIdentityGroupRolesResponse, AgentIdentityListQuery, AgentIdentityMemberEntry, AgentIdentityMembersRequest, AgentIdentityRoleAssignmentsResponse, AgentIdentityRoleListResponse, AgentIdentityRolePathParams, AgentIdentityRoleRequest, AgentIdentityScopeEntry, AgentIdentityScopeListResponse, AgentKindConfigSchemaItem, AgentKindListResponse, AgentKindResponse, AgentKindVersionResponse, AgentListResponse, AgentMCPConfigListResponse, AgentMCPConfigPathParams, AgentMCPConfigRequiredPathParams, AgentMCPConfigResponse, AgentMCPProxyListItem, AgentMCPProxyListResponse, AgentModelConfigListItem, AgentModelConfigListResponse, AgentModelConfigPathParams, AgentModelConfigRequiredPathParams, AgentModelConfigResponse, AgentModelConfigType, AgentPathParams, AgentRegenerateSecretResponse, AgentResourceConfigsResponse, AgentResponse, AgentRevokeSecretResponse, AgentRolesResponse, AgentThunderStatus, AgentTraceScoresParams, AgentTraceScoresResponse, AgentType, AmpAttributes, AnyPageMetadata, AppConfig, AppRoute, AppThemeKey, AppThemeOption, AssignGatewayToEnvironmentParams, AuthInfo, AutoScalingConfig, BatchTimeSeriesEvaluatorSeries, BatchTimeSeriesResponse, Branch, Build, BuildAgentPathParams, BuildAgentQuery, BuildDetailsResponse, BuildInputInterface, BuildInputInterfaceSchema, BuildLogEntry, BuildLogsResponse, BuildParameters, BuildPathParams, BuildResponse, BuildStatus, BuildStatusColor, BuildStep, BuildStepStatus, BuildpackBuild, BuildpackConfig, BuildpackIconProps, BuildsListResponse, CatalogDeploymentSummary, CatalogLLMProviderEntry, CatalogRateLimitingScope, CatalogRateLimitingSummary, CatalogSecuritySummary, ClaimAgentIdentitySecretPathParams, ClaimAgentIdentitySecretQuery, Commit, CommitAuthor, ConfigResponse, ConfigurationData, ConfigurationItem, ConfigurationResponse, Configurations, CorsConfig, CostRateLimit, CreateAgentAPIKeyPathParams, CreateAgentAPIKeyRequest, CreateAgentAPIKeyResponse, CreateAgentMCPConfigPathParams, CreateAgentMCPConfigRequest, CreateAgentModelConfigPathParams, CreateAgentModelConfigRequest, CreateAgentPathParams, CreateAgentRequest, CreateCustomEvaluatorRequest, CreateDeploymentPipelinePathParams, CreateDeploymentPipelineRequest, CreateEnvironmentPathParams, CreateEnvironmentRequest, CreateGatewayPathParams, CreateGatewayRequest, CreateGitSecretPathParams, CreateGitSecretRequest, CreateGroupRequest, CreateLLMAPIKeyRequest, CreateLLMAPIKeyResponse, CreateLLMConfigAPIKeyPathParams, CreateLLMConfigAPIKeyRequest, CreateLLMConfigAPIKeyResponse, CreateLLMDeploymentPathParams, CreateLLMDeploymentRequest, CreateLLMProviderAPIKeyPathParams, CreateLLMProviderPathParams, CreateLLMProviderRequest, CreateLLMProviderTemplatePathParams, CreateLLMProviderTemplateRequest, CreateLLMProxyAPIKeyPathParams, CreateLLMProxyPathParams, CreateLLMProxyRequest, CreateMCPConfigAPIKeyPathParams, CreateMCPConfigAPIKeyRequest, CreateMCPConfigAPIKeyResponse, CreateMCPProxyPathParams, CreateMonitorPathParams, CreateMonitorRequest, CreateOrganizationRequest, CreateProjectPathParams, CreateProjectRequest, CreateRoleRequest, CreateUserRequest, CrewAITaskData, CustomEvaluatorPathParams, CustomEvaluatorType, DataPlane, DataPlaneListResponse, DeleteAgentKindPathParams, DeleteAgentKindVersionPathParams, DeleteAgentMCPConfigPathParams, DeleteAgentModelConfigPathParams, DeleteAgentPathParams, DeleteDeploymentPipelinePathParams, DeleteEnvironmentPathParams, DeleteGatewayPathParams, DeleteGitSecretPathParams, DeleteIdentityProviderPathParams, DeleteLLMDeploymentPathParams, DeleteLLMProviderPathParams, DeleteLLMProviderTemplatePathParams, DeleteLLMProxyPathParams, DeleteMCPProxyPathParams, DeleteMonitorPathParams, DeleteProjectPathParams, DeployAgentPathParams, DeployAgentRequest, DeployLLMProviderRequest, DeploymentDetailsResponse, DeploymentEndpoint, DeploymentListResponse, DeploymentPipelineListResponse, DeploymentPipelineResponse, DeploymentResponse, DeploymentState, DeploymentVisibility, DiscoverOidcPathParams, DiscoverOidcQuery, DockerBuild, DockerConfig, DrawerContentProps, DrawerHeaderProps, DrawerWrapperProps, EmbeddingData, EndpointConfiguration, EndpointSchema, EndpointSpec, EndpointsResponse, EnvMCPProxyConfigRequest, EnvModelConfigRequest, EnvProviderConfigMappings, EnvProviderConfiguration, EnvVariableEditorProps, Environment, EnvironmentListResponse, EnvironmentObject, EnvironmentQuery, EnvironmentVariable, EnvironmentVariableConfig, ErrorResponse, EvalPageEntry, EvalPageMetadata, EvaluationLevel, EvaluatorConfigParam, EvaluatorLevel, EvaluatorListQuery, EvaluatorListResponse, EvaluatorResponse, EvaluatorScoreSummary, EvaluatorScoreWithMonitor, ExportTracesParams, ExportTracesPathParams, ExternalAgentIconProps, ExternalComponentModule, ExternalModule, ExternalModuleCore, ExternalNavItem, ExternalPageModule, ExtractionIdentifier, ExtractionIdentifierLocation, FeatureFlags, FetchMCPProxyServerInfoPathParams, FileMount, FileMountEditorProps, FilterAgentRuntimeLogsPathParams, FullTrace, GatewayEndpointSpec, GatewayEnvironmentResponse, GatewayListResponse, GatewayListenerSpec, GatewayNetworkSpec, GatewayPathParams, GatewayResponse, GatewaySpec, GatewayStatus, GatewayTokenInfo, GatewayTokenListResponse, GatewayTokenResponse, GatewayType, GenerateAgentTokenPathParams, GenerateAgentTokenQuery, GenerateResourceNamePathParams, GeneratedRoute, GetAgentBuildsPathParams, GetAgentBuildsQuery, GetAgentConfigurationsPathParams, GetAgentCredentialsPathParams, GetAgentCredentialsQuery, GetAgentEndpointsPathParams, GetAgentGroupsPathParams, GetAgentGroupsQuery, GetAgentIdentityPathParams, GetAgentIdentityQuery, GetAgentKindPathParams, GetAgentKindVersionPathParams, GetAgentMCPConfigPathParams, GetAgentMetricsPathParams, GetAgentModelConfigPathParams, GetAgentPathParams, GetAgentResourceConfigsPathParams, GetAgentResourceConfigsQuery, GetAgentRolesPathParams, GetAgentRolesQuery, GetBuildLogsPathParams, GetBuildPathParams, GetDeploymentPipelinePathParams, GetEnvironmentPathParams, GetEvaluatorPathParams, GetGatewayPathParams, GetGitSecretPathParams, GetLLMDeploymentPathParams, GetLLMProviderPathParams, GetLLMProviderTemplatePathParams, GetLLMProxyPathParams, GetMCPProxyPathParams, GetMonitorPathParams, GetOrganizationPathParams, GetProjectPathParams, GetTraceListPathParams, GetTracePathParams, GitCredentials, GitSecretListResponse, GitSecretResponse, GitSecretType, GroupPathParams, GroupedScoresPathParams, GroupedScoresQueryParams, GroupedScoresResponse, GuardrailCapabilities, GuardrailDefinition, GuardrailsCatalogResponse, HttpOptions, IconType, IdentityOrgPathParams, IdentityProvider, IdentityProviderListResponse, IdentityProviderType, IdentitySecurity, InputInterface, InputInterfaceType, InstrumentationVersionEntry, InternalAgentIconProps, InviteUserRequest, InviteUserResponse, IssueTestAgentAPIKeyPathParams, IssueTestAgentAPIKeyResponse, LLMAccessControl, LLMConfigAPIKeyPathParams, LLMConfigAPIKeysPathParams, LLMData, LLMDeploymentListResponse, LLMDeploymentPathParams, LLMDeploymentResponse, LLMModel, LLMModelProvider, LLMPolicy, LLMPolicyPath, LLMProviderAPIKeyPathParams, LLMProviderConfig, LLMProviderConsumerItem, LLMProviderConsumerListResponse, LLMProviderConsumerType, LLMProviderListItem, LLMProviderListResponse, LLMProviderPathParams, LLMProviderResponse, LLMProviderTemplateAuth, LLMProviderTemplateListResponse, LLMProviderTemplateMetadata, LLMProviderTemplatePathParams, LLMProviderTemplateResponse, LLMProxyAPIKeyPathParams, LLMProxyConfig, LLMProxyListResponse, LLMProxyPathParams, LLMProxyResponse, LLMRateLimitingConfig, LLMTokenUsage, LabelEvaluatorSummary, ListAPIKeysResponse, ListAgentAPIKeysPathParams, ListAgentDeploymentsPathParams, ListAgentKindVersionsPathParams, ListAgentKindsPathParams, ListAgentKindsQuery, ListAgentMCPConfigsPathParams, ListAgentMCPConfigsQuery, ListAgentMCPProxiesPathParams, ListAgentModelConfigsPathParams, ListAgentModelConfigsQuery, ListAgentsPathParams, ListAgentsQuery, ListAvailableMCPPoliciesPathParams, ListBranchesQuery, ListBranchesRequest, ListBranchesResponse, ListCatalogLLMProvidersParams, ListCatalogLLMProvidersQuery, ListCatalogLLMProvidersResponse, ListCommitsQuery, ListCommitsRequest, ListCommitsResponse, ListDataPlanesPathParams, ListDeploymentPipelinesPathParams, ListDeploymentPipelinesQuery, ListEnvironmentIdentityProvidersPathParams, ListEnvironmentsPathParams, ListEvaluatorsPathParams, ListGatewayTokensParams, ListGatewaysPathParams, ListGatewaysQuery, ListGitSecretsPathParams, ListGitSecretsQuery, ListIdentityProvidersPathParams, ListKindAgentsPathParams, ListLLMConfigAPIKeysPathParams, ListLLMDeploymentsPathParams, ListLLMProviderAPIKeysPathParams, ListLLMProviderConsumersPathParams, ListLLMProviderProxiesPathParams, ListLLMProviderTemplatesPathParams, ListLLMProvidersPathParams, ListLLMProxiesPathParams, ListLLMProxyAPIKeysPathParams, ListMCPConfigAPIKeysPathParams, ListMCPProxiesPathParams, ListMCPProxiesQuery, ListMonitorRunsPathParams, ListMonitorRunsQueryParams, ListMonitorsPathParams, ListMonitorsQueryParams, ListOrganizationsQuery, ListProjectsPathParams, ListProjectsQuery, ListQuery, ListThunderInstancesPathParams, LogEntry, LogFilterRequest, LogFilterRequestWithTimeRange, LogLevel, LogoProps, LogsPanelProps, LogsResponse, MCPConfigAPIKeyPathParams, MCPConfigAPIKeysPathParams, MCPConfigRequest, MCPEndpointConfig, MCPEndpointEnvironment, MCPPoliciesCatalogResponse, MCPPolicyAvailabilityResponse, MCPPolicyAvailableItem, MCPPolicyDefinition, MCPProxy, MCPProxyCapabilities, MCPProxyEndpoint, MCPProxyListItem, MCPProxyListResponse, MCPProxyPagination, MCPProxyPolicy, MCPProxyScopeListResponse, MCPProxyScopePathParams, MCPProxyScopeRequest, MCPProxyScopeResponse, MCPProxyScopeUpdateRequest, MCPProxyScopesPathParams, MCPServerInfoFetchRequest, MCPServerInfoFetchResponse, MainActionPanelProps, MetricDataPoint, MetricsFilterRequest, MetricsResponse, ModelConfigRequest, ModuleContextValue, ModuleProviderProps, MonitorEvaluator, MonitorLLMProviderInfo, MonitorLLMProviderRef, MonitorListResponse, MonitorPathParams, MonitorResponse, MonitorRunListResponse, MonitorRunLogsPathParams, MonitorRunPathParams, MonitorRunResponse, MonitorRunScoresResponse, MonitorRunStatus, MonitorScoreGranularity, MonitorScoresPathParams, MonitorScoresQueryParams, MonitorScoresResponse, MonitorScoresTimeSeriesPathParams, MonitorScoresTimeSeriesQueryParams, MonitorStatus, MonitorType, OAuthConfig, ObserverMetricsParams, ObserverRuntimeLogsParams, ObserverTraceListParams, ObserverTraceSpanDetailParams, ObserverTraceSpanListParams, OidcDiscoveryResponse, OrgPathParams, OrgProjPathParams, OrganizationListItem, OrganizationListResponse, OrganizationResponse, PageLayoutProps, PageMetadata, PageMetadataBase, PaginationInfo, PaginationMeta, ProjectListItem, ProjectListResponse, ProjectResponse, PromoteAgentPathParams, PromoteAgentRequest, PromoteAgentResponse, PromotionPath, PromotionTargetEnvironment, PromptMessage, ProviderConfig, ProvisionAgentIdentityPathParams, ProvisionAgentIdentityQuery, Provisioning, ProvisioningAgentKind, ProvisioningType, PublishAgentKindPathParams, PublishAgentKindRequest, RateLimitEntry, RateLimitResetWindow, RateLimitingLimitConfig, RateLimitingResourceLimit, RateLimitingScopeConfig, RegenerateAgentIdentitySecretPathParams, RemoveGatewayFromEnvironmentParams, RepositoryConfig, RequestRateLimit, RerunMonitorPathParams, ResourceConfig, ResourceLimits, ResourceNameRequest, ResourceNameResponse, ResourceRequests, ResourceType, ResourceWiseRateLimitingConfig, RestoreLLMDeploymentPathParams, RestoreLLMDeploymentQuery, RetrieverData, RevokeAgentAPIKeyPathParams, RevokeAgentIdentitySecretPathParams, RevokeAgentIdentitySecretQuery, RevokeGatewayTokenParams, RevokeLLMConfigAPIKeyPathParams, RevokeLLMProviderAPIKeyPathParams, RevokeLLMProxyAPIKeyPathParams, RevokeMCPConfigAPIKeyPathParams, RolePathParams, RolePermissionRequest, RoleUserGroupRequest, RotateAgentAPIKeyPathParams, RotateAgentAPIKeyRequest, RotateAgentAPIKeyResponse, RotateLLMAPIKeyRequest, RotateLLMAPIKeyResponse, RotateLLMConfigAPIKeyPathParams, RotateLLMConfigAPIKeyRequest, RotateLLMConfigAPIKeyResponse, RotateLLMProviderAPIKeyPathParams, RotateLLMProxyAPIKeyPathParams, RotateMCPConfigAPIKeyPathParams, RotateMCPConfigAPIKeyRequest, RotateMCPConfigAPIKeyResponse, RouteException, RuntimeConfiguration, RuntimeConfigurationWithoutEnv, SchemaPath, ScoreLabelGroup, SecurityConfig, SelectionDrawerEmptyState, SelectionDrawerProps, SelectionIndicatorProps, SnackBarMessage, Span, SpanStatus, StartMonitorPathParams, StopMonitorPathParams, TargetEnvironmentRef, TextInputProps, ThunderClaim, ThunderGroup, ThunderGroupListResponse, ThunderInstanceListResponse, ThunderInstanceResponse, ThunderPermission, ThunderRole, ThunderRoleAssignments, ThunderRoleListResponse, ThunderUser, ThunderUserListResponse, TimeRange, TimeRangeSelectorProps, TimeSeriesPoint, TimeSeriesResponse, TokenRateLimit, TokenRequest, TokenResponse, TokenUsage, ToolCall, ToolData, ToolDefinition, Trace, TraceEvaluatorScore, TraceExportResponse, TraceListResponse, TraceListWithRange, TraceMonitorGroup, TraceOverview, TraceScore, TraceScoreSummary, TraceScoresPathParams, TraceScoresResponse, TraceSpanGroup, TraceSpanSummary, TraceSpanSummaryListResponse, TraceStatus, UndeployLLMProviderPathParams, UndeployLLMProviderQuery, UpdateAgentBasicInfoPathParams, UpdateAgentBasicInfoRequest, UpdateAgentBuildParametersPathParams, UpdateAgentBuildParametersRequest, UpdateAgentConfigurationsPathParams, UpdateAgentConfigurationsRequest, UpdateAgentDeploySettingsPathParams, UpdateAgentDeploySettingsRequest, UpdateAgentKindPathParams, UpdateAgentKindRequest, UpdateAgentMCPConfigPathParams, UpdateAgentMCPConfigRequest, UpdateAgentModelConfigPathParams, UpdateAgentModelConfigRequest, UpdateAgentPathParams, UpdateAgentRequest, UpdateAgentResourceConfigsPathParams, UpdateAgentResourceConfigsQuery, UpdateAgentResourceConfigsRequest, UpdateCustomEvaluatorRequest, UpdateDeploymentPipelineRequest, UpdateDeploymentStatePathParams, UpdateDeploymentStateRequest, UpdateDeploymentStateResponse, UpdateEnvironmentPathParams, UpdateEnvironmentRequest, UpdateGatewayPathParams, UpdateGatewayRequest, UpdateGroupRequest, UpdateLLMProviderCatalogPathParams, UpdateLLMProviderCatalogRequest, UpdateLLMProviderPathParams, UpdateLLMProviderRequest, UpdateLLMProviderTemplatePathParams, UpdateLLMProviderTemplateRequest, UpdateLLMProxyPathParams, UpdateLLMProxyRequest, UpdateMCPProxyPathParams, UpdateMonitorPathParams, UpdateMonitorRequest, UpdateOrgDeploymentPipelinePathParams, UpdateProjectPathParams, UpdateProjectRequest, UpdateRoleRequest, UpdateUserRequest, UpsertIdentityProviderPathParams, UpsertIdentityProviderRequest, UpstreamAuth, UpstreamAuthType, UpstreamConfig, UpstreamEndpoint, UserPathParams };