@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
@@ -1 +1 @@
1
- {"version":3,"file":"outward_jobs_free_issue_materials_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs_free_issue_materials_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,oDAAoD,EAAE,qCAAqC,EAAE,mDAAmD,EAAE,2DAA2D,EAAE,mDAAmD,EAAE,6CAA6C,EAAE,wCAAwC,EAAE,+EAA+E,EAAE,mDAAmD,EAAE,wDAAwD,EAAE,oDAAoD,EAAE,4DAA4D,EAAE,4DAA4D,EAAE,iEAAiE,EAAE,wDAAwD,EAAE,6DAA6D,EAAE,uDAAuD,EAAE,wDAAwD,EAAE,MAAM,0DAA0D,CAAC;AAC3mC,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,2CAA2C;;;QAGpD;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/outward_jobs_free_issue_materials_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,iCAAiC,EAAE,oDAAoD,EAAE,qCAAqC,EAAE,mDAAmD,EAAE,2DAA2D,EAAE,mDAAmD,EAAE,6CAA6C,EAAE,wCAAwC,EAAE,+EAA+E,EAAE,mDAAmD,EAAE,wDAAwD,EAAE,oDAAoD,EAAE,4DAA4D,EAAE,4DAA4D,EAAE,iEAAiE,EAAE,wDAAwD,EAAE,6DAA6D,EAAE,uDAAuD,EAAE,wDAAwD,EAAE,MAAM,0DAA0D,CAAC;AAC3mC,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,2CAA2C;;;QAGpD;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;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"}
@@ -360,7 +360,7 @@ export declare const PurchasesIndentsService: {
360
360
  */
361
361
  readonly downloadAsCSV: {
362
362
  readonly name: "DownloadAsCSV";
363
- readonly I: typeof Identifier;
363
+ readonly I: typeof IdentifierUUID;
364
364
  readonly O: typeof StandardFile;
365
365
  readonly kind: MethodKind.Unary;
366
366
  };
@@ -360,7 +360,7 @@ export declare const PurchasesOrdersService: {
360
360
  */
361
361
  readonly downloadAsCSV: {
362
362
  readonly name: "DownloadAsCSV";
363
- readonly I: typeof Identifier;
363
+ readonly I: typeof IdentifierUUID;
364
364
  readonly O: typeof StandardFile;
365
365
  readonly kind: MethodKind.Unary;
366
366
  };
@@ -462,6 +462,17 @@ export declare const PurchasesReturnsService: {
462
462
  readonly O: typeof StandardFile;
463
463
  readonly kind: MethodKind.Unary;
464
464
  };
465
+ /**
466
+ * Download the label for the purchase return with the given IdentifierUUID
467
+ *
468
+ * @generated from rpc Scailo.PurchasesReturnsService.DownloadLabelByUUID
469
+ */
470
+ readonly downloadLabelByUUID: {
471
+ readonly name: "DownloadLabelByUUID";
472
+ readonly I: typeof IdentifierUUID;
473
+ readonly O: typeof StandardFile;
474
+ readonly kind: MethodKind.Unary;
475
+ };
465
476
  /**
466
477
  * View all that match the given search key
467
478
  *
@@ -1 +1 @@
1
- {"version":3,"file":"purchases_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,iCAAiC,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,2DAA2D,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC7tB,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,uBAAuB;;;QAGhC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"purchases_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/purchases_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,cAAc,EAAE,iCAAiC,EAAE,kBAAkB,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,gCAAgC,EAAE,yBAAyB,EAAE,oBAAoB,EAAE,2DAA2D,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,gCAAgC,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,6CAA6C,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,mCAAmC,EAAE,oCAAoC,EAAE,MAAM,kCAAkC,CAAC;AAC7tB,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,uBAAuB;;;QAGhC;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -337,7 +337,7 @@ export declare const SalesEnquiriesService: {
337
337
  */
338
338
  readonly downloadAsCSV: {
339
339
  readonly name: "DownloadAsCSV";
340
- readonly I: typeof Identifier;
340
+ readonly I: typeof IdentifierUUID;
341
341
  readonly O: typeof StandardFile;
342
342
  readonly kind: MethodKind.Unary;
343
343
  };
@@ -349,7 +349,7 @@ export declare const SalesInvoicesService: {
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
  };
@@ -360,7 +360,7 @@ export declare const SalesOrdersService: {
360
360
  */
361
361
  readonly downloadAsCSV: {
362
362
  readonly name: "DownloadAsCSV";
363
- readonly I: typeof Identifier;
363
+ readonly I: typeof IdentifierUUID;
364
364
  readonly O: typeof StandardFile;
365
365
  readonly kind: MethodKind.Unary;
366
366
  };
@@ -360,7 +360,7 @@ export declare const SalesQuotationsService: {
360
360
  */
361
361
  readonly downloadAsCSV: {
362
362
  readonly name: "DownloadAsCSV";
363
- readonly I: typeof Identifier;
363
+ readonly I: typeof IdentifierUUID;
364
364
  readonly O: typeof StandardFile;
365
365
  readonly kind: MethodKind.Unary;
366
366
  };
@@ -462,6 +462,17 @@ export declare const SalesReturnsService: {
462
462
  readonly O: typeof StandardFile;
463
463
  readonly kind: MethodKind.Unary;
464
464
  };
465
+ /**
466
+ * Download the label for the sales return with the given IdentifierUUID
467
+ *
468
+ * @generated from rpc Scailo.SalesReturnsService.DownloadLabelByUUID
469
+ */
470
+ readonly downloadLabelByUUID: {
471
+ readonly name: "DownloadLabelByUUID";
472
+ readonly I: typeof IdentifierUUID;
473
+ readonly O: typeof StandardFile;
474
+ readonly kind: MethodKind.Unary;
475
+ };
465
476
  /**
466
477
  * View all that match the given search key
467
478
  *
@@ -1 +1 @@
1
- {"version":3,"file":"sales_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/sales_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,8BAA8B,EAAE,eAAe,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,6BAA6B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,uDAAuD,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AACnpB,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,mBAAmB;;;QAG5B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"sales_returns.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/sales_returns.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,WAAW,EAAE,8BAA8B,EAAE,eAAe,EAAE,6BAA6B,EAAE,qCAAqC,EAAE,6BAA6B,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,uDAAuD,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,oCAAoC,EAAE,yCAAyC,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AACnpB,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,mBAAmB;;;QAG5B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { StockAudit, StockAuditItem, StockAuditItemHistoryRequest, StockAuditItemProspectiveInfoRequest, StockAuditItemsSearchRequest, StockAuditsItemsList, StockAuditsList, StockAuditsServiceCountReq, StockAuditsServiceCreateRequest, StockAuditsServiceFilterReq, StockAuditsServiceItemCreateRequest, StockAuditsServiceItemUpdateRequest, StockAuditsServicePaginatedItemsResponse, StockAuditsServicePaginationReq, StockAuditsServicePaginationResponse, StockAuditsServiceSearchAllReq, StockAuditsServiceUpdateRequest } from "./stock_audits.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierUUID, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierUUID, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList } from "./families.scailo_pb.js";
5
5
  /**
@@ -407,6 +407,17 @@ export declare const StockAuditsService: {
407
407
  readonly O: typeof StockAuditsServiceItemCreateRequest;
408
408
  readonly kind: MethodKind.Unary;
409
409
  };
410
+ /**
411
+ * Download the label for the stock audit with the given IdentifierUUID
412
+ *
413
+ * @generated from rpc Scailo.StockAuditsService.DownloadLabelByUUID
414
+ */
415
+ readonly downloadLabelByUUID: {
416
+ readonly name: "DownloadLabelByUUID";
417
+ readonly I: typeof IdentifierUUID;
418
+ readonly O: typeof StandardFile;
419
+ readonly kind: MethodKind.Unary;
420
+ };
410
421
  /**
411
422
  * View all that match the given search key
412
423
  *
@@ -1 +1 @@
1
- {"version":3,"file":"stock_audits.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_audits.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,4BAA4B,EAAE,oBAAoB,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AACxiB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACjQ,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"stock_audits.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_audits.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,UAAU,EAAE,cAAc,EAAE,4BAA4B,EAAE,oCAAoC,EAAE,4BAA4B,EAAE,oBAAoB,EAAE,eAAe,EAAE,0BAA0B,EAAE,+BAA+B,EAAE,2BAA2B,EAAE,mCAAmC,EAAE,mCAAmC,EAAE,wCAAwC,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,6BAA6B,CAAC;AACxiB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC/Q,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB;;;QAG3B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -1,5 +1,5 @@
1
1
  import { StockIssuance, StockIssuanceItem, StockIssuanceItemHistoryRequest, StockIssuanceItemProspectiveInfoRequest, StockIssuanceItemsSearchRequest, StockIssuancesItemsList, StockIssuancesList, StockIssuancesServiceAlreadyAddedQuantityForSourceRequest, StockIssuancesServiceAutofillRequest, StockIssuancesServiceCountReq, StockIssuancesServiceCreateRequest, StockIssuancesServiceFilterReq, StockIssuancesServiceItemCreateRequest, StockIssuancesServiceItemUpdateRequest, StockIssuancesServicePaginatedItemsResponse, StockIssuancesServicePaginationReq, StockIssuancesServicePaginationResponse, StockIssuancesServiceSearchAllReq, StockIssuancesServiceUpdateRequest } from "./stock_issuances.scailo_pb.js";
2
- import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierUUID, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, SimpleSearchReq } from "./base.scailo_pb.js";
2
+ import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierUUID, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, QuantityResponse, ReorderItemsRequest, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
3
3
  import { MethodKind } from "@bufbuild/protobuf";
4
4
  import { FamiliesList } from "./families.scailo_pb.js";
5
5
  /**
@@ -429,6 +429,17 @@ export declare const StockIssuancesService: {
429
429
  readonly O: typeof QuantityResponse;
430
430
  readonly kind: MethodKind.Unary;
431
431
  };
432
+ /**
433
+ * Download the label for the stock issuance with the given IdentifierUUID
434
+ *
435
+ * @generated from rpc Scailo.StockIssuancesService.DownloadLabelByUUID
436
+ */
437
+ readonly downloadLabelByUUID: {
438
+ readonly name: "DownloadLabelByUUID";
439
+ readonly I: typeof IdentifierUUID;
440
+ readonly O: typeof StandardFile;
441
+ readonly kind: MethodKind.Unary;
442
+ };
432
443
  /**
433
444
  * View all that match the given search key
434
445
  *
@@ -1 +1 @@
1
- {"version":3,"file":"stock_issuances.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_issuances.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,+BAA+B,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,yDAAyD,EAAE,oCAAoC,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,8BAA8B,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AAC/rB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AACnR,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB;;;QAG9B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
1
+ {"version":3,"file":"stock_issuances.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/stock_issuances.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,+BAA+B,EAAE,uCAAuC,EAAE,+BAA+B,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,yDAAyD,EAAE,oCAAoC,EAAE,6BAA6B,EAAE,kCAAkC,EAAE,8BAA8B,EAAE,sCAAsC,EAAE,sCAAsC,EAAE,2CAA2C,EAAE,kCAAkC,EAAE,uCAAuC,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,gCAAgC,CAAC;AAC/rB,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,cAAc,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACjS,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAEvD;;;;;GAKG;AACH,eAAO,MAAM,qBAAqB;;;QAG9B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
@@ -338,7 +338,7 @@ export declare const VendorInvoicesService: {
338
338
  */
339
339
  readonly downloadAsCSV: {
340
340
  readonly name: "DownloadAsCSV";
341
- readonly I: typeof Identifier;
341
+ readonly I: typeof IdentifierUUID;
342
342
  readonly O: typeof StandardFile;
343
343
  readonly kind: MethodKind.Unary;
344
344
  };
@@ -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
  };