@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
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.VendorInvoiceReceiptStatisticsList = exports.VendorInvoiceReceiptStatistics = exports.VendorInvoicesServicePaginatedItemsResponse = exports.VendorInvoiceItemsSearchRequest = exports.VendorInvoiceReferencesList = exports.VendorInvoiceReference = exports.VendorInvoicesServiceReferenceCreateRequest = exports.VendorInvoicesServiceSearchAllReq = exports.VendorInvoicesServiceCountReq = exports.VendorInvoicesServiceFilterReq = exports.VendorInvoicesServicePaginationResponse = exports.VendorInvoicesServicePaginationReq = exports.VendorInvoicesServiceAlreadyAddedQuantityForSourceRequest = exports.VendorInvoiceItemProspectiveInfoRequest = exports.VendorInvoiceItemHistoryRequest = exports.VendorInvoiceItemsList = exports.VendorInvoicesList = exports.VendorInvoiceItem = exports.VendorInvoicesServiceItemUpdateRequest = exports.VendorInvoicesServiceItemCreateRequest = exports.VendorInvoice = exports.VendorInvoiceAncillaryParameters = exports.VendorInvoicesServiceAutofillRequest = exports.VendorInvoicesServiceUpdateRequest = exports.VendorInvoicesServiceCreateRequest = exports.VENDOR_INVOICE_ITEM_STATUS = exports.VENDOR_INVOICE_ITEM_SORT_KEY = exports.VENDOR_INVOICE_SORT_KEY = exports.VENDOR_INVOICE_REF_FROM = void 0;
7
+ exports.VendorInvoiceReceiptStatisticsList = exports.VendorInvoiceReceiptStatistics = exports.VendorInvoicesServicePaginatedItemsResponse = exports.VendorInvoiceItemsSearchRequest = exports.VendorInvoiceReferencesList = exports.VendorInvoiceReference = exports.VendorInvoicesServiceReferenceCreateRequest = exports.VendorInvoicesServiceSearchAllReq = exports.VendorInvoicesServiceCountReq = exports.VendorInvoicesServiceFilterReq = exports.VendorInvoicesServicePaginationResponse = exports.VendorInvoicesServicePaginationReq = exports.VendorInvoicesServiceAlreadyAddedQuantityForSourceRequest = exports.VendorInvoiceItemProspectiveInfoRequest = exports.VendorInvoiceItemHistoryRequest = exports.VendorInvoiceItemsList = exports.VendorInvoicesList = exports.VendorInvoiceItem = exports.VendorInvoicesServiceItemUpdateRequest = exports.VendorInvoicesServiceMultipleItemsCreateRequest = exports.VendorInvoicesServiceMultipleItemsSingleton = exports.VendorInvoicesServiceItemCreateRequest = exports.VendorInvoice = exports.VendorInvoiceAncillaryParameters = exports.VendorInvoicesServiceAutofillRequest = exports.VendorInvoicesServiceUpdateRequest = exports.VendorInvoicesServiceCreateRequest = exports.VENDOR_INVOICE_ITEM_STATUS = exports.VENDOR_INVOICE_ITEM_SORT_KEY = exports.VENDOR_INVOICE_SORT_KEY = exports.VENDOR_INVOICE_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");
@@ -881,6 +881,141 @@ class VendorInvoicesServiceItemCreateRequest extends protobuf_1.Message {
881
881
  }
882
882
  }
883
883
  exports.VendorInvoicesServiceItemCreateRequest = VendorInvoicesServiceItemCreateRequest;
884
+ /**
885
+ *
886
+ * Describes the parameters required to add an individual item as part of multiple item addition to a vendor invoice
887
+ *
888
+ * @generated from message Scailo.VendorInvoicesServiceMultipleItemsSingleton
889
+ */
890
+ class VendorInvoicesServiceMultipleItemsSingleton extends protobuf_1.Message {
891
+ /**
892
+ * Stores the family ID
893
+ *
894
+ * @generated from field: uint64 family_id = 11;
895
+ */
896
+ familyId = protobuf_1.protoInt64.zero;
897
+ /**
898
+ * The quantity (in cents) being admitted in internal unit of material
899
+ *
900
+ * @generated from field: uint64 internal_quantity = 12;
901
+ */
902
+ internalQuantity = protobuf_1.protoInt64.zero;
903
+ /**
904
+ * Stores the ID of the vendor's unit of material
905
+ *
906
+ * @generated from field: uint64 vendor_uom_id = 13;
907
+ */
908
+ vendorUomId = protobuf_1.protoInt64.zero;
909
+ /**
910
+ * Stores the quantity (in cents) being admitted in vendor's unit of material
911
+ *
912
+ * @generated from field: uint64 vendor_quantity = 14;
913
+ */
914
+ vendorQuantity = protobuf_1.protoInt64.zero;
915
+ /**
916
+ * The unit price of the item (as supplied by the vendor)
917
+ *
918
+ * @generated from field: uint64 vendor_unit_price = 15;
919
+ */
920
+ vendorUnitPrice = protobuf_1.protoInt64.zero;
921
+ /**
922
+ * The ID of the associated tax group
923
+ *
924
+ * @generated from field: uint64 tax_group_id = 16;
925
+ */
926
+ taxGroupId = protobuf_1.protoInt64.zero;
927
+ /**
928
+ * The applicable round off amount (optional, and can be positive or negative)
929
+ *
930
+ * @generated from field: int64 round_off = 17;
931
+ */
932
+ roundOff = protobuf_1.protoInt64.zero;
933
+ /**
934
+ * Optional specifications
935
+ *
936
+ * @generated from field: string specifications = 18;
937
+ */
938
+ specifications = "";
939
+ constructor(data) {
940
+ super();
941
+ protobuf_1.proto3.util.initPartial(data, this);
942
+ }
943
+ static runtime = protobuf_1.proto3;
944
+ static typeName = "Scailo.VendorInvoicesServiceMultipleItemsSingleton";
945
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
946
+ { no: 11, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
947
+ { no: 12, name: "internal_quantity", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
948
+ { no: 13, name: "vendor_uom_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
949
+ { no: 14, name: "vendor_quantity", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
950
+ { no: 15, name: "vendor_unit_price", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
951
+ { no: 16, name: "tax_group_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
952
+ { no: 17, name: "round_off", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
953
+ { no: 18, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
954
+ ]);
955
+ static fromBinary(bytes, options) {
956
+ return new VendorInvoicesServiceMultipleItemsSingleton().fromBinary(bytes, options);
957
+ }
958
+ static fromJson(jsonValue, options) {
959
+ return new VendorInvoicesServiceMultipleItemsSingleton().fromJson(jsonValue, options);
960
+ }
961
+ static fromJsonString(jsonString, options) {
962
+ return new VendorInvoicesServiceMultipleItemsSingleton().fromJsonString(jsonString, options);
963
+ }
964
+ static equals(a, b) {
965
+ return protobuf_1.proto3.util.equals(VendorInvoicesServiceMultipleItemsSingleton, a, b);
966
+ }
967
+ }
968
+ exports.VendorInvoicesServiceMultipleItemsSingleton = VendorInvoicesServiceMultipleItemsSingleton;
969
+ /**
970
+ *
971
+ * Describes the parameters required to add multiple items to a vendor invoice
972
+ *
973
+ * @generated from message Scailo.VendorInvoicesServiceMultipleItemsCreateRequest
974
+ */
975
+ class VendorInvoicesServiceMultipleItemsCreateRequest extends protobuf_1.Message {
976
+ /**
977
+ * Stores any comment that the user might add during this operation
978
+ *
979
+ * @generated from field: string user_comment = 1;
980
+ */
981
+ userComment = "";
982
+ /**
983
+ * Stores the vendor invoice ID
984
+ *
985
+ * @generated from field: uint64 vendor_invoice_id = 10;
986
+ */
987
+ vendorInvoiceId = protobuf_1.protoInt64.zero;
988
+ /**
989
+ * List of items
990
+ *
991
+ * @generated from field: repeated Scailo.VendorInvoicesServiceMultipleItemsSingleton list = 11;
992
+ */
993
+ list = [];
994
+ constructor(data) {
995
+ super();
996
+ protobuf_1.proto3.util.initPartial(data, this);
997
+ }
998
+ static runtime = protobuf_1.proto3;
999
+ static typeName = "Scailo.VendorInvoicesServiceMultipleItemsCreateRequest";
1000
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1001
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1002
+ { no: 10, name: "vendor_invoice_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
1003
+ { no: 11, name: "list", kind: "message", T: VendorInvoicesServiceMultipleItemsSingleton, repeated: true },
1004
+ ]);
1005
+ static fromBinary(bytes, options) {
1006
+ return new VendorInvoicesServiceMultipleItemsCreateRequest().fromBinary(bytes, options);
1007
+ }
1008
+ static fromJson(jsonValue, options) {
1009
+ return new VendorInvoicesServiceMultipleItemsCreateRequest().fromJson(jsonValue, options);
1010
+ }
1011
+ static fromJsonString(jsonString, options) {
1012
+ return new VendorInvoicesServiceMultipleItemsCreateRequest().fromJsonString(jsonString, options);
1013
+ }
1014
+ static equals(a, b) {
1015
+ return protobuf_1.proto3.util.equals(VendorInvoicesServiceMultipleItemsCreateRequest, a, b);
1016
+ }
1017
+ }
1018
+ exports.VendorInvoicesServiceMultipleItemsCreateRequest = VendorInvoicesServiceMultipleItemsCreateRequest;
884
1019
  /**
885
1020
  *
886
1021
  * Describes the parameters required to update an item in a vendor invoice