@norskvideo/norsk-api 1.0.345 → 1.0.346

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.
@@ -7,6 +7,7 @@
7
7
  import * as grpc from "@grpc/grpc-js";
8
8
  import * as media_pb from "./media_pb";
9
9
  import * as shared_common_pb from "./shared/common_pb";
10
+ import * as shared_error_pb from "./shared/error_pb";
10
11
  import * as google_protobuf_timestamp_pb from "@bufbuild/protobuf";
11
12
  import * as google_protobuf_empty_pb from "@bufbuild/protobuf";
12
13
 
@@ -4,6 +4,7 @@
4
4
  var grpc = require('@grpc/grpc-js');
5
5
  var media_pb = require('./media_pb.js');
6
6
  var shared_common_pb = require('./shared/common_pb.js');
7
+ var shared_error_pb = require('./shared/error_pb.js');
7
8
  var google_protobuf_timestamp_pb = require('@bufbuild/protobuf');
8
9
  var google_protobuf_empty_pb = require('@bufbuild/protobuf');
9
10