@kernelminds/scailo-sdk 0.0.60 → 0.0.61
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/components.scailo_connect.js +12 -1
- package/lib/cjs/src/equipments.scailo_connect.js +12 -1
- package/lib/cjs/src/feedstocks.scailo_connect.js +12 -1
- package/lib/cjs/src/infrastructures.scailo_connect.js +12 -1
- package/lib/cjs/src/merchandises.scailo_connect.js +12 -1
- package/lib/cjs/src/products.scailo_connect.js +12 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts +13 -2
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +13 -2
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +13 -2
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +13 -2
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +13 -2
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +13 -2
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/src/components.scailo_connect.js +12 -1
- package/lib/esm/src/equipments.scailo_connect.js +12 -1
- package/lib/esm/src/feedstocks.scailo_connect.js +12 -1
- package/lib/esm/src/infrastructures.scailo_connect.js +12 -1
- package/lib/esm/src/merchandises.scailo_connect.js +12 -1
- package/lib/esm/src/products.scailo_connect.js +12 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts +13 -2
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +13 -2
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +13 -2
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +13 -2
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +13 -2
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +13 -2
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
*
|
|
@@ -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
|
|
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;
|
|
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
|
|
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;
|
|
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
|
|
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;
|
|
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
|
|
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;
|
|
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
|
|
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;
|
|
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
|
|
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;
|
|
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"}
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
*
|
|
@@ -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
|
|
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;
|
|
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
|
|
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;
|
|
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
|
|
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;
|
|
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
|
|
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;
|
|
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
|
|
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;
|
|
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
|
|
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;
|
|
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"}
|