From 1f75b305c34be783c531016e8cbb45f275ba509f Mon Sep 17 00:00:00 2001 From: Azure CI <> Date: Tue, 26 May 2020 07:42:47 +0000 Subject: [PATCH] docs(ci): Update protocol.md - 0802d03 [skip ci] --- docs/generated/comments.json | 8 +++++++- docs/generated/protocol.md | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/generated/comments.json b/docs/generated/comments.json index a6e24f82..5c74beb4 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -2198,7 +2198,8 @@ "description": "A source has been renamed.", "return": [ "{String} `previousName` Previous source name", - "{String} `newName` New source name" + "{String} `newName` New source name", + "{String} `sourceType` Type of source (input, scene, filter, transition)" ], "api": "events", "name": "SourceRenamed", @@ -2214,6 +2215,11 @@ "type": "String", "name": "newName", "description": "New source name" + }, + { + "type": "String", + "name": "sourceType", + "description": "Type of source (input, scene, filter, transition)" } ], "names": [ diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index b7ff296b..5ea71f45 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -930,6 +930,7 @@ A source has been renamed. | ---- | :---: | ------------| | `previousName` | _String_ | Previous source name | | `newName` | _String_ | New source name | +| `sourceType` | _String_ | Type of source (input, scene, filter, transition) | ---