@@ -436,62 +436,6 @@ module Imagekitio
436436 def to_hash
437437 end
438438
439- class AITag < Imagekitio ::Internal ::Type ::BaseModel
440- OrHash =
441- T . type_alias do
442- T . any (
443- Imagekitio ::Models ::Beta ::V2 ::FileUploadResponse ::AITag ,
444- Imagekitio ::Internal ::AnyHash
445- )
446- end
447-
448- # Confidence score of the tag.
449- sig { returns ( T . nilable ( Float ) ) }
450- attr_reader :confidence
451-
452- sig { params ( confidence : Float ) . void }
453- attr_writer :confidence
454-
455- # Name of the tag.
456- sig { returns ( T . nilable ( String ) ) }
457- attr_reader :name
458-
459- sig { params ( name : String ) . void }
460- attr_writer :name
461-
462- # Source of the tag. Possible values are `google-auto-tagging` and
463- # `aws-auto-tagging`.
464- sig { returns ( T . nilable ( String ) ) }
465- attr_reader :source
466-
467- sig { params ( source : String ) . void }
468- attr_writer :source
469-
470- sig do
471- params ( confidence : Float , name : String , source : String ) . returns (
472- T . attached_class
473- )
474- end
475- def self . new (
476- # Confidence score of the tag.
477- confidence : nil ,
478- # Name of the tag.
479- name : nil ,
480- # Source of the tag. Possible values are `google-auto-tagging` and
481- # `aws-auto-tagging`.
482- source : nil
483- )
484- end
485-
486- sig do
487- override . returns (
488- { confidence : Float , name : String , source : String }
489- )
490- end
491- def to_hash
492- end
493- end
494-
495439 class ExtensionStatus < Imagekitio ::Internal ::Type ::BaseModel
496440 OrHash =
497441 T . type_alias do
@@ -832,44 +776,6 @@ module Imagekitio
832776 end
833777 end
834778 end
835-
836- class VersionInfo < Imagekitio ::Internal ::Type ::BaseModel
837- OrHash =
838- T . type_alias do
839- T . any (
840- Imagekitio ::Models ::Beta ::V2 ::FileUploadResponse ::VersionInfo ,
841- Imagekitio ::Internal ::AnyHash
842- )
843- end
844-
845- # Unique identifier of the file version.
846- sig { returns ( T . nilable ( String ) ) }
847- attr_reader :id
848-
849- sig { params ( id : String ) . void }
850- attr_writer :id
851-
852- # Name of the file version.
853- sig { returns ( T . nilable ( String ) ) }
854- attr_reader :name
855-
856- sig { params ( name : String ) . void }
857- attr_writer :name
858-
859- # An object containing the file or file version's `id` (versionId) and `name`.
860- sig { params ( id : String , name : String ) . returns ( T . attached_class ) }
861- def self . new (
862- # Unique identifier of the file version.
863- id : nil ,
864- # Name of the file version.
865- name : nil
866- )
867- end
868-
869- sig { override . returns ( { id : String , name : String } ) }
870- def to_hash
871- end
872- end
873779 end
874780 end
875781 end
0 commit comments