@kernelminds/scailo-sdk 0.0.112 → 0.0.113

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.
Files changed (43) hide show
  1. package/lib/cjs/src/base.scailo_pb.js +42 -0
  2. package/lib/cjs/src/components.scailo_pb.js +36 -0
  3. package/lib/cjs/src/equipments.scailo_pb.js +36 -0
  4. package/lib/cjs/src/feedstocks.scailo_pb.js +36 -0
  5. package/lib/cjs/src/infrastructures.scailo_pb.js +36 -0
  6. package/lib/cjs/src/merchandises.scailo_pb.js +36 -0
  7. package/lib/cjs/src/products.scailo_pb.js +36 -0
  8. package/lib/cjs/types/src/base.scailo_pb.d.ts +37 -1
  9. package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
  10. package/lib/cjs/types/src/components.scailo_pb.d.ts +31 -0
  11. package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
  12. package/lib/cjs/types/src/equipments.scailo_pb.d.ts +31 -0
  13. package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
  14. package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +31 -0
  15. package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
  16. package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +31 -0
  17. package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
  18. package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +31 -0
  19. package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
  20. package/lib/cjs/types/src/products.scailo_pb.d.ts +31 -0
  21. package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
  22. package/lib/esm/src/base.scailo_pb.js +42 -0
  23. package/lib/esm/src/components.scailo_pb.js +36 -0
  24. package/lib/esm/src/equipments.scailo_pb.js +36 -0
  25. package/lib/esm/src/feedstocks.scailo_pb.js +36 -0
  26. package/lib/esm/src/infrastructures.scailo_pb.js +36 -0
  27. package/lib/esm/src/merchandises.scailo_pb.js +36 -0
  28. package/lib/esm/src/products.scailo_pb.js +36 -0
  29. package/lib/esm/types/src/base.scailo_pb.d.ts +37 -1
  30. package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
  31. package/lib/esm/types/src/components.scailo_pb.d.ts +31 -0
  32. package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
  33. package/lib/esm/types/src/equipments.scailo_pb.d.ts +31 -0
  34. package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
  35. package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +31 -0
  36. package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
  37. package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +31 -0
  38. package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
  39. package/lib/esm/types/src/merchandises.scailo_pb.d.ts +31 -0
  40. package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
  41. package/lib/esm/types/src/products.scailo_pb.d.ts +31 -0
  42. package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
  43. package/package.json +1 -1
@@ -6,6 +6,7 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.ComponentsServiceSearchAllReq = exports.ComponentsServiceCountReq = exports.ComponentsServiceFilterReq = exports.ComponentsServicePaginationResponse = exports.ComponentsServicePaginationReq = exports.ComponentsList = exports.Component = exports.ComponentsServiceSendToStoreRequest = exports.ComponentsServiceUpdateRequest = exports.ComponentsServiceCreateRequest = exports.COMPONENT_REF_FROM = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
+ const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
9
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
11
  /**
11
12
  *
@@ -152,6 +153,12 @@ class ComponentsServiceCreateRequest extends protobuf_1.Message {
152
153
  * @generated from field: string description = 60;
153
154
  */
154
155
  description = "";
156
+ /**
157
+ * The list of dynamic forms
158
+ *
159
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
160
+ */
161
+ formData = [];
155
162
  constructor(data) {
156
163
  super();
157
164
  protobuf_1.proto3.util.initPartial(data, this);
@@ -173,6 +180,7 @@ class ComponentsServiceCreateRequest extends protobuf_1.Message {
173
180
  { no: 42, name: "warranty_timestamp", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
174
181
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
175
182
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
183
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
176
184
  ]);
177
185
  static fromBinary(bytes, options) {
178
186
  return new ComponentsServiceCreateRequest().fromBinary(bytes, options);
@@ -273,6 +281,12 @@ class ComponentsServiceUpdateRequest extends protobuf_1.Message {
273
281
  * @generated from field: string description = 60;
274
282
  */
275
283
  description = "";
284
+ /**
285
+ * The list of dynamic forms
286
+ *
287
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
288
+ */
289
+ formData = [];
276
290
  constructor(data) {
277
291
  super();
278
292
  protobuf_1.proto3.util.initPartial(data, this);
@@ -293,6 +307,7 @@ class ComponentsServiceUpdateRequest extends protobuf_1.Message {
293
307
  { no: 52, name: "is_qc_report_public", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
294
308
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
295
309
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
310
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
296
311
  ]);
297
312
  static fromBinary(bytes, options) {
298
313
  return new ComponentsServiceUpdateRequest().fromBinary(bytes, options);
@@ -593,6 +608,12 @@ class Component extends protobuf_1.Message {
593
608
  * @generated from field: string short_url = 70;
594
609
  */
595
610
  shortUrl = "";
611
+ /**
612
+ * The list of dynamic forms
613
+ *
614
+ * @generated from field: repeated Scailo.FormFieldDatum form_data = 80;
615
+ */
616
+ formData = [];
596
617
  constructor(data) {
597
618
  super();
598
619
  protobuf_1.proto3.util.initPartial(data, this);
@@ -631,6 +652,7 @@ class Component extends protobuf_1.Message {
631
652
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
632
653
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
633
654
  { no: 70, name: "short_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
655
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
634
656
  ]);
635
657
  static fromBinary(bytes, options) {
636
658
  return new Component().fromBinary(bytes, options);
@@ -1023,6 +1045,12 @@ class ComponentsServiceFilterReq extends protobuf_1.Message {
1023
1045
  * @generated from field: uint64 vendor_id = 81;
1024
1046
  */
1025
1047
  vendorId = protobuf_1.protoInt64.zero;
1048
+ /**
1049
+ * The list of form data filters
1050
+ *
1051
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1052
+ */
1053
+ formData = [];
1026
1054
  constructor(data) {
1027
1055
  super();
1028
1056
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1064,6 +1092,7 @@ class ComponentsServiceFilterReq extends protobuf_1.Message {
1064
1092
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1065
1093
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1066
1094
  { no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1095
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1067
1096
  ]);
1068
1097
  static fromBinary(bytes, options) {
1069
1098
  return new ComponentsServiceFilterReq().fromBinary(bytes, options);
@@ -1268,6 +1297,12 @@ class ComponentsServiceCountReq extends protobuf_1.Message {
1268
1297
  * @generated from field: uint64 vendor_id = 81;
1269
1298
  */
1270
1299
  vendorId = protobuf_1.protoInt64.zero;
1300
+ /**
1301
+ * The list of form data filters
1302
+ *
1303
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1304
+ */
1305
+ formData = [];
1271
1306
  constructor(data) {
1272
1307
  super();
1273
1308
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1305,6 +1340,7 @@ class ComponentsServiceCountReq extends protobuf_1.Message {
1305
1340
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1306
1341
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1307
1342
  { no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1343
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1308
1344
  ]);
1309
1345
  static fromBinary(bytes, options) {
1310
1346
  return new ComponentsServiceCountReq().fromBinary(bytes, options);
@@ -6,6 +6,7 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.EquipmentsServiceSearchAllReq = exports.EquipmentsServiceCountReq = exports.EquipmentsServiceFilterReq = exports.EquipmentsServicePaginationResponse = exports.EquipmentsServicePaginationReq = exports.EquipmentsList = exports.Equipment = exports.EquipmentsServiceSendToStoreRequest = exports.EquipmentsServiceUpdateRequest = exports.EquipmentsServiceCreateRequest = exports.EQUIPMENT_REF_FROM = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
+ const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
9
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
11
  /**
11
12
  *
@@ -138,6 +139,12 @@ class EquipmentsServiceCreateRequest extends protobuf_1.Message {
138
139
  * @generated from field: string description = 60;
139
140
  */
140
141
  description = "";
142
+ /**
143
+ * The list of dynamic forms
144
+ *
145
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
146
+ */
147
+ formData = [];
141
148
  constructor(data) {
142
149
  super();
143
150
  protobuf_1.proto3.util.initPartial(data, this);
@@ -159,6 +166,7 @@ class EquipmentsServiceCreateRequest extends protobuf_1.Message {
159
166
  { no: 42, name: "warranty_timestamp", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
160
167
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
161
168
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
169
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
162
170
  ]);
163
171
  static fromBinary(bytes, options) {
164
172
  return new EquipmentsServiceCreateRequest().fromBinary(bytes, options);
@@ -259,6 +267,12 @@ class EquipmentsServiceUpdateRequest extends protobuf_1.Message {
259
267
  * @generated from field: string description = 60;
260
268
  */
261
269
  description = "";
270
+ /**
271
+ * The list of dynamic forms
272
+ *
273
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
274
+ */
275
+ formData = [];
262
276
  constructor(data) {
263
277
  super();
264
278
  protobuf_1.proto3.util.initPartial(data, this);
@@ -279,6 +293,7 @@ class EquipmentsServiceUpdateRequest extends protobuf_1.Message {
279
293
  { no: 52, name: "is_qc_report_public", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
280
294
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
281
295
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
296
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
282
297
  ]);
283
298
  static fromBinary(bytes, options) {
284
299
  return new EquipmentsServiceUpdateRequest().fromBinary(bytes, options);
@@ -579,6 +594,12 @@ class Equipment extends protobuf_1.Message {
579
594
  * @generated from field: string short_url = 70;
580
595
  */
581
596
  shortUrl = "";
597
+ /**
598
+ * The list of dynamic forms
599
+ *
600
+ * @generated from field: repeated Scailo.FormFieldDatum form_data = 80;
601
+ */
602
+ formData = [];
582
603
  constructor(data) {
583
604
  super();
584
605
  protobuf_1.proto3.util.initPartial(data, this);
@@ -617,6 +638,7 @@ class Equipment extends protobuf_1.Message {
617
638
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
618
639
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
619
640
  { no: 70, name: "short_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
641
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
620
642
  ]);
621
643
  static fromBinary(bytes, options) {
622
644
  return new Equipment().fromBinary(bytes, options);
@@ -1009,6 +1031,12 @@ class EquipmentsServiceFilterReq extends protobuf_1.Message {
1009
1031
  * @generated from field: uint64 vendor_id = 81;
1010
1032
  */
1011
1033
  vendorId = protobuf_1.protoInt64.zero;
1034
+ /**
1035
+ * The list of form data filters
1036
+ *
1037
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1038
+ */
1039
+ formData = [];
1012
1040
  constructor(data) {
1013
1041
  super();
1014
1042
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1050,6 +1078,7 @@ class EquipmentsServiceFilterReq extends protobuf_1.Message {
1050
1078
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1051
1079
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1052
1080
  { no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1081
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1053
1082
  ]);
1054
1083
  static fromBinary(bytes, options) {
1055
1084
  return new EquipmentsServiceFilterReq().fromBinary(bytes, options);
@@ -1254,6 +1283,12 @@ class EquipmentsServiceCountReq extends protobuf_1.Message {
1254
1283
  * @generated from field: uint64 vendor_id = 81;
1255
1284
  */
1256
1285
  vendorId = protobuf_1.protoInt64.zero;
1286
+ /**
1287
+ * The list of form data filters
1288
+ *
1289
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1290
+ */
1291
+ formData = [];
1257
1292
  constructor(data) {
1258
1293
  super();
1259
1294
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1291,6 +1326,7 @@ class EquipmentsServiceCountReq extends protobuf_1.Message {
1291
1326
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1292
1327
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1293
1328
  { no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1329
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1294
1330
  ]);
1295
1331
  static fromBinary(bytes, options) {
1296
1332
  return new EquipmentsServiceCountReq().fromBinary(bytes, options);
@@ -6,6 +6,7 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.FeedstocksServiceSearchAllReq = exports.FeedstocksServiceCountReq = exports.FeedstocksServiceFilterReq = exports.FeedstocksServicePaginationResponse = exports.FeedstocksServicePaginationReq = exports.FeedstocksList = exports.Feedstock = exports.FeedstocksServiceSendToStoreRequest = exports.FeedstocksServiceUpdateRequest = exports.FeedstocksServiceCreateRequest = exports.FEEDSTOCK_REF_FROM = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
+ const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
9
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
11
  /**
11
12
  *
@@ -138,6 +139,12 @@ class FeedstocksServiceCreateRequest extends protobuf_1.Message {
138
139
  * @generated from field: string description = 60;
139
140
  */
140
141
  description = "";
142
+ /**
143
+ * The list of dynamic forms
144
+ *
145
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
146
+ */
147
+ formData = [];
141
148
  constructor(data) {
142
149
  super();
143
150
  protobuf_1.proto3.util.initPartial(data, this);
@@ -159,6 +166,7 @@ class FeedstocksServiceCreateRequest extends protobuf_1.Message {
159
166
  { no: 42, name: "warranty_timestamp", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
160
167
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
161
168
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
169
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
162
170
  ]);
163
171
  static fromBinary(bytes, options) {
164
172
  return new FeedstocksServiceCreateRequest().fromBinary(bytes, options);
@@ -259,6 +267,12 @@ class FeedstocksServiceUpdateRequest extends protobuf_1.Message {
259
267
  * @generated from field: string description = 60;
260
268
  */
261
269
  description = "";
270
+ /**
271
+ * The list of dynamic forms
272
+ *
273
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
274
+ */
275
+ formData = [];
262
276
  constructor(data) {
263
277
  super();
264
278
  protobuf_1.proto3.util.initPartial(data, this);
@@ -279,6 +293,7 @@ class FeedstocksServiceUpdateRequest extends protobuf_1.Message {
279
293
  { no: 52, name: "is_qc_report_public", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
280
294
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
281
295
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
296
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
282
297
  ]);
283
298
  static fromBinary(bytes, options) {
284
299
  return new FeedstocksServiceUpdateRequest().fromBinary(bytes, options);
@@ -579,6 +594,12 @@ class Feedstock extends protobuf_1.Message {
579
594
  * @generated from field: string short_url = 70;
580
595
  */
581
596
  shortUrl = "";
597
+ /**
598
+ * The list of dynamic forms
599
+ *
600
+ * @generated from field: repeated Scailo.FormFieldDatum form_data = 80;
601
+ */
602
+ formData = [];
582
603
  constructor(data) {
583
604
  super();
584
605
  protobuf_1.proto3.util.initPartial(data, this);
@@ -617,6 +638,7 @@ class Feedstock extends protobuf_1.Message {
617
638
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
618
639
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
619
640
  { no: 70, name: "short_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
641
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
620
642
  ]);
621
643
  static fromBinary(bytes, options) {
622
644
  return new Feedstock().fromBinary(bytes, options);
@@ -1009,6 +1031,12 @@ class FeedstocksServiceFilterReq extends protobuf_1.Message {
1009
1031
  * @generated from field: uint64 vendor_id = 81;
1010
1032
  */
1011
1033
  vendorId = protobuf_1.protoInt64.zero;
1034
+ /**
1035
+ * The list of form data filters
1036
+ *
1037
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1038
+ */
1039
+ formData = [];
1012
1040
  constructor(data) {
1013
1041
  super();
1014
1042
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1050,6 +1078,7 @@ class FeedstocksServiceFilterReq extends protobuf_1.Message {
1050
1078
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1051
1079
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1052
1080
  { no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1081
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1053
1082
  ]);
1054
1083
  static fromBinary(bytes, options) {
1055
1084
  return new FeedstocksServiceFilterReq().fromBinary(bytes, options);
@@ -1254,6 +1283,12 @@ class FeedstocksServiceCountReq extends protobuf_1.Message {
1254
1283
  * @generated from field: uint64 vendor_id = 81;
1255
1284
  */
1256
1285
  vendorId = protobuf_1.protoInt64.zero;
1286
+ /**
1287
+ * The list of form data filters
1288
+ *
1289
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1290
+ */
1291
+ formData = [];
1257
1292
  constructor(data) {
1258
1293
  super();
1259
1294
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1291,6 +1326,7 @@ class FeedstocksServiceCountReq extends protobuf_1.Message {
1291
1326
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1292
1327
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1293
1328
  { no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1329
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1294
1330
  ]);
1295
1331
  static fromBinary(bytes, options) {
1296
1332
  return new FeedstocksServiceCountReq().fromBinary(bytes, options);
@@ -6,6 +6,7 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.InfrastructuresServiceSearchAllReq = exports.InfrastructuresServiceCountReq = exports.InfrastructuresServiceFilterReq = exports.InfrastructuresServicePaginationResponse = exports.InfrastructuresServicePaginationReq = exports.InfrastructuresList = exports.Infrastructure = exports.InfrastructuresServiceSendToStoreRequest = exports.InfrastructuresServiceUpdateRequest = exports.InfrastructuresServiceCreateRequest = exports.INFRASTRUCTURE_REF_FROM = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
+ const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
9
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
11
  /**
11
12
  *
@@ -138,6 +139,12 @@ class InfrastructuresServiceCreateRequest extends protobuf_1.Message {
138
139
  * @generated from field: string description = 60;
139
140
  */
140
141
  description = "";
142
+ /**
143
+ * The list of dynamic forms
144
+ *
145
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
146
+ */
147
+ formData = [];
141
148
  constructor(data) {
142
149
  super();
143
150
  protobuf_1.proto3.util.initPartial(data, this);
@@ -159,6 +166,7 @@ class InfrastructuresServiceCreateRequest extends protobuf_1.Message {
159
166
  { no: 42, name: "warranty_timestamp", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
160
167
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
161
168
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
169
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
162
170
  ]);
163
171
  static fromBinary(bytes, options) {
164
172
  return new InfrastructuresServiceCreateRequest().fromBinary(bytes, options);
@@ -259,6 +267,12 @@ class InfrastructuresServiceUpdateRequest extends protobuf_1.Message {
259
267
  * @generated from field: string description = 60;
260
268
  */
261
269
  description = "";
270
+ /**
271
+ * The list of dynamic forms
272
+ *
273
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
274
+ */
275
+ formData = [];
262
276
  constructor(data) {
263
277
  super();
264
278
  protobuf_1.proto3.util.initPartial(data, this);
@@ -279,6 +293,7 @@ class InfrastructuresServiceUpdateRequest extends protobuf_1.Message {
279
293
  { no: 52, name: "is_qc_report_public", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
280
294
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
281
295
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
296
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
282
297
  ]);
283
298
  static fromBinary(bytes, options) {
284
299
  return new InfrastructuresServiceUpdateRequest().fromBinary(bytes, options);
@@ -579,6 +594,12 @@ class Infrastructure extends protobuf_1.Message {
579
594
  * @generated from field: string short_url = 70;
580
595
  */
581
596
  shortUrl = "";
597
+ /**
598
+ * The list of dynamic forms
599
+ *
600
+ * @generated from field: repeated Scailo.FormFieldDatum form_data = 80;
601
+ */
602
+ formData = [];
582
603
  constructor(data) {
583
604
  super();
584
605
  protobuf_1.proto3.util.initPartial(data, this);
@@ -617,6 +638,7 @@ class Infrastructure extends protobuf_1.Message {
617
638
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
618
639
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
619
640
  { no: 70, name: "short_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
641
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
620
642
  ]);
621
643
  static fromBinary(bytes, options) {
622
644
  return new Infrastructure().fromBinary(bytes, options);
@@ -1009,6 +1031,12 @@ class InfrastructuresServiceFilterReq extends protobuf_1.Message {
1009
1031
  * @generated from field: uint64 vendor_id = 81;
1010
1032
  */
1011
1033
  vendorId = protobuf_1.protoInt64.zero;
1034
+ /**
1035
+ * The list of form data filters
1036
+ *
1037
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1038
+ */
1039
+ formData = [];
1012
1040
  constructor(data) {
1013
1041
  super();
1014
1042
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1050,6 +1078,7 @@ class InfrastructuresServiceFilterReq extends protobuf_1.Message {
1050
1078
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1051
1079
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1052
1080
  { no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1081
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1053
1082
  ]);
1054
1083
  static fromBinary(bytes, options) {
1055
1084
  return new InfrastructuresServiceFilterReq().fromBinary(bytes, options);
@@ -1254,6 +1283,12 @@ class InfrastructuresServiceCountReq extends protobuf_1.Message {
1254
1283
  * @generated from field: uint64 vendor_id = 81;
1255
1284
  */
1256
1285
  vendorId = protobuf_1.protoInt64.zero;
1286
+ /**
1287
+ * The list of form data filters
1288
+ *
1289
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1290
+ */
1291
+ formData = [];
1257
1292
  constructor(data) {
1258
1293
  super();
1259
1294
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1291,6 +1326,7 @@ class InfrastructuresServiceCountReq extends protobuf_1.Message {
1291
1326
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1292
1327
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1293
1328
  { no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1329
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1294
1330
  ]);
1295
1331
  static fromBinary(bytes, options) {
1296
1332
  return new InfrastructuresServiceCountReq().fromBinary(bytes, options);
@@ -6,6 +6,7 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.MerchandisesServiceSearchAllReq = exports.MerchandisesServiceCountReq = exports.MerchandisesServiceFilterReq = exports.MerchandisesServicePaginationResponse = exports.MerchandisesServicePaginationReq = exports.MerchandisesList = exports.Merchandise = exports.MerchandisesServiceSendToStoreRequest = exports.MerchandisesServiceUpdateRequest = exports.MerchandisesServiceCreateRequest = exports.MERCHANDISE_REF_FROM = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
+ const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
9
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
11
  /**
11
12
  *
@@ -138,6 +139,12 @@ class MerchandisesServiceCreateRequest extends protobuf_1.Message {
138
139
  * @generated from field: string description = 60;
139
140
  */
140
141
  description = "";
142
+ /**
143
+ * The list of dynamic forms
144
+ *
145
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
146
+ */
147
+ formData = [];
141
148
  constructor(data) {
142
149
  super();
143
150
  protobuf_1.proto3.util.initPartial(data, this);
@@ -159,6 +166,7 @@ class MerchandisesServiceCreateRequest extends protobuf_1.Message {
159
166
  { no: 42, name: "warranty_timestamp", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
160
167
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
161
168
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
169
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
162
170
  ]);
163
171
  static fromBinary(bytes, options) {
164
172
  return new MerchandisesServiceCreateRequest().fromBinary(bytes, options);
@@ -259,6 +267,12 @@ class MerchandisesServiceUpdateRequest extends protobuf_1.Message {
259
267
  * @generated from field: string description = 60;
260
268
  */
261
269
  description = "";
270
+ /**
271
+ * The list of dynamic forms
272
+ *
273
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
274
+ */
275
+ formData = [];
262
276
  constructor(data) {
263
277
  super();
264
278
  protobuf_1.proto3.util.initPartial(data, this);
@@ -279,6 +293,7 @@ class MerchandisesServiceUpdateRequest extends protobuf_1.Message {
279
293
  { no: 52, name: "is_qc_report_public", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
280
294
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
281
295
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
296
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
282
297
  ]);
283
298
  static fromBinary(bytes, options) {
284
299
  return new MerchandisesServiceUpdateRequest().fromBinary(bytes, options);
@@ -579,6 +594,12 @@ class Merchandise extends protobuf_1.Message {
579
594
  * @generated from field: string short_url = 70;
580
595
  */
581
596
  shortUrl = "";
597
+ /**
598
+ * The list of dynamic forms
599
+ *
600
+ * @generated from field: repeated Scailo.FormFieldDatum form_data = 80;
601
+ */
602
+ formData = [];
582
603
  constructor(data) {
583
604
  super();
584
605
  protobuf_1.proto3.util.initPartial(data, this);
@@ -617,6 +638,7 @@ class Merchandise extends protobuf_1.Message {
617
638
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
618
639
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
619
640
  { no: 70, name: "short_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
641
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
620
642
  ]);
621
643
  static fromBinary(bytes, options) {
622
644
  return new Merchandise().fromBinary(bytes, options);
@@ -1009,6 +1031,12 @@ class MerchandisesServiceFilterReq extends protobuf_1.Message {
1009
1031
  * @generated from field: uint64 vendor_id = 81;
1010
1032
  */
1011
1033
  vendorId = protobuf_1.protoInt64.zero;
1034
+ /**
1035
+ * The list of form data filters
1036
+ *
1037
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1038
+ */
1039
+ formData = [];
1012
1040
  constructor(data) {
1013
1041
  super();
1014
1042
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1050,6 +1078,7 @@ class MerchandisesServiceFilterReq extends protobuf_1.Message {
1050
1078
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1051
1079
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1052
1080
  { no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1081
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1053
1082
  ]);
1054
1083
  static fromBinary(bytes, options) {
1055
1084
  return new MerchandisesServiceFilterReq().fromBinary(bytes, options);
@@ -1254,6 +1283,12 @@ class MerchandisesServiceCountReq extends protobuf_1.Message {
1254
1283
  * @generated from field: uint64 vendor_id = 81;
1255
1284
  */
1256
1285
  vendorId = protobuf_1.protoInt64.zero;
1286
+ /**
1287
+ * The list of form data filters
1288
+ *
1289
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1290
+ */
1291
+ formData = [];
1257
1292
  constructor(data) {
1258
1293
  super();
1259
1294
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1291,6 +1326,7 @@ class MerchandisesServiceCountReq extends protobuf_1.Message {
1291
1326
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1292
1327
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1293
1328
  { no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1329
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1294
1330
  ]);
1295
1331
  static fromBinary(bytes, options) {
1296
1332
  return new MerchandisesServiceCountReq().fromBinary(bytes, options);
@@ -6,6 +6,7 @@
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
7
  exports.ProductsServiceSearchAllReq = exports.ProductsServiceCountReq = exports.ProductsServiceFilterReq = exports.ProductsServicePaginationResponse = exports.ProductsServicePaginationReq = exports.ProductsList = exports.Product = exports.ProductsServiceSendToStoreRequest = exports.ProductsServiceUpdateRequest = exports.ProductsServiceCreateRequest = exports.PRODUCT_REF_FROM = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
+ const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
9
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
11
  /**
11
12
  *
@@ -131,6 +132,12 @@ class ProductsServiceCreateRequest extends protobuf_1.Message {
131
132
  * @generated from field: string description = 60;
132
133
  */
133
134
  description = "";
135
+ /**
136
+ * The list of dynamic forms
137
+ *
138
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
139
+ */
140
+ formData = [];
134
141
  constructor(data) {
135
142
  super();
136
143
  protobuf_1.proto3.util.initPartial(data, this);
@@ -152,6 +159,7 @@ class ProductsServiceCreateRequest extends protobuf_1.Message {
152
159
  { no: 42, name: "warranty_timestamp", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
153
160
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
154
161
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
162
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
155
163
  ]);
156
164
  static fromBinary(bytes, options) {
157
165
  return new ProductsServiceCreateRequest().fromBinary(bytes, options);
@@ -252,6 +260,12 @@ class ProductsServiceUpdateRequest extends protobuf_1.Message {
252
260
  * @generated from field: string description = 60;
253
261
  */
254
262
  description = "";
263
+ /**
264
+ * The list of dynamic forms
265
+ *
266
+ * @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
267
+ */
268
+ formData = [];
255
269
  constructor(data) {
256
270
  super();
257
271
  protobuf_1.proto3.util.initPartial(data, this);
@@ -272,6 +286,7 @@ class ProductsServiceUpdateRequest extends protobuf_1.Message {
272
286
  { no: 52, name: "is_qc_report_public", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
273
287
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
274
288
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
289
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
275
290
  ]);
276
291
  static fromBinary(bytes, options) {
277
292
  return new ProductsServiceUpdateRequest().fromBinary(bytes, options);
@@ -572,6 +587,12 @@ class Product extends protobuf_1.Message {
572
587
  * @generated from field: string short_url = 70;
573
588
  */
574
589
  shortUrl = "";
590
+ /**
591
+ * The list of dynamic forms
592
+ *
593
+ * @generated from field: repeated Scailo.FormFieldDatum form_data = 80;
594
+ */
595
+ formData = [];
575
596
  constructor(data) {
576
597
  super();
577
598
  protobuf_1.proto3.util.initPartial(data, this);
@@ -610,6 +631,7 @@ class Product extends protobuf_1.Message {
610
631
  { no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
611
632
  { no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
612
633
  { no: 70, name: "short_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
634
+ { no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
613
635
  ]);
614
636
  static fromBinary(bytes, options) {
615
637
  return new Product().fromBinary(bytes, options);
@@ -994,6 +1016,12 @@ class ProductsServiceFilterReq extends protobuf_1.Message {
994
1016
  * @generated from field: uint64 location_id = 54;
995
1017
  */
996
1018
  locationId = protobuf_1.protoInt64.zero;
1019
+ /**
1020
+ * The list of form data filters
1021
+ *
1022
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1023
+ */
1024
+ formData = [];
997
1025
  constructor(data) {
998
1026
  super();
999
1027
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1034,6 +1062,7 @@ class ProductsServiceFilterReq extends protobuf_1.Message {
1034
1062
  { no: 51, name: "storage_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1035
1063
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1036
1064
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1065
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1037
1066
  ]);
1038
1067
  static fromBinary(bytes, options) {
1039
1068
  return new ProductsServiceFilterReq().fromBinary(bytes, options);
@@ -1230,6 +1259,12 @@ class ProductsServiceCountReq extends protobuf_1.Message {
1230
1259
  * @generated from field: uint64 location_id = 54;
1231
1260
  */
1232
1261
  locationId = protobuf_1.protoInt64.zero;
1262
+ /**
1263
+ * The list of form data filters
1264
+ *
1265
+ * @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
1266
+ */
1267
+ formData = [];
1233
1268
  constructor(data) {
1234
1269
  super();
1235
1270
  protobuf_1.proto3.util.initPartial(data, this);
@@ -1266,6 +1301,7 @@ class ProductsServiceCountReq extends protobuf_1.Message {
1266
1301
  { no: 51, name: "storage_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1267
1302
  { no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
1268
1303
  { no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1304
+ { no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
1269
1305
  ]);
1270
1306
  static fromBinary(bytes, options) {
1271
1307
  return new ProductsServiceCountReq().fromBinary(bytes, options);