-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add the option for the generate-spec command to rename models (#624)
--------- Co-authored-by: Martin Mitrevski <[email protected]>
- Loading branch information
1 parent
726e9cd
commit 9778d87
Showing
38 changed files
with
505 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"QueryCallMembersResponse": "QueryMembersResponse", | ||
"QueryCallMembersRequest": "QueryMembersRequest", | ||
"Response": "ModelResponse", | ||
"SendCallEventRequest": "SendEventRequest", | ||
"SendCallEventResponse": "SendEventResponse", | ||
"AudioSettingsResponse": "AudioSettings", | ||
"SortParam": "SortParamRequest", | ||
"WSAuthMessage": "WSAuthMessageRequest", | ||
"TranscriptionSettingsResponse": "TranscriptionSettings", | ||
"SendCallEvent": "SendEvent", | ||
"BackstageSettingsResponse": "BackstageSettings", | ||
"GeofenceSettingsResponse": "GeofenceSettings", | ||
"LayoutSettingsRequest": "LayoutSettings", | ||
"RingSettingsResponse": "RingSettings", | ||
"ScreensharingSettingsResponse": "ScreensharingSettings", | ||
"ThumbnailsSettingsResponse": "ThumbnailsSettings", | ||
"VideoSettingsResponse": "VideoSettings", | ||
"TimeStats": "Stats", | ||
"NoiseCancellationSettings": "NoiseCancellationSettingsRequest", | ||
"VideoDimension": "VideoResolution", | ||
"DeviceResponse": "Device" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.