@lansweeper/data-platform-outbound-grpc 0.1.107 → 0.1.109
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/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +27 -9
- package/gen-proto/outbound_pb.js +168 -24
- package/generated-go/outbound.pb.go +501 -466
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +7 -3
package/java.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/data-platform-outbound-grpc",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.109",
|
|
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": "
|
|
12
|
+
"gitHead": "2640565cc212ce879fbeb44c98aed6036cf4a9a9"
|
|
13
13
|
}
|
package/proto/outbound.proto
CHANGED
|
@@ -2494,8 +2494,8 @@ message ComputerMacWifiController {
|
|
|
2494
2494
|
message WiFiInterface {
|
|
2495
2495
|
optional string name = 1;
|
|
2496
2496
|
optional string airdrop_channel = 2;
|
|
2497
|
-
optional
|
|
2498
|
-
optional
|
|
2497
|
+
optional bool airdrop_supported = 3;
|
|
2498
|
+
optional bool auto_unlock_supported = 4;
|
|
2499
2499
|
optional string card_type = 5;
|
|
2500
2500
|
optional string country_code = 6;
|
|
2501
2501
|
optional string firmware_version = 7;
|
|
@@ -2504,7 +2504,7 @@ message WiFiInterface {
|
|
|
2504
2504
|
optional string status_information = 10;
|
|
2505
2505
|
repeated string supported_channels = 11;
|
|
2506
2506
|
optional string supported_phy_modes = 12;
|
|
2507
|
-
optional
|
|
2507
|
+
optional bool wake_on_wireless_supported = 13;
|
|
2508
2508
|
optional WiFiNetwork current_network = 14;
|
|
2509
2509
|
repeated WiFiNetwork other_local_networks = 15;
|
|
2510
2510
|
}
|
|
@@ -2727,6 +2727,10 @@ message CatalogModel {
|
|
|
2727
2727
|
optional string price_class = 24;
|
|
2728
2728
|
optional string product_class = 25;
|
|
2729
2729
|
|
|
2730
|
+
optional int32 cfp_emissions = 30;
|
|
2731
|
+
optional int32 cfp_emissions_std = 31;
|
|
2732
|
+
optional int32 cfp_use = 32;
|
|
2733
|
+
|
|
2730
2734
|
optional string sh_ifttt_handle = 17;
|
|
2731
2735
|
repeated string sh_google_ass_langs = 18;
|
|
2732
2736
|
repeated string sh_alexa_langs = 19;
|