diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index b77c9bbbf..ee7735798 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -9486,12 +9486,14 @@ "description": "This is the region of the Azure resource.", "enum": [ "australia", - "canada", + "canadaeast", + "canadacentral", "eastus2", "eastus", "france", "india", - "japan", + "japaneast", + "japanwest", "uaenorth", "northcentralus", "norway", @@ -9541,12 +9543,14 @@ "type": "string", "enum": [ "australia", - "canada", + "canadaeast", + "canadacentral", "eastus2", "eastus", "france", "india", - "japan", + "japaneast", + "japanwest", "uaenorth", "northcentralus", "norway", @@ -19208,12 +19212,14 @@ "description": "This is the region of the Azure resource.", "enum": [ "australia", - "canada", + "canadaeast", + "canadacentral", "eastus2", "eastus", "france", "india", - "japan", + "japaneast", + "japanwest", "uaenorth", "northcentralus", "norway", @@ -19285,12 +19291,14 @@ "type": "string", "enum": [ "australia", - "canada", + "canadaeast", + "canadacentral", "eastus2", "eastus", "france", "india", - "japan", + "japaneast", + "japanwest", "uaenorth", "northcentralus", "norway", @@ -21214,12 +21222,14 @@ "description": "This is the region of the Azure resource.", "enum": [ "australia", - "canada", + "canadaeast", + "canadacentral", "eastus2", "eastus", "france", "india", - "japan", + "japaneast", + "japanwest", "uaenorth", "northcentralus", "norway", @@ -21259,12 +21269,14 @@ "type": "string", "enum": [ "australia", - "canada", + "canadaeast", + "canadacentral", "eastus2", "eastus", "france", "india", - "japan", + "japaneast", + "japanwest", "uaenorth", "northcentralus", "norway", @@ -23371,6 +23383,44 @@ "edges" ] }, + "UpdateWorkflowDTO": { + "type": "object", + "properties": { + "nodes": { + "type": "array", + "items": { + "oneOf": [ + { + "$ref": "#/components/schemas/Say", + "title": "Say" + }, + { + "$ref": "#/components/schemas/Gather", + "title": "Gather" + }, + { + "$ref": "#/components/schemas/Hangup", + "title": "Hangup" + }, + { + "$ref": "#/components/schemas/CreateWorkflowDTO", + "title": "CreateWorkflowDTO" + } + ] + } + }, + "name": { + "type": "string", + "maxLength": 40 + }, + "edges": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Edge" + } + } + } + }, "ClientMessageConversationUpdate": { "type": "object", "properties": {