@norskvideo/norsk-api 1.0.347 → 1.0.349

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
@@ -1,5 +1,5 @@
1
1
  import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf";
2
- import { Empty, Message } from "@bufbuild/protobuf";
2
+ import { Empty, Message, Timestamp } from "@bufbuild/protobuf";
3
3
  import { CurrentLoad, Log, OptionalBool, OptionalInt, OptionalInt64, OptionalString, Version } from "./shared/common_pb.js";
4
4
  /**
5
5
  * Enumeration of possible channel positions.
@@ -3398,6 +3398,18 @@ export declare class UdpTsInputConfiguration extends Message<UdpTsInputConfigura
3398
3398
  * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 5;
3399
3399
  */
3400
3400
  statsSampling?: StreamStatisticsSampling;
3401
+ /**
3402
+ * @generated from field: norsk.api.media.Interface interface = 6;
3403
+ */
3404
+ interface?: Interface;
3405
+ /**
3406
+ * @generated from field: int32 timeout = 7;
3407
+ */
3408
+ timeout: number;
3409
+ /**
3410
+ * @generated from field: bool rtp_decapsulate = 8;
3411
+ */
3412
+ rtpDecapsulate: boolean;
3401
3413
  constructor(data?: PartialMessage<UdpTsInputConfiguration>);
3402
3414
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
3403
3415
  static readonly typeName = "norsk.api.media.UdpTsInputConfiguration";
@@ -6054,6 +6066,10 @@ export declare class LocalPullDestination extends Message<LocalPullDestination>
6054
6066
  * @generated from field: float retention_period_seconds = 2;
6055
6067
  */
6056
6068
  retentionPeriodSeconds: number;
6069
+ /**
6070
+ * @generated from field: string id = 3;
6071
+ */
6072
+ id: string;
6057
6073
  constructor(data?: PartialMessage<LocalPullDestination>);
6058
6074
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6059
6075
  static readonly typeName = "norsk.api.media.LocalPullDestination";
@@ -6151,6 +6167,10 @@ export declare class CmafVideoConfiguration extends Message<CmafVideoConfigurati
6151
6167
  * @generated from field: int32 bitrate = 10;
6152
6168
  */
6153
6169
  bitrate: number;
6170
+ /**
6171
+ * @generated from field: uint32 maximum_playlist_segments = 11;
6172
+ */
6173
+ maximumPlaylistSegments: number;
6154
6174
  constructor(data?: PartialMessage<CmafVideoConfiguration>);
6155
6175
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6156
6176
  static readonly typeName = "norsk.api.media.CmafVideoConfiguration";
@@ -6185,6 +6205,12 @@ export declare class CmafVideoMessage extends Message<CmafVideoMessage> {
6185
6205
  */
6186
6206
  value: UpdateCredentials;
6187
6207
  case: "updateCredentials";
6208
+ } | {
6209
+ /**
6210
+ * @generated from field: norsk.api.media.UpdateDestinationPlaylist update_playlist = 4;
6211
+ */
6212
+ value: UpdateDestinationPlaylist;
6213
+ case: "updatePlaylist";
6188
6214
  } | {
6189
6215
  case: undefined;
6190
6216
  value?: undefined;
@@ -6238,6 +6264,10 @@ export declare class HlsTsVideoConfiguration extends Message<HlsTsVideoConfigura
6238
6264
  * @generated from field: int32 bitrate = 8;
6239
6265
  */
6240
6266
  bitrate: number;
6267
+ /**
6268
+ * @generated from field: uint32 maximum_playlist_segments = 9;
6269
+ */
6270
+ maximumPlaylistSegments: number;
6241
6271
  constructor(data?: PartialMessage<HlsTsVideoConfiguration>);
6242
6272
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6243
6273
  static readonly typeName = "norsk.api.media.HlsTsVideoConfiguration";
@@ -6272,6 +6302,12 @@ export declare class HlsTsVideoMessage extends Message<HlsTsVideoMessage> {
6272
6302
  */
6273
6303
  value: UpdateCredentials;
6274
6304
  case: "updateCredentials";
6305
+ } | {
6306
+ /**
6307
+ * @generated from field: norsk.api.media.UpdateDestinationPlaylist update_playlist = 4;
6308
+ */
6309
+ value: UpdateDestinationPlaylist;
6310
+ case: "updatePlaylist";
6275
6311
  } | {
6276
6312
  case: undefined;
6277
6313
  value?: undefined;
@@ -6333,6 +6369,10 @@ export declare class CmafAudioConfiguration extends Message<CmafAudioConfigurati
6333
6369
  * @generated from field: int32 bitrate = 11;
6334
6370
  */
6335
6371
  bitrate: number;
6372
+ /**
6373
+ * @generated from field: uint32 maximum_playlist_segments = 12;
6374
+ */
6375
+ maximumPlaylistSegments: number;
6336
6376
  constructor(data?: PartialMessage<CmafAudioConfiguration>);
6337
6377
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6338
6378
  static readonly typeName = "norsk.api.media.CmafAudioConfiguration";
@@ -6367,6 +6407,12 @@ export declare class CmafAudioMessage extends Message<CmafAudioMessage> {
6367
6407
  */
6368
6408
  value: UpdateCredentials;
6369
6409
  case: "updateCredentials";
6410
+ } | {
6411
+ /**
6412
+ * @generated from field: norsk.api.media.UpdateDestinationPlaylist update_playlist = 4;
6413
+ */
6414
+ value: UpdateDestinationPlaylist;
6415
+ case: "updatePlaylist";
6370
6416
  } | {
6371
6417
  case: undefined;
6372
6418
  value?: undefined;
@@ -6420,6 +6466,10 @@ export declare class HlsTsAudioConfiguration extends Message<HlsTsAudioConfigura
6420
6466
  * @generated from field: int32 bitrate = 8;
6421
6467
  */
6422
6468
  bitrate: number;
6469
+ /**
6470
+ * @generated from field: uint32 maximum_playlist_segments = 9;
6471
+ */
6472
+ maximumPlaylistSegments: number;
6423
6473
  constructor(data?: PartialMessage<HlsTsAudioConfiguration>);
6424
6474
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6425
6475
  static readonly typeName = "norsk.api.media.HlsTsAudioConfiguration";
@@ -6454,6 +6504,12 @@ export declare class HlsTsAudioMessage extends Message<HlsTsAudioMessage> {
6454
6504
  */
6455
6505
  value: UpdateCredentials;
6456
6506
  case: "updateCredentials";
6507
+ } | {
6508
+ /**
6509
+ * @generated from field: norsk.api.media.UpdateDestinationPlaylist update_playlist = 4;
6510
+ */
6511
+ value: UpdateDestinationPlaylist;
6512
+ case: "updatePlaylist";
6457
6513
  } | {
6458
6514
  case: undefined;
6459
6515
  value?: undefined;
@@ -6586,6 +6642,276 @@ export declare class UpdateCredentials extends Message<UpdateCredentials> {
6586
6642
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateCredentials;
6587
6643
  static equals(a: UpdateCredentials | PlainMessage<UpdateCredentials> | undefined, b: UpdateCredentials | PlainMessage<UpdateCredentials> | undefined): boolean;
6588
6644
  }
6645
+ /**
6646
+ * @generated from message norsk.api.media.UpdateDestinationPlaylist
6647
+ */
6648
+ export declare class UpdateDestinationPlaylist extends Message<UpdateDestinationPlaylist> {
6649
+ /**
6650
+ * TODO this doesn't have to be a list anymore, as we're only getting at most one update from the sdk
6651
+ *
6652
+ * @generated from field: repeated norsk.api.media.UpdatePlaylist playlists = 1;
6653
+ */
6654
+ playlists: UpdatePlaylist[];
6655
+ constructor(data?: PartialMessage<UpdateDestinationPlaylist>);
6656
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6657
+ static readonly typeName = "norsk.api.media.UpdateDestinationPlaylist";
6658
+ static readonly fields: FieldList;
6659
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateDestinationPlaylist;
6660
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateDestinationPlaylist;
6661
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateDestinationPlaylist;
6662
+ static equals(a: UpdateDestinationPlaylist | PlainMessage<UpdateDestinationPlaylist> | undefined, b: UpdateDestinationPlaylist | PlainMessage<UpdateDestinationPlaylist> | undefined): boolean;
6663
+ }
6664
+ /**
6665
+ * @generated from message norsk.api.media.UpdatePlaylist
6666
+ */
6667
+ export declare class UpdatePlaylist extends Message<UpdatePlaylist> {
6668
+ /**
6669
+ * @generated from field: string destination_id = 1;
6670
+ */
6671
+ destinationId: string;
6672
+ /**
6673
+ * @generated from oneof norsk.api.media.UpdatePlaylist.playlist
6674
+ */
6675
+ playlist: {
6676
+ /**
6677
+ * @generated from field: norsk.api.media.CmafMediaPlaylistData cmaf_playlist = 2;
6678
+ */
6679
+ value: CmafMediaPlaylistData;
6680
+ case: "cmafPlaylist";
6681
+ } | {
6682
+ /**
6683
+ * @generated from field: norsk.api.media.TsMediaPlaylistData ts_playlist = 3;
6684
+ */
6685
+ value: TsMediaPlaylistData;
6686
+ case: "tsPlaylist";
6687
+ } | {
6688
+ /**
6689
+ * @generated from field: norsk.api.media.MultiVariantPlaylistData multi_variant_playlist = 4;
6690
+ */
6691
+ value: MultiVariantPlaylistData;
6692
+ case: "multiVariantPlaylist";
6693
+ } | {
6694
+ case: undefined;
6695
+ value?: undefined;
6696
+ };
6697
+ constructor(data?: PartialMessage<UpdatePlaylist>);
6698
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6699
+ static readonly typeName = "norsk.api.media.UpdatePlaylist";
6700
+ static readonly fields: FieldList;
6701
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdatePlaylist;
6702
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdatePlaylist;
6703
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdatePlaylist;
6704
+ static equals(a: UpdatePlaylist | PlainMessage<UpdatePlaylist> | undefined, b: UpdatePlaylist | PlainMessage<UpdatePlaylist> | undefined): boolean;
6705
+ }
6706
+ /**
6707
+ * @generated from message norsk.api.media.AdMarker
6708
+ */
6709
+ export declare class AdMarker extends Message<AdMarker> {
6710
+ /**
6711
+ * @generated from field: string id = 1;
6712
+ */
6713
+ id: string;
6714
+ /**
6715
+ * @generated from field: string startDate = 2;
6716
+ */
6717
+ startDate: string;
6718
+ /**
6719
+ * @generated from field: uint32 durationSeconds = 3;
6720
+ */
6721
+ durationSeconds: number;
6722
+ /**
6723
+ * @generated from field: norsk.api.media.Scte35SpliceInfoSection scte35 = 4;
6724
+ */
6725
+ scte35?: Scte35SpliceInfoSection;
6726
+ constructor(data?: PartialMessage<AdMarker>);
6727
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6728
+ static readonly typeName = "norsk.api.media.AdMarker";
6729
+ static readonly fields: FieldList;
6730
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AdMarker;
6731
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): AdMarker;
6732
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AdMarker;
6733
+ static equals(a: AdMarker | PlainMessage<AdMarker> | undefined, b: AdMarker | PlainMessage<AdMarker> | undefined): boolean;
6734
+ }
6735
+ /**
6736
+ * @generated from message norsk.api.media.MediaSegment
6737
+ */
6738
+ export declare class MediaSegment extends Message<MediaSegment> {
6739
+ /**
6740
+ * @generated from field: string uri = 1;
6741
+ */
6742
+ uri: string;
6743
+ /**
6744
+ * @generated from field: float duration = 2;
6745
+ */
6746
+ duration: number;
6747
+ /**
6748
+ * @generated from field: string title = 3;
6749
+ */
6750
+ title: string;
6751
+ /**
6752
+ * @generated from field: norsk.api.common.OptionalInt number = 4;
6753
+ */
6754
+ number?: OptionalInt;
6755
+ constructor(data?: PartialMessage<MediaSegment>);
6756
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6757
+ static readonly typeName = "norsk.api.media.MediaSegment";
6758
+ static readonly fields: FieldList;
6759
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MediaSegment;
6760
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MediaSegment;
6761
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MediaSegment;
6762
+ static equals(a: MediaSegment | PlainMessage<MediaSegment> | undefined, b: MediaSegment | PlainMessage<MediaSegment> | undefined): boolean;
6763
+ }
6764
+ /**
6765
+ * Any EXT-X thing you might have
6766
+ *
6767
+ * @generated from message norsk.api.media.HlsTag
6768
+ */
6769
+ export declare class HlsTag extends Message<HlsTag> {
6770
+ /**
6771
+ * @generated from field: string tag = 1;
6772
+ */
6773
+ tag: string;
6774
+ constructor(data?: PartialMessage<HlsTag>);
6775
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6776
+ static readonly typeName = "norsk.api.media.HlsTag";
6777
+ static readonly fields: FieldList;
6778
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HlsTag;
6779
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HlsTag;
6780
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HlsTag;
6781
+ static equals(a: HlsTag | PlainMessage<HlsTag> | undefined, b: HlsTag | PlainMessage<HlsTag> | undefined): boolean;
6782
+ }
6783
+ /**
6784
+ * @generated from message norsk.api.media.ProgramDateTime
6785
+ */
6786
+ export declare class ProgramDateTime extends Message<ProgramDateTime> {
6787
+ /**
6788
+ * @generated from field: uint64 programDateTimeMs = 1;
6789
+ */
6790
+ programDateTimeMs: bigint;
6791
+ constructor(data?: PartialMessage<ProgramDateTime>);
6792
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6793
+ static readonly typeName = "norsk.api.media.ProgramDateTime";
6794
+ static readonly fields: FieldList;
6795
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ProgramDateTime;
6796
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ProgramDateTime;
6797
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ProgramDateTime;
6798
+ static equals(a: ProgramDateTime | PlainMessage<ProgramDateTime> | undefined, b: ProgramDateTime | PlainMessage<ProgramDateTime> | undefined): boolean;
6799
+ }
6800
+ /**
6801
+ * @generated from message norsk.api.media.PlaylistPart
6802
+ */
6803
+ export declare class PlaylistPart extends Message<PlaylistPart> {
6804
+ /**
6805
+ * @generated from oneof norsk.api.media.PlaylistPart.playlist
6806
+ */
6807
+ playlist: {
6808
+ /**
6809
+ * @generated from field: norsk.api.media.MediaSegment mediaSegment = 1;
6810
+ */
6811
+ value: MediaSegment;
6812
+ case: "mediaSegment";
6813
+ } | {
6814
+ /**
6815
+ * @generated from field: norsk.api.media.HlsTag tag = 2;
6816
+ */
6817
+ value: HlsTag;
6818
+ case: "tag";
6819
+ } | {
6820
+ /**
6821
+ * @generated from field: norsk.api.media.AdMarker adMarker = 3;
6822
+ */
6823
+ value: AdMarker;
6824
+ case: "adMarker";
6825
+ } | {
6826
+ /**
6827
+ * @generated from field: norsk.api.media.ProgramDateTime programDateTime = 4;
6828
+ */
6829
+ value: ProgramDateTime;
6830
+ case: "programDateTime";
6831
+ } | {
6832
+ case: undefined;
6833
+ value?: undefined;
6834
+ };
6835
+ constructor(data?: PartialMessage<PlaylistPart>);
6836
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6837
+ static readonly typeName = "norsk.api.media.PlaylistPart";
6838
+ static readonly fields: FieldList;
6839
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): PlaylistPart;
6840
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): PlaylistPart;
6841
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): PlaylistPart;
6842
+ static equals(a: PlaylistPart | PlainMessage<PlaylistPart> | undefined, b: PlaylistPart | PlainMessage<PlaylistPart> | undefined): boolean;
6843
+ }
6844
+ /**
6845
+ * @generated from message norsk.api.media.CmafMediaPlaylistData
6846
+ */
6847
+ export declare class CmafMediaPlaylistData extends Message<CmafMediaPlaylistData> {
6848
+ /**
6849
+ * @generated from field: repeated norsk.api.media.PlaylistPart hlsFilePartPlaylist = 1;
6850
+ */
6851
+ hlsFilePartPlaylist: PlaylistPart[];
6852
+ /**
6853
+ * @generated from field: repeated norsk.api.media.PlaylistPart hlsByteRangePlaylist = 2;
6854
+ */
6855
+ hlsByteRangePlaylist: PlaylistPart[];
6856
+ /**
6857
+ * @generated from field: repeated norsk.api.media.PlaylistPart hlsStandardPlaylist = 3;
6858
+ */
6859
+ hlsStandardPlaylist: PlaylistPart[];
6860
+ /**
6861
+ * @generated from field: uint64 programDateTime = 4;
6862
+ */
6863
+ programDateTime: bigint;
6864
+ constructor(data?: PartialMessage<CmafMediaPlaylistData>);
6865
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6866
+ static readonly typeName = "norsk.api.media.CmafMediaPlaylistData";
6867
+ static readonly fields: FieldList;
6868
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CmafMediaPlaylistData;
6869
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CmafMediaPlaylistData;
6870
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CmafMediaPlaylistData;
6871
+ static equals(a: CmafMediaPlaylistData | PlainMessage<CmafMediaPlaylistData> | undefined, b: CmafMediaPlaylistData | PlainMessage<CmafMediaPlaylistData> | undefined): boolean;
6872
+ }
6873
+ /**
6874
+ * @generated from message norsk.api.media.TsMediaPlaylistData
6875
+ */
6876
+ export declare class TsMediaPlaylistData extends Message<TsMediaPlaylistData> {
6877
+ /**
6878
+ * @generated from field: repeated norsk.api.media.PlaylistPart playlist = 1;
6879
+ */
6880
+ playlist: PlaylistPart[];
6881
+ /**
6882
+ * @generated from field: uint64 programDateTime = 2;
6883
+ */
6884
+ programDateTime: bigint;
6885
+ constructor(data?: PartialMessage<TsMediaPlaylistData>);
6886
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6887
+ static readonly typeName = "norsk.api.media.TsMediaPlaylistData";
6888
+ static readonly fields: FieldList;
6889
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): TsMediaPlaylistData;
6890
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): TsMediaPlaylistData;
6891
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): TsMediaPlaylistData;
6892
+ static equals(a: TsMediaPlaylistData | PlainMessage<TsMediaPlaylistData> | undefined, b: TsMediaPlaylistData | PlainMessage<TsMediaPlaylistData> | undefined): boolean;
6893
+ }
6894
+ /**
6895
+ * @generated from message norsk.api.media.MultiVariantPlaylistData
6896
+ */
6897
+ export declare class MultiVariantPlaylistData extends Message<MultiVariantPlaylistData> {
6898
+ /**
6899
+ * @generated from field: string hls = 1;
6900
+ */
6901
+ hls: string;
6902
+ /**
6903
+ * @generated from field: string dash = 2;
6904
+ */
6905
+ dash: string;
6906
+ constructor(data?: PartialMessage<MultiVariantPlaylistData>);
6907
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6908
+ static readonly typeName = "norsk.api.media.MultiVariantPlaylistData";
6909
+ static readonly fields: FieldList;
6910
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MultiVariantPlaylistData;
6911
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MultiVariantPlaylistData;
6912
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MultiVariantPlaylistData;
6913
+ static equals(a: MultiVariantPlaylistData | PlainMessage<MultiVariantPlaylistData> | undefined, b: MultiVariantPlaylistData | PlainMessage<MultiVariantPlaylistData> | undefined): boolean;
6914
+ }
6589
6915
  /**
6590
6916
  * @generated from message norsk.api.media.CmafWebVttMessage
6591
6917
  */
@@ -6617,6 +6943,12 @@ export declare class CmafWebVttMessage extends Message<CmafWebVttMessage> {
6617
6943
  */
6618
6944
  value: UpdateCredentials;
6619
6945
  case: "updateCredentials";
6946
+ } | {
6947
+ /**
6948
+ * @generated from field: norsk.api.media.UpdateDestinationPlaylist update_playlist = 5;
6949
+ */
6950
+ value: UpdateDestinationPlaylist;
6951
+ case: "updatePlaylist";
6620
6952
  } | {
6621
6953
  case: undefined;
6622
6954
  value?: undefined;
@@ -6696,6 +7028,12 @@ export declare class CmafMultiVariantMessage extends Message<CmafMultiVariantMes
6696
7028
  */
6697
7029
  value: UpdateCredentials;
6698
7030
  case: "updateCredentials";
7031
+ } | {
7032
+ /**
7033
+ * @generated from field: norsk.api.media.UpdateDestinationPlaylist update_playlist = 4;
7034
+ */
7035
+ value: UpdateDestinationPlaylist;
7036
+ case: "updatePlaylist";
6699
7037
  } | {
6700
7038
  case: undefined;
6701
7039
  value?: undefined;
@@ -6769,6 +7107,12 @@ export declare class HlsTsMultiVariantMessage extends Message<HlsTsMultiVariantM
6769
7107
  */
6770
7108
  value: UpdateCredentials;
6771
7109
  case: "updateCredentials";
7110
+ } | {
7111
+ /**
7112
+ * @generated from field: norsk.api.media.UpdateDestinationPlaylist update_playlist = 4;
7113
+ */
7114
+ value: UpdateDestinationPlaylist;
7115
+ case: "updatePlaylist";
6772
7116
  } | {
6773
7117
  case: undefined;
6774
7118
  value?: undefined;
@@ -6931,6 +7275,12 @@ export declare class HlsOutputEvent extends Message<HlsOutputEvent> {
6931
7275
  */
6932
7276
  value: Context;
6933
7277
  case: "outboundContext";
7278
+ } | {
7279
+ /**
7280
+ * @generated from field: norsk.api.media.UpdatePlaylist playlist = 6;
7281
+ */
7282
+ value: UpdatePlaylist;
7283
+ case: "playlist";
6934
7284
  } | {
6935
7285
  case: undefined;
6936
7286
  value?: undefined;
@@ -6972,6 +7322,10 @@ export declare class UdpTsOutputConfiguration extends Message<UdpTsOutputConfigu
6972
7322
  * @generated from field: uint32 buffer_delay_ms = 6;
6973
7323
  */
6974
7324
  bufferDelayMs: number;
7325
+ /**
7326
+ * @generated from field: bool rtp_encapsulate = 7;
7327
+ */
7328
+ rtpEncapsulate: boolean;
6975
7329
  constructor(data?: PartialMessage<UdpTsOutputConfiguration>);
6976
7330
  static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
6977
7331
  static readonly typeName = "norsk.api.media.UdpTsOutputConfiguration";
@@ -13109,6 +13463,376 @@ export declare class Scte35SegmentationComponent extends Message<Scte35Segmentat
13109
13463
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Scte35SegmentationComponent;
13110
13464
  static equals(a: Scte35SegmentationComponent | PlainMessage<Scte35SegmentationComponent> | undefined, b: Scte35SegmentationComponent | PlainMessage<Scte35SegmentationComponent> | undefined): boolean;
13111
13465
  }
13466
+ /**
13467
+ * ////////////////////////////////////////////////////////////////////////////
13468
+ * FrameStore
13469
+ *
13470
+ * @generated from message norsk.api.media.FrameStoreRecorderConfiguration
13471
+ */
13472
+ export declare class FrameStoreRecorderConfiguration extends Message<FrameStoreRecorderConfiguration> {
13473
+ /**
13474
+ * @generated from field: norsk.api.media.MediaNodeId id = 1;
13475
+ */
13476
+ id?: MediaNodeId;
13477
+ /**
13478
+ * @generated from field: string name = 2;
13479
+ */
13480
+ name: string;
13481
+ /**
13482
+ * @generated from field: string path = 3;
13483
+ */
13484
+ path: string;
13485
+ /**
13486
+ * @generated from field: uint32 chunk_file_duration_seconds = 4;
13487
+ */
13488
+ chunkFileDurationSeconds: number;
13489
+ constructor(data?: PartialMessage<FrameStoreRecorderConfiguration>);
13490
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13491
+ static readonly typeName = "norsk.api.media.FrameStoreRecorderConfiguration";
13492
+ static readonly fields: FieldList;
13493
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStoreRecorderConfiguration;
13494
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStoreRecorderConfiguration;
13495
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStoreRecorderConfiguration;
13496
+ static equals(a: FrameStoreRecorderConfiguration | PlainMessage<FrameStoreRecorderConfiguration> | undefined, b: FrameStoreRecorderConfiguration | PlainMessage<FrameStoreRecorderConfiguration> | undefined): boolean;
13497
+ }
13498
+ /**
13499
+ * @generated from message norsk.api.media.FrameStoreRecorderMessage
13500
+ */
13501
+ export declare class FrameStoreRecorderMessage extends Message<FrameStoreRecorderMessage> {
13502
+ /**
13503
+ * @generated from oneof norsk.api.media.FrameStoreRecorderMessage.message
13504
+ */
13505
+ message: {
13506
+ /**
13507
+ * @generated from field: norsk.api.media.Subscription subscription = 1;
13508
+ */
13509
+ value: Subscription;
13510
+ case: "subscription";
13511
+ } | {
13512
+ /**
13513
+ * @generated from field: norsk.api.media.FrameStoreRecorderConfiguration configuration = 2;
13514
+ */
13515
+ value: FrameStoreRecorderConfiguration;
13516
+ case: "configuration";
13517
+ } | {
13518
+ case: undefined;
13519
+ value?: undefined;
13520
+ };
13521
+ constructor(data?: PartialMessage<FrameStoreRecorderMessage>);
13522
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13523
+ static readonly typeName = "norsk.api.media.FrameStoreRecorderMessage";
13524
+ static readonly fields: FieldList;
13525
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStoreRecorderMessage;
13526
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStoreRecorderMessage;
13527
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStoreRecorderMessage;
13528
+ static equals(a: FrameStoreRecorderMessage | PlainMessage<FrameStoreRecorderMessage> | undefined, b: FrameStoreRecorderMessage | PlainMessage<FrameStoreRecorderMessage> | undefined): boolean;
13529
+ }
13530
+ /**
13531
+ * @generated from message norsk.api.media.FrameStoreRecorderEvent
13532
+ */
13533
+ export declare class FrameStoreRecorderEvent extends Message<FrameStoreRecorderEvent> {
13534
+ /**
13535
+ * @generated from oneof norsk.api.media.FrameStoreRecorderEvent.message
13536
+ */
13537
+ message: {
13538
+ /**
13539
+ * @generated from field: norsk.api.media.MediaNodeId node_id = 1;
13540
+ */
13541
+ value: MediaNodeId;
13542
+ case: "nodeId";
13543
+ } | {
13544
+ /**
13545
+ * @generated from field: norsk.api.media.SubscriptionResponse subscription_response = 2;
13546
+ */
13547
+ value: SubscriptionResponse;
13548
+ case: "subscriptionResponse";
13549
+ } | {
13550
+ /**
13551
+ * @generated from field: norsk.api.media.Context inbound_context = 3;
13552
+ */
13553
+ value: Context;
13554
+ case: "inboundContext";
13555
+ } | {
13556
+ case: undefined;
13557
+ value?: undefined;
13558
+ };
13559
+ constructor(data?: PartialMessage<FrameStoreRecorderEvent>);
13560
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13561
+ static readonly typeName = "norsk.api.media.FrameStoreRecorderEvent";
13562
+ static readonly fields: FieldList;
13563
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStoreRecorderEvent;
13564
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStoreRecorderEvent;
13565
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStoreRecorderEvent;
13566
+ static equals(a: FrameStoreRecorderEvent | PlainMessage<FrameStoreRecorderEvent> | undefined, b: FrameStoreRecorderEvent | PlainMessage<FrameStoreRecorderEvent> | undefined): boolean;
13567
+ }
13568
+ /**
13569
+ * @generated from message norsk.api.media.SingleCut
13570
+ */
13571
+ export declare class SingleCut extends Message<SingleCut> {
13572
+ /**
13573
+ * @generated from field: google.protobuf.Timestamp start_date_time = 1;
13574
+ */
13575
+ startDateTime?: Timestamp;
13576
+ /**
13577
+ * @generated from field: uint32 duration_ms = 2;
13578
+ */
13579
+ durationMs: number;
13580
+ /**
13581
+ * @generated from field: norsk.api.common.OptionalInt session_id = 3;
13582
+ */
13583
+ sessionId?: OptionalInt;
13584
+ constructor(data?: PartialMessage<SingleCut>);
13585
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13586
+ static readonly typeName = "norsk.api.media.SingleCut";
13587
+ static readonly fields: FieldList;
13588
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SingleCut;
13589
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): SingleCut;
13590
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): SingleCut;
13591
+ static equals(a: SingleCut | PlainMessage<SingleCut> | undefined, b: SingleCut | PlainMessage<SingleCut> | undefined): boolean;
13592
+ }
13593
+ /**
13594
+ * @generated from message norsk.api.media.FrameStorePlayerConfiguration
13595
+ */
13596
+ export declare class FrameStorePlayerConfiguration extends Message<FrameStorePlayerConfiguration> {
13597
+ /**
13598
+ * @generated from field: norsk.api.media.MediaNodeId id = 1;
13599
+ */
13600
+ id?: MediaNodeId;
13601
+ /**
13602
+ * @generated from field: string name = 2;
13603
+ */
13604
+ name: string;
13605
+ /**
13606
+ * @generated from field: string source_name = 3;
13607
+ */
13608
+ sourceName: string;
13609
+ /**
13610
+ * @generated from field: norsk.api.media.StreamStatisticsSampling stats_sampling = 4;
13611
+ */
13612
+ statsSampling?: StreamStatisticsSampling;
13613
+ /**
13614
+ * @generated from oneof norsk.api.media.FrameStorePlayerConfiguration.stream_selection
13615
+ */
13616
+ streamSelection: {
13617
+ /**
13618
+ * @generated from field: norsk.api.media.FrameStorePlayerConfiguration.All all = 5;
13619
+ */
13620
+ value: FrameStorePlayerConfiguration_All;
13621
+ case: "all";
13622
+ } | {
13623
+ /**
13624
+ * @generated from field: norsk.api.media.FrameStorePlayerConfiguration.Subset subset = 6;
13625
+ */
13626
+ value: FrameStorePlayerConfiguration_Subset;
13627
+ case: "subset";
13628
+ } | {
13629
+ case: undefined;
13630
+ value?: undefined;
13631
+ };
13632
+ /**
13633
+ * @generated from field: repeated norsk.api.media.SingleCut cuts = 7;
13634
+ */
13635
+ cuts: SingleCut[];
13636
+ /**
13637
+ * @generated from field: bool trim_partial_segments = 8;
13638
+ */
13639
+ trimPartialSegments: boolean;
13640
+ constructor(data?: PartialMessage<FrameStorePlayerConfiguration>);
13641
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13642
+ static readonly typeName = "norsk.api.media.FrameStorePlayerConfiguration";
13643
+ static readonly fields: FieldList;
13644
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStorePlayerConfiguration;
13645
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStorePlayerConfiguration;
13646
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStorePlayerConfiguration;
13647
+ static equals(a: FrameStorePlayerConfiguration | PlainMessage<FrameStorePlayerConfiguration> | undefined, b: FrameStorePlayerConfiguration | PlainMessage<FrameStorePlayerConfiguration> | undefined): boolean;
13648
+ }
13649
+ /**
13650
+ * @generated from message norsk.api.media.FrameStorePlayerConfiguration.All
13651
+ */
13652
+ export declare class FrameStorePlayerConfiguration_All extends Message<FrameStorePlayerConfiguration_All> {
13653
+ constructor(data?: PartialMessage<FrameStorePlayerConfiguration_All>);
13654
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13655
+ static readonly typeName = "norsk.api.media.FrameStorePlayerConfiguration.All";
13656
+ static readonly fields: FieldList;
13657
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStorePlayerConfiguration_All;
13658
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStorePlayerConfiguration_All;
13659
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStorePlayerConfiguration_All;
13660
+ static equals(a: FrameStorePlayerConfiguration_All | PlainMessage<FrameStorePlayerConfiguration_All> | undefined, b: FrameStorePlayerConfiguration_All | PlainMessage<FrameStorePlayerConfiguration_All> | undefined): boolean;
13661
+ }
13662
+ /**
13663
+ * @generated from message norsk.api.media.FrameStorePlayerConfiguration.Subset
13664
+ */
13665
+ export declare class FrameStorePlayerConfiguration_Subset extends Message<FrameStorePlayerConfiguration_Subset> {
13666
+ /**
13667
+ * @generated from field: repeated norsk.api.media.StreamKey stream_list = 1;
13668
+ */
13669
+ streamList: StreamKey[];
13670
+ constructor(data?: PartialMessage<FrameStorePlayerConfiguration_Subset>);
13671
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13672
+ static readonly typeName = "norsk.api.media.FrameStorePlayerConfiguration.Subset";
13673
+ static readonly fields: FieldList;
13674
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStorePlayerConfiguration_Subset;
13675
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStorePlayerConfiguration_Subset;
13676
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStorePlayerConfiguration_Subset;
13677
+ static equals(a: FrameStorePlayerConfiguration_Subset | PlainMessage<FrameStorePlayerConfiguration_Subset> | undefined, b: FrameStorePlayerConfiguration_Subset | PlainMessage<FrameStorePlayerConfiguration_Subset> | undefined): boolean;
13678
+ }
13679
+ /**
13680
+ * @generated from message norsk.api.media.FrameStorePlayerMessage
13681
+ */
13682
+ export declare class FrameStorePlayerMessage extends Message<FrameStorePlayerMessage> {
13683
+ /**
13684
+ * @generated from oneof norsk.api.media.FrameStorePlayerMessage.message
13685
+ */
13686
+ message: {
13687
+ /**
13688
+ * @generated from field: norsk.api.media.FrameStorePlayerConfiguration initial_config = 1;
13689
+ */
13690
+ value: FrameStorePlayerConfiguration;
13691
+ case: "initialConfig";
13692
+ } | {
13693
+ /**
13694
+ * @generated from field: norsk.api.media.TimestampNudge nudge = 2;
13695
+ */
13696
+ value: TimestampNudge;
13697
+ case: "nudge";
13698
+ } | {
13699
+ case: undefined;
13700
+ value?: undefined;
13701
+ };
13702
+ constructor(data?: PartialMessage<FrameStorePlayerMessage>);
13703
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13704
+ static readonly typeName = "norsk.api.media.FrameStorePlayerMessage";
13705
+ static readonly fields: FieldList;
13706
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStorePlayerMessage;
13707
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStorePlayerMessage;
13708
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStorePlayerMessage;
13709
+ static equals(a: FrameStorePlayerMessage | PlainMessage<FrameStorePlayerMessage> | undefined, b: FrameStorePlayerMessage | PlainMessage<FrameStorePlayerMessage> | undefined): boolean;
13710
+ }
13711
+ /**
13712
+ * @generated from message norsk.api.media.FrameStorePlayerEvent
13713
+ */
13714
+ export declare class FrameStorePlayerEvent extends Message<FrameStorePlayerEvent> {
13715
+ /**
13716
+ * @generated from oneof norsk.api.media.FrameStorePlayerEvent.message
13717
+ */
13718
+ message: {
13719
+ /**
13720
+ * @generated from field: norsk.api.media.MediaNodeId node_id = 1;
13721
+ */
13722
+ value: MediaNodeId;
13723
+ case: "nodeId";
13724
+ } | {
13725
+ /**
13726
+ * @generated from field: norsk.api.media.Context outbound_context = 2;
13727
+ */
13728
+ value: Context;
13729
+ case: "outboundContext";
13730
+ } | {
13731
+ /**
13732
+ * @generated from field: norsk.api.media.MultiStreamStatistics stream_statistics = 3;
13733
+ */
13734
+ value: MultiStreamStatistics;
13735
+ case: "streamStatistics";
13736
+ } | {
13737
+ case: undefined;
13738
+ value?: undefined;
13739
+ };
13740
+ constructor(data?: PartialMessage<FrameStorePlayerEvent>);
13741
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13742
+ static readonly typeName = "norsk.api.media.FrameStorePlayerEvent";
13743
+ static readonly fields: FieldList;
13744
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): FrameStorePlayerEvent;
13745
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): FrameStorePlayerEvent;
13746
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): FrameStorePlayerEvent;
13747
+ static equals(a: FrameStorePlayerEvent | PlainMessage<FrameStorePlayerEvent> | undefined, b: FrameStorePlayerEvent | PlainMessage<FrameStorePlayerEvent> | undefined): boolean;
13748
+ }
13749
+ /**
13750
+ * @generated from message norsk.api.media.MoqEgestConfiguration
13751
+ */
13752
+ export declare class MoqEgestConfiguration extends Message<MoqEgestConfiguration> {
13753
+ /**
13754
+ * @generated from field: norsk.api.media.MediaNodeId id = 1;
13755
+ */
13756
+ id?: MediaNodeId;
13757
+ constructor(data?: PartialMessage<MoqEgestConfiguration>);
13758
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13759
+ static readonly typeName = "norsk.api.media.MoqEgestConfiguration";
13760
+ static readonly fields: FieldList;
13761
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MoqEgestConfiguration;
13762
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MoqEgestConfiguration;
13763
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MoqEgestConfiguration;
13764
+ static equals(a: MoqEgestConfiguration | PlainMessage<MoqEgestConfiguration> | undefined, b: MoqEgestConfiguration | PlainMessage<MoqEgestConfiguration> | undefined): boolean;
13765
+ }
13766
+ /**
13767
+ * @generated from message norsk.api.media.MoqEgestMessage
13768
+ */
13769
+ export declare class MoqEgestMessage extends Message<MoqEgestMessage> {
13770
+ /**
13771
+ * @generated from oneof norsk.api.media.MoqEgestMessage.message
13772
+ */
13773
+ message: {
13774
+ /**
13775
+ * @generated from field: norsk.api.media.Subscription subscription = 1;
13776
+ */
13777
+ value: Subscription;
13778
+ case: "subscription";
13779
+ } | {
13780
+ /**
13781
+ * @generated from field: norsk.api.media.MoqEgestConfiguration configuration = 2;
13782
+ */
13783
+ value: MoqEgestConfiguration;
13784
+ case: "configuration";
13785
+ } | {
13786
+ case: undefined;
13787
+ value?: undefined;
13788
+ };
13789
+ constructor(data?: PartialMessage<MoqEgestMessage>);
13790
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13791
+ static readonly typeName = "norsk.api.media.MoqEgestMessage";
13792
+ static readonly fields: FieldList;
13793
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MoqEgestMessage;
13794
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MoqEgestMessage;
13795
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MoqEgestMessage;
13796
+ static equals(a: MoqEgestMessage | PlainMessage<MoqEgestMessage> | undefined, b: MoqEgestMessage | PlainMessage<MoqEgestMessage> | undefined): boolean;
13797
+ }
13798
+ /**
13799
+ * @generated from message norsk.api.media.MoqEgestEvent
13800
+ */
13801
+ export declare class MoqEgestEvent extends Message<MoqEgestEvent> {
13802
+ /**
13803
+ * @generated from oneof norsk.api.media.MoqEgestEvent.message
13804
+ */
13805
+ message: {
13806
+ /**
13807
+ * @generated from field: norsk.api.media.MediaNodeId node_id = 1;
13808
+ */
13809
+ value: MediaNodeId;
13810
+ case: "nodeId";
13811
+ } | {
13812
+ /**
13813
+ * @generated from field: norsk.api.media.SubscriptionResponse subscription_response = 2;
13814
+ */
13815
+ value: SubscriptionResponse;
13816
+ case: "subscriptionResponse";
13817
+ } | {
13818
+ /**
13819
+ * @generated from field: norsk.api.media.Context inbound_context = 3;
13820
+ */
13821
+ value: Context;
13822
+ case: "inboundContext";
13823
+ } | {
13824
+ case: undefined;
13825
+ value?: undefined;
13826
+ };
13827
+ constructor(data?: PartialMessage<MoqEgestEvent>);
13828
+ static readonly runtime: import("@bufbuild/protobuf/dist/types/private/proto-runtime.js").ProtoRuntime;
13829
+ static readonly typeName = "norsk.api.media.MoqEgestEvent";
13830
+ static readonly fields: FieldList;
13831
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MoqEgestEvent;
13832
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MoqEgestEvent;
13833
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MoqEgestEvent;
13834
+ static equals(a: MoqEgestEvent | PlainMessage<MoqEgestEvent> | undefined, b: MoqEgestEvent | PlainMessage<MoqEgestEvent> | undefined): boolean;
13835
+ }
13112
13836
  /**
13113
13837
  * ////////////////////////////////////////////////////////////////////////////
13114
13838
  * Hardware