@aceplus/smartace-api 3.6.0-alpha.4 → 3.6.0-alpha.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
@@ -5,7 +5,7 @@
5
5
  "grpc-web": "^1.4.2",
6
6
  "ts-protoc-gen": "^0.15.0"
7
7
  },
8
- "version": "3.6.0-alpha.4",
8
+ "version": "3.6.0-alpha.6",
9
9
  "description": "Generated proto files.",
10
10
  "author": "TKF",
11
11
  "files": [
@@ -123,12 +123,6 @@ export namespace AssetProto {
123
123
  getImage(): google_protobuf_wrappers_pb.BytesValue | undefined;
124
124
  setImage(value?: google_protobuf_wrappers_pb.BytesValue): void;
125
125
 
126
- getExtIo1Name(): string;
127
- setExtIo1Name(value: string): void;
128
-
129
- getExtIo2Name(): string;
130
- setExtIo2Name(value: string): void;
131
-
132
126
  getGroupId(): string;
133
127
  setGroupId(value: string): void;
134
128
 
@@ -154,8 +148,6 @@ export namespace AssetProto {
154
148
  locationId: number,
155
149
  uid: string,
156
150
  image?: google_protobuf_wrappers_pb.BytesValue.AsObject,
157
- extIo1Name: string,
158
- extIo2Name: string,
159
151
  groupId: string,
160
152
  clientId: number,
161
153
  assetType: AssetProto.AssetTypeMap[keyof AssetProto.AssetTypeMap],
@@ -215,12 +207,6 @@ export namespace AssetProto {
215
207
  getImage(): google_protobuf_wrappers_pb.BytesValue | undefined;
216
208
  setImage(value?: google_protobuf_wrappers_pb.BytesValue): void;
217
209
 
218
- getExtIo1Name(): string;
219
- setExtIo1Name(value: string): void;
220
-
221
- getExtIo2Name(): string;
222
- setExtIo2Name(value: string): void;
223
-
224
210
  getGroupId(): string;
225
211
  setGroupId(value: string): void;
226
212
 
@@ -247,8 +233,6 @@ export namespace AssetProto {
247
233
  locationId: number,
248
234
  uid: string,
249
235
  image?: google_protobuf_wrappers_pb.BytesValue.AsObject,
250
- extIo1Name: string,
251
- extIo2Name: string,
252
236
  groupId: string,
253
237
  clientId: number,
254
238
  assetType: AssetProto.AssetTypeMap[keyof AssetProto.AssetTypeMap],
package/spic.asset_pb.js CHANGED
@@ -798,11 +798,9 @@ proto.Spic.AssetProto.CreateRequest.toObject = function(includeInstance, msg) {
798
798
  locationId: jspb.Message.getFieldWithDefault(msg, 2, 0),
799
799
  uid: jspb.Message.getFieldWithDefault(msg, 3, ""),
800
800
  image: (f = msg.getImage()) && google_protobuf_wrappers_pb.BytesValue.toObject(includeInstance, f),
801
- extIo1Name: jspb.Message.getFieldWithDefault(msg, 5, ""),
802
- extIo2Name: jspb.Message.getFieldWithDefault(msg, 6, ""),
803
- groupId: jspb.Message.getFieldWithDefault(msg, 7, ""),
804
- clientId: jspb.Message.getFieldWithDefault(msg, 8, 0),
805
- assetType: jspb.Message.getFieldWithDefault(msg, 9, 0)
801
+ groupId: jspb.Message.getFieldWithDefault(msg, 5, ""),
802
+ clientId: jspb.Message.getFieldWithDefault(msg, 6, 0),
803
+ assetType: jspb.Message.getFieldWithDefault(msg, 7, 0)
806
804
  };
807
805
 
808
806
  if (includeInstance) {
@@ -857,22 +855,14 @@ proto.Spic.AssetProto.CreateRequest.deserializeBinaryFromReader = function(msg,
857
855
  msg.setImage(value);
858
856
  break;
859
857
  case 5:
860
- var value = /** @type {string} */ (reader.readString());
861
- msg.setExtIo1Name(value);
862
- break;
863
- case 6:
864
- var value = /** @type {string} */ (reader.readString());
865
- msg.setExtIo2Name(value);
866
- break;
867
- case 7:
868
858
  var value = /** @type {string} */ (reader.readString());
869
859
  msg.setGroupId(value);
870
860
  break;
871
- case 8:
861
+ case 6:
872
862
  var value = /** @type {number} */ (reader.readInt32());
873
863
  msg.setClientId(value);
874
864
  break;
875
- case 9:
865
+ case 7:
876
866
  var value = /** @type {!proto.Spic.AssetProto.AssetType} */ (reader.readEnum());
877
867
  msg.setAssetType(value);
878
868
  break;
@@ -934,38 +924,24 @@ proto.Spic.AssetProto.CreateRequest.serializeBinaryToWriter = function(message,
934
924
  google_protobuf_wrappers_pb.BytesValue.serializeBinaryToWriter
935
925
  );
936
926
  }
937
- f = message.getExtIo1Name();
938
- if (f.length > 0) {
939
- writer.writeString(
940
- 5,
941
- f
942
- );
943
- }
944
- f = message.getExtIo2Name();
945
- if (f.length > 0) {
946
- writer.writeString(
947
- 6,
948
- f
949
- );
950
- }
951
927
  f = message.getGroupId();
952
928
  if (f.length > 0) {
953
929
  writer.writeString(
954
- 7,
930
+ 5,
955
931
  f
956
932
  );
957
933
  }
958
934
  f = message.getClientId();
959
935
  if (f !== 0) {
960
936
  writer.writeInt32(
961
- 8,
937
+ 6,
962
938
  f
963
939
  );
964
940
  }
965
941
  f = message.getAssetType();
966
942
  if (f !== 0.0) {
967
943
  writer.writeEnum(
968
- 9,
944
+ 7,
969
945
  f
970
946
  );
971
947
  }
@@ -1064,47 +1040,11 @@ proto.Spic.AssetProto.CreateRequest.prototype.hasImage = function() {
1064
1040
 
1065
1041
 
1066
1042
  /**
1067
- * optional string ext_io_1_name = 5;
1068
- * @return {string}
1069
- */
1070
- proto.Spic.AssetProto.CreateRequest.prototype.getExtIo1Name = function() {
1071
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
1072
- };
1073
-
1074
-
1075
- /**
1076
- * @param {string} value
1077
- * @return {!proto.Spic.AssetProto.CreateRequest} returns this
1078
- */
1079
- proto.Spic.AssetProto.CreateRequest.prototype.setExtIo1Name = function(value) {
1080
- return jspb.Message.setProto3StringField(this, 5, value);
1081
- };
1082
-
1083
-
1084
- /**
1085
- * optional string ext_io_2_name = 6;
1086
- * @return {string}
1087
- */
1088
- proto.Spic.AssetProto.CreateRequest.prototype.getExtIo2Name = function() {
1089
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
1090
- };
1091
-
1092
-
1093
- /**
1094
- * @param {string} value
1095
- * @return {!proto.Spic.AssetProto.CreateRequest} returns this
1096
- */
1097
- proto.Spic.AssetProto.CreateRequest.prototype.setExtIo2Name = function(value) {
1098
- return jspb.Message.setProto3StringField(this, 6, value);
1099
- };
1100
-
1101
-
1102
- /**
1103
- * optional string group_id = 7;
1043
+ * optional string group_id = 5;
1104
1044
  * @return {string}
1105
1045
  */
1106
1046
  proto.Spic.AssetProto.CreateRequest.prototype.getGroupId = function() {
1107
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
1047
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
1108
1048
  };
1109
1049
 
1110
1050
 
@@ -1113,16 +1053,16 @@ proto.Spic.AssetProto.CreateRequest.prototype.getGroupId = function() {
1113
1053
  * @return {!proto.Spic.AssetProto.CreateRequest} returns this
1114
1054
  */
1115
1055
  proto.Spic.AssetProto.CreateRequest.prototype.setGroupId = function(value) {
1116
- return jspb.Message.setProto3StringField(this, 7, value);
1056
+ return jspb.Message.setProto3StringField(this, 5, value);
1117
1057
  };
1118
1058
 
1119
1059
 
1120
1060
  /**
1121
- * optional int32 client_id = 8;
1061
+ * optional int32 client_id = 6;
1122
1062
  * @return {number}
1123
1063
  */
1124
1064
  proto.Spic.AssetProto.CreateRequest.prototype.getClientId = function() {
1125
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0));
1065
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
1126
1066
  };
1127
1067
 
1128
1068
 
@@ -1131,16 +1071,16 @@ proto.Spic.AssetProto.CreateRequest.prototype.getClientId = function() {
1131
1071
  * @return {!proto.Spic.AssetProto.CreateRequest} returns this
1132
1072
  */
1133
1073
  proto.Spic.AssetProto.CreateRequest.prototype.setClientId = function(value) {
1134
- return jspb.Message.setProto3IntField(this, 8, value);
1074
+ return jspb.Message.setProto3IntField(this, 6, value);
1135
1075
  };
1136
1076
 
1137
1077
 
1138
1078
  /**
1139
- * optional AssetType asset_type = 9;
1079
+ * optional AssetType asset_type = 7;
1140
1080
  * @return {!proto.Spic.AssetProto.AssetType}
1141
1081
  */
1142
1082
  proto.Spic.AssetProto.CreateRequest.prototype.getAssetType = function() {
1143
- return /** @type {!proto.Spic.AssetProto.AssetType} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
1083
+ return /** @type {!proto.Spic.AssetProto.AssetType} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
1144
1084
  };
1145
1085
 
1146
1086
 
@@ -1149,7 +1089,7 @@ proto.Spic.AssetProto.CreateRequest.prototype.getAssetType = function() {
1149
1089
  * @return {!proto.Spic.AssetProto.CreateRequest} returns this
1150
1090
  */
1151
1091
  proto.Spic.AssetProto.CreateRequest.prototype.setAssetType = function(value) {
1152
- return jspb.Message.setProto3EnumField(this, 9, value);
1092
+ return jspb.Message.setProto3EnumField(this, 7, value);
1153
1093
  };
1154
1094
 
1155
1095
 
@@ -1412,11 +1352,9 @@ proto.Spic.AssetProto.UpdateRequest.toObject = function(includeInstance, msg) {
1412
1352
  locationId: jspb.Message.getFieldWithDefault(msg, 3, 0),
1413
1353
  uid: jspb.Message.getFieldWithDefault(msg, 4, ""),
1414
1354
  image: (f = msg.getImage()) && google_protobuf_wrappers_pb.BytesValue.toObject(includeInstance, f),
1415
- extIo1Name: jspb.Message.getFieldWithDefault(msg, 6, ""),
1416
- extIo2Name: jspb.Message.getFieldWithDefault(msg, 7, ""),
1417
- groupId: jspb.Message.getFieldWithDefault(msg, 8, ""),
1418
- clientId: jspb.Message.getFieldWithDefault(msg, 9, 0),
1419
- assetType: jspb.Message.getFieldWithDefault(msg, 10, 0)
1355
+ groupId: jspb.Message.getFieldWithDefault(msg, 6, ""),
1356
+ clientId: jspb.Message.getFieldWithDefault(msg, 7, 0),
1357
+ assetType: jspb.Message.getFieldWithDefault(msg, 8, 0)
1420
1358
  };
1421
1359
 
1422
1360
  if (includeInstance) {
@@ -1475,22 +1413,14 @@ proto.Spic.AssetProto.UpdateRequest.deserializeBinaryFromReader = function(msg,
1475
1413
  msg.setImage(value);
1476
1414
  break;
1477
1415
  case 6:
1478
- var value = /** @type {string} */ (reader.readString());
1479
- msg.setExtIo1Name(value);
1480
- break;
1481
- case 7:
1482
- var value = /** @type {string} */ (reader.readString());
1483
- msg.setExtIo2Name(value);
1484
- break;
1485
- case 8:
1486
1416
  var value = /** @type {string} */ (reader.readString());
1487
1417
  msg.setGroupId(value);
1488
1418
  break;
1489
- case 9:
1419
+ case 7:
1490
1420
  var value = /** @type {number} */ (reader.readInt32());
1491
1421
  msg.setClientId(value);
1492
1422
  break;
1493
- case 10:
1423
+ case 8:
1494
1424
  var value = /** @type {!proto.Spic.AssetProto.AssetType} */ (reader.readEnum());
1495
1425
  msg.setAssetType(value);
1496
1426
  break;
@@ -1559,38 +1489,24 @@ proto.Spic.AssetProto.UpdateRequest.serializeBinaryToWriter = function(message,
1559
1489
  google_protobuf_wrappers_pb.BytesValue.serializeBinaryToWriter
1560
1490
  );
1561
1491
  }
1562
- f = message.getExtIo1Name();
1563
- if (f.length > 0) {
1564
- writer.writeString(
1565
- 6,
1566
- f
1567
- );
1568
- }
1569
- f = message.getExtIo2Name();
1570
- if (f.length > 0) {
1571
- writer.writeString(
1572
- 7,
1573
- f
1574
- );
1575
- }
1576
1492
  f = message.getGroupId();
1577
1493
  if (f.length > 0) {
1578
1494
  writer.writeString(
1579
- 8,
1495
+ 6,
1580
1496
  f
1581
1497
  );
1582
1498
  }
1583
1499
  f = message.getClientId();
1584
1500
  if (f !== 0) {
1585
1501
  writer.writeInt32(
1586
- 9,
1502
+ 7,
1587
1503
  f
1588
1504
  );
1589
1505
  }
1590
1506
  f = message.getAssetType();
1591
1507
  if (f !== 0.0) {
1592
1508
  writer.writeEnum(
1593
- 10,
1509
+ 8,
1594
1510
  f
1595
1511
  );
1596
1512
  }
@@ -1707,47 +1623,11 @@ proto.Spic.AssetProto.UpdateRequest.prototype.hasImage = function() {
1707
1623
 
1708
1624
 
1709
1625
  /**
1710
- * optional string ext_io_1_name = 6;
1711
- * @return {string}
1712
- */
1713
- proto.Spic.AssetProto.UpdateRequest.prototype.getExtIo1Name = function() {
1714
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
1715
- };
1716
-
1717
-
1718
- /**
1719
- * @param {string} value
1720
- * @return {!proto.Spic.AssetProto.UpdateRequest} returns this
1721
- */
1722
- proto.Spic.AssetProto.UpdateRequest.prototype.setExtIo1Name = function(value) {
1723
- return jspb.Message.setProto3StringField(this, 6, value);
1724
- };
1725
-
1726
-
1727
- /**
1728
- * optional string ext_io_2_name = 7;
1729
- * @return {string}
1730
- */
1731
- proto.Spic.AssetProto.UpdateRequest.prototype.getExtIo2Name = function() {
1732
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
1733
- };
1734
-
1735
-
1736
- /**
1737
- * @param {string} value
1738
- * @return {!proto.Spic.AssetProto.UpdateRequest} returns this
1739
- */
1740
- proto.Spic.AssetProto.UpdateRequest.prototype.setExtIo2Name = function(value) {
1741
- return jspb.Message.setProto3StringField(this, 7, value);
1742
- };
1743
-
1744
-
1745
- /**
1746
- * optional string group_id = 8;
1626
+ * optional string group_id = 6;
1747
1627
  * @return {string}
1748
1628
  */
1749
1629
  proto.Spic.AssetProto.UpdateRequest.prototype.getGroupId = function() {
1750
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
1630
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
1751
1631
  };
1752
1632
 
1753
1633
 
@@ -1756,16 +1636,16 @@ proto.Spic.AssetProto.UpdateRequest.prototype.getGroupId = function() {
1756
1636
  * @return {!proto.Spic.AssetProto.UpdateRequest} returns this
1757
1637
  */
1758
1638
  proto.Spic.AssetProto.UpdateRequest.prototype.setGroupId = function(value) {
1759
- return jspb.Message.setProto3StringField(this, 8, value);
1639
+ return jspb.Message.setProto3StringField(this, 6, value);
1760
1640
  };
1761
1641
 
1762
1642
 
1763
1643
  /**
1764
- * optional int32 client_id = 9;
1644
+ * optional int32 client_id = 7;
1765
1645
  * @return {number}
1766
1646
  */
1767
1647
  proto.Spic.AssetProto.UpdateRequest.prototype.getClientId = function() {
1768
- return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
1648
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
1769
1649
  };
1770
1650
 
1771
1651
 
@@ -1774,16 +1654,16 @@ proto.Spic.AssetProto.UpdateRequest.prototype.getClientId = function() {
1774
1654
  * @return {!proto.Spic.AssetProto.UpdateRequest} returns this
1775
1655
  */
1776
1656
  proto.Spic.AssetProto.UpdateRequest.prototype.setClientId = function(value) {
1777
- return jspb.Message.setProto3IntField(this, 9, value);
1657
+ return jspb.Message.setProto3IntField(this, 7, value);
1778
1658
  };
1779
1659
 
1780
1660
 
1781
1661
  /**
1782
- * optional AssetType asset_type = 10;
1662
+ * optional AssetType asset_type = 8;
1783
1663
  * @return {!proto.Spic.AssetProto.AssetType}
1784
1664
  */
1785
1665
  proto.Spic.AssetProto.UpdateRequest.prototype.getAssetType = function() {
1786
- return /** @type {!proto.Spic.AssetProto.AssetType} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
1666
+ return /** @type {!proto.Spic.AssetProto.AssetType} */ (jspb.Message.getFieldWithDefault(this, 8, 0));
1787
1667
  };
1788
1668
 
1789
1669
 
@@ -1792,7 +1672,7 @@ proto.Spic.AssetProto.UpdateRequest.prototype.getAssetType = function() {
1792
1672
  * @return {!proto.Spic.AssetProto.UpdateRequest} returns this
1793
1673
  */
1794
1674
  proto.Spic.AssetProto.UpdateRequest.prototype.setAssetType = function(value) {
1795
- return jspb.Message.setProto3EnumField(this, 10, value);
1675
+ return jspb.Message.setProto3EnumField(this, 8, value);
1796
1676
  };
1797
1677
 
1798
1678