@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.
- package/README.md +4 -4
- package/lib/cjs/index.js +321 -321
- package/lib/cjs/src/components.scailo_pb.js +2 -2
- package/lib/cjs/src/credit_notes.scailo_connect.js +11 -0
- package/lib/cjs/src/credit_notes.scailo_pb.js +143 -1
- package/lib/cjs/src/debit_notes.scailo_connect.js +11 -0
- package/lib/cjs/src/debit_notes.scailo_pb.js +136 -1
- package/lib/cjs/src/equipments.scailo_pb.js +2 -2
- package/lib/cjs/src/feedstocks.scailo_pb.js +2 -2
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +11 -0
- package/lib/cjs/src/goods_dispatches.scailo_pb.js +122 -1
- package/lib/cjs/src/goods_receipts.scailo_connect.js +11 -0
- package/lib/cjs/src/goods_receipts.scailo_pb.js +108 -1
- package/lib/cjs/src/infrastructures.scailo_pb.js +2 -2
- package/lib/cjs/src/inventory.scailo_pb.js +1 -1
- package/lib/cjs/src/merchandises.scailo_pb.js +2 -2
- package/lib/cjs/src/products.scailo_pb.js +2 -2
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +11 -0
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +143 -1
- package/lib/cjs/src/purchases_orders.scailo_connect.js +11 -0
- package/lib/cjs/src/purchases_orders.scailo_pb.js +143 -1
- package/lib/cjs/src/sales_invoices.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_invoices.scailo_pb.js +143 -1
- package/lib/cjs/src/sales_orders.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_orders.scailo_pb.js +157 -1
- package/lib/cjs/src/sales_quotations.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_quotations.scailo_pb.js +150 -1
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +11 -0
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +136 -1
- package/lib/cjs/types/index.d.ts +108 -108
- package/lib/cjs/types/index.d.ts.map +1 -1
- package/lib/cjs/types/src/components.scailo_pb.d.ts +2 -2
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts +104 -0
- package/lib/cjs/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts +98 -0
- package/lib/cjs/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/equipments.scailo_pb.d.ts +2 -2
- package/lib/cjs/types/src/feedstocks.scailo_pb.d.ts +2 -2
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts +86 -0
- package/lib/cjs/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts +74 -0
- package/lib/cjs/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/infrastructures.scailo_pb.d.ts +2 -2
- package/lib/cjs/types/src/inventory.scailo_pb.d.ts +1 -1
- package/lib/cjs/types/src/merchandises.scailo_pb.d.ts +2 -2
- package/lib/cjs/types/src/products.scailo_pb.d.ts +2 -2
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +104 -0
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +104 -0
- package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +104 -0
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +116 -0
- package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +110 -0
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +98 -0
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/index.js +321 -321
- package/lib/esm/src/components.scailo_pb.js +2 -2
- package/lib/esm/src/credit_notes.scailo_connect.js +11 -0
- package/lib/esm/src/credit_notes.scailo_pb.js +143 -1
- package/lib/esm/src/debit_notes.scailo_connect.js +11 -0
- package/lib/esm/src/debit_notes.scailo_pb.js +136 -1
- package/lib/esm/src/equipments.scailo_pb.js +2 -2
- package/lib/esm/src/feedstocks.scailo_pb.js +2 -2
- package/lib/esm/src/goods_dispatches.scailo_connect.js +11 -0
- package/lib/esm/src/goods_dispatches.scailo_pb.js +122 -1
- package/lib/esm/src/goods_receipts.scailo_connect.js +11 -0
- package/lib/esm/src/goods_receipts.scailo_pb.js +108 -1
- package/lib/esm/src/infrastructures.scailo_pb.js +2 -2
- package/lib/esm/src/inventory.scailo_pb.js +1 -1
- package/lib/esm/src/merchandises.scailo_pb.js +2 -2
- package/lib/esm/src/products.scailo_pb.js +2 -2
- package/lib/esm/src/proforma_invoices.scailo_connect.js +11 -0
- package/lib/esm/src/proforma_invoices.scailo_pb.js +143 -1
- package/lib/esm/src/purchases_orders.scailo_connect.js +11 -0
- package/lib/esm/src/purchases_orders.scailo_pb.js +143 -1
- package/lib/esm/src/sales_invoices.scailo_connect.js +11 -0
- package/lib/esm/src/sales_invoices.scailo_pb.js +143 -1
- package/lib/esm/src/sales_orders.scailo_connect.js +11 -0
- package/lib/esm/src/sales_orders.scailo_pb.js +157 -1
- package/lib/esm/src/sales_quotations.scailo_connect.js +11 -0
- package/lib/esm/src/sales_quotations.scailo_pb.js +150 -1
- package/lib/esm/src/vendor_invoices.scailo_connect.js +11 -0
- package/lib/esm/src/vendor_invoices.scailo_pb.js +136 -1
- package/lib/esm/types/index.d.ts +108 -108
- package/lib/esm/types/index.d.ts.map +1 -1
- package/lib/esm/types/src/components.scailo_pb.d.ts +2 -2
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts +104 -0
- package/lib/esm/types/src/credit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts +98 -0
- package/lib/esm/types/src/debit_notes.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/equipments.scailo_pb.d.ts +2 -2
- package/lib/esm/types/src/feedstocks.scailo_pb.d.ts +2 -2
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts +86 -0
- package/lib/esm/types/src/goods_dispatches.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts +74 -0
- package/lib/esm/types/src/goods_receipts.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/infrastructures.scailo_pb.d.ts +2 -2
- package/lib/esm/types/src/inventory.scailo_pb.d.ts +1 -1
- package/lib/esm/types/src/merchandises.scailo_pb.d.ts +2 -2
- package/lib/esm/types/src/products.scailo_pb.d.ts +2 -2
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +104 -0
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +104 -0
- package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +104 -0
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +116 -0
- package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +110 -0
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +98 -0
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- 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");
|
|
@@ -869,6 +869,141 @@ VendorInvoicesServiceItemCreateRequest.fields = protobuf_1.proto3.util.newFieldL
|
|
|
869
869
|
{ no: 17, name: "round_off", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
870
870
|
{ no: 18, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
871
871
|
]);
|
|
872
|
+
/**
|
|
873
|
+
*
|
|
874
|
+
* Describes the parameters required to add an individual item as part of multiple item addition to a vendor invoice
|
|
875
|
+
*
|
|
876
|
+
* @generated from message Scailo.VendorInvoicesServiceMultipleItemsSingleton
|
|
877
|
+
*/
|
|
878
|
+
class VendorInvoicesServiceMultipleItemsSingleton extends protobuf_1.Message {
|
|
879
|
+
constructor(data) {
|
|
880
|
+
super();
|
|
881
|
+
/**
|
|
882
|
+
* Stores the family ID
|
|
883
|
+
*
|
|
884
|
+
* @generated from field: uint64 family_id = 11;
|
|
885
|
+
*/
|
|
886
|
+
this.familyId = protobuf_1.protoInt64.zero;
|
|
887
|
+
/**
|
|
888
|
+
* The quantity (in cents) being admitted in internal unit of material
|
|
889
|
+
*
|
|
890
|
+
* @generated from field: uint64 internal_quantity = 12;
|
|
891
|
+
*/
|
|
892
|
+
this.internalQuantity = protobuf_1.protoInt64.zero;
|
|
893
|
+
/**
|
|
894
|
+
* Stores the ID of the vendor's unit of material
|
|
895
|
+
*
|
|
896
|
+
* @generated from field: uint64 vendor_uom_id = 13;
|
|
897
|
+
*/
|
|
898
|
+
this.vendorUomId = protobuf_1.protoInt64.zero;
|
|
899
|
+
/**
|
|
900
|
+
* Stores the quantity (in cents) being admitted in vendor's unit of material
|
|
901
|
+
*
|
|
902
|
+
* @generated from field: uint64 vendor_quantity = 14;
|
|
903
|
+
*/
|
|
904
|
+
this.vendorQuantity = protobuf_1.protoInt64.zero;
|
|
905
|
+
/**
|
|
906
|
+
* The unit price of the item (as supplied by the vendor)
|
|
907
|
+
*
|
|
908
|
+
* @generated from field: uint64 vendor_unit_price = 15;
|
|
909
|
+
*/
|
|
910
|
+
this.vendorUnitPrice = protobuf_1.protoInt64.zero;
|
|
911
|
+
/**
|
|
912
|
+
* The ID of the associated tax group
|
|
913
|
+
*
|
|
914
|
+
* @generated from field: uint64 tax_group_id = 16;
|
|
915
|
+
*/
|
|
916
|
+
this.taxGroupId = protobuf_1.protoInt64.zero;
|
|
917
|
+
/**
|
|
918
|
+
* The applicable round off amount (optional, and can be positive or negative)
|
|
919
|
+
*
|
|
920
|
+
* @generated from field: int64 round_off = 17;
|
|
921
|
+
*/
|
|
922
|
+
this.roundOff = protobuf_1.protoInt64.zero;
|
|
923
|
+
/**
|
|
924
|
+
* Optional specifications
|
|
925
|
+
*
|
|
926
|
+
* @generated from field: string specifications = 18;
|
|
927
|
+
*/
|
|
928
|
+
this.specifications = "";
|
|
929
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
930
|
+
}
|
|
931
|
+
static fromBinary(bytes, options) {
|
|
932
|
+
return new VendorInvoicesServiceMultipleItemsSingleton().fromBinary(bytes, options);
|
|
933
|
+
}
|
|
934
|
+
static fromJson(jsonValue, options) {
|
|
935
|
+
return new VendorInvoicesServiceMultipleItemsSingleton().fromJson(jsonValue, options);
|
|
936
|
+
}
|
|
937
|
+
static fromJsonString(jsonString, options) {
|
|
938
|
+
return new VendorInvoicesServiceMultipleItemsSingleton().fromJsonString(jsonString, options);
|
|
939
|
+
}
|
|
940
|
+
static equals(a, b) {
|
|
941
|
+
return protobuf_1.proto3.util.equals(VendorInvoicesServiceMultipleItemsSingleton, a, b);
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
exports.VendorInvoicesServiceMultipleItemsSingleton = VendorInvoicesServiceMultipleItemsSingleton;
|
|
945
|
+
VendorInvoicesServiceMultipleItemsSingleton.runtime = protobuf_1.proto3;
|
|
946
|
+
VendorInvoicesServiceMultipleItemsSingleton.typeName = "Scailo.VendorInvoicesServiceMultipleItemsSingleton";
|
|
947
|
+
VendorInvoicesServiceMultipleItemsSingleton.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
948
|
+
{ no: 11, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
949
|
+
{ no: 12, name: "internal_quantity", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
950
|
+
{ no: 13, name: "vendor_uom_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
951
|
+
{ no: 14, name: "vendor_quantity", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
952
|
+
{ no: 15, name: "vendor_unit_price", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
953
|
+
{ no: 16, name: "tax_group_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
954
|
+
{ no: 17, name: "round_off", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
|
|
955
|
+
{ no: 18, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
956
|
+
]);
|
|
957
|
+
/**
|
|
958
|
+
*
|
|
959
|
+
* Describes the parameters required to add multiple items to a vendor invoice
|
|
960
|
+
*
|
|
961
|
+
* @generated from message Scailo.VendorInvoicesServiceMultipleItemsCreateRequest
|
|
962
|
+
*/
|
|
963
|
+
class VendorInvoicesServiceMultipleItemsCreateRequest extends protobuf_1.Message {
|
|
964
|
+
constructor(data) {
|
|
965
|
+
super();
|
|
966
|
+
/**
|
|
967
|
+
* Stores any comment that the user might add during this operation
|
|
968
|
+
*
|
|
969
|
+
* @generated from field: string user_comment = 1;
|
|
970
|
+
*/
|
|
971
|
+
this.userComment = "";
|
|
972
|
+
/**
|
|
973
|
+
* Stores the vendor invoice ID
|
|
974
|
+
*
|
|
975
|
+
* @generated from field: uint64 vendor_invoice_id = 10;
|
|
976
|
+
*/
|
|
977
|
+
this.vendorInvoiceId = protobuf_1.protoInt64.zero;
|
|
978
|
+
/**
|
|
979
|
+
* List of items
|
|
980
|
+
*
|
|
981
|
+
* @generated from field: repeated Scailo.VendorInvoicesServiceMultipleItemsSingleton list = 11;
|
|
982
|
+
*/
|
|
983
|
+
this.list = [];
|
|
984
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
985
|
+
}
|
|
986
|
+
static fromBinary(bytes, options) {
|
|
987
|
+
return new VendorInvoicesServiceMultipleItemsCreateRequest().fromBinary(bytes, options);
|
|
988
|
+
}
|
|
989
|
+
static fromJson(jsonValue, options) {
|
|
990
|
+
return new VendorInvoicesServiceMultipleItemsCreateRequest().fromJson(jsonValue, options);
|
|
991
|
+
}
|
|
992
|
+
static fromJsonString(jsonString, options) {
|
|
993
|
+
return new VendorInvoicesServiceMultipleItemsCreateRequest().fromJsonString(jsonString, options);
|
|
994
|
+
}
|
|
995
|
+
static equals(a, b) {
|
|
996
|
+
return protobuf_1.proto3.util.equals(VendorInvoicesServiceMultipleItemsCreateRequest, a, b);
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
exports.VendorInvoicesServiceMultipleItemsCreateRequest = VendorInvoicesServiceMultipleItemsCreateRequest;
|
|
1000
|
+
VendorInvoicesServiceMultipleItemsCreateRequest.runtime = protobuf_1.proto3;
|
|
1001
|
+
VendorInvoicesServiceMultipleItemsCreateRequest.typeName = "Scailo.VendorInvoicesServiceMultipleItemsCreateRequest";
|
|
1002
|
+
VendorInvoicesServiceMultipleItemsCreateRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1003
|
+
{ no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1004
|
+
{ no: 10, name: "vendor_invoice_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1005
|
+
{ no: 11, name: "list", kind: "message", T: VendorInvoicesServiceMultipleItemsSingleton, repeated: true },
|
|
1006
|
+
]);
|
|
872
1007
|
/**
|
|
873
1008
|
*
|
|
874
1009
|
* Describes the parameters required to update an item in a vendor invoice
|