diff --git a/app/config/specs/open-api3-latest-client.json b/app/config/specs/open-api3-latest-client.json index 404b71db09..4cbfa4b471 100644 --- a/app/config/specs/open-api3-latest-client.json +++ b/app/config/specs/open-api3-latest-client.json @@ -12514,13 +12514,14 @@ }, "status": { "type": "string", - "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, or `failed`.", + "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, `failed`, or `scheduled`.", "x-example": "processing", "enum": [ "waiting", "processing", "completed", - "failed" + "failed", + "scheduled" ] }, "requestMethod": { diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json index c0d35b48fb..6059d84dcb 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -29733,6 +29733,7 @@ "vue", "sveltekit", "astro", + "tanstack-start", "remix", "lynx", "flutter", @@ -30379,6 +30380,7 @@ "vue", "sveltekit", "astro", + "tanstack-start", "remix", "lynx", "flutter", @@ -53962,13 +53964,14 @@ }, "status": { "type": "string", - "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, or `failed`.", + "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, `failed`, or `scheduled`.", "x-example": "processing", "enum": [ "waiting", "processing", "completed", - "failed" + "failed", + "scheduled" ] }, "requestMethod": { diff --git a/app/config/specs/open-api3-latest-server.json b/app/config/specs/open-api3-latest-server.json index 5c589b38b8..806882c63e 100644 --- a/app/config/specs/open-api3-latest-server.json +++ b/app/config/specs/open-api3-latest-server.json @@ -20677,6 +20677,7 @@ "vue", "sveltekit", "astro", + "tanstack-start", "remix", "lynx", "flutter", @@ -21095,6 +21096,7 @@ "vue", "sveltekit", "astro", + "tanstack-start", "remix", "lynx", "flutter", @@ -42070,13 +42072,14 @@ }, "status": { "type": "string", - "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, or `failed`.", + "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, `failed`, or `scheduled`.", "x-example": "processing", "enum": [ "waiting", "processing", "completed", - "failed" + "failed", + "scheduled" ] }, "requestMethod": { diff --git a/app/config/specs/swagger2-latest-client.json b/app/config/specs/swagger2-latest-client.json index 78b332a5c3..2521664304 100644 --- a/app/config/specs/swagger2-latest-client.json +++ b/app/config/specs/swagger2-latest-client.json @@ -12504,13 +12504,14 @@ }, "status": { "type": "string", - "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, or `failed`.", + "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, `failed`, or `scheduled`.", "x-example": "processing", "enum": [ "waiting", "processing", "completed", - "failed" + "failed", + "scheduled" ] }, "requestMethod": { diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json index 9f2081aaf9..cf7a30528f 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -29905,6 +29905,7 @@ "vue", "sveltekit", "astro", + "tanstack-start", "remix", "lynx", "flutter", @@ -30554,6 +30555,7 @@ "vue", "sveltekit", "astro", + "tanstack-start", "remix", "lynx", "flutter", @@ -53910,13 +53912,14 @@ }, "status": { "type": "string", - "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, or `failed`.", + "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, `failed`, or `scheduled`.", "x-example": "processing", "enum": [ "waiting", "processing", "completed", - "failed" + "failed", + "scheduled" ] }, "requestMethod": { diff --git a/app/config/specs/swagger2-latest-server.json b/app/config/specs/swagger2-latest-server.json index 80999995c7..84926bf9e4 100644 --- a/app/config/specs/swagger2-latest-server.json +++ b/app/config/specs/swagger2-latest-server.json @@ -20885,6 +20885,7 @@ "vue", "sveltekit", "astro", + "tanstack-start", "remix", "lynx", "flutter", @@ -21316,6 +21317,7 @@ "vue", "sveltekit", "astro", + "tanstack-start", "remix", "lynx", "flutter", @@ -42108,13 +42110,14 @@ }, "status": { "type": "string", - "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, or `failed`.", + "description": "The status of the function execution. Possible values can be: `waiting`, `processing`, `completed`, `failed`, or `scheduled`.", "x-example": "processing", "enum": [ "waiting", "processing", "completed", - "failed" + "failed", + "scheduled" ] }, "requestMethod": {