@lansweeper/asserver-grpc 2.2.5 → 2.2.6

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lansweeper/asserver-grpc",
3
3
  "description": "asserver-grpc.",
4
- "version": "2.2.5",
4
+ "version": "2.2.6",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
7
7
  "license": "MIT",
@@ -12,5 +12,5 @@
12
12
  "scripts": {
13
13
  "prepublishOnly": "cp -r ../../shared ./proto"
14
14
  },
15
- "gitHead": "c18c35b8f2c606ddb591a6c00e09f0b134361d7f"
15
+ "gitHead": "e94689c34123af69cae2e81a19fdeeba8bf577ed"
16
16
  }
@@ -12,12 +12,6 @@ message NullableString {
12
12
  }
13
13
  }
14
14
 
15
- message NullableInt32 {
16
- oneof kind {
17
- int32 data = 1;
18
- }
19
- }
20
-
21
15
  message NullableInt64 {
22
16
  oneof kind {
23
17
  int64 data = 1;
@@ -107,7 +101,7 @@ message AsServer {
107
101
  NullableBoolean asset_group_sscannow = 74;
108
102
  bool renamed_computer_detection = 75;
109
103
  string last_active_scan = 76;
110
- NullableInt32 max_deployment_threads = 77;
104
+ lansweeper.stream.v1.NullableInt32 max_deployment_threads = 77;
111
105
  string del_deployment_log_days = 78;
112
106
  int32 scan_history_days = 79;
113
107
  int32 active_scanning_maxrescan_time = 80;
@@ -115,7 +109,7 @@ message AsServer {
115
109
  int32 active_scanning_inter_val = 82;
116
110
  bool clear_queue = 83;
117
111
  bool mail_server = 84;
118
- NullableInt32 encryption_key_hash = 85;
112
+ lansweeper.stream.v1.NullableInt32 encryption_key_hash = 85;
119
113
  int32 del_configuration_log_days = 86;
120
114
  int32 del_login_log_days = 87;
121
115
  int32 proxy_timeout = 88;
@@ -130,7 +124,7 @@ message AsServer {
130
124
  int32 del_sccm_data_days = 97;
131
125
  bool d_e_l_s_c_c_m_c_o_m_p = 98;
132
126
  bool scan_last_logon = 99;
133
- NullableInt32 proxy_port = 100;
127
+ lansweeper.stream.v1.NullableInt32 proxy_port = 100;
134
128
  bool is_asset_radar_compatible = 101;
135
129
  NullableString asset_radar_compatible_last_scanned = 102;
136
130
  bool check_asset_radar_compatibility_now = 103;