@kernelminds/scailo-sdk 0.1.5 → 0.1.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 (91) hide show
  1. package/lib/cjs/src/general_settings.scailo_pb.js +7 -0
  2. package/lib/cjs/src/proforma_invoices.scailo_connect.js +11 -0
  3. package/lib/cjs/src/proforma_invoices.scailo_pb.js +51 -1
  4. package/lib/cjs/src/purchases_indents.scailo_connect.js +11 -0
  5. package/lib/cjs/src/purchases_indents.scailo_pb.js +51 -1
  6. package/lib/cjs/src/purchases_orders.scailo_connect.js +11 -0
  7. package/lib/cjs/src/purchases_orders.scailo_pb.js +51 -1
  8. package/lib/cjs/src/sales_invoices.scailo_connect.js +11 -0
  9. package/lib/cjs/src/sales_invoices.scailo_pb.js +51 -1
  10. package/lib/cjs/src/sales_orders.scailo_connect.js +11 -0
  11. package/lib/cjs/src/sales_orders.scailo_pb.js +51 -1
  12. package/lib/cjs/src/sales_quotations.scailo_connect.js +11 -0
  13. package/lib/cjs/src/sales_quotations.scailo_pb.js +51 -1
  14. package/lib/cjs/src/vendor_invoices.scailo_connect.js +11 -0
  15. package/lib/cjs/src/vendor_invoices.scailo_pb.js +51 -1
  16. package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +6 -0
  17. package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
  18. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +12 -1
  19. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  20. package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +34 -0
  21. package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
  22. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +12 -1
  23. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  24. package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +34 -0
  25. package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
  26. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +12 -1
  27. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  28. package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +34 -0
  29. package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
  30. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +12 -1
  31. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  32. package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +34 -0
  33. package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
  34. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +12 -1
  35. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  36. package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +34 -0
  37. package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
  38. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +12 -1
  39. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  40. package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +34 -0
  41. package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
  42. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
  43. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  44. package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +34 -0
  45. package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
  46. package/lib/esm/src/general_settings.scailo_pb.js +7 -0
  47. package/lib/esm/src/proforma_invoices.scailo_connect.js +11 -0
  48. package/lib/esm/src/proforma_invoices.scailo_pb.js +51 -1
  49. package/lib/esm/src/purchases_indents.scailo_connect.js +11 -0
  50. package/lib/esm/src/purchases_indents.scailo_pb.js +51 -1
  51. package/lib/esm/src/purchases_orders.scailo_connect.js +11 -0
  52. package/lib/esm/src/purchases_orders.scailo_pb.js +51 -1
  53. package/lib/esm/src/sales_invoices.scailo_connect.js +11 -0
  54. package/lib/esm/src/sales_invoices.scailo_pb.js +51 -1
  55. package/lib/esm/src/sales_orders.scailo_connect.js +11 -0
  56. package/lib/esm/src/sales_orders.scailo_pb.js +51 -1
  57. package/lib/esm/src/sales_quotations.scailo_connect.js +11 -0
  58. package/lib/esm/src/sales_quotations.scailo_pb.js +51 -1
  59. package/lib/esm/src/vendor_invoices.scailo_connect.js +11 -0
  60. package/lib/esm/src/vendor_invoices.scailo_pb.js +51 -1
  61. package/lib/esm/types/src/general_settings.scailo_pb.d.ts +6 -0
  62. package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
  63. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +12 -1
  64. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  65. package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +34 -0
  66. package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
  67. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +12 -1
  68. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  69. package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +34 -0
  70. package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
  71. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +12 -1
  72. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  73. package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +34 -0
  74. package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
  75. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +12 -1
  76. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  77. package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +34 -0
  78. package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
  79. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +12 -1
  80. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  81. package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +34 -0
  82. package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
  83. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +12 -1
  84. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  85. package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +34 -0
  86. package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
  87. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
  88. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  89. package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +34 -0
  90. package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
  91. package/package.json +1 -1
@@ -390,6 +390,12 @@ class GeneralSettingsServiceCreateRequest extends protobuf_1.Message {
390
390
  * @generated from field: bool auto_req_verify_on_exit_record_entry = 72;
391
391
  */
392
392
  autoReqVerifyOnExitRecordEntry = false;
393
+ /**
394
+ * Stores the base64 encoded logo of the organization
395
+ *
396
+ * @generated from field: string logo = 80;
397
+ */
398
+ logo = "";
393
399
  /**
394
400
  * The list of dynamic forms
395
401
  *
@@ -428,6 +434,7 @@ class GeneralSettingsServiceCreateRequest extends protobuf_1.Message {
428
434
  { no: 70, name: "disable_vi_creation_with_bill_date_after_po_approval", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
429
435
  { no: 71, name: "require_mfa_for_record_approval", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
430
436
  { no: 72, name: "auto_req_verify_on_exit_record_entry", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
437
+ { no: 80, name: "logo", kind: "scalar", T: 9 /* ScalarType.STRING */ },
431
438
  { no: 200, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
432
439
  ]);
433
440
  static fromBinary(bytes, options) {
@@ -261,6 +261,17 @@ exports.ProformaInvoicesService = {
261
261
  O: base_scailo_pb_js_1.IdentifierResponse,
262
262
  kind: protobuf_1.MethodKind.Unary,
263
263
  },
264
+ /**
265
+ * Update specifications of an item in a proforma invoice
266
+ *
267
+ * @generated from rpc Scailo.ProformaInvoicesService.UpdateProformaInvoiceItemSpecifications
268
+ */
269
+ updateProformaInvoiceItemSpecifications: {
270
+ name: "UpdateProformaInvoiceItemSpecifications",
271
+ I: proforma_invoices_scailo_pb_js_1.ProformaInvoicesServiceItemSpecificationsUpdateRequest,
272
+ O: base_scailo_pb_js_1.IdentifierResponse,
273
+ kind: protobuf_1.MethodKind.Unary,
274
+ },
264
275
  /**
265
276
  * Approve an item in a proforma invoice
266
277
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.ProformaInvoicesServicePaginatedItemsResponse = exports.ProformaInvoiceItemsSearchRequest = exports.ProformaInvoicesServiceSearchAllReq = exports.ProformaInvoicesServiceCountReq = exports.ProformaInvoicesServiceFilterReq = exports.ProformaInvoicesServicePaginationResponse = exports.ProformaInvoicesServicePaginationReq = exports.ProformaInvoicesServiceAlreadyAddedQuantityForSourceRequest = exports.ProformaInvoiceItemProspectiveInfoRequest = exports.ProformaInvoiceItemHistoryRequest = exports.ProformaInvoiceItemsList = exports.ProformaInvoicesList = exports.ProformaInvoiceItem = exports.ProformaInvoicesServiceItemUpdateRequest = exports.ProformaInvoicesServiceMultipleItemsCreateRequest = exports.ProformaInvoicesServiceMultipleItemsSingleton = exports.ProformaInvoicesServiceItemCreateRequest = exports.ProformaInvoice = exports.ProformaInvoiceAncillaryParameters = exports.ProformaInvoicesServiceAutofillRequest = exports.ProformaInvoicesServiceUpdateRequest = exports.ProformaInvoicesServiceCreateRequest = exports.PROFORMA_INVOICE_ITEM_STATUS = exports.PROFORMA_INVOICE_ITEM_SORT_KEY = exports.PROFORMA_INVOICE_BILLING_STATUS = exports.PROFORMA_INVOICE_SORT_KEY = exports.PROFORMA_INVOICE_REF_FROM = void 0;
7
+ exports.ProformaInvoicesServicePaginatedItemsResponse = exports.ProformaInvoiceItemsSearchRequest = exports.ProformaInvoicesServiceSearchAllReq = exports.ProformaInvoicesServiceCountReq = exports.ProformaInvoicesServiceFilterReq = exports.ProformaInvoicesServicePaginationResponse = exports.ProformaInvoicesServicePaginationReq = exports.ProformaInvoicesServiceAlreadyAddedQuantityForSourceRequest = exports.ProformaInvoiceItemProspectiveInfoRequest = exports.ProformaInvoiceItemHistoryRequest = exports.ProformaInvoiceItemsList = exports.ProformaInvoicesList = exports.ProformaInvoiceItem = exports.ProformaInvoicesServiceItemSpecificationsUpdateRequest = exports.ProformaInvoicesServiceItemUpdateRequest = exports.ProformaInvoicesServiceMultipleItemsCreateRequest = exports.ProformaInvoicesServiceMultipleItemsSingleton = exports.ProformaInvoicesServiceItemCreateRequest = exports.ProformaInvoice = exports.ProformaInvoiceAncillaryParameters = exports.ProformaInvoicesServiceAutofillRequest = exports.ProformaInvoicesServiceUpdateRequest = exports.ProformaInvoicesServiceCreateRequest = exports.PROFORMA_INVOICE_ITEM_STATUS = exports.PROFORMA_INVOICE_ITEM_SORT_KEY = exports.PROFORMA_INVOICE_BILLING_STATUS = exports.PROFORMA_INVOICE_SORT_KEY = exports.PROFORMA_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");
@@ -1162,6 +1162,56 @@ class ProformaInvoicesServiceItemUpdateRequest extends protobuf_1.Message {
1162
1162
  }
1163
1163
  }
1164
1164
  exports.ProformaInvoicesServiceItemUpdateRequest = ProformaInvoicesServiceItemUpdateRequest;
1165
+ /**
1166
+ *
1167
+ * Describes the parameters required to update the specifications of an item in a proforma invoice
1168
+ *
1169
+ * @generated from message Scailo.ProformaInvoicesServiceItemSpecificationsUpdateRequest
1170
+ */
1171
+ class ProformaInvoicesServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
1172
+ /**
1173
+ * Stores any comment that the user might add during this operation
1174
+ *
1175
+ * @generated from field: string user_comment = 1;
1176
+ */
1177
+ userComment = "";
1178
+ /**
1179
+ * The UUID of the record
1180
+ *
1181
+ * @generated from field: string uuid = 2;
1182
+ */
1183
+ uuid = "";
1184
+ /**
1185
+ * The specifications that should be updated
1186
+ *
1187
+ * @generated from field: string specifications = 21;
1188
+ */
1189
+ specifications = "";
1190
+ constructor(data) {
1191
+ super();
1192
+ protobuf_1.proto3.util.initPartial(data, this);
1193
+ }
1194
+ static runtime = protobuf_1.proto3;
1195
+ static typeName = "Scailo.ProformaInvoicesServiceItemSpecificationsUpdateRequest";
1196
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1197
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1198
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1199
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1200
+ ]);
1201
+ static fromBinary(bytes, options) {
1202
+ return new ProformaInvoicesServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
1203
+ }
1204
+ static fromJson(jsonValue, options) {
1205
+ return new ProformaInvoicesServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
1206
+ }
1207
+ static fromJsonString(jsonString, options) {
1208
+ return new ProformaInvoicesServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
1209
+ }
1210
+ static equals(a, b) {
1211
+ return protobuf_1.proto3.util.equals(ProformaInvoicesServiceItemSpecificationsUpdateRequest, a, b);
1212
+ }
1213
+ }
1214
+ exports.ProformaInvoicesServiceItemSpecificationsUpdateRequest = ProformaInvoicesServiceItemSpecificationsUpdateRequest;
1165
1215
  /**
1166
1216
  *
1167
1217
  * Describes the parameters that constitute an item associated to a proforma invoice
@@ -261,6 +261,17 @@ exports.PurchasesIndentsService = {
261
261
  O: base_scailo_pb_js_1.IdentifierResponse,
262
262
  kind: protobuf_1.MethodKind.Unary,
263
263
  },
264
+ /**
265
+ * Update specifications of an item in a purchase indent
266
+ *
267
+ * @generated from rpc Scailo.PurchasesIndentsService.UpdatePurchaseIndentItemSpecifications
268
+ */
269
+ updatePurchaseIndentItemSpecifications: {
270
+ name: "UpdatePurchaseIndentItemSpecifications",
271
+ I: purchases_indents_scailo_pb_js_1.PurchasesIndentsServiceItemSpecificationsUpdateRequest,
272
+ O: base_scailo_pb_js_1.IdentifierResponse,
273
+ kind: protobuf_1.MethodKind.Unary,
274
+ },
264
275
  /**
265
276
  * Approve an item in a purchase indent
266
277
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.PurchaseIndentOrderedStatisticsList = exports.PurchaseIndentOrderedStatistics = exports.PurchasesIndentsServicePaginatedItemsResponse = exports.PurchaseIndentItemsSearchRequest = exports.PurchasesIndentsServiceSearchAllReq = exports.PurchasesIndentsServiceCountReq = exports.PurchasesIndentsServiceFilterReq = exports.PurchasesIndentsServicePaginationResponse = exports.PurchasesIndentsServicePaginationReq = exports.PurchaseIndentItemProspectiveInfoRequest = exports.PurchaseIndentItemHistoryRequest = exports.PurchasesIndentsItemsList = exports.PurchasesIndentsList = exports.PurchaseIndentItem = exports.PurchasesIndentsServiceItemUpdateRequest = exports.PurchasesIndentsServiceMultipleItemsCreateRequest = exports.PurchasesIndentsServiceMultipleItemsSingleton = exports.PurchasesIndentsServiceItemCreateRequest = exports.PurchaseIndent = exports.PurchasesIndentsServiceAutofillRequest = exports.PurchasesIndentsServiceUpdateRequest = exports.PurchasesIndentsServiceCreateRequest = exports.PURCHASE_INDENT_ITEM_STATUS = exports.PURCHASE_INDENT_ITEM_SORT_KEY = exports.PURCHASE_INDENT_SORT_KEY = void 0;
7
+ exports.PurchaseIndentOrderedStatisticsList = exports.PurchaseIndentOrderedStatistics = exports.PurchasesIndentsServicePaginatedItemsResponse = exports.PurchaseIndentItemsSearchRequest = exports.PurchasesIndentsServiceSearchAllReq = exports.PurchasesIndentsServiceCountReq = exports.PurchasesIndentsServiceFilterReq = exports.PurchasesIndentsServicePaginationResponse = exports.PurchasesIndentsServicePaginationReq = exports.PurchaseIndentItemProspectiveInfoRequest = exports.PurchaseIndentItemHistoryRequest = exports.PurchasesIndentsItemsList = exports.PurchasesIndentsList = exports.PurchaseIndentItem = exports.PurchasesIndentsServiceItemSpecificationsUpdateRequest = exports.PurchasesIndentsServiceItemUpdateRequest = exports.PurchasesIndentsServiceMultipleItemsCreateRequest = exports.PurchasesIndentsServiceMultipleItemsSingleton = exports.PurchasesIndentsServiceItemCreateRequest = exports.PurchaseIndent = exports.PurchasesIndentsServiceAutofillRequest = exports.PurchasesIndentsServiceUpdateRequest = exports.PurchasesIndentsServiceCreateRequest = exports.PURCHASE_INDENT_ITEM_STATUS = exports.PURCHASE_INDENT_ITEM_SORT_KEY = exports.PURCHASE_INDENT_SORT_KEY = 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");
@@ -738,6 +738,56 @@ class PurchasesIndentsServiceItemUpdateRequest extends protobuf_1.Message {
738
738
  }
739
739
  }
740
740
  exports.PurchasesIndentsServiceItemUpdateRequest = PurchasesIndentsServiceItemUpdateRequest;
741
+ /**
742
+ *
743
+ * Describes the parameters required to update the specifications of an item in a purchase indent
744
+ *
745
+ * @generated from message Scailo.PurchasesIndentsServiceItemSpecificationsUpdateRequest
746
+ */
747
+ class PurchasesIndentsServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
748
+ /**
749
+ * Stores any comment that the user might add during this operation
750
+ *
751
+ * @generated from field: string user_comment = 1;
752
+ */
753
+ userComment = "";
754
+ /**
755
+ * The UUID of the record
756
+ *
757
+ * @generated from field: string uuid = 2;
758
+ */
759
+ uuid = "";
760
+ /**
761
+ * The specifications that should be updated
762
+ *
763
+ * @generated from field: string specifications = 21;
764
+ */
765
+ specifications = "";
766
+ constructor(data) {
767
+ super();
768
+ protobuf_1.proto3.util.initPartial(data, this);
769
+ }
770
+ static runtime = protobuf_1.proto3;
771
+ static typeName = "Scailo.PurchasesIndentsServiceItemSpecificationsUpdateRequest";
772
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
773
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
774
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
775
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
776
+ ]);
777
+ static fromBinary(bytes, options) {
778
+ return new PurchasesIndentsServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
779
+ }
780
+ static fromJson(jsonValue, options) {
781
+ return new PurchasesIndentsServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
782
+ }
783
+ static fromJsonString(jsonString, options) {
784
+ return new PurchasesIndentsServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
785
+ }
786
+ static equals(a, b) {
787
+ return protobuf_1.proto3.util.equals(PurchasesIndentsServiceItemSpecificationsUpdateRequest, a, b);
788
+ }
789
+ }
790
+ exports.PurchasesIndentsServiceItemSpecificationsUpdateRequest = PurchasesIndentsServiceItemSpecificationsUpdateRequest;
741
791
  /**
742
792
  *
743
793
  * Describes the parameters that constitute an item associated to a purchase indent
@@ -261,6 +261,17 @@ exports.PurchasesOrdersService = {
261
261
  O: base_scailo_pb_js_1.IdentifierResponse,
262
262
  kind: protobuf_1.MethodKind.Unary,
263
263
  },
264
+ /**
265
+ * Update specifications of an item in a purchase order
266
+ *
267
+ * @generated from rpc Scailo.PurchasesOrdersService.UpdatePurchaseOrderItemSpecifications
268
+ */
269
+ updatePurchaseOrderItemSpecifications: {
270
+ name: "UpdatePurchaseOrderItemSpecifications",
271
+ I: purchases_orders_scailo_pb_js_1.PurchasesOrdersServiceItemSpecificationsUpdateRequest,
272
+ O: base_scailo_pb_js_1.IdentifierResponse,
273
+ kind: protobuf_1.MethodKind.Unary,
274
+ },
264
275
  /**
265
276
  * Approve an item in a purchase order
266
277
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.PurchaseOrderPriceMatchList = exports.PurchaseOrderPriceMatch = exports.PurchaseOrderInventoryMatchList = exports.PurchaseOrderInventoryMatch = exports.PurchaseOrderBillingStatistics = exports.PurchaseOrderInventoryStatistics = exports.PurchaseOrderContactsList = exports.PurchaseOrderContact = exports.PurchasesOrdersServiceContactCreateRequest = exports.PurchasesOrdersServicePaginatedItemsResponse = exports.PurchaseOrderItemsSearchRequest = exports.PurchaseOrderReferencesList = exports.PurchaseOrderReference = exports.PurchasesOrdersServiceReferenceCreateRequest = exports.PurchasesOrdersServiceSearchAllReq = exports.PurchasesOrdersServiceCountReq = exports.PurchasesOrdersServiceFilterReq = exports.PurchasesOrdersServicePaginationResponse = exports.PurchasesOrdersServicePaginationReq = exports.PurchaseOrderItemProspectiveInfoRequest = exports.PurchaseOrderItemHistoryRequest = exports.PurchaseOrderItemsList = exports.PurchasesOrdersList = exports.PurchaseOrderItem = exports.PurchasesOrdersServiceItemUpdateRequest = exports.PurchasesOrdersServiceMultipleItemsCreateRequest = exports.PurchasesOrdersServiceMultipleItemsSingleton = exports.PurchasesOrdersServiceItemCreateRequest = exports.PurchaseOrder = exports.PurchaseOrderAncillaryParameters = exports.PurchasesOrdersServiceAutofillRequest = exports.PurchasesOrdersServiceUpdateRequest = exports.PurchasesOrdersServiceCreateRequest = exports.PURCHASE_ORDER_ITEM_STATUS = exports.PURCHASE_ORDER_ITEM_SORT_KEY = exports.PURCHASE_ORDER_REFERENCE_REF_FROM = exports.PURCHASE_ORDER_REFERENCE_CONTEXT = exports.PURCHASE_ORDER_SORT_KEY = void 0;
7
+ exports.PurchaseOrderPriceMatchList = exports.PurchaseOrderPriceMatch = exports.PurchaseOrderInventoryMatchList = exports.PurchaseOrderInventoryMatch = exports.PurchaseOrderBillingStatistics = exports.PurchaseOrderInventoryStatistics = exports.PurchaseOrderContactsList = exports.PurchaseOrderContact = exports.PurchasesOrdersServiceContactCreateRequest = exports.PurchasesOrdersServicePaginatedItemsResponse = exports.PurchaseOrderItemsSearchRequest = exports.PurchaseOrderReferencesList = exports.PurchaseOrderReference = exports.PurchasesOrdersServiceReferenceCreateRequest = exports.PurchasesOrdersServiceSearchAllReq = exports.PurchasesOrdersServiceCountReq = exports.PurchasesOrdersServiceFilterReq = exports.PurchasesOrdersServicePaginationResponse = exports.PurchasesOrdersServicePaginationReq = exports.PurchaseOrderItemProspectiveInfoRequest = exports.PurchaseOrderItemHistoryRequest = exports.PurchaseOrderItemsList = exports.PurchasesOrdersList = exports.PurchaseOrderItem = exports.PurchasesOrdersServiceItemSpecificationsUpdateRequest = exports.PurchasesOrdersServiceItemUpdateRequest = exports.PurchasesOrdersServiceMultipleItemsCreateRequest = exports.PurchasesOrdersServiceMultipleItemsSingleton = exports.PurchasesOrdersServiceItemCreateRequest = exports.PurchaseOrder = exports.PurchaseOrderAncillaryParameters = exports.PurchasesOrdersServiceAutofillRequest = exports.PurchasesOrdersServiceUpdateRequest = exports.PurchasesOrdersServiceCreateRequest = exports.PURCHASE_ORDER_ITEM_STATUS = exports.PURCHASE_ORDER_ITEM_SORT_KEY = exports.PURCHASE_ORDER_REFERENCE_REF_FROM = exports.PURCHASE_ORDER_REFERENCE_CONTEXT = exports.PURCHASE_ORDER_SORT_KEY = 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");
@@ -1295,6 +1295,56 @@ class PurchasesOrdersServiceItemUpdateRequest extends protobuf_1.Message {
1295
1295
  }
1296
1296
  }
1297
1297
  exports.PurchasesOrdersServiceItemUpdateRequest = PurchasesOrdersServiceItemUpdateRequest;
1298
+ /**
1299
+ *
1300
+ * Describes the parameters required to update the specifications of an item in a purchase order
1301
+ *
1302
+ * @generated from message Scailo.PurchasesOrdersServiceItemSpecificationsUpdateRequest
1303
+ */
1304
+ class PurchasesOrdersServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
1305
+ /**
1306
+ * Stores any comment that the user might add during this operation
1307
+ *
1308
+ * @generated from field: string user_comment = 1;
1309
+ */
1310
+ userComment = "";
1311
+ /**
1312
+ * The UUID of the record
1313
+ *
1314
+ * @generated from field: string uuid = 2;
1315
+ */
1316
+ uuid = "";
1317
+ /**
1318
+ * The specifications that should be updated
1319
+ *
1320
+ * @generated from field: string specifications = 21;
1321
+ */
1322
+ specifications = "";
1323
+ constructor(data) {
1324
+ super();
1325
+ protobuf_1.proto3.util.initPartial(data, this);
1326
+ }
1327
+ static runtime = protobuf_1.proto3;
1328
+ static typeName = "Scailo.PurchasesOrdersServiceItemSpecificationsUpdateRequest";
1329
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1330
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1331
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1332
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1333
+ ]);
1334
+ static fromBinary(bytes, options) {
1335
+ return new PurchasesOrdersServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
1336
+ }
1337
+ static fromJson(jsonValue, options) {
1338
+ return new PurchasesOrdersServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
1339
+ }
1340
+ static fromJsonString(jsonString, options) {
1341
+ return new PurchasesOrdersServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
1342
+ }
1343
+ static equals(a, b) {
1344
+ return protobuf_1.proto3.util.equals(PurchasesOrdersServiceItemSpecificationsUpdateRequest, a, b);
1345
+ }
1346
+ }
1347
+ exports.PurchasesOrdersServiceItemSpecificationsUpdateRequest = PurchasesOrdersServiceItemSpecificationsUpdateRequest;
1298
1348
  /**
1299
1349
  *
1300
1350
  * Describes the parameters that constitute an item associated to a purchase order
@@ -261,6 +261,17 @@ exports.SalesInvoicesService = {
261
261
  O: base_scailo_pb_js_1.IdentifierResponse,
262
262
  kind: protobuf_1.MethodKind.Unary,
263
263
  },
264
+ /**
265
+ * Update specifications of an item in a sales invoice
266
+ *
267
+ * @generated from rpc Scailo.SalesInvoicesService.UpdateSalesInvoiceItemSpecifications
268
+ */
269
+ updateSalesInvoiceItemSpecifications: {
270
+ name: "UpdateSalesInvoiceItemSpecifications",
271
+ I: sales_invoices_scailo_pb_js_1.SalesInvoicesServiceItemSpecificationsUpdateRequest,
272
+ O: base_scailo_pb_js_1.IdentifierResponse,
273
+ kind: protobuf_1.MethodKind.Unary,
274
+ },
264
275
  /**
265
276
  * Approve an item in a sales invoice
266
277
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.SalesInvoiceDispatchedStatisticsList = exports.SalesInvoiceDispatchedStatistics = exports.SalesInvoicesServicePaginatedItemsResponse = exports.SalesInvoiceItemsSearchRequest = exports.SalesInvoiceReferencesList = exports.SalesInvoiceReference = exports.SalesInvoicesServiceReferenceCreateRequest = exports.SalesInvoicesServiceSearchAllReq = exports.SalesInvoicesServiceCountReq = exports.SalesInvoicesServiceFilterReq = exports.SalesInvoicesServicePaginationResponse = exports.SalesInvoicesServicePaginationReq = exports.SalesInvoicesServiceAlreadyAddedQuantityForSourceRequest = exports.SalesInvoiceItemProspectiveInfoRequest = exports.SalesInvoiceItemHistoryRequest = exports.SalesInvoiceItemsList = exports.SalesInvoicesList = exports.SalesInvoiceItem = exports.SalesInvoicesServiceItemUpdateRequest = exports.SalesInvoicesServiceMultipleItemsCreateRequest = exports.SalesInvoicesServiceMultipleItemsSingleton = exports.SalesInvoicesServiceItemCreateRequest = exports.SalesInvoice = exports.SalesInvoiceAncillaryParameters = exports.SalesInvoicesServiceAutofillRequest = exports.SalesInvoicesServiceUpdateRequest = exports.SalesInvoicesServiceCreateRequest = exports.SALES_INVOICE_ITEM_STATUS = exports.SALES_INVOICE_ITEM_SORT_KEY = exports.SALES_INVOICE_SORT_KEY = exports.SALES_INVOICE_REF_FROM = void 0;
7
+ exports.SalesInvoiceDispatchedStatisticsList = exports.SalesInvoiceDispatchedStatistics = exports.SalesInvoicesServicePaginatedItemsResponse = exports.SalesInvoiceItemsSearchRequest = exports.SalesInvoiceReferencesList = exports.SalesInvoiceReference = exports.SalesInvoicesServiceReferenceCreateRequest = exports.SalesInvoicesServiceSearchAllReq = exports.SalesInvoicesServiceCountReq = exports.SalesInvoicesServiceFilterReq = exports.SalesInvoicesServicePaginationResponse = exports.SalesInvoicesServicePaginationReq = exports.SalesInvoicesServiceAlreadyAddedQuantityForSourceRequest = exports.SalesInvoiceItemProspectiveInfoRequest = exports.SalesInvoiceItemHistoryRequest = exports.SalesInvoiceItemsList = exports.SalesInvoicesList = exports.SalesInvoiceItem = exports.SalesInvoicesServiceItemSpecificationsUpdateRequest = exports.SalesInvoicesServiceItemUpdateRequest = exports.SalesInvoicesServiceMultipleItemsCreateRequest = exports.SalesInvoicesServiceMultipleItemsSingleton = exports.SalesInvoicesServiceItemCreateRequest = exports.SalesInvoice = exports.SalesInvoiceAncillaryParameters = exports.SalesInvoicesServiceAutofillRequest = exports.SalesInvoicesServiceUpdateRequest = exports.SalesInvoicesServiceCreateRequest = exports.SALES_INVOICE_ITEM_STATUS = exports.SALES_INVOICE_ITEM_SORT_KEY = exports.SALES_INVOICE_SORT_KEY = exports.SALES_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");
@@ -1129,6 +1129,56 @@ class SalesInvoicesServiceItemUpdateRequest extends protobuf_1.Message {
1129
1129
  }
1130
1130
  }
1131
1131
  exports.SalesInvoicesServiceItemUpdateRequest = SalesInvoicesServiceItemUpdateRequest;
1132
+ /**
1133
+ *
1134
+ * Describes the parameters required to update the specifications of an item in a sales invoice
1135
+ *
1136
+ * @generated from message Scailo.SalesInvoicesServiceItemSpecificationsUpdateRequest
1137
+ */
1138
+ class SalesInvoicesServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
1139
+ /**
1140
+ * Stores any comment that the user might add during this operation
1141
+ *
1142
+ * @generated from field: string user_comment = 1;
1143
+ */
1144
+ userComment = "";
1145
+ /**
1146
+ * The UUID of the record
1147
+ *
1148
+ * @generated from field: string uuid = 2;
1149
+ */
1150
+ uuid = "";
1151
+ /**
1152
+ * The specifications that should be updated
1153
+ *
1154
+ * @generated from field: string specifications = 21;
1155
+ */
1156
+ specifications = "";
1157
+ constructor(data) {
1158
+ super();
1159
+ protobuf_1.proto3.util.initPartial(data, this);
1160
+ }
1161
+ static runtime = protobuf_1.proto3;
1162
+ static typeName = "Scailo.SalesInvoicesServiceItemSpecificationsUpdateRequest";
1163
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1164
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1165
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1166
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1167
+ ]);
1168
+ static fromBinary(bytes, options) {
1169
+ return new SalesInvoicesServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
1170
+ }
1171
+ static fromJson(jsonValue, options) {
1172
+ return new SalesInvoicesServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
1173
+ }
1174
+ static fromJsonString(jsonString, options) {
1175
+ return new SalesInvoicesServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
1176
+ }
1177
+ static equals(a, b) {
1178
+ return protobuf_1.proto3.util.equals(SalesInvoicesServiceItemSpecificationsUpdateRequest, a, b);
1179
+ }
1180
+ }
1181
+ exports.SalesInvoicesServiceItemSpecificationsUpdateRequest = SalesInvoicesServiceItemSpecificationsUpdateRequest;
1132
1182
  /**
1133
1183
  *
1134
1184
  * Describes the parameters that constitute an item associated to a sales invoice
@@ -261,6 +261,17 @@ exports.SalesOrdersService = {
261
261
  O: base_scailo_pb_js_1.IdentifiersList,
262
262
  kind: protobuf_1.MethodKind.Unary,
263
263
  },
264
+ /**
265
+ * Update specifications of an item in a sales order
266
+ *
267
+ * @generated from rpc Scailo.SalesOrdersService.UpdateSalesOrderItemSpecifications
268
+ */
269
+ updateSalesOrderItemSpecifications: {
270
+ name: "UpdateSalesOrderItemSpecifications",
271
+ I: sales_orders_scailo_pb_js_1.SalesOrdersServiceItemSpecificationsUpdateRequest,
272
+ O: base_scailo_pb_js_1.IdentifierResponse,
273
+ kind: protobuf_1.MethodKind.Unary,
274
+ },
264
275
  /**
265
276
  * Approve an item in a sales order
266
277
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.SalesOrderPriceMatchList = exports.SalesOrderPriceMatch = exports.SalesOrderInventoryMatchList = exports.SalesOrderInventoryMatch = exports.SalesOrderBillingStatistics = exports.SalesOrderInventoryStatistics = exports.SalesOrderContactsList = exports.SalesOrderContact = exports.SalesOrdersServiceContactCreateRequest = exports.SalesOrdersServicePaginatedItemsResponse = exports.SalesOrderItemsSearchRequest = exports.SalesOrderReferencesList = exports.SalesOrderReference = exports.SalesOrdersServiceReferenceCreateRequest = exports.SalesOrdersServiceSearchAllReq = exports.SalesOrdersServiceCountReq = exports.SalesOrdersServiceFilterReq = exports.SalesOrdersServicePaginationResponse = exports.SalesOrdersServicePaginationReq = exports.SalesOrderItemProspectiveInfoRequest = exports.SalesOrderItemHistoryRequest = exports.SalesOrderItemsList = exports.SalesOrdersList = exports.SalesOrderItem = exports.SalesOrdersServiceItemUpdateRequest = exports.SalesOrdersServiceMultipleItemsCreateRequest = exports.SalesOrdersServiceMultipleItemsSingleton = exports.SalesOrdersServiceItemCreateRequest = exports.SalesOrder = exports.SalesOrderAncillaryParameters = exports.SalesOrdersServiceAutofillRequest = exports.SalesOrdersServiceUpdateRequest = exports.SalesOrdersServiceCreateRequest = exports.SALES_ORDER_ITEM_STATUS = exports.SALES_ORDER_ITEM_SORT_KEY = exports.SALES_ORDER_REFERENCE_REF_FROM = exports.SALES_ORDER_REFERENCE_CONTEXT = exports.SALES_ORDER_SORT_KEY = void 0;
7
+ exports.SalesOrderPriceMatchList = exports.SalesOrderPriceMatch = exports.SalesOrderInventoryMatchList = exports.SalesOrderInventoryMatch = exports.SalesOrderBillingStatistics = exports.SalesOrderInventoryStatistics = exports.SalesOrderContactsList = exports.SalesOrderContact = exports.SalesOrdersServiceContactCreateRequest = exports.SalesOrdersServicePaginatedItemsResponse = exports.SalesOrderItemsSearchRequest = exports.SalesOrderReferencesList = exports.SalesOrderReference = exports.SalesOrdersServiceReferenceCreateRequest = exports.SalesOrdersServiceSearchAllReq = exports.SalesOrdersServiceCountReq = exports.SalesOrdersServiceFilterReq = exports.SalesOrdersServicePaginationResponse = exports.SalesOrdersServicePaginationReq = exports.SalesOrderItemProspectiveInfoRequest = exports.SalesOrderItemHistoryRequest = exports.SalesOrderItemsList = exports.SalesOrdersList = exports.SalesOrderItem = exports.SalesOrdersServiceItemSpecificationsUpdateRequest = exports.SalesOrdersServiceItemUpdateRequest = exports.SalesOrdersServiceMultipleItemsCreateRequest = exports.SalesOrdersServiceMultipleItemsSingleton = exports.SalesOrdersServiceItemCreateRequest = exports.SalesOrder = exports.SalesOrderAncillaryParameters = exports.SalesOrdersServiceAutofillRequest = exports.SalesOrdersServiceUpdateRequest = exports.SalesOrdersServiceCreateRequest = exports.SALES_ORDER_ITEM_STATUS = exports.SALES_ORDER_ITEM_SORT_KEY = exports.SALES_ORDER_REFERENCE_REF_FROM = exports.SALES_ORDER_REFERENCE_CONTEXT = exports.SALES_ORDER_SORT_KEY = 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");
@@ -1302,6 +1302,56 @@ class SalesOrdersServiceItemUpdateRequest extends protobuf_1.Message {
1302
1302
  }
1303
1303
  }
1304
1304
  exports.SalesOrdersServiceItemUpdateRequest = SalesOrdersServiceItemUpdateRequest;
1305
+ /**
1306
+ *
1307
+ * Describes the parameters required to update the specifications of an item in a sales order
1308
+ *
1309
+ * @generated from message Scailo.SalesOrdersServiceItemSpecificationsUpdateRequest
1310
+ */
1311
+ class SalesOrdersServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
1312
+ /**
1313
+ * Stores any comment that the user might add during this operation
1314
+ *
1315
+ * @generated from field: string user_comment = 1;
1316
+ */
1317
+ userComment = "";
1318
+ /**
1319
+ * The UUID of the record
1320
+ *
1321
+ * @generated from field: string uuid = 2;
1322
+ */
1323
+ uuid = "";
1324
+ /**
1325
+ * The specifications that should be updated
1326
+ *
1327
+ * @generated from field: string specifications = 21;
1328
+ */
1329
+ specifications = "";
1330
+ constructor(data) {
1331
+ super();
1332
+ protobuf_1.proto3.util.initPartial(data, this);
1333
+ }
1334
+ static runtime = protobuf_1.proto3;
1335
+ static typeName = "Scailo.SalesOrdersServiceItemSpecificationsUpdateRequest";
1336
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1337
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1338
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1339
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1340
+ ]);
1341
+ static fromBinary(bytes, options) {
1342
+ return new SalesOrdersServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
1343
+ }
1344
+ static fromJson(jsonValue, options) {
1345
+ return new SalesOrdersServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
1346
+ }
1347
+ static fromJsonString(jsonString, options) {
1348
+ return new SalesOrdersServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
1349
+ }
1350
+ static equals(a, b) {
1351
+ return protobuf_1.proto3.util.equals(SalesOrdersServiceItemSpecificationsUpdateRequest, a, b);
1352
+ }
1353
+ }
1354
+ exports.SalesOrdersServiceItemSpecificationsUpdateRequest = SalesOrdersServiceItemSpecificationsUpdateRequest;
1305
1355
  /**
1306
1356
  *
1307
1357
  * Describes the parameters that constitute an item associated to a sales order
@@ -261,6 +261,17 @@ exports.SalesQuotationsService = {
261
261
  O: base_scailo_pb_js_1.IdentifiersList,
262
262
  kind: protobuf_1.MethodKind.Unary,
263
263
  },
264
+ /**
265
+ * Update specifications of an item in a sales quotation
266
+ *
267
+ * @generated from rpc Scailo.SalesQuotationsService.UpdateSalesQuotationItemSpecifications
268
+ */
269
+ updateSalesQuotationItemSpecifications: {
270
+ name: "UpdateSalesQuotationItemSpecifications",
271
+ I: sales_quotations_scailo_pb_js_1.SalesQuotationsServiceItemSpecificationsUpdateRequest,
272
+ O: base_scailo_pb_js_1.IdentifierResponse,
273
+ kind: protobuf_1.MethodKind.Unary,
274
+ },
264
275
  /**
265
276
  * Approve an item in a sales quotation
266
277
  *
@@ -4,7 +4,7 @@
4
4
  /* eslint-disable */
5
5
  // @ts-nocheck
6
6
  Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.SalesQuotationContactsList = exports.SalesQuotationContact = exports.SalesQuotationsServiceContactCreateRequest = exports.SalesQuotationsServicePaginatedItemsResponse = exports.SalesQuotationItemsSearchRequest = exports.SalesQuotationReferencesList = exports.SalesQuotationReference = exports.SalesQuotationsServiceReferenceCreateRequest = exports.SalesQuotationsServiceSearchAllReq = exports.SalesQuotationsServiceCountReq = exports.SalesQuotationsServiceFilterReq = exports.SalesQuotationsServicePaginationResponse = exports.SalesQuotationsServicePaginationReq = exports.SalesQuotationItemProspectiveInfoRequest = exports.SalesQuotationItemHistoryRequest = exports.SalesQuotationItemsList = exports.SalesQuotationsList = exports.SalesQuotationItem = exports.SalesQuotationsServiceItemUpdateRequest = exports.SalesQuotationsServiceMultipleItemsCreateRequest = exports.SalesQuotationsServiceMultipleItemsSingleton = exports.SalesQuotationsServiceItemCreateRequest = exports.SalesQuotation = exports.SalesQuotationsServiceAutofillRequest = exports.SalesQuotationsServiceUpdateRequest = exports.SalesQuotationsServiceCreateRequest = exports.SALES_QUOTATION_ITEM_STATUS = exports.SALES_QUOTATION_ITEM_SORT_KEY = exports.SALES_QUOTATION_REFERENCE_REF_FROM = exports.SALES_QUOTATION_REFERENCE_CONTEXT = exports.SALES_QUOTATION_SORT_KEY = void 0;
7
+ exports.SalesQuotationContactsList = exports.SalesQuotationContact = exports.SalesQuotationsServiceContactCreateRequest = exports.SalesQuotationsServicePaginatedItemsResponse = exports.SalesQuotationItemsSearchRequest = exports.SalesQuotationReferencesList = exports.SalesQuotationReference = exports.SalesQuotationsServiceReferenceCreateRequest = exports.SalesQuotationsServiceSearchAllReq = exports.SalesQuotationsServiceCountReq = exports.SalesQuotationsServiceFilterReq = exports.SalesQuotationsServicePaginationResponse = exports.SalesQuotationsServicePaginationReq = exports.SalesQuotationItemProspectiveInfoRequest = exports.SalesQuotationItemHistoryRequest = exports.SalesQuotationItemsList = exports.SalesQuotationsList = exports.SalesQuotationItem = exports.SalesQuotationsServiceItemSpecificationsUpdateRequest = exports.SalesQuotationsServiceItemUpdateRequest = exports.SalesQuotationsServiceMultipleItemsCreateRequest = exports.SalesQuotationsServiceMultipleItemsSingleton = exports.SalesQuotationsServiceItemCreateRequest = exports.SalesQuotation = exports.SalesQuotationsServiceAutofillRequest = exports.SalesQuotationsServiceUpdateRequest = exports.SalesQuotationsServiceCreateRequest = exports.SALES_QUOTATION_ITEM_STATUS = exports.SALES_QUOTATION_ITEM_SORT_KEY = exports.SALES_QUOTATION_REFERENCE_REF_FROM = exports.SALES_QUOTATION_REFERENCE_CONTEXT = exports.SALES_QUOTATION_SORT_KEY = 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");
@@ -1205,6 +1205,56 @@ class SalesQuotationsServiceItemUpdateRequest extends protobuf_1.Message {
1205
1205
  }
1206
1206
  }
1207
1207
  exports.SalesQuotationsServiceItemUpdateRequest = SalesQuotationsServiceItemUpdateRequest;
1208
+ /**
1209
+ *
1210
+ * Describes the parameters required to update the specifications of an item in a sales quotation
1211
+ *
1212
+ * @generated from message Scailo.SalesQuotationsServiceItemSpecificationsUpdateRequest
1213
+ */
1214
+ class SalesQuotationsServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
1215
+ /**
1216
+ * Stores any comment that the user might add during this operation
1217
+ *
1218
+ * @generated from field: string user_comment = 1;
1219
+ */
1220
+ userComment = "";
1221
+ /**
1222
+ * The UUID of the record
1223
+ *
1224
+ * @generated from field: string uuid = 2;
1225
+ */
1226
+ uuid = "";
1227
+ /**
1228
+ * The specifications that should be updated
1229
+ *
1230
+ * @generated from field: string specifications = 21;
1231
+ */
1232
+ specifications = "";
1233
+ constructor(data) {
1234
+ super();
1235
+ protobuf_1.proto3.util.initPartial(data, this);
1236
+ }
1237
+ static runtime = protobuf_1.proto3;
1238
+ static typeName = "Scailo.SalesQuotationsServiceItemSpecificationsUpdateRequest";
1239
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1240
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1241
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1242
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1243
+ ]);
1244
+ static fromBinary(bytes, options) {
1245
+ return new SalesQuotationsServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
1246
+ }
1247
+ static fromJson(jsonValue, options) {
1248
+ return new SalesQuotationsServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
1249
+ }
1250
+ static fromJsonString(jsonString, options) {
1251
+ return new SalesQuotationsServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
1252
+ }
1253
+ static equals(a, b) {
1254
+ return protobuf_1.proto3.util.equals(SalesQuotationsServiceItemSpecificationsUpdateRequest, a, b);
1255
+ }
1256
+ }
1257
+ exports.SalesQuotationsServiceItemSpecificationsUpdateRequest = SalesQuotationsServiceItemSpecificationsUpdateRequest;
1208
1258
  /**
1209
1259
  *
1210
1260
  * Describes the parameters that constitute an item associated to a sales quotation
@@ -261,6 +261,17 @@ exports.VendorInvoicesService = {
261
261
  O: base_scailo_pb_js_1.IdentifierResponse,
262
262
  kind: protobuf_1.MethodKind.Unary,
263
263
  },
264
+ /**
265
+ * Update specifications of an item in a vendor invoice
266
+ *
267
+ * @generated from rpc Scailo.VendorInvoicesService.UpdateVendorInvoiceItemSpecifications
268
+ */
269
+ updateVendorInvoiceItemSpecifications: {
270
+ name: "UpdateVendorInvoiceItemSpecifications",
271
+ I: vendor_invoices_scailo_pb_js_1.VendorInvoicesServiceItemSpecificationsUpdateRequest,
272
+ O: base_scailo_pb_js_1.IdentifierResponse,
273
+ kind: protobuf_1.MethodKind.Unary,
274
+ },
264
275
  /**
265
276
  * Approve an item in a vendor invoice
266
277
  *
@@ -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.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;
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.VendorInvoicesServiceItemSpecificationsUpdateRequest = 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");
@@ -1108,6 +1108,56 @@ class VendorInvoicesServiceItemUpdateRequest extends protobuf_1.Message {
1108
1108
  }
1109
1109
  }
1110
1110
  exports.VendorInvoicesServiceItemUpdateRequest = VendorInvoicesServiceItemUpdateRequest;
1111
+ /**
1112
+ *
1113
+ * Describes the parameters required to update the specifications of an item in a vendor invoice
1114
+ *
1115
+ * @generated from message Scailo.VendorInvoicesServiceItemSpecificationsUpdateRequest
1116
+ */
1117
+ class VendorInvoicesServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
1118
+ /**
1119
+ * Stores any comment that the user might add during this operation
1120
+ *
1121
+ * @generated from field: string user_comment = 1;
1122
+ */
1123
+ userComment = "";
1124
+ /**
1125
+ * The UUID of the record
1126
+ *
1127
+ * @generated from field: string uuid = 2;
1128
+ */
1129
+ uuid = "";
1130
+ /**
1131
+ * The specifications that should be updated
1132
+ *
1133
+ * @generated from field: string specifications = 21;
1134
+ */
1135
+ specifications = "";
1136
+ constructor(data) {
1137
+ super();
1138
+ protobuf_1.proto3.util.initPartial(data, this);
1139
+ }
1140
+ static runtime = protobuf_1.proto3;
1141
+ static typeName = "Scailo.VendorInvoicesServiceItemSpecificationsUpdateRequest";
1142
+ static fields = protobuf_1.proto3.util.newFieldList(() => [
1143
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1144
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1145
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1146
+ ]);
1147
+ static fromBinary(bytes, options) {
1148
+ return new VendorInvoicesServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
1149
+ }
1150
+ static fromJson(jsonValue, options) {
1151
+ return new VendorInvoicesServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
1152
+ }
1153
+ static fromJsonString(jsonString, options) {
1154
+ return new VendorInvoicesServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
1155
+ }
1156
+ static equals(a, b) {
1157
+ return protobuf_1.proto3.util.equals(VendorInvoicesServiceItemSpecificationsUpdateRequest, a, b);
1158
+ }
1159
+ }
1160
+ exports.VendorInvoicesServiceItemSpecificationsUpdateRequest = VendorInvoicesServiceItemSpecificationsUpdateRequest;
1111
1161
  /**
1112
1162
  *
1113
1163
  * Describes the parameters that constitute an item associated to a vendor invoice