@norskvideo/norsk-api 1.0.402-2026-01-14-bf6be668 → 1.0.402-2026-01-15-5687d367

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/media_pb.d.ts CHANGED
@@ -1433,13 +1433,13 @@ export declare enum GeminiInfo {
1433
1433
  */
1434
1434
  CONNECTED = 0,
1435
1435
  /**
1436
- * @generated from enum value: SETUP_STARTED = 1;
1436
+ * @generated from enum value: SETUP_COMPLETED = 1;
1437
1437
  */
1438
- SETUP_STARTED = 1,
1438
+ SETUP_COMPLETED = 1,
1439
1439
  /**
1440
- * @generated from enum value: SETUP_COMPLETED = 2;
1440
+ * @generated from enum value: TURN_COMPLETE = 2;
1441
1441
  */
1442
- SETUP_COMPLETED = 2
1442
+ TURN_COMPLETE = 2
1443
1443
  }
1444
1444
  /**
1445
1445
  * @generated from enum norsk.api.media.VideoConnection
@@ -12967,6 +12967,14 @@ export declare class FileMp4OutputConfiguration extends Message<FileMp4OutputCon
12967
12967
  * @generated from field: bool enable_incremental_mp4_write = 8;
12968
12968
  */
12969
12969
  enableIncrementalMp4Write: boolean;
12970
+ /**
12971
+ * @generated from field: uint32 expected_max_file_duration_s = 9;
12972
+ */
12973
+ expectedMaxFileDurationS: number;
12974
+ /**
12975
+ * @generated from field: uint32 incremental_write_interval_ms = 10;
12976
+ */
12977
+ incrementalWriteIntervalMs: number;
12970
12978
  constructor(data?: PartialMessage<FileMp4OutputConfiguration>);
12971
12979
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
12972
12980
  static readonly typeName = "norsk.api.media.FileMp4OutputConfiguration";
@@ -22703,6 +22711,12 @@ export declare class Schema extends Message<Schema> {
22703
22711
  */
22704
22712
  value: ObjectType;
22705
22713
  case: "objectType";
22714
+ } | {
22715
+ /**
22716
+ * @generated from field: norsk.api.media.EnumType enum_type = 7;
22717
+ */
22718
+ value: EnumType;
22719
+ case: "enumType";
22706
22720
  } | {
22707
22721
  case: undefined;
22708
22722
  value?: undefined;
@@ -22755,6 +22769,23 @@ export declare class BooleanType extends Message<BooleanType> {
22755
22769
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): BooleanType;
22756
22770
  static equals(a: BooleanType | PlainMessage<BooleanType> | undefined, b: BooleanType | PlainMessage<BooleanType> | undefined): boolean;
22757
22771
  }
22772
+ /**
22773
+ * @generated from message norsk.api.media.EnumType
22774
+ */
22775
+ export declare class EnumType extends Message<EnumType> {
22776
+ /**
22777
+ * @generated from field: repeated string values = 1;
22778
+ */
22779
+ values: string[];
22780
+ constructor(data?: PartialMessage<EnumType>);
22781
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
22782
+ static readonly typeName = "norsk.api.media.EnumType";
22783
+ static readonly fields: FieldList;
22784
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EnumType;
22785
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EnumType;
22786
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EnumType;
22787
+ static equals(a: EnumType | PlainMessage<EnumType> | undefined, b: EnumType | PlainMessage<EnumType> | undefined): boolean;
22788
+ }
22758
22789
  /**
22759
22790
  * @generated from message norsk.api.media.ArrayType
22760
22791
  */
@@ -22850,48 +22881,48 @@ export declare class GeminiConfiguration extends Message<GeminiConfiguration> {
22850
22881
  */
22851
22882
  id?: MediaNodeId;
22852
22883
  /**
22853
- * @generated from field: string google_api_key = 2;
22884
+ * @generated from oneof norsk.api.media.GeminiConfiguration.auth
22854
22885
  */
22855
- googleApiKey: string;
22886
+ auth: {
22887
+ /**
22888
+ * @generated from field: norsk.api.media.GeminiConfiguration.GeminiApiAuth gemini_api = 2;
22889
+ */
22890
+ value: GeminiConfiguration_GeminiApiAuth;
22891
+ case: "geminiApi";
22892
+ } | {
22893
+ /**
22894
+ * @generated from field: norsk.api.media.GeminiConfiguration.VertexAuth vertex = 3;
22895
+ */
22896
+ value: GeminiConfiguration_VertexAuth;
22897
+ case: "vertex";
22898
+ } | {
22899
+ case: undefined;
22900
+ value?: undefined;
22901
+ };
22856
22902
  /**
22857
- * @generated from field: string model = 3;
22903
+ * @generated from field: string model = 4;
22858
22904
  */
22859
22905
  model: string;
22860
22906
  /**
22861
- * @generated from field: string system_instruction = 4;
22907
+ * @generated from field: string system_instruction = 5;
22862
22908
  */
22863
22909
  systemInstruction: string;
22864
22910
  /**
22865
- * @generated from field: repeated norsk.api.media.FunctionDeclaration functions = 5;
22911
+ * @generated from field: repeated norsk.api.media.FunctionDeclaration functions = 6;
22866
22912
  */
22867
22913
  functions: FunctionDeclaration[];
22868
22914
  /**
22869
- * @generated from field: norsk.api.media.Resolution resolution = 6;
22915
+ * @generated from field: norsk.api.media.Resolution resolution = 7;
22870
22916
  */
22871
22917
  resolution?: Resolution;
22872
22918
  /**
22873
- * @generated from field: norsk.api.media.FrameRate frame_rate = 7;
22919
+ * @generated from field: norsk.api.media.FrameRate frame_rate = 8;
22874
22920
  */
22875
22921
  frameRate?: FrameRate;
22876
22922
  /**
22877
- * @generated from oneof norsk.api.media.GeminiConfiguration.apiChoice
22923
+ * @generated from field: norsk.api.media.GeminiConfiguration.PeriodicPrompt periodic_prompt = 9;
22878
22924
  */
22879
- apiChoice: {
22880
- /**
22881
- * @generated from field: google.protobuf.Empty live_api = 8;
22882
- */
22883
- value: Empty;
22884
- case: "liveApi";
22885
- } | {
22886
- /**
22887
- * @generated from field: norsk.api.media.GeminiConfiguration.SingleShotApi single_shot_api = 9;
22888
- */
22889
- value: GeminiConfiguration_SingleShotApi;
22890
- case: "singleShotApi";
22891
- } | {
22892
- case: undefined;
22893
- value?: undefined;
22894
- };
22925
+ periodicPrompt?: GeminiConfiguration_PeriodicPrompt;
22895
22926
  constructor(data?: PartialMessage<GeminiConfiguration>);
22896
22927
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
22897
22928
  static readonly typeName = "norsk.api.media.GeminiConfiguration";
@@ -22902,25 +22933,63 @@ export declare class GeminiConfiguration extends Message<GeminiConfiguration> {
22902
22933
  static equals(a: GeminiConfiguration | PlainMessage<GeminiConfiguration> | undefined, b: GeminiConfiguration | PlainMessage<GeminiConfiguration> | undefined): boolean;
22903
22934
  }
22904
22935
  /**
22905
- * @generated from message norsk.api.media.GeminiConfiguration.SingleShotApi
22936
+ * @generated from message norsk.api.media.GeminiConfiguration.GeminiApiAuth
22906
22937
  */
22907
- export declare class GeminiConfiguration_SingleShotApi extends Message<GeminiConfiguration_SingleShotApi> {
22938
+ export declare class GeminiConfiguration_GeminiApiAuth extends Message<GeminiConfiguration_GeminiApiAuth> {
22939
+ /**
22940
+ * @generated from field: string google_api_key = 1;
22941
+ */
22942
+ googleApiKey: string;
22943
+ constructor(data?: PartialMessage<GeminiConfiguration_GeminiApiAuth>);
22944
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
22945
+ static readonly typeName = "norsk.api.media.GeminiConfiguration.GeminiApiAuth";
22946
+ static readonly fields: FieldList;
22947
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeminiConfiguration_GeminiApiAuth;
22948
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GeminiConfiguration_GeminiApiAuth;
22949
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GeminiConfiguration_GeminiApiAuth;
22950
+ static equals(a: GeminiConfiguration_GeminiApiAuth | PlainMessage<GeminiConfiguration_GeminiApiAuth> | undefined, b: GeminiConfiguration_GeminiApiAuth | PlainMessage<GeminiConfiguration_GeminiApiAuth> | undefined): boolean;
22951
+ }
22952
+ /**
22953
+ * @generated from message norsk.api.media.GeminiConfiguration.VertexAuth
22954
+ */
22955
+ export declare class GeminiConfiguration_VertexAuth extends Message<GeminiConfiguration_VertexAuth> {
22956
+ /**
22957
+ * @generated from field: string project = 1;
22958
+ */
22959
+ project: string;
22908
22960
  /**
22909
- * @generated from field: uint32 historical_context_ms = 1;
22961
+ * @generated from field: string location = 2;
22910
22962
  */
22911
- historicalContextMs: number;
22963
+ location: string;
22964
+ constructor(data?: PartialMessage<GeminiConfiguration_VertexAuth>);
22965
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
22966
+ static readonly typeName = "norsk.api.media.GeminiConfiguration.VertexAuth";
22967
+ static readonly fields: FieldList;
22968
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeminiConfiguration_VertexAuth;
22969
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GeminiConfiguration_VertexAuth;
22970
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GeminiConfiguration_VertexAuth;
22971
+ static equals(a: GeminiConfiguration_VertexAuth | PlainMessage<GeminiConfiguration_VertexAuth> | undefined, b: GeminiConfiguration_VertexAuth | PlainMessage<GeminiConfiguration_VertexAuth> | undefined): boolean;
22972
+ }
22973
+ /**
22974
+ * @generated from message norsk.api.media.GeminiConfiguration.PeriodicPrompt
22975
+ */
22976
+ export declare class GeminiConfiguration_PeriodicPrompt extends Message<GeminiConfiguration_PeriodicPrompt> {
22912
22977
  /**
22913
- * @generated from field: string prompt = 2;
22978
+ * @generated from field: string prompt = 1;
22914
22979
  */
22915
22980
  prompt: string;
22916
- constructor(data?: PartialMessage<GeminiConfiguration_SingleShotApi>);
22981
+ /**
22982
+ * @generated from field: float interval_seconds = 2;
22983
+ */
22984
+ intervalSeconds: number;
22985
+ constructor(data?: PartialMessage<GeminiConfiguration_PeriodicPrompt>);
22917
22986
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
22918
- static readonly typeName = "norsk.api.media.GeminiConfiguration.SingleShotApi";
22987
+ static readonly typeName = "norsk.api.media.GeminiConfiguration.PeriodicPrompt";
22919
22988
  static readonly fields: FieldList;
22920
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeminiConfiguration_SingleShotApi;
22921
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GeminiConfiguration_SingleShotApi;
22922
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GeminiConfiguration_SingleShotApi;
22923
- static equals(a: GeminiConfiguration_SingleShotApi | PlainMessage<GeminiConfiguration_SingleShotApi> | undefined, b: GeminiConfiguration_SingleShotApi | PlainMessage<GeminiConfiguration_SingleShotApi> | undefined): boolean;
22989
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeminiConfiguration_PeriodicPrompt;
22990
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GeminiConfiguration_PeriodicPrompt;
22991
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GeminiConfiguration_PeriodicPrompt;
22992
+ static equals(a: GeminiConfiguration_PeriodicPrompt | PlainMessage<GeminiConfiguration_PeriodicPrompt> | undefined, b: GeminiConfiguration_PeriodicPrompt | PlainMessage<GeminiConfiguration_PeriodicPrompt> | undefined): boolean;
22924
22993
  }
22925
22994
  /**
22926
22995
  * @generated from message norsk.api.media.GeminiCall
@@ -22935,11 +23004,7 @@ export declare class GeminiCall extends Message<GeminiCall> {
22935
23004
  */
22936
23005
  name: string;
22937
23006
  /**
22938
- * @generated from field: google.protobuf.Timestamp frame_utc = 3;
22939
- */
22940
- frameUtc?: Timestamp;
22941
- /**
22942
- * @generated from field: map<string, norsk.api.error.Value> arguments = 4;
23007
+ * @generated from field: map<string, norsk.api.error.Value> arguments = 3;
22943
23008
  */
22944
23009
  arguments: {
22945
23010
  [key: string]: Value;
@@ -23179,16 +23244,12 @@ export declare class GeminiResponse extends Message<GeminiResponse> {
23179
23244
  case: "call";
23180
23245
  } | {
23181
23246
  /**
23182
- * @generated from field: norsk.api.media.GeminiServerContent server_content = 6;
23183
- */
23184
- value: GeminiServerContent;
23185
- case: "serverContent";
23186
- } | {
23187
- /**
23188
- * @generated from field: string single_shot_context = 7;
23247
+ * GeminiServerContent server_content = 6;
23248
+ *
23249
+ * @generated from field: string text = 6;
23189
23250
  */
23190
23251
  value: string;
23191
- case: "singleShotContext";
23252
+ case: "text";
23192
23253
  } | {
23193
23254
  case: undefined;
23194
23255
  value?: undefined;
package/lib/media_pb.js CHANGED
@@ -17,9 +17,9 @@ exports.AacEncodeConfiguration_AacProfile = exports.AacEncodeConfiguration = exp
17
17
  exports.MetricsEvent = exports.MetricsMessage = exports.MetricsConfiguration = exports.InspectSubtitlesEvent = exports.TtmlDocument = exports.TeletextTextRun_TeletextColor = exports.TeletextTextRun = exports.TeletextLine = exports.TeletextPage = exports.InspectSubtitlesChunk = exports.SubtitleFragment = exports.InspectSubtitlesMessage = exports.InspectSubtitlesConfiguration = exports.AudioMeasureLevelsEvent = exports.AudioMeasureLevels = exports.ChannelLevels = exports.Db = exports.AudioMeasureLevelsMessage = exports.AudioMeasureLevelsConfiguration = exports.StreamStatisticsEvent = exports.StreamStatisticsMessage = exports.StreamStatisticsConfiguration = exports.StreamSwitchHardEvent = exports.StreamSwitchHardMessage = exports.StreamSwitchHardSwitch = exports.StreamSwitchHardConfiguration = exports.StreamSwitchSmoothEvent = exports.StreamSwitchTransitionComplete = exports.StreamSwitchSmoothSwitchError = exports.StreamSwitchSmoothMessage = exports.StreamSwitchSmoothSwitch = exports.StreamSwitchSmoothConfiguration_Alignment = exports.StreamSwitchSmoothConfiguration_StreamSwitchSmoothHardwareAcceleration = exports.StreamSwitchSmoothConfiguration = exports.SubtitleToImageEvent = exports.SubtitleToImageConfiguration = exports.SubtitleToImageMessage = exports.SubtitleConvertEvent = exports.SubtitleConvertMessage = exports.SubtitleConvertConfiguration = exports.TeletextEncodeConfiguration = exports.Cta708EncodeConfiguration = exports.Cta608EncodeConfiguration_Cta608EncodeStyle = exports.Cta608EncodeConfiguration = exports.WebVttEncodeConfiguration = exports.AudioEncodeEvent = exports.AudioEncodeMessage = exports.AudioEncodeConfiguration = exports.OpusEncodeConfiguration = exports.AacEncodeConfiguration_AacEncapsulation = void 0;
18
18
  exports.StreamConditionEvent = exports.StreamConditionMessage = exports.StreamConditionIdrOnly = exports.StreamConditionSpliceIn = exports.StreamConditionSpliceOut = exports.StreamConditionConfiguration = exports.VancType2AncillaryId = exports.Smpte2038Message = exports.Scte35Event = exports.AncillaryEvent = exports.MetadataMessage = exports.AncillaryMessage = exports.AncillaryConfiguration = exports.CaptionTransformEvent = exports.CaptionTransformMessage = exports.CaptionTransformTeletext_VerticalAdjust = exports.CaptionTransformTeletext = exports.CaptionTransformConfiguration = exports.SubtitleTranslateAwsEvent = exports.SubtitleTranslateAwsMessage = exports.SubtitleTranslateAwsConfiguration = exports.AudioTranscribeWhisperChunk = exports.AudioTranscribeWhisperEvent = exports.AudioTranscribeWhisperMessage = exports.AudioTranscribeWhisperVadConfiguration = exports.AudioTranscribeWhisperConfiguration_SamplingStrategy = exports.AudioTranscribeWhisperConfiguration = exports.AudioTranscribeAzureEvent = exports.AudioTranscribeAzureMessage = exports.AudioTranscribeAzureConfiguration_ProfanityOption = exports.AudioTranscribeAzureConfiguration = exports.AudioTranscribeAwsEvent = exports.AudioTranscribeAwsMessage = exports.AudioTranscribeAwsConfiguration = exports.RtpInputEvent = exports.RtpInputMessage = exports.RtpInputConfiguration = exports.RtpStream = exports.RtpHEVC = exports.RtpH264 = exports.RtpMpeg4GenericAacHbr = exports.RtpEac3 = exports.RtpLinearPcm_BitDepth = exports.RtpLinearPcm = exports.Interface_StandardInterface = exports.Interface = exports.StreamTimestampReportEvent = exports.StreamTimestampReport = exports.StreamTimestampReportMessage = exports.StreamTimestampReportConfiguration = void 0;
19
19
  exports.MediaStoreAssetFileWithHash = exports.MediaStoreSnapshotEvent = exports.MediaStoreSnapshotMessage = exports.MediaStoreRecorderEvent = exports.MediaStoreRecorderMessage = exports.MediaStoreCutComplete = exports.Progress = exports.MediaStoreCutRequest = exports.CancelMediaStoreCut = exports.StartMediaStoreCut_SequenceHeaderHandling = exports.StartMediaStoreCut_FileFormat = exports.StartMediaStoreCut = exports.LanguageMapping = exports.SingleCut = exports.StreamSelection = exports.MediaStoreSnapshotConfiguration = exports.MediaStoreRecorderConfiguration = exports.MediaStoreExpiry = exports.MediaStoreMetadataResponse = exports.MediaStoreMetadataRequest = exports.MediaStoreSession = exports.MediaStoreStream = exports.MediaStoreStreamVersion = exports.Scte35SegmentationComponent = exports.Scte35SegmentDeliveryRestrictions = exports.Scte35SegmentationDescriptor = exports.Scte35AudioComponent = exports.Scte35AudioDescriptor = exports.Scte35TimeDescriptor = exports.Scte35DtmfDescriptor = exports.Scte35AvailDescriptor = exports.Scte35GenericDescriptor = exports.Scte35SpliceDescriptor = exports.Scte35ScheduleCommandComponent = exports.Scte35ScheduleCommandMode_ScheduleComponent = exports.Scte35ScheduleCommandMode_ScheduleProgram = exports.Scte35ScheduleCommandMode = exports.Scte35ScheduleItem = exports.Scte35ScheduleCommand = exports.Scte35PrivateCommand = exports.Scte35BreakDuration = exports.Scte35SpliceTime = exports.Scte35InsertCommandComponent = exports.Scte35InsertCommandMode_InsertComponent = exports.Scte35InsertCommandMode_InsertProgram = exports.Scte35InsertCommandMode = exports.Scte35InsertCommand = exports.Scte35TimeSignalCommand = exports.Scte35SpliceCommand = exports.Scte35SpliceInfoSection = void 0;
20
- exports.Nic_NicClass = exports.Nic_LinkDown = exports.Nic_NicDriver = exports.Nic = exports.NvidiaCard_DevNodes = exports.NvidiaCard_Pcie = exports.NvidiaCard_Drm = exports.NvidiaCard = exports.MA35DCard = exports.MA35DVersionInfo = exports.MA35DDeviceInfo = exports.DeckLinkDisplayModes = exports.DeckLinkDisplayMode = exports.DeckLinkCard = exports.CpuTopology = exports.NumaNode = exports.Processor = exports.Core = exports.LogicalCpuId = exports.GeminiResponse = exports.GeminiRequest = exports.GeminiServerContent = exports.GeminiClientContent = exports.GeminiContent = exports.GeminiPart = exports.GeminiBlob = exports.GeminiCallResponse = exports.GeminiCall = exports.GeminiConfiguration_SingleShotApi = exports.GeminiConfiguration = exports.FunctionDeclaration_Parameter = exports.FunctionDeclaration = exports.ObjectType = exports.ArrayType = exports.BooleanType = exports.NumberType = exports.StringType = exports.Schema = exports.MoqOutputEvent = exports.MoqOutputMessage = exports.MoqOutputConfiguration = exports.MediaStorePlayerEvent = exports.MediaStorePlayerMessage = exports.MediaStorePlayerConfiguration = exports.MediaStoreCutEvent = exports.MediaStoreAssetEvent = exports.MediaStoreAssetImportComplete = exports.MediaStoreAssetSettings = exports.MediaStoreAssetSource = exports.MediaStoreAssetFile = void 0;
21
- exports.SubscriptionResponse = exports.Subscription = exports.SubscribeSource = exports.ST2110ReceiverDeviceEvent = exports.ST2110ReceiverDeviceMessage = exports.ST2110ReceiverDeviceCreated = exports.ST2110ReceiverDeviceInitialConfiguration = exports.ST2110ReceiverConstraints = exports.ST2110Receiver_AudioConfig = exports.ST2110Receiver_VideoConfig = exports.ST2110Receiver_AudioCaps = exports.ST2110Receiver_VideoCaps = exports.ST2110Receiver_AudioConstraintSet = exports.ST2110Receiver_VideoConstraintSet = exports.ST2110Receiver_NumberConstraint = exports.ST2110Receiver_MinMaxNumber = exports.ST2110Receiver_EnumNumber = exports.ST2110Receiver_IntConstraint = exports.ST2110Receiver_MinMaxInt = exports.ST2110Receiver_EnumInt = exports.ST2110Receiver_RatioConstraint = exports.ST2110Receiver_MinMaxRatio = exports.ST2110Receiver_EnumRatio = exports.ST2110Receiver_Ratio = exports.ST2110Receiver = exports.ST2110SenderDeviceEvent = exports.ST2110SenderDeviceMessage = exports.ST2110SenderDeviceCreated = exports.ST2110SenderDeviceInitialConfiguration = exports.ST2110SenderSource = exports.ST2110SenderFlow = exports.ST2110SenderSender_AudioSender = exports.ST2110SenderSender_VideoSender = exports.ST2110SenderSender = exports.ST2110SenderConstraints = exports.ST2110PortSettingConstraint = exports.ST2110PortSet = exports.ST2110PortMinMax = exports.ST2110IpSettingConstraint = exports.ST2110NicEvent = exports.ST2110NicConfiguration = exports.ST2110NmosNodeEvent = exports.ST2110NmosNodeConfiguration = exports.ST2110Clock_ST2110PTPClock = exports.ST2110Clock_ST2110InternalClock = exports.ST2110Clock = exports.ST2110Interface = exports.StringList = exports.Hardware = exports.Nic_PhysicalSriov = void 0;
22
- exports.SubscriptionChannelResponse = exports.SubscriptionChannelMessage = exports.NorskStatusEvent = exports.LicenseEvent = exports.Hello = exports.EmbeddedAIEvent = exports.EmbeddedAIInferenceResult = exports.EmbeddedAITensor = exports.EmbeddedAIRequest = exports.EmbeddedAIInitialConfig = exports.EmbeddedAIFloatNormalization = exports.SourceSubscriptionError_Warning = exports.SourceSubscriptionError_UnsupportedConversion = exports.SourceSubscriptionError_NoSubscriberPin = exports.SourceSubscriptionError_SourceStream = exports.SourceSubscriptionError = exports.SubscriptionError_SourceSubscriptionErrors = exports.SubscriptionError_MultipleStreams = exports.SubscriptionError = void 0;
20
+ exports.Nic = exports.NvidiaCard_DevNodes = exports.NvidiaCard_Pcie = exports.NvidiaCard_Drm = exports.NvidiaCard = exports.MA35DCard = exports.MA35DVersionInfo = exports.MA35DDeviceInfo = exports.DeckLinkDisplayModes = exports.DeckLinkDisplayMode = exports.DeckLinkCard = exports.CpuTopology = exports.NumaNode = exports.Processor = exports.Core = exports.LogicalCpuId = exports.GeminiResponse = exports.GeminiRequest = exports.GeminiServerContent = exports.GeminiClientContent = exports.GeminiContent = exports.GeminiPart = exports.GeminiBlob = exports.GeminiCallResponse = exports.GeminiCall = exports.GeminiConfiguration_PeriodicPrompt = exports.GeminiConfiguration_VertexAuth = exports.GeminiConfiguration_GeminiApiAuth = exports.GeminiConfiguration = exports.FunctionDeclaration_Parameter = exports.FunctionDeclaration = exports.ObjectType = exports.ArrayType = exports.EnumType = exports.BooleanType = exports.NumberType = exports.StringType = exports.Schema = exports.MoqOutputEvent = exports.MoqOutputMessage = exports.MoqOutputConfiguration = exports.MediaStorePlayerEvent = exports.MediaStorePlayerMessage = exports.MediaStorePlayerConfiguration = exports.MediaStoreCutEvent = exports.MediaStoreAssetEvent = exports.MediaStoreAssetImportComplete = exports.MediaStoreAssetSettings = exports.MediaStoreAssetSource = exports.MediaStoreAssetFile = void 0;
21
+ exports.ST2110ReceiverDeviceEvent = exports.ST2110ReceiverDeviceMessage = exports.ST2110ReceiverDeviceCreated = exports.ST2110ReceiverDeviceInitialConfiguration = exports.ST2110ReceiverConstraints = exports.ST2110Receiver_AudioConfig = exports.ST2110Receiver_VideoConfig = exports.ST2110Receiver_AudioCaps = exports.ST2110Receiver_VideoCaps = exports.ST2110Receiver_AudioConstraintSet = exports.ST2110Receiver_VideoConstraintSet = exports.ST2110Receiver_NumberConstraint = exports.ST2110Receiver_MinMaxNumber = exports.ST2110Receiver_EnumNumber = exports.ST2110Receiver_IntConstraint = exports.ST2110Receiver_MinMaxInt = exports.ST2110Receiver_EnumInt = exports.ST2110Receiver_RatioConstraint = exports.ST2110Receiver_MinMaxRatio = exports.ST2110Receiver_EnumRatio = exports.ST2110Receiver_Ratio = exports.ST2110Receiver = exports.ST2110SenderDeviceEvent = exports.ST2110SenderDeviceMessage = exports.ST2110SenderDeviceCreated = exports.ST2110SenderDeviceInitialConfiguration = exports.ST2110SenderSource = exports.ST2110SenderFlow = exports.ST2110SenderSender_AudioSender = exports.ST2110SenderSender_VideoSender = exports.ST2110SenderSender = exports.ST2110SenderConstraints = exports.ST2110PortSettingConstraint = exports.ST2110PortSet = exports.ST2110PortMinMax = exports.ST2110IpSettingConstraint = exports.ST2110NicEvent = exports.ST2110NicConfiguration = exports.ST2110NmosNodeEvent = exports.ST2110NmosNodeConfiguration = exports.ST2110Clock_ST2110PTPClock = exports.ST2110Clock_ST2110InternalClock = exports.ST2110Clock = exports.ST2110Interface = exports.StringList = exports.Hardware = exports.Nic_PhysicalSriov = exports.Nic_NicClass = exports.Nic_LinkDown = exports.Nic_NicDriver = void 0;
22
+ exports.SubscriptionChannelResponse = exports.SubscriptionChannelMessage = exports.NorskStatusEvent = exports.LicenseEvent = exports.Hello = exports.EmbeddedAIEvent = exports.EmbeddedAIInferenceResult = exports.EmbeddedAITensor = exports.EmbeddedAIRequest = exports.EmbeddedAIInitialConfig = exports.EmbeddedAIFloatNormalization = exports.SourceSubscriptionError_Warning = exports.SourceSubscriptionError_UnsupportedConversion = exports.SourceSubscriptionError_NoSubscriberPin = exports.SourceSubscriptionError_SourceStream = exports.SourceSubscriptionError = exports.SubscriptionError_SourceSubscriptionErrors = exports.SubscriptionError_MultipleStreams = exports.SubscriptionError = exports.SubscriptionResponse = exports.Subscription = exports.SubscribeSource = void 0;
23
23
  const protobuf_1 = require("@bufbuild/protobuf");
24
24
  const common_pb_js_1 = require("./shared/common_pb.js");
25
25
  const error_pb_js_1 = require("./shared/error_pb.js");
@@ -1844,19 +1844,19 @@ var GeminiInfo;
1844
1844
  */
1845
1845
  GeminiInfo[GeminiInfo["CONNECTED"] = 0] = "CONNECTED";
1846
1846
  /**
1847
- * @generated from enum value: SETUP_STARTED = 1;
1847
+ * @generated from enum value: SETUP_COMPLETED = 1;
1848
1848
  */
1849
- GeminiInfo[GeminiInfo["SETUP_STARTED"] = 1] = "SETUP_STARTED";
1849
+ GeminiInfo[GeminiInfo["SETUP_COMPLETED"] = 1] = "SETUP_COMPLETED";
1850
1850
  /**
1851
- * @generated from enum value: SETUP_COMPLETED = 2;
1851
+ * @generated from enum value: TURN_COMPLETE = 2;
1852
1852
  */
1853
- GeminiInfo[GeminiInfo["SETUP_COMPLETED"] = 2] = "SETUP_COMPLETED";
1853
+ GeminiInfo[GeminiInfo["TURN_COMPLETE"] = 2] = "TURN_COMPLETE";
1854
1854
  })(GeminiInfo = exports.GeminiInfo || (exports.GeminiInfo = {}));
1855
1855
  // Retrieve enum metadata with: proto3.getEnumType(GeminiInfo)
1856
1856
  protobuf_1.proto3.util.setEnumType(GeminiInfo, "norsk.api.media.GeminiInfo", [
1857
1857
  { no: 0, name: "CONNECTED" },
1858
- { no: 1, name: "SETUP_STARTED" },
1859
- { no: 2, name: "SETUP_COMPLETED" },
1858
+ { no: 1, name: "SETUP_COMPLETED" },
1859
+ { no: 2, name: "TURN_COMPLETE" },
1860
1860
  ]);
1861
1861
  /**
1862
1862
  * @generated from enum norsk.api.media.VideoConnection
@@ -14901,6 +14901,14 @@ class FileMp4OutputConfiguration extends protobuf_1.Message {
14901
14901
  * @generated from field: bool enable_incremental_mp4_write = 8;
14902
14902
  */
14903
14903
  this.enableIncrementalMp4Write = false;
14904
+ /**
14905
+ * @generated from field: uint32 expected_max_file_duration_s = 9;
14906
+ */
14907
+ this.expectedMaxFileDurationS = 0;
14908
+ /**
14909
+ * @generated from field: uint32 incremental_write_interval_ms = 10;
14910
+ */
14911
+ this.incrementalWriteIntervalMs = 0;
14904
14912
  protobuf_1.proto3.util.initPartial(data, this);
14905
14913
  }
14906
14914
  static fromBinary(bytes, options) {
@@ -14928,6 +14936,8 @@ FileMp4OutputConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
14928
14936
  { no: 5, name: "video_encryption", kind: "message", T: Mp4Encryption },
14929
14937
  { no: 6, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
14930
14938
  { no: 8, name: "enable_incremental_mp4_write", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
14939
+ { no: 9, name: "expected_max_file_duration_s", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
14940
+ { no: 10, name: "incremental_write_interval_ms", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
14931
14941
  ]);
14932
14942
  /**
14933
14943
  * @generated from message norsk.api.media.FileMp4OutputWriteMessage
@@ -25163,6 +25173,7 @@ Schema.fields = protobuf_1.proto3.util.newFieldList(() => [
25163
25173
  { no: 4, name: "boolean_type", kind: "message", T: BooleanType, oneof: "kind" },
25164
25174
  { no: 5, name: "array_type", kind: "message", T: ArrayType, oneof: "kind" },
25165
25175
  { no: 6, name: "object_type", kind: "message", T: ObjectType, oneof: "kind" },
25176
+ { no: 7, name: "enum_type", kind: "message", T: EnumType, oneof: "kind" },
25166
25177
  ]);
25167
25178
  /**
25168
25179
  * @generated from message norsk.api.media.StringType
@@ -25239,6 +25250,37 @@ exports.BooleanType = BooleanType;
25239
25250
  BooleanType.runtime = protobuf_1.proto3;
25240
25251
  BooleanType.typeName = "norsk.api.media.BooleanType";
25241
25252
  BooleanType.fields = protobuf_1.proto3.util.newFieldList(() => []);
25253
+ /**
25254
+ * @generated from message norsk.api.media.EnumType
25255
+ */
25256
+ class EnumType extends protobuf_1.Message {
25257
+ constructor(data) {
25258
+ super();
25259
+ /**
25260
+ * @generated from field: repeated string values = 1;
25261
+ */
25262
+ this.values = [];
25263
+ protobuf_1.proto3.util.initPartial(data, this);
25264
+ }
25265
+ static fromBinary(bytes, options) {
25266
+ return new EnumType().fromBinary(bytes, options);
25267
+ }
25268
+ static fromJson(jsonValue, options) {
25269
+ return new EnumType().fromJson(jsonValue, options);
25270
+ }
25271
+ static fromJsonString(jsonString, options) {
25272
+ return new EnumType().fromJsonString(jsonString, options);
25273
+ }
25274
+ static equals(a, b) {
25275
+ return protobuf_1.proto3.util.equals(EnumType, a, b);
25276
+ }
25277
+ }
25278
+ exports.EnumType = EnumType;
25279
+ EnumType.runtime = protobuf_1.proto3;
25280
+ EnumType.typeName = "norsk.api.media.EnumType";
25281
+ EnumType.fields = protobuf_1.proto3.util.newFieldList(() => [
25282
+ { no: 1, name: "values", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
25283
+ ]);
25242
25284
  /**
25243
25285
  * @generated from message norsk.api.media.ArrayType
25244
25286
  */
@@ -25378,25 +25420,21 @@ class GeminiConfiguration extends protobuf_1.Message {
25378
25420
  constructor(data) {
25379
25421
  super();
25380
25422
  /**
25381
- * @generated from field: string google_api_key = 2;
25423
+ * @generated from oneof norsk.api.media.GeminiConfiguration.auth
25382
25424
  */
25383
- this.googleApiKey = "";
25425
+ this.auth = { case: undefined };
25384
25426
  /**
25385
- * @generated from field: string model = 3;
25427
+ * @generated from field: string model = 4;
25386
25428
  */
25387
25429
  this.model = "";
25388
25430
  /**
25389
- * @generated from field: string system_instruction = 4;
25431
+ * @generated from field: string system_instruction = 5;
25390
25432
  */
25391
25433
  this.systemInstruction = "";
25392
25434
  /**
25393
- * @generated from field: repeated norsk.api.media.FunctionDeclaration functions = 5;
25435
+ * @generated from field: repeated norsk.api.media.FunctionDeclaration functions = 6;
25394
25436
  */
25395
25437
  this.functions = [];
25396
- /**
25397
- * @generated from oneof norsk.api.media.GeminiConfiguration.apiChoice
25398
- */
25399
- this.apiChoice = { case: undefined };
25400
25438
  protobuf_1.proto3.util.initPartial(data, this);
25401
25439
  }
25402
25440
  static fromBinary(bytes, options) {
@@ -25417,50 +25455,117 @@ GeminiConfiguration.runtime = protobuf_1.proto3;
25417
25455
  GeminiConfiguration.typeName = "norsk.api.media.GeminiConfiguration";
25418
25456
  GeminiConfiguration.fields = protobuf_1.proto3.util.newFieldList(() => [
25419
25457
  { no: 1, name: "id", kind: "message", T: MediaNodeId },
25420
- { no: 2, name: "google_api_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25421
- { no: 3, name: "model", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25422
- { no: 4, name: "system_instruction", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25423
- { no: 5, name: "functions", kind: "message", T: FunctionDeclaration, repeated: true },
25424
- { no: 6, name: "resolution", kind: "message", T: Resolution },
25425
- { no: 7, name: "frame_rate", kind: "message", T: FrameRate },
25426
- { no: 8, name: "live_api", kind: "message", T: protobuf_1.Empty, oneof: "apiChoice" },
25427
- { no: 9, name: "single_shot_api", kind: "message", T: GeminiConfiguration_SingleShotApi, oneof: "apiChoice" },
25458
+ { no: 2, name: "gemini_api", kind: "message", T: GeminiConfiguration_GeminiApiAuth, oneof: "auth" },
25459
+ { no: 3, name: "vertex", kind: "message", T: GeminiConfiguration_VertexAuth, oneof: "auth" },
25460
+ { no: 4, name: "model", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25461
+ { no: 5, name: "system_instruction", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25462
+ { no: 6, name: "functions", kind: "message", T: FunctionDeclaration, repeated: true },
25463
+ { no: 7, name: "resolution", kind: "message", T: Resolution },
25464
+ { no: 8, name: "frame_rate", kind: "message", T: FrameRate },
25465
+ { no: 9, name: "periodic_prompt", kind: "message", T: GeminiConfiguration_PeriodicPrompt },
25466
+ ]);
25467
+ /**
25468
+ * @generated from message norsk.api.media.GeminiConfiguration.GeminiApiAuth
25469
+ */
25470
+ class GeminiConfiguration_GeminiApiAuth extends protobuf_1.Message {
25471
+ constructor(data) {
25472
+ super();
25473
+ /**
25474
+ * @generated from field: string google_api_key = 1;
25475
+ */
25476
+ this.googleApiKey = "";
25477
+ protobuf_1.proto3.util.initPartial(data, this);
25478
+ }
25479
+ static fromBinary(bytes, options) {
25480
+ return new GeminiConfiguration_GeminiApiAuth().fromBinary(bytes, options);
25481
+ }
25482
+ static fromJson(jsonValue, options) {
25483
+ return new GeminiConfiguration_GeminiApiAuth().fromJson(jsonValue, options);
25484
+ }
25485
+ static fromJsonString(jsonString, options) {
25486
+ return new GeminiConfiguration_GeminiApiAuth().fromJsonString(jsonString, options);
25487
+ }
25488
+ static equals(a, b) {
25489
+ return protobuf_1.proto3.util.equals(GeminiConfiguration_GeminiApiAuth, a, b);
25490
+ }
25491
+ }
25492
+ exports.GeminiConfiguration_GeminiApiAuth = GeminiConfiguration_GeminiApiAuth;
25493
+ GeminiConfiguration_GeminiApiAuth.runtime = protobuf_1.proto3;
25494
+ GeminiConfiguration_GeminiApiAuth.typeName = "norsk.api.media.GeminiConfiguration.GeminiApiAuth";
25495
+ GeminiConfiguration_GeminiApiAuth.fields = protobuf_1.proto3.util.newFieldList(() => [
25496
+ { no: 1, name: "google_api_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25428
25497
  ]);
25429
25498
  /**
25430
- * @generated from message norsk.api.media.GeminiConfiguration.SingleShotApi
25499
+ * @generated from message norsk.api.media.GeminiConfiguration.VertexAuth
25431
25500
  */
25432
- class GeminiConfiguration_SingleShotApi extends protobuf_1.Message {
25501
+ class GeminiConfiguration_VertexAuth extends protobuf_1.Message {
25433
25502
  constructor(data) {
25434
25503
  super();
25435
25504
  /**
25436
- * @generated from field: uint32 historical_context_ms = 1;
25505
+ * @generated from field: string project = 1;
25506
+ */
25507
+ this.project = "";
25508
+ /**
25509
+ * @generated from field: string location = 2;
25437
25510
  */
25438
- this.historicalContextMs = 0;
25511
+ this.location = "";
25512
+ protobuf_1.proto3.util.initPartial(data, this);
25513
+ }
25514
+ static fromBinary(bytes, options) {
25515
+ return new GeminiConfiguration_VertexAuth().fromBinary(bytes, options);
25516
+ }
25517
+ static fromJson(jsonValue, options) {
25518
+ return new GeminiConfiguration_VertexAuth().fromJson(jsonValue, options);
25519
+ }
25520
+ static fromJsonString(jsonString, options) {
25521
+ return new GeminiConfiguration_VertexAuth().fromJsonString(jsonString, options);
25522
+ }
25523
+ static equals(a, b) {
25524
+ return protobuf_1.proto3.util.equals(GeminiConfiguration_VertexAuth, a, b);
25525
+ }
25526
+ }
25527
+ exports.GeminiConfiguration_VertexAuth = GeminiConfiguration_VertexAuth;
25528
+ GeminiConfiguration_VertexAuth.runtime = protobuf_1.proto3;
25529
+ GeminiConfiguration_VertexAuth.typeName = "norsk.api.media.GeminiConfiguration.VertexAuth";
25530
+ GeminiConfiguration_VertexAuth.fields = protobuf_1.proto3.util.newFieldList(() => [
25531
+ { no: 1, name: "project", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25532
+ { no: 2, name: "location", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25533
+ ]);
25534
+ /**
25535
+ * @generated from message norsk.api.media.GeminiConfiguration.PeriodicPrompt
25536
+ */
25537
+ class GeminiConfiguration_PeriodicPrompt extends protobuf_1.Message {
25538
+ constructor(data) {
25539
+ super();
25439
25540
  /**
25440
- * @generated from field: string prompt = 2;
25541
+ * @generated from field: string prompt = 1;
25441
25542
  */
25442
25543
  this.prompt = "";
25544
+ /**
25545
+ * @generated from field: float interval_seconds = 2;
25546
+ */
25547
+ this.intervalSeconds = 0;
25443
25548
  protobuf_1.proto3.util.initPartial(data, this);
25444
25549
  }
25445
25550
  static fromBinary(bytes, options) {
25446
- return new GeminiConfiguration_SingleShotApi().fromBinary(bytes, options);
25551
+ return new GeminiConfiguration_PeriodicPrompt().fromBinary(bytes, options);
25447
25552
  }
25448
25553
  static fromJson(jsonValue, options) {
25449
- return new GeminiConfiguration_SingleShotApi().fromJson(jsonValue, options);
25554
+ return new GeminiConfiguration_PeriodicPrompt().fromJson(jsonValue, options);
25450
25555
  }
25451
25556
  static fromJsonString(jsonString, options) {
25452
- return new GeminiConfiguration_SingleShotApi().fromJsonString(jsonString, options);
25557
+ return new GeminiConfiguration_PeriodicPrompt().fromJsonString(jsonString, options);
25453
25558
  }
25454
25559
  static equals(a, b) {
25455
- return protobuf_1.proto3.util.equals(GeminiConfiguration_SingleShotApi, a, b);
25560
+ return protobuf_1.proto3.util.equals(GeminiConfiguration_PeriodicPrompt, a, b);
25456
25561
  }
25457
25562
  }
25458
- exports.GeminiConfiguration_SingleShotApi = GeminiConfiguration_SingleShotApi;
25459
- GeminiConfiguration_SingleShotApi.runtime = protobuf_1.proto3;
25460
- GeminiConfiguration_SingleShotApi.typeName = "norsk.api.media.GeminiConfiguration.SingleShotApi";
25461
- GeminiConfiguration_SingleShotApi.fields = protobuf_1.proto3.util.newFieldList(() => [
25462
- { no: 1, name: "historical_context_ms", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
25463
- { no: 2, name: "prompt", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25563
+ exports.GeminiConfiguration_PeriodicPrompt = GeminiConfiguration_PeriodicPrompt;
25564
+ GeminiConfiguration_PeriodicPrompt.runtime = protobuf_1.proto3;
25565
+ GeminiConfiguration_PeriodicPrompt.typeName = "norsk.api.media.GeminiConfiguration.PeriodicPrompt";
25566
+ GeminiConfiguration_PeriodicPrompt.fields = protobuf_1.proto3.util.newFieldList(() => [
25567
+ { no: 1, name: "prompt", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25568
+ { no: 2, name: "interval_seconds", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
25464
25569
  ]);
25465
25570
  /**
25466
25571
  * @generated from message norsk.api.media.GeminiCall
@@ -25477,7 +25582,7 @@ class GeminiCall extends protobuf_1.Message {
25477
25582
  */
25478
25583
  this.name = "";
25479
25584
  /**
25480
- * @generated from field: map<string, norsk.api.error.Value> arguments = 4;
25585
+ * @generated from field: map<string, norsk.api.error.Value> arguments = 3;
25481
25586
  */
25482
25587
  this.arguments = {};
25483
25588
  protobuf_1.proto3.util.initPartial(data, this);
@@ -25501,8 +25606,7 @@ GeminiCall.typeName = "norsk.api.media.GeminiCall";
25501
25606
  GeminiCall.fields = protobuf_1.proto3.util.newFieldList(() => [
25502
25607
  { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25503
25608
  { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
25504
- { no: 3, name: "frame_utc", kind: "message", T: protobuf_1.Timestamp },
25505
- { no: 4, name: "arguments", kind: "map", K: 9 /* ScalarType.STRING */, V: { kind: "message", T: error_pb_js_1.Value } },
25609
+ { no: 3, name: "arguments", kind: "map", K: 9 /* ScalarType.STRING */, V: { kind: "message", T: error_pb_js_1.Value } },
25506
25610
  ]);
25507
25611
  /**
25508
25612
  * @generated from message norsk.api.media.GeminiCallResponse
@@ -25785,8 +25889,7 @@ GeminiResponse.fields = protobuf_1.proto3.util.newFieldList(() => [
25785
25889
  { no: 3, name: "inbound_context", kind: "message", T: Context, oneof: "message" },
25786
25890
  { no: 4, name: "info", kind: "enum", T: protobuf_1.proto3.getEnumType(GeminiInfo), oneof: "message" },
25787
25891
  { no: 5, name: "call", kind: "message", T: GeminiCall, oneof: "message" },
25788
- { no: 6, name: "server_content", kind: "message", T: GeminiServerContent, oneof: "message" },
25789
- { no: 7, name: "single_shot_context", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "message" },
25892
+ { no: 6, name: "text", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "message" },
25790
25893
  ]);
25791
25894
  /**
25792
25895
  * ////////////////////////////////////////////////////////////////////////////