@kernelminds/scailo-sdk 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/lib/cjs/src/equations_families.scailo_connect.js +1 -1
  2. package/lib/cjs/src/equations_replaceables.scailo_connect.js +1 -1
  3. package/lib/cjs/src/equations_sales_bundles.scailo_connect.js +1 -1
  4. package/lib/cjs/src/equations_work_orders.scailo_connect.js +1 -1
  5. package/lib/cjs/src/families.scailo_connect.js +1 -1
  6. package/lib/cjs/src/goods_dispatches.scailo_connect.js +11 -0
  7. package/lib/cjs/src/goods_receipts.scailo_connect.js +12 -1
  8. package/lib/cjs/src/inward_jobs.scailo_connect.js +2 -2
  9. package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +11 -0
  10. package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
  11. package/lib/cjs/src/outward_jobs.scailo_connect.js +2 -2
  12. package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +11 -0
  13. package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
  14. package/lib/cjs/src/purchases_indents.scailo_connect.js +1 -1
  15. package/lib/cjs/src/purchases_orders.scailo_connect.js +1 -1
  16. package/lib/cjs/src/purchases_returns.scailo_connect.js +11 -0
  17. package/lib/cjs/src/sales_enquiries.scailo_connect.js +1 -1
  18. package/lib/cjs/src/sales_invoices.scailo_connect.js +1 -1
  19. package/lib/cjs/src/sales_orders.scailo_connect.js +1 -1
  20. package/lib/cjs/src/sales_quotations.scailo_connect.js +1 -1
  21. package/lib/cjs/src/sales_returns.scailo_connect.js +11 -0
  22. package/lib/cjs/src/stock_audits.scailo_connect.js +11 -0
  23. package/lib/cjs/src/stock_issuances.scailo_connect.js +11 -0
  24. package/lib/cjs/src/vendor_invoices.scailo_connect.js +1 -1
  25. package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +1 -1
  26. package/lib/cjs/types/src/equations_replaceables.scailo_connect.d.ts +1 -1
  27. package/lib/cjs/types/src/equations_sales_bundles.scailo_connect.d.ts +1 -1
  28. package/lib/cjs/types/src/equations_work_orders.scailo_connect.d.ts +1 -1
  29. package/lib/cjs/types/src/families.scailo_connect.d.ts +1 -1
  30. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +11 -0
  31. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  32. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +12 -1
  33. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  34. package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +2 -2
  35. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +11 -0
  36. package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  37. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +11 -0
  38. package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  39. package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +2 -2
  40. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +11 -0
  41. package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  42. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +11 -0
  43. package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  44. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +1 -1
  45. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +1 -1
  46. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +11 -0
  47. package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  48. package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +1 -1
  49. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +1 -1
  50. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +1 -1
  51. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +1 -1
  52. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +11 -0
  53. package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  54. package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +12 -1
  55. package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
  56. package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +12 -1
  57. package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
  58. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +1 -1
  59. package/lib/esm/src/equations_families.scailo_connect.js +1 -1
  60. package/lib/esm/src/equations_replaceables.scailo_connect.js +1 -1
  61. package/lib/esm/src/equations_sales_bundles.scailo_connect.js +1 -1
  62. package/lib/esm/src/equations_work_orders.scailo_connect.js +1 -1
  63. package/lib/esm/src/families.scailo_connect.js +1 -1
  64. package/lib/esm/src/goods_dispatches.scailo_connect.js +11 -0
  65. package/lib/esm/src/goods_receipts.scailo_connect.js +12 -1
  66. package/lib/esm/src/inward_jobs.scailo_connect.js +2 -2
  67. package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +11 -0
  68. package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
  69. package/lib/esm/src/outward_jobs.scailo_connect.js +2 -2
  70. package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +11 -0
  71. package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
  72. package/lib/esm/src/purchases_indents.scailo_connect.js +1 -1
  73. package/lib/esm/src/purchases_orders.scailo_connect.js +1 -1
  74. package/lib/esm/src/purchases_returns.scailo_connect.js +11 -0
  75. package/lib/esm/src/sales_enquiries.scailo_connect.js +1 -1
  76. package/lib/esm/src/sales_invoices.scailo_connect.js +1 -1
  77. package/lib/esm/src/sales_orders.scailo_connect.js +1 -1
  78. package/lib/esm/src/sales_quotations.scailo_connect.js +1 -1
  79. package/lib/esm/src/sales_returns.scailo_connect.js +11 -0
  80. package/lib/esm/src/stock_audits.scailo_connect.js +11 -0
  81. package/lib/esm/src/stock_issuances.scailo_connect.js +11 -0
  82. package/lib/esm/src/vendor_invoices.scailo_connect.js +1 -1
  83. package/lib/esm/types/src/equations_families.scailo_connect.d.ts +1 -1
  84. package/lib/esm/types/src/equations_replaceables.scailo_connect.d.ts +1 -1
  85. package/lib/esm/types/src/equations_sales_bundles.scailo_connect.d.ts +1 -1
  86. package/lib/esm/types/src/equations_work_orders.scailo_connect.d.ts +1 -1
  87. package/lib/esm/types/src/families.scailo_connect.d.ts +1 -1
  88. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +11 -0
  89. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  90. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +12 -1
  91. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  92. package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +2 -2
  93. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +11 -0
  94. package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  95. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts +11 -0
  96. package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  97. package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +2 -2
  98. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +11 -0
  99. package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
  100. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts +11 -0
  101. package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
  102. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +1 -1
  103. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +1 -1
  104. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +11 -0
  105. package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
  106. package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +1 -1
  107. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +1 -1
  108. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +1 -1
  109. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +1 -1
  110. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +11 -0
  111. package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
  112. package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +12 -1
  113. package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
  114. package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +12 -1
  115. package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
  116. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +1 -1
  117. package/package.json +1 -1
@@ -337,7 +337,7 @@ exports.EquationsFamiliesService = {
337
337
  */
338
338
  downloadAsCSV: {
339
339
  name: "DownloadAsCSV",
340
- I: base_scailo_pb_js_1.Identifier,
340
+ I: base_scailo_pb_js_1.IdentifierUUID,
341
341
  O: base_scailo_pb_js_1.StandardFile,
342
342
  kind: protobuf_1.MethodKind.Unary,
343
343
  },
@@ -336,7 +336,7 @@ exports.EquationsReplaceablesService = {
336
336
  */
337
337
  downloadAsCSV: {
338
338
  name: "DownloadAsCSV",
339
- I: base_scailo_pb_js_1.Identifier,
339
+ I: base_scailo_pb_js_1.IdentifierUUID,
340
340
  O: base_scailo_pb_js_1.StandardFile,
341
341
  kind: protobuf_1.MethodKind.Unary,
342
342
  },
@@ -336,7 +336,7 @@ exports.EquationsSalesBundlesService = {
336
336
  */
337
337
  downloadAsCSV: {
338
338
  name: "DownloadAsCSV",
339
- I: base_scailo_pb_js_1.Identifier,
339
+ I: base_scailo_pb_js_1.IdentifierUUID,
340
340
  O: base_scailo_pb_js_1.StandardFile,
341
341
  kind: protobuf_1.MethodKind.Unary,
342
342
  },
@@ -336,7 +336,7 @@ exports.EquationsWorkOrdersService = {
336
336
  */
337
337
  downloadAsCSV: {
338
338
  name: "DownloadAsCSV",
339
- I: base_scailo_pb_js_1.Identifier,
339
+ I: base_scailo_pb_js_1.IdentifierUUID,
340
340
  O: base_scailo_pb_js_1.StandardFile,
341
341
  kind: protobuf_1.MethodKind.Unary,
342
342
  },
@@ -171,7 +171,7 @@ exports.FamiliesService = {
171
171
  */
172
172
  downloadAsCSV: {
173
173
  name: "DownloadAsCSV",
174
- I: base_scailo_pb_js_1.Identifier,
174
+ I: base_scailo_pb_js_1.IdentifierUUID,
175
175
  O: base_scailo_pb_js_1.StandardFile,
176
176
  kind: protobuf_1.MethodKind.Unary,
177
177
  },
@@ -459,6 +459,17 @@ exports.GoodsDispatchesService = {
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 goods dispatch with the given IdentifierUUID
464
+ *
465
+ * @generated from rpc Scailo.GoodsDispatchesService.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 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
475
  *
@@ -356,7 +356,7 @@ exports.GoodsReceiptsService = {
356
356
  */
357
357
  downloadAsCSV: {
358
358
  name: "DownloadAsCSV",
359
- I: base_scailo_pb_js_1.Identifier,
359
+ I: base_scailo_pb_js_1.IdentifierUUID,
360
360
  O: base_scailo_pb_js_1.StandardFile,
361
361
  kind: protobuf_1.MethodKind.Unary,
362
362
  },
@@ -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.Identifier,
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.Identifier,
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.Identifier,
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.Identifier,
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
  *
@@ -367,7 +367,7 @@ exports.PurchasesIndentsService = {
367
367
  */
368
368
  downloadAsCSV: {
369
369
  name: "DownloadAsCSV",
370
- I: base_scailo_pb_js_1.Identifier,
370
+ I: base_scailo_pb_js_1.IdentifierUUID,
371
371
  O: base_scailo_pb_js_1.StandardFile,
372
372
  kind: protobuf_1.MethodKind.Unary,
373
373
  },
@@ -367,7 +367,7 @@ exports.PurchasesOrdersService = {
367
367
  */
368
368
  downloadAsCSV: {
369
369
  name: "DownloadAsCSV",
370
- I: base_scailo_pb_js_1.Identifier,
370
+ I: base_scailo_pb_js_1.IdentifierUUID,
371
371
  O: base_scailo_pb_js_1.StandardFile,
372
372
  kind: protobuf_1.MethodKind.Unary,
373
373
  },
@@ -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
  *
@@ -344,7 +344,7 @@ exports.SalesEnquiriesService = {
344
344
  */
345
345
  downloadAsCSV: {
346
346
  name: "DownloadAsCSV",
347
- I: base_scailo_pb_js_1.Identifier,
347
+ I: base_scailo_pb_js_1.IdentifierUUID,
348
348
  O: base_scailo_pb_js_1.StandardFile,
349
349
  kind: protobuf_1.MethodKind.Unary,
350
350
  },
@@ -356,7 +356,7 @@ exports.SalesInvoicesService = {
356
356
  */
357
357
  downloadAsCSV: {
358
358
  name: "DownloadAsCSV",
359
- I: base_scailo_pb_js_1.Identifier,
359
+ I: base_scailo_pb_js_1.IdentifierUUID,
360
360
  O: base_scailo_pb_js_1.StandardFile,
361
361
  kind: protobuf_1.MethodKind.Unary,
362
362
  },
@@ -367,7 +367,7 @@ exports.SalesOrdersService = {
367
367
  */
368
368
  downloadAsCSV: {
369
369
  name: "DownloadAsCSV",
370
- I: base_scailo_pb_js_1.Identifier,
370
+ I: base_scailo_pb_js_1.IdentifierUUID,
371
371
  O: base_scailo_pb_js_1.StandardFile,
372
372
  kind: protobuf_1.MethodKind.Unary,
373
373
  },
@@ -367,7 +367,7 @@ exports.SalesQuotationsService = {
367
367
  */
368
368
  downloadAsCSV: {
369
369
  name: "DownloadAsCSV",
370
- I: base_scailo_pb_js_1.Identifier,
370
+ I: base_scailo_pb_js_1.IdentifierUUID,
371
371
  O: base_scailo_pb_js_1.StandardFile,
372
372
  kind: protobuf_1.MethodKind.Unary,
373
373
  },
@@ -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
  *
@@ -345,7 +345,7 @@ exports.VendorInvoicesService = {
345
345
  */
346
346
  downloadAsCSV: {
347
347
  name: "DownloadAsCSV",
348
- I: base_scailo_pb_js_1.Identifier,
348
+ I: base_scailo_pb_js_1.IdentifierUUID,
349
349
  O: base_scailo_pb_js_1.StandardFile,
350
350
  kind: protobuf_1.MethodKind.Unary,
351
351
  },
@@ -330,7 +330,7 @@ export declare const EquationsFamiliesService: {
330
330
  */
331
331
  readonly downloadAsCSV: {
332
332
  readonly name: "DownloadAsCSV";
333
- readonly I: typeof Identifier;
333
+ readonly I: typeof IdentifierUUID;
334
334
  readonly O: typeof StandardFile;
335
335
  readonly kind: MethodKind.Unary;
336
336
  };
@@ -329,7 +329,7 @@ export declare const EquationsReplaceablesService: {
329
329
  */
330
330
  readonly downloadAsCSV: {
331
331
  readonly name: "DownloadAsCSV";
332
- readonly I: typeof Identifier;
332
+ readonly I: typeof IdentifierUUID;
333
333
  readonly O: typeof StandardFile;
334
334
  readonly kind: MethodKind.Unary;
335
335
  };
@@ -329,7 +329,7 @@ export declare const EquationsSalesBundlesService: {
329
329
  */
330
330
  readonly downloadAsCSV: {
331
331
  readonly name: "DownloadAsCSV";
332
- readonly I: typeof Identifier;
332
+ readonly I: typeof IdentifierUUID;
333
333
  readonly O: typeof StandardFile;
334
334
  readonly kind: MethodKind.Unary;
335
335
  };
@@ -329,7 +329,7 @@ export declare const EquationsWorkOrdersService: {
329
329
  */
330
330
  readonly downloadAsCSV: {
331
331
  readonly name: "DownloadAsCSV";
332
- readonly I: typeof Identifier;
332
+ readonly I: typeof IdentifierUUID;
333
333
  readonly O: typeof StandardFile;
334
334
  readonly kind: MethodKind.Unary;
335
335
  };
@@ -164,7 +164,7 @@ export declare const FamiliesService: {
164
164
  */
165
165
  readonly downloadAsCSV: {
166
166
  readonly name: "DownloadAsCSV";
167
- readonly I: typeof Identifier;
167
+ readonly I: typeof IdentifierUUID;
168
168
  readonly O: typeof StandardFile;
169
169
  readonly kind: MethodKind.Unary;
170
170
  };
@@ -452,6 +452,17 @@ export declare const GoodsDispatchesService: {
452
452
  readonly O: typeof StandardFile;
453
453
  readonly kind: MethodKind.Unary;
454
454
  };
455
+ /**
456
+ * Download the label for the goods dispatch with the given IdentifierUUID
457
+ *
458
+ * @generated from rpc Scailo.GoodsDispatchesService.DownloadLabelByUUID
459
+ */
460
+ readonly downloadLabelByUUID: {
461
+ readonly name: "DownloadLabelByUUID";
462
+ readonly I: typeof IdentifierUUID;
463
+ readonly O: typeof StandardFile;
464
+ readonly kind: MethodKind.Unary;
465
+ };
455
466
  /**
456
467
  * 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
468
  *
@@ -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;;;;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"}
@@ -349,7 +349,7 @@ export declare const GoodsReceiptsService: {
349
349
  */
350
350
  readonly downloadAsCSV: {
351
351
  readonly name: "DownloadAsCSV";
352
- readonly I: typeof Identifier;
352
+ readonly I: typeof IdentifierUUID;
353
353
  readonly O: typeof StandardFile;
354
354
  readonly kind: MethodKind.Unary;
355
355
  };
@@ -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 Identifier;
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 Identifier;
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
  *
@@ -1 +1 @@
1
- {"version":3,"file":"inward_jobs_free_issue_materials_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs_free_issue_materials_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gCAAgC,EAAE,mDAAmD,EAAE,oCAAoC,EAAE,kDAAkD,EAAE,0DAA0D,EAAE,kDAAkD,EAAE,4CAA4C,EAAE,uCAAuC,EAAE,8EAA8E,EAAE,kDAAkD,EAAE,uDAAuD,EAAE,mDAAmD,EAAE,2DAA2D,EAAE,2DAA2D,EAAE,gEAAgE,EAAE,uDAAuD,EAAE,4DAA4D,EAAE,sDAAsD,EAAE,uDAAuD,EAAE,MAAM,yDAAyD,CAAC;AACvlC,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,0CAA0C;;;QAGnD;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs_free_issue_materials_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,gCAAgC,EAAE,mDAAmD,EAAE,oCAAoC,EAAE,kDAAkD,EAAE,0DAA0D,EAAE,kDAAkD,EAAE,4CAA4C,EAAE,uCAAuC,EAAE,8EAA8E,EAAE,kDAAkD,EAAE,uDAAuD,EAAE,mDAAmD,EAAE,2DAA2D,EAAE,2DAA2D,EAAE,gEAAgE,EAAE,uDAAuD,EAAE,4DAA4D,EAAE,sDAAsD,EAAE,uDAAuD,EAAE,MAAM,yDAAyD,CAAC;AACvlC,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,0CAA0C;;;QAGnD;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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"}
@@ -381,7 +381,7 @@ export declare const OutwardJobsService: {
381
381
  */
382
382
  readonly downloadInwardItemsCSVTemplate: {
383
383
  readonly name: "DownloadInwardItemsCSVTemplate";
384
- readonly I: typeof Identifier;
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 OutwardJobsService: {
546
546
  */
547
547
  readonly downloadOutwardItemsCSVTemplate: {
548
548
  readonly name: "DownloadOutwardItemsCSVTemplate";
549
- readonly I: typeof Identifier;
549
+ readonly I: typeof IdentifierUUID;
550
550
  readonly O: typeof StandardFile;
551
551
  readonly kind: MethodKind.Unary;
552
552
  };
@@ -452,6 +452,17 @@ export declare const OutwardJobsFreeIssueMaterialsService: {
452
452
  readonly O: typeof StandardFile;
453
453
  readonly kind: MethodKind.Unary;
454
454
  };
455
+ /**
456
+ * Download the label for the outward job free issue material with the given IdentifierUUID
457
+ *
458
+ * @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsService.DownloadLabelByUUID
459
+ */
460
+ readonly downloadLabelByUUID: {
461
+ readonly name: "DownloadLabelByUUID";
462
+ readonly I: typeof IdentifierUUID;
463
+ readonly O: typeof StandardFile;
464
+ readonly kind: MethodKind.Unary;
465
+ };
455
466
  /**
456
467
  * View already added quantities
457
468
  *
@@ -1 +1 @@
1
- {"version":3,"file":"outward_jobs_free_issue_materials.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs_free_issue_materials.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,2BAA2B,EAAE,8CAA8C,EAAE,+BAA+B,EAAE,6CAA6C,EAAE,qDAAqD,EAAE,6CAA6C,EAAE,sCAAsC,EAAE,iCAAiC,EAAE,wEAAwE,EAAE,mDAAmD,EAAE,4CAA4C,EAAE,iDAAiD,EAAE,6CAA6C,EAAE,qDAAqD,EAAE,qDAAqD,EAAE,0DAA0D,EAAE,iDAAiD,EAAE,sDAAsD,EAAE,gDAAgD,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AACzhC,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,oCAAoC;;;QAG7C;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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":"outward_jobs_free_issue_materials.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs_free_issue_materials.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,2BAA2B,EAAE,8CAA8C,EAAE,+BAA+B,EAAE,6CAA6C,EAAE,qDAAqD,EAAE,6CAA6C,EAAE,sCAAsC,EAAE,iCAAiC,EAAE,wEAAwE,EAAE,mDAAmD,EAAE,4CAA4C,EAAE,iDAAiD,EAAE,6CAA6C,EAAE,qDAAqD,EAAE,qDAAqD,EAAE,0DAA0D,EAAE,iDAAiD,EAAE,sDAAsD,EAAE,gDAAgD,EAAE,iDAAiD,EAAE,MAAM,kDAAkD,CAAC;AACzhC,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,oCAAoC;;;QAG7C;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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 OutwardJobsFreeIssueMaterialsReturnsService: {
441
441
  readonly O: typeof StandardFile;
442
442
  readonly kind: MethodKind.Unary;
443
443
  };
444
+ /**
445
+ * Download the label for the outward job free issue material return with the given IdentifierUUID
446
+ *
447
+ * @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.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
  *