@lansweeper/data-platform-outbound-grpc 0.1.78 → 0.1.79

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.
@@ -58406,19 +58406,19 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.deserialize
58406
58406
  msg.setCaption(value);
58407
58407
  break;
58408
58408
  case 3:
58409
- var value = /** @type {number} */ (reader.readInt32());
58409
+ var value = /** @type {number} */ (reader.readUint32());
58410
58410
  msg.setColorPlanes(value);
58411
58411
  break;
58412
58412
  case 4:
58413
- var value = /** @type {number} */ (reader.readInt32());
58413
+ var value = /** @type {number} */ (reader.readUint32());
58414
58414
  msg.setDeviceEntriesInAColorTable(value);
58415
58415
  break;
58416
58416
  case 5:
58417
- var value = /** @type {number} */ (reader.readInt32());
58417
+ var value = /** @type {number} */ (reader.readUint32());
58418
58418
  msg.setDeviceSpecificPens(value);
58419
58419
  break;
58420
58420
  case 6:
58421
- var value = /** @type {number} */ (reader.readInt32());
58421
+ var value = /** @type {number} */ (reader.readUint32());
58422
58422
  msg.setHorizontalResolution(value);
58423
58423
  break;
58424
58424
  case 7:
@@ -58430,7 +58430,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.deserialize
58430
58430
  msg.setRefreshRate(value);
58431
58431
  break;
58432
58432
  case 9:
58433
- var value = /** @type {number} */ (reader.readInt32());
58433
+ var value = /** @type {number} */ (reader.readUint32());
58434
58434
  msg.setVerticalResolution(value);
58435
58435
  break;
58436
58436
  case 10:
@@ -58482,28 +58482,28 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.serializeBi
58482
58482
  }
58483
58483
  f = /** @type {number} */ (jspb.Message.getField(message, 3));
58484
58484
  if (f != null) {
58485
- writer.writeInt32(
58485
+ writer.writeUint32(
58486
58486
  3,
58487
58487
  f
58488
58488
  );
58489
58489
  }
58490
58490
  f = /** @type {number} */ (jspb.Message.getField(message, 4));
58491
58491
  if (f != null) {
58492
- writer.writeInt32(
58492
+ writer.writeUint32(
58493
58493
  4,
58494
58494
  f
58495
58495
  );
58496
58496
  }
58497
58497
  f = /** @type {number} */ (jspb.Message.getField(message, 5));
58498
58498
  if (f != null) {
58499
- writer.writeInt32(
58499
+ writer.writeUint32(
58500
58500
  5,
58501
58501
  f
58502
58502
  );
58503
58503
  }
58504
58504
  f = /** @type {number} */ (jspb.Message.getField(message, 6));
58505
58505
  if (f != null) {
58506
- writer.writeInt32(
58506
+ writer.writeUint32(
58507
58507
  6,
58508
58508
  f
58509
58509
  );
@@ -58524,7 +58524,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.serializeBi
58524
58524
  }
58525
58525
  f = /** @type {number} */ (jspb.Message.getField(message, 9));
58526
58526
  if (f != null) {
58527
- writer.writeInt32(
58527
+ writer.writeUint32(
58528
58528
  9,
58529
58529
  f
58530
58530
  );
@@ -58612,7 +58612,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.prototype.h
58612
58612
 
58613
58613
 
58614
58614
  /**
58615
- * optional int32 color_planes = 3;
58615
+ * optional uint32 color_planes = 3;
58616
58616
  * @return {number}
58617
58617
  */
58618
58618
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.prototype.getColorPlanes = function() {
@@ -58648,7 +58648,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.prototype.h
58648
58648
 
58649
58649
 
58650
58650
  /**
58651
- * optional int32 device_entries_in_a_color_table = 4;
58651
+ * optional uint32 device_entries_in_a_color_table = 4;
58652
58652
  * @return {number}
58653
58653
  */
58654
58654
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.prototype.getDeviceEntriesInAColorTable = function() {
@@ -58684,7 +58684,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.prototype.h
58684
58684
 
58685
58685
 
58686
58686
  /**
58687
- * optional int32 device_specific_pens = 5;
58687
+ * optional uint32 device_specific_pens = 5;
58688
58688
  * @return {number}
58689
58689
  */
58690
58690
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.prototype.getDeviceSpecificPens = function() {
@@ -58720,7 +58720,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.prototype.h
58720
58720
 
58721
58721
 
58722
58722
  /**
58723
- * optional int32 horizontal_resolution = 6;
58723
+ * optional uint32 horizontal_resolution = 6;
58724
58724
  * @return {number}
58725
58725
  */
58726
58726
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.prototype.getHorizontalResolution = function() {
@@ -58828,7 +58828,7 @@ proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.prototype.h
58828
58828
 
58829
58829
 
58830
58830
  /**
58831
- * optional int32 vertical_resolution = 9;
58831
+ * optional uint32 vertical_resolution = 9;
58832
58832
  * @return {number}
58833
58833
  */
58834
58834
  proto.com.lansweeper.dp.outbound.v1.ComputerWindowsDisplayController.prototype.getVerticalResolution = function() {
@@ -11888,13 +11888,13 @@ type ComputerWindowsDisplayController struct {
11888
11888
 
11889
11889
  BitsPerPixel *int32 `protobuf:"varint,1,opt,name=bits_per_pixel,json=bitsPerPixel,proto3,oneof" json:"bits_per_pixel,omitempty"`
11890
11890
  Caption *string `protobuf:"bytes,2,opt,name=caption,proto3,oneof" json:"caption,omitempty"`
11891
- ColorPlanes *int32 `protobuf:"varint,3,opt,name=color_planes,json=colorPlanes,proto3,oneof" json:"color_planes,omitempty"`
11892
- DeviceEntriesInAColorTable *int32 `protobuf:"varint,4,opt,name=device_entries_in_a_color_table,json=deviceEntriesInAColorTable,proto3,oneof" json:"device_entries_in_a_color_table,omitempty"`
11893
- DeviceSpecificPens *int32 `protobuf:"varint,5,opt,name=device_specific_pens,json=deviceSpecificPens,proto3,oneof" json:"device_specific_pens,omitempty"`
11894
- HorizontalResolution *int32 `protobuf:"varint,6,opt,name=horizontal_resolution,json=horizontalResolution,proto3,oneof" json:"horizontal_resolution,omitempty"`
11891
+ ColorPlanes *uint32 `protobuf:"varint,3,opt,name=color_planes,json=colorPlanes,proto3,oneof" json:"color_planes,omitempty"`
11892
+ DeviceEntriesInAColorTable *uint32 `protobuf:"varint,4,opt,name=device_entries_in_a_color_table,json=deviceEntriesInAColorTable,proto3,oneof" json:"device_entries_in_a_color_table,omitempty"`
11893
+ DeviceSpecificPens *uint32 `protobuf:"varint,5,opt,name=device_specific_pens,json=deviceSpecificPens,proto3,oneof" json:"device_specific_pens,omitempty"`
11894
+ HorizontalResolution *uint32 `protobuf:"varint,6,opt,name=horizontal_resolution,json=horizontalResolution,proto3,oneof" json:"horizontal_resolution,omitempty"`
11895
11895
  Name *string `protobuf:"bytes,7,opt,name=name,proto3,oneof" json:"name,omitempty"`
11896
11896
  RefreshRate *int32 `protobuf:"varint,8,opt,name=refresh_rate,json=refreshRate,proto3,oneof" json:"refresh_rate,omitempty"`
11897
- VerticalResolution *int32 `protobuf:"varint,9,opt,name=vertical_resolution,json=verticalResolution,proto3,oneof" json:"vertical_resolution,omitempty"`
11897
+ VerticalResolution *uint32 `protobuf:"varint,9,opt,name=vertical_resolution,json=verticalResolution,proto3,oneof" json:"vertical_resolution,omitempty"`
11898
11898
  VideoMode *string `protobuf:"bytes,10,opt,name=video_mode,json=videoMode,proto3,oneof" json:"video_mode,omitempty"`
11899
11899
  }
11900
11900
 
@@ -11944,28 +11944,28 @@ func (x *ComputerWindowsDisplayController) GetCaption() string {
11944
11944
  return ""
11945
11945
  }
11946
11946
 
11947
- func (x *ComputerWindowsDisplayController) GetColorPlanes() int32 {
11947
+ func (x *ComputerWindowsDisplayController) GetColorPlanes() uint32 {
11948
11948
  if x != nil && x.ColorPlanes != nil {
11949
11949
  return *x.ColorPlanes
11950
11950
  }
11951
11951
  return 0
11952
11952
  }
11953
11953
 
11954
- func (x *ComputerWindowsDisplayController) GetDeviceEntriesInAColorTable() int32 {
11954
+ func (x *ComputerWindowsDisplayController) GetDeviceEntriesInAColorTable() uint32 {
11955
11955
  if x != nil && x.DeviceEntriesInAColorTable != nil {
11956
11956
  return *x.DeviceEntriesInAColorTable
11957
11957
  }
11958
11958
  return 0
11959
11959
  }
11960
11960
 
11961
- func (x *ComputerWindowsDisplayController) GetDeviceSpecificPens() int32 {
11961
+ func (x *ComputerWindowsDisplayController) GetDeviceSpecificPens() uint32 {
11962
11962
  if x != nil && x.DeviceSpecificPens != nil {
11963
11963
  return *x.DeviceSpecificPens
11964
11964
  }
11965
11965
  return 0
11966
11966
  }
11967
11967
 
11968
- func (x *ComputerWindowsDisplayController) GetHorizontalResolution() int32 {
11968
+ func (x *ComputerWindowsDisplayController) GetHorizontalResolution() uint32 {
11969
11969
  if x != nil && x.HorizontalResolution != nil {
11970
11970
  return *x.HorizontalResolution
11971
11971
  }
@@ -11986,7 +11986,7 @@ func (x *ComputerWindowsDisplayController) GetRefreshRate() int32 {
11986
11986
  return 0
11987
11987
  }
11988
11988
 
11989
- func (x *ComputerWindowsDisplayController) GetVerticalResolution() int32 {
11989
+ func (x *ComputerWindowsDisplayController) GetVerticalResolution() uint32 {
11990
11990
  if x != nil && x.VerticalResolution != nil {
11991
11991
  return *x.VerticalResolution
11992
11992
  }
@@ -18876,18 +18876,18 @@ var file_outbound_proto_rawDesc = []byte{
18876
18876
  0x69, 0x78, 0x65, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x1d, 0x0a, 0x07, 0x63, 0x61, 0x70, 0x74, 0x69,
18877
18877
  0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x07, 0x63, 0x61, 0x70, 0x74,
18878
18878
  0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x26, 0x0a, 0x0c, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x5f,
18879
- 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x48, 0x02, 0x52, 0x0b,
18879
+ 0x70, 0x6c, 0x61, 0x6e, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x02, 0x52, 0x0b,
18880
18880
  0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x50, 0x6c, 0x61, 0x6e, 0x65, 0x73, 0x88, 0x01, 0x01, 0x12, 0x48,
18881
18881
  0x0a, 0x1f, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x65, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73,
18882
18882
  0x5f, 0x69, 0x6e, 0x5f, 0x61, 0x5f, 0x63, 0x6f, 0x6c, 0x6f, 0x72, 0x5f, 0x74, 0x61, 0x62, 0x6c,
18883
- 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x48, 0x03, 0x52, 0x1a, 0x64, 0x65, 0x76, 0x69, 0x63,
18883
+ 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x03, 0x52, 0x1a, 0x64, 0x65, 0x76, 0x69, 0x63,
18884
18884
  0x65, 0x45, 0x6e, 0x74, 0x72, 0x69, 0x65, 0x73, 0x49, 0x6e, 0x41, 0x43, 0x6f, 0x6c, 0x6f, 0x72,
18885
18885
  0x54, 0x61, 0x62, 0x6c, 0x65, 0x88, 0x01, 0x01, 0x12, 0x35, 0x0a, 0x14, 0x64, 0x65, 0x76, 0x69,
18886
18886
  0x63, 0x65, 0x5f, 0x73, 0x70, 0x65, 0x63, 0x69, 0x66, 0x69, 0x63, 0x5f, 0x70, 0x65, 0x6e, 0x73,
18887
- 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x48, 0x04, 0x52, 0x12, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
18887
+ 0x18, 0x05, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x04, 0x52, 0x12, 0x64, 0x65, 0x76, 0x69, 0x63, 0x65,
18888
18888
  0x53, 0x70, 0x65, 0x63, 0x69, 0x66, 0x69, 0x63, 0x50, 0x65, 0x6e, 0x73, 0x88, 0x01, 0x01, 0x12,
18889
18889
  0x38, 0x0a, 0x15, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x5f, 0x72, 0x65,
18890
- 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x48, 0x05,
18890
+ 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x05,
18891
18891
  0x52, 0x14, 0x68, 0x6f, 0x72, 0x69, 0x7a, 0x6f, 0x6e, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x6f,
18892
18892
  0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
18893
18893
  0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x48, 0x06, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x88,
@@ -18895,7 +18895,7 @@ var file_outbound_proto_rawDesc = []byte{
18895
18895
  0x74, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x05, 0x48, 0x07, 0x52, 0x0b, 0x72, 0x65, 0x66, 0x72,
18896
18896
  0x65, 0x73, 0x68, 0x52, 0x61, 0x74, 0x65, 0x88, 0x01, 0x01, 0x12, 0x34, 0x0a, 0x13, 0x76, 0x65,
18897
18897
  0x72, 0x74, 0x69, 0x63, 0x61, 0x6c, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f,
18898
- 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x05, 0x48, 0x08, 0x52, 0x12, 0x76, 0x65, 0x72, 0x74, 0x69,
18898
+ 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x08, 0x52, 0x12, 0x76, 0x65, 0x72, 0x74, 0x69,
18899
18899
  0x63, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x6f, 0x6c, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x88, 0x01, 0x01,
18900
18900
  0x12, 0x22, 0x0a, 0x0a, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x0a,
18901
18901
  0x20, 0x01, 0x28, 0x09, 0x48, 0x09, 0x52, 0x09, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x4d, 0x6f, 0x64,
package/java.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.1.77",
2
+ "version": "0.1.78",
3
3
  "package": "com.lansweeper.dp.outbound.v1",
4
4
  "service": true
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lansweeper/data-platform-outbound-grpc",
3
- "version": "0.1.78",
3
+ "version": "0.1.79",
4
4
  "description": "Data Platform Outbound gRPC",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
@@ -9,5 +9,5 @@
9
9
  "@grpc/grpc-js": "^1.5.1",
10
10
  "google-protobuf": "^3.17.0"
11
11
  },
12
- "gitHead": "dc5c078e7b45b1670d69212acd66d4f91dbe9dea"
12
+ "gitHead": "b283efcf02fb0106accf2414e2c08a13cfb59272"
13
13
  }
@@ -1761,13 +1761,13 @@ message ComputerWindowsDisplay {
1761
1761
  message ComputerWindowsDisplayController {
1762
1762
  optional int32 bits_per_pixel = 1;
1763
1763
  optional string caption = 2;
1764
- optional int32 color_planes = 3;
1765
- optional int32 device_entries_in_a_color_table = 4;
1766
- optional int32 device_specific_pens = 5;
1767
- optional int32 horizontal_resolution = 6;
1764
+ optional uint32 color_planes = 3;
1765
+ optional uint32 device_entries_in_a_color_table = 4;
1766
+ optional uint32 device_specific_pens = 5;
1767
+ optional uint32 horizontal_resolution = 6;
1768
1768
  optional string name = 7;
1769
1769
  optional int32 refresh_rate = 8;
1770
- optional int32 vertical_resolution = 9;
1770
+ optional uint32 vertical_resolution = 9;
1771
1771
  optional string video_mode = 10;
1772
1772
  }
1773
1773