From 9eb7b83561cec9cbfdcf580c23df2e11c644a2aa Mon Sep 17 00:00:00 2001 From: Trails Docs Agent Date: Mon, 3 Aug 2026 09:23:09 +0000 Subject: [PATCH 1/2] docs: sync api reference 2026-08-03 Sync OpenAPI spec from trails-api release branch to add the EVERLONG value to the RouteProvider enum (introduced in 0xsequence/trails-api#1023). Generated by the Trails Docs weekly agent. --- api-reference/before-annotations-trails-api.gen.json | 1 + api-reference/trails-api.gen.json | 1 + api-reference/trails-api.gen.yaml | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/api-reference/before-annotations-trails-api.gen.json b/api-reference/before-annotations-trails-api.gen.json index 7ae233a..296c0a7 100644 --- a/api-reference/before-annotations-trails-api.gen.json +++ b/api-reference/before-annotations-trails-api.gen.json @@ -1395,6 +1395,7 @@ "enum": [ "AUTO", "CCTP", + "EVERLONG", "GASZIP", "HYPERLANE", "LIFI", diff --git a/api-reference/trails-api.gen.json b/api-reference/trails-api.gen.json index 7ae233a..296c0a7 100644 --- a/api-reference/trails-api.gen.json +++ b/api-reference/trails-api.gen.json @@ -1395,6 +1395,7 @@ "enum": [ "AUTO", "CCTP", + "EVERLONG", "GASZIP", "HYPERLANE", "LIFI", diff --git a/api-reference/trails-api.gen.yaml b/api-reference/trails-api.gen.yaml index fd5929a..4cfcd7f 100644 --- a/api-reference/trails-api.gen.yaml +++ b/api-reference/trails-api.gen.yaml @@ -1,4 +1,4 @@ -# trails-api v1 ea051e409c50f1605262cbb2fa34c03986cbfec2 +# trails-api v1 6cf9188c5e4b19ba31646a1448e66daf4691a6af # -- # Code generated by webrpc-gen@v0.36.1 with openapi generator; DO NOT EDIT # @@ -1026,6 +1026,7 @@ components: enum: - AUTO - CCTP + - EVERLONG - GASZIP - HYPERLANE - LIFI From aea7249e810c50454750c19593eb8fdc71595b08 Mon Sep 17 00:00:00 2001 From: Trails Docs Agent Date: Mon, 3 Aug 2026 09:28:02 +0000 Subject: [PATCH 2/2] chore: retrigger mintlify preview MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous preview build failed with a generic "unknown error occurred" from Mintlify (deployment reached "Updating all paths..." after successfully validating the config and OpenAPI files). The sibling PR #103 opened seconds later against the same base built cleanly, so this is a transient Mintlify-side hiccup rather than a diff-side issue — retrigger by pushing an empty commit.