@kernelminds/scailo-sdk 0.0.60 → 0.0.62

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 (49) hide show
  1. package/lib/cjs/src/components.scailo_connect.js +12 -1
  2. package/lib/cjs/src/equipments.scailo_connect.js +12 -1
  3. package/lib/cjs/src/feedstocks.scailo_connect.js +12 -1
  4. package/lib/cjs/src/infrastructures.scailo_connect.js +12 -1
  5. package/lib/cjs/src/merchandises.scailo_connect.js +12 -1
  6. package/lib/cjs/src/products.scailo_connect.js +12 -1
  7. package/lib/cjs/src/qc_samples.scailo_connect.js +11 -0
  8. package/lib/cjs/src/qc_samples.scailo_pb.js +72 -1
  9. package/lib/cjs/types/src/components.scailo_connect.d.ts +13 -2
  10. package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
  11. package/lib/cjs/types/src/equipments.scailo_connect.d.ts +13 -2
  12. package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
  13. package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +13 -2
  14. package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
  15. package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +13 -2
  16. package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
  17. package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +13 -2
  18. package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
  19. package/lib/cjs/types/src/products.scailo_connect.d.ts +13 -2
  20. package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
  21. package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts +12 -1
  22. package/lib/cjs/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
  23. package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts +52 -0
  24. package/lib/cjs/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
  25. package/lib/esm/src/components.scailo_connect.js +12 -1
  26. package/lib/esm/src/equipments.scailo_connect.js +12 -1
  27. package/lib/esm/src/feedstocks.scailo_connect.js +12 -1
  28. package/lib/esm/src/infrastructures.scailo_connect.js +12 -1
  29. package/lib/esm/src/merchandises.scailo_connect.js +12 -1
  30. package/lib/esm/src/products.scailo_connect.js +12 -1
  31. package/lib/esm/src/qc_samples.scailo_connect.js +11 -0
  32. package/lib/esm/src/qc_samples.scailo_pb.js +72 -1
  33. package/lib/esm/types/src/components.scailo_connect.d.ts +13 -2
  34. package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
  35. package/lib/esm/types/src/equipments.scailo_connect.d.ts +13 -2
  36. package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
  37. package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +13 -2
  38. package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
  39. package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +13 -2
  40. package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
  41. package/lib/esm/types/src/merchandises.scailo_connect.d.ts +13 -2
  42. package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
  43. package/lib/esm/types/src/products.scailo_connect.d.ts +13 -2
  44. package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
  45. package/lib/esm/types/src/qc_samples.scailo_connect.d.ts +12 -1
  46. package/lib/esm/types/src/qc_samples.scailo_connect.d.ts.map +1 -1
  47. package/lib/esm/types/src/qc_samples.scailo_pb.d.ts +52 -0
  48. package/lib/esm/types/src/qc_samples.scailo_pb.d.ts.map +1 -1
  49. package/package.json +1 -1
@@ -327,7 +327,7 @@ exports.ComponentsService = {
327
327
  },
328
328
  /**
329
329
  * CSV operations
330
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
330
+ * Download the CSV file that consists of the list of records according to the given filter request
331
331
  *
332
332
  * @generated from rpc Scailo.ComponentsService.DownloadAsCSV
333
333
  */
@@ -337,6 +337,17 @@ exports.ComponentsService = {
337
337
  O: base_scailo_pb_js_1.StandardFile,
338
338
  kind: protobuf_1.MethodKind.Unary,
339
339
  },
340
+ /**
341
+ * Download the CSV template that could be used to upload records
342
+ *
343
+ * @generated from rpc Scailo.ComponentsService.DownloadImportTemplate
344
+ */
345
+ downloadImportTemplate: {
346
+ name: "DownloadImportTemplate",
347
+ I: base_scailo_pb_js_1.Empty,
348
+ O: base_scailo_pb_js_1.StandardFile,
349
+ kind: protobuf_1.MethodKind.Unary,
350
+ },
340
351
  /**
341
352
  * Import records using a CSV file. Imports records as initial stock
342
353
  *
@@ -327,7 +327,7 @@ exports.EquipmentsService = {
327
327
  },
328
328
  /**
329
329
  * CSV operations
330
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
330
+ * Download the CSV file that consists of the list of records according to the given filter request
331
331
  *
332
332
  * @generated from rpc Scailo.EquipmentsService.DownloadAsCSV
333
333
  */
@@ -337,6 +337,17 @@ exports.EquipmentsService = {
337
337
  O: base_scailo_pb_js_1.StandardFile,
338
338
  kind: protobuf_1.MethodKind.Unary,
339
339
  },
340
+ /**
341
+ * Download the CSV template that could be used to upload records
342
+ *
343
+ * @generated from rpc Scailo.EquipmentsService.DownloadImportTemplate
344
+ */
345
+ downloadImportTemplate: {
346
+ name: "DownloadImportTemplate",
347
+ I: base_scailo_pb_js_1.Empty,
348
+ O: base_scailo_pb_js_1.StandardFile,
349
+ kind: protobuf_1.MethodKind.Unary,
350
+ },
340
351
  /**
341
352
  * Import records using a CSV file. Imports records as initial stock
342
353
  *
@@ -327,7 +327,7 @@ exports.FeedstocksService = {
327
327
  },
328
328
  /**
329
329
  * CSV operations
330
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
330
+ * Download the CSV file that consists of the list of records according to the given filter request
331
331
  *
332
332
  * @generated from rpc Scailo.FeedstocksService.DownloadAsCSV
333
333
  */
@@ -337,6 +337,17 @@ exports.FeedstocksService = {
337
337
  O: base_scailo_pb_js_1.StandardFile,
338
338
  kind: protobuf_1.MethodKind.Unary,
339
339
  },
340
+ /**
341
+ * Download the CSV template that could be used to upload records
342
+ *
343
+ * @generated from rpc Scailo.FeedstocksService.DownloadImportTemplate
344
+ */
345
+ downloadImportTemplate: {
346
+ name: "DownloadImportTemplate",
347
+ I: base_scailo_pb_js_1.Empty,
348
+ O: base_scailo_pb_js_1.StandardFile,
349
+ kind: protobuf_1.MethodKind.Unary,
350
+ },
340
351
  /**
341
352
  * Import records using a CSV file. Imports records as initial stock
342
353
  *
@@ -327,7 +327,7 @@ exports.InfrastructuresService = {
327
327
  },
328
328
  /**
329
329
  * CSV operations
330
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
330
+ * Download the CSV file that consists of the list of records according to the given filter request
331
331
  *
332
332
  * @generated from rpc Scailo.InfrastructuresService.DownloadAsCSV
333
333
  */
@@ -337,6 +337,17 @@ exports.InfrastructuresService = {
337
337
  O: base_scailo_pb_js_1.StandardFile,
338
338
  kind: protobuf_1.MethodKind.Unary,
339
339
  },
340
+ /**
341
+ * Download the CSV template that could be used to upload records
342
+ *
343
+ * @generated from rpc Scailo.InfrastructuresService.DownloadImportTemplate
344
+ */
345
+ downloadImportTemplate: {
346
+ name: "DownloadImportTemplate",
347
+ I: base_scailo_pb_js_1.Empty,
348
+ O: base_scailo_pb_js_1.StandardFile,
349
+ kind: protobuf_1.MethodKind.Unary,
350
+ },
340
351
  /**
341
352
  * Import records using a CSV file. Imports records as initial stock
342
353
  *
@@ -327,7 +327,7 @@ exports.MerchandisesService = {
327
327
  },
328
328
  /**
329
329
  * CSV operations
330
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
330
+ * Download the CSV file that consists of the list of records according to the given filter request
331
331
  *
332
332
  * @generated from rpc Scailo.MerchandisesService.DownloadAsCSV
333
333
  */
@@ -337,6 +337,17 @@ exports.MerchandisesService = {
337
337
  O: base_scailo_pb_js_1.StandardFile,
338
338
  kind: protobuf_1.MethodKind.Unary,
339
339
  },
340
+ /**
341
+ * Download the CSV template that could be used to upload records
342
+ *
343
+ * @generated from rpc Scailo.MerchandisesService.DownloadImportTemplate
344
+ */
345
+ downloadImportTemplate: {
346
+ name: "DownloadImportTemplate",
347
+ I: base_scailo_pb_js_1.Empty,
348
+ O: base_scailo_pb_js_1.StandardFile,
349
+ kind: protobuf_1.MethodKind.Unary,
350
+ },
340
351
  /**
341
352
  * Import records using a CSV file. Imports records as initial stock
342
353
  *
@@ -316,7 +316,7 @@ exports.ProductsService = {
316
316
  },
317
317
  /**
318
318
  * CSV operations
319
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
319
+ * Download the CSV file that consists of the list of records according to the given filter request
320
320
  *
321
321
  * @generated from rpc Scailo.ProductsService.DownloadAsCSV
322
322
  */
@@ -326,6 +326,17 @@ exports.ProductsService = {
326
326
  O: base_scailo_pb_js_1.StandardFile,
327
327
  kind: protobuf_1.MethodKind.Unary,
328
328
  },
329
+ /**
330
+ * Download the CSV template that could be used to upload records
331
+ *
332
+ * @generated from rpc Scailo.ProductsService.DownloadImportTemplate
333
+ */
334
+ downloadImportTemplate: {
335
+ name: "DownloadImportTemplate",
336
+ I: base_scailo_pb_js_1.Empty,
337
+ O: base_scailo_pb_js_1.StandardFile,
338
+ kind: protobuf_1.MethodKind.Unary,
339
+ },
329
340
  /**
330
341
  * Import records using a CSV file. Imports records as initial stock
331
342
  *
@@ -348,6 +348,17 @@ exports.QCSamplesService = {
348
348
  O: base_scailo_pb_js_1.CountResponse,
349
349
  kind: protobuf_1.MethodKind.Unary,
350
350
  },
351
+ /**
352
+ * Count all the qc samples in various statuses for the inventory item with the given UUID
353
+ *
354
+ * @generated from rpc Scailo.QCSamplesService.CountsForInventoryItem
355
+ */
356
+ countsForInventoryItem: {
357
+ name: "CountsForInventoryItem",
358
+ I: base_scailo_pb_js_1.IdentifierUUID,
359
+ O: qc_samples_scailo_pb_js_1.QCSamplesCountStatistics,
360
+ kind: protobuf_1.MethodKind.Unary,
361
+ },
351
362
  /**
352
363
  * CSV operations
353
364
  * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.QCSamplesServicePaginatedParametersResponse = exports.QCSampleParametersSearchRequest = exports.QCSampleParameterHistoryList = exports.QCSampleParameterHistory = exports.QCSampleParameterHistoryRequest = exports.QCSampleParametersList = exports.QCSampleParameter = exports.QCSamplesServiceParameterUpdateRequest = exports.QCSamplesServiceSearchAllReq = exports.QCSamplesServiceCountReq = exports.QCSamplesServiceFilterReq = exports.QCSamplesServicePaginationResponse = exports.QCSamplesServicePaginationReq = exports.QCSamplesWithMetadataList = exports.QCSamplesList = exports.QCSampleWithMetadata = exports.QCSample = exports.QCSampleAncillaryParameters = exports.QCSamplesServiceUpdateRequest = exports.QCSamplesServiceCreateRequest = exports.LogbookLogQCSampleLC = exports.QC_SAMPLE_PARAMETER_SORT_KEY = exports.QC_SAMPLE_SORT_KEY = exports.QC_SAMPLE_LIFECYCLE = void 0;
7
+ exports.QCSamplesCountStatistics = exports.QCSamplesServicePaginatedParametersResponse = exports.QCSampleParametersSearchRequest = exports.QCSampleParameterHistoryList = exports.QCSampleParameterHistory = exports.QCSampleParameterHistoryRequest = exports.QCSampleParametersList = exports.QCSampleParameter = exports.QCSamplesServiceParameterUpdateRequest = exports.QCSamplesServiceSearchAllReq = exports.QCSamplesServiceCountReq = exports.QCSamplesServiceFilterReq = exports.QCSamplesServicePaginationResponse = exports.QCSamplesServicePaginationReq = exports.QCSamplesWithMetadataList = exports.QCSamplesList = exports.QCSampleWithMetadata = exports.QCSample = exports.QCSampleAncillaryParameters = exports.QCSamplesServiceUpdateRequest = exports.QCSamplesServiceCreateRequest = exports.LogbookLogQCSampleLC = exports.QC_SAMPLE_PARAMETER_SORT_KEY = exports.QC_SAMPLE_SORT_KEY = exports.QC_SAMPLE_LIFECYCLE = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
10
10
  const families_scailo_pb_js_1 = require("./families.scailo_pb.js");
@@ -2015,3 +2015,74 @@ QCSamplesServicePaginatedParametersResponse.fields = protobuf_1.proto3.util.newF
2015
2015
  { no: 3, name: "total", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2016
2016
  { no: 4, name: "payload", kind: "message", T: QCSampleParameter, repeated: true },
2017
2017
  ]);
2018
+ /**
2019
+ *
2020
+ * Describes the payload that has the counts of all the QC samples for an inventory item
2021
+ *
2022
+ * @generated from message Scailo.QCSamplesCountStatistics
2023
+ */
2024
+ class QCSamplesCountStatistics extends protobuf_1.Message {
2025
+ constructor(data) {
2026
+ super();
2027
+ /**
2028
+ * The number of open samples
2029
+ *
2030
+ * @generated from field: uint64 open = 1;
2031
+ */
2032
+ this.open = protobuf_1.protoInt64.zero;
2033
+ /**
2034
+ * The number of finished samples
2035
+ *
2036
+ * @generated from field: uint64 finished = 2;
2037
+ */
2038
+ this.finished = protobuf_1.protoInt64.zero;
2039
+ /**
2040
+ * The number of samples that were accepted
2041
+ *
2042
+ * @generated from field: uint64 accepted = 3;
2043
+ */
2044
+ this.accepted = protobuf_1.protoInt64.zero;
2045
+ /**
2046
+ * The number of samples that were accepted with deviation
2047
+ *
2048
+ * @generated from field: uint64 accepted_with_deviation = 4;
2049
+ */
2050
+ this.acceptedWithDeviation = protobuf_1.protoInt64.zero;
2051
+ /**
2052
+ * The number of samples that were rejected
2053
+ *
2054
+ * @generated from field: uint64 rejected = 5;
2055
+ */
2056
+ this.rejected = protobuf_1.protoInt64.zero;
2057
+ /**
2058
+ * The number of samples that were cancelled
2059
+ *
2060
+ * @generated from field: uint64 cancelled = 6;
2061
+ */
2062
+ this.cancelled = protobuf_1.protoInt64.zero;
2063
+ protobuf_1.proto3.util.initPartial(data, this);
2064
+ }
2065
+ static fromBinary(bytes, options) {
2066
+ return new QCSamplesCountStatistics().fromBinary(bytes, options);
2067
+ }
2068
+ static fromJson(jsonValue, options) {
2069
+ return new QCSamplesCountStatistics().fromJson(jsonValue, options);
2070
+ }
2071
+ static fromJsonString(jsonString, options) {
2072
+ return new QCSamplesCountStatistics().fromJsonString(jsonString, options);
2073
+ }
2074
+ static equals(a, b) {
2075
+ return protobuf_1.proto3.util.equals(QCSamplesCountStatistics, a, b);
2076
+ }
2077
+ }
2078
+ exports.QCSamplesCountStatistics = QCSamplesCountStatistics;
2079
+ QCSamplesCountStatistics.runtime = protobuf_1.proto3;
2080
+ QCSamplesCountStatistics.typeName = "Scailo.QCSamplesCountStatistics";
2081
+ QCSamplesCountStatistics.fields = protobuf_1.proto3.util.newFieldList(() => [
2082
+ { no: 1, name: "open", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2083
+ { no: 2, name: "finished", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2084
+ { no: 3, name: "accepted", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2085
+ { no: 4, name: "accepted_with_deviation", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2086
+ { no: 5, name: "rejected", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2087
+ { no: 6, name: "cancelled", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
2088
+ ]);
@@ -1,5 +1,5 @@
1
1
  import { Component, ComponentsList, ComponentsServiceCountReq, ComponentsServiceCreateRequest, ComponentsServiceFilterReq, ComponentsServicePaginationReq, ComponentsServicePaginationResponse, ComponentsServiceSearchAllReq, ComponentsServiceSendToStoreRequest, ComponentsServiceUpdateRequest } from "./components.scailo_pb.js";
2
- import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -320,7 +320,7 @@ export declare const ComponentsService: {
320
320
  };
321
321
  /**
322
322
  * CSV operations
323
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
323
+ * Download the CSV file that consists of the list of records according to the given filter request
324
324
  *
325
325
  * @generated from rpc Scailo.ComponentsService.DownloadAsCSV
326
326
  */
@@ -330,6 +330,17 @@ export declare const ComponentsService: {
330
330
  readonly O: typeof StandardFile;
331
331
  readonly kind: MethodKind.Unary;
332
332
  };
333
+ /**
334
+ * Download the CSV template that could be used to upload records
335
+ *
336
+ * @generated from rpc Scailo.ComponentsService.DownloadImportTemplate
337
+ */
338
+ readonly downloadImportTemplate: {
339
+ readonly name: "DownloadImportTemplate";
340
+ readonly I: typeof Empty;
341
+ readonly O: typeof StandardFile;
342
+ readonly kind: MethodKind.Unary;
343
+ };
333
344
  /**
334
345
  * Import records using a CSV file. Imports records as initial stock
335
346
  *
@@ -1 +1 @@
1
- {"version":3,"file":"components.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/components.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,mCAAmC,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AACtU,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3P,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"components.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/components.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,mCAAmC,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AACtU,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Equipment, EquipmentsList, EquipmentsServiceCountReq, EquipmentsServiceCreateRequest, EquipmentsServiceFilterReq, EquipmentsServicePaginationReq, EquipmentsServicePaginationResponse, EquipmentsServiceSearchAllReq, EquipmentsServiceSendToStoreRequest, EquipmentsServiceUpdateRequest } from "./equipments.scailo_pb.js";
2
- import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -320,7 +320,7 @@ export declare const EquipmentsService: {
320
320
  };
321
321
  /**
322
322
  * CSV operations
323
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
323
+ * Download the CSV file that consists of the list of records according to the given filter request
324
324
  *
325
325
  * @generated from rpc Scailo.EquipmentsService.DownloadAsCSV
326
326
  */
@@ -330,6 +330,17 @@ export declare const EquipmentsService: {
330
330
  readonly O: typeof StandardFile;
331
331
  readonly kind: MethodKind.Unary;
332
332
  };
333
+ /**
334
+ * Download the CSV template that could be used to upload records
335
+ *
336
+ * @generated from rpc Scailo.EquipmentsService.DownloadImportTemplate
337
+ */
338
+ readonly downloadImportTemplate: {
339
+ readonly name: "DownloadImportTemplate";
340
+ readonly I: typeof Empty;
341
+ readonly O: typeof StandardFile;
342
+ readonly kind: MethodKind.Unary;
343
+ };
333
344
  /**
334
345
  * Import records using a CSV file. Imports records as initial stock
335
346
  *
@@ -1 +1 @@
1
- {"version":3,"file":"equipments.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/equipments.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,mCAAmC,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AACtU,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3P,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"equipments.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/equipments.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,mCAAmC,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AACtU,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Feedstock, FeedstocksList, FeedstocksServiceCountReq, FeedstocksServiceCreateRequest, FeedstocksServiceFilterReq, FeedstocksServicePaginationReq, FeedstocksServicePaginationResponse, FeedstocksServiceSearchAllReq, FeedstocksServiceSendToStoreRequest, FeedstocksServiceUpdateRequest } from "./feedstocks.scailo_pb.js";
2
- import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -320,7 +320,7 @@ export declare const FeedstocksService: {
320
320
  };
321
321
  /**
322
322
  * CSV operations
323
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
323
+ * Download the CSV file that consists of the list of records according to the given filter request
324
324
  *
325
325
  * @generated from rpc Scailo.FeedstocksService.DownloadAsCSV
326
326
  */
@@ -330,6 +330,17 @@ export declare const FeedstocksService: {
330
330
  readonly O: typeof StandardFile;
331
331
  readonly kind: MethodKind.Unary;
332
332
  };
333
+ /**
334
+ * Download the CSV template that could be used to upload records
335
+ *
336
+ * @generated from rpc Scailo.FeedstocksService.DownloadImportTemplate
337
+ */
338
+ readonly downloadImportTemplate: {
339
+ readonly name: "DownloadImportTemplate";
340
+ readonly I: typeof Empty;
341
+ readonly O: typeof StandardFile;
342
+ readonly kind: MethodKind.Unary;
343
+ };
333
344
  /**
334
345
  * Import records using a CSV file. Imports records as initial stock
335
346
  *
@@ -1 +1 @@
1
- {"version":3,"file":"feedstocks.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/feedstocks.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,mCAAmC,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AACtU,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3P,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"feedstocks.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/feedstocks.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,mCAAmC,EAAE,8BAA8B,EAAE,MAAM,2BAA2B,CAAC;AACtU,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Infrastructure, InfrastructuresList, InfrastructuresServiceCountReq, InfrastructuresServiceCreateRequest, InfrastructuresServiceFilterReq, InfrastructuresServicePaginationReq, InfrastructuresServicePaginationResponse, InfrastructuresServiceSearchAllReq, InfrastructuresServiceSendToStoreRequest, InfrastructuresServiceUpdateRequest } from "./infrastructures.scailo_pb.js";
2
- import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -320,7 +320,7 @@ export declare const InfrastructuresService: {
320
320
  };
321
321
  /**
322
322
  * CSV operations
323
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
323
+ * Download the CSV file that consists of the list of records according to the given filter request
324
324
  *
325
325
  * @generated from rpc Scailo.InfrastructuresService.DownloadAsCSV
326
326
  */
@@ -330,6 +330,17 @@ export declare const InfrastructuresService: {
330
330
  readonly O: typeof StandardFile;
331
331
  readonly kind: MethodKind.Unary;
332
332
  };
333
+ /**
334
+ * Download the CSV template that could be used to upload records
335
+ *
336
+ * @generated from rpc Scailo.InfrastructuresService.DownloadImportTemplate
337
+ */
338
+ readonly downloadImportTemplate: {
339
+ readonly name: "DownloadImportTemplate";
340
+ readonly I: typeof Empty;
341
+ readonly O: typeof StandardFile;
342
+ readonly kind: MethodKind.Unary;
343
+ };
333
344
  /**
334
345
  * Import records using a CSV file. Imports records as initial stock
335
346
  *
@@ -1 +1 @@
1
- {"version":3,"file":"infrastructures.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/infrastructures.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,kCAAkC,EAAE,wCAAwC,EAAE,mCAAmC,EAAE,MAAM,gCAAgC,CAAC;AAC7X,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3P,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;QAG/B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"infrastructures.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/infrastructures.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,kCAAkC,EAAE,wCAAwC,EAAE,mCAAmC,EAAE,MAAM,gCAAgC,CAAC;AAC7X,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,sBAAsB;;;QAG/B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Merchandise, MerchandisesList, MerchandisesServiceCountReq, MerchandisesServiceCreateRequest, MerchandisesServiceFilterReq, MerchandisesServicePaginationReq, MerchandisesServicePaginationResponse, MerchandisesServiceSearchAllReq, MerchandisesServiceSendToStoreRequest, MerchandisesServiceUpdateRequest } from "./merchandises.scailo_pb.js";
2
- import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -320,7 +320,7 @@ export declare const MerchandisesService: {
320
320
  };
321
321
  /**
322
322
  * CSV operations
323
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
323
+ * Download the CSV file that consists of the list of records according to the given filter request
324
324
  *
325
325
  * @generated from rpc Scailo.MerchandisesService.DownloadAsCSV
326
326
  */
@@ -330,6 +330,17 @@ export declare const MerchandisesService: {
330
330
  readonly O: typeof StandardFile;
331
331
  readonly kind: MethodKind.Unary;
332
332
  };
333
+ /**
334
+ * Download the CSV template that could be used to upload records
335
+ *
336
+ * @generated from rpc Scailo.MerchandisesService.DownloadImportTemplate
337
+ */
338
+ readonly downloadImportTemplate: {
339
+ readonly name: "DownloadImportTemplate";
340
+ readonly I: typeof Empty;
341
+ readonly O: typeof StandardFile;
342
+ readonly kind: MethodKind.Unary;
343
+ };
333
344
  /**
334
345
  * Import records using a CSV file. Imports records as initial stock
335
346
  *
@@ -1 +1 @@
1
- {"version":3,"file":"merchandises.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/merchandises.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,+BAA+B,EAAE,qCAAqC,EAAE,gCAAgC,EAAE,MAAM,6BAA6B,CAAC;AAC5V,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3P,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB;;;QAG5B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"merchandises.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/merchandises.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,gBAAgB,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,+BAA+B,EAAE,qCAAqC,EAAE,gCAAgC,EAAE,MAAM,6BAA6B,CAAC;AAC5V,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,mBAAmB;;;QAG5B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { Product, ProductsList, ProductsServiceCountReq, ProductsServiceCreateRequest, ProductsServiceFilterReq, ProductsServicePaginationReq, ProductsServicePaginationResponse, ProductsServiceSearchAllReq, ProductsServiceSendToStoreRequest, ProductsServiceUpdateRequest } from "./products.scailo_pb.js";
2
- import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, CountResponse, Empty, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
5
5
  *
@@ -309,7 +309,7 @@ export declare const ProductsService: {
309
309
  };
310
310
  /**
311
311
  * CSV operations
312
- * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
312
+ * Download the CSV file that consists of the list of records according to the given filter request
313
313
  *
314
314
  * @generated from rpc Scailo.ProductsService.DownloadAsCSV
315
315
  */
@@ -319,6 +319,17 @@ export declare const ProductsService: {
319
319
  readonly O: typeof StandardFile;
320
320
  readonly kind: MethodKind.Unary;
321
321
  };
322
+ /**
323
+ * Download the CSV template that could be used to upload records
324
+ *
325
+ * @generated from rpc Scailo.ProductsService.DownloadImportTemplate
326
+ */
327
+ readonly downloadImportTemplate: {
328
+ readonly name: "DownloadImportTemplate";
329
+ readonly I: typeof Empty;
330
+ readonly O: typeof StandardFile;
331
+ readonly kind: MethodKind.Unary;
332
+ };
322
333
  /**
323
334
  * Import records using a CSV file. Imports records as initial stock
324
335
  *
@@ -1 +1 @@
1
- {"version":3,"file":"products.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/products.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAChT,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3P,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"products.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/products.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,4BAA4B,EAAE,wBAAwB,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,2BAA2B,EAAE,iCAAiC,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAC;AAChT,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,KAAK,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;QAGxB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,4 +1,4 @@
1
- import { QCSample, QCSampleAncillaryParameters, QCSampleParameter, QCSampleParameterHistoryList, QCSampleParameterHistoryRequest, QCSampleParametersList, QCSampleParametersSearchRequest, QCSamplesList, QCSamplesServiceCountReq, QCSamplesServiceCreateRequest, QCSamplesServiceFilterReq, QCSamplesServicePaginatedParametersResponse, QCSamplesServicePaginationReq, QCSamplesServicePaginationResponse, QCSamplesServiceParameterUpdateRequest, QCSamplesServiceSearchAllReq, QCSamplesServiceUpdateRequest, QCSamplesWithMetadataList } from "./qc_samples.scailo_pb.js";
1
+ import { QCSample, QCSampleAncillaryParameters, QCSampleParameter, QCSampleParameterHistoryList, QCSampleParameterHistoryRequest, QCSampleParametersList, QCSampleParametersSearchRequest, QCSamplesCountStatistics, QCSamplesList, QCSamplesServiceCountReq, QCSamplesServiceCreateRequest, QCSamplesServiceFilterReq, QCSamplesServicePaginatedParametersResponse, QCSamplesServicePaginationReq, QCSamplesServicePaginationResponse, QCSamplesServiceParameterUpdateRequest, QCSamplesServiceSearchAllReq, QCSamplesServiceUpdateRequest, QCSamplesWithMetadataList } from "./qc_samples.scailo_pb.js";
2
2
  import { ActiveStatus, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  /**
@@ -341,6 +341,17 @@ export declare const QCSamplesService: {
341
341
  readonly O: typeof CountResponse;
342
342
  readonly kind: MethodKind.Unary;
343
343
  };
344
+ /**
345
+ * Count all the qc samples in various statuses for the inventory item with the given UUID
346
+ *
347
+ * @generated from rpc Scailo.QCSamplesService.CountsForInventoryItem
348
+ */
349
+ readonly countsForInventoryItem: {
350
+ readonly name: "CountsForInventoryItem";
351
+ readonly I: typeof IdentifierUUID;
352
+ readonly O: typeof QCSamplesCountStatistics;
353
+ readonly kind: MethodKind.Unary;
354
+ };
344
355
  /**
345
356
  * CSV operations
346
357
  * Download the CSV file that consists of the list of records according to the given filter request. The same file could also be used as a template for uploading records
@@ -1 +1 @@
1
- {"version":3,"file":"qc_samples.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/qc_samples.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,2BAA2B,EAAE,iBAAiB,EAAE,4BAA4B,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,aAAa,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,2CAA2C,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,sCAAsC,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAChjB,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACpO,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB;;;QAGzB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"qc_samples.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/qc_samples.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,QAAQ,EAAE,2BAA2B,EAAE,iBAAiB,EAAE,4BAA4B,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,+BAA+B,EAAE,wBAAwB,EAAE,aAAa,EAAE,wBAAwB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,2CAA2C,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,sCAAsC,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,MAAM,2BAA2B,CAAC;AAC1kB,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACpO,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB;;;QAGzB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1573,4 +1573,56 @@ export declare class QCSamplesServicePaginatedParametersResponse extends Message
1573
1573
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QCSamplesServicePaginatedParametersResponse;
1574
1574
  static equals(a: QCSamplesServicePaginatedParametersResponse | PlainMessage<QCSamplesServicePaginatedParametersResponse> | undefined, b: QCSamplesServicePaginatedParametersResponse | PlainMessage<QCSamplesServicePaginatedParametersResponse> | undefined): boolean;
1575
1575
  }
1576
+ /**
1577
+ *
1578
+ * Describes the payload that has the counts of all the QC samples for an inventory item
1579
+ *
1580
+ * @generated from message Scailo.QCSamplesCountStatistics
1581
+ */
1582
+ export declare class QCSamplesCountStatistics extends Message<QCSamplesCountStatistics> {
1583
+ /**
1584
+ * The number of open samples
1585
+ *
1586
+ * @generated from field: uint64 open = 1;
1587
+ */
1588
+ open: bigint;
1589
+ /**
1590
+ * The number of finished samples
1591
+ *
1592
+ * @generated from field: uint64 finished = 2;
1593
+ */
1594
+ finished: bigint;
1595
+ /**
1596
+ * The number of samples that were accepted
1597
+ *
1598
+ * @generated from field: uint64 accepted = 3;
1599
+ */
1600
+ accepted: bigint;
1601
+ /**
1602
+ * The number of samples that were accepted with deviation
1603
+ *
1604
+ * @generated from field: uint64 accepted_with_deviation = 4;
1605
+ */
1606
+ acceptedWithDeviation: bigint;
1607
+ /**
1608
+ * The number of samples that were rejected
1609
+ *
1610
+ * @generated from field: uint64 rejected = 5;
1611
+ */
1612
+ rejected: bigint;
1613
+ /**
1614
+ * The number of samples that were cancelled
1615
+ *
1616
+ * @generated from field: uint64 cancelled = 6;
1617
+ */
1618
+ cancelled: bigint;
1619
+ constructor(data?: PartialMessage<QCSamplesCountStatistics>);
1620
+ static readonly runtime: typeof proto3;
1621
+ static readonly typeName = "Scailo.QCSamplesCountStatistics";
1622
+ static readonly fields: FieldList;
1623
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): QCSamplesCountStatistics;
1624
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): QCSamplesCountStatistics;
1625
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): QCSamplesCountStatistics;
1626
+ static equals(a: QCSamplesCountStatistics | PlainMessage<QCSamplesCountStatistics> | undefined, b: QCSamplesCountStatistics | PlainMessage<QCSamplesCountStatistics> | undefined): boolean;
1627
+ }
1576
1628
  //# sourceMappingURL=qc_samples.scailo_pb.d.ts.map