@lansweeper/install-status-grpc 0.0.1 → 0.0.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/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/install_status.proto","package":"lansweeper.installstatus.v1","messageType":[{"name":"InstallStatusProcess","field":[{"name":"install_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installKey"},{"name":"process","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.installstatus.v1.Type","jsonName":"process"},{"name":"date","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"date"}]}],"enumType":[{"name":"Type","value":[{"name":"UNKNOWN","number":0},{"name":"SYNC","number":1},{"name":"COMMAND","number":2},{"name":"SCANNINGQUEUE","number":4},{"name":"SCANNINGSTATUS","number":5}]}],"sourceCodeInfo":{"location":[{"span":[0,0,
|
|
1
|
+
{"file":[{"name":"proto/install_status.proto","package":"lansweeper.installstatus.v1","messageType":[{"name":"InstallStatusProcess","field":[{"name":"install_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installKey"},{"name":"process","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".lansweeper.installstatus.v1.Type","jsonName":"process"},{"name":"date","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"date"}]}],"enumType":[{"name":"Type","value":[{"name":"UNKNOWN","number":0},{"name":"SYNC","number":1},{"name":"COMMAND","number":2},{"name":"SCANNINGQUEUE","number":4},{"name":"SCANNINGSTATUS","number":5}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,18,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,36]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[5,0],"span":[6,0,12,1]},{"path":[5,0,1],"span":[6,5,9]},{"path":[5,0,2,0],"span":[7,2,14]},{"path":[5,0,2,0,1],"span":[7,2,9]},{"path":[5,0,2,0,2],"span":[7,12,13]},{"path":[5,0,2,1],"span":[8,2,11]},{"path":[5,0,2,1,1],"span":[8,2,6]},{"path":[5,0,2,1,2],"span":[8,9,10]},{"path":[5,0,2,2],"span":[9,2,14]},{"path":[5,0,2,2,1],"span":[9,2,9]},{"path":[5,0,2,2,2],"span":[9,12,13]},{"path":[5,0,2,3],"span":[10,2,20]},{"path":[5,0,2,3,1],"span":[10,2,15]},{"path":[5,0,2,3,2],"span":[10,18,19]},{"path":[5,0,2,4],"span":[11,2,21]},{"path":[5,0,2,4,1],"span":[11,2,16]},{"path":[5,0,2,4,2],"span":[11,19,20]},{"path":[4,0],"span":[14,0,18,1]},{"path":[4,0,1],"span":[14,8,28]},{"path":[4,0,2,0],"span":[15,2,25]},{"path":[4,0,2,0,5],"span":[15,2,8]},{"path":[4,0,2,0,1],"span":[15,9,20]},{"path":[4,0,2,0,3],"span":[15,23,24]},{"path":[4,0,2,1],"span":[16,2,19]},{"path":[4,0,2,1,6],"span":[16,2,6]},{"path":[4,0,2,1,1],"span":[16,7,14]},{"path":[4,0,2,1,3],"span":[16,17,18]},{"path":[4,0,2,2],"span":[17,2,18]},{"path":[4,0,2,2,5],"span":[17,2,8]},{"path":[4,0,2,2,1],"span":[17,9,13]},{"path":[4,0,2,2,3],"span":[17,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/install-status-grpc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Install status grpc",
|
|
5
5
|
"main": "gen-proto/index.js",
|
|
6
6
|
"types": "gen-proto/index.d.ts",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/google-protobuf": "^3.15.5"
|
|
18
18
|
},
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "c26903e6e7d8067fa9844dcd322cfeb843c51980"
|
|
20
20
|
}
|