@lansweeper/blocking-rules-grpc 0.0.7 → 0.0.9
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.
|
@@ -13,7 +13,13 @@
|
|
|
13
13
|
|
|
14
14
|
var jspb = require('google-protobuf');
|
|
15
15
|
var goog = jspb;
|
|
16
|
-
var global =
|
|
16
|
+
var global = (function() {
|
|
17
|
+
if (this) { return this; }
|
|
18
|
+
if (typeof window !== 'undefined') { return window; }
|
|
19
|
+
if (typeof global !== 'undefined') { return global; }
|
|
20
|
+
if (typeof self !== 'undefined') { return self; }
|
|
21
|
+
return Function('return this')();
|
|
22
|
+
}.call(null));
|
|
17
23
|
|
|
18
24
|
goog.exportSymbol('proto.lansweeper.blockingrules.v1.BlockingRule', null, global);
|
|
19
25
|
goog.exportSymbol('proto.lansweeper.blockingrules.v1.DeleteBlockingRuleRequest', null, global);
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/blocking_rules.proto","package":"lansweeper.blockingrules.v1","messageType":[{"name":"NullableString","field":[{"name":"data","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"data"}],"oneofDecl":[{"name":"kind"}]},{"name":"BlockingRule","field":[{"name":"install_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installKey"},{"name":"entity","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"entity"},{"name":"created_date","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdDate"},{"name":"id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetBlockingRulesRequest"},{"name":"GetBlockingRulesByInstallRequest","field":[{"name":"install_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installKey"}]},{"name":"SetBlockingRuleRequest","field":[{"name":"install_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installKey"},{"name":"entity","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"entity"}]},{"name":"DeleteBlockingRuleRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetBlockingRulesByInstallResponse","field":[{"name":"blocking_rules","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.blockingrules.v1.BlockingRule","jsonName":"blockingRules"}]},{"name":"GetBlockingRulesResponse","field":[{"name":"blocking_rules","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.blockingrules.v1.BlockingRule","jsonName":"blockingRules"}]},{"name":"SetBlockingRuleResponse","field":[{"name":"install_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installKey"},{"name":"entity","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"entity"},{"name":"created_date","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdDate"},{"name":"id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"DeleteBlockingRuleResponse","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.blockingrules.v1.NullableString","jsonName":"id"}]}],"service":[{"name":"BlockingRulesService","method":[{"name":"GetBlockingRules","inputType":".lansweeper.blockingrules.v1.GetBlockingRulesRequest","outputType":".lansweeper.blockingrules.v1.GetBlockingRulesResponse","options":{}},{"name":"GetBlockingRulesByInstall","inputType":".lansweeper.blockingrules.v1.GetBlockingRulesByInstallRequest","outputType":".lansweeper.blockingrules.v1.GetBlockingRulesByInstallResponse","options":{}},{"name":"SetBlockingRule","inputType":".lansweeper.blockingrules.v1.SetBlockingRuleRequest","outputType":".lansweeper.blockingrules.v1.SetBlockingRuleResponse","options":{}},{"name":"DeleteBlockingRule","inputType":".lansweeper.blockingrules.v1.DeleteBlockingRuleRequest","outputType":".lansweeper.blockingrules.v1.DeleteBlockingRuleResponse","options":{}}]}],"sourceCodeInfo":{"location":[{"span":[0,0,
|
|
1
|
+
{"file":[{"name":"proto/blocking_rules.proto","package":"lansweeper.blockingrules.v1","messageType":[{"name":"NullableString","field":[{"name":"data","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","oneofIndex":0,"jsonName":"data"}],"oneofDecl":[{"name":"kind"}]},{"name":"BlockingRule","field":[{"name":"install_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installKey"},{"name":"entity","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"entity"},{"name":"created_date","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdDate"},{"name":"id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetBlockingRulesRequest"},{"name":"GetBlockingRulesByInstallRequest","field":[{"name":"install_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installKey"}]},{"name":"SetBlockingRuleRequest","field":[{"name":"install_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installKey"},{"name":"entity","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"entity"}]},{"name":"DeleteBlockingRuleRequest","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"GetBlockingRulesByInstallResponse","field":[{"name":"blocking_rules","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.blockingrules.v1.BlockingRule","jsonName":"blockingRules"}]},{"name":"GetBlockingRulesResponse","field":[{"name":"blocking_rules","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".lansweeper.blockingrules.v1.BlockingRule","jsonName":"blockingRules"}]},{"name":"SetBlockingRuleResponse","field":[{"name":"install_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"installKey"},{"name":"entity","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"entity"},{"name":"created_date","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"createdDate"},{"name":"id","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"}]},{"name":"DeleteBlockingRuleResponse","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".lansweeper.blockingrules.v1.NullableString","jsonName":"id"}]}],"service":[{"name":"BlockingRulesService","method":[{"name":"GetBlockingRules","inputType":".lansweeper.blockingrules.v1.GetBlockingRulesRequest","outputType":".lansweeper.blockingrules.v1.GetBlockingRulesResponse","options":{}},{"name":"GetBlockingRulesByInstall","inputType":".lansweeper.blockingrules.v1.GetBlockingRulesByInstallRequest","outputType":".lansweeper.blockingrules.v1.GetBlockingRulesByInstallResponse","options":{}},{"name":"SetBlockingRule","inputType":".lansweeper.blockingrules.v1.SetBlockingRuleRequest","outputType":".lansweeper.blockingrules.v1.SetBlockingRuleResponse","options":{}},{"name":"DeleteBlockingRule","inputType":".lansweeper.blockingrules.v1.DeleteBlockingRuleRequest","outputType":".lansweeper.blockingrules.v1.DeleteBlockingRuleResponse","options":{}}]}],"options":{"goPackage":"github.com/Lansweeper/lansweeperapis/packages/install/blockingRules/grpc/generated-go;blockingrulesv1"},"sourceCodeInfo":{"location":[{"span":[0,0,60,1]},{"path":[12],"span":[0,0,18]},{"path":[8],"span":[2,0,124]},{"path":[8,11],"span":[2,0,124]},{"path":[2],"span":[4,0,36]},{"path":[4,0],"span":[6,0,10,1]},{"path":[4,0,1],"span":[6,8,22]},{"path":[4,0,8,0],"span":[7,2,9,3]},{"path":[4,0,8,0,1],"span":[7,8,12]},{"path":[4,0,2,0],"span":[8,4,20]},{"path":[4,0,2,0,5],"span":[8,4,10]},{"path":[4,0,2,0,1],"span":[8,11,15]},{"path":[4,0,2,0,3],"span":[8,18,19]},{"path":[4,1],"span":[12,0,17,1]},{"path":[4,1,1],"span":[12,8,20]},{"path":[4,1,2,0],"span":[13,2,25]},{"path":[4,1,2,0,5],"span":[13,2,8]},{"path":[4,1,2,0,1],"span":[13,9,20]},{"path":[4,1,2,0,3],"span":[13,23,24]},{"path":[4,1,2,1],"span":[14,2,20]},{"path":[4,1,2,1,5],"span":[14,2,8]},{"path":[4,1,2,1,1],"span":[14,9,15]},{"path":[4,1,2,1,3],"span":[14,18,19]},{"path":[4,1,2,2],"span":[15,2,26]},{"path":[4,1,2,2,5],"span":[15,2,8]},{"path":[4,1,2,2,1],"span":[15,9,21]},{"path":[4,1,2,2,3],"span":[15,24,25]},{"path":[4,1,2,3],"span":[16,2,16]},{"path":[4,1,2,3,5],"span":[16,2,8]},{"path":[4,1,2,3,1],"span":[16,9,11]},{"path":[4,1,2,3,3],"span":[16,14,15]},{"path":[4,2],"span":[19,0,21,1]},{"path":[4,2,1],"span":[19,8,31]},{"path":[4,3],"span":[23,0,25,1]},{"path":[4,3,1],"span":[23,8,40]},{"path":[4,3,2,0],"span":[24,2,25]},{"path":[4,3,2,0,5],"span":[24,2,8]},{"path":[4,3,2,0,1],"span":[24,9,20]},{"path":[4,3,2,0,3],"span":[24,23,24]},{"path":[4,4],"span":[27,0,30,1]},{"path":[4,4,1],"span":[27,8,30]},{"path":[4,4,2,0],"span":[28,2,25]},{"path":[4,4,2,0,5],"span":[28,2,8]},{"path":[4,4,2,0,1],"span":[28,9,20]},{"path":[4,4,2,0,3],"span":[28,23,24]},{"path":[4,4,2,1],"span":[29,2,20]},{"path":[4,4,2,1,5],"span":[29,2,8]},{"path":[4,4,2,1,1],"span":[29,9,15]},{"path":[4,4,2,1,3],"span":[29,18,19]},{"path":[4,5],"span":[32,0,34,1]},{"path":[4,5,1],"span":[32,8,33]},{"path":[4,5,2,0],"span":[33,2,16]},{"path":[4,5,2,0,5],"span":[33,2,8]},{"path":[4,5,2,0,1],"span":[33,9,11]},{"path":[4,5,2,0,3],"span":[33,14,15]},{"path":[4,6],"span":[36,0,38,1]},{"path":[4,6,1],"span":[36,8,41]},{"path":[4,6,2,0],"span":[37,2,43]},{"path":[4,6,2,0,4],"span":[37,2,10]},{"path":[4,6,2,0,6],"span":[37,11,23]},{"path":[4,6,2,0,1],"span":[37,24,38]},{"path":[4,6,2,0,3],"span":[37,41,42]},{"path":[4,7],"span":[40,0,42,1]},{"path":[4,7,1],"span":[40,8,32]},{"path":[4,7,2,0],"span":[41,2,43]},{"path":[4,7,2,0,4],"span":[41,2,10]},{"path":[4,7,2,0,6],"span":[41,11,23]},{"path":[4,7,2,0,1],"span":[41,24,38]},{"path":[4,7,2,0,3],"span":[41,41,42]},{"path":[4,8],"span":[44,0,49,1]},{"path":[4,8,1],"span":[44,8,31]},{"path":[4,8,2,0],"span":[45,2,25]},{"path":[4,8,2,0,5],"span":[45,2,8]},{"path":[4,8,2,0,1],"span":[45,9,20]},{"path":[4,8,2,0,3],"span":[45,23,24]},{"path":[4,8,2,1],"span":[46,2,20]},{"path":[4,8,2,1,5],"span":[46,2,8]},{"path":[4,8,2,1,1],"span":[46,9,15]},{"path":[4,8,2,1,3],"span":[46,18,19]},{"path":[4,8,2,2],"span":[47,2,26]},{"path":[4,8,2,2,5],"span":[47,2,8]},{"path":[4,8,2,2,1],"span":[47,9,21]},{"path":[4,8,2,2,3],"span":[47,24,25]},{"path":[4,8,2,3],"span":[48,2,16]},{"path":[4,8,2,3,5],"span":[48,2,8]},{"path":[4,8,2,3,1],"span":[48,9,11]},{"path":[4,8,2,3,3],"span":[48,14,15]},{"path":[4,9],"span":[51,0,53,1]},{"path":[4,9,1],"span":[51,8,34]},{"path":[4,9,2,0],"span":[52,8,30]},{"path":[4,9,2,0,6],"span":[52,8,22]},{"path":[4,9,2,0,1],"span":[52,23,25]},{"path":[4,9,2,0,3],"span":[52,28,29]},{"path":[6,0],"span":[55,0,60,1]},{"path":[6,0,1],"span":[55,8,28]},{"path":[6,0,2,0],"span":[56,2,85]},{"path":[6,0,2,0,1],"span":[56,6,22]},{"path":[6,0,2,0,2],"span":[56,23,46]},{"path":[6,0,2,0,3],"span":[56,57,81]},{"path":[6,0,2,1],"span":[57,2,112]},{"path":[6,0,2,1,1],"span":[57,6,31]},{"path":[6,0,2,1,2],"span":[57,32,64]},{"path":[6,0,2,1,3],"span":[57,75,108]},{"path":[6,0,2,2],"span":[58,2,82]},{"path":[6,0,2,2,1],"span":[58,6,21]},{"path":[6,0,2,2,2],"span":[58,22,44]},{"path":[6,0,2,2,3],"span":[58,55,78]},{"path":[6,0,2,3],"span":[59,2,91]},{"path":[6,0,2,3,1],"span":[59,6,24]},{"path":[6,0,2,3,2],"span":[59,25,50]},{"path":[6,0,2,3,3],"span":[59,61,87]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lansweeper/blocking-rules-grpc",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "blocking rules 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": "6f85642446fd9521218999bdd9adb559597cdd2e"
|
|
20
20
|
}
|