@norskvideo/norsk-api 1.0.402-2026-01-14-bf6be668 → 1.0.402-2026-01-16-61d8a916

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.ts CHANGED
@@ -2083,20 +2083,20 @@ export enum GeminiInfo {
2083
2083
  CONNECTED = 0,
2084
2084
 
2085
2085
  /**
2086
- * @generated from enum value: SETUP_STARTED = 1;
2086
+ * @generated from enum value: SETUP_COMPLETED = 1;
2087
2087
  */
2088
- SETUP_STARTED = 1,
2088
+ SETUP_COMPLETED = 1,
2089
2089
 
2090
2090
  /**
2091
- * @generated from enum value: SETUP_COMPLETED = 2;
2091
+ * @generated from enum value: TURN_COMPLETE = 2;
2092
2092
  */
2093
- SETUP_COMPLETED = 2,
2093
+ TURN_COMPLETE = 2,
2094
2094
  }
2095
2095
  // Retrieve enum metadata with: proto3.getEnumType(GeminiInfo)
2096
2096
  proto3.util.setEnumType(GeminiInfo, "norsk.api.media.GeminiInfo", [
2097
2097
  { no: 0, name: "CONNECTED" },
2098
- { no: 1, name: "SETUP_STARTED" },
2099
- { no: 2, name: "SETUP_COMPLETED" },
2098
+ { no: 1, name: "SETUP_COMPLETED" },
2099
+ { no: 2, name: "TURN_COMPLETE" },
2100
2100
  ]);
2101
2101
 
2102
2102
  /**
@@ -21331,6 +21331,16 @@ export class FileMp4OutputConfiguration extends Message<FileMp4OutputConfigurati
21331
21331
  */
21332
21332
  enableIncrementalMp4Write = false;
21333
21333
 
21334
+ /**
21335
+ * @generated from field: uint32 expected_max_file_duration_s = 9;
21336
+ */
21337
+ expectedMaxFileDurationS = 0;
21338
+
21339
+ /**
21340
+ * @generated from field: uint32 incremental_write_interval_ms = 10;
21341
+ */
21342
+ incrementalWriteIntervalMs = 0;
21343
+
21334
21344
  constructor(data?: PartialMessage<FileMp4OutputConfiguration>) {
21335
21345
  super();
21336
21346
  proto3.util.initPartial(data, this);
@@ -21347,6 +21357,8 @@ export class FileMp4OutputConfiguration extends Message<FileMp4OutputConfigurati
21347
21357
  { no: 5, name: "video_encryption", kind: "message", T: Mp4Encryption },
21348
21358
  { no: 6, name: "stats_sampling", kind: "message", T: StreamStatisticsSampling },
21349
21359
  { no: 8, name: "enable_incremental_mp4_write", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
21360
+ { no: 9, name: "expected_max_file_duration_s", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
21361
+ { no: 10, name: "incremental_write_interval_ms", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
21350
21362
  ]);
21351
21363
 
21352
21364
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FileMp4OutputConfiguration {
@@ -22113,6 +22125,11 @@ export class X264Codec extends Message<X264Codec> {
22113
22125
  */
22114
22126
  extraOpts?: OptionalString;
22115
22127
 
22128
+ /**
22129
+ * @generated from field: repeated uint32 cpu_list = 28;
22130
+ */
22131
+ cpuList: number[] = [];
22132
+
22116
22133
  constructor(data?: PartialMessage<X264Codec>) {
22117
22134
  super();
22118
22135
  proto3.util.initPartial(data, this);
@@ -22144,6 +22161,7 @@ export class X264Codec extends Message<X264Codec> {
22144
22161
  { no: 25, name: "calculate_ssim", kind: "message", T: OptionalBool },
22145
22162
  { no: 26, name: "lookahead", kind: "message", T: OptionalInt },
22146
22163
  { no: 27, name: "extra_opts", kind: "message", T: OptionalString },
22164
+ { no: 28, name: "cpu_list", kind: "scalar", T: 13 /* ScalarType.UINT32 */, repeated: true },
22147
22165
  ]);
22148
22166
 
22149
22167
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): X264Codec {
@@ -37269,6 +37287,12 @@ export class Schema extends Message<Schema> {
37269
37287
  */
37270
37288
  value: ObjectType;
37271
37289
  case: "objectType";
37290
+ } | {
37291
+ /**
37292
+ * @generated from field: norsk.api.media.EnumType enum_type = 7;
37293
+ */
37294
+ value: EnumType;
37295
+ case: "enumType";
37272
37296
  } | { case: undefined; value?: undefined } = { case: undefined };
37273
37297
 
37274
37298
  constructor(data?: PartialMessage<Schema>) {
@@ -37285,6 +37309,7 @@ export class Schema extends Message<Schema> {
37285
37309
  { no: 4, name: "boolean_type", kind: "message", T: BooleanType, oneof: "kind" },
37286
37310
  { no: 5, name: "array_type", kind: "message", T: ArrayType, oneof: "kind" },
37287
37311
  { no: 6, name: "object_type", kind: "message", T: ObjectType, oneof: "kind" },
37312
+ { no: 7, name: "enum_type", kind: "message", T: EnumType, oneof: "kind" },
37288
37313
  ]);
37289
37314
 
37290
37315
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Schema {
@@ -37397,6 +37422,43 @@ export class BooleanType extends Message<BooleanType> {
37397
37422
  }
37398
37423
  }
37399
37424
 
37425
+ /**
37426
+ * @generated from message norsk.api.media.EnumType
37427
+ */
37428
+ export class EnumType extends Message<EnumType> {
37429
+ /**
37430
+ * @generated from field: repeated string values = 1;
37431
+ */
37432
+ values: string[] = [];
37433
+
37434
+ constructor(data?: PartialMessage<EnumType>) {
37435
+ super();
37436
+ proto3.util.initPartial(data, this);
37437
+ }
37438
+
37439
+ static readonly runtime = proto3;
37440
+ static readonly typeName = "norsk.api.media.EnumType";
37441
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
37442
+ { no: 1, name: "values", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
37443
+ ]);
37444
+
37445
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): EnumType {
37446
+ return new EnumType().fromBinary(bytes, options);
37447
+ }
37448
+
37449
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): EnumType {
37450
+ return new EnumType().fromJson(jsonValue, options);
37451
+ }
37452
+
37453
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): EnumType {
37454
+ return new EnumType().fromJsonString(jsonString, options);
37455
+ }
37456
+
37457
+ static equals(a: EnumType | PlainMessage<EnumType> | undefined, b: EnumType | PlainMessage<EnumType> | undefined): boolean {
37458
+ return proto3.util.equals(EnumType, a, b);
37459
+ }
37460
+ }
37461
+
37400
37462
  /**
37401
37463
  * @generated from message norsk.api.media.ArrayType
37402
37464
  */
@@ -37579,51 +37641,51 @@ export class GeminiConfiguration extends Message<GeminiConfiguration> {
37579
37641
  id?: MediaNodeId;
37580
37642
 
37581
37643
  /**
37582
- * @generated from field: string google_api_key = 2;
37644
+ * @generated from oneof norsk.api.media.GeminiConfiguration.auth
37583
37645
  */
37584
- googleApiKey = "";
37646
+ auth: {
37647
+ /**
37648
+ * @generated from field: norsk.api.media.GeminiConfiguration.GeminiApiAuth gemini_api = 2;
37649
+ */
37650
+ value: GeminiConfiguration_GeminiApiAuth;
37651
+ case: "geminiApi";
37652
+ } | {
37653
+ /**
37654
+ * @generated from field: norsk.api.media.GeminiConfiguration.VertexAuth vertex = 3;
37655
+ */
37656
+ value: GeminiConfiguration_VertexAuth;
37657
+ case: "vertex";
37658
+ } | { case: undefined; value?: undefined } = { case: undefined };
37585
37659
 
37586
37660
  /**
37587
- * @generated from field: string model = 3;
37661
+ * @generated from field: string model = 4;
37588
37662
  */
37589
37663
  model = "";
37590
37664
 
37591
37665
  /**
37592
- * @generated from field: string system_instruction = 4;
37666
+ * @generated from field: string system_instruction = 5;
37593
37667
  */
37594
37668
  systemInstruction = "";
37595
37669
 
37596
37670
  /**
37597
- * @generated from field: repeated norsk.api.media.FunctionDeclaration functions = 5;
37671
+ * @generated from field: repeated norsk.api.media.FunctionDeclaration functions = 6;
37598
37672
  */
37599
37673
  functions: FunctionDeclaration[] = [];
37600
37674
 
37601
37675
  /**
37602
- * @generated from field: norsk.api.media.Resolution resolution = 6;
37676
+ * @generated from field: norsk.api.media.Resolution resolution = 7;
37603
37677
  */
37604
37678
  resolution?: Resolution;
37605
37679
 
37606
37680
  /**
37607
- * @generated from field: norsk.api.media.FrameRate frame_rate = 7;
37681
+ * @generated from field: norsk.api.media.FrameRate frame_rate = 8;
37608
37682
  */
37609
37683
  frameRate?: FrameRate;
37610
37684
 
37611
37685
  /**
37612
- * @generated from oneof norsk.api.media.GeminiConfiguration.apiChoice
37686
+ * @generated from field: norsk.api.media.GeminiConfiguration.PeriodicPrompt periodic_prompt = 9;
37613
37687
  */
37614
- apiChoice: {
37615
- /**
37616
- * @generated from field: google.protobuf.Empty live_api = 8;
37617
- */
37618
- value: Empty;
37619
- case: "liveApi";
37620
- } | {
37621
- /**
37622
- * @generated from field: norsk.api.media.GeminiConfiguration.SingleShotApi single_shot_api = 9;
37623
- */
37624
- value: GeminiConfiguration_SingleShotApi;
37625
- case: "singleShotApi";
37626
- } | { case: undefined; value?: undefined } = { case: undefined };
37688
+ periodicPrompt?: GeminiConfiguration_PeriodicPrompt;
37627
37689
 
37628
37690
  constructor(data?: PartialMessage<GeminiConfiguration>) {
37629
37691
  super();
@@ -37634,14 +37696,14 @@ export class GeminiConfiguration extends Message<GeminiConfiguration> {
37634
37696
  static readonly typeName = "norsk.api.media.GeminiConfiguration";
37635
37697
  static readonly fields: FieldList = proto3.util.newFieldList(() => [
37636
37698
  { no: 1, name: "id", kind: "message", T: MediaNodeId },
37637
- { no: 2, name: "google_api_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37638
- { no: 3, name: "model", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37639
- { no: 4, name: "system_instruction", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37640
- { no: 5, name: "functions", kind: "message", T: FunctionDeclaration, repeated: true },
37641
- { no: 6, name: "resolution", kind: "message", T: Resolution },
37642
- { no: 7, name: "frame_rate", kind: "message", T: FrameRate },
37643
- { no: 8, name: "live_api", kind: "message", T: Empty, oneof: "apiChoice" },
37644
- { no: 9, name: "single_shot_api", kind: "message", T: GeminiConfiguration_SingleShotApi, oneof: "apiChoice" },
37699
+ { no: 2, name: "gemini_api", kind: "message", T: GeminiConfiguration_GeminiApiAuth, oneof: "auth" },
37700
+ { no: 3, name: "vertex", kind: "message", T: GeminiConfiguration_VertexAuth, oneof: "auth" },
37701
+ { no: 4, name: "model", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37702
+ { no: 5, name: "system_instruction", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37703
+ { no: 6, name: "functions", kind: "message", T: FunctionDeclaration, repeated: true },
37704
+ { no: 7, name: "resolution", kind: "message", T: Resolution },
37705
+ { no: 8, name: "frame_rate", kind: "message", T: FrameRate },
37706
+ { no: 9, name: "periodic_prompt", kind: "message", T: GeminiConfiguration_PeriodicPrompt },
37645
37707
  ]);
37646
37708
 
37647
37709
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeminiConfiguration {
@@ -37662,45 +37724,125 @@ export class GeminiConfiguration extends Message<GeminiConfiguration> {
37662
37724
  }
37663
37725
 
37664
37726
  /**
37665
- * @generated from message norsk.api.media.GeminiConfiguration.SingleShotApi
37727
+ * @generated from message norsk.api.media.GeminiConfiguration.GeminiApiAuth
37728
+ */
37729
+ export class GeminiConfiguration_GeminiApiAuth extends Message<GeminiConfiguration_GeminiApiAuth> {
37730
+ /**
37731
+ * @generated from field: string google_api_key = 1;
37732
+ */
37733
+ googleApiKey = "";
37734
+
37735
+ constructor(data?: PartialMessage<GeminiConfiguration_GeminiApiAuth>) {
37736
+ super();
37737
+ proto3.util.initPartial(data, this);
37738
+ }
37739
+
37740
+ static readonly runtime = proto3;
37741
+ static readonly typeName = "norsk.api.media.GeminiConfiguration.GeminiApiAuth";
37742
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
37743
+ { no: 1, name: "google_api_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37744
+ ]);
37745
+
37746
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeminiConfiguration_GeminiApiAuth {
37747
+ return new GeminiConfiguration_GeminiApiAuth().fromBinary(bytes, options);
37748
+ }
37749
+
37750
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GeminiConfiguration_GeminiApiAuth {
37751
+ return new GeminiConfiguration_GeminiApiAuth().fromJson(jsonValue, options);
37752
+ }
37753
+
37754
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GeminiConfiguration_GeminiApiAuth {
37755
+ return new GeminiConfiguration_GeminiApiAuth().fromJsonString(jsonString, options);
37756
+ }
37757
+
37758
+ static equals(a: GeminiConfiguration_GeminiApiAuth | PlainMessage<GeminiConfiguration_GeminiApiAuth> | undefined, b: GeminiConfiguration_GeminiApiAuth | PlainMessage<GeminiConfiguration_GeminiApiAuth> | undefined): boolean {
37759
+ return proto3.util.equals(GeminiConfiguration_GeminiApiAuth, a, b);
37760
+ }
37761
+ }
37762
+
37763
+ /**
37764
+ * @generated from message norsk.api.media.GeminiConfiguration.VertexAuth
37666
37765
  */
37667
- export class GeminiConfiguration_SingleShotApi extends Message<GeminiConfiguration_SingleShotApi> {
37766
+ export class GeminiConfiguration_VertexAuth extends Message<GeminiConfiguration_VertexAuth> {
37668
37767
  /**
37669
- * @generated from field: uint32 historical_context_ms = 1;
37768
+ * @generated from field: string project = 1;
37670
37769
  */
37671
- historicalContextMs = 0;
37770
+ project = "";
37672
37771
 
37673
37772
  /**
37674
- * @generated from field: string prompt = 2;
37773
+ * @generated from field: string location = 2;
37774
+ */
37775
+ location = "";
37776
+
37777
+ constructor(data?: PartialMessage<GeminiConfiguration_VertexAuth>) {
37778
+ super();
37779
+ proto3.util.initPartial(data, this);
37780
+ }
37781
+
37782
+ static readonly runtime = proto3;
37783
+ static readonly typeName = "norsk.api.media.GeminiConfiguration.VertexAuth";
37784
+ static readonly fields: FieldList = proto3.util.newFieldList(() => [
37785
+ { no: 1, name: "project", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37786
+ { no: 2, name: "location", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37787
+ ]);
37788
+
37789
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeminiConfiguration_VertexAuth {
37790
+ return new GeminiConfiguration_VertexAuth().fromBinary(bytes, options);
37791
+ }
37792
+
37793
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GeminiConfiguration_VertexAuth {
37794
+ return new GeminiConfiguration_VertexAuth().fromJson(jsonValue, options);
37795
+ }
37796
+
37797
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GeminiConfiguration_VertexAuth {
37798
+ return new GeminiConfiguration_VertexAuth().fromJsonString(jsonString, options);
37799
+ }
37800
+
37801
+ static equals(a: GeminiConfiguration_VertexAuth | PlainMessage<GeminiConfiguration_VertexAuth> | undefined, b: GeminiConfiguration_VertexAuth | PlainMessage<GeminiConfiguration_VertexAuth> | undefined): boolean {
37802
+ return proto3.util.equals(GeminiConfiguration_VertexAuth, a, b);
37803
+ }
37804
+ }
37805
+
37806
+ /**
37807
+ * @generated from message norsk.api.media.GeminiConfiguration.PeriodicPrompt
37808
+ */
37809
+ export class GeminiConfiguration_PeriodicPrompt extends Message<GeminiConfiguration_PeriodicPrompt> {
37810
+ /**
37811
+ * @generated from field: string prompt = 1;
37675
37812
  */
37676
37813
  prompt = "";
37677
37814
 
37678
- constructor(data?: PartialMessage<GeminiConfiguration_SingleShotApi>) {
37815
+ /**
37816
+ * @generated from field: float interval_seconds = 2;
37817
+ */
37818
+ intervalSeconds = 0;
37819
+
37820
+ constructor(data?: PartialMessage<GeminiConfiguration_PeriodicPrompt>) {
37679
37821
  super();
37680
37822
  proto3.util.initPartial(data, this);
37681
37823
  }
37682
37824
 
37683
37825
  static readonly runtime = proto3;
37684
- static readonly typeName = "norsk.api.media.GeminiConfiguration.SingleShotApi";
37826
+ static readonly typeName = "norsk.api.media.GeminiConfiguration.PeriodicPrompt";
37685
37827
  static readonly fields: FieldList = proto3.util.newFieldList(() => [
37686
- { no: 1, name: "historical_context_ms", kind: "scalar", T: 13 /* ScalarType.UINT32 */ },
37687
- { no: 2, name: "prompt", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37828
+ { no: 1, name: "prompt", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37829
+ { no: 2, name: "interval_seconds", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
37688
37830
  ]);
37689
37831
 
37690
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeminiConfiguration_SingleShotApi {
37691
- return new GeminiConfiguration_SingleShotApi().fromBinary(bytes, options);
37832
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeminiConfiguration_PeriodicPrompt {
37833
+ return new GeminiConfiguration_PeriodicPrompt().fromBinary(bytes, options);
37692
37834
  }
37693
37835
 
37694
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GeminiConfiguration_SingleShotApi {
37695
- return new GeminiConfiguration_SingleShotApi().fromJson(jsonValue, options);
37836
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GeminiConfiguration_PeriodicPrompt {
37837
+ return new GeminiConfiguration_PeriodicPrompt().fromJson(jsonValue, options);
37696
37838
  }
37697
37839
 
37698
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GeminiConfiguration_SingleShotApi {
37699
- return new GeminiConfiguration_SingleShotApi().fromJsonString(jsonString, options);
37840
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GeminiConfiguration_PeriodicPrompt {
37841
+ return new GeminiConfiguration_PeriodicPrompt().fromJsonString(jsonString, options);
37700
37842
  }
37701
37843
 
37702
- static equals(a: GeminiConfiguration_SingleShotApi | PlainMessage<GeminiConfiguration_SingleShotApi> | undefined, b: GeminiConfiguration_SingleShotApi | PlainMessage<GeminiConfiguration_SingleShotApi> | undefined): boolean {
37703
- return proto3.util.equals(GeminiConfiguration_SingleShotApi, a, b);
37844
+ static equals(a: GeminiConfiguration_PeriodicPrompt | PlainMessage<GeminiConfiguration_PeriodicPrompt> | undefined, b: GeminiConfiguration_PeriodicPrompt | PlainMessage<GeminiConfiguration_PeriodicPrompt> | undefined): boolean {
37845
+ return proto3.util.equals(GeminiConfiguration_PeriodicPrompt, a, b);
37704
37846
  }
37705
37847
  }
37706
37848
 
@@ -37719,12 +37861,7 @@ export class GeminiCall extends Message<GeminiCall> {
37719
37861
  name = "";
37720
37862
 
37721
37863
  /**
37722
- * @generated from field: google.protobuf.Timestamp frame_utc = 3;
37723
- */
37724
- frameUtc?: Timestamp;
37725
-
37726
- /**
37727
- * @generated from field: map<string, norsk.api.error.Value> arguments = 4;
37864
+ * @generated from field: map<string, norsk.api.error.Value> arguments = 3;
37728
37865
  */
37729
37866
  arguments: { [key: string]: Value } = {};
37730
37867
 
@@ -37738,8 +37875,7 @@ export class GeminiCall extends Message<GeminiCall> {
37738
37875
  static readonly fields: FieldList = proto3.util.newFieldList(() => [
37739
37876
  { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37740
37877
  { no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
37741
- { no: 3, name: "frame_utc", kind: "message", T: Timestamp },
37742
- { no: 4, name: "arguments", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "message", T: Value} },
37878
+ { no: 3, name: "arguments", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "message", T: Value} },
37743
37879
  ]);
37744
37880
 
37745
37881
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeminiCall {
@@ -38133,16 +38269,12 @@ export class GeminiResponse extends Message<GeminiResponse> {
38133
38269
  case: "call";
38134
38270
  } | {
38135
38271
  /**
38136
- * @generated from field: norsk.api.media.GeminiServerContent server_content = 6;
38137
- */
38138
- value: GeminiServerContent;
38139
- case: "serverContent";
38140
- } | {
38141
- /**
38142
- * @generated from field: string single_shot_context = 7;
38272
+ * GeminiServerContent server_content = 6;
38273
+ *
38274
+ * @generated from field: string text = 6;
38143
38275
  */
38144
38276
  value: string;
38145
- case: "singleShotContext";
38277
+ case: "text";
38146
38278
  } | { case: undefined; value?: undefined } = { case: undefined };
38147
38279
 
38148
38280
  constructor(data?: PartialMessage<GeminiResponse>) {
@@ -38158,8 +38290,7 @@ export class GeminiResponse extends Message<GeminiResponse> {
38158
38290
  { no: 3, name: "inbound_context", kind: "message", T: Context, oneof: "message" },
38159
38291
  { no: 4, name: "info", kind: "enum", T: proto3.getEnumType(GeminiInfo), oneof: "message" },
38160
38292
  { no: 5, name: "call", kind: "message", T: GeminiCall, oneof: "message" },
38161
- { no: 6, name: "server_content", kind: "message", T: GeminiServerContent, oneof: "message" },
38162
- { no: 7, name: "single_shot_context", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "message" },
38293
+ { no: 6, name: "text", kind: "scalar", T: 9 /* ScalarType.STRING */, oneof: "message" },
38163
38294
  ]);
38164
38295
 
38165
38296
  static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GeminiResponse {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/norsk-api",
3
- "version": "1.0.402-2026-01-14-bf6be668+nightly",
3
+ "version": "1.0.402-2026-01-16-61d8a916+nightly",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "@bufbuild/protobuf": "^0.3.0",