@lansweeper/discovery-sensor-proto 2.59.0 → 2.59.2
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/discovery-sensor-proto",
|
|
3
3
|
"description": "Discovery Sensor proto",
|
|
4
|
-
"version": "2.59.
|
|
4
|
+
"version": "2.59.2",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "ba6cb778c1e9060b618eea79d65c4a949453a01c"
|
|
20
20
|
}
|
|
@@ -119,10 +119,10 @@ message Warranties {
|
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
message Warranty {
|
|
122
|
+
reserved 6; // Deprecated "is_silly"
|
|
122
123
|
optional google.protobuf.Timestamp warranty_start_date = 1;
|
|
123
124
|
optional google.protobuf.Timestamp warranty_end_date = 2;
|
|
124
125
|
google.protobuf.StringValue service_type = 3;
|
|
125
126
|
google.protobuf.StringValue purchase_country = 4;
|
|
126
127
|
optional google.protobuf.Timestamp ship_date = 5;
|
|
127
|
-
bool is_silly = 6;
|
|
128
128
|
}
|