ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.308.1

This commit is contained in:
speakeasybot
2024-06-15 00:11:20 +00:00
parent 3a2e7307a0
commit ed203455dd
72 changed files with 1768 additions and 514 deletions

View File

@@ -0,0 +1,23 @@
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
# typed: true
# frozen_string_literal: true
module OpenApiSDK
module Operations
INCLUDE_EXTERNAL_MEDIA_SERVERS = [
'https://metadata.provider.plex.tv'
].freeze
# IncludeExternalMedia - include external media in the results
#
class IncludeExternalMedia < T::Enum
enums do
ONE = new(1)
ZERO = new(0)
end
end
end
end