From 026cc00d25f0da35301b04440dccf24518db02c0 Mon Sep 17 00:00:00 2001 From: kbatuigas <36839689+kbatuigas@users.noreply.github.com> Date: Tue, 3 Feb 2026 02:04:05 +0000 Subject: [PATCH 1/2] auto-docs: Update Cloud API spec --- cloud-controlplane/cloud-controlplane.yaml | 513 ++++++++++++++++++++- cloud-dataplane/cloud-dataplane.yaml | 12 +- package-lock.json | 9 + 3 files changed, 519 insertions(+), 15 deletions(-) diff --git a/cloud-controlplane/cloud-controlplane.yaml b/cloud-controlplane/cloud-controlplane.yaml index 9b0ba59..7048b2d 100644 --- a/cloud-controlplane/cloud-controlplane.yaml +++ b/cloud-controlplane/cloud-controlplane.yaml @@ -40,28 +40,30 @@ components: - ACL_OPERATION_DESCRIBE_CONFIGS - ACL_OPERATION_ALTER_CONFIGS - ACL_OPERATION_IDEMPOTENT_WRITE - title: / The ACL operation to match + title: The ACL operation to match type: string ACLPattern: description: |- - ACL_PATTERN_ANY: Wildcard to match any pattern - ACL_PATTERN_LITERAL: Match a literal string - ACL_PATTERN_PREFIXED: Match a prefix + - ACL_PATTERN_PREFIX: Match a prefix - ACL_PATTERN_MATCH: Match serves as a catch-all for all the names of a topic the principal is authorized to access enum: - ACL_PATTERN_ANY - ACL_PATTERN_LITERAL - ACL_PATTERN_PREFIXED + - ACL_PATTERN_PREFIX - ACL_PATTERN_MATCH - title: / The ACL pattern type + title: The ACL pattern type type: string ACLPermissionType: enum: - ACL_PERMISSION_TYPE_ANY - ACL_PERMISSION_TYPE_ALLOW - ACL_PERMISSION_TYPE_DENY - title: / ACL permission types + title: ACL permission types type: string ACLResource: description: |- @@ -82,7 +84,7 @@ components: - ACL_RESOURCE_SR_SUBJECT - ACL_RESOURCE_SR_REGISTRY - ACL_RESOURCE_SR_ANY - title: / The ACL resource types + title: The ACL resource types type: string ACLResourceFilter: properties: @@ -98,6 +100,15 @@ components: $ref: '#/components/schemas/ACLResource' title: A filter to match ACLs for resources type: object + AIGateway: + description: Cluster's AI Gateway properties. + properties: + url: + description: AI Gateway URL. + example: https://ai-gateway.cjb69h1c4vs42pca89s0.clusters.rdpa.co + readOnly: true + type: string + type: object AWS.Role: description: Role identifies AWS role. properties: @@ -256,11 +267,14 @@ components: type: object AuthenticationConfiguration: properties: + plain_configuration: + $ref: '#/components/schemas/PlainConfig' scram_configuration: $ref: '#/components/schemas/ScramConfig' title: |- - Authentication config. Currently only supporting SASL/SCRAM, - however made as a oneof for expansion + Authentication config. Supports: + * SASL/SCRAM + * SASL/PLAIN type: object AzurePeeringSpec: properties: @@ -446,6 +460,8 @@ components: Cluster: description: Resource describing a Cluster. properties: + ai_gateway: + $ref: '#/components/schemas/AIGateway' api_gateway_access: $ref: '#/components/schemas/NetworkAccessMode' aws_private_link: @@ -1167,6 +1183,16 @@ components: type: string title: CreateServerlessPrivateLinkMetadata type: object + CreateServerlessPrivateLinkOperation: + properties: + operation: + $ref: '#/components/schemas/v1.Operation' + type: object + CreateServerlessPrivateLinkRequest: + properties: + serverless_private_link: + $ref: '#/components/schemas/ServerlessPrivateLinkCreate' + type: object CreateServiceAccountRequest: description: CreateServiceAccountRequest is the request of CreateServiceAccount. properties: @@ -1454,6 +1480,11 @@ components: description: Resource describing an in-progress DeleteServerlessPrivateLink Operation. title: DeleteServerlessPrivateLinkMetadata type: object + DeleteServerlessPrivateLinkOperation: + properties: + operation: + $ref: '#/components/schemas/v1.Operation' + type: object DeleteServiceAccountResponse: type: object DeleteShadowLinkOperation: @@ -1826,6 +1857,11 @@ components: serverless_cluster: $ref: '#/components/schemas/ServerlessCluster' type: object + GetServerlessPrivateLinkResponse: + properties: + serverless_private_link: + $ref: '#/components/schemas/ServerlessPrivateLink' + type: object GetServerlessRegionResponse: description: GetServerlessRegionResponse is the response of GetServerlessRegions. properties: @@ -2182,6 +2218,36 @@ components: maxItems: 100 type: array type: object + ListServerlessPrivateLinksRequest.Filter: + properties: + name_contains: + description: Name of private link. Partial match. + type: string + resource_group_id: + description: Resource group ID of Serverless private link. + type: string + serverless_region: + title: Display name of the region in which Serverless private link is hosted + type: string + state_in: + description: States of Serverless private link. + items: + $ref: '#/components/schemas/ServerlessPrivateLink.State' + type: array + type: object + ListServerlessPrivateLinksResponse: + properties: + next_page_token: + description: |- + Token to retrieve the next page of results, or empty if there are no more + results. + type: string + serverless_private_links: + description: The list of serverless private links. + items: + $ref: '#/components/schemas/ServerlessPrivateLink' + type: array + type: object ListServerlessRegionsRequest.Filter: properties: placement_enabled_only: @@ -2777,9 +2843,11 @@ components: description: |- - PATTERN_TYPE_LITERAL: Must match the filter exactly - PATTERN_TYPE_PREFIX: Will match anything that starts with filter + - PATTERN_TYPE_PREFIXED: Will match anything that starts with filter enum: - PATTERN_TYPE_LITERAL - PATTERN_TYPE_PREFIX + - PATTERN_TYPE_PREFIXED title: The matching pattern type type: string Permission: @@ -2796,6 +2864,27 @@ components: type: boolean readOnly: true type: object + PlainConfig: + properties: + password: + title: Password + type: string + password_set: + readOnly: true + title: Indicates that the password has been set + type: boolean + password_set_at: + format: date-time + readOnly: true + title: |- + Timestamp of when the password was last set - only valid if password_set + is true + type: string + username: + title: PLAIN username + type: string + title: PLAIN settings + type: object PlannedDeletion: description: Date after which this cluster can and should be deleted. properties: @@ -3090,7 +3179,7 @@ components: type: string name: description: The unique name of the role. - example: billing_admin + example: billing-admin type: string permissions: items: @@ -3105,7 +3194,7 @@ components: type: string name: description: The unique name of the role. - example: billing_admin + example: billing-admin type: string permissions: items: @@ -3140,6 +3229,14 @@ components: type: object Scope: properties: + dataplane_id: + description: |- + dataplane_id is required when the scope.resource_type is a dataplane resource: + MCPSERVER, AIAGENT, AIGATEWAY_MODEL_PROVIDER, AIGATEWAY_MODEL, AIGATEWAY_PROVIDER_CONFIG, AIGATEWAY_GATEWAY. + This can either be the cluster id or the serverless cluster id depending on the dataplane resource. + Must be a valid XID (20-character base32 hex encoded string). + nullable: true + type: string resource_id: type: string resource_type: @@ -3153,6 +3250,12 @@ components: - SCOPE_RESOURCE_TYPE_SERVERLESS_CLUSTER - SCOPE_RESOURCE_TYPE_NETWORK_PEERING - SCOPE_RESOURCE_TYPE_ORGANIZATION + - SCOPE_RESOURCE_TYPE_MCPSERVER + - SCOPE_RESOURCE_TYPE_AIAGENT + - SCOPE_RESOURCE_TYPE_AIGATEWAY_MODEL_PROVIDER + - SCOPE_RESOURCE_TYPE_AIGATEWAY_MODEL + - SCOPE_RESOURCE_TYPE_AIGATEWAY_PROVIDER_CONFIG + - SCOPE_RESOURCE_TYPE_AIGATEWAY_GATEWAY type: string ScramConfig: properties: @@ -3389,6 +3492,12 @@ components: description: Unique name of the Serverless cluster within the org. example: development-ServerlessCluster type: string + networking_config: + $ref: '#/components/schemas/ServerlessNetworkingConfig' + private_link_id: + description: Private link configuration for the Serverless cluster. + nullable: true + type: string resource_group_id: description: Resource group ID of the cluster. example: a0b40af9-0250-48ca-9417-783ed127ce42 @@ -3414,6 +3523,12 @@ components: id: description: ID of the vcluster. type: string + networking_config: + $ref: '#/components/schemas/ServerlessNetworkingConfig' + private_link_id: + description: Private link configuration for the Serverless cluster. + nullable: true + type: string tags: additionalProperties: type: string @@ -3435,6 +3550,92 @@ components: - STATE_DISABLED - STATE_ENABLED type: string + ServerlessPrivateLink: + properties: + aws_config: + $ref: '#/components/schemas/ServerlessPrivateLink.AWS' + cloudprovider: + $ref: '#/components/schemas/CloudProvider' + created_at: + format: date-time + type: string + id: + type: string + name: + type: string + resource_group_id: + type: string + serverless_region: + type: string + state: + $ref: '#/components/schemas/ServerlessPrivateLink.State' + status: + $ref: '#/components/schemas/ServerlessPrivateLinkStatus' + updated_at: + format: date-time + type: string + type: object + ServerlessPrivateLink.AWS: + properties: + allowed_principals: + items: + type: string + type: array + type: object + ServerlessPrivateLink.State: + description: |2- + - STATE_CREATING: Private link is being created. + - STATE_READY: Private link is ready to use. + - STATE_DELETING: Private link is being deleted. + - STATE_FAILED: Private link is in an error state. + - STATE_UPDATING: Private link is in an updating state. + enum: + - STATE_CREATING + - STATE_READY + - STATE_DELETING + - STATE_FAILED + - STATE_UPDATING + type: string + ServerlessPrivateLinkCreate: + properties: + aws_config: + $ref: '#/components/schemas/ServerlessPrivateLinkCreate.AWS' + cloudprovider: + $ref: '#/components/schemas/CloudProvider' + name: + type: string + resource_group_id: + type: string + serverless_region: + type: string + required: + - cloudprovider + type: object + ServerlessPrivateLinkCreate.AWS: + properties: + allowed_principals: + description: |- + allowed_principals specifies the list of AWS principals (for example, account + ARNs) that can access the Redpanda AWS PrivateLink Endpoint service. + items: + type: string + type: array + type: object + ServerlessPrivateLinkStatus: + properties: + aws: + $ref: '#/components/schemas/ServerlessPrivateLinkStatus.AWS' + title: ServerlessPrivateLinkStatus contains provider-specific status information + type: object + ServerlessPrivateLinkStatus.AWS: + properties: + availability_zones: + items: + type: string + type: array + vpc_endpoint_service_name: + type: string + type: object ServerlessRegion: description: Resource describing a ServerlessRegion. properties: @@ -4030,6 +4231,12 @@ components: UpdateServerlessClusterBody: description: UpdateServerlessClusterRequest is the request of UpdateServerlessCluster. properties: + networking_config: + $ref: '#/components/schemas/ServerlessNetworkingConfig' + private_link_id: + description: Private link configuration for the Serverless cluster. + nullable: true + type: string tags: additionalProperties: type: string @@ -4042,6 +4249,11 @@ components: operation: $ref: '#/components/schemas/v1.Operation' type: object + UpdateServerlessPrivateLinkBody: + properties: + aws_config: + $ref: '#/components/schemas/UpdateServerlessPrivateLinkRequest.AWS' + type: object UpdateServerlessPrivateLinkMetadata: description: Resource describing an in-progress UpdateServerlessPrivateLink Operation. properties: @@ -4049,6 +4261,21 @@ components: type: string title: UpdateServerlessPrivateLinkMetadata type: object + UpdateServerlessPrivateLinkOperation: + properties: + operation: + $ref: '#/components/schemas/v1.Operation' + type: object + UpdateServerlessPrivateLinkRequest.AWS: + properties: + allowed_principals: + description: |- + allowed_principals specifies the list of AWS principals (for example, account + ARNs) that can access the Redpanda AWS PrivateLink Endpoint service. + items: + type: string + type: array + type: object UpdateServiceAccountBody: properties: service_account: @@ -4799,7 +5026,7 @@ components: format: int32 title: |- Fetch partition max bytes. - If 0 is provided, defaults to 1 MiB + If 0 is provided, defaults to 5 MiB type: integer fetch_wait_max_ms: format: int32 @@ -4900,7 +5127,8 @@ paths: application/json: example: clusters: - - api_gateway_access: NETWORK_ACCESS_MODE_UNSPECIFIED + - ai_gateway: null + api_gateway_access: NETWORK_ACCESS_MODE_UNSPECIFIED cloud_provider: CLOUD_PROVIDER_GCP cloud_provider_tags: {} cloud_storage: null @@ -4931,6 +5159,7 @@ paths: name: my-new-cluster nat_gateways: [] network_id: cjb69k1c4vs45df9bee0 + oxla: null prometheus: url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics read_replica_cluster_ids: [] @@ -5239,6 +5468,7 @@ paths: application/json: example: cluster: + ai_gateway: null api_gateway_access: NETWORK_ACCESS_MODE_UNSPECIFIED cloud_provider: CLOUD_PROVIDER_GCP cloud_provider_tags: {} @@ -5270,6 +5500,7 @@ paths: name: my-new-cluster nat_gateways: [] network_id: cjb69k1c4vs45df9bee0 + oxla: null prometheus: url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics read_replica_cluster_ids: [] @@ -5853,6 +6084,7 @@ paths: response: '@type': type.googleapis.com/redpanda.api.controlplane.v1.CreateClusterResponse cluster: + ai_gateway: null api_gateway_access: NETWORK_ACCESS_MODE_UNSPECIFIED cloud_provider: CLOUD_PROVIDER_GCP cloud_provider_tags: {} @@ -5884,6 +6116,7 @@ paths: name: my-new-cluster nat_gateways: [] network_id: cjb69k1c4vs45df9bee0 + oxla: null prometheus: url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics read_replica_cluster_ids: [] @@ -5979,6 +6212,7 @@ paths: response: '@type': type.googleapis.com/redpanda.api.controlplane.v1.CreateClusterResponse cluster: + ai_gateway: null api_gateway_access: NETWORK_ACCESS_MODE_UNSPECIFIED cloud_provider: CLOUD_PROVIDER_GCP cloud_provider_tags: {} @@ -6010,6 +6244,7 @@ paths: name: my-new-cluster nat_gateways: [] network_id: cjb69k1c4vs45df9bee0 + oxla: null prometheus: url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics read_replica_cluster_ids: [] @@ -6509,11 +6744,26 @@ paths: - SCOPE_RESOURCE_TYPE_SERVERLESS_CLUSTER - SCOPE_RESOURCE_TYPE_NETWORK_PEERING - SCOPE_RESOURCE_TYPE_ORGANIZATION + - SCOPE_RESOURCE_TYPE_MCPSERVER + - SCOPE_RESOURCE_TYPE_AIAGENT + - SCOPE_RESOURCE_TYPE_AIGATEWAY_MODEL_PROVIDER + - SCOPE_RESOURCE_TYPE_AIGATEWAY_MODEL + - SCOPE_RESOURCE_TYPE_AIGATEWAY_PROVIDER_CONFIG + - SCOPE_RESOURCE_TYPE_AIGATEWAY_GATEWAY type: string - in: query name: filter.scope.resource_id schema: type: string + - description: |- + dataplane_id is required when the scope.resource_type is a dataplane resource: + MCPSERVER, AIAGENT, AIGATEWAY_MODEL_PROVIDER, AIGATEWAY_MODEL, AIGATEWAY_PROVIDER_CONFIG, AIGATEWAY_GATEWAY. + This can either be the cluster id or the serverless cluster id depending on the dataplane resource. + Must be a valid XID (20-character base32 hex encoded string). + in: query + name: filter.scope.dataplane_id + schema: + type: string - in: query name: filter.account_ids schema: @@ -7194,6 +7444,247 @@ paths: summary: Get Prometheus Credentials tags: - Serverless Clusters + /v1/serverless/private-links: + get: + description: List Redpanda Serverless private links. The `filter.` query string parameters find matching private links that meet all specified conditions. + operationId: ServerlessPrivateLinkService_ListServerlessPrivateLinks + parameters: + - description: |- + States of Serverless private link. + + - STATE_CREATING: Private link is being created. + - STATE_READY: Private link is ready to use. + - STATE_DELETING: Private link is being deleted. + - STATE_FAILED: Private link is in an error state. + - STATE_UPDATING: Private link is in an updating state. + in: query + name: filter.state_in + schema: + items: + enum: + - STATE_CREATING + - STATE_READY + - STATE_DELETING + - STATE_FAILED + - STATE_UPDATING + type: string + type: array + - description: Resource group ID of Serverless private link. + in: query + name: filter.resource_group_id + schema: + type: string + - description: Name of private link. Partial match. + in: query + name: filter.name_contains + schema: + type: string + - description: Display name of the region in which Serverless private link is hosted + in: query + name: filter.serverless_region + schema: + type: string + - description: Limit the paginated response to a number of items. + in: query + name: page_size + schema: + format: int32 + type: integer + - description: |- + Value of the next_page_token field returned by the previous response. If + not provided, the system assumes the first page is requested. + in: query + name: page_token + schema: + type: string + responses: + "200": + content: + application/json: + schema: + $ref: '#/components/schemas/ListServerlessPrivateLinksResponse' + description: OK + "500": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Internal Server Error. Please reach out to support. + default: + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: An unexpected error response. + summary: List Serverless private links + tags: + - Serverless Private Links + post: + description: Create a Serverless private link. Returns a long-running operation. Call `GET /v1/operations/{id}` to check operation state. + operationId: ServerlessPrivateLinkService_CreateServerlessPrivateLink + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/CreateServerlessPrivateLinkRequest' + required: true + x-originalParamName: body + responses: + "202": + content: + application/json: + schema: + $ref: '#/components/schemas/CreateServerlessPrivateLinkOperation' + description: Accepted + "400": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Bad Request + "409": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Conflict + "500": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Internal Server Error. Please reach out to support. + default: + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: An unexpected error response. + summary: Create Serverless private link + tags: + - Serverless Private Links + /v1/serverless/private-links/{id}: + delete: + description: Delete Serverless private link. Returns a long-running operation. Call `GET /v1/operations/{id}` to check operation state. + operationId: ServerlessPrivateLinkService_DeleteServerlessPrivateLink + parameters: + - description: The ID of the serverless private link to delete. + in: path + name: id + required: true + schema: + type: string + responses: + "202": + content: + application/json: + schema: + $ref: '#/components/schemas/DeleteServerlessPrivateLinkOperation' + description: Accepted + "404": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Not Found + "500": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Internal Server Error. Please reach out to support. + default: + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: An unexpected error response. + summary: Delete Serverless private link + tags: + - Serverless Private Links + get: + description: Get information about a Serverless private link. + operationId: ServerlessPrivateLinkService_GetServerlessPrivateLink + parameters: + - description: The ID of the serverless private link to get. + in: path + name: id + required: true + schema: + type: string + responses: + "200": + content: + application/json: + schema: + $ref: '#/components/schemas/GetServerlessPrivateLinkResponse' + description: OK + "404": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Not Found + "500": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Internal Server Error. Please reach out to support. + default: + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: An unexpected error response. + summary: Get Serverless private link + tags: + - Serverless Private Links + patch: + description: Updates a Serverless private link. Returns a long-running operation. Call `GET /v1/operations/{id}` to check operation state. + operationId: ServerlessPrivateLinkService_UpdateServerlessPrivateLink + parameters: + - description: ID of the private link. + in: path + name: id + required: true + schema: + type: string + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/UpdateServerlessPrivateLinkBody' + required: true + x-originalParamName: body + responses: + "202": + content: + application/json: + schema: + $ref: '#/components/schemas/UpdateServerlessPrivateLinkOperation' + description: Accepted + "404": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Not Found + "500": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Internal Server Error. Please reach out to support. + default: + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: An unexpected error response. + summary: Update Serverless private link + tags: + - Serverless Private Links /v1/serverless/region: get: description: Get Redpanda Serverless region. @@ -8087,7 +8578,7 @@ tags: name: Network Peerings - description: Manage [Redpanda Serverless](https://docs.redpanda.com/redpanda-cloud/get-started/cloud-overview/#redpanda-cloud-cluster-types) clusters. For detailed steps, see [Use the Control Plane API with Serverless](https://docs.redpanda.com/redpanda-cloud/manage/api/cloud-serverless-controlplane-api/). name: Serverless Clusters - - description: Manage Redpanda Serverless Private Links. For detailed steps and information, see [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/). + - description: 'Manage Redpanda Serverless private links. For detailed steps and information, see [Networking: Serverless](https://docs.redpanda.com/redpanda-cloud/networking/serverless).' name: Serverless Private Links - description: Get information about available Redpanda regions. name: Regions diff --git a/cloud-dataplane/cloud-dataplane.yaml b/cloud-dataplane/cloud-dataplane.yaml index 4738285..e0fd0a4 100644 --- a/cloud-dataplane/cloud-dataplane.yaml +++ b/cloud-dataplane/cloud-dataplane.yaml @@ -1779,7 +1779,9 @@ components: description: Filter results only roles named with the prefix. type: string principal: - description: Return only roles assigned to this principal. + description: |- + Return only roles assigned to this principal. The principal must contain + the principal type. For example: "User:jane" is a valid principal format. type: string type: object ListRolesResponse: @@ -6429,7 +6431,9 @@ paths: name: filter.name_contains schema: type: string - - description: Return only roles assigned to this principal. + - description: |- + Return only roles assigned to this principal. The principal must contain + the principal type. For example: "User:jane" is a valid principal format. in: query name: filter.principal schema: @@ -7830,7 +7834,7 @@ paths: content: multipart/form-data: schema: - example: '{"name":"redact-orders","input_topic_name":"orders","output_topic_names":["orders-redacted"],"environment_variables":[{"key":"LOGGER_LEVEL","value":"DEBUG"}]}' + example: '{"name":"redact-orders", "input_topic_name":"orders", "output_topic_names":["orders-redacted"], "environment_variables":[{"key":"LOGGER_LEVEL", "value":"DEBUG"}]}' properties: metadata: $ref: '#/components/schemas/DeployTransformRequest' @@ -7848,7 +7852,7 @@ paths: schema: $ref: '#/components/schemas/TransformMetadata' description: Created - summary: Deploy transform + summary: Deploy Transform tags: - Wasm Transforms /v1/transforms/{name}: diff --git a/package-lock.json b/package-lock.json index 1d1fb6d..7e77eb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -732,6 +732,7 @@ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-6.1.6.tgz", "integrity": "sha512-kIU8SLQkYWGp3pVKiYzA5OSaNF5EE03P/R8zEmmrG6XwOg5oBjXyQVVIauQ0dgau4zYhpZEhJrvIYt6oM+zZZA==", "license": "MIT", + "peer": true, "dependencies": { "@octokit/auth-token": "^5.0.0", "@octokit/graphql": "^8.2.2", @@ -924,6 +925,7 @@ "resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz", "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==", "license": "Apache-2.0", + "peer": true, "engines": { "node": ">=8.0.0" } @@ -1951,6 +1953,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "license": "MIT", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -5939,6 +5942,7 @@ "resolved": "https://registry.npmjs.org/jsep/-/jsep-1.4.0.tgz", "integrity": "sha512-B7qPcEVE3NVkmSJbaYxvv4cHkVW7DQsZz13pUMrfS8z8Q/BuShN+gcTXrUlPiGqM2/t/EEaI030bpxMqY8gMlw==", "license": "MIT", + "peer": true, "engines": { "node": ">= 10.16.0" } @@ -6606,6 +6610,7 @@ "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.15.0.tgz", "integrity": "sha512-UczzB+0nnwGotYSgllfARAqWCJ5e/skuV2K/l+Zyck/H6pJIhLXuBnz+6vn2i211o7DtbE78HQtsYEKICHGI+g==", "license": "MIT", + "peer": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/mobx" @@ -7984,6 +7989,7 @@ "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "license": "MIT", + "peer": true, "engines": { "node": ">=0.10.0" } @@ -7993,6 +7999,7 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz", "integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==", "license": "MIT", + "peer": true, "dependencies": { "scheduler": "^0.27.0" }, @@ -9484,6 +9491,7 @@ "resolved": "https://registry.npmjs.org/styled-components/-/styled-components-6.1.19.tgz", "integrity": "sha512-1v/e3Dl1BknC37cXMhwGomhO8AkYmN41CqyX9xhUDxry1ns3BFQy2lLDRQXJRdVVWB9OHemv/53xaStimvWyuA==", "license": "MIT", + "peer": true, "dependencies": { "@emotion/is-prop-valid": "1.2.2", "@emotion/unitless": "0.8.1", @@ -10701,6 +10709,7 @@ "resolved": "https://registry.npmjs.org/zod/-/zod-4.2.0.tgz", "integrity": "sha512-Bd5fw9wlIhtqCCxotZgdTOMwGm1a0u75wARVEY9HMs1X17trvA/lMi4+MGK5EUfYkXVTbX8UDiDKW4OgzHVUZw==", "license": "MIT", + "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } From 29dcda37b9f41966773c7dadaf6022ad9ad69a50 Mon Sep 17 00:00:00 2001 From: Kat Batuigas <36839689+kbatuigas@users.noreply.github.com> Date: Tue, 3 Feb 2026 14:39:34 -0800 Subject: [PATCH 2/2] Update cloud-dataplane/cloud-dataplane.yaml --- cloud-dataplane/cloud-dataplane.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-dataplane/cloud-dataplane.yaml b/cloud-dataplane/cloud-dataplane.yaml index e0fd0a4..23e60da 100644 --- a/cloud-dataplane/cloud-dataplane.yaml +++ b/cloud-dataplane/cloud-dataplane.yaml @@ -7852,7 +7852,7 @@ paths: schema: $ref: '#/components/schemas/TransformMetadata' description: Created - summary: Deploy Transform + summary: Deploy transform tags: - Wasm Transforms /v1/transforms/{name}: