@aldiokta/protocgen 1.0.11 → 1.0.12

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.
@@ -27,6 +27,7 @@ goog.exportSymbol('proto.prisca.v1.core.transaction_builder.EditTransactionBuild
27
27
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.EditTransactionConfigById', null, global);
28
28
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.EditTransactionFieldsById', null, global);
29
29
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.FieldRules', null, global);
30
+ goog.exportSymbol('proto.prisca.v1.core.transaction_builder.FieldRulesWithProp', null, global);
30
31
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.FieldViews', null, global);
31
32
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionBuilderById', null, global);
32
33
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionBuilderByIdWithDetail', null, global);
@@ -35,6 +36,7 @@ goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionConfig
35
36
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionConfigList', null, global);
36
37
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.GetTransactionFieldsById', null, global);
37
38
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.PropertiesForm', null, global);
39
+ goog.exportSymbol('proto.prisca.v1.core.transaction_builder.PropertiesRules', null, global);
38
40
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.PropertiesTable', null, global);
39
41
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilder', null, global);
40
42
  goog.exportSymbol('proto.prisca.v1.core.transaction_builder.ResponseTransactionBuilderList', null, global);
@@ -90,9 +92,30 @@ if (goog.DEBUG && !COMPILED) {
90
92
  * @extends {jspb.Message}
91
93
  * @constructor
92
94
  */
93
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm = function(opt_data) {
95
+ proto.prisca.v1.core.transaction_builder.PropertiesRules = function(opt_data) {
94
96
  jspb.Message.initialize(this, opt_data, 0, -1, null, null);
95
97
  };
98
+ goog.inherits(proto.prisca.v1.core.transaction_builder.PropertiesRules, jspb.Message);
99
+ if (goog.DEBUG && !COMPILED) {
100
+ /**
101
+ * @public
102
+ * @override
103
+ */
104
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.displayName = 'proto.prisca.v1.core.transaction_builder.PropertiesRules';
105
+ }
106
+ /**
107
+ * Generated by JsPbCodeGenerator.
108
+ * @param {Array=} opt_data Optional initial data array, typically from a
109
+ * server response, or constructed directly in Javascript. The array is used
110
+ * in place and becomes part of the constructed object. It is not cloned.
111
+ * If no data is provided, the constructed object will be empty, but still
112
+ * valid.
113
+ * @extends {jspb.Message}
114
+ * @constructor
115
+ */
116
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm = function(opt_data) {
117
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.repeatedFields_, null);
118
+ };
96
119
  goog.inherits(proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm, jspb.Message);
97
120
  if (goog.DEBUG && !COMPILED) {
98
121
  /**
@@ -206,6 +229,27 @@ if (goog.DEBUG && !COMPILED) {
206
229
  */
207
230
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.displayName = 'proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase';
208
231
  }
232
+ /**
233
+ * Generated by JsPbCodeGenerator.
234
+ * @param {Array=} opt_data Optional initial data array, typically from a
235
+ * server response, or constructed directly in Javascript. The array is used
236
+ * in place and becomes part of the constructed object. It is not cloned.
237
+ * If no data is provided, the constructed object will be empty, but still
238
+ * valid.
239
+ * @extends {jspb.Message}
240
+ * @constructor
241
+ */
242
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp = function(opt_data) {
243
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
244
+ };
245
+ goog.inherits(proto.prisca.v1.core.transaction_builder.FieldRulesWithProp, jspb.Message);
246
+ if (goog.DEBUG && !COMPILED) {
247
+ /**
248
+ * @public
249
+ * @override
250
+ */
251
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.displayName = 'proto.prisca.v1.core.transaction_builder.FieldRulesWithProp';
252
+ }
209
253
  /**
210
254
  * Generated by JsPbCodeGenerator.
211
255
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -978,6 +1022,173 @@ proto.prisca.v1.core.transaction_builder.Value.prototype.setValue = function(val
978
1022
 
979
1023
 
980
1024
 
1025
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1026
+ /**
1027
+ * Creates an object representation of this proto.
1028
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1029
+ * Optional fields that are not set will be set to undefined.
1030
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1031
+ * For the list of reserved names please see:
1032
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
1033
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
1034
+ * JSPB instance for transitional soy proto support:
1035
+ * http://goto/soy-param-migration
1036
+ * @return {!Object}
1037
+ */
1038
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.toObject = function(opt_includeInstance) {
1039
+ return proto.prisca.v1.core.transaction_builder.PropertiesRules.toObject(opt_includeInstance, this);
1040
+ };
1041
+
1042
+
1043
+ /**
1044
+ * Static version of the {@see toObject} method.
1045
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
1046
+ * the JSPB instance for transitional soy proto support:
1047
+ * http://goto/soy-param-migration
1048
+ * @param {!proto.prisca.v1.core.transaction_builder.PropertiesRules} msg The msg instance to transform.
1049
+ * @return {!Object}
1050
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1051
+ */
1052
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.toObject = function(includeInstance, msg) {
1053
+ var f, obj = {
1054
+ type: jspb.Message.getFieldWithDefault(msg, 1, ""),
1055
+ value: jspb.Message.getFieldWithDefault(msg, 2, "")
1056
+ };
1057
+
1058
+ if (includeInstance) {
1059
+ obj.$jspbMessageInstance = msg;
1060
+ }
1061
+ return obj;
1062
+ };
1063
+ }
1064
+
1065
+
1066
+ /**
1067
+ * Deserializes binary data (in protobuf wire format).
1068
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
1069
+ * @return {!proto.prisca.v1.core.transaction_builder.PropertiesRules}
1070
+ */
1071
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.deserializeBinary = function(bytes) {
1072
+ var reader = new jspb.BinaryReader(bytes);
1073
+ var msg = new proto.prisca.v1.core.transaction_builder.PropertiesRules;
1074
+ return proto.prisca.v1.core.transaction_builder.PropertiesRules.deserializeBinaryFromReader(msg, reader);
1075
+ };
1076
+
1077
+
1078
+ /**
1079
+ * Deserializes binary data (in protobuf wire format) from the
1080
+ * given reader into the given message object.
1081
+ * @param {!proto.prisca.v1.core.transaction_builder.PropertiesRules} msg The message object to deserialize into.
1082
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
1083
+ * @return {!proto.prisca.v1.core.transaction_builder.PropertiesRules}
1084
+ */
1085
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.deserializeBinaryFromReader = function(msg, reader) {
1086
+ while (reader.nextField()) {
1087
+ if (reader.isEndGroup()) {
1088
+ break;
1089
+ }
1090
+ var field = reader.getFieldNumber();
1091
+ switch (field) {
1092
+ case 1:
1093
+ var value = /** @type {string} */ (reader.readString());
1094
+ msg.setType(value);
1095
+ break;
1096
+ case 2:
1097
+ var value = /** @type {string} */ (reader.readString());
1098
+ msg.setValue(value);
1099
+ break;
1100
+ default:
1101
+ reader.skipField();
1102
+ break;
1103
+ }
1104
+ }
1105
+ return msg;
1106
+ };
1107
+
1108
+
1109
+ /**
1110
+ * Serializes the message to binary data (in protobuf wire format).
1111
+ * @return {!Uint8Array}
1112
+ */
1113
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.serializeBinary = function() {
1114
+ var writer = new jspb.BinaryWriter();
1115
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.serializeBinaryToWriter(this, writer);
1116
+ return writer.getResultBuffer();
1117
+ };
1118
+
1119
+
1120
+ /**
1121
+ * Serializes the given message to binary data (in protobuf wire
1122
+ * format), writing to the given BinaryWriter.
1123
+ * @param {!proto.prisca.v1.core.transaction_builder.PropertiesRules} message
1124
+ * @param {!jspb.BinaryWriter} writer
1125
+ * @suppress {unusedLocalVariables} f is only used for nested messages
1126
+ */
1127
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.serializeBinaryToWriter = function(message, writer) {
1128
+ var f = undefined;
1129
+ f = message.getType();
1130
+ if (f.length > 0) {
1131
+ writer.writeString(
1132
+ 1,
1133
+ f
1134
+ );
1135
+ }
1136
+ f = message.getValue();
1137
+ if (f.length > 0) {
1138
+ writer.writeString(
1139
+ 2,
1140
+ f
1141
+ );
1142
+ }
1143
+ };
1144
+
1145
+
1146
+ /**
1147
+ * optional string type = 1;
1148
+ * @return {string}
1149
+ */
1150
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.getType = function() {
1151
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
1152
+ };
1153
+
1154
+
1155
+ /**
1156
+ * @param {string} value
1157
+ * @return {!proto.prisca.v1.core.transaction_builder.PropertiesRules} returns this
1158
+ */
1159
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.setType = function(value) {
1160
+ return jspb.Message.setProto3StringField(this, 1, value);
1161
+ };
1162
+
1163
+
1164
+ /**
1165
+ * optional string value = 2;
1166
+ * @return {string}
1167
+ */
1168
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.getValue = function() {
1169
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
1170
+ };
1171
+
1172
+
1173
+ /**
1174
+ * @param {string} value
1175
+ * @return {!proto.prisca.v1.core.transaction_builder.PropertiesRules} returns this
1176
+ */
1177
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.prototype.setValue = function(value) {
1178
+ return jspb.Message.setProto3StringField(this, 2, value);
1179
+ };
1180
+
1181
+
1182
+
1183
+ /**
1184
+ * List of repeated fields within this message type.
1185
+ * @private {!Array<number>}
1186
+ * @const
1187
+ */
1188
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.repeatedFields_ = [6,8];
1189
+
1190
+
1191
+
981
1192
  if (jspb.Message.GENERATE_TO_OBJECT) {
982
1193
  /**
983
1194
  * Creates an object representation of this proto.
@@ -1012,7 +1223,11 @@ orders: jspb.Message.getFieldWithDefault(msg, 2, 0),
1012
1223
  key: jspb.Message.getFieldWithDefault(msg, 3, ""),
1013
1224
  label: jspb.Message.getFieldWithDefault(msg, 4, ""),
1014
1225
  referencesId: jspb.Message.getFieldWithDefault(msg, 5, ""),
1015
- properties: (f = msg.getProperties()) && proto.prisca.v1.core.transaction_builder.PropertiesForm.toObject(includeInstance, f)
1226
+ optionList: jspb.Message.toObjectList(msg.getOptionList(),
1227
+ proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
1228
+ properties: (f = msg.getProperties()) && proto.prisca.v1.core.transaction_builder.PropertiesForm.toObject(includeInstance, f),
1229
+ fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
1230
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.toObject, includeInstance)
1016
1231
  };
1017
1232
 
1018
1233
  if (includeInstance) {
@@ -1070,10 +1285,20 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.deserializ
1070
1285
  msg.setReferencesId(value);
1071
1286
  break;
1072
1287
  case 6:
1288
+ var value = new proto.prisca.v1.core.transaction_builder.Value;
1289
+ reader.readMessage(value,proto.prisca.v1.core.transaction_builder.Value.deserializeBinaryFromReader);
1290
+ msg.addOption(value);
1291
+ break;
1292
+ case 7:
1073
1293
  var value = new proto.prisca.v1.core.transaction_builder.PropertiesForm;
1074
1294
  reader.readMessage(value,proto.prisca.v1.core.transaction_builder.PropertiesForm.deserializeBinaryFromReader);
1075
1295
  msg.setProperties(value);
1076
1296
  break;
1297
+ case 8:
1298
+ var value = new proto.prisca.v1.core.transaction_builder.FieldRulesWithProp;
1299
+ reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.deserializeBinaryFromReader);
1300
+ msg.addFieldRules(value);
1301
+ break;
1077
1302
  default:
1078
1303
  reader.skipField();
1079
1304
  break;
@@ -1138,14 +1363,30 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.serializeB
1138
1363
  f
1139
1364
  );
1140
1365
  }
1366
+ f = message.getOptionList();
1367
+ if (f.length > 0) {
1368
+ writer.writeRepeatedMessage(
1369
+ 6,
1370
+ f,
1371
+ proto.prisca.v1.core.transaction_builder.Value.serializeBinaryToWriter
1372
+ );
1373
+ }
1141
1374
  f = message.getProperties();
1142
1375
  if (f != null) {
1143
1376
  writer.writeMessage(
1144
- 6,
1377
+ 7,
1145
1378
  f,
1146
1379
  proto.prisca.v1.core.transaction_builder.PropertiesForm.serializeBinaryToWriter
1147
1380
  );
1148
1381
  }
1382
+ f = message.getFieldRulesList();
1383
+ if (f.length > 0) {
1384
+ writer.writeRepeatedMessage(
1385
+ 8,
1386
+ f,
1387
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.serializeBinaryToWriter
1388
+ );
1389
+ }
1149
1390
  };
1150
1391
 
1151
1392
 
@@ -1240,12 +1481,50 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.
1240
1481
 
1241
1482
 
1242
1483
  /**
1243
- * optional PropertiesForm properties = 6;
1484
+ * repeated Value option = 6;
1485
+ * @return {!Array<!proto.prisca.v1.core.transaction_builder.Value>}
1486
+ */
1487
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getOptionList = function() {
1488
+ return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.Value>} */ (
1489
+ jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value, 6));
1490
+ };
1491
+
1492
+
1493
+ /**
1494
+ * @param {!Array<!proto.prisca.v1.core.transaction_builder.Value>} value
1495
+ * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
1496
+ */
1497
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setOptionList = function(value) {
1498
+ return jspb.Message.setRepeatedWrapperField(this, 6, value);
1499
+ };
1500
+
1501
+
1502
+ /**
1503
+ * @param {!proto.prisca.v1.core.transaction_builder.Value=} opt_value
1504
+ * @param {number=} opt_index
1505
+ * @return {!proto.prisca.v1.core.transaction_builder.Value}
1506
+ */
1507
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.addOption = function(opt_value, opt_index) {
1508
+ return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.prisca.v1.core.transaction_builder.Value, opt_index);
1509
+ };
1510
+
1511
+
1512
+ /**
1513
+ * Clears the list making it empty but non-null.
1514
+ * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
1515
+ */
1516
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.clearOptionList = function() {
1517
+ return this.setOptionList([]);
1518
+ };
1519
+
1520
+
1521
+ /**
1522
+ * optional PropertiesForm properties = 7;
1244
1523
  * @return {?proto.prisca.v1.core.transaction_builder.PropertiesForm}
1245
1524
  */
1246
1525
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getProperties = function() {
1247
1526
  return /** @type{?proto.prisca.v1.core.transaction_builder.PropertiesForm} */ (
1248
- jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.PropertiesForm, 6));
1527
+ jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.PropertiesForm, 7));
1249
1528
  };
1250
1529
 
1251
1530
 
@@ -1254,7 +1533,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.
1254
1533
  * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
1255
1534
  */
1256
1535
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setProperties = function(value) {
1257
- return jspb.Message.setWrapperField(this, 6, value);
1536
+ return jspb.Message.setWrapperField(this, 7, value);
1258
1537
  };
1259
1538
 
1260
1539
 
@@ -1272,17 +1551,55 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.
1272
1551
  * @return {boolean}
1273
1552
  */
1274
1553
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.hasProperties = function() {
1275
- return jspb.Message.getField(this, 6) != null;
1554
+ return jspb.Message.getField(this, 7) != null;
1276
1555
  };
1277
1556
 
1278
1557
 
1558
+ /**
1559
+ * repeated FieldRulesWithProp field_rules = 8;
1560
+ * @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp>}
1561
+ */
1562
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.getFieldRulesList = function() {
1563
+ return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp>} */ (
1564
+ jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRulesWithProp, 8));
1565
+ };
1566
+
1279
1567
 
1568
+ /**
1569
+ * @param {!Array<!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp>} value
1570
+ * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
1571
+ */
1572
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.setFieldRulesList = function(value) {
1573
+ return jspb.Message.setRepeatedWrapperField(this, 8, value);
1574
+ };
1280
1575
 
1281
1576
 
1282
- if (jspb.Message.GENERATE_TO_OBJECT) {
1283
1577
  /**
1284
- * Creates an object representation of this proto.
1285
- * Field names that are reserved in JavaScript and will be renamed to pb_name.
1578
+ * @param {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp=} opt_value
1579
+ * @param {number=} opt_index
1580
+ * @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp}
1581
+ */
1582
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.addFieldRules = function(opt_value, opt_index) {
1583
+ return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.prisca.v1.core.transaction_builder.FieldRulesWithProp, opt_index);
1584
+ };
1585
+
1586
+
1587
+ /**
1588
+ * Clears the list making it empty but non-null.
1589
+ * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm} returns this
1590
+ */
1591
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsForm.prototype.clearFieldRulesList = function() {
1592
+ return this.setFieldRulesList([]);
1593
+ };
1594
+
1595
+
1596
+
1597
+
1598
+
1599
+ if (jspb.Message.GENERATE_TO_OBJECT) {
1600
+ /**
1601
+ * Creates an object representation of this proto.
1602
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
1286
1603
  * Optional fields that are not set will be set to undefined.
1287
1604
  * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
1288
1605
  * For the list of reserved names please see:
@@ -1310,7 +1627,14 @@ proto.prisca.v1.core.transaction_builder.PropertiesForm.toObject = function(incl
1310
1627
  var f, obj = {
1311
1628
  autoFill: jspb.Message.getBooleanFieldWithDefault(msg, 1, false),
1312
1629
  keyOfFill: jspb.Message.getFieldWithDefault(msg, 2, ""),
1313
- parentKey: jspb.Message.getFieldWithDefault(msg, 3, "")
1630
+ parentKey: jspb.Message.getFieldWithDefault(msg, 3, ""),
1631
+ hintText: jspb.Message.getFieldWithDefault(msg, 4, ""),
1632
+ placeHolder: jspb.Message.getFieldWithDefault(msg, 5, ""),
1633
+ dataSource: jspb.Message.getFieldWithDefault(msg, 6, ""),
1634
+ type: jspb.Message.getFieldWithDefault(msg, 7, ""),
1635
+ defaultValue: jspb.Message.getFieldWithDefault(msg, 8, ""),
1636
+ selectedValue: jspb.Message.getFieldWithDefault(msg, 9, ""),
1637
+ isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 10, false)
1314
1638
  };
1315
1639
 
1316
1640
  if (includeInstance) {
@@ -1359,6 +1683,34 @@ proto.prisca.v1.core.transaction_builder.PropertiesForm.deserializeBinaryFromRea
1359
1683
  var value = /** @type {string} */ (reader.readString());
1360
1684
  msg.setParentKey(value);
1361
1685
  break;
1686
+ case 4:
1687
+ var value = /** @type {string} */ (reader.readString());
1688
+ msg.setHintText(value);
1689
+ break;
1690
+ case 5:
1691
+ var value = /** @type {string} */ (reader.readString());
1692
+ msg.setPlaceHolder(value);
1693
+ break;
1694
+ case 6:
1695
+ var value = /** @type {string} */ (reader.readString());
1696
+ msg.setDataSource(value);
1697
+ break;
1698
+ case 7:
1699
+ var value = /** @type {string} */ (reader.readString());
1700
+ msg.setType(value);
1701
+ break;
1702
+ case 8:
1703
+ var value = /** @type {string} */ (reader.readString());
1704
+ msg.setDefaultValue(value);
1705
+ break;
1706
+ case 9:
1707
+ var value = /** @type {string} */ (reader.readString());
1708
+ msg.setSelectedValue(value);
1709
+ break;
1710
+ case 10:
1711
+ var value = /** @type {boolean} */ (reader.readBool());
1712
+ msg.setIsMaster(value);
1713
+ break;
1362
1714
  default:
1363
1715
  reader.skipField();
1364
1716
  break;
@@ -1409,6 +1761,55 @@ proto.prisca.v1.core.transaction_builder.PropertiesForm.serializeBinaryToWriter
1409
1761
  f
1410
1762
  );
1411
1763
  }
1764
+ f = message.getHintText();
1765
+ if (f.length > 0) {
1766
+ writer.writeString(
1767
+ 4,
1768
+ f
1769
+ );
1770
+ }
1771
+ f = message.getPlaceHolder();
1772
+ if (f.length > 0) {
1773
+ writer.writeString(
1774
+ 5,
1775
+ f
1776
+ );
1777
+ }
1778
+ f = message.getDataSource();
1779
+ if (f.length > 0) {
1780
+ writer.writeString(
1781
+ 6,
1782
+ f
1783
+ );
1784
+ }
1785
+ f = message.getType();
1786
+ if (f.length > 0) {
1787
+ writer.writeString(
1788
+ 7,
1789
+ f
1790
+ );
1791
+ }
1792
+ f = message.getDefaultValue();
1793
+ if (f.length > 0) {
1794
+ writer.writeString(
1795
+ 8,
1796
+ f
1797
+ );
1798
+ }
1799
+ f = message.getSelectedValue();
1800
+ if (f.length > 0) {
1801
+ writer.writeString(
1802
+ 9,
1803
+ f
1804
+ );
1805
+ }
1806
+ f = message.getIsMaster();
1807
+ if (f) {
1808
+ writer.writeBool(
1809
+ 10,
1810
+ f
1811
+ );
1812
+ }
1412
1813
  };
1413
1814
 
1414
1815
 
@@ -1466,6 +1867,132 @@ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setParentKey =
1466
1867
  };
1467
1868
 
1468
1869
 
1870
+ /**
1871
+ * optional string hint_text = 4;
1872
+ * @return {string}
1873
+ */
1874
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getHintText = function() {
1875
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
1876
+ };
1877
+
1878
+
1879
+ /**
1880
+ * @param {string} value
1881
+ * @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
1882
+ */
1883
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setHintText = function(value) {
1884
+ return jspb.Message.setProto3StringField(this, 4, value);
1885
+ };
1886
+
1887
+
1888
+ /**
1889
+ * optional string place_holder = 5;
1890
+ * @return {string}
1891
+ */
1892
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getPlaceHolder = function() {
1893
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
1894
+ };
1895
+
1896
+
1897
+ /**
1898
+ * @param {string} value
1899
+ * @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
1900
+ */
1901
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setPlaceHolder = function(value) {
1902
+ return jspb.Message.setProto3StringField(this, 5, value);
1903
+ };
1904
+
1905
+
1906
+ /**
1907
+ * optional string data_source = 6;
1908
+ * @return {string}
1909
+ */
1910
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getDataSource = function() {
1911
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
1912
+ };
1913
+
1914
+
1915
+ /**
1916
+ * @param {string} value
1917
+ * @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
1918
+ */
1919
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setDataSource = function(value) {
1920
+ return jspb.Message.setProto3StringField(this, 6, value);
1921
+ };
1922
+
1923
+
1924
+ /**
1925
+ * optional string type = 7;
1926
+ * @return {string}
1927
+ */
1928
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getType = function() {
1929
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
1930
+ };
1931
+
1932
+
1933
+ /**
1934
+ * @param {string} value
1935
+ * @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
1936
+ */
1937
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setType = function(value) {
1938
+ return jspb.Message.setProto3StringField(this, 7, value);
1939
+ };
1940
+
1941
+
1942
+ /**
1943
+ * optional string default_value = 8;
1944
+ * @return {string}
1945
+ */
1946
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getDefaultValue = function() {
1947
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
1948
+ };
1949
+
1950
+
1951
+ /**
1952
+ * @param {string} value
1953
+ * @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
1954
+ */
1955
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setDefaultValue = function(value) {
1956
+ return jspb.Message.setProto3StringField(this, 8, value);
1957
+ };
1958
+
1959
+
1960
+ /**
1961
+ * optional string selected_value = 9;
1962
+ * @return {string}
1963
+ */
1964
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getSelectedValue = function() {
1965
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
1966
+ };
1967
+
1968
+
1969
+ /**
1970
+ * @param {string} value
1971
+ * @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
1972
+ */
1973
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setSelectedValue = function(value) {
1974
+ return jspb.Message.setProto3StringField(this, 9, value);
1975
+ };
1976
+
1977
+
1978
+ /**
1979
+ * optional bool is_master = 10;
1980
+ * @return {boolean}
1981
+ */
1982
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.getIsMaster = function() {
1983
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 10, false));
1984
+ };
1985
+
1986
+
1987
+ /**
1988
+ * @param {boolean} value
1989
+ * @return {!proto.prisca.v1.core.transaction_builder.PropertiesForm} returns this
1990
+ */
1991
+ proto.prisca.v1.core.transaction_builder.PropertiesForm.prototype.setIsMaster = function(value) {
1992
+ return jspb.Message.setProto3BooleanField(this, 10, value);
1993
+ };
1994
+
1995
+
1469
1996
 
1470
1997
 
1471
1998
 
@@ -1933,7 +2460,7 @@ proto.prisca.v1.core.transaction_builder.PropertiesTable.prototype.setDataType =
1933
2460
  * @private {!Array<number>}
1934
2461
  * @const
1935
2462
  */
1936
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.repeatedFields_ = [7,8,9];
2463
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.repeatedFields_ = [5,6,7];
1937
2464
 
1938
2465
 
1939
2466
 
@@ -1970,23 +2497,13 @@ id: jspb.Message.getFieldWithDefault(msg, 1, 0),
1970
2497
  transactionBuilderId: jspb.Message.getFieldWithDefault(msg, 2, 0),
1971
2498
  key: jspb.Message.getFieldWithDefault(msg, 3, ""),
1972
2499
  label: jspb.Message.getFieldWithDefault(msg, 4, ""),
1973
- hintText: jspb.Message.getFieldWithDefault(msg, 5, ""),
1974
- placeHolder: jspb.Message.getFieldWithDefault(msg, 6, ""),
1975
2500
  optionList: jspb.Message.toObjectList(msg.getOptionList(),
1976
2501
  proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
1977
2502
  fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
1978
2503
  proto.prisca.v1.core.transaction_builder.FieldRules.toObject, includeInstance),
1979
2504
  fieldViewsList: jspb.Message.toObjectList(msg.getFieldViewsList(),
1980
2505
  proto.prisca.v1.core.transaction_builder.FieldViews.toObject, includeInstance),
1981
- dataSource: jspb.Message.getFieldWithDefault(msg, 10, ""),
1982
- type: jspb.Message.getFieldWithDefault(msg, 11, ""),
1983
- defaultValue: jspb.Message.getFieldWithDefault(msg, 12, ""),
1984
- selectedValue: jspb.Message.getFieldWithDefault(msg, 13, ""),
1985
- autoFill: jspb.Message.getBooleanFieldWithDefault(msg, 14, false),
1986
- keyOfFill: jspb.Message.getFieldWithDefault(msg, 15, ""),
1987
- parentKey: jspb.Message.getFieldWithDefault(msg, 16, ""),
1988
- isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 17, false),
1989
- value: jspb.Message.getFieldWithDefault(msg, 19, "")
2506
+ value: jspb.Message.getFieldWithDefault(msg, 8, "")
1990
2507
  };
1991
2508
 
1992
2509
  if (includeInstance) {
@@ -2040,61 +2557,21 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.deserializeBin
2040
2557
  msg.setLabel(value);
2041
2558
  break;
2042
2559
  case 5:
2043
- var value = /** @type {string} */ (reader.readString());
2044
- msg.setHintText(value);
2045
- break;
2046
- case 6:
2047
- var value = /** @type {string} */ (reader.readString());
2048
- msg.setPlaceHolder(value);
2049
- break;
2050
- case 7:
2051
2560
  var value = new proto.prisca.v1.core.transaction_builder.Value;
2052
2561
  reader.readMessage(value,proto.prisca.v1.core.transaction_builder.Value.deserializeBinaryFromReader);
2053
2562
  msg.addOption(value);
2054
2563
  break;
2055
- case 8:
2564
+ case 6:
2056
2565
  var value = new proto.prisca.v1.core.transaction_builder.FieldRules;
2057
2566
  reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldRules.deserializeBinaryFromReader);
2058
2567
  msg.addFieldRules(value);
2059
2568
  break;
2060
- case 9:
2569
+ case 7:
2061
2570
  var value = new proto.prisca.v1.core.transaction_builder.FieldViews;
2062
2571
  reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldViews.deserializeBinaryFromReader);
2063
2572
  msg.addFieldViews(value);
2064
2573
  break;
2065
- case 10:
2066
- var value = /** @type {string} */ (reader.readString());
2067
- msg.setDataSource(value);
2068
- break;
2069
- case 11:
2070
- var value = /** @type {string} */ (reader.readString());
2071
- msg.setType(value);
2072
- break;
2073
- case 12:
2074
- var value = /** @type {string} */ (reader.readString());
2075
- msg.setDefaultValue(value);
2076
- break;
2077
- case 13:
2078
- var value = /** @type {string} */ (reader.readString());
2079
- msg.setSelectedValue(value);
2080
- break;
2081
- case 14:
2082
- var value = /** @type {boolean} */ (reader.readBool());
2083
- msg.setAutoFill(value);
2084
- break;
2085
- case 15:
2086
- var value = /** @type {string} */ (reader.readString());
2087
- msg.setKeyOfFill(value);
2088
- break;
2089
- case 16:
2090
- var value = /** @type {string} */ (reader.readString());
2091
- msg.setParentKey(value);
2092
- break;
2093
- case 17:
2094
- var value = /** @type {boolean} */ (reader.readBool());
2095
- msg.setIsMaster(value);
2096
- break;
2097
- case 19:
2574
+ case 8:
2098
2575
  var value = /** @type {string} */ (reader.readString());
2099
2576
  msg.setValue(value);
2100
2577
  break;
@@ -2155,24 +2632,10 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinar
2155
2632
  f
2156
2633
  );
2157
2634
  }
2158
- f = message.getHintText();
2159
- if (f.length > 0) {
2160
- writer.writeString(
2161
- 5,
2162
- f
2163
- );
2164
- }
2165
- f = message.getPlaceHolder();
2166
- if (f.length > 0) {
2167
- writer.writeString(
2168
- 6,
2169
- f
2170
- );
2171
- }
2172
2635
  f = message.getOptionList();
2173
2636
  if (f.length > 0) {
2174
2637
  writer.writeRepeatedMessage(
2175
- 7,
2638
+ 5,
2176
2639
  f,
2177
2640
  proto.prisca.v1.core.transaction_builder.Value.serializeBinaryToWriter
2178
2641
  );
@@ -2180,7 +2643,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinar
2180
2643
  f = message.getFieldRulesList();
2181
2644
  if (f.length > 0) {
2182
2645
  writer.writeRepeatedMessage(
2183
- 8,
2646
+ 6,
2184
2647
  f,
2185
2648
  proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter
2186
2649
  );
@@ -2188,71 +2651,15 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.serializeBinar
2188
2651
  f = message.getFieldViewsList();
2189
2652
  if (f.length > 0) {
2190
2653
  writer.writeRepeatedMessage(
2191
- 9,
2654
+ 7,
2192
2655
  f,
2193
2656
  proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter
2194
2657
  );
2195
2658
  }
2196
- f = message.getDataSource();
2659
+ f = message.getValue();
2197
2660
  if (f.length > 0) {
2198
2661
  writer.writeString(
2199
- 10,
2200
- f
2201
- );
2202
- }
2203
- f = message.getType();
2204
- if (f.length > 0) {
2205
- writer.writeString(
2206
- 11,
2207
- f
2208
- );
2209
- }
2210
- f = message.getDefaultValue();
2211
- if (f.length > 0) {
2212
- writer.writeString(
2213
- 12,
2214
- f
2215
- );
2216
- }
2217
- f = message.getSelectedValue();
2218
- if (f.length > 0) {
2219
- writer.writeString(
2220
- 13,
2221
- f
2222
- );
2223
- }
2224
- f = message.getAutoFill();
2225
- if (f) {
2226
- writer.writeBool(
2227
- 14,
2228
- f
2229
- );
2230
- }
2231
- f = message.getKeyOfFill();
2232
- if (f.length > 0) {
2233
- writer.writeString(
2234
- 15,
2235
- f
2236
- );
2237
- }
2238
- f = message.getParentKey();
2239
- if (f.length > 0) {
2240
- writer.writeString(
2241
- 16,
2242
- f
2243
- );
2244
- }
2245
- f = message.getIsMaster();
2246
- if (f) {
2247
- writer.writeBool(
2248
- 17,
2249
- f
2250
- );
2251
- }
2252
- f = message.getValue();
2253
- if (f.length > 0) {
2254
- writer.writeString(
2255
- 19,
2662
+ 8,
2256
2663
  f
2257
2664
  );
2258
2665
  }
@@ -2332,48 +2739,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setL
2332
2739
 
2333
2740
 
2334
2741
  /**
2335
- * optional string hint_text = 5;
2336
- * @return {string}
2337
- */
2338
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getHintText = function() {
2339
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
2340
- };
2341
-
2342
-
2343
- /**
2344
- * @param {string} value
2345
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2346
- */
2347
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setHintText = function(value) {
2348
- return jspb.Message.setProto3StringField(this, 5, value);
2349
- };
2350
-
2351
-
2352
- /**
2353
- * optional string place_holder = 6;
2354
- * @return {string}
2355
- */
2356
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getPlaceHolder = function() {
2357
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
2358
- };
2359
-
2360
-
2361
- /**
2362
- * @param {string} value
2363
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2364
- */
2365
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setPlaceHolder = function(value) {
2366
- return jspb.Message.setProto3StringField(this, 6, value);
2367
- };
2368
-
2369
-
2370
- /**
2371
- * repeated Value option = 7;
2742
+ * repeated Value option = 5;
2372
2743
  * @return {!Array<!proto.prisca.v1.core.transaction_builder.Value>}
2373
2744
  */
2374
2745
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getOptionList = function() {
2375
2746
  return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.Value>} */ (
2376
- jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value, 7));
2747
+ jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value, 5));
2377
2748
  };
2378
2749
 
2379
2750
 
@@ -2382,7 +2753,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getO
2382
2753
  * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2383
2754
  */
2384
2755
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setOptionList = function(value) {
2385
- return jspb.Message.setRepeatedWrapperField(this, 7, value);
2756
+ return jspb.Message.setRepeatedWrapperField(this, 5, value);
2386
2757
  };
2387
2758
 
2388
2759
 
@@ -2392,7 +2763,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setO
2392
2763
  * @return {!proto.prisca.v1.core.transaction_builder.Value}
2393
2764
  */
2394
2765
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addOption = function(opt_value, opt_index) {
2395
- return jspb.Message.addToRepeatedWrapperField(this, 7, opt_value, proto.prisca.v1.core.transaction_builder.Value, opt_index);
2766
+ return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.prisca.v1.core.transaction_builder.Value, opt_index);
2396
2767
  };
2397
2768
 
2398
2769
 
@@ -2406,12 +2777,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clea
2406
2777
 
2407
2778
 
2408
2779
  /**
2409
- * repeated FieldRules field_rules = 8;
2780
+ * repeated FieldRules field_rules = 6;
2410
2781
  * @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>}
2411
2782
  */
2412
2783
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getFieldRulesList = function() {
2413
2784
  return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>} */ (
2414
- jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules, 8));
2785
+ jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules, 6));
2415
2786
  };
2416
2787
 
2417
2788
 
@@ -2420,7 +2791,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getF
2420
2791
  * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2421
2792
  */
2422
2793
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setFieldRulesList = function(value) {
2423
- return jspb.Message.setRepeatedWrapperField(this, 8, value);
2794
+ return jspb.Message.setRepeatedWrapperField(this, 6, value);
2424
2795
  };
2425
2796
 
2426
2797
 
@@ -2430,7 +2801,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setF
2430
2801
  * @return {!proto.prisca.v1.core.transaction_builder.FieldRules}
2431
2802
  */
2432
2803
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addFieldRules = function(opt_value, opt_index) {
2433
- return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.prisca.v1.core.transaction_builder.FieldRules, opt_index);
2804
+ return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.prisca.v1.core.transaction_builder.FieldRules, opt_index);
2434
2805
  };
2435
2806
 
2436
2807
 
@@ -2444,12 +2815,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clea
2444
2815
 
2445
2816
 
2446
2817
  /**
2447
- * repeated FieldViews field_views = 9;
2818
+ * repeated FieldViews field_views = 7;
2448
2819
  * @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>}
2449
2820
  */
2450
2821
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getFieldViewsList = function() {
2451
2822
  return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>} */ (
2452
- jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews, 9));
2823
+ jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews, 7));
2453
2824
  };
2454
2825
 
2455
2826
 
@@ -2458,7 +2829,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getF
2458
2829
  * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2459
2830
  */
2460
2831
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setFieldViewsList = function(value) {
2461
- return jspb.Message.setRepeatedWrapperField(this, 9, value);
2832
+ return jspb.Message.setRepeatedWrapperField(this, 7, value);
2462
2833
  };
2463
2834
 
2464
2835
 
@@ -2468,7 +2839,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setF
2468
2839
  * @return {!proto.prisca.v1.core.transaction_builder.FieldViews}
2469
2840
  */
2470
2841
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.addFieldViews = function(opt_value, opt_index) {
2471
- return jspb.Message.addToRepeatedWrapperField(this, 9, opt_value, proto.prisca.v1.core.transaction_builder.FieldViews, opt_index);
2842
+ return jspb.Message.addToRepeatedWrapperField(this, 7, opt_value, proto.prisca.v1.core.transaction_builder.FieldViews, opt_index);
2472
2843
  };
2473
2844
 
2474
2845
 
@@ -2482,155 +2853,11 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.clea
2482
2853
 
2483
2854
 
2484
2855
  /**
2485
- * optional string data_source = 10;
2486
- * @return {string}
2487
- */
2488
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getDataSource = function() {
2489
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
2490
- };
2491
-
2492
-
2493
- /**
2494
- * @param {string} value
2495
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2496
- */
2497
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setDataSource = function(value) {
2498
- return jspb.Message.setProto3StringField(this, 10, value);
2499
- };
2500
-
2501
-
2502
- /**
2503
- * optional string type = 11;
2504
- * @return {string}
2505
- */
2506
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getType = function() {
2507
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
2508
- };
2509
-
2510
-
2511
- /**
2512
- * @param {string} value
2513
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2514
- */
2515
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setType = function(value) {
2516
- return jspb.Message.setProto3StringField(this, 11, value);
2517
- };
2518
-
2519
-
2520
- /**
2521
- * optional string default_value = 12;
2522
- * @return {string}
2523
- */
2524
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getDefaultValue = function() {
2525
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
2526
- };
2527
-
2528
-
2529
- /**
2530
- * @param {string} value
2531
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2532
- */
2533
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setDefaultValue = function(value) {
2534
- return jspb.Message.setProto3StringField(this, 12, value);
2535
- };
2536
-
2537
-
2538
- /**
2539
- * optional string selected_value = 13;
2540
- * @return {string}
2541
- */
2542
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getSelectedValue = function() {
2543
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
2544
- };
2545
-
2546
-
2547
- /**
2548
- * @param {string} value
2549
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2550
- */
2551
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setSelectedValue = function(value) {
2552
- return jspb.Message.setProto3StringField(this, 13, value);
2553
- };
2554
-
2555
-
2556
- /**
2557
- * optional bool auto_fill = 14;
2558
- * @return {boolean}
2559
- */
2560
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getAutoFill = function() {
2561
- return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 14, false));
2562
- };
2563
-
2564
-
2565
- /**
2566
- * @param {boolean} value
2567
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2568
- */
2569
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setAutoFill = function(value) {
2570
- return jspb.Message.setProto3BooleanField(this, 14, value);
2571
- };
2572
-
2573
-
2574
- /**
2575
- * optional string key_of_fill = 15;
2576
- * @return {string}
2577
- */
2578
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getKeyOfFill = function() {
2579
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
2580
- };
2581
-
2582
-
2583
- /**
2584
- * @param {string} value
2585
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2586
- */
2587
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setKeyOfFill = function(value) {
2588
- return jspb.Message.setProto3StringField(this, 15, value);
2589
- };
2590
-
2591
-
2592
- /**
2593
- * optional string parent_key = 16;
2594
- * @return {string}
2595
- */
2596
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getParentKey = function() {
2597
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
2598
- };
2599
-
2600
-
2601
- /**
2602
- * @param {string} value
2603
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2604
- */
2605
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setParentKey = function(value) {
2606
- return jspb.Message.setProto3StringField(this, 16, value);
2607
- };
2608
-
2609
-
2610
- /**
2611
- * optional bool is_master = 17;
2612
- * @return {boolean}
2613
- */
2614
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getIsMaster = function() {
2615
- return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 17, false));
2616
- };
2617
-
2618
-
2619
- /**
2620
- * @param {boolean} value
2621
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2622
- */
2623
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setIsMaster = function(value) {
2624
- return jspb.Message.setProto3BooleanField(this, 17, value);
2625
- };
2626
-
2627
-
2628
- /**
2629
- * optional string value = 19;
2856
+ * optional string value = 8;
2630
2857
  * @return {string}
2631
2858
  */
2632
2859
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getValue = function() {
2633
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
2860
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
2634
2861
  };
2635
2862
 
2636
2863
 
@@ -2639,7 +2866,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.getV
2639
2866
  * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFields} returns this
2640
2867
  */
2641
2868
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setValue = function(value) {
2642
- return jspb.Message.setProto3StringField(this, 19, value);
2869
+ return jspb.Message.setProto3StringField(this, 8, value);
2643
2870
  };
2644
2871
 
2645
2872
 
@@ -2649,7 +2876,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFields.prototype.setV
2649
2876
  * @private {!Array<number>}
2650
2877
  * @const
2651
2878
  */
2652
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.repeatedFields_ = [6,7,8];
2879
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.repeatedFields_ = [3,4,5];
2653
2880
 
2654
2881
 
2655
2882
 
@@ -2684,22 +2911,13 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.toObject =
2684
2911
  var f, obj = {
2685
2912
  key: jspb.Message.getFieldWithDefault(msg, 1, ""),
2686
2913
  label: jspb.Message.getFieldWithDefault(msg, 2, ""),
2687
- hintText: jspb.Message.getFieldWithDefault(msg, 3, ""),
2688
- placeHolder: jspb.Message.getFieldWithDefault(msg, 4, ""),
2689
2914
  optionList: jspb.Message.toObjectList(msg.getOptionList(),
2690
2915
  proto.prisca.v1.core.transaction_builder.Value.toObject, includeInstance),
2691
2916
  fieldRulesList: jspb.Message.toObjectList(msg.getFieldRulesList(),
2692
2917
  proto.prisca.v1.core.transaction_builder.FieldRules.toObject, includeInstance),
2693
2918
  fieldViewsList: jspb.Message.toObjectList(msg.getFieldViewsList(),
2694
2919
  proto.prisca.v1.core.transaction_builder.FieldViews.toObject, includeInstance),
2695
- dataSource: jspb.Message.getFieldWithDefault(msg, 9, ""),
2696
- type: jspb.Message.getFieldWithDefault(msg, 10, ""),
2697
- defaultValue: jspb.Message.getFieldWithDefault(msg, 11, ""),
2698
- selectedValue: jspb.Message.getFieldWithDefault(msg, 12, ""),
2699
- autoFill: jspb.Message.getBooleanFieldWithDefault(msg, 13, false),
2700
- keyOfFill: jspb.Message.getFieldWithDefault(msg, 14, ""),
2701
- parentKey: jspb.Message.getFieldWithDefault(msg, 15, ""),
2702
- isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 16, false)
2920
+ isMaster: jspb.Message.getBooleanFieldWithDefault(msg, 6, false)
2703
2921
  };
2704
2922
 
2705
2923
  if (includeInstance) {
@@ -2745,57 +2963,21 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.deserializ
2745
2963
  msg.setLabel(value);
2746
2964
  break;
2747
2965
  case 3:
2748
- var value = /** @type {string} */ (reader.readString());
2749
- msg.setHintText(value);
2750
- break;
2751
- case 4:
2752
- var value = /** @type {string} */ (reader.readString());
2753
- msg.setPlaceHolder(value);
2754
- break;
2755
- case 6:
2756
2966
  var value = new proto.prisca.v1.core.transaction_builder.Value;
2757
2967
  reader.readMessage(value,proto.prisca.v1.core.transaction_builder.Value.deserializeBinaryFromReader);
2758
2968
  msg.addOption(value);
2759
2969
  break;
2760
- case 7:
2970
+ case 4:
2761
2971
  var value = new proto.prisca.v1.core.transaction_builder.FieldRules;
2762
2972
  reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldRules.deserializeBinaryFromReader);
2763
2973
  msg.addFieldRules(value);
2764
2974
  break;
2765
- case 8:
2975
+ case 5:
2766
2976
  var value = new proto.prisca.v1.core.transaction_builder.FieldViews;
2767
2977
  reader.readMessage(value,proto.prisca.v1.core.transaction_builder.FieldViews.deserializeBinaryFromReader);
2768
2978
  msg.addFieldViews(value);
2769
2979
  break;
2770
- case 9:
2771
- var value = /** @type {string} */ (reader.readString());
2772
- msg.setDataSource(value);
2773
- break;
2774
- case 10:
2775
- var value = /** @type {string} */ (reader.readString());
2776
- msg.setType(value);
2777
- break;
2778
- case 11:
2779
- var value = /** @type {string} */ (reader.readString());
2780
- msg.setDefaultValue(value);
2781
- break;
2782
- case 12:
2783
- var value = /** @type {string} */ (reader.readString());
2784
- msg.setSelectedValue(value);
2785
- break;
2786
- case 13:
2787
- var value = /** @type {boolean} */ (reader.readBool());
2788
- msg.setAutoFill(value);
2789
- break;
2790
- case 14:
2791
- var value = /** @type {string} */ (reader.readString());
2792
- msg.setKeyOfFill(value);
2793
- break;
2794
- case 15:
2795
- var value = /** @type {string} */ (reader.readString());
2796
- msg.setParentKey(value);
2797
- break;
2798
- case 16:
2980
+ case 6:
2799
2981
  var value = /** @type {boolean} */ (reader.readBool());
2800
2982
  msg.setIsMaster(value);
2801
2983
  break;
@@ -2842,24 +3024,10 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeB
2842
3024
  f
2843
3025
  );
2844
3026
  }
2845
- f = message.getHintText();
2846
- if (f.length > 0) {
2847
- writer.writeString(
2848
- 3,
2849
- f
2850
- );
2851
- }
2852
- f = message.getPlaceHolder();
2853
- if (f.length > 0) {
2854
- writer.writeString(
2855
- 4,
2856
- f
2857
- );
2858
- }
2859
3027
  f = message.getOptionList();
2860
3028
  if (f.length > 0) {
2861
3029
  writer.writeRepeatedMessage(
2862
- 6,
3030
+ 3,
2863
3031
  f,
2864
3032
  proto.prisca.v1.core.transaction_builder.Value.serializeBinaryToWriter
2865
3033
  );
@@ -2867,7 +3035,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeB
2867
3035
  f = message.getFieldRulesList();
2868
3036
  if (f.length > 0) {
2869
3037
  writer.writeRepeatedMessage(
2870
- 7,
3038
+ 4,
2871
3039
  f,
2872
3040
  proto.prisca.v1.core.transaction_builder.FieldRules.serializeBinaryToWriter
2873
3041
  );
@@ -2875,64 +3043,15 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.serializeB
2875
3043
  f = message.getFieldViewsList();
2876
3044
  if (f.length > 0) {
2877
3045
  writer.writeRepeatedMessage(
2878
- 8,
3046
+ 5,
2879
3047
  f,
2880
3048
  proto.prisca.v1.core.transaction_builder.FieldViews.serializeBinaryToWriter
2881
3049
  );
2882
3050
  }
2883
- f = message.getDataSource();
2884
- if (f.length > 0) {
2885
- writer.writeString(
2886
- 9,
2887
- f
2888
- );
2889
- }
2890
- f = message.getType();
2891
- if (f.length > 0) {
2892
- writer.writeString(
2893
- 10,
2894
- f
2895
- );
2896
- }
2897
- f = message.getDefaultValue();
2898
- if (f.length > 0) {
2899
- writer.writeString(
2900
- 11,
2901
- f
2902
- );
2903
- }
2904
- f = message.getSelectedValue();
2905
- if (f.length > 0) {
2906
- writer.writeString(
2907
- 12,
2908
- f
2909
- );
2910
- }
2911
- f = message.getAutoFill();
2912
- if (f) {
2913
- writer.writeBool(
2914
- 13,
2915
- f
2916
- );
2917
- }
2918
- f = message.getKeyOfFill();
2919
- if (f.length > 0) {
2920
- writer.writeString(
2921
- 14,
2922
- f
2923
- );
2924
- }
2925
- f = message.getParentKey();
2926
- if (f.length > 0) {
2927
- writer.writeString(
2928
- 15,
2929
- f
2930
- );
2931
- }
2932
3051
  f = message.getIsMaster();
2933
3052
  if (f) {
2934
3053
  writer.writeBool(
2935
- 16,
3054
+ 6,
2936
3055
  f
2937
3056
  );
2938
3057
  }
@@ -2976,48 +3095,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
2976
3095
 
2977
3096
 
2978
3097
  /**
2979
- * optional string hint_text = 3;
2980
- * @return {string}
2981
- */
2982
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getHintText = function() {
2983
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
2984
- };
2985
-
2986
-
2987
- /**
2988
- * @param {string} value
2989
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
2990
- */
2991
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setHintText = function(value) {
2992
- return jspb.Message.setProto3StringField(this, 3, value);
2993
- };
2994
-
2995
-
2996
- /**
2997
- * optional string place_holder = 4;
2998
- * @return {string}
2999
- */
3000
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getPlaceHolder = function() {
3001
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
3002
- };
3003
-
3004
-
3005
- /**
3006
- * @param {string} value
3007
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3008
- */
3009
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setPlaceHolder = function(value) {
3010
- return jspb.Message.setProto3StringField(this, 4, value);
3011
- };
3012
-
3013
-
3014
- /**
3015
- * repeated Value option = 6;
3098
+ * repeated Value option = 3;
3016
3099
  * @return {!Array<!proto.prisca.v1.core.transaction_builder.Value>}
3017
3100
  */
3018
3101
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getOptionList = function() {
3019
3102
  return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.Value>} */ (
3020
- jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value, 6));
3103
+ jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.Value, 3));
3021
3104
  };
3022
3105
 
3023
3106
 
@@ -3026,7 +3109,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
3026
3109
  * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3027
3110
  */
3028
3111
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setOptionList = function(value) {
3029
- return jspb.Message.setRepeatedWrapperField(this, 6, value);
3112
+ return jspb.Message.setRepeatedWrapperField(this, 3, value);
3030
3113
  };
3031
3114
 
3032
3115
 
@@ -3036,7 +3119,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
3036
3119
  * @return {!proto.prisca.v1.core.transaction_builder.Value}
3037
3120
  */
3038
3121
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.addOption = function(opt_value, opt_index) {
3039
- return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.prisca.v1.core.transaction_builder.Value, opt_index);
3122
+ return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.prisca.v1.core.transaction_builder.Value, opt_index);
3040
3123
  };
3041
3124
 
3042
3125
 
@@ -3050,12 +3133,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
3050
3133
 
3051
3134
 
3052
3135
  /**
3053
- * repeated FieldRules field_rules = 7;
3136
+ * repeated FieldRules field_rules = 4;
3054
3137
  * @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>}
3055
3138
  */
3056
3139
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getFieldRulesList = function() {
3057
3140
  return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldRules>} */ (
3058
- jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules, 7));
3141
+ jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldRules, 4));
3059
3142
  };
3060
3143
 
3061
3144
 
@@ -3064,7 +3147,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
3064
3147
  * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3065
3148
  */
3066
3149
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setFieldRulesList = function(value) {
3067
- return jspb.Message.setRepeatedWrapperField(this, 7, value);
3150
+ return jspb.Message.setRepeatedWrapperField(this, 4, value);
3068
3151
  };
3069
3152
 
3070
3153
 
@@ -3074,7 +3157,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
3074
3157
  * @return {!proto.prisca.v1.core.transaction_builder.FieldRules}
3075
3158
  */
3076
3159
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.addFieldRules = function(opt_value, opt_index) {
3077
- return jspb.Message.addToRepeatedWrapperField(this, 7, opt_value, proto.prisca.v1.core.transaction_builder.FieldRules, opt_index);
3160
+ return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.prisca.v1.core.transaction_builder.FieldRules, opt_index);
3078
3161
  };
3079
3162
 
3080
3163
 
@@ -3088,12 +3171,12 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
3088
3171
 
3089
3172
 
3090
3173
  /**
3091
- * repeated FieldViews field_views = 8;
3174
+ * repeated FieldViews field_views = 5;
3092
3175
  * @return {!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>}
3093
3176
  */
3094
3177
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getFieldViewsList = function() {
3095
3178
  return /** @type{!Array<!proto.prisca.v1.core.transaction_builder.FieldViews>} */ (
3096
- jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews, 8));
3179
+ jspb.Message.getRepeatedWrapperField(this, proto.prisca.v1.core.transaction_builder.FieldViews, 5));
3097
3180
  };
3098
3181
 
3099
3182
 
@@ -3102,7 +3185,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
3102
3185
  * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3103
3186
  */
3104
3187
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setFieldViewsList = function(value) {
3105
- return jspb.Message.setRepeatedWrapperField(this, 8, value);
3188
+ return jspb.Message.setRepeatedWrapperField(this, 5, value);
3106
3189
  };
3107
3190
 
3108
3191
 
@@ -3112,7 +3195,7 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
3112
3195
  * @return {!proto.prisca.v1.core.transaction_builder.FieldViews}
3113
3196
  */
3114
3197
  proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.addFieldViews = function(opt_value, opt_index) {
3115
- return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.prisca.v1.core.transaction_builder.FieldViews, opt_index);
3198
+ return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.prisca.v1.core.transaction_builder.FieldViews, opt_index);
3116
3199
  };
3117
3200
 
3118
3201
 
@@ -3126,146 +3209,297 @@ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.
3126
3209
 
3127
3210
 
3128
3211
  /**
3129
- * optional string data_source = 9;
3130
- * @return {string}
3212
+ * optional bool is_master = 6;
3213
+ * @return {boolean}
3131
3214
  */
3132
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getDataSource = function() {
3133
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
3215
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getIsMaster = function() {
3216
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false));
3134
3217
  };
3135
3218
 
3136
3219
 
3137
3220
  /**
3138
- * @param {string} value
3221
+ * @param {boolean} value
3139
3222
  * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3140
3223
  */
3141
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setDataSource = function(value) {
3142
- return jspb.Message.setProto3StringField(this, 9, value);
3224
+ proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setIsMaster = function(value) {
3225
+ return jspb.Message.setProto3BooleanField(this, 6, value);
3143
3226
  };
3144
3227
 
3145
3228
 
3229
+
3230
+
3231
+
3232
+ if (jspb.Message.GENERATE_TO_OBJECT) {
3146
3233
  /**
3147
- * optional string type = 10;
3148
- * @return {string}
3234
+ * Creates an object representation of this proto.
3235
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
3236
+ * Optional fields that are not set will be set to undefined.
3237
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
3238
+ * For the list of reserved names please see:
3239
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
3240
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
3241
+ * JSPB instance for transitional soy proto support:
3242
+ * http://goto/soy-param-migration
3243
+ * @return {!Object}
3149
3244
  */
3150
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getType = function() {
3151
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
3245
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.toObject = function(opt_includeInstance) {
3246
+ return proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.toObject(opt_includeInstance, this);
3152
3247
  };
3153
3248
 
3154
3249
 
3155
3250
  /**
3156
- * @param {string} value
3157
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3251
+ * Static version of the {@see toObject} method.
3252
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
3253
+ * the JSPB instance for transitional soy proto support:
3254
+ * http://goto/soy-param-migration
3255
+ * @param {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} msg The msg instance to transform.
3256
+ * @return {!Object}
3257
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3158
3258
  */
3159
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setType = function(value) {
3160
- return jspb.Message.setProto3StringField(this, 10, value);
3259
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.toObject = function(includeInstance, msg) {
3260
+ var f, obj = {
3261
+ id: (f = jspb.Message.getField(msg, 1)) == null ? undefined : f,
3262
+ name: jspb.Message.getFieldWithDefault(msg, 2, ""),
3263
+ properties: (f = msg.getProperties()) && proto.prisca.v1.core.transaction_builder.PropertiesRules.toObject(includeInstance, f),
3264
+ transactionBuilderFieldRef: (f = jspb.Message.getField(msg, 4)) == null ? undefined : f
3265
+ };
3266
+
3267
+ if (includeInstance) {
3268
+ obj.$jspbMessageInstance = msg;
3269
+ }
3270
+ return obj;
3161
3271
  };
3272
+ }
3162
3273
 
3163
3274
 
3164
3275
  /**
3165
- * optional string default_value = 11;
3166
- * @return {string}
3276
+ * Deserializes binary data (in protobuf wire format).
3277
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
3278
+ * @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp}
3167
3279
  */
3168
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getDefaultValue = function() {
3169
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
3280
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.deserializeBinary = function(bytes) {
3281
+ var reader = new jspb.BinaryReader(bytes);
3282
+ var msg = new proto.prisca.v1.core.transaction_builder.FieldRulesWithProp;
3283
+ return proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.deserializeBinaryFromReader(msg, reader);
3170
3284
  };
3171
3285
 
3172
3286
 
3173
3287
  /**
3174
- * @param {string} value
3175
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3288
+ * Deserializes binary data (in protobuf wire format) from the
3289
+ * given reader into the given message object.
3290
+ * @param {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} msg The message object to deserialize into.
3291
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
3292
+ * @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp}
3293
+ */
3294
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.deserializeBinaryFromReader = function(msg, reader) {
3295
+ while (reader.nextField()) {
3296
+ if (reader.isEndGroup()) {
3297
+ break;
3298
+ }
3299
+ var field = reader.getFieldNumber();
3300
+ switch (field) {
3301
+ case 1:
3302
+ var value = /** @type {number} */ (reader.readInt64());
3303
+ msg.setId(value);
3304
+ break;
3305
+ case 2:
3306
+ var value = /** @type {string} */ (reader.readString());
3307
+ msg.setName(value);
3308
+ break;
3309
+ case 3:
3310
+ var value = new proto.prisca.v1.core.transaction_builder.PropertiesRules;
3311
+ reader.readMessage(value,proto.prisca.v1.core.transaction_builder.PropertiesRules.deserializeBinaryFromReader);
3312
+ msg.setProperties(value);
3313
+ break;
3314
+ case 4:
3315
+ var value = /** @type {string} */ (reader.readString());
3316
+ msg.setTransactionBuilderFieldRef(value);
3317
+ break;
3318
+ default:
3319
+ reader.skipField();
3320
+ break;
3321
+ }
3322
+ }
3323
+ return msg;
3324
+ };
3325
+
3326
+
3327
+ /**
3328
+ * Serializes the message to binary data (in protobuf wire format).
3329
+ * @return {!Uint8Array}
3176
3330
  */
3177
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setDefaultValue = function(value) {
3178
- return jspb.Message.setProto3StringField(this, 11, value);
3331
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.serializeBinary = function() {
3332
+ var writer = new jspb.BinaryWriter();
3333
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.serializeBinaryToWriter(this, writer);
3334
+ return writer.getResultBuffer();
3179
3335
  };
3180
3336
 
3181
3337
 
3182
3338
  /**
3183
- * optional string selected_value = 12;
3184
- * @return {string}
3339
+ * Serializes the given message to binary data (in protobuf wire
3340
+ * format), writing to the given BinaryWriter.
3341
+ * @param {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} message
3342
+ * @param {!jspb.BinaryWriter} writer
3343
+ * @suppress {unusedLocalVariables} f is only used for nested messages
3185
3344
  */
3186
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getSelectedValue = function() {
3187
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
3345
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.serializeBinaryToWriter = function(message, writer) {
3346
+ var f = undefined;
3347
+ f = /** @type {number} */ (jspb.Message.getField(message, 1));
3348
+ if (f != null) {
3349
+ writer.writeInt64(
3350
+ 1,
3351
+ f
3352
+ );
3353
+ }
3354
+ f = message.getName();
3355
+ if (f.length > 0) {
3356
+ writer.writeString(
3357
+ 2,
3358
+ f
3359
+ );
3360
+ }
3361
+ f = message.getProperties();
3362
+ if (f != null) {
3363
+ writer.writeMessage(
3364
+ 3,
3365
+ f,
3366
+ proto.prisca.v1.core.transaction_builder.PropertiesRules.serializeBinaryToWriter
3367
+ );
3368
+ }
3369
+ f = /** @type {string} */ (jspb.Message.getField(message, 4));
3370
+ if (f != null) {
3371
+ writer.writeString(
3372
+ 4,
3373
+ f
3374
+ );
3375
+ }
3188
3376
  };
3189
3377
 
3190
3378
 
3191
3379
  /**
3192
- * @param {string} value
3193
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3380
+ * optional int64 id = 1;
3381
+ * @return {number}
3194
3382
  */
3195
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setSelectedValue = function(value) {
3196
- return jspb.Message.setProto3StringField(this, 12, value);
3383
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.getId = function() {
3384
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
3197
3385
  };
3198
3386
 
3199
3387
 
3200
3388
  /**
3201
- * optional bool auto_fill = 13;
3202
- * @return {boolean}
3389
+ * @param {number} value
3390
+ * @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
3203
3391
  */
3204
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getAutoFill = function() {
3205
- return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 13, false));
3392
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.setId = function(value) {
3393
+ return jspb.Message.setField(this, 1, value);
3206
3394
  };
3207
3395
 
3208
3396
 
3209
3397
  /**
3210
- * @param {boolean} value
3211
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3398
+ * Clears the field making it undefined.
3399
+ * @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
3400
+ */
3401
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.clearId = function() {
3402
+ return jspb.Message.setField(this, 1, undefined);
3403
+ };
3404
+
3405
+
3406
+ /**
3407
+ * Returns whether this field is set.
3408
+ * @return {boolean}
3212
3409
  */
3213
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setAutoFill = function(value) {
3214
- return jspb.Message.setProto3BooleanField(this, 13, value);
3410
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.hasId = function() {
3411
+ return jspb.Message.getField(this, 1) != null;
3215
3412
  };
3216
3413
 
3217
3414
 
3218
3415
  /**
3219
- * optional string key_of_fill = 14;
3416
+ * optional string name = 2;
3220
3417
  * @return {string}
3221
3418
  */
3222
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getKeyOfFill = function() {
3223
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
3419
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.getName = function() {
3420
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
3224
3421
  };
3225
3422
 
3226
3423
 
3227
3424
  /**
3228
3425
  * @param {string} value
3229
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3426
+ * @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
3230
3427
  */
3231
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setKeyOfFill = function(value) {
3232
- return jspb.Message.setProto3StringField(this, 14, value);
3428
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.setName = function(value) {
3429
+ return jspb.Message.setProto3StringField(this, 2, value);
3430
+ };
3431
+
3432
+
3433
+ /**
3434
+ * optional PropertiesRules properties = 3;
3435
+ * @return {?proto.prisca.v1.core.transaction_builder.PropertiesRules}
3436
+ */
3437
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.getProperties = function() {
3438
+ return /** @type{?proto.prisca.v1.core.transaction_builder.PropertiesRules} */ (
3439
+ jspb.Message.getWrapperField(this, proto.prisca.v1.core.transaction_builder.PropertiesRules, 3));
3233
3440
  };
3234
3441
 
3235
3442
 
3236
3443
  /**
3237
- * optional string parent_key = 15;
3444
+ * @param {?proto.prisca.v1.core.transaction_builder.PropertiesRules|undefined} value
3445
+ * @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
3446
+ */
3447
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.setProperties = function(value) {
3448
+ return jspb.Message.setWrapperField(this, 3, value);
3449
+ };
3450
+
3451
+
3452
+ /**
3453
+ * Clears the message field making it undefined.
3454
+ * @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
3455
+ */
3456
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.clearProperties = function() {
3457
+ return this.setProperties(undefined);
3458
+ };
3459
+
3460
+
3461
+ /**
3462
+ * Returns whether this field is set.
3463
+ * @return {boolean}
3464
+ */
3465
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.hasProperties = function() {
3466
+ return jspb.Message.getField(this, 3) != null;
3467
+ };
3468
+
3469
+
3470
+ /**
3471
+ * optional string transaction_builder_field_ref = 4;
3238
3472
  * @return {string}
3239
3473
  */
3240
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getParentKey = function() {
3241
- return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
3474
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.getTransactionBuilderFieldRef = function() {
3475
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
3242
3476
  };
3243
3477
 
3244
3478
 
3245
3479
  /**
3246
3480
  * @param {string} value
3247
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3481
+ * @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
3248
3482
  */
3249
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setParentKey = function(value) {
3250
- return jspb.Message.setProto3StringField(this, 15, value);
3483
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.setTransactionBuilderFieldRef = function(value) {
3484
+ return jspb.Message.setField(this, 4, value);
3251
3485
  };
3252
3486
 
3253
3487
 
3254
3488
  /**
3255
- * optional bool is_master = 16;
3256
- * @return {boolean}
3489
+ * Clears the field making it undefined.
3490
+ * @return {!proto.prisca.v1.core.transaction_builder.FieldRulesWithProp} returns this
3257
3491
  */
3258
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.getIsMaster = function() {
3259
- return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 16, false));
3492
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.clearTransactionBuilderFieldRef = function() {
3493
+ return jspb.Message.setField(this, 4, undefined);
3260
3494
  };
3261
3495
 
3262
3496
 
3263
3497
  /**
3264
- * @param {boolean} value
3265
- * @return {!proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase} returns this
3498
+ * Returns whether this field is set.
3499
+ * @return {boolean}
3266
3500
  */
3267
- proto.prisca.v1.core.transaction_builder.TransactionBuilderFieldsBase.prototype.setIsMaster = function(value) {
3268
- return jspb.Message.setProto3BooleanField(this, 16, value);
3501
+ proto.prisca.v1.core.transaction_builder.FieldRulesWithProp.prototype.hasTransactionBuilderFieldRef = function() {
3502
+ return jspb.Message.getField(this, 4) != null;
3269
3503
  };
3270
3504
 
3271
3505