@@ -104,7 +104,7 @@ export const BackendType: {
104104 readonly GOOGLE_AI: " GOOGLE_AI" ;
105105};
106106
107- // @public
107+ // @public (undocumented)
108108export type BackendType = (typeof BackendType )[keyof typeof BackendType ];
109109
110110// @public
@@ -123,7 +123,7 @@ export const BlockReason: {
123123 readonly PROHIBITED_CONTENT: " PROHIBITED_CONTENT" ;
124124};
125125
126- // @public
126+ // @public (undocumented)
127127export type BlockReason = (typeof BlockReason )[keyof typeof BlockReason ];
128128
129129// @public
@@ -342,7 +342,7 @@ export const FinishReason: {
342342 readonly MALFORMED_FUNCTION_CALL: " MALFORMED_FUNCTION_CALL" ;
343343};
344344
345- // @public
345+ // @public (undocumented)
346346export type FinishReason = (typeof FinishReason )[keyof typeof FinishReason ];
347347
348348// @public
@@ -650,7 +650,7 @@ export const HarmBlockMethod: {
650650 readonly PROBABILITY: " PROBABILITY" ;
651651};
652652
653- // @public
653+ // @public (undocumented)
654654export type HarmBlockMethod = (typeof HarmBlockMethod )[keyof typeof HarmBlockMethod ];
655655
656656// @public
@@ -662,7 +662,7 @@ export const HarmBlockThreshold: {
662662 readonly OFF: " OFF" ;
663663};
664664
665- // @public
665+ // @public (undocumented)
666666export type HarmBlockThreshold = (typeof HarmBlockThreshold )[keyof typeof HarmBlockThreshold ];
667667
668668// @public
@@ -673,7 +673,7 @@ export const HarmCategory: {
673673 readonly HARM_CATEGORY_DANGEROUS_CONTENT: " HARM_CATEGORY_DANGEROUS_CONTENT" ;
674674};
675675
676- // @public
676+ // @public (undocumented)
677677export type HarmCategory = (typeof HarmCategory )[keyof typeof HarmCategory ];
678678
679679// @public
@@ -684,7 +684,7 @@ export const HarmProbability: {
684684 readonly HIGH: " HIGH" ;
685685};
686686
687- // @public
687+ // @public (undocumented)
688688export type HarmProbability = (typeof HarmProbability )[keyof typeof HarmProbability ];
689689
690690// @public
@@ -696,7 +696,7 @@ export const HarmSeverity: {
696696 readonly HARM_SEVERITY_UNSUPPORTED: " HARM_SEVERITY_UNSUPPORTED" ;
697697};
698698
699- // @public
699+ // @public (undocumented)
700700export type HarmSeverity = (typeof HarmSeverity )[keyof typeof HarmSeverity ];
701701
702702// @beta
@@ -715,7 +715,7 @@ export const ImagenAspectRatio: {
715715 readonly PORTRAIT_9x16: " 9:16" ;
716716};
717717
718- // @beta
718+ // @public (undocumented)
719719export type ImagenAspectRatio = (typeof ImagenAspectRatio )[keyof typeof ImagenAspectRatio ];
720720
721721// @beta
@@ -779,7 +779,7 @@ export const ImagenPersonFilterLevel: {
779779 readonly ALLOW_ALL: " allow_all" ;
780780};
781781
782- // @beta
782+ // @public (undocumented)
783783export type ImagenPersonFilterLevel = (typeof ImagenPersonFilterLevel )[keyof typeof ImagenPersonFilterLevel ];
784784
785785// @beta
@@ -790,7 +790,7 @@ export const ImagenSafetyFilterLevel: {
790790 readonly BLOCK_NONE: " block_none" ;
791791};
792792
793- // @beta
793+ // @public (undocumented)
794794export type ImagenSafetyFilterLevel = (typeof ImagenSafetyFilterLevel )[keyof typeof ImagenSafetyFilterLevel ];
795795
796796// @beta
@@ -1002,7 +1002,7 @@ export const Modality: {
10021002 readonly DOCUMENT: " DOCUMENT" ;
10031003};
10041004
1005- // @public
1005+ // @public (undocumented)
10061006export type Modality = (typeof Modality )[keyof typeof Modality ];
10071007
10081008// @public
0 commit comments