@kernelminds/scailo-sdk 0.0.116 → 0.1.0

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 (156) hide show
  1. package/README.md +4 -4
  2. package/lib/cjs/index.js +321 -321
  3. package/lib/cjs/src/components.scailo_pb.js +2 -2
  4. package/lib/cjs/src/credit_notes.scailo_connect.js +11 -0
  5. package/lib/cjs/src/credit_notes.scailo_pb.js +143 -1
  6. package/lib/cjs/src/debit_notes.scailo_connect.js +11 -0
  7. package/lib/cjs/src/debit_notes.scailo_pb.js +136 -1
  8. package/lib/cjs/src/equipments.scailo_pb.js +2 -2
  9. package/lib/cjs/src/feedstocks.scailo_pb.js +2 -2
  10. package/lib/cjs/src/goods_dispatches.scailo_connect.js +11 -0
  11. package/lib/cjs/src/goods_dispatches.scailo_pb.js +122 -1
  12. package/lib/cjs/src/goods_receipts.scailo_connect.js +11 -0
  13. package/lib/cjs/src/goods_receipts.scailo_pb.js +108 -1
  14. package/lib/cjs/src/infrastructures.scailo_pb.js +2 -2
  15. package/lib/cjs/src/inventory.scailo_pb.js +1 -1
  16. package/lib/cjs/src/merchandises.scailo_pb.js +2 -2
  17. package/lib/cjs/src/products.scailo_pb.js +2 -2
  18. package/lib/cjs/src/proforma_invoices.scailo_connect.js +11 -0
  19. package/lib/cjs/src/proforma_invoices.scailo_pb.js +143 -1
  20. package/lib/cjs/src/purchases_orders.scailo_connect.js +11 -0
  21. package/lib/cjs/src/purchases_orders.scailo_pb.js +143 -1
  22. package/lib/cjs/src/sales_invoices.scailo_connect.js +11 -0
  23. package/lib/cjs/src/sales_invoices.scailo_pb.js +143 -1
  24. package/lib/cjs/src/sales_orders.scailo_connect.js +11 -0
  25. package/lib/cjs/src/sales_orders.scailo_pb.js +157 -1
  26. package/lib/cjs/src/sales_quotations.scailo_connect.js +11 -0
  27. package/lib/cjs/src/sales_quotations.scailo_pb.js +150 -1
  28. package/lib/cjs/src/vendor_invoices.scailo_connect.js +11 -0
  29. package/lib/cjs/src/vendor_invoices.scailo_pb.js +136 -1
  30. package/lib/cjs/types/index.d.ts +108 -108
  31. package/lib/cjs/types/index.d.ts.map +1 -1
  32. package/lib/cjs/types/src/components.scailo_pb.d.ts +2 -2
  33. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +12 -1
  34. package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  35. package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +104 -0
  36. package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
  37. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +12 -1
  38. package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  39. package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +98 -0
  40. package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
  41. package/lib/cjs/types/src/equipments.scailo_pb.d.ts +2 -2
  42. package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +2 -2
  43. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
  44. package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  45. package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +86 -0
  46. package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
  47. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +12 -1
  48. package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  49. package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +74 -0
  50. package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
  51. package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +2 -2
  52. package/lib/cjs/types/src/inventory.scailo_pb.d.ts +1 -1
  53. package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +2 -2
  54. package/lib/cjs/types/src/products.scailo_pb.d.ts +2 -2
  55. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +12 -1
  56. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  57. package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +104 -0
  58. package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
  59. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +12 -1
  60. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  61. package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +104 -0
  62. package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
  63. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +12 -1
  64. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  65. package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +104 -0
  66. package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
  67. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +12 -1
  68. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  69. package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +116 -0
  70. package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
  71. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +12 -1
  72. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  73. package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +110 -0
  74. package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
  75. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
  76. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  77. package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +98 -0
  78. package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
  79. package/lib/esm/index.js +321 -321
  80. package/lib/esm/src/components.scailo_pb.js +2 -2
  81. package/lib/esm/src/credit_notes.scailo_connect.js +11 -0
  82. package/lib/esm/src/credit_notes.scailo_pb.js +143 -1
  83. package/lib/esm/src/debit_notes.scailo_connect.js +11 -0
  84. package/lib/esm/src/debit_notes.scailo_pb.js +136 -1
  85. package/lib/esm/src/equipments.scailo_pb.js +2 -2
  86. package/lib/esm/src/feedstocks.scailo_pb.js +2 -2
  87. package/lib/esm/src/goods_dispatches.scailo_connect.js +11 -0
  88. package/lib/esm/src/goods_dispatches.scailo_pb.js +122 -1
  89. package/lib/esm/src/goods_receipts.scailo_connect.js +11 -0
  90. package/lib/esm/src/goods_receipts.scailo_pb.js +108 -1
  91. package/lib/esm/src/infrastructures.scailo_pb.js +2 -2
  92. package/lib/esm/src/inventory.scailo_pb.js +1 -1
  93. package/lib/esm/src/merchandises.scailo_pb.js +2 -2
  94. package/lib/esm/src/products.scailo_pb.js +2 -2
  95. package/lib/esm/src/proforma_invoices.scailo_connect.js +11 -0
  96. package/lib/esm/src/proforma_invoices.scailo_pb.js +143 -1
  97. package/lib/esm/src/purchases_orders.scailo_connect.js +11 -0
  98. package/lib/esm/src/purchases_orders.scailo_pb.js +143 -1
  99. package/lib/esm/src/sales_invoices.scailo_connect.js +11 -0
  100. package/lib/esm/src/sales_invoices.scailo_pb.js +143 -1
  101. package/lib/esm/src/sales_orders.scailo_connect.js +11 -0
  102. package/lib/esm/src/sales_orders.scailo_pb.js +157 -1
  103. package/lib/esm/src/sales_quotations.scailo_connect.js +11 -0
  104. package/lib/esm/src/sales_quotations.scailo_pb.js +150 -1
  105. package/lib/esm/src/vendor_invoices.scailo_connect.js +11 -0
  106. package/lib/esm/src/vendor_invoices.scailo_pb.js +136 -1
  107. package/lib/esm/types/index.d.ts +108 -108
  108. package/lib/esm/types/index.d.ts.map +1 -1
  109. package/lib/esm/types/src/components.scailo_pb.d.ts +2 -2
  110. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +12 -1
  111. package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
  112. package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +104 -0
  113. package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
  114. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +12 -1
  115. package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
  116. package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +98 -0
  117. package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
  118. package/lib/esm/types/src/equipments.scailo_pb.d.ts +2 -2
  119. package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +2 -2
  120. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
  121. package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
  122. package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +86 -0
  123. package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
  124. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +12 -1
  125. package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
  126. package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +74 -0
  127. package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
  128. package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +2 -2
  129. package/lib/esm/types/src/inventory.scailo_pb.d.ts +1 -1
  130. package/lib/esm/types/src/merchandises.scailo_pb.d.ts +2 -2
  131. package/lib/esm/types/src/products.scailo_pb.d.ts +2 -2
  132. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +12 -1
  133. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  134. package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +104 -0
  135. package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
  136. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +12 -1
  137. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  138. package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +104 -0
  139. package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
  140. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +12 -1
  141. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  142. package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +104 -0
  143. package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
  144. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +12 -1
  145. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  146. package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +116 -0
  147. package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
  148. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +12 -1
  149. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  150. package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +110 -0
  151. package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
  152. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
  153. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  154. package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +98 -0
  155. package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
  156. package/package.json +2 -1
@@ -960,7 +960,7 @@ class ComponentsServiceFilterReq extends protobuf_1.Message {
960
960
  */
961
961
  code = "";
962
962
  /**
963
- * Stores the internal code (as given by user)
963
+ * Filter by the exact internal code
964
964
  *
965
965
  * @generated from field: string internal_item_code = 35;
966
966
  */
@@ -1212,7 +1212,7 @@ class ComponentsServiceCountReq extends protobuf_1.Message {
1212
1212
  */
1213
1213
  code = "";
1214
1214
  /**
1215
- * Stores the internal code (as given by user)
1215
+ * Filter by the exact internal code
1216
1216
  *
1217
1217
  * @generated from field: string internal_item_code = 35;
1218
1218
  */
@@ -217,6 +217,17 @@ exports.CreditNotesService = {
217
217
  O: magic_links_scailo_pb_js_1.MagicLink,
218
218
  kind: protobuf_1.MethodKind.Unary,
219
219
  },
220
+ /**
221
+ * Add multiple items to a credit note
222
+ *
223
+ * @generated from rpc Scailo.CreditNotesService.AddMultipleCreditNoteItems
224
+ */
225
+ addMultipleCreditNoteItems: {
226
+ name: "AddMultipleCreditNoteItems",
227
+ I: credit_notes_scailo_pb_js_1.CreditNotesServiceMultipleItemsCreateRequest,
228
+ O: base_scailo_pb_js_1.IdentifierResponse,
229
+ kind: protobuf_1.MethodKind.Unary,
230
+ },
220
231
  /**
221
232
  * Add an item to a credit note
222
233
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.CreditNoteReturnStatisticsList = exports.CreditNoteReturnStatistics = exports.CreditNoteReferencesList = exports.CreditNoteReference = exports.CreditNotesServiceReferenceCreateRequest = exports.CreditNotesServiceSearchAllReq = exports.CreditNotesServiceCountReq = exports.CreditNotesServiceFilterReq = exports.CreditNotesServicePaginationResponse = exports.CreditNotesServicePaginationReq = exports.CreditNotesServicePaginatedItemsResponse = exports.CreditNoteItemsSearchRequest = exports.CreditNotesServiceAlreadyAddedQuantityForSourceRequest = exports.CreditNoteItemProspectiveInfoRequest = exports.CreditNoteItemHistoryRequest = exports.CreditNoteItemsList = exports.CreditNotesList = exports.CreditNoteItem = exports.CreditNotesServiceItemUpdateRequest = exports.CreditNotesServiceItemCreateRequest = exports.CreditNote = exports.CreditNoteAncillaryParameters = exports.CreditNotesServiceAutofillRequest = exports.CreditNotesServiceUpdateRequest = exports.CreditNotesServiceCreateRequest = exports.CREDIT_NOTE_SORT_KEY = exports.CREDIT_NOTE_ITEM_STATUS = exports.CREDIT_NOTE_ITEM_SORT_KEY = exports.CREDIT_NOTE_REF_FROM = void 0;
7
+ exports.CreditNoteReturnStatisticsList = exports.CreditNoteReturnStatistics = exports.CreditNoteReferencesList = exports.CreditNoteReference = exports.CreditNotesServiceReferenceCreateRequest = exports.CreditNotesServiceSearchAllReq = exports.CreditNotesServiceCountReq = exports.CreditNotesServiceFilterReq = exports.CreditNotesServicePaginationResponse = exports.CreditNotesServicePaginationReq = exports.CreditNotesServicePaginatedItemsResponse = exports.CreditNoteItemsSearchRequest = exports.CreditNotesServiceAlreadyAddedQuantityForSourceRequest = exports.CreditNoteItemProspectiveInfoRequest = exports.CreditNoteItemHistoryRequest = exports.CreditNoteItemsList = exports.CreditNotesList = exports.CreditNoteItem = exports.CreditNotesServiceItemUpdateRequest = exports.CreditNotesServiceMultipleItemsCreateRequest = exports.CreditNotesServiceMultipleItemsSingleton = exports.CreditNotesServiceItemCreateRequest = exports.CreditNote = exports.CreditNoteAncillaryParameters = exports.CreditNotesServiceAutofillRequest = exports.CreditNotesServiceUpdateRequest = exports.CreditNotesServiceCreateRequest = exports.CREDIT_NOTE_SORT_KEY = exports.CREDIT_NOTE_ITEM_STATUS = exports.CREDIT_NOTE_ITEM_SORT_KEY = exports.CREDIT_NOTE_REF_FROM = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
@@ -825,6 +825,148 @@ class CreditNotesServiceItemCreateRequest extends protobuf_1.Message {
825
825
  }
826
826
  }
827
827
  exports.CreditNotesServiceItemCreateRequest = CreditNotesServiceItemCreateRequest;
828
+ /**
829
+ *
830
+ * Describes the parameters required to add an individual item as part of multiple item addition to a credit note
831
+ *
832
+ * @generated from message Scailo.CreditNotesServiceMultipleItemsSingleton
833
+ */
834
+ class CreditNotesServiceMultipleItemsSingleton extends protobuf_1.Message {
835
+ /**
836
+ * Stores the family ID
837
+ *
838
+ * @generated from field: uint64 family_id = 11;
839
+ */
840
+ familyId = protobuf_1.protoInt64.zero;
841
+ /**
842
+ * The quantity (in cents) being supplied in internal unit of material
843
+ *
844
+ * @generated from field: uint64 internal_quantity = 12;
845
+ */
846
+ internalQuantity = protobuf_1.protoInt64.zero;
847
+ /**
848
+ * Stores the ID of the client's unit of material
849
+ *
850
+ * @generated from field: uint64 client_uom_id = 13;
851
+ */
852
+ clientUomId = protobuf_1.protoInt64.zero;
853
+ /**
854
+ * Stores the quantity (in cents) being admitted in client's unit of material
855
+ *
856
+ * @generated from field: uint64 client_quantity = 14;
857
+ */
858
+ clientQuantity = protobuf_1.protoInt64.zero;
859
+ /**
860
+ * The family code as represented by the client
861
+ *
862
+ * @generated from field: string client_family_code = 15;
863
+ */
864
+ clientFamilyCode = "";
865
+ /**
866
+ * The unit price of the item (as supplied to the client)
867
+ *
868
+ * @generated from field: uint64 unit_price = 16;
869
+ */
870
+ unitPrice = protobuf_1.protoInt64.zero;
871
+ /**
872
+ * The ID of the associated tax group
873
+ *
874
+ * @generated from field: uint64 tax_group_id = 17;
875
+ */
876
+ taxGroupId = protobuf_1.protoInt64.zero;
877
+ /**
878
+ * The applicable round off amount (optional, and can be positive or negative)
879
+ *
880
+ * @generated from field: int64 round_off = 18;
881
+ */
882
+ roundOff = protobuf_1.protoInt64.zero;
883
+ /**
884
+ * Optional specifications
885
+ *
886
+ * @generated from field: string specifications = 19;
887
+ */
888
+ specifications = "";
889
+ constructor(data) {
890
+ super();
891
+ protobuf_1.proto3.util.initPartial(data, this);
892
+ }
893
+ static runtime = protobuf_1.proto3;
894
+ static typeName = "Scailo.CreditNotesServiceMultipleItemsSingleton";
895
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
896
+ { no: 11, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
897
+ { no: 12, name: "internal_quantity", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
898
+ { no: 13, name: "client_uom_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
899
+ { no: 14, name: "client_quantity", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
900
+ { no: 15, name: "client_family_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
901
+ { no: 16, name: "unit_price", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
902
+ { no: 17, name: "tax_group_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
903
+ { no: 18, name: "round_off", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
904
+ { no: 19, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
905
+ ]);
906
+ static fromBinary(bytes, options) {
907
+ return new CreditNotesServiceMultipleItemsSingleton().fromBinary(bytes, options);
908
+ }
909
+ static fromJson(jsonValue, options) {
910
+ return new CreditNotesServiceMultipleItemsSingleton().fromJson(jsonValue, options);
911
+ }
912
+ static fromJsonString(jsonString, options) {
913
+ return new CreditNotesServiceMultipleItemsSingleton().fromJsonString(jsonString, options);
914
+ }
915
+ static equals(a, b) {
916
+ return protobuf_1.proto3.util.equals(CreditNotesServiceMultipleItemsSingleton, a, b);
917
+ }
918
+ }
919
+ exports.CreditNotesServiceMultipleItemsSingleton = CreditNotesServiceMultipleItemsSingleton;
920
+ /**
921
+ *
922
+ * Describes the parameters required to add multiple items to a credit note
923
+ *
924
+ * @generated from message Scailo.CreditNotesServiceMultipleItemsCreateRequest
925
+ */
926
+ class CreditNotesServiceMultipleItemsCreateRequest extends protobuf_1.Message {
927
+ /**
928
+ * Stores any comment that the user might add during this operation
929
+ *
930
+ * @generated from field: string user_comment = 1;
931
+ */
932
+ userComment = "";
933
+ /**
934
+ * Stores the credit note ID
935
+ *
936
+ * @generated from field: uint64 credit_note_id = 10;
937
+ */
938
+ creditNoteId = protobuf_1.protoInt64.zero;
939
+ /**
940
+ * List of items
941
+ *
942
+ * @generated from field: repeated Scailo.CreditNotesServiceMultipleItemsSingleton list = 11;
943
+ */
944
+ list = [];
945
+ constructor(data) {
946
+ super();
947
+ protobuf_1.proto3.util.initPartial(data, this);
948
+ }
949
+ static runtime = protobuf_1.proto3;
950
+ static typeName = "Scailo.CreditNotesServiceMultipleItemsCreateRequest";
951
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
952
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
953
+ { no: 10, name: "credit_note_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
954
+ { no: 11, name: "list", kind: "message", T: CreditNotesServiceMultipleItemsSingleton, repeated: true },
955
+ ]);
956
+ static fromBinary(bytes, options) {
957
+ return new CreditNotesServiceMultipleItemsCreateRequest().fromBinary(bytes, options);
958
+ }
959
+ static fromJson(jsonValue, options) {
960
+ return new CreditNotesServiceMultipleItemsCreateRequest().fromJson(jsonValue, options);
961
+ }
962
+ static fromJsonString(jsonString, options) {
963
+ return new CreditNotesServiceMultipleItemsCreateRequest().fromJsonString(jsonString, options);
964
+ }
965
+ static equals(a, b) {
966
+ return protobuf_1.proto3.util.equals(CreditNotesServiceMultipleItemsCreateRequest, a, b);
967
+ }
968
+ }
969
+ exports.CreditNotesServiceMultipleItemsCreateRequest = CreditNotesServiceMultipleItemsCreateRequest;
828
970
  /**
829
971
  *
830
972
  * Describes the parameters required to update an item in a credit note
@@ -217,6 +217,17 @@ exports.DebitNotesService = {
217
217
  O: magic_links_scailo_pb_js_1.MagicLink,
218
218
  kind: protobuf_1.MethodKind.Unary,
219
219
  },
220
+ /**
221
+ * Add multiple items to a debit note
222
+ *
223
+ * @generated from rpc Scailo.DebitNotesService.AddMultipleDebitNoteItems
224
+ */
225
+ addMultipleDebitNoteItems: {
226
+ name: "AddMultipleDebitNoteItems",
227
+ I: debit_notes_scailo_pb_js_1.DebitNotesServiceMultipleItemsCreateRequest,
228
+ O: base_scailo_pb_js_1.IdentifierResponse,
229
+ kind: protobuf_1.MethodKind.Unary,
230
+ },
220
231
  /**
221
232
  * Add an item to a debit note
222
233
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.DebitNoteReturnStatisticsList = exports.DebitNoteReturnStatistics = exports.DebitNoteReferencesList = exports.DebitNoteReference = exports.DebitNotesServiceReferenceCreateRequest = exports.DebitNotesServiceSearchAllReq = exports.DebitNotesServiceCountReq = exports.DebitNotesServiceFilterReq = exports.DebitNotesServicePaginationResponse = exports.DebitNotesServicePaginationReq = exports.DebitNotesServicePaginatedItemsResponse = exports.DebitNoteItemsSearchRequest = exports.DebitNotesServiceAlreadyAddedQuantityForSourceRequest = exports.DebitNoteItemProspectiveInfoRequest = exports.DebitNoteItemHistoryRequest = exports.DebitNoteItemsList = exports.DebitNotesList = exports.DebitNoteItem = exports.DebitNotesServiceItemUpdateRequest = exports.DebitNotesServiceItemCreateRequest = exports.DebitNote = exports.DebitNoteAncillaryParameters = exports.DebitNotesServiceAutofillRequest = exports.DebitNotesServiceUpdateRequest = exports.DebitNotesServiceCreateRequest = exports.DEBIT_NOTE_SORT_KEY = exports.DEBIT_NOTE_ITEM_STATUS = exports.DEBIT_NOTE_ITEM_SORT_KEY = exports.DEBIT_NOTE_REF_FROM = void 0;
7
+ exports.DebitNoteReturnStatisticsList = exports.DebitNoteReturnStatistics = exports.DebitNoteReferencesList = exports.DebitNoteReference = exports.DebitNotesServiceReferenceCreateRequest = exports.DebitNotesServiceSearchAllReq = exports.DebitNotesServiceCountReq = exports.DebitNotesServiceFilterReq = exports.DebitNotesServicePaginationResponse = exports.DebitNotesServicePaginationReq = exports.DebitNotesServicePaginatedItemsResponse = exports.DebitNoteItemsSearchRequest = exports.DebitNotesServiceAlreadyAddedQuantityForSourceRequest = exports.DebitNoteItemProspectiveInfoRequest = exports.DebitNoteItemHistoryRequest = exports.DebitNoteItemsList = exports.DebitNotesList = exports.DebitNoteItem = exports.DebitNotesServiceItemUpdateRequest = exports.DebitNotesServiceMultipleItemsCreateRequest = exports.DebitNotesServiceMultipleItemsSingleton = exports.DebitNotesServiceItemCreateRequest = exports.DebitNote = exports.DebitNoteAncillaryParameters = exports.DebitNotesServiceAutofillRequest = exports.DebitNotesServiceUpdateRequest = exports.DebitNotesServiceCreateRequest = exports.DEBIT_NOTE_SORT_KEY = exports.DEBIT_NOTE_ITEM_STATUS = exports.DEBIT_NOTE_ITEM_SORT_KEY = exports.DEBIT_NOTE_REF_FROM = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
@@ -790,6 +790,141 @@ class DebitNotesServiceItemCreateRequest extends protobuf_1.Message {
790
790
  }
791
791
  }
792
792
  exports.DebitNotesServiceItemCreateRequest = DebitNotesServiceItemCreateRequest;
793
+ /**
794
+ *
795
+ * Describes the parameters required to add an individual item as part of multiple item addition to a debit note
796
+ *
797
+ * @generated from message Scailo.DebitNotesServiceMultipleItemsSingleton
798
+ */
799
+ class DebitNotesServiceMultipleItemsSingleton extends protobuf_1.Message {
800
+ /**
801
+ * Stores the family ID
802
+ *
803
+ * @generated from field: uint64 family_id = 11;
804
+ */
805
+ familyId = protobuf_1.protoInt64.zero;
806
+ /**
807
+ * The quantity (in cents) being admitted in internal unit of material
808
+ *
809
+ * @generated from field: uint64 internal_quantity = 12;
810
+ */
811
+ internalQuantity = protobuf_1.protoInt64.zero;
812
+ /**
813
+ * Stores the ID of the vendor's unit of material
814
+ *
815
+ * @generated from field: uint64 vendor_uom_id = 13;
816
+ */
817
+ vendorUomId = protobuf_1.protoInt64.zero;
818
+ /**
819
+ * Stores the quantity (in cents) being admitted in vendor's unit of material
820
+ *
821
+ * @generated from field: uint64 vendor_quantity = 14;
822
+ */
823
+ vendorQuantity = protobuf_1.protoInt64.zero;
824
+ /**
825
+ * The unit price of the item (as supplied by the vendor)
826
+ *
827
+ * @generated from field: uint64 vendor_unit_price = 15;
828
+ */
829
+ vendorUnitPrice = protobuf_1.protoInt64.zero;
830
+ /**
831
+ * The ID of the associated tax group
832
+ *
833
+ * @generated from field: uint64 tax_group_id = 16;
834
+ */
835
+ taxGroupId = protobuf_1.protoInt64.zero;
836
+ /**
837
+ * The applicable round off amount (optional, and can be positive or negative)
838
+ *
839
+ * @generated from field: int64 round_off = 17;
840
+ */
841
+ roundOff = protobuf_1.protoInt64.zero;
842
+ /**
843
+ * Optional specifications
844
+ *
845
+ * @generated from field: string specifications = 18;
846
+ */
847
+ specifications = "";
848
+ constructor(data) {
849
+ super();
850
+ protobuf_1.proto3.util.initPartial(data, this);
851
+ }
852
+ static runtime = protobuf_1.proto3;
853
+ static typeName = "Scailo.DebitNotesServiceMultipleItemsSingleton";
854
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
855
+ { no: 11, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
856
+ { no: 12, name: "internal_quantity", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
857
+ { no: 13, name: "vendor_uom_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
858
+ { no: 14, name: "vendor_quantity", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
859
+ { no: 15, name: "vendor_unit_price", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
860
+ { no: 16, name: "tax_group_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
861
+ { no: 17, name: "round_off", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
862
+ { no: 18, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
863
+ ]);
864
+ static fromBinary(bytes, options) {
865
+ return new DebitNotesServiceMultipleItemsSingleton().fromBinary(bytes, options);
866
+ }
867
+ static fromJson(jsonValue, options) {
868
+ return new DebitNotesServiceMultipleItemsSingleton().fromJson(jsonValue, options);
869
+ }
870
+ static fromJsonString(jsonString, options) {
871
+ return new DebitNotesServiceMultipleItemsSingleton().fromJsonString(jsonString, options);
872
+ }
873
+ static equals(a, b) {
874
+ return protobuf_1.proto3.util.equals(DebitNotesServiceMultipleItemsSingleton, a, b);
875
+ }
876
+ }
877
+ exports.DebitNotesServiceMultipleItemsSingleton = DebitNotesServiceMultipleItemsSingleton;
878
+ /**
879
+ *
880
+ * Describes the parameters required to add multiple items to a debit note
881
+ *
882
+ * @generated from message Scailo.DebitNotesServiceMultipleItemsCreateRequest
883
+ */
884
+ class DebitNotesServiceMultipleItemsCreateRequest extends protobuf_1.Message {
885
+ /**
886
+ * Stores any comment that the user might add during this operation
887
+ *
888
+ * @generated from field: string user_comment = 1;
889
+ */
890
+ userComment = "";
891
+ /**
892
+ * Stores the debit note ID
893
+ *
894
+ * @generated from field: uint64 debit_note_id = 10;
895
+ */
896
+ debitNoteId = protobuf_1.protoInt64.zero;
897
+ /**
898
+ * List of items
899
+ *
900
+ * @generated from field: repeated Scailo.DebitNotesServiceMultipleItemsSingleton list = 11;
901
+ */
902
+ list = [];
903
+ constructor(data) {
904
+ super();
905
+ protobuf_1.proto3.util.initPartial(data, this);
906
+ }
907
+ static runtime = protobuf_1.proto3;
908
+ static typeName = "Scailo.DebitNotesServiceMultipleItemsCreateRequest";
909
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
910
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
911
+ { no: 10, name: "debit_note_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
912
+ { no: 11, name: "list", kind: "message", T: DebitNotesServiceMultipleItemsSingleton, repeated: true },
913
+ ]);
914
+ static fromBinary(bytes, options) {
915
+ return new DebitNotesServiceMultipleItemsCreateRequest().fromBinary(bytes, options);
916
+ }
917
+ static fromJson(jsonValue, options) {
918
+ return new DebitNotesServiceMultipleItemsCreateRequest().fromJson(jsonValue, options);
919
+ }
920
+ static fromJsonString(jsonString, options) {
921
+ return new DebitNotesServiceMultipleItemsCreateRequest().fromJsonString(jsonString, options);
922
+ }
923
+ static equals(a, b) {
924
+ return protobuf_1.proto3.util.equals(DebitNotesServiceMultipleItemsCreateRequest, a, b);
925
+ }
926
+ }
927
+ exports.DebitNotesServiceMultipleItemsCreateRequest = DebitNotesServiceMultipleItemsCreateRequest;
793
928
  /**
794
929
  *
795
930
  * Describes the parameters required to update an item in a debit note
@@ -946,7 +946,7 @@ class EquipmentsServiceFilterReq extends protobuf_1.Message {
946
946
  */
947
947
  code = "";
948
948
  /**
949
- * Stores the internal code (as given by user)
949
+ * Filter by the exact internal code
950
950
  *
951
951
  * @generated from field: string internal_item_code = 35;
952
952
  */
@@ -1198,7 +1198,7 @@ class EquipmentsServiceCountReq extends protobuf_1.Message {
1198
1198
  */
1199
1199
  code = "";
1200
1200
  /**
1201
- * Stores the internal code (as given by user)
1201
+ * Filter by the exact internal code
1202
1202
  *
1203
1203
  * @generated from field: string internal_item_code = 35;
1204
1204
  */
@@ -946,7 +946,7 @@ class FeedstocksServiceFilterReq extends protobuf_1.Message {
946
946
  */
947
947
  code = "";
948
948
  /**
949
- * Stores the internal code (as given by user)
949
+ * Filter by the exact internal code
950
950
  *
951
951
  * @generated from field: string internal_item_code = 35;
952
952
  */
@@ -1198,7 +1198,7 @@ class FeedstocksServiceCountReq extends protobuf_1.Message {
1198
1198
  */
1199
1199
  code = "";
1200
1200
  /**
1201
- * Stores the internal code (as given by user)
1201
+ * Filter by the exact internal code
1202
1202
  *
1203
1203
  * @generated from field: string internal_item_code = 35;
1204
1204
  */
@@ -228,6 +228,17 @@ exports.GoodsDispatchesService = {
228
228
  O: magic_links_scailo_pb_js_1.MagicLink,
229
229
  kind: protobuf_1.MethodKind.Unary,
230
230
  },
231
+ /**
232
+ * Add multiple items to a goods dispatch
233
+ *
234
+ * @generated from rpc Scailo.GoodsDispatchesService.AddMultipleGoodsDispatchItems
235
+ */
236
+ addMultipleGoodsDispatchItems: {
237
+ name: "AddMultipleGoodsDispatchItems",
238
+ I: goods_dispatches_scailo_pb_js_1.GoodsDispatchesServiceMultipleItemsCreateRequest,
239
+ O: base_scailo_pb_js_1.IdentifierResponse,
240
+ kind: protobuf_1.MethodKind.Unary,
241
+ },
231
242
  /**
232
243
  * Add an item to a goods dispatch
233
244
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.GoodsDispatchesServiceSearchAllReq = exports.GoodsDispatchesServiceCountReq = exports.GoodsDispatchesServiceFilterReq = exports.GoodsDispatchesServicePaginationResponse = exports.GoodsDispatchesServicePaginationReq = exports.GoodsDispatchesServiceAlreadyAddedQuantityForSourceRequest = exports.GoodsDispatchesServicePaginatedItemsResponse = exports.GoodsDispatchItemsSearchRequest = exports.GoodsDispatchItemProspectiveInfoRequest = exports.GoodsDispatchItemHistoryRequest = exports.GoodsDispatchesItemsList = exports.GoodsDispatchesList = exports.GoodsDispatchItem = exports.GoodsDispatchesServiceItemUpdateRequest = exports.GoodsDispatchesServiceItemCreateRequest = exports.GoodsDispatch = exports.GoodsDispatchAncillaryParameters = exports.GoodsDispatchesServiceAutofillRequest = exports.GoodsDispatchesServiceUpdateRequest = exports.GoodsDispatchesServiceCreateRequest = exports.GOODS_DISPATCH_BILLING_STATUS = exports.GOODS_DISPATCH_SORT_KEY = exports.GOODS_DISPATCH_ITEM_STATUS = exports.GOODS_DISPATCH_ITEM_SORT_KEY = exports.GOODS_DISPATCH_REF_FROM = void 0;
7
+ exports.GoodsDispatchesServiceSearchAllReq = exports.GoodsDispatchesServiceCountReq = exports.GoodsDispatchesServiceFilterReq = exports.GoodsDispatchesServicePaginationResponse = exports.GoodsDispatchesServicePaginationReq = exports.GoodsDispatchesServiceAlreadyAddedQuantityForSourceRequest = exports.GoodsDispatchesServicePaginatedItemsResponse = exports.GoodsDispatchItemsSearchRequest = exports.GoodsDispatchItemProspectiveInfoRequest = exports.GoodsDispatchItemHistoryRequest = exports.GoodsDispatchesItemsList = exports.GoodsDispatchesList = exports.GoodsDispatchItem = exports.GoodsDispatchesServiceItemUpdateRequest = exports.GoodsDispatchesServiceMultipleItemsCreateRequest = exports.GoodsDispatchesServiceMultipleItemsSingleton = exports.GoodsDispatchesServiceItemCreateRequest = exports.GoodsDispatch = exports.GoodsDispatchAncillaryParameters = exports.GoodsDispatchesServiceAutofillRequest = exports.GoodsDispatchesServiceUpdateRequest = exports.GoodsDispatchesServiceCreateRequest = exports.GOODS_DISPATCH_BILLING_STATUS = exports.GOODS_DISPATCH_SORT_KEY = exports.GOODS_DISPATCH_ITEM_STATUS = exports.GOODS_DISPATCH_ITEM_SORT_KEY = exports.GOODS_DISPATCH_REF_FROM = void 0;
8
8
  const protobuf_1 = require("@bufbuild/protobuf");
9
9
  const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
10
10
  const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
@@ -725,6 +725,127 @@ class GoodsDispatchesServiceItemCreateRequest extends protobuf_1.Message {
725
725
  }
726
726
  }
727
727
  exports.GoodsDispatchesServiceItemCreateRequest = GoodsDispatchesServiceItemCreateRequest;
728
+ /**
729
+ *
730
+ * Describes the parameters required to add an individual item as part of multiple item addition to a goods dispatch
731
+ *
732
+ * @generated from message Scailo.GoodsDispatchesServiceMultipleItemsSingleton
733
+ */
734
+ class GoodsDispatchesServiceMultipleItemsSingleton extends protobuf_1.Message {
735
+ /**
736
+ * Stores the family ID
737
+ *
738
+ * @generated from field: uint64 family_id = 11;
739
+ */
740
+ familyId = protobuf_1.protoInt64.zero;
741
+ /**
742
+ * Stores the item hash to be dispatched
743
+ *
744
+ * @generated from field: string item_hash = 12;
745
+ */
746
+ itemHash = "";
747
+ /**
748
+ * The quantity (in cents) being dispatched in internal unit of material
749
+ *
750
+ * @generated from field: uint64 internal_quantity = 13;
751
+ */
752
+ internalQuantity = protobuf_1.protoInt64.zero;
753
+ /**
754
+ * Stores the ID of the client's unit of material
755
+ *
756
+ * @generated from field: uint64 client_uom_id = 14;
757
+ */
758
+ clientUomId = protobuf_1.protoInt64.zero;
759
+ /**
760
+ * Stores the quantity (in cents) being dispatched in client's unit of material
761
+ *
762
+ * @generated from field: uint64 client_quantity = 15;
763
+ */
764
+ clientQuantity = protobuf_1.protoInt64.zero;
765
+ /**
766
+ * Stores the family code as defined by the client
767
+ *
768
+ * @generated from field: string client_family_code = 16;
769
+ */
770
+ clientFamilyCode = "";
771
+ constructor(data) {
772
+ super();
773
+ protobuf_1.proto3.util.initPartial(data, this);
774
+ }
775
+ static runtime = protobuf_1.proto3;
776
+ static typeName = "Scailo.GoodsDispatchesServiceMultipleItemsSingleton";
777
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
778
+ { no: 11, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
779
+ { no: 12, name: "item_hash", kind: "scalar", T: 9 /* ScalarType.STRING */ },
780
+ { no: 13, name: "internal_quantity", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
781
+ { no: 14, name: "client_uom_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
782
+ { no: 15, name: "client_quantity", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
783
+ { no: 16, name: "client_family_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
784
+ ]);
785
+ static fromBinary(bytes, options) {
786
+ return new GoodsDispatchesServiceMultipleItemsSingleton().fromBinary(bytes, options);
787
+ }
788
+ static fromJson(jsonValue, options) {
789
+ return new GoodsDispatchesServiceMultipleItemsSingleton().fromJson(jsonValue, options);
790
+ }
791
+ static fromJsonString(jsonString, options) {
792
+ return new GoodsDispatchesServiceMultipleItemsSingleton().fromJsonString(jsonString, options);
793
+ }
794
+ static equals(a, b) {
795
+ return protobuf_1.proto3.util.equals(GoodsDispatchesServiceMultipleItemsSingleton, a, b);
796
+ }
797
+ }
798
+ exports.GoodsDispatchesServiceMultipleItemsSingleton = GoodsDispatchesServiceMultipleItemsSingleton;
799
+ /**
800
+ *
801
+ * Describes the parameters required to add multiple items to a goods dispatch
802
+ *
803
+ * @generated from message Scailo.GoodsDispatchesServiceMultipleItemsCreateRequest
804
+ */
805
+ class GoodsDispatchesServiceMultipleItemsCreateRequest extends protobuf_1.Message {
806
+ /**
807
+ * Stores any comment that the user might add during this operation
808
+ *
809
+ * @generated from field: string user_comment = 1;
810
+ */
811
+ userComment = "";
812
+ /**
813
+ * Stores the goods dispatch ID
814
+ *
815
+ * @generated from field: uint64 goods_dispatch_id = 10;
816
+ */
817
+ goodsDispatchId = protobuf_1.protoInt64.zero;
818
+ /**
819
+ * List of items
820
+ *
821
+ * @generated from field: repeated Scailo.GoodsDispatchesServiceMultipleItemsSingleton list = 11;
822
+ */
823
+ list = [];
824
+ constructor(data) {
825
+ super();
826
+ protobuf_1.proto3.util.initPartial(data, this);
827
+ }
828
+ static runtime = protobuf_1.proto3;
829
+ static typeName = "Scailo.GoodsDispatchesServiceMultipleItemsCreateRequest";
830
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
831
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
832
+ { no: 10, name: "goods_dispatch_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
833
+ { no: 11, name: "list", kind: "message", T: GoodsDispatchesServiceMultipleItemsSingleton, repeated: true },
834
+ ]);
835
+ static fromBinary(bytes, options) {
836
+ return new GoodsDispatchesServiceMultipleItemsCreateRequest().fromBinary(bytes, options);
837
+ }
838
+ static fromJson(jsonValue, options) {
839
+ return new GoodsDispatchesServiceMultipleItemsCreateRequest().fromJson(jsonValue, options);
840
+ }
841
+ static fromJsonString(jsonString, options) {
842
+ return new GoodsDispatchesServiceMultipleItemsCreateRequest().fromJsonString(jsonString, options);
843
+ }
844
+ static equals(a, b) {
845
+ return protobuf_1.proto3.util.equals(GoodsDispatchesServiceMultipleItemsCreateRequest, a, b);
846
+ }
847
+ }
848
+ exports.GoodsDispatchesServiceMultipleItemsCreateRequest = GoodsDispatchesServiceMultipleItemsCreateRequest;
728
849
  /**
729
850
  *
730
851
  * Describes the parameters required to update an item in a goods dispatch
@@ -228,6 +228,17 @@ exports.GoodsReceiptsService = {
228
228
  O: magic_links_scailo_pb_js_1.MagicLink,
229
229
  kind: protobuf_1.MethodKind.Unary,
230
230
  },
231
+ /**
232
+ * Add multiple items to a goods receipt
233
+ *
234
+ * @generated from rpc Scailo.GoodsReceiptsService.AddMultipleGoodsReceiptItems
235
+ */
236
+ addMultipleGoodsReceiptItems: {
237
+ name: "AddMultipleGoodsReceiptItems",
238
+ I: goods_receipts_scailo_pb_js_1.GoodsReceiptsServiceMultipleItemsCreateRequest,
239
+ O: base_scailo_pb_js_1.IdentifierResponse,
240
+ kind: protobuf_1.MethodKind.Unary,
241
+ },
231
242
  /**
232
243
  * Add an item to a goods receipt
233
244
  *