@kernelminds/scailo-sdk 0.0.59 → 0.0.60
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 +23 -0
- package/lib/cjs/src/equipments.scailo_connect.js +23 -0
- package/lib/cjs/src/feedstocks.scailo_connect.js +23 -0
- package/lib/cjs/src/infrastructures.scailo_connect.js +23 -0
- package/lib/cjs/src/merchandises.scailo_connect.js +23 -0
- package/lib/cjs/src/products.scailo_connect.js +23 -0
- package/lib/cjs/types/src/components.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts +24 -1
- package/lib/cjs/types/src/products.scailo_connect.d.ts.map +1 -1
- package/lib/esm/src/components.scailo_connect.js +23 -0
- package/lib/esm/src/equipments.scailo_connect.js +23 -0
- package/lib/esm/src/feedstocks.scailo_connect.js +23 -0
- package/lib/esm/src/infrastructures.scailo_connect.js +23 -0
- package/lib/esm/src/merchandises.scailo_connect.js +23 -0
- package/lib/esm/src/products.scailo_connect.js +23 -0
- package/lib/esm/types/src/components.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/components.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/equipments.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/feedstocks.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/infrastructures.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/merchandises.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts +24 -1
- package/lib/esm/types/src/products.scailo_connect.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -325,5 +325,28 @@ exports.ComponentsService = {
|
|
|
325
325
|
O: base_scailo_pb_js_1.CountResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.ComponentsService.DownloadAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadAsCSV: {
|
|
335
|
+
name: "DownloadAsCSV",
|
|
336
|
+
I: components_scailo_pb_js_1.ComponentsServiceFilterReq,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.ComponentsService.ImportFromCSV
|
|
344
|
+
*/
|
|
345
|
+
importFromCSV: {
|
|
346
|
+
name: "ImportFromCSV",
|
|
347
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
}
|
|
329
352
|
};
|
|
@@ -325,5 +325,28 @@ exports.EquipmentsService = {
|
|
|
325
325
|
O: base_scailo_pb_js_1.CountResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.EquipmentsService.DownloadAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadAsCSV: {
|
|
335
|
+
name: "DownloadAsCSV",
|
|
336
|
+
I: equipments_scailo_pb_js_1.EquipmentsServiceFilterReq,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.EquipmentsService.ImportFromCSV
|
|
344
|
+
*/
|
|
345
|
+
importFromCSV: {
|
|
346
|
+
name: "ImportFromCSV",
|
|
347
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
}
|
|
329
352
|
};
|
|
@@ -325,5 +325,28 @@ exports.FeedstocksService = {
|
|
|
325
325
|
O: base_scailo_pb_js_1.CountResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.FeedstocksService.DownloadAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadAsCSV: {
|
|
335
|
+
name: "DownloadAsCSV",
|
|
336
|
+
I: feedstocks_scailo_pb_js_1.FeedstocksServiceFilterReq,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.FeedstocksService.ImportFromCSV
|
|
344
|
+
*/
|
|
345
|
+
importFromCSV: {
|
|
346
|
+
name: "ImportFromCSV",
|
|
347
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
}
|
|
329
352
|
};
|
|
@@ -325,5 +325,28 @@ exports.InfrastructuresService = {
|
|
|
325
325
|
O: base_scailo_pb_js_1.CountResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.InfrastructuresService.DownloadAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadAsCSV: {
|
|
335
|
+
name: "DownloadAsCSV",
|
|
336
|
+
I: infrastructures_scailo_pb_js_1.InfrastructuresServiceFilterReq,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.InfrastructuresService.ImportFromCSV
|
|
344
|
+
*/
|
|
345
|
+
importFromCSV: {
|
|
346
|
+
name: "ImportFromCSV",
|
|
347
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
}
|
|
329
352
|
};
|
|
@@ -325,5 +325,28 @@ exports.MerchandisesService = {
|
|
|
325
325
|
O: base_scailo_pb_js_1.CountResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.MerchandisesService.DownloadAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadAsCSV: {
|
|
335
|
+
name: "DownloadAsCSV",
|
|
336
|
+
I: merchandises_scailo_pb_js_1.MerchandisesServiceFilterReq,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.MerchandisesService.ImportFromCSV
|
|
344
|
+
*/
|
|
345
|
+
importFromCSV: {
|
|
346
|
+
name: "ImportFromCSV",
|
|
347
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
}
|
|
329
352
|
};
|
|
@@ -314,5 +314,28 @@ exports.ProductsService = {
|
|
|
314
314
|
O: base_scailo_pb_js_1.CountResponse,
|
|
315
315
|
kind: protobuf_1.MethodKind.Unary,
|
|
316
316
|
},
|
|
317
|
+
/**
|
|
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
|
|
320
|
+
*
|
|
321
|
+
* @generated from rpc Scailo.ProductsService.DownloadAsCSV
|
|
322
|
+
*/
|
|
323
|
+
downloadAsCSV: {
|
|
324
|
+
name: "DownloadAsCSV",
|
|
325
|
+
I: products_scailo_pb_js_1.ProductsServiceFilterReq,
|
|
326
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
327
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
328
|
+
},
|
|
329
|
+
/**
|
|
330
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.ProductsService.ImportFromCSV
|
|
333
|
+
*/
|
|
334
|
+
importFromCSV: {
|
|
335
|
+
name: "ImportFromCSV",
|
|
336
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
337
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
317
340
|
}
|
|
318
341
|
};
|
|
@@ -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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -318,6 +318,29 @@ export declare const ComponentsService: {
|
|
|
318
318
|
readonly O: typeof CountResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.ComponentsService.DownloadAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadAsCSV: {
|
|
328
|
+
readonly name: "DownloadAsCSV";
|
|
329
|
+
readonly I: typeof ComponentsServiceFilterReq;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.ComponentsService.ImportFromCSV
|
|
337
|
+
*/
|
|
338
|
+
readonly importFromCSV: {
|
|
339
|
+
readonly name: "ImportFromCSV";
|
|
340
|
+
readonly I: typeof StandardFile;
|
|
341
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
};
|
|
322
345
|
};
|
|
323
346
|
//# sourceMappingURL=components.scailo_connect.d.ts.map
|
|
@@ -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,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,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,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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -318,6 +318,29 @@ export declare const EquipmentsService: {
|
|
|
318
318
|
readonly O: typeof CountResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.EquipmentsService.DownloadAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadAsCSV: {
|
|
328
|
+
readonly name: "DownloadAsCSV";
|
|
329
|
+
readonly I: typeof EquipmentsServiceFilterReq;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.EquipmentsService.ImportFromCSV
|
|
337
|
+
*/
|
|
338
|
+
readonly importFromCSV: {
|
|
339
|
+
readonly name: "ImportFromCSV";
|
|
340
|
+
readonly I: typeof StandardFile;
|
|
341
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
};
|
|
322
345
|
};
|
|
323
346
|
//# sourceMappingURL=equipments.scailo_connect.d.ts.map
|
|
@@ -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,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,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,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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -318,6 +318,29 @@ export declare const FeedstocksService: {
|
|
|
318
318
|
readonly O: typeof CountResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.FeedstocksService.DownloadAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadAsCSV: {
|
|
328
|
+
readonly name: "DownloadAsCSV";
|
|
329
|
+
readonly I: typeof FeedstocksServiceFilterReq;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.FeedstocksService.ImportFromCSV
|
|
337
|
+
*/
|
|
338
|
+
readonly importFromCSV: {
|
|
339
|
+
readonly name: "ImportFromCSV";
|
|
340
|
+
readonly I: typeof StandardFile;
|
|
341
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
};
|
|
322
345
|
};
|
|
323
346
|
//# sourceMappingURL=feedstocks.scailo_connect.d.ts.map
|
|
@@ -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,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,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,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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -318,6 +318,29 @@ export declare const InfrastructuresService: {
|
|
|
318
318
|
readonly O: typeof CountResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.InfrastructuresService.DownloadAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadAsCSV: {
|
|
328
|
+
readonly name: "DownloadAsCSV";
|
|
329
|
+
readonly I: typeof InfrastructuresServiceFilterReq;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.InfrastructuresService.ImportFromCSV
|
|
337
|
+
*/
|
|
338
|
+
readonly importFromCSV: {
|
|
339
|
+
readonly name: "ImportFromCSV";
|
|
340
|
+
readonly I: typeof StandardFile;
|
|
341
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
};
|
|
322
345
|
};
|
|
323
346
|
//# sourceMappingURL=infrastructures.scailo_connect.d.ts.map
|
|
@@ -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,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,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,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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -318,6 +318,29 @@ export declare const MerchandisesService: {
|
|
|
318
318
|
readonly O: typeof CountResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.MerchandisesService.DownloadAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadAsCSV: {
|
|
328
|
+
readonly name: "DownloadAsCSV";
|
|
329
|
+
readonly I: typeof MerchandisesServiceFilterReq;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.MerchandisesService.ImportFromCSV
|
|
337
|
+
*/
|
|
338
|
+
readonly importFromCSV: {
|
|
339
|
+
readonly name: "ImportFromCSV";
|
|
340
|
+
readonly I: typeof StandardFile;
|
|
341
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
};
|
|
322
345
|
};
|
|
323
346
|
//# sourceMappingURL=merchandises.scailo_connect.d.ts.map
|
|
@@ -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,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,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,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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -307,6 +307,29 @@ export declare const ProductsService: {
|
|
|
307
307
|
readonly O: typeof CountResponse;
|
|
308
308
|
readonly kind: MethodKind.Unary;
|
|
309
309
|
};
|
|
310
|
+
/**
|
|
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
|
|
313
|
+
*
|
|
314
|
+
* @generated from rpc Scailo.ProductsService.DownloadAsCSV
|
|
315
|
+
*/
|
|
316
|
+
readonly downloadAsCSV: {
|
|
317
|
+
readonly name: "DownloadAsCSV";
|
|
318
|
+
readonly I: typeof ProductsServiceFilterReq;
|
|
319
|
+
readonly O: typeof StandardFile;
|
|
320
|
+
readonly kind: MethodKind.Unary;
|
|
321
|
+
};
|
|
322
|
+
/**
|
|
323
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.ProductsService.ImportFromCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly importFromCSV: {
|
|
328
|
+
readonly name: "ImportFromCSV";
|
|
329
|
+
readonly I: typeof StandardFile;
|
|
330
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
310
333
|
};
|
|
311
334
|
};
|
|
312
335
|
//# sourceMappingURL=products.scailo_connect.d.ts.map
|
|
@@ -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,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,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"}
|
|
@@ -325,5 +325,28 @@ exports.ComponentsService = {
|
|
|
325
325
|
O: base_scailo_pb_js_1.CountResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.ComponentsService.DownloadAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadAsCSV: {
|
|
335
|
+
name: "DownloadAsCSV",
|
|
336
|
+
I: components_scailo_pb_js_1.ComponentsServiceFilterReq,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.ComponentsService.ImportFromCSV
|
|
344
|
+
*/
|
|
345
|
+
importFromCSV: {
|
|
346
|
+
name: "ImportFromCSV",
|
|
347
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
}
|
|
329
352
|
};
|
|
@@ -325,5 +325,28 @@ exports.EquipmentsService = {
|
|
|
325
325
|
O: base_scailo_pb_js_1.CountResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.EquipmentsService.DownloadAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadAsCSV: {
|
|
335
|
+
name: "DownloadAsCSV",
|
|
336
|
+
I: equipments_scailo_pb_js_1.EquipmentsServiceFilterReq,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.EquipmentsService.ImportFromCSV
|
|
344
|
+
*/
|
|
345
|
+
importFromCSV: {
|
|
346
|
+
name: "ImportFromCSV",
|
|
347
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
}
|
|
329
352
|
};
|
|
@@ -325,5 +325,28 @@ exports.FeedstocksService = {
|
|
|
325
325
|
O: base_scailo_pb_js_1.CountResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.FeedstocksService.DownloadAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadAsCSV: {
|
|
335
|
+
name: "DownloadAsCSV",
|
|
336
|
+
I: feedstocks_scailo_pb_js_1.FeedstocksServiceFilterReq,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.FeedstocksService.ImportFromCSV
|
|
344
|
+
*/
|
|
345
|
+
importFromCSV: {
|
|
346
|
+
name: "ImportFromCSV",
|
|
347
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
}
|
|
329
352
|
};
|
|
@@ -325,5 +325,28 @@ exports.InfrastructuresService = {
|
|
|
325
325
|
O: base_scailo_pb_js_1.CountResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.InfrastructuresService.DownloadAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadAsCSV: {
|
|
335
|
+
name: "DownloadAsCSV",
|
|
336
|
+
I: infrastructures_scailo_pb_js_1.InfrastructuresServiceFilterReq,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.InfrastructuresService.ImportFromCSV
|
|
344
|
+
*/
|
|
345
|
+
importFromCSV: {
|
|
346
|
+
name: "ImportFromCSV",
|
|
347
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
}
|
|
329
352
|
};
|
|
@@ -325,5 +325,28 @@ exports.MerchandisesService = {
|
|
|
325
325
|
O: base_scailo_pb_js_1.CountResponse,
|
|
326
326
|
kind: protobuf_1.MethodKind.Unary,
|
|
327
327
|
},
|
|
328
|
+
/**
|
|
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
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.MerchandisesService.DownloadAsCSV
|
|
333
|
+
*/
|
|
334
|
+
downloadAsCSV: {
|
|
335
|
+
name: "DownloadAsCSV",
|
|
336
|
+
I: merchandises_scailo_pb_js_1.MerchandisesServiceFilterReq,
|
|
337
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
340
|
+
/**
|
|
341
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
342
|
+
*
|
|
343
|
+
* @generated from rpc Scailo.MerchandisesService.ImportFromCSV
|
|
344
|
+
*/
|
|
345
|
+
importFromCSV: {
|
|
346
|
+
name: "ImportFromCSV",
|
|
347
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
348
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
349
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
350
|
+
},
|
|
328
351
|
}
|
|
329
352
|
};
|
|
@@ -314,5 +314,28 @@ exports.ProductsService = {
|
|
|
314
314
|
O: base_scailo_pb_js_1.CountResponse,
|
|
315
315
|
kind: protobuf_1.MethodKind.Unary,
|
|
316
316
|
},
|
|
317
|
+
/**
|
|
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
|
|
320
|
+
*
|
|
321
|
+
* @generated from rpc Scailo.ProductsService.DownloadAsCSV
|
|
322
|
+
*/
|
|
323
|
+
downloadAsCSV: {
|
|
324
|
+
name: "DownloadAsCSV",
|
|
325
|
+
I: products_scailo_pb_js_1.ProductsServiceFilterReq,
|
|
326
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
327
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
328
|
+
},
|
|
329
|
+
/**
|
|
330
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
331
|
+
*
|
|
332
|
+
* @generated from rpc Scailo.ProductsService.ImportFromCSV
|
|
333
|
+
*/
|
|
334
|
+
importFromCSV: {
|
|
335
|
+
name: "ImportFromCSV",
|
|
336
|
+
I: base_scailo_pb_js_1.StandardFile,
|
|
337
|
+
O: base_scailo_pb_js_1.IdentifierUUIDsList,
|
|
338
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
339
|
+
},
|
|
317
340
|
}
|
|
318
341
|
};
|
|
@@ -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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -318,6 +318,29 @@ export declare const ComponentsService: {
|
|
|
318
318
|
readonly O: typeof CountResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.ComponentsService.DownloadAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadAsCSV: {
|
|
328
|
+
readonly name: "DownloadAsCSV";
|
|
329
|
+
readonly I: typeof ComponentsServiceFilterReq;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.ComponentsService.ImportFromCSV
|
|
337
|
+
*/
|
|
338
|
+
readonly importFromCSV: {
|
|
339
|
+
readonly name: "ImportFromCSV";
|
|
340
|
+
readonly I: typeof StandardFile;
|
|
341
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
};
|
|
322
345
|
};
|
|
323
346
|
//# sourceMappingURL=components.scailo_connect.d.ts.map
|
|
@@ -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,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,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,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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -318,6 +318,29 @@ export declare const EquipmentsService: {
|
|
|
318
318
|
readonly O: typeof CountResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.EquipmentsService.DownloadAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadAsCSV: {
|
|
328
|
+
readonly name: "DownloadAsCSV";
|
|
329
|
+
readonly I: typeof EquipmentsServiceFilterReq;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.EquipmentsService.ImportFromCSV
|
|
337
|
+
*/
|
|
338
|
+
readonly importFromCSV: {
|
|
339
|
+
readonly name: "ImportFromCSV";
|
|
340
|
+
readonly I: typeof StandardFile;
|
|
341
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
};
|
|
322
345
|
};
|
|
323
346
|
//# sourceMappingURL=equipments.scailo_connect.d.ts.map
|
|
@@ -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,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,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,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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -318,6 +318,29 @@ export declare const FeedstocksService: {
|
|
|
318
318
|
readonly O: typeof CountResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.FeedstocksService.DownloadAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadAsCSV: {
|
|
328
|
+
readonly name: "DownloadAsCSV";
|
|
329
|
+
readonly I: typeof FeedstocksServiceFilterReq;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.FeedstocksService.ImportFromCSV
|
|
337
|
+
*/
|
|
338
|
+
readonly importFromCSV: {
|
|
339
|
+
readonly name: "ImportFromCSV";
|
|
340
|
+
readonly I: typeof StandardFile;
|
|
341
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
};
|
|
322
345
|
};
|
|
323
346
|
//# sourceMappingURL=feedstocks.scailo_connect.d.ts.map
|
|
@@ -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,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,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,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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -318,6 +318,29 @@ export declare const InfrastructuresService: {
|
|
|
318
318
|
readonly O: typeof CountResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.InfrastructuresService.DownloadAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadAsCSV: {
|
|
328
|
+
readonly name: "DownloadAsCSV";
|
|
329
|
+
readonly I: typeof InfrastructuresServiceFilterReq;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.InfrastructuresService.ImportFromCSV
|
|
337
|
+
*/
|
|
338
|
+
readonly importFromCSV: {
|
|
339
|
+
readonly name: "ImportFromCSV";
|
|
340
|
+
readonly I: typeof StandardFile;
|
|
341
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
};
|
|
322
345
|
};
|
|
323
346
|
//# sourceMappingURL=infrastructures.scailo_connect.d.ts.map
|
|
@@ -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,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,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,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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -318,6 +318,29 @@ export declare const MerchandisesService: {
|
|
|
318
318
|
readonly O: typeof CountResponse;
|
|
319
319
|
readonly kind: MethodKind.Unary;
|
|
320
320
|
};
|
|
321
|
+
/**
|
|
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
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.MerchandisesService.DownloadAsCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly downloadAsCSV: {
|
|
328
|
+
readonly name: "DownloadAsCSV";
|
|
329
|
+
readonly I: typeof MerchandisesServiceFilterReq;
|
|
330
|
+
readonly O: typeof StandardFile;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
333
|
+
/**
|
|
334
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
335
|
+
*
|
|
336
|
+
* @generated from rpc Scailo.MerchandisesService.ImportFromCSV
|
|
337
|
+
*/
|
|
338
|
+
readonly importFromCSV: {
|
|
339
|
+
readonly name: "ImportFromCSV";
|
|
340
|
+
readonly I: typeof StandardFile;
|
|
341
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
342
|
+
readonly kind: MethodKind.Unary;
|
|
343
|
+
};
|
|
321
344
|
};
|
|
322
345
|
};
|
|
323
346
|
//# sourceMappingURL=merchandises.scailo_connect.d.ts.map
|
|
@@ -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,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,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,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, IdentifierUUIDWithUserComment, InventoryInteractionsList, InventoryPartitionRequest, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountResponse, 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
|
*
|
|
@@ -307,6 +307,29 @@ export declare const ProductsService: {
|
|
|
307
307
|
readonly O: typeof CountResponse;
|
|
308
308
|
readonly kind: MethodKind.Unary;
|
|
309
309
|
};
|
|
310
|
+
/**
|
|
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
|
|
313
|
+
*
|
|
314
|
+
* @generated from rpc Scailo.ProductsService.DownloadAsCSV
|
|
315
|
+
*/
|
|
316
|
+
readonly downloadAsCSV: {
|
|
317
|
+
readonly name: "DownloadAsCSV";
|
|
318
|
+
readonly I: typeof ProductsServiceFilterReq;
|
|
319
|
+
readonly O: typeof StandardFile;
|
|
320
|
+
readonly kind: MethodKind.Unary;
|
|
321
|
+
};
|
|
322
|
+
/**
|
|
323
|
+
* Import records using a CSV file. Imports records as initial stock
|
|
324
|
+
*
|
|
325
|
+
* @generated from rpc Scailo.ProductsService.ImportFromCSV
|
|
326
|
+
*/
|
|
327
|
+
readonly importFromCSV: {
|
|
328
|
+
readonly name: "ImportFromCSV";
|
|
329
|
+
readonly I: typeof StandardFile;
|
|
330
|
+
readonly O: typeof IdentifierUUIDsList;
|
|
331
|
+
readonly kind: MethodKind.Unary;
|
|
332
|
+
};
|
|
310
333
|
};
|
|
311
334
|
};
|
|
312
335
|
//# sourceMappingURL=products.scailo_connect.d.ts.map
|
|
@@ -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,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,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"}
|