@kernelminds/scailo-sdk 0.0.45 → 0.0.46

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.
@@ -348,6 +348,29 @@ exports.ReplaceableIndentsService = {
348
348
  O: replaceable_indents_scailo_pb_js_1.ReplaceableIndentsServicePaginatedItemsResponse,
349
349
  kind: protobuf_1.MethodKind.Unary,
350
350
  },
351
+ /**
352
+ * CSV operations
353
+ * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
354
+ *
355
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadItemsAsCSV
356
+ */
357
+ downloadItemsAsCSV: {
358
+ name: "DownloadItemsAsCSV",
359
+ I: base_scailo_pb_js_1.IdentifierUUID,
360
+ O: base_scailo_pb_js_1.StandardFile,
361
+ kind: protobuf_1.MethodKind.Unary,
362
+ },
363
+ /**
364
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
365
+ *
366
+ * @generated from rpc Scailo.ReplaceableIndentsService.UploadReplaceableIndentItems
367
+ */
368
+ uploadReplaceableIndentItems: {
369
+ name: "UploadReplaceableIndentItems",
370
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
371
+ O: base_scailo_pb_js_1.IdentifiersList,
372
+ kind: protobuf_1.MethodKind.Unary,
373
+ },
351
374
  /**
352
375
  * View by ID
353
376
  *
@@ -469,6 +492,17 @@ exports.ReplaceableIndentsService = {
469
492
  O: replaceable_indents_scailo_pb_js_1.ReplaceableIndentsServiceItemCreateRequest,
470
493
  kind: protobuf_1.MethodKind.Unary,
471
494
  },
495
+ /**
496
+ * Download replaceable indent with the given IdentifierUUID (can be used to allow public downloads)
497
+ *
498
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadByUUID
499
+ */
500
+ downloadByUUID: {
501
+ name: "DownloadByUUID",
502
+ I: base_scailo_pb_js_1.IdentifierUUID,
503
+ O: base_scailo_pb_js_1.StandardFile,
504
+ kind: protobuf_1.MethodKind.Unary,
505
+ },
472
506
  /**
473
507
  * View the added quantity for the family with the given request payload
474
508
  *
@@ -524,5 +558,17 @@ exports.ReplaceableIndentsService = {
524
558
  O: base_scailo_pb_js_1.CountResponse,
525
559
  kind: protobuf_1.MethodKind.Unary,
526
560
  },
561
+ /**
562
+ * CSV operations
563
+ * 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
564
+ *
565
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadAsCSV
566
+ */
567
+ downloadAsCSV: {
568
+ name: "DownloadAsCSV",
569
+ I: replaceable_indents_scailo_pb_js_1.ReplaceableIndentsServiceFilterReq,
570
+ O: base_scailo_pb_js_1.StandardFile,
571
+ kind: protobuf_1.MethodKind.Unary,
572
+ },
527
573
  }
528
574
  };
@@ -348,6 +348,29 @@ exports.StockAuditsService = {
348
348
  O: stock_audits_scailo_pb_js_1.StockAuditsServicePaginatedItemsResponse,
349
349
  kind: protobuf_1.MethodKind.Unary,
350
350
  },
351
+ /**
352
+ * CSV operations
353
+ * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
354
+ *
355
+ * @generated from rpc Scailo.StockAuditsService.DownloadItemsAsCSV
356
+ */
357
+ downloadItemsAsCSV: {
358
+ name: "DownloadItemsAsCSV",
359
+ I: base_scailo_pb_js_1.IdentifierUUID,
360
+ O: base_scailo_pb_js_1.StandardFile,
361
+ kind: protobuf_1.MethodKind.Unary,
362
+ },
363
+ /**
364
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
365
+ *
366
+ * @generated from rpc Scailo.StockAuditsService.UploadStockAuditItems
367
+ */
368
+ uploadStockAuditItems: {
369
+ name: "UploadStockAuditItems",
370
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
371
+ O: base_scailo_pb_js_1.IdentifiersList,
372
+ kind: protobuf_1.MethodKind.Unary,
373
+ },
351
374
  /**
352
375
  * View by ID
353
376
  *
@@ -480,6 +503,17 @@ exports.StockAuditsService = {
480
503
  O: base_scailo_pb_js_1.StandardFile,
481
504
  kind: protobuf_1.MethodKind.Unary,
482
505
  },
506
+ /**
507
+ * Download stock audit with the given IdentifierUUID (can be used to allow public downloads)
508
+ *
509
+ * @generated from rpc Scailo.StockAuditsService.DownloadByUUID
510
+ */
511
+ downloadByUUID: {
512
+ name: "DownloadByUUID",
513
+ I: base_scailo_pb_js_1.IdentifierUUID,
514
+ O: base_scailo_pb_js_1.StandardFile,
515
+ kind: protobuf_1.MethodKind.Unary,
516
+ },
483
517
  /**
484
518
  * View all that match the given search key
485
519
  *
@@ -524,5 +558,17 @@ exports.StockAuditsService = {
524
558
  O: base_scailo_pb_js_1.CountResponse,
525
559
  kind: protobuf_1.MethodKind.Unary,
526
560
  },
561
+ /**
562
+ * CSV operations
563
+ * 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
564
+ *
565
+ * @generated from rpc Scailo.StockAuditsService.DownloadAsCSV
566
+ */
567
+ downloadAsCSV: {
568
+ name: "DownloadAsCSV",
569
+ I: stock_audits_scailo_pb_js_1.StockAuditsServiceFilterReq,
570
+ O: base_scailo_pb_js_1.StandardFile,
571
+ kind: protobuf_1.MethodKind.Unary,
572
+ },
527
573
  }
528
574
  };
@@ -480,6 +480,17 @@ exports.StockReturnsService = {
480
480
  O: base_scailo_pb_js_1.QuantityResponse,
481
481
  kind: protobuf_1.MethodKind.Unary,
482
482
  },
483
+ /**
484
+ * Download stock return with the given IdentifierUUID
485
+ *
486
+ * @generated from rpc Scailo.StockReturnsService.DownloadByUUID
487
+ */
488
+ downloadByUUID: {
489
+ name: "DownloadByUUID",
490
+ I: base_scailo_pb_js_1.IdentifierUUID,
491
+ O: base_scailo_pb_js_1.StandardFile,
492
+ kind: protobuf_1.MethodKind.Unary,
493
+ },
483
494
  /**
484
495
  * View all that match the given search key
485
496
  *
@@ -524,5 +535,17 @@ exports.StockReturnsService = {
524
535
  O: base_scailo_pb_js_1.CountResponse,
525
536
  kind: protobuf_1.MethodKind.Unary,
526
537
  },
538
+ /**
539
+ * CSV operations
540
+ * 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
541
+ *
542
+ * @generated from rpc Scailo.StockReturnsService.DownloadAsCSV
543
+ */
544
+ downloadAsCSV: {
545
+ name: "DownloadAsCSV",
546
+ I: stock_returns_scailo_pb_js_1.StockReturnsServiceFilterReq,
547
+ O: base_scailo_pb_js_1.StandardFile,
548
+ kind: protobuf_1.MethodKind.Unary,
549
+ },
527
550
  }
528
551
  };
@@ -1,5 +1,5 @@
1
1
  import { ReplaceableIndent, ReplaceableIndentItem, ReplaceableIndentItemHistoryRequest, ReplaceableIndentItemProspectiveInfoRequest, ReplaceableIndentItemsSearchRequest, ReplaceableIndentsItemsList, ReplaceableIndentsList, ReplaceableIndentsServiceAutofillRequest, ReplaceableIndentsServiceCountReq, ReplaceableIndentsServiceCreateRequest, ReplaceableIndentsServiceFilterReq, ReplaceableIndentsServiceItemCreateRequest, ReplaceableIndentsServiceItemUpdateRequest, ReplaceableIndentsServicePaginatedItemsResponse, ReplaceableIndentsServicePaginationReq, ReplaceableIndentsServicePaginationResponse, ReplaceableIndentsServiceSearchAllReq, ReplaceableIndentsServiceUpdateRequest } from "./replaceable_indents.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
5
  /**
@@ -341,6 +341,29 @@ export declare const ReplaceableIndentsService: {
341
341
  readonly O: typeof ReplaceableIndentsServicePaginatedItemsResponse;
342
342
  readonly kind: MethodKind.Unary;
343
343
  };
344
+ /**
345
+ * CSV operations
346
+ * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
347
+ *
348
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadItemsAsCSV
349
+ */
350
+ readonly downloadItemsAsCSV: {
351
+ readonly name: "DownloadItemsAsCSV";
352
+ readonly I: typeof IdentifierUUID;
353
+ readonly O: typeof StandardFile;
354
+ readonly kind: MethodKind.Unary;
355
+ };
356
+ /**
357
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
358
+ *
359
+ * @generated from rpc Scailo.ReplaceableIndentsService.UploadReplaceableIndentItems
360
+ */
361
+ readonly uploadReplaceableIndentItems: {
362
+ readonly name: "UploadReplaceableIndentItems";
363
+ readonly I: typeof IdentifierUUIDWithFile;
364
+ readonly O: typeof IdentifiersList;
365
+ readonly kind: MethodKind.Unary;
366
+ };
344
367
  /**
345
368
  * View by ID
346
369
  *
@@ -462,6 +485,17 @@ export declare const ReplaceableIndentsService: {
462
485
  readonly O: typeof ReplaceableIndentsServiceItemCreateRequest;
463
486
  readonly kind: MethodKind.Unary;
464
487
  };
488
+ /**
489
+ * Download replaceable indent with the given IdentifierUUID (can be used to allow public downloads)
490
+ *
491
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadByUUID
492
+ */
493
+ readonly downloadByUUID: {
494
+ readonly name: "DownloadByUUID";
495
+ readonly I: typeof IdentifierUUID;
496
+ readonly O: typeof StandardFile;
497
+ readonly kind: MethodKind.Unary;
498
+ };
465
499
  /**
466
500
  * View the added quantity for the family with the given request payload
467
501
  *
@@ -517,6 +551,18 @@ export declare const ReplaceableIndentsService: {
517
551
  readonly O: typeof CountResponse;
518
552
  readonly kind: MethodKind.Unary;
519
553
  };
554
+ /**
555
+ * CSV operations
556
+ * 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
557
+ *
558
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadAsCSV
559
+ */
560
+ readonly downloadAsCSV: {
561
+ readonly name: "DownloadAsCSV";
562
+ readonly I: typeof ReplaceableIndentsServiceFilterReq;
563
+ readonly O: typeof StandardFile;
564
+ readonly kind: MethodKind.Unary;
565
+ };
520
566
  };
521
567
  };
522
568
  //# sourceMappingURL=replaceable_indents.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"replaceable_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/replaceable_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,wCAAwC,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAChtB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AACtU,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB;;;QAGlC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"replaceable_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/replaceable_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,wCAAwC,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAChtB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC5W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB;;;QAGlC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { StockAudit, StockAuditItem, StockAuditItemHistoryRequest, StockAuditItemProspectiveInfoRequest, StockAuditItemsSearchRequest, StockAuditsItemsList, StockAuditsList, StockAuditsServiceCountReq, StockAuditsServiceCreateRequest, StockAuditsServiceFilterReq, StockAuditsServiceItemCreateRequest, StockAuditsServiceItemUpdateRequest, StockAuditsServicePaginatedItemsResponse, StockAuditsServicePaginationReq, StockAuditsServicePaginationResponse, StockAuditsServiceSearchAllReq, StockAuditsServiceUpdateRequest } from "./stock_audits.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
5
  /**
@@ -341,6 +341,29 @@ export declare const StockAuditsService: {
341
341
  readonly O: typeof StockAuditsServicePaginatedItemsResponse;
342
342
  readonly kind: MethodKind.Unary;
343
343
  };
344
+ /**
345
+ * CSV operations
346
+ * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
347
+ *
348
+ * @generated from rpc Scailo.StockAuditsService.DownloadItemsAsCSV
349
+ */
350
+ readonly downloadItemsAsCSV: {
351
+ readonly name: "DownloadItemsAsCSV";
352
+ readonly I: typeof IdentifierUUID;
353
+ readonly O: typeof StandardFile;
354
+ readonly kind: MethodKind.Unary;
355
+ };
356
+ /**
357
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
358
+ *
359
+ * @generated from rpc Scailo.StockAuditsService.UploadStockAuditItems
360
+ */
361
+ readonly uploadStockAuditItems: {
362
+ readonly name: "UploadStockAuditItems";
363
+ readonly I: typeof IdentifierUUIDWithFile;
364
+ readonly O: typeof IdentifiersList;
365
+ readonly kind: MethodKind.Unary;
366
+ };
344
367
  /**
345
368
  * View by ID
346
369
  *
@@ -473,6 +496,17 @@ export declare const StockAuditsService: {
473
496
  readonly O: typeof StandardFile;
474
497
  readonly kind: MethodKind.Unary;
475
498
  };
499
+ /**
500
+ * Download stock audit with the given IdentifierUUID (can be used to allow public downloads)
501
+ *
502
+ * @generated from rpc Scailo.StockAuditsService.DownloadByUUID
503
+ */
504
+ readonly downloadByUUID: {
505
+ readonly name: "DownloadByUUID";
506
+ readonly I: typeof IdentifierUUID;
507
+ readonly O: typeof StandardFile;
508
+ readonly kind: MethodKind.Unary;
509
+ };
476
510
  /**
477
511
  * View all that match the given search key
478
512
  *
@@ -517,6 +551,18 @@ export declare const StockAuditsService: {
517
551
  readonly O: typeof CountResponse;
518
552
  readonly kind: MethodKind.Unary;
519
553
  };
554
+ /**
555
+ * CSV operations
556
+ * 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
557
+ *
558
+ * @generated from rpc Scailo.StockAuditsService.DownloadAsCSV
559
+ */
560
+ readonly downloadAsCSV: {
561
+ readonly name: "DownloadAsCSV";
562
+ readonly I: typeof StockAuditsServiceFilterReq;
563
+ readonly O: typeof StandardFile;
564
+ readonly kind: MethodKind.Unary;
565
+ };
520
566
  };
521
567
  };
522
568
  //# sourceMappingURL=stock_audits.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stock_audits.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_audits.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,4BAA4B,EAAE,oBAAoB,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AACxiB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnV,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"stock_audits.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_audits.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,4BAA4B,EAAE,oBAAoB,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AACxiB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { StockReturn, StockReturnItem, StockReturnItemHistoryRequest, StockReturnItemProspectiveInfoRequest, StockReturnItemsSearchRequest, StockReturnsItemsList, StockReturnsList, StockReturnsServiceAlreadyAddedQuantityForSourceRequest, StockReturnsServiceCountReq, StockReturnsServiceCreateRequest, StockReturnsServiceFilterReq, StockReturnsServiceItemCreateRequest, StockReturnsServiceItemUpdateRequest, StockReturnsServicePaginatedItemsResponse, StockReturnsServicePaginationReq, StockReturnsServicePaginationResponse, StockReturnsServiceSearchAllReq, StockReturnsServiceUpdateRequest } from "./stock_returns.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, SimpleSearchReq } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
5
  /**
@@ -473,6 +473,17 @@ export declare const StockReturnsService: {
473
473
  readonly O: typeof QuantityResponse;
474
474
  readonly kind: MethodKind.Unary;
475
475
  };
476
+ /**
477
+ * Download stock return with the given IdentifierUUID
478
+ *
479
+ * @generated from rpc Scailo.StockReturnsService.DownloadByUUID
480
+ */
481
+ readonly downloadByUUID: {
482
+ readonly name: "DownloadByUUID";
483
+ readonly I: typeof IdentifierUUID;
484
+ readonly O: typeof StandardFile;
485
+ readonly kind: MethodKind.Unary;
486
+ };
476
487
  /**
477
488
  * View all that match the given search key
478
489
  *
@@ -517,6 +528,18 @@ export declare const StockReturnsService: {
517
528
  readonly O: typeof CountResponse;
518
529
  readonly kind: MethodKind.Unary;
519
530
  };
531
+ /**
532
+ * CSV operations
533
+ * 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
534
+ *
535
+ * @generated from rpc Scailo.StockReturnsService.DownloadAsCSV
536
+ */
537
+ readonly downloadAsCSV: {
538
+ readonly name: "DownloadAsCSV";
539
+ readonly I: typeof StockReturnsServiceFilterReq;
540
+ readonly O: typeof StandardFile;
541
+ readonly kind: MethodKind.Unary;
542
+ };
520
543
  };
521
544
  };
522
545
  //# sourceMappingURL=stock_returns.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stock_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,6BAA6B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,uDAAuD,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AACnnB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACvV,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"stock_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,6BAA6B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,uDAAuD,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AACnnB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACrW,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -348,6 +348,29 @@ exports.ReplaceableIndentsService = {
348
348
  O: replaceable_indents_scailo_pb_js_1.ReplaceableIndentsServicePaginatedItemsResponse,
349
349
  kind: protobuf_1.MethodKind.Unary,
350
350
  },
351
+ /**
352
+ * CSV operations
353
+ * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
354
+ *
355
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadItemsAsCSV
356
+ */
357
+ downloadItemsAsCSV: {
358
+ name: "DownloadItemsAsCSV",
359
+ I: base_scailo_pb_js_1.IdentifierUUID,
360
+ O: base_scailo_pb_js_1.StandardFile,
361
+ kind: protobuf_1.MethodKind.Unary,
362
+ },
363
+ /**
364
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
365
+ *
366
+ * @generated from rpc Scailo.ReplaceableIndentsService.UploadReplaceableIndentItems
367
+ */
368
+ uploadReplaceableIndentItems: {
369
+ name: "UploadReplaceableIndentItems",
370
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
371
+ O: base_scailo_pb_js_1.IdentifiersList,
372
+ kind: protobuf_1.MethodKind.Unary,
373
+ },
351
374
  /**
352
375
  * View by ID
353
376
  *
@@ -469,6 +492,17 @@ exports.ReplaceableIndentsService = {
469
492
  O: replaceable_indents_scailo_pb_js_1.ReplaceableIndentsServiceItemCreateRequest,
470
493
  kind: protobuf_1.MethodKind.Unary,
471
494
  },
495
+ /**
496
+ * Download replaceable indent with the given IdentifierUUID (can be used to allow public downloads)
497
+ *
498
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadByUUID
499
+ */
500
+ downloadByUUID: {
501
+ name: "DownloadByUUID",
502
+ I: base_scailo_pb_js_1.IdentifierUUID,
503
+ O: base_scailo_pb_js_1.StandardFile,
504
+ kind: protobuf_1.MethodKind.Unary,
505
+ },
472
506
  /**
473
507
  * View the added quantity for the family with the given request payload
474
508
  *
@@ -524,5 +558,17 @@ exports.ReplaceableIndentsService = {
524
558
  O: base_scailo_pb_js_1.CountResponse,
525
559
  kind: protobuf_1.MethodKind.Unary,
526
560
  },
561
+ /**
562
+ * CSV operations
563
+ * 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
564
+ *
565
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadAsCSV
566
+ */
567
+ downloadAsCSV: {
568
+ name: "DownloadAsCSV",
569
+ I: replaceable_indents_scailo_pb_js_1.ReplaceableIndentsServiceFilterReq,
570
+ O: base_scailo_pb_js_1.StandardFile,
571
+ kind: protobuf_1.MethodKind.Unary,
572
+ },
527
573
  }
528
574
  };
@@ -348,6 +348,29 @@ exports.StockAuditsService = {
348
348
  O: stock_audits_scailo_pb_js_1.StockAuditsServicePaginatedItemsResponse,
349
349
  kind: protobuf_1.MethodKind.Unary,
350
350
  },
351
+ /**
352
+ * CSV operations
353
+ * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
354
+ *
355
+ * @generated from rpc Scailo.StockAuditsService.DownloadItemsAsCSV
356
+ */
357
+ downloadItemsAsCSV: {
358
+ name: "DownloadItemsAsCSV",
359
+ I: base_scailo_pb_js_1.IdentifierUUID,
360
+ O: base_scailo_pb_js_1.StandardFile,
361
+ kind: protobuf_1.MethodKind.Unary,
362
+ },
363
+ /**
364
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
365
+ *
366
+ * @generated from rpc Scailo.StockAuditsService.UploadStockAuditItems
367
+ */
368
+ uploadStockAuditItems: {
369
+ name: "UploadStockAuditItems",
370
+ I: base_scailo_pb_js_1.IdentifierUUIDWithFile,
371
+ O: base_scailo_pb_js_1.IdentifiersList,
372
+ kind: protobuf_1.MethodKind.Unary,
373
+ },
351
374
  /**
352
375
  * View by ID
353
376
  *
@@ -480,6 +503,17 @@ exports.StockAuditsService = {
480
503
  O: base_scailo_pb_js_1.StandardFile,
481
504
  kind: protobuf_1.MethodKind.Unary,
482
505
  },
506
+ /**
507
+ * Download stock audit with the given IdentifierUUID (can be used to allow public downloads)
508
+ *
509
+ * @generated from rpc Scailo.StockAuditsService.DownloadByUUID
510
+ */
511
+ downloadByUUID: {
512
+ name: "DownloadByUUID",
513
+ I: base_scailo_pb_js_1.IdentifierUUID,
514
+ O: base_scailo_pb_js_1.StandardFile,
515
+ kind: protobuf_1.MethodKind.Unary,
516
+ },
483
517
  /**
484
518
  * View all that match the given search key
485
519
  *
@@ -524,5 +558,17 @@ exports.StockAuditsService = {
524
558
  O: base_scailo_pb_js_1.CountResponse,
525
559
  kind: protobuf_1.MethodKind.Unary,
526
560
  },
561
+ /**
562
+ * CSV operations
563
+ * 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
564
+ *
565
+ * @generated from rpc Scailo.StockAuditsService.DownloadAsCSV
566
+ */
567
+ downloadAsCSV: {
568
+ name: "DownloadAsCSV",
569
+ I: stock_audits_scailo_pb_js_1.StockAuditsServiceFilterReq,
570
+ O: base_scailo_pb_js_1.StandardFile,
571
+ kind: protobuf_1.MethodKind.Unary,
572
+ },
527
573
  }
528
574
  };
@@ -480,6 +480,17 @@ exports.StockReturnsService = {
480
480
  O: base_scailo_pb_js_1.QuantityResponse,
481
481
  kind: protobuf_1.MethodKind.Unary,
482
482
  },
483
+ /**
484
+ * Download stock return with the given IdentifierUUID
485
+ *
486
+ * @generated from rpc Scailo.StockReturnsService.DownloadByUUID
487
+ */
488
+ downloadByUUID: {
489
+ name: "DownloadByUUID",
490
+ I: base_scailo_pb_js_1.IdentifierUUID,
491
+ O: base_scailo_pb_js_1.StandardFile,
492
+ kind: protobuf_1.MethodKind.Unary,
493
+ },
483
494
  /**
484
495
  * View all that match the given search key
485
496
  *
@@ -524,5 +535,17 @@ exports.StockReturnsService = {
524
535
  O: base_scailo_pb_js_1.CountResponse,
525
536
  kind: protobuf_1.MethodKind.Unary,
526
537
  },
538
+ /**
539
+ * CSV operations
540
+ * 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
541
+ *
542
+ * @generated from rpc Scailo.StockReturnsService.DownloadAsCSV
543
+ */
544
+ downloadAsCSV: {
545
+ name: "DownloadAsCSV",
546
+ I: stock_returns_scailo_pb_js_1.StockReturnsServiceFilterReq,
547
+ O: base_scailo_pb_js_1.StandardFile,
548
+ kind: protobuf_1.MethodKind.Unary,
549
+ },
527
550
  }
528
551
  };
@@ -1,5 +1,5 @@
1
1
  import { ReplaceableIndent, ReplaceableIndentItem, ReplaceableIndentItemHistoryRequest, ReplaceableIndentItemProspectiveInfoRequest, ReplaceableIndentItemsSearchRequest, ReplaceableIndentsItemsList, ReplaceableIndentsList, ReplaceableIndentsServiceAutofillRequest, ReplaceableIndentsServiceCountReq, ReplaceableIndentsServiceCreateRequest, ReplaceableIndentsServiceFilterReq, ReplaceableIndentsServiceItemCreateRequest, ReplaceableIndentsServiceItemUpdateRequest, ReplaceableIndentsServicePaginatedItemsResponse, ReplaceableIndentsServicePaginationReq, ReplaceableIndentsServicePaginationResponse, ReplaceableIndentsServiceSearchAllReq, ReplaceableIndentsServiceUpdateRequest } from "./replaceable_indents.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
5
  /**
@@ -341,6 +341,29 @@ export declare const ReplaceableIndentsService: {
341
341
  readonly O: typeof ReplaceableIndentsServicePaginatedItemsResponse;
342
342
  readonly kind: MethodKind.Unary;
343
343
  };
344
+ /**
345
+ * CSV operations
346
+ * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
347
+ *
348
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadItemsAsCSV
349
+ */
350
+ readonly downloadItemsAsCSV: {
351
+ readonly name: "DownloadItemsAsCSV";
352
+ readonly I: typeof IdentifierUUID;
353
+ readonly O: typeof StandardFile;
354
+ readonly kind: MethodKind.Unary;
355
+ };
356
+ /**
357
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
358
+ *
359
+ * @generated from rpc Scailo.ReplaceableIndentsService.UploadReplaceableIndentItems
360
+ */
361
+ readonly uploadReplaceableIndentItems: {
362
+ readonly name: "UploadReplaceableIndentItems";
363
+ readonly I: typeof IdentifierUUIDWithFile;
364
+ readonly O: typeof IdentifiersList;
365
+ readonly kind: MethodKind.Unary;
366
+ };
344
367
  /**
345
368
  * View by ID
346
369
  *
@@ -462,6 +485,17 @@ export declare const ReplaceableIndentsService: {
462
485
  readonly O: typeof ReplaceableIndentsServiceItemCreateRequest;
463
486
  readonly kind: MethodKind.Unary;
464
487
  };
488
+ /**
489
+ * Download replaceable indent with the given IdentifierUUID (can be used to allow public downloads)
490
+ *
491
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadByUUID
492
+ */
493
+ readonly downloadByUUID: {
494
+ readonly name: "DownloadByUUID";
495
+ readonly I: typeof IdentifierUUID;
496
+ readonly O: typeof StandardFile;
497
+ readonly kind: MethodKind.Unary;
498
+ };
465
499
  /**
466
500
  * View the added quantity for the family with the given request payload
467
501
  *
@@ -517,6 +551,18 @@ export declare const ReplaceableIndentsService: {
517
551
  readonly O: typeof CountResponse;
518
552
  readonly kind: MethodKind.Unary;
519
553
  };
554
+ /**
555
+ * CSV operations
556
+ * 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
557
+ *
558
+ * @generated from rpc Scailo.ReplaceableIndentsService.DownloadAsCSV
559
+ */
560
+ readonly downloadAsCSV: {
561
+ readonly name: "DownloadAsCSV";
562
+ readonly I: typeof ReplaceableIndentsServiceFilterReq;
563
+ readonly O: typeof StandardFile;
564
+ readonly kind: MethodKind.Unary;
565
+ };
520
566
  };
521
567
  };
522
568
  //# sourceMappingURL=replaceable_indents.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"replaceable_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/replaceable_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,wCAAwC,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAChtB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,qBAAqB,CAAC;AACtU,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB;;;QAGlC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"replaceable_indents.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/replaceable_indents.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iBAAiB,EAAE,qBAAqB,EAAE,mCAAmC,EAAE,2CAA2C,EAAE,mCAAmC,EAAE,2BAA2B,EAAE,sBAAsB,EAAE,wCAAwC,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,0CAA0C,EAAE,+CAA+C,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,qCAAqC,EAAE,sCAAsC,EAAE,MAAM,oCAAoC,CAAC;AAChtB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC5W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,yBAAyB;;;QAGlC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { StockAudit, StockAuditItem, StockAuditItemHistoryRequest, StockAuditItemProspectiveInfoRequest, StockAuditItemsSearchRequest, StockAuditsItemsList, StockAuditsList, StockAuditsServiceCountReq, StockAuditsServiceCreateRequest, StockAuditsServiceFilterReq, StockAuditsServiceItemCreateRequest, StockAuditsServiceItemUpdateRequest, StockAuditsServicePaginatedItemsResponse, StockAuditsServicePaginationReq, StockAuditsServicePaginationResponse, StockAuditsServiceSearchAllReq, StockAuditsServiceUpdateRequest } from "./stock_audits.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
5
  /**
@@ -341,6 +341,29 @@ export declare const StockAuditsService: {
341
341
  readonly O: typeof StockAuditsServicePaginatedItemsResponse;
342
342
  readonly kind: MethodKind.Unary;
343
343
  };
344
+ /**
345
+ * CSV operations
346
+ * Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
347
+ *
348
+ * @generated from rpc Scailo.StockAuditsService.DownloadItemsAsCSV
349
+ */
350
+ readonly downloadItemsAsCSV: {
351
+ readonly name: "DownloadItemsAsCSV";
352
+ readonly I: typeof IdentifierUUID;
353
+ readonly O: typeof StandardFile;
354
+ readonly kind: MethodKind.Unary;
355
+ };
356
+ /**
357
+ * Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.
358
+ *
359
+ * @generated from rpc Scailo.StockAuditsService.UploadStockAuditItems
360
+ */
361
+ readonly uploadStockAuditItems: {
362
+ readonly name: "UploadStockAuditItems";
363
+ readonly I: typeof IdentifierUUIDWithFile;
364
+ readonly O: typeof IdentifiersList;
365
+ readonly kind: MethodKind.Unary;
366
+ };
344
367
  /**
345
368
  * View by ID
346
369
  *
@@ -473,6 +496,17 @@ export declare const StockAuditsService: {
473
496
  readonly O: typeof StandardFile;
474
497
  readonly kind: MethodKind.Unary;
475
498
  };
499
+ /**
500
+ * Download stock audit with the given IdentifierUUID (can be used to allow public downloads)
501
+ *
502
+ * @generated from rpc Scailo.StockAuditsService.DownloadByUUID
503
+ */
504
+ readonly downloadByUUID: {
505
+ readonly name: "DownloadByUUID";
506
+ readonly I: typeof IdentifierUUID;
507
+ readonly O: typeof StandardFile;
508
+ readonly kind: MethodKind.Unary;
509
+ };
476
510
  /**
477
511
  * View all that match the given search key
478
512
  *
@@ -517,6 +551,18 @@ export declare const StockAuditsService: {
517
551
  readonly O: typeof CountResponse;
518
552
  readonly kind: MethodKind.Unary;
519
553
  };
554
+ /**
555
+ * CSV operations
556
+ * 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
557
+ *
558
+ * @generated from rpc Scailo.StockAuditsService.DownloadAsCSV
559
+ */
560
+ readonly downloadAsCSV: {
561
+ readonly name: "DownloadAsCSV";
562
+ readonly I: typeof StockAuditsServiceFilterReq;
563
+ readonly O: typeof StandardFile;
564
+ readonly kind: MethodKind.Unary;
565
+ };
520
566
  };
521
567
  };
522
568
  //# sourceMappingURL=stock_audits.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stock_audits.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_audits.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,4BAA4B,EAAE,oBAAoB,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AACxiB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACnV,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"stock_audits.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_audits.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,4BAA4B,EAAE,oBAAoB,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AACxiB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3W,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { StockReturn, StockReturnItem, StockReturnItemHistoryRequest, StockReturnItemProspectiveInfoRequest, StockReturnItemsSearchRequest, StockReturnsItemsList, StockReturnsList, StockReturnsServiceAlreadyAddedQuantityForSourceRequest, StockReturnsServiceCountReq, StockReturnsServiceCreateRequest, StockReturnsServiceFilterReq, StockReturnsServiceItemCreateRequest, StockReturnsServiceItemUpdateRequest, StockReturnsServicePaginatedItemsResponse, StockReturnsServicePaginationReq, StockReturnsServicePaginationResponse, StockReturnsServiceSearchAllReq, StockReturnsServiceUpdateRequest } from "./stock_returns.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, SimpleSearchReq } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
5
5
  /**
@@ -473,6 +473,17 @@ export declare const StockReturnsService: {
473
473
  readonly O: typeof QuantityResponse;
474
474
  readonly kind: MethodKind.Unary;
475
475
  };
476
+ /**
477
+ * Download stock return with the given IdentifierUUID
478
+ *
479
+ * @generated from rpc Scailo.StockReturnsService.DownloadByUUID
480
+ */
481
+ readonly downloadByUUID: {
482
+ readonly name: "DownloadByUUID";
483
+ readonly I: typeof IdentifierUUID;
484
+ readonly O: typeof StandardFile;
485
+ readonly kind: MethodKind.Unary;
486
+ };
476
487
  /**
477
488
  * View all that match the given search key
478
489
  *
@@ -517,6 +528,18 @@ export declare const StockReturnsService: {
517
528
  readonly O: typeof CountResponse;
518
529
  readonly kind: MethodKind.Unary;
519
530
  };
531
+ /**
532
+ * CSV operations
533
+ * 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
534
+ *
535
+ * @generated from rpc Scailo.StockReturnsService.DownloadAsCSV
536
+ */
537
+ readonly downloadAsCSV: {
538
+ readonly name: "DownloadAsCSV";
539
+ readonly I: typeof StockReturnsServiceFilterReq;
540
+ readonly O: typeof StandardFile;
541
+ readonly kind: MethodKind.Unary;
542
+ };
520
543
  };
521
544
  };
522
545
  //# sourceMappingURL=stock_returns.scailo_connect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stock_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,6BAA6B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,uDAAuD,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AACnnB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACvV,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"stock_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,6BAA6B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,uDAAuD,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AACnnB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACrW,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kernelminds/scailo-sdk",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "description": "NPM module that provides access to Scailo's API",
5
5
  "types": "./lib/cjs/types/index.d.ts",
6
6
  "main": "./lib/cjs/index.js",