@kernelminds/scailo-sdk 0.0.5 → 0.0.7
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/goods_dispatches.scailo_connect.js +23 -0
- package/lib/cjs/src/goods_receipts.scailo_connect.js +11 -0
- package/lib/cjs/src/inward_jobs.scailo_connect.js +2 -2
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/outward_jobs.scailo_connect.js +2 -2
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/production_plans.scailo_connect.js +11 -0
- package/lib/cjs/src/production_plans.scailo_pb.js +44 -1
- package/lib/cjs/src/purchases_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +51 -1
- package/lib/cjs/src/sales_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/stock_audits.scailo_connect.js +11 -0
- package/lib/cjs/src/stock_issuances.scailo_connect.js +11 -0
- package/lib/cjs/src/work_orders.scailo_connect.js +11 -0
- package/lib/cjs/src/work_orders.scailo_pb.js +44 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +23 -0
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +11 -0
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +11 -0
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +11 -0
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +2 -2
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +11 -0
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +11 -0
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +11 -0
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +34 -0
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +11 -0
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/goods_dispatches.scailo_connect.js +23 -0
- package/lib/esm/src/goods_receipts.scailo_connect.js +11 -0
- package/lib/esm/src/inward_jobs.scailo_connect.js +2 -2
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/esm/src/outward_jobs.scailo_connect.js +2 -2
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/esm/src/production_plans.scailo_connect.js +11 -0
- package/lib/esm/src/production_plans.scailo_pb.js +44 -1
- package/lib/esm/src/purchases_returns.scailo_connect.js +11 -0
- package/lib/esm/src/sales_enquiries.scailo_connect.js +11 -0
- package/lib/esm/src/sales_enquiries.scailo_pb.js +51 -1
- package/lib/esm/src/sales_returns.scailo_connect.js +11 -0
- package/lib/esm/src/stock_audits.scailo_connect.js +11 -0
- package/lib/esm/src/stock_issuances.scailo_connect.js +11 -0
- package/lib/esm/src/work_orders.scailo_connect.js +11 -0
- package/lib/esm/src/work_orders.scailo_pb.js +44 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +23 -0
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +11 -0
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +11 -0
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +11 -0
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +2 -2
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +11 -0
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +11 -0
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +11 -0
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +34 -0
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +11 -0
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -359,6 +359,18 @@ exports.GoodsDispatchesService = {
|
|
|
359
359
|
O: goods_dispatches_scailo_pb_js_1.GoodsDispatchesServicePaginatedItemsResponse,
|
|
360
360
|
kind: protobuf_1.MethodKind.Unary,
|
|
361
361
|
},
|
|
362
|
+
/**
|
|
363
|
+
* CSV operations
|
|
364
|
+
* 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
|
|
365
|
+
*
|
|
366
|
+
* @generated from rpc Scailo.GoodsDispatchesService.DownloadAsCSV
|
|
367
|
+
*/
|
|
368
|
+
downloadAsCSV: {
|
|
369
|
+
name: "DownloadAsCSV",
|
|
370
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
371
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
372
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
373
|
+
},
|
|
362
374
|
/**
|
|
363
375
|
* View by ID
|
|
364
376
|
*
|
|
@@ -459,6 +471,17 @@ exports.GoodsDispatchesService = {
|
|
|
459
471
|
O: base_scailo_pb_js_1.StandardFile,
|
|
460
472
|
kind: protobuf_1.MethodKind.Unary,
|
|
461
473
|
},
|
|
474
|
+
/**
|
|
475
|
+
* Download the label for the goods dispatch with the given IdentifierUUID
|
|
476
|
+
*
|
|
477
|
+
* @generated from rpc Scailo.GoodsDispatchesService.DownloadLabelByUUID
|
|
478
|
+
*/
|
|
479
|
+
downloadLabelByUUID: {
|
|
480
|
+
name: "DownloadLabelByUUID",
|
|
481
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
482
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
483
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
484
|
+
},
|
|
462
485
|
/**
|
|
463
486
|
* View the associated sales invoice ID that is denoted by the identifier in the response for the goods dispatch that is denoted by the identifier in the request
|
|
464
487
|
*
|
|
@@ -471,6 +471,17 @@ exports.GoodsReceiptsService = {
|
|
|
471
471
|
O: base_scailo_pb_js_1.StandardFile,
|
|
472
472
|
kind: protobuf_1.MethodKind.Unary,
|
|
473
473
|
},
|
|
474
|
+
/**
|
|
475
|
+
* Download the label for the goods receipt with the given IdentifierUUID
|
|
476
|
+
*
|
|
477
|
+
* @generated from rpc Scailo.GoodsReceiptsService.DownloadLabelByUUID
|
|
478
|
+
*/
|
|
479
|
+
downloadLabelByUUID: {
|
|
480
|
+
name: "DownloadLabelByUUID",
|
|
481
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
482
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
483
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
484
|
+
},
|
|
474
485
|
/**
|
|
475
486
|
* View the associated vendor invoice ID that is denoted by the identifier in the response for the goods receipt that is denoted by the identifier in the request
|
|
476
487
|
*
|
|
@@ -388,7 +388,7 @@ exports.InwardJobsService = {
|
|
|
388
388
|
*/
|
|
389
389
|
downloadInwardItemsCSVTemplate: {
|
|
390
390
|
name: "DownloadInwardItemsCSVTemplate",
|
|
391
|
-
I: base_scailo_pb_js_1.
|
|
391
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
392
392
|
O: base_scailo_pb_js_1.StandardFile,
|
|
393
393
|
kind: protobuf_1.MethodKind.Unary,
|
|
394
394
|
},
|
|
@@ -553,7 +553,7 @@ exports.InwardJobsService = {
|
|
|
553
553
|
*/
|
|
554
554
|
downloadOutwardItemsCSVTemplate: {
|
|
555
555
|
name: "DownloadOutwardItemsCSVTemplate",
|
|
556
|
-
I: base_scailo_pb_js_1.
|
|
556
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
557
557
|
O: base_scailo_pb_js_1.StandardFile,
|
|
558
558
|
kind: protobuf_1.MethodKind.Unary,
|
|
559
559
|
},
|
|
@@ -448,6 +448,17 @@ exports.InwardJobsFreeIssueMaterialsService = {
|
|
|
448
448
|
O: base_scailo_pb_js_1.StandardFile,
|
|
449
449
|
kind: protobuf_1.MethodKind.Unary,
|
|
450
450
|
},
|
|
451
|
+
/**
|
|
452
|
+
* Download the label for the inward job free issue material with the given IdentifierUUID
|
|
453
|
+
*
|
|
454
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsService.DownloadLabelByUUID
|
|
455
|
+
*/
|
|
456
|
+
downloadLabelByUUID: {
|
|
457
|
+
name: "DownloadLabelByUUID",
|
|
458
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
459
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
460
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
461
|
+
},
|
|
451
462
|
/**
|
|
452
463
|
* View already added quantities
|
|
453
464
|
*
|
|
@@ -448,6 +448,17 @@ exports.InwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
448
448
|
O: base_scailo_pb_js_1.StandardFile,
|
|
449
449
|
kind: protobuf_1.MethodKind.Unary,
|
|
450
450
|
},
|
|
451
|
+
/**
|
|
452
|
+
* Download the label for the inward job free issue material return with the given IdentifierUUID
|
|
453
|
+
*
|
|
454
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsReturnsService.DownloadLabelByUUID
|
|
455
|
+
*/
|
|
456
|
+
downloadLabelByUUID: {
|
|
457
|
+
name: "DownloadLabelByUUID",
|
|
458
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
459
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
460
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
461
|
+
},
|
|
451
462
|
/**
|
|
452
463
|
* View already added quantities
|
|
453
464
|
*
|
|
@@ -388,7 +388,7 @@ exports.OutwardJobsService = {
|
|
|
388
388
|
*/
|
|
389
389
|
downloadInwardItemsCSVTemplate: {
|
|
390
390
|
name: "DownloadInwardItemsCSVTemplate",
|
|
391
|
-
I: base_scailo_pb_js_1.
|
|
391
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
392
392
|
O: base_scailo_pb_js_1.StandardFile,
|
|
393
393
|
kind: protobuf_1.MethodKind.Unary,
|
|
394
394
|
},
|
|
@@ -553,7 +553,7 @@ exports.OutwardJobsService = {
|
|
|
553
553
|
*/
|
|
554
554
|
downloadOutwardItemsCSVTemplate: {
|
|
555
555
|
name: "DownloadOutwardItemsCSVTemplate",
|
|
556
|
-
I: base_scailo_pb_js_1.
|
|
556
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
557
557
|
O: base_scailo_pb_js_1.StandardFile,
|
|
558
558
|
kind: protobuf_1.MethodKind.Unary,
|
|
559
559
|
},
|
|
@@ -459,6 +459,17 @@ exports.OutwardJobsFreeIssueMaterialsService = {
|
|
|
459
459
|
O: base_scailo_pb_js_1.StandardFile,
|
|
460
460
|
kind: protobuf_1.MethodKind.Unary,
|
|
461
461
|
},
|
|
462
|
+
/**
|
|
463
|
+
* Download the label for the outward job free issue material with the given IdentifierUUID
|
|
464
|
+
*
|
|
465
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsService.DownloadLabelByUUID
|
|
466
|
+
*/
|
|
467
|
+
downloadLabelByUUID: {
|
|
468
|
+
name: "DownloadLabelByUUID",
|
|
469
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
470
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
471
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
472
|
+
},
|
|
462
473
|
/**
|
|
463
474
|
* View already added quantities
|
|
464
475
|
*
|
|
@@ -448,6 +448,17 @@ exports.OutwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
448
448
|
O: base_scailo_pb_js_1.StandardFile,
|
|
449
449
|
kind: protobuf_1.MethodKind.Unary,
|
|
450
450
|
},
|
|
451
|
+
/**
|
|
452
|
+
* Download the label for the outward job free issue material return with the given IdentifierUUID
|
|
453
|
+
*
|
|
454
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.DownloadLabelByUUID
|
|
455
|
+
*/
|
|
456
|
+
downloadLabelByUUID: {
|
|
457
|
+
name: "DownloadLabelByUUID",
|
|
458
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
459
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
460
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
461
|
+
},
|
|
451
462
|
/**
|
|
452
463
|
* View already added quantities
|
|
453
464
|
*
|
|
@@ -370,6 +370,17 @@ exports.ProductionPlansService = {
|
|
|
370
370
|
O: production_plans_scailo_pb_js_1.ProductionPlan,
|
|
371
371
|
kind: protobuf_1.MethodKind.Unary,
|
|
372
372
|
},
|
|
373
|
+
/**
|
|
374
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
375
|
+
*
|
|
376
|
+
* @generated from rpc Scailo.ProductionPlansService.ViewAncillaryParametersByUUID
|
|
377
|
+
*/
|
|
378
|
+
viewAncillaryParametersByUUID: {
|
|
379
|
+
name: "ViewAncillaryParametersByUUID",
|
|
380
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
381
|
+
O: production_plans_scailo_pb_js_1.ProductionPlanAncillaryParameters,
|
|
382
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
383
|
+
},
|
|
373
384
|
/**
|
|
374
385
|
* View all
|
|
375
386
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.ProductionPlansServicePaginatedItemsResponse = exports.ProductionPlanItemsSearchRequest = exports.ProductionPlansServiceSearchAllReq = exports.ProductionPlansServiceCountReq = exports.ProductionPlansServiceFilterReq = exports.ProductionPlansServicePaginationResponse = exports.ProductionPlansServicePaginationReq = exports.ProductionPlansServiceAlreadyAddedQuantityForSourceRequest = exports.ProductionPlanItemProspectiveInfoRequest = exports.ProductionPlanItemHistoryRequest = exports.ProductionPlansItemsList = exports.ProductionPlansList = exports.ProductionPlanItem = exports.ProductionPlansServiceItemUpdateRequest = exports.ProductionPlansServiceItemCreateRequest = exports.ProductionPlan = exports.ProductionPlansServiceAutofillRequest = exports.ProductionPlansServiceUpdateRequest = exports.ProductionPlansServiceCreateRequest = exports.PRODUCTION_PLAN_ITEM_STATUS = exports.PRODUCTION_PLAN_ITEM_SORT_KEY = exports.PRODUCTION_PLAN_SORT_KEY = void 0;
|
|
7
|
+
exports.ProductionPlansServicePaginatedItemsResponse = exports.ProductionPlanItemsSearchRequest = exports.ProductionPlansServiceSearchAllReq = exports.ProductionPlansServiceCountReq = exports.ProductionPlansServiceFilterReq = exports.ProductionPlansServicePaginationResponse = exports.ProductionPlansServicePaginationReq = exports.ProductionPlansServiceAlreadyAddedQuantityForSourceRequest = exports.ProductionPlanItemProspectiveInfoRequest = exports.ProductionPlanItemHistoryRequest = exports.ProductionPlansItemsList = exports.ProductionPlansList = exports.ProductionPlanItem = exports.ProductionPlansServiceItemUpdateRequest = exports.ProductionPlansServiceItemCreateRequest = exports.ProductionPlan = exports.ProductionPlanAncillaryParameters = exports.ProductionPlansServiceAutofillRequest = exports.ProductionPlansServiceUpdateRequest = exports.ProductionPlansServiceCreateRequest = exports.PRODUCTION_PLAN_ITEM_STATUS = exports.PRODUCTION_PLAN_ITEM_SORT_KEY = exports.PRODUCTION_PLAN_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -468,6 +468,49 @@ ProductionPlansServiceAutofillRequest.fields = protobuf_1.proto3.util.newFieldLi
|
|
|
468
468
|
{ no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
469
469
|
{ no: 3, name: "populate_using_equation_dependencies", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
470
470
|
]);
|
|
471
|
+
/**
|
|
472
|
+
*
|
|
473
|
+
* Stores the UUID references of the record
|
|
474
|
+
*
|
|
475
|
+
* @generated from message Scailo.ProductionPlanAncillaryParameters
|
|
476
|
+
*/
|
|
477
|
+
class ProductionPlanAncillaryParameters extends protobuf_1.Message {
|
|
478
|
+
constructor(data) {
|
|
479
|
+
super();
|
|
480
|
+
/**
|
|
481
|
+
* The UUID of the ref_id (the UUID of the associated ref_id)
|
|
482
|
+
*
|
|
483
|
+
* @generated from field: string ref_uuid = 213;
|
|
484
|
+
*/
|
|
485
|
+
this.refUuid = "";
|
|
486
|
+
/**
|
|
487
|
+
* The UUID of the location (the UUID of the associated location_id)
|
|
488
|
+
*
|
|
489
|
+
* @generated from field: string location_uuid = 215;
|
|
490
|
+
*/
|
|
491
|
+
this.locationUuid = "";
|
|
492
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
493
|
+
}
|
|
494
|
+
static fromBinary(bytes, options) {
|
|
495
|
+
return new ProductionPlanAncillaryParameters().fromBinary(bytes, options);
|
|
496
|
+
}
|
|
497
|
+
static fromJson(jsonValue, options) {
|
|
498
|
+
return new ProductionPlanAncillaryParameters().fromJson(jsonValue, options);
|
|
499
|
+
}
|
|
500
|
+
static fromJsonString(jsonString, options) {
|
|
501
|
+
return new ProductionPlanAncillaryParameters().fromJsonString(jsonString, options);
|
|
502
|
+
}
|
|
503
|
+
static equals(a, b) {
|
|
504
|
+
return protobuf_1.proto3.util.equals(ProductionPlanAncillaryParameters, a, b);
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
exports.ProductionPlanAncillaryParameters = ProductionPlanAncillaryParameters;
|
|
508
|
+
ProductionPlanAncillaryParameters.runtime = protobuf_1.proto3;
|
|
509
|
+
ProductionPlanAncillaryParameters.typeName = "Scailo.ProductionPlanAncillaryParameters";
|
|
510
|
+
ProductionPlanAncillaryParameters.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
511
|
+
{ no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
512
|
+
{ no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
513
|
+
]);
|
|
471
514
|
/**
|
|
472
515
|
*
|
|
473
516
|
* Describes the parameters that are part of a standard response
|
|
@@ -469,6 +469,17 @@ exports.PurchasesReturnsService = {
|
|
|
469
469
|
O: base_scailo_pb_js_1.StandardFile,
|
|
470
470
|
kind: protobuf_1.MethodKind.Unary,
|
|
471
471
|
},
|
|
472
|
+
/**
|
|
473
|
+
* Download the label for the purchase return with the given IdentifierUUID
|
|
474
|
+
*
|
|
475
|
+
* @generated from rpc Scailo.PurchasesReturnsService.DownloadLabelByUUID
|
|
476
|
+
*/
|
|
477
|
+
downloadLabelByUUID: {
|
|
478
|
+
name: "DownloadLabelByUUID",
|
|
479
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
480
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
481
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
482
|
+
},
|
|
472
483
|
/**
|
|
473
484
|
* View all that match the given search key
|
|
474
485
|
*
|
|
@@ -436,6 +436,17 @@ exports.SalesEnquiriesService = {
|
|
|
436
436
|
O: sales_enquiries_scailo_pb_js_1.SalesEnquiry,
|
|
437
437
|
kind: protobuf_1.MethodKind.Unary,
|
|
438
438
|
},
|
|
439
|
+
/**
|
|
440
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
441
|
+
*
|
|
442
|
+
* @generated from rpc Scailo.SalesEnquiriesService.ViewAncillaryParametersByUUID
|
|
443
|
+
*/
|
|
444
|
+
viewAncillaryParametersByUUID: {
|
|
445
|
+
name: "ViewAncillaryParametersByUUID",
|
|
446
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
447
|
+
O: sales_enquiries_scailo_pb_js_1.SalesEnquiryAncillaryParameters,
|
|
448
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
449
|
+
},
|
|
439
450
|
/**
|
|
440
451
|
* View all
|
|
441
452
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.SalesEnquiryContactsList = exports.SalesEnquiryContact = exports.SalesEnquiriesServiceContactCreateRequest = exports.SalesEnquiriesServiceSearchAllReq = exports.SalesEnquiriesServiceCountReq = exports.SalesEnquiriesServiceFilterReq = exports.SalesEnquiriesServicePaginationResponse = exports.SalesEnquiriesServicePaginationReq = exports.SalesEnquiriesServicePaginatedItemsResponse = exports.SalesEnquiryItemsSearchRequest = exports.SalesEnquiryItemHistoryRequest = exports.SalesEnquiriesItemsList = exports.SalesEnquiriesList = exports.SalesEnquiryItem = exports.SalesEnquiriesServiceItemUpdateRequest = exports.SalesEnquiriesServiceItemCreateRequest = exports.SalesEnquiry = exports.SalesEnquiriesServiceUpdateRequest = exports.SalesEnquiriesServiceCreateRequest = exports.SALES_ENQUIRY_SORT_KEY = exports.SALES_ENQUIRY_ITEM_STATUS = exports.SALES_ENQUIRY_ITEM_SORT_KEY = void 0;
|
|
7
|
+
exports.SalesEnquiryContactsList = exports.SalesEnquiryContact = exports.SalesEnquiriesServiceContactCreateRequest = exports.SalesEnquiriesServiceSearchAllReq = exports.SalesEnquiriesServiceCountReq = exports.SalesEnquiriesServiceFilterReq = exports.SalesEnquiriesServicePaginationResponse = exports.SalesEnquiriesServicePaginationReq = exports.SalesEnquiriesServicePaginatedItemsResponse = exports.SalesEnquiryItemsSearchRequest = exports.SalesEnquiryItemHistoryRequest = exports.SalesEnquiriesItemsList = exports.SalesEnquiriesList = exports.SalesEnquiryItem = exports.SalesEnquiriesServiceItemUpdateRequest = exports.SalesEnquiriesServiceItemCreateRequest = exports.SalesEnquiry = exports.SalesEnquiryAncillaryParameters = exports.SalesEnquiriesServiceUpdateRequest = exports.SalesEnquiriesServiceCreateRequest = exports.SALES_ENQUIRY_SORT_KEY = exports.SALES_ENQUIRY_ITEM_STATUS = exports.SALES_ENQUIRY_ITEM_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -480,6 +480,56 @@ SalesEnquiriesServiceUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(
|
|
|
480
480
|
{ no: 19, name: "round_off", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
481
481
|
{ no: 30, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
|
|
482
482
|
]);
|
|
483
|
+
/**
|
|
484
|
+
*
|
|
485
|
+
* Stores the UUID references of the record
|
|
486
|
+
*
|
|
487
|
+
* @generated from message Scailo.SalesEnquiryAncillaryParameters
|
|
488
|
+
*/
|
|
489
|
+
class SalesEnquiryAncillaryParameters extends protobuf_1.Message {
|
|
490
|
+
constructor(data) {
|
|
491
|
+
super();
|
|
492
|
+
/**
|
|
493
|
+
* The UUID of the consignee client (the UUID of the associated consignee_client_id)
|
|
494
|
+
*
|
|
495
|
+
* @generated from field: string consignee_client_uuid = 212;
|
|
496
|
+
*/
|
|
497
|
+
this.consigneeClientUuid = "";
|
|
498
|
+
/**
|
|
499
|
+
* The UUID of the buyer client (the UUID of the associated buyer_client_id)
|
|
500
|
+
*
|
|
501
|
+
* @generated from field: string buyer_client_uuid = 213;
|
|
502
|
+
*/
|
|
503
|
+
this.buyerClientUuid = "";
|
|
504
|
+
/**
|
|
505
|
+
* The UUID of the currency (the UUID of the associated currency)
|
|
506
|
+
*
|
|
507
|
+
* @generated from field: string currency_uuid = 215;
|
|
508
|
+
*/
|
|
509
|
+
this.currencyUuid = "";
|
|
510
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
511
|
+
}
|
|
512
|
+
static fromBinary(bytes, options) {
|
|
513
|
+
return new SalesEnquiryAncillaryParameters().fromBinary(bytes, options);
|
|
514
|
+
}
|
|
515
|
+
static fromJson(jsonValue, options) {
|
|
516
|
+
return new SalesEnquiryAncillaryParameters().fromJson(jsonValue, options);
|
|
517
|
+
}
|
|
518
|
+
static fromJsonString(jsonString, options) {
|
|
519
|
+
return new SalesEnquiryAncillaryParameters().fromJsonString(jsonString, options);
|
|
520
|
+
}
|
|
521
|
+
static equals(a, b) {
|
|
522
|
+
return protobuf_1.proto3.util.equals(SalesEnquiryAncillaryParameters, a, b);
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
exports.SalesEnquiryAncillaryParameters = SalesEnquiryAncillaryParameters;
|
|
526
|
+
SalesEnquiryAncillaryParameters.runtime = protobuf_1.proto3;
|
|
527
|
+
SalesEnquiryAncillaryParameters.typeName = "Scailo.SalesEnquiryAncillaryParameters";
|
|
528
|
+
SalesEnquiryAncillaryParameters.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
529
|
+
{ no: 212, name: "consignee_client_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
530
|
+
{ no: 213, name: "buyer_client_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
531
|
+
{ no: 215, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
532
|
+
]);
|
|
483
533
|
/**
|
|
484
534
|
*
|
|
485
535
|
* Describes the parameters that are part of a standard response
|
|
@@ -469,6 +469,17 @@ exports.SalesReturnsService = {
|
|
|
469
469
|
O: base_scailo_pb_js_1.StandardFile,
|
|
470
470
|
kind: protobuf_1.MethodKind.Unary,
|
|
471
471
|
},
|
|
472
|
+
/**
|
|
473
|
+
* Download the label for the sales return with the given IdentifierUUID
|
|
474
|
+
*
|
|
475
|
+
* @generated from rpc Scailo.SalesReturnsService.DownloadLabelByUUID
|
|
476
|
+
*/
|
|
477
|
+
downloadLabelByUUID: {
|
|
478
|
+
name: "DownloadLabelByUUID",
|
|
479
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
480
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
481
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
482
|
+
},
|
|
472
483
|
/**
|
|
473
484
|
* View all that match the given search key
|
|
474
485
|
*
|
|
@@ -414,6 +414,17 @@ exports.StockAuditsService = {
|
|
|
414
414
|
O: stock_audits_scailo_pb_js_1.StockAuditsServiceItemCreateRequest,
|
|
415
415
|
kind: protobuf_1.MethodKind.Unary,
|
|
416
416
|
},
|
|
417
|
+
/**
|
|
418
|
+
* Download the label for the stock audit with the given IdentifierUUID
|
|
419
|
+
*
|
|
420
|
+
* @generated from rpc Scailo.StockAuditsService.DownloadLabelByUUID
|
|
421
|
+
*/
|
|
422
|
+
downloadLabelByUUID: {
|
|
423
|
+
name: "DownloadLabelByUUID",
|
|
424
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
425
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
426
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
427
|
+
},
|
|
417
428
|
/**
|
|
418
429
|
* View all that match the given search key
|
|
419
430
|
*
|
|
@@ -436,6 +436,17 @@ exports.StockIssuancesService = {
|
|
|
436
436
|
O: base_scailo_pb_js_1.QuantityResponse,
|
|
437
437
|
kind: protobuf_1.MethodKind.Unary,
|
|
438
438
|
},
|
|
439
|
+
/**
|
|
440
|
+
* Download the label for the stock issuance with the given IdentifierUUID
|
|
441
|
+
*
|
|
442
|
+
* @generated from rpc Scailo.StockIssuancesService.DownloadLabelByUUID
|
|
443
|
+
*/
|
|
444
|
+
downloadLabelByUUID: {
|
|
445
|
+
name: "DownloadLabelByUUID",
|
|
446
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
447
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
448
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
449
|
+
},
|
|
439
450
|
/**
|
|
440
451
|
* View all that match the given search key
|
|
441
452
|
*
|
|
@@ -370,6 +370,17 @@ exports.WorkOrdersService = {
|
|
|
370
370
|
O: work_orders_scailo_pb_js_1.WorkOrder,
|
|
371
371
|
kind: protobuf_1.MethodKind.Unary,
|
|
372
372
|
},
|
|
373
|
+
/**
|
|
374
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
375
|
+
*
|
|
376
|
+
* @generated from rpc Scailo.WorkOrdersService.ViewAncillaryParametersByUUID
|
|
377
|
+
*/
|
|
378
|
+
viewAncillaryParametersByUUID: {
|
|
379
|
+
name: "ViewAncillaryParametersByUUID",
|
|
380
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
381
|
+
O: work_orders_scailo_pb_js_1.WorkOrderAncillaryParameters,
|
|
382
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
383
|
+
},
|
|
373
384
|
/**
|
|
374
385
|
* View all
|
|
375
386
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.WorkOrdersServicePaginatedItemsResponse = exports.WorkOrderItemsSearchRequest = exports.WorkOrdersServiceSearchAllReq = exports.WorkOrdersServiceCountReq = exports.WorkOrdersServiceFilterReq = exports.WorkOrdersServicePaginationResponse = exports.WorkOrdersServicePaginationReq = exports.WorkOrderItemProspectiveInfoRequest = exports.WorkOrderItemHistoryRequest = exports.WorkOrdersItemsList = exports.WorkOrdersList = exports.WorkOrderItem = exports.WorkOrdersServiceItemUpdateRequest = exports.WorkOrdersServiceItemCreateRequest = exports.WorkOrder = exports.WorkOrdersServiceAutofillRequest = exports.WorkOrdersServiceUpdateRequest = exports.WorkOrdersServiceCreateRequest = exports.WORK_ORDER_ITEM_STATUS = exports.WORK_ORDER_ITEM_SORT_KEY = exports.WORK_ORDER_SORT_KEY = void 0;
|
|
7
|
+
exports.WorkOrdersServicePaginatedItemsResponse = exports.WorkOrderItemsSearchRequest = exports.WorkOrdersServiceSearchAllReq = exports.WorkOrdersServiceCountReq = exports.WorkOrdersServiceFilterReq = exports.WorkOrdersServicePaginationResponse = exports.WorkOrdersServicePaginationReq = exports.WorkOrderItemProspectiveInfoRequest = exports.WorkOrderItemHistoryRequest = exports.WorkOrdersItemsList = exports.WorkOrdersList = exports.WorkOrderItem = exports.WorkOrdersServiceItemUpdateRequest = exports.WorkOrdersServiceItemCreateRequest = exports.WorkOrder = exports.WorkOrderAncillaryParameters = exports.WorkOrdersServiceAutofillRequest = exports.WorkOrdersServiceUpdateRequest = exports.WorkOrdersServiceCreateRequest = exports.WORK_ORDER_ITEM_STATUS = exports.WORK_ORDER_ITEM_SORT_KEY = exports.WORK_ORDER_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -404,6 +404,49 @@ WorkOrdersServiceAutofillRequest.fields = protobuf_1.proto3.util.newFieldList(()
|
|
|
404
404
|
{ no: 2, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
405
405
|
{ no: 3, name: "populate_using_equation_dependencies", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
406
406
|
]);
|
|
407
|
+
/**
|
|
408
|
+
*
|
|
409
|
+
* Stores the UUID references of the record
|
|
410
|
+
*
|
|
411
|
+
* @generated from message Scailo.WorkOrderAncillaryParameters
|
|
412
|
+
*/
|
|
413
|
+
class WorkOrderAncillaryParameters extends protobuf_1.Message {
|
|
414
|
+
constructor(data) {
|
|
415
|
+
super();
|
|
416
|
+
/**
|
|
417
|
+
* The UUID of the ref_id (the UUID of the associated ref_id)
|
|
418
|
+
*
|
|
419
|
+
* @generated from field: string ref_uuid = 213;
|
|
420
|
+
*/
|
|
421
|
+
this.refUuid = "";
|
|
422
|
+
/**
|
|
423
|
+
* The UUID of the location (the UUID of the associated location_id)
|
|
424
|
+
*
|
|
425
|
+
* @generated from field: string location_uuid = 215;
|
|
426
|
+
*/
|
|
427
|
+
this.locationUuid = "";
|
|
428
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
429
|
+
}
|
|
430
|
+
static fromBinary(bytes, options) {
|
|
431
|
+
return new WorkOrderAncillaryParameters().fromBinary(bytes, options);
|
|
432
|
+
}
|
|
433
|
+
static fromJson(jsonValue, options) {
|
|
434
|
+
return new WorkOrderAncillaryParameters().fromJson(jsonValue, options);
|
|
435
|
+
}
|
|
436
|
+
static fromJsonString(jsonString, options) {
|
|
437
|
+
return new WorkOrderAncillaryParameters().fromJsonString(jsonString, options);
|
|
438
|
+
}
|
|
439
|
+
static equals(a, b) {
|
|
440
|
+
return protobuf_1.proto3.util.equals(WorkOrderAncillaryParameters, a, b);
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
exports.WorkOrderAncillaryParameters = WorkOrderAncillaryParameters;
|
|
444
|
+
WorkOrderAncillaryParameters.runtime = protobuf_1.proto3;
|
|
445
|
+
WorkOrderAncillaryParameters.typeName = "Scailo.WorkOrderAncillaryParameters";
|
|
446
|
+
WorkOrderAncillaryParameters.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
447
|
+
{ no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
448
|
+
{ no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
449
|
+
]);
|
|
407
450
|
/**
|
|
408
451
|
*
|
|
409
452
|
* Describes the parameters that are part of a standard response
|
|
@@ -352,6 +352,18 @@ export declare const GoodsDispatchesService: {
|
|
|
352
352
|
readonly O: typeof GoodsDispatchesServicePaginatedItemsResponse;
|
|
353
353
|
readonly kind: MethodKind.Unary;
|
|
354
354
|
};
|
|
355
|
+
/**
|
|
356
|
+
* CSV operations
|
|
357
|
+
* 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
|
|
358
|
+
*
|
|
359
|
+
* @generated from rpc Scailo.GoodsDispatchesService.DownloadAsCSV
|
|
360
|
+
*/
|
|
361
|
+
readonly downloadAsCSV: {
|
|
362
|
+
readonly name: "DownloadAsCSV";
|
|
363
|
+
readonly I: typeof IdentifierUUID;
|
|
364
|
+
readonly O: typeof StandardFile;
|
|
365
|
+
readonly kind: MethodKind.Unary;
|
|
366
|
+
};
|
|
355
367
|
/**
|
|
356
368
|
* View by ID
|
|
357
369
|
*
|
|
@@ -452,6 +464,17 @@ export declare const GoodsDispatchesService: {
|
|
|
452
464
|
readonly O: typeof StandardFile;
|
|
453
465
|
readonly kind: MethodKind.Unary;
|
|
454
466
|
};
|
|
467
|
+
/**
|
|
468
|
+
* Download the label for the goods dispatch with the given IdentifierUUID
|
|
469
|
+
*
|
|
470
|
+
* @generated from rpc Scailo.GoodsDispatchesService.DownloadLabelByUUID
|
|
471
|
+
*/
|
|
472
|
+
readonly downloadLabelByUUID: {
|
|
473
|
+
readonly name: "DownloadLabelByUUID";
|
|
474
|
+
readonly I: typeof IdentifierUUID;
|
|
475
|
+
readonly O: typeof StandardFile;
|
|
476
|
+
readonly kind: MethodKind.Unary;
|
|
477
|
+
};
|
|
455
478
|
/**
|
|
456
479
|
* View the associated sales invoice ID that is denoted by the identifier in the response for the goods dispatch that is denoted by the identifier in the request
|
|
457
480
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goods_dispatches.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/goods_dispatches.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,gCAAgC,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,0DAA0D,EAAE,qCAAqC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AAChvB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACvS,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;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;;;;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;;;;;;;;CAQG,CAAC"}
|
|
1
|
+
{"version":3,"file":"goods_dispatches.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/goods_dispatches.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,gCAAgC,EAAE,wBAAwB,EAAE,mBAAmB,EAAE,0DAA0D,EAAE,qCAAqC,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,uCAAuC,EAAE,4CAA4C,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,+BAA+B,EAAE,MAAM,iCAAiC,CAAC;AAChvB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACvS,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;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;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;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;;;;;;;;CAQG,CAAC"}
|
|
@@ -464,6 +464,17 @@ export declare const GoodsReceiptsService: {
|
|
|
464
464
|
readonly O: typeof StandardFile;
|
|
465
465
|
readonly kind: MethodKind.Unary;
|
|
466
466
|
};
|
|
467
|
+
/**
|
|
468
|
+
* Download the label for the goods receipt with the given IdentifierUUID
|
|
469
|
+
*
|
|
470
|
+
* @generated from rpc Scailo.GoodsReceiptsService.DownloadLabelByUUID
|
|
471
|
+
*/
|
|
472
|
+
readonly downloadLabelByUUID: {
|
|
473
|
+
readonly name: "DownloadLabelByUUID";
|
|
474
|
+
readonly I: typeof IdentifierUUID;
|
|
475
|
+
readonly O: typeof StandardFile;
|
|
476
|
+
readonly kind: MethodKind.Unary;
|
|
477
|
+
};
|
|
467
478
|
/**
|
|
468
479
|
* View the associated vendor invoice ID that is denoted by the identifier in the response for the goods receipt that is denoted by the identifier in the request
|
|
469
480
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"goods_receipts.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/goods_receipts.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,+BAA+B,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,sCAAsC,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,wDAAwD,EAAE,mCAAmC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAC;AAC5sB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3T,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;;QAG7B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
1
|
+
{"version":3,"file":"goods_receipts.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/goods_receipts.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,YAAY,EAAE,+BAA+B,EAAE,gBAAgB,EAAE,8BAA8B,EAAE,sCAAsC,EAAE,8BAA8B,EAAE,sBAAsB,EAAE,iBAAiB,EAAE,wDAAwD,EAAE,mCAAmC,EAAE,4BAA4B,EAAE,iCAAiC,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,qCAAqC,EAAE,0CAA0C,EAAE,iCAAiC,EAAE,sCAAsC,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,MAAM,+BAA+B,CAAC;AAC5sB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,eAAe,EAAE,cAAc,EAAE,6BAA6B,EAAE,kBAAkB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC3T,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,oBAAoB;;;QAG7B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -381,7 +381,7 @@ export declare const InwardJobsService: {
|
|
|
381
381
|
*/
|
|
382
382
|
readonly downloadInwardItemsCSVTemplate: {
|
|
383
383
|
readonly name: "DownloadInwardItemsCSVTemplate";
|
|
384
|
-
readonly I: typeof
|
|
384
|
+
readonly I: typeof IdentifierUUID;
|
|
385
385
|
readonly O: typeof StandardFile;
|
|
386
386
|
readonly kind: MethodKind.Unary;
|
|
387
387
|
};
|
|
@@ -546,7 +546,7 @@ export declare const InwardJobsService: {
|
|
|
546
546
|
*/
|
|
547
547
|
readonly downloadOutwardItemsCSVTemplate: {
|
|
548
548
|
readonly name: "DownloadOutwardItemsCSVTemplate";
|
|
549
|
-
readonly I: typeof
|
|
549
|
+
readonly I: typeof IdentifierUUID;
|
|
550
550
|
readonly O: typeof StandardFile;
|
|
551
551
|
readonly kind: MethodKind.Unary;
|
|
552
552
|
};
|
|
@@ -441,6 +441,17 @@ export declare const InwardJobsFreeIssueMaterialsService: {
|
|
|
441
441
|
readonly O: typeof StandardFile;
|
|
442
442
|
readonly kind: MethodKind.Unary;
|
|
443
443
|
};
|
|
444
|
+
/**
|
|
445
|
+
* Download the label for the inward job free issue material with the given IdentifierUUID
|
|
446
|
+
*
|
|
447
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsService.DownloadLabelByUUID
|
|
448
|
+
*/
|
|
449
|
+
readonly downloadLabelByUUID: {
|
|
450
|
+
readonly name: "DownloadLabelByUUID";
|
|
451
|
+
readonly I: typeof IdentifierUUID;
|
|
452
|
+
readonly O: typeof StandardFile;
|
|
453
|
+
readonly kind: MethodKind.Unary;
|
|
454
|
+
};
|
|
444
455
|
/**
|
|
445
456
|
* View already added quantities
|
|
446
457
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inward_jobs_free_issue_materials.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs_free_issue_materials.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,0BAA0B,EAAE,6CAA6C,EAAE,8BAA8B,EAAE,4CAA4C,EAAE,oDAAoD,EAAE,4CAA4C,EAAE,qCAAqC,EAAE,gCAAgC,EAAE,uEAAuE,EAAE,kDAAkD,EAAE,2CAA2C,EAAE,gDAAgD,EAAE,4CAA4C,EAAE,oDAAoD,EAAE,oDAAoD,EAAE,yDAAyD,EAAE,gDAAgD,EAAE,qDAAqD,EAAE,+CAA+C,EAAE,gDAAgD,EAAE,MAAM,iDAAiD,CAAC;AACpgC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACtR,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,mCAAmC;;;QAG5C;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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;;;;;;;;CAQG,CAAC"}
|
|
1
|
+
{"version":3,"file":"inward_jobs_free_issue_materials.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs_free_issue_materials.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,0BAA0B,EAAE,6CAA6C,EAAE,8BAA8B,EAAE,4CAA4C,EAAE,oDAAoD,EAAE,4CAA4C,EAAE,qCAAqC,EAAE,gCAAgC,EAAE,uEAAuE,EAAE,kDAAkD,EAAE,2CAA2C,EAAE,gDAAgD,EAAE,4CAA4C,EAAE,oDAAoD,EAAE,oDAAoD,EAAE,yDAAyD,EAAE,gDAAgD,EAAE,qDAAqD,EAAE,+CAA+C,EAAE,gDAAgD,EAAE,MAAM,iDAAiD,CAAC;AACpgC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,sBAAsB,EAAE,UAAU,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACtR,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,mCAAmC;;;QAG5C;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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;;;;;;;;CAQG,CAAC"}
|
|
@@ -441,6 +441,17 @@ export declare const InwardJobsFreeIssueMaterialsReturnsService: {
|
|
|
441
441
|
readonly O: typeof StandardFile;
|
|
442
442
|
readonly kind: MethodKind.Unary;
|
|
443
443
|
};
|
|
444
|
+
/**
|
|
445
|
+
* Download the label for the inward job free issue material return with the given IdentifierUUID
|
|
446
|
+
*
|
|
447
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsReturnsService.DownloadLabelByUUID
|
|
448
|
+
*/
|
|
449
|
+
readonly downloadLabelByUUID: {
|
|
450
|
+
readonly name: "DownloadLabelByUUID";
|
|
451
|
+
readonly I: typeof IdentifierUUID;
|
|
452
|
+
readonly O: typeof StandardFile;
|
|
453
|
+
readonly kind: MethodKind.Unary;
|
|
454
|
+
};
|
|
444
455
|
/**
|
|
445
456
|
* View already added quantities
|
|
446
457
|
*
|