mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-13 04:58:09 +00:00
Re-generate API code.
This commit is contained in:
10
api/js/common/common_pb.js
vendored
10
api/js/common/common_pb.js
vendored
@ -15,6 +15,7 @@ var global = Function('return this')();
|
||||
var google_protobuf_timestamp_pb = require('google-protobuf/google/protobuf/timestamp_pb.js');
|
||||
goog.object.extend(proto, google_protobuf_timestamp_pb);
|
||||
goog.exportSymbol('proto.common.Aggregation', null, global);
|
||||
goog.exportSymbol('proto.common.DeviceClass', null, global);
|
||||
goog.exportSymbol('proto.common.KeyEnvelope', null, global);
|
||||
goog.exportSymbol('proto.common.Location', null, global);
|
||||
goog.exportSymbol('proto.common.LocationSource', null, global);
|
||||
@ -1101,4 +1102,13 @@ proto.common.MetricKind = {
|
||||
GAUGE: 2
|
||||
};
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
proto.common.DeviceClass = {
|
||||
CLASS_A: 0,
|
||||
CLASS_B: 1,
|
||||
CLASS_C: 2
|
||||
};
|
||||
|
||||
goog.object.extend(exports, proto.common);
|
||||
|
Reference in New Issue
Block a user