@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.
- package/lib/cjs/src/base.scailo_pb.js +42 -0
- package/lib/cjs/src/components.scailo_pb.js +36 -0
- package/lib/cjs/src/equipments.scailo_pb.js +36 -0
- package/lib/cjs/src/feedstocks.scailo_pb.js +36 -0
- package/lib/cjs/src/infrastructures.scailo_pb.js +36 -0
- package/lib/cjs/src/merchandises.scailo_pb.js +36 -0
- package/lib/cjs/src/products.scailo_pb.js +36 -0
- package/lib/cjs/types/src/base.scailo_pb.d.ts +37 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +31 -0
- package/lib/cjs/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +31 -0
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +31 -0
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +31 -0
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +31 -0
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_pb.d.ts +31 -0
- package/lib/cjs/types/src/products.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/base.scailo_pb.js +42 -0
- package/lib/esm/src/components.scailo_pb.js +36 -0
- package/lib/esm/src/equipments.scailo_pb.js +36 -0
- package/lib/esm/src/feedstocks.scailo_pb.js +36 -0
- package/lib/esm/src/infrastructures.scailo_pb.js +36 -0
- package/lib/esm/src/merchandises.scailo_pb.js +36 -0
- package/lib/esm/src/products.scailo_pb.js +36 -0
- package/lib/esm/types/src/base.scailo_pb.d.ts +37 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +31 -0
- package/lib/esm/types/src/components.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +31 -0
- package/lib/esm/types/src/equipments.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +31 -0
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +31 -0
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +31 -0
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_pb.d.ts +31 -0
- package/lib/esm/types/src/products.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -440,6 +440,42 @@ var FORM_TYPE;
|
|
|
440
440
|
* @generated from enum value: FORM_TYPE_MEETING_FORM = 530;
|
|
441
441
|
*/
|
|
442
442
|
FORM_TYPE[FORM_TYPE["FORM_TYPE_MEETING_FORM"] = 530] = "FORM_TYPE_MEETING_FORM";
|
|
443
|
+
/**
|
|
444
|
+
* The form type is "product-form"
|
|
445
|
+
*
|
|
446
|
+
* @generated from enum value: FORM_TYPE_PRODUCT_FORM = 700;
|
|
447
|
+
*/
|
|
448
|
+
FORM_TYPE[FORM_TYPE["FORM_TYPE_PRODUCT_FORM"] = 700] = "FORM_TYPE_PRODUCT_FORM";
|
|
449
|
+
/**
|
|
450
|
+
* The form type is "component-form"
|
|
451
|
+
*
|
|
452
|
+
* @generated from enum value: FORM_TYPE_COMPONENT_FORM = 710;
|
|
453
|
+
*/
|
|
454
|
+
FORM_TYPE[FORM_TYPE["FORM_TYPE_COMPONENT_FORM"] = 710] = "FORM_TYPE_COMPONENT_FORM";
|
|
455
|
+
/**
|
|
456
|
+
* The form type is "feedstock-form"
|
|
457
|
+
*
|
|
458
|
+
* @generated from enum value: FORM_TYPE_FEEDSTOCK_FORM = 720;
|
|
459
|
+
*/
|
|
460
|
+
FORM_TYPE[FORM_TYPE["FORM_TYPE_FEEDSTOCK_FORM"] = 720] = "FORM_TYPE_FEEDSTOCK_FORM";
|
|
461
|
+
/**
|
|
462
|
+
* The form type is "merchandise-form"
|
|
463
|
+
*
|
|
464
|
+
* @generated from enum value: FORM_TYPE_MERCHANDISE_FORM = 730;
|
|
465
|
+
*/
|
|
466
|
+
FORM_TYPE[FORM_TYPE["FORM_TYPE_MERCHANDISE_FORM"] = 730] = "FORM_TYPE_MERCHANDISE_FORM";
|
|
467
|
+
/**
|
|
468
|
+
* The form type is "equipment-form"
|
|
469
|
+
*
|
|
470
|
+
* @generated from enum value: FORM_TYPE_EQUIPMENT_FORM = 740;
|
|
471
|
+
*/
|
|
472
|
+
FORM_TYPE[FORM_TYPE["FORM_TYPE_EQUIPMENT_FORM"] = 740] = "FORM_TYPE_EQUIPMENT_FORM";
|
|
473
|
+
/**
|
|
474
|
+
* The form type is "infrastructure-form"
|
|
475
|
+
*
|
|
476
|
+
* @generated from enum value: FORM_TYPE_INFRASTRUCTURE_FORM = 750;
|
|
477
|
+
*/
|
|
478
|
+
FORM_TYPE[FORM_TYPE["FORM_TYPE_INFRASTRUCTURE_FORM"] = 750] = "FORM_TYPE_INFRASTRUCTURE_FORM";
|
|
443
479
|
})(FORM_TYPE || (exports.FORM_TYPE = FORM_TYPE = {}));
|
|
444
480
|
// Retrieve enum metadata with: proto3.getEnumType(FORM_TYPE)
|
|
445
481
|
protobuf_1.proto3.util.setEnumType(FORM_TYPE, "Scailo.FORM_TYPE", [
|
|
@@ -497,6 +533,12 @@ protobuf_1.proto3.util.setEnumType(FORM_TYPE, "Scailo.FORM_TYPE", [
|
|
|
497
533
|
{ no: 510, name: "FORM_TYPE_SKILL_GROUP_FORM" },
|
|
498
534
|
{ no: 520, name: "FORM_TYPE_GOAL_FORM" },
|
|
499
535
|
{ no: 530, name: "FORM_TYPE_MEETING_FORM" },
|
|
536
|
+
{ no: 700, name: "FORM_TYPE_PRODUCT_FORM" },
|
|
537
|
+
{ no: 710, name: "FORM_TYPE_COMPONENT_FORM" },
|
|
538
|
+
{ no: 720, name: "FORM_TYPE_FEEDSTOCK_FORM" },
|
|
539
|
+
{ no: 730, name: "FORM_TYPE_MERCHANDISE_FORM" },
|
|
540
|
+
{ no: 740, name: "FORM_TYPE_EQUIPMENT_FORM" },
|
|
541
|
+
{ no: 750, name: "FORM_TYPE_INFRASTRUCTURE_FORM" },
|
|
500
542
|
]);
|
|
501
543
|
/**
|
|
502
544
|
*
|
|
@@ -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
|
*
|
|
@@ -154,6 +155,12 @@ class ComponentsServiceCreateRequest extends protobuf_1.Message {
|
|
|
154
155
|
* @generated from field: string description = 60;
|
|
155
156
|
*/
|
|
156
157
|
this.description = "";
|
|
158
|
+
/**
|
|
159
|
+
* The list of dynamic forms
|
|
160
|
+
*
|
|
161
|
+
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
|
|
162
|
+
*/
|
|
163
|
+
this.formData = [];
|
|
157
164
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
158
165
|
}
|
|
159
166
|
static fromBinary(bytes, options) {
|
|
@@ -187,6 +194,7 @@ ComponentsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList(() =
|
|
|
187
194
|
{ no: 42, name: "warranty_timestamp", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
188
195
|
{ no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
189
196
|
{ no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
197
|
+
{ no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
|
|
190
198
|
]);
|
|
191
199
|
/**
|
|
192
200
|
*
|
|
@@ -275,6 +283,12 @@ class ComponentsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
275
283
|
* @generated from field: string description = 60;
|
|
276
284
|
*/
|
|
277
285
|
this.description = "";
|
|
286
|
+
/**
|
|
287
|
+
* The list of dynamic forms
|
|
288
|
+
*
|
|
289
|
+
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
|
|
290
|
+
*/
|
|
291
|
+
this.formData = [];
|
|
278
292
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
279
293
|
}
|
|
280
294
|
static fromBinary(bytes, options) {
|
|
@@ -307,6 +321,7 @@ ComponentsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() =
|
|
|
307
321
|
{ no: 52, name: "is_qc_report_public", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
308
322
|
{ no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
309
323
|
{ no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
324
|
+
{ no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
|
|
310
325
|
]);
|
|
311
326
|
/**
|
|
312
327
|
*
|
|
@@ -589,6 +604,12 @@ class Component extends protobuf_1.Message {
|
|
|
589
604
|
* @generated from field: string short_url = 70;
|
|
590
605
|
*/
|
|
591
606
|
this.shortUrl = "";
|
|
607
|
+
/**
|
|
608
|
+
* The list of dynamic forms
|
|
609
|
+
*
|
|
610
|
+
* @generated from field: repeated Scailo.FormFieldDatum form_data = 80;
|
|
611
|
+
*/
|
|
612
|
+
this.formData = [];
|
|
592
613
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
593
614
|
}
|
|
594
615
|
static fromBinary(bytes, options) {
|
|
@@ -639,6 +660,7 @@ Component.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
639
660
|
{ no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
640
661
|
{ no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
641
662
|
{ no: 70, name: "short_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
663
|
+
{ no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
|
|
642
664
|
]);
|
|
643
665
|
/**
|
|
644
666
|
*
|
|
@@ -1019,6 +1041,12 @@ class ComponentsServiceFilterReq extends protobuf_1.Message {
|
|
|
1019
1041
|
* @generated from field: uint64 vendor_id = 81;
|
|
1020
1042
|
*/
|
|
1021
1043
|
this.vendorId = protobuf_1.protoInt64.zero;
|
|
1044
|
+
/**
|
|
1045
|
+
* The list of form data filters
|
|
1046
|
+
*
|
|
1047
|
+
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
1048
|
+
*/
|
|
1049
|
+
this.formData = [];
|
|
1022
1050
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
1023
1051
|
}
|
|
1024
1052
|
static fromBinary(bytes, options) {
|
|
@@ -1072,6 +1100,7 @@ ComponentsServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
1072
1100
|
{ no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1073
1101
|
{ no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1074
1102
|
{ no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1103
|
+
{ no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
|
|
1075
1104
|
]);
|
|
1076
1105
|
/**
|
|
1077
1106
|
*
|
|
@@ -1264,6 +1293,12 @@ class ComponentsServiceCountReq extends protobuf_1.Message {
|
|
|
1264
1293
|
* @generated from field: uint64 vendor_id = 81;
|
|
1265
1294
|
*/
|
|
1266
1295
|
this.vendorId = protobuf_1.protoInt64.zero;
|
|
1296
|
+
/**
|
|
1297
|
+
* The list of form data filters
|
|
1298
|
+
*
|
|
1299
|
+
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
1300
|
+
*/
|
|
1301
|
+
this.formData = [];
|
|
1267
1302
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
1268
1303
|
}
|
|
1269
1304
|
static fromBinary(bytes, options) {
|
|
@@ -1313,6 +1348,7 @@ ComponentsServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
1313
1348
|
{ no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1314
1349
|
{ no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1315
1350
|
{ no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1351
|
+
{ no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
|
|
1316
1352
|
]);
|
|
1317
1353
|
/**
|
|
1318
1354
|
*
|
|
@@ -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
|
*
|
|
@@ -140,6 +141,12 @@ class EquipmentsServiceCreateRequest extends protobuf_1.Message {
|
|
|
140
141
|
* @generated from field: string description = 60;
|
|
141
142
|
*/
|
|
142
143
|
this.description = "";
|
|
144
|
+
/**
|
|
145
|
+
* The list of dynamic forms
|
|
146
|
+
*
|
|
147
|
+
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
|
|
148
|
+
*/
|
|
149
|
+
this.formData = [];
|
|
143
150
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
144
151
|
}
|
|
145
152
|
static fromBinary(bytes, options) {
|
|
@@ -173,6 +180,7 @@ EquipmentsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList(() =
|
|
|
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
|
/**
|
|
178
186
|
*
|
|
@@ -261,6 +269,12 @@ class EquipmentsServiceUpdateRequest extends protobuf_1.Message {
|
|
|
261
269
|
* @generated from field: string description = 60;
|
|
262
270
|
*/
|
|
263
271
|
this.description = "";
|
|
272
|
+
/**
|
|
273
|
+
* The list of dynamic forms
|
|
274
|
+
*
|
|
275
|
+
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
|
|
276
|
+
*/
|
|
277
|
+
this.formData = [];
|
|
264
278
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
265
279
|
}
|
|
266
280
|
static fromBinary(bytes, options) {
|
|
@@ -293,6 +307,7 @@ EquipmentsServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() =
|
|
|
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
|
/**
|
|
298
313
|
*
|
|
@@ -575,6 +590,12 @@ class Equipment extends protobuf_1.Message {
|
|
|
575
590
|
* @generated from field: string short_url = 70;
|
|
576
591
|
*/
|
|
577
592
|
this.shortUrl = "";
|
|
593
|
+
/**
|
|
594
|
+
* The list of dynamic forms
|
|
595
|
+
*
|
|
596
|
+
* @generated from field: repeated Scailo.FormFieldDatum form_data = 80;
|
|
597
|
+
*/
|
|
598
|
+
this.formData = [];
|
|
578
599
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
579
600
|
}
|
|
580
601
|
static fromBinary(bytes, options) {
|
|
@@ -625,6 +646,7 @@ Equipment.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
625
646
|
{ no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
626
647
|
{ no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
627
648
|
{ no: 70, name: "short_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
649
|
+
{ no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
|
|
628
650
|
]);
|
|
629
651
|
/**
|
|
630
652
|
*
|
|
@@ -1005,6 +1027,12 @@ class EquipmentsServiceFilterReq extends protobuf_1.Message {
|
|
|
1005
1027
|
* @generated from field: uint64 vendor_id = 81;
|
|
1006
1028
|
*/
|
|
1007
1029
|
this.vendorId = protobuf_1.protoInt64.zero;
|
|
1030
|
+
/**
|
|
1031
|
+
* The list of form data filters
|
|
1032
|
+
*
|
|
1033
|
+
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
1034
|
+
*/
|
|
1035
|
+
this.formData = [];
|
|
1008
1036
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
1009
1037
|
}
|
|
1010
1038
|
static fromBinary(bytes, options) {
|
|
@@ -1058,6 +1086,7 @@ EquipmentsServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
1058
1086
|
{ no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1059
1087
|
{ no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1060
1088
|
{ no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1089
|
+
{ no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
|
|
1061
1090
|
]);
|
|
1062
1091
|
/**
|
|
1063
1092
|
*
|
|
@@ -1250,6 +1279,12 @@ class EquipmentsServiceCountReq extends protobuf_1.Message {
|
|
|
1250
1279
|
* @generated from field: uint64 vendor_id = 81;
|
|
1251
1280
|
*/
|
|
1252
1281
|
this.vendorId = protobuf_1.protoInt64.zero;
|
|
1282
|
+
/**
|
|
1283
|
+
* The list of form data filters
|
|
1284
|
+
*
|
|
1285
|
+
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
1286
|
+
*/
|
|
1287
|
+
this.formData = [];
|
|
1253
1288
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
1254
1289
|
}
|
|
1255
1290
|
static fromBinary(bytes, options) {
|
|
@@ -1299,6 +1334,7 @@ EquipmentsServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
1299
1334
|
{ no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1300
1335
|
{ no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1301
1336
|
{ no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1337
|
+
{ no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
|
|
1302
1338
|
]);
|
|
1303
1339
|
/**
|
|
1304
1340
|
*
|
|
@@ -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
|
*
|
|
@@ -140,6 +141,12 @@ class FeedstocksServiceCreateRequest extends protobuf_1.Message {
|
|
|
140
141
|
* @generated from field: string description = 60;
|
|
141
142
|
*/
|
|
142
143
|
this.description = "";
|
|
144
|
+
/**
|
|
145
|
+
* The list of dynamic forms
|
|
146
|
+
*
|
|
147
|
+
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
|
|
148
|
+
*/
|
|
149
|
+
this.formData = [];
|
|
143
150
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
144
151
|
}
|
|
145
152
|
static fromBinary(bytes, options) {
|
|
@@ -173,6 +180,7 @@ FeedstocksServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList(() =
|
|
|
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
|
/**
|
|
178
186
|
*
|
|
@@ -261,6 +269,12 @@ class FeedstocksServiceUpdateRequest extends protobuf_1.Message {
|
|
|
261
269
|
* @generated from field: string description = 60;
|
|
262
270
|
*/
|
|
263
271
|
this.description = "";
|
|
272
|
+
/**
|
|
273
|
+
* The list of dynamic forms
|
|
274
|
+
*
|
|
275
|
+
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
|
|
276
|
+
*/
|
|
277
|
+
this.formData = [];
|
|
264
278
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
265
279
|
}
|
|
266
280
|
static fromBinary(bytes, options) {
|
|
@@ -293,6 +307,7 @@ FeedstocksServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() =
|
|
|
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
|
/**
|
|
298
313
|
*
|
|
@@ -575,6 +590,12 @@ class Feedstock extends protobuf_1.Message {
|
|
|
575
590
|
* @generated from field: string short_url = 70;
|
|
576
591
|
*/
|
|
577
592
|
this.shortUrl = "";
|
|
593
|
+
/**
|
|
594
|
+
* The list of dynamic forms
|
|
595
|
+
*
|
|
596
|
+
* @generated from field: repeated Scailo.FormFieldDatum form_data = 80;
|
|
597
|
+
*/
|
|
598
|
+
this.formData = [];
|
|
578
599
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
579
600
|
}
|
|
580
601
|
static fromBinary(bytes, options) {
|
|
@@ -625,6 +646,7 @@ Feedstock.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
625
646
|
{ no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
626
647
|
{ no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
627
648
|
{ no: 70, name: "short_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
649
|
+
{ no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
|
|
628
650
|
]);
|
|
629
651
|
/**
|
|
630
652
|
*
|
|
@@ -1005,6 +1027,12 @@ class FeedstocksServiceFilterReq extends protobuf_1.Message {
|
|
|
1005
1027
|
* @generated from field: uint64 vendor_id = 81;
|
|
1006
1028
|
*/
|
|
1007
1029
|
this.vendorId = protobuf_1.protoInt64.zero;
|
|
1030
|
+
/**
|
|
1031
|
+
* The list of form data filters
|
|
1032
|
+
*
|
|
1033
|
+
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
1034
|
+
*/
|
|
1035
|
+
this.formData = [];
|
|
1008
1036
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
1009
1037
|
}
|
|
1010
1038
|
static fromBinary(bytes, options) {
|
|
@@ -1058,6 +1086,7 @@ FeedstocksServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
1058
1086
|
{ no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1059
1087
|
{ no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1060
1088
|
{ no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1089
|
+
{ no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
|
|
1061
1090
|
]);
|
|
1062
1091
|
/**
|
|
1063
1092
|
*
|
|
@@ -1250,6 +1279,12 @@ class FeedstocksServiceCountReq extends protobuf_1.Message {
|
|
|
1250
1279
|
* @generated from field: uint64 vendor_id = 81;
|
|
1251
1280
|
*/
|
|
1252
1281
|
this.vendorId = protobuf_1.protoInt64.zero;
|
|
1282
|
+
/**
|
|
1283
|
+
* The list of form data filters
|
|
1284
|
+
*
|
|
1285
|
+
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
1286
|
+
*/
|
|
1287
|
+
this.formData = [];
|
|
1253
1288
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
1254
1289
|
}
|
|
1255
1290
|
static fromBinary(bytes, options) {
|
|
@@ -1299,6 +1334,7 @@ FeedstocksServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
1299
1334
|
{ no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1300
1335
|
{ no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1301
1336
|
{ no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1337
|
+
{ no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
|
|
1302
1338
|
]);
|
|
1303
1339
|
/**
|
|
1304
1340
|
*
|
|
@@ -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
|
*
|
|
@@ -140,6 +141,12 @@ class InfrastructuresServiceCreateRequest extends protobuf_1.Message {
|
|
|
140
141
|
* @generated from field: string description = 60;
|
|
141
142
|
*/
|
|
142
143
|
this.description = "";
|
|
144
|
+
/**
|
|
145
|
+
* The list of dynamic forms
|
|
146
|
+
*
|
|
147
|
+
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
|
|
148
|
+
*/
|
|
149
|
+
this.formData = [];
|
|
143
150
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
144
151
|
}
|
|
145
152
|
static fromBinary(bytes, options) {
|
|
@@ -173,6 +180,7 @@ InfrastructuresServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList
|
|
|
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
|
/**
|
|
178
186
|
*
|
|
@@ -261,6 +269,12 @@ class InfrastructuresServiceUpdateRequest extends protobuf_1.Message {
|
|
|
261
269
|
* @generated from field: string description = 60;
|
|
262
270
|
*/
|
|
263
271
|
this.description = "";
|
|
272
|
+
/**
|
|
273
|
+
* The list of dynamic forms
|
|
274
|
+
*
|
|
275
|
+
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
|
|
276
|
+
*/
|
|
277
|
+
this.formData = [];
|
|
264
278
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
265
279
|
}
|
|
266
280
|
static fromBinary(bytes, options) {
|
|
@@ -293,6 +307,7 @@ InfrastructuresServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList
|
|
|
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
|
/**
|
|
298
313
|
*
|
|
@@ -575,6 +590,12 @@ class Infrastructure extends protobuf_1.Message {
|
|
|
575
590
|
* @generated from field: string short_url = 70;
|
|
576
591
|
*/
|
|
577
592
|
this.shortUrl = "";
|
|
593
|
+
/**
|
|
594
|
+
* The list of dynamic forms
|
|
595
|
+
*
|
|
596
|
+
* @generated from field: repeated Scailo.FormFieldDatum form_data = 80;
|
|
597
|
+
*/
|
|
598
|
+
this.formData = [];
|
|
578
599
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
579
600
|
}
|
|
580
601
|
static fromBinary(bytes, options) {
|
|
@@ -625,6 +646,7 @@ Infrastructure.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
625
646
|
{ no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
626
647
|
{ no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
627
648
|
{ no: 70, name: "short_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
649
|
+
{ no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
|
|
628
650
|
]);
|
|
629
651
|
/**
|
|
630
652
|
*
|
|
@@ -1005,6 +1027,12 @@ class InfrastructuresServiceFilterReq extends protobuf_1.Message {
|
|
|
1005
1027
|
* @generated from field: uint64 vendor_id = 81;
|
|
1006
1028
|
*/
|
|
1007
1029
|
this.vendorId = protobuf_1.protoInt64.zero;
|
|
1030
|
+
/**
|
|
1031
|
+
* The list of form data filters
|
|
1032
|
+
*
|
|
1033
|
+
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
1034
|
+
*/
|
|
1035
|
+
this.formData = [];
|
|
1008
1036
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
1009
1037
|
}
|
|
1010
1038
|
static fromBinary(bytes, options) {
|
|
@@ -1058,6 +1086,7 @@ InfrastructuresServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(()
|
|
|
1058
1086
|
{ no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1059
1087
|
{ no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1060
1088
|
{ no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1089
|
+
{ no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
|
|
1061
1090
|
]);
|
|
1062
1091
|
/**
|
|
1063
1092
|
*
|
|
@@ -1250,6 +1279,12 @@ class InfrastructuresServiceCountReq extends protobuf_1.Message {
|
|
|
1250
1279
|
* @generated from field: uint64 vendor_id = 81;
|
|
1251
1280
|
*/
|
|
1252
1281
|
this.vendorId = protobuf_1.protoInt64.zero;
|
|
1282
|
+
/**
|
|
1283
|
+
* The list of form data filters
|
|
1284
|
+
*
|
|
1285
|
+
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
1286
|
+
*/
|
|
1287
|
+
this.formData = [];
|
|
1253
1288
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
1254
1289
|
}
|
|
1255
1290
|
static fromBinary(bytes, options) {
|
|
@@ -1299,6 +1334,7 @@ InfrastructuresServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() =
|
|
|
1299
1334
|
{ no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1300
1335
|
{ no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1301
1336
|
{ no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1337
|
+
{ no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
|
|
1302
1338
|
]);
|
|
1303
1339
|
/**
|
|
1304
1340
|
*
|
|
@@ -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
|
*
|
|
@@ -140,6 +141,12 @@ class MerchandisesServiceCreateRequest extends protobuf_1.Message {
|
|
|
140
141
|
* @generated from field: string description = 60;
|
|
141
142
|
*/
|
|
142
143
|
this.description = "";
|
|
144
|
+
/**
|
|
145
|
+
* The list of dynamic forms
|
|
146
|
+
*
|
|
147
|
+
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
|
|
148
|
+
*/
|
|
149
|
+
this.formData = [];
|
|
143
150
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
144
151
|
}
|
|
145
152
|
static fromBinary(bytes, options) {
|
|
@@ -173,6 +180,7 @@ MerchandisesServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList(()
|
|
|
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
|
/**
|
|
178
186
|
*
|
|
@@ -261,6 +269,12 @@ class MerchandisesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
261
269
|
* @generated from field: string description = 60;
|
|
262
270
|
*/
|
|
263
271
|
this.description = "";
|
|
272
|
+
/**
|
|
273
|
+
* The list of dynamic forms
|
|
274
|
+
*
|
|
275
|
+
* @generated from field: repeated Scailo.FormFieldDatumCreateRequest form_data = 80;
|
|
276
|
+
*/
|
|
277
|
+
this.formData = [];
|
|
264
278
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
265
279
|
}
|
|
266
280
|
static fromBinary(bytes, options) {
|
|
@@ -293,6 +307,7 @@ MerchandisesServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(()
|
|
|
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
|
/**
|
|
298
313
|
*
|
|
@@ -575,6 +590,12 @@ class Merchandise extends protobuf_1.Message {
|
|
|
575
590
|
* @generated from field: string short_url = 70;
|
|
576
591
|
*/
|
|
577
592
|
this.shortUrl = "";
|
|
593
|
+
/**
|
|
594
|
+
* The list of dynamic forms
|
|
595
|
+
*
|
|
596
|
+
* @generated from field: repeated Scailo.FormFieldDatum form_data = 80;
|
|
597
|
+
*/
|
|
598
|
+
this.formData = [];
|
|
578
599
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
579
600
|
}
|
|
580
601
|
static fromBinary(bytes, options) {
|
|
@@ -625,6 +646,7 @@ Merchandise.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
625
646
|
{ no: 55, name: "remaining_dimensions", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
626
647
|
{ no: 60, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
627
648
|
{ no: 70, name: "short_url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
649
|
+
{ no: 80, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
|
|
628
650
|
]);
|
|
629
651
|
/**
|
|
630
652
|
*
|
|
@@ -1005,6 +1027,12 @@ class MerchandisesServiceFilterReq extends protobuf_1.Message {
|
|
|
1005
1027
|
* @generated from field: uint64 vendor_id = 81;
|
|
1006
1028
|
*/
|
|
1007
1029
|
this.vendorId = protobuf_1.protoInt64.zero;
|
|
1030
|
+
/**
|
|
1031
|
+
* The list of form data filters
|
|
1032
|
+
*
|
|
1033
|
+
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
1034
|
+
*/
|
|
1035
|
+
this.formData = [];
|
|
1008
1036
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
1009
1037
|
}
|
|
1010
1038
|
static fromBinary(bytes, options) {
|
|
@@ -1058,6 +1086,7 @@ MerchandisesServiceFilterReq.fields = protobuf_1.proto3.util.newFieldList(() =>
|
|
|
1058
1086
|
{ no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1059
1087
|
{ no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1060
1088
|
{ no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1089
|
+
{ no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
|
|
1061
1090
|
]);
|
|
1062
1091
|
/**
|
|
1063
1092
|
*
|
|
@@ -1250,6 +1279,12 @@ class MerchandisesServiceCountReq extends protobuf_1.Message {
|
|
|
1250
1279
|
* @generated from field: uint64 vendor_id = 81;
|
|
1251
1280
|
*/
|
|
1252
1281
|
this.vendorId = protobuf_1.protoInt64.zero;
|
|
1282
|
+
/**
|
|
1283
|
+
* The list of form data filters
|
|
1284
|
+
*
|
|
1285
|
+
* @generated from field: repeated Scailo.FormFieldDatumFilterRequest form_data = 500;
|
|
1286
|
+
*/
|
|
1287
|
+
this.formData = [];
|
|
1253
1288
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
1254
1289
|
}
|
|
1255
1290
|
static fromBinary(bytes, options) {
|
|
@@ -1299,6 +1334,7 @@ MerchandisesServiceCountReq.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
1299
1334
|
{ no: 52, name: "is_qc_report_public", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1300
1335
|
{ no: 54, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1301
1336
|
{ no: 81, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1337
|
+
{ no: 500, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumFilterRequest, repeated: true },
|
|
1302
1338
|
]);
|
|
1303
1339
|
/**
|
|
1304
1340
|
*
|