@kernelminds/scailo-sdk 0.1.5 → 0.1.7

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 (103) 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/vault.scailo_connect.js +110 -0
  15. package/lib/cjs/src/vault_commons.scailo_pb.js +774 -1
  16. package/lib/cjs/src/vendor_invoices.scailo_connect.js +11 -0
  17. package/lib/cjs/src/vendor_invoices.scailo_pb.js +51 -1
  18. package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +6 -0
  19. package/lib/cjs/types/src/general_settings.scailo_pb.d.ts.map +1 -1
  20. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +12 -1
  21. package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  22. package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +34 -0
  23. package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
  24. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +12 -1
  25. package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  26. package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts +34 -0
  27. package/lib/cjs/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
  28. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +12 -1
  29. package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  30. package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts +34 -0
  31. package/lib/cjs/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
  32. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +12 -1
  33. package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  34. package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +34 -0
  35. package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
  36. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +12 -1
  37. package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  38. package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts +34 -0
  39. package/lib/cjs/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
  40. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +12 -1
  41. package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  42. package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts +34 -0
  43. package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
  44. package/lib/cjs/types/src/vault.scailo_connect.d.ts +112 -2
  45. package/lib/cjs/types/src/vault.scailo_connect.d.ts.map +1 -1
  46. package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +573 -0
  47. package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
  48. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
  49. package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  50. package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +34 -0
  51. package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
  52. package/lib/esm/src/general_settings.scailo_pb.js +7 -0
  53. package/lib/esm/src/proforma_invoices.scailo_connect.js +11 -0
  54. package/lib/esm/src/proforma_invoices.scailo_pb.js +51 -1
  55. package/lib/esm/src/purchases_indents.scailo_connect.js +11 -0
  56. package/lib/esm/src/purchases_indents.scailo_pb.js +51 -1
  57. package/lib/esm/src/purchases_orders.scailo_connect.js +11 -0
  58. package/lib/esm/src/purchases_orders.scailo_pb.js +51 -1
  59. package/lib/esm/src/sales_invoices.scailo_connect.js +11 -0
  60. package/lib/esm/src/sales_invoices.scailo_pb.js +51 -1
  61. package/lib/esm/src/sales_orders.scailo_connect.js +11 -0
  62. package/lib/esm/src/sales_orders.scailo_pb.js +51 -1
  63. package/lib/esm/src/sales_quotations.scailo_connect.js +11 -0
  64. package/lib/esm/src/sales_quotations.scailo_pb.js +51 -1
  65. package/lib/esm/src/vault.scailo_connect.js +110 -0
  66. package/lib/esm/src/vault_commons.scailo_pb.js +792 -1
  67. package/lib/esm/src/vendor_invoices.scailo_connect.js +11 -0
  68. package/lib/esm/src/vendor_invoices.scailo_pb.js +51 -1
  69. package/lib/esm/types/src/general_settings.scailo_pb.d.ts +6 -0
  70. package/lib/esm/types/src/general_settings.scailo_pb.d.ts.map +1 -1
  71. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +12 -1
  72. package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
  73. package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +34 -0
  74. package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
  75. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +12 -1
  76. package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
  77. package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts +34 -0
  78. package/lib/esm/types/src/purchases_indents.scailo_pb.d.ts.map +1 -1
  79. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +12 -1
  80. package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
  81. package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts +34 -0
  82. package/lib/esm/types/src/purchases_orders.scailo_pb.d.ts.map +1 -1
  83. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +12 -1
  84. package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
  85. package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +34 -0
  86. package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
  87. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +12 -1
  88. package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
  89. package/lib/esm/types/src/sales_orders.scailo_pb.d.ts +34 -0
  90. package/lib/esm/types/src/sales_orders.scailo_pb.d.ts.map +1 -1
  91. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +12 -1
  92. package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
  93. package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts +34 -0
  94. package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
  95. package/lib/esm/types/src/vault.scailo_connect.d.ts +112 -2
  96. package/lib/esm/types/src/vault.scailo_connect.d.ts.map +1 -1
  97. package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +573 -0
  98. package/lib/esm/types/src/vault_commons.scailo_pb.d.ts.map +1 -1
  99. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
  100. package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
  101. package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +34 -0
  102. package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
  103. package/package.json +1 -1
@@ -386,6 +386,12 @@ class GeneralSettingsServiceCreateRequest extends protobuf_1.Message {
386
386
  * @generated from field: bool auto_req_verify_on_exit_record_entry = 72;
387
387
  */
388
388
  this.autoReqVerifyOnExitRecordEntry = false;
389
+ /**
390
+ * Stores the base64 encoded logo of the organization
391
+ *
392
+ * @generated from field: string logo = 80;
393
+ */
394
+ this.logo = "";
389
395
  /**
390
396
  * The list of dynamic forms
391
397
  *
@@ -436,5 +442,6 @@ GeneralSettingsServiceCreateRequest.fields = protobuf_1.proto3.util.newFieldList
436
442
  { no: 70, name: "disable_vi_creation_with_bill_date_after_po_approval", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
437
443
  { no: 71, name: "require_mfa_for_record_approval", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
438
444
  { no: 72, name: "auto_req_verify_on_exit_record_entry", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
445
+ { no: 80, name: "logo", kind: "scalar", T: 9 /* ScalarType.STRING */ },
439
446
  { no: 200, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
440
447
  ]);
@@ -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");
@@ -1150,6 +1150,56 @@ ProformaInvoicesServiceItemUpdateRequest.fields = protobuf_1.proto3.util.newFiel
1150
1150
  { no: 18, name: "round_off", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1151
1151
  { no: 19, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1152
1152
  ]);
1153
+ /**
1154
+ *
1155
+ * Describes the parameters required to update the specifications of an item in a proforma invoice
1156
+ *
1157
+ * @generated from message Scailo.ProformaInvoicesServiceItemSpecificationsUpdateRequest
1158
+ */
1159
+ class ProformaInvoicesServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
1160
+ constructor(data) {
1161
+ super();
1162
+ /**
1163
+ * Stores any comment that the user might add during this operation
1164
+ *
1165
+ * @generated from field: string user_comment = 1;
1166
+ */
1167
+ this.userComment = "";
1168
+ /**
1169
+ * The UUID of the record
1170
+ *
1171
+ * @generated from field: string uuid = 2;
1172
+ */
1173
+ this.uuid = "";
1174
+ /**
1175
+ * The specifications that should be updated
1176
+ *
1177
+ * @generated from field: string specifications = 21;
1178
+ */
1179
+ this.specifications = "";
1180
+ protobuf_1.proto3.util.initPartial(data, this);
1181
+ }
1182
+ static fromBinary(bytes, options) {
1183
+ return new ProformaInvoicesServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
1184
+ }
1185
+ static fromJson(jsonValue, options) {
1186
+ return new ProformaInvoicesServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
1187
+ }
1188
+ static fromJsonString(jsonString, options) {
1189
+ return new ProformaInvoicesServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
1190
+ }
1191
+ static equals(a, b) {
1192
+ return protobuf_1.proto3.util.equals(ProformaInvoicesServiceItemSpecificationsUpdateRequest, a, b);
1193
+ }
1194
+ }
1195
+ exports.ProformaInvoicesServiceItemSpecificationsUpdateRequest = ProformaInvoicesServiceItemSpecificationsUpdateRequest;
1196
+ ProformaInvoicesServiceItemSpecificationsUpdateRequest.runtime = protobuf_1.proto3;
1197
+ ProformaInvoicesServiceItemSpecificationsUpdateRequest.typeName = "Scailo.ProformaInvoicesServiceItemSpecificationsUpdateRequest";
1198
+ ProformaInvoicesServiceItemSpecificationsUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
1199
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1200
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1201
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1202
+ ]);
1153
1203
  /**
1154
1204
  *
1155
1205
  * 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");
@@ -726,6 +726,56 @@ PurchasesIndentsServiceItemUpdateRequest.fields = protobuf_1.proto3.util.newFiel
726
726
  { no: 13, name: "delivery_date", kind: "scalar", T: 9 /* ScalarType.STRING */ },
727
727
  { no: 14, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
728
728
  ]);
729
+ /**
730
+ *
731
+ * Describes the parameters required to update the specifications of an item in a purchase indent
732
+ *
733
+ * @generated from message Scailo.PurchasesIndentsServiceItemSpecificationsUpdateRequest
734
+ */
735
+ class PurchasesIndentsServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
736
+ constructor(data) {
737
+ super();
738
+ /**
739
+ * Stores any comment that the user might add during this operation
740
+ *
741
+ * @generated from field: string user_comment = 1;
742
+ */
743
+ this.userComment = "";
744
+ /**
745
+ * The UUID of the record
746
+ *
747
+ * @generated from field: string uuid = 2;
748
+ */
749
+ this.uuid = "";
750
+ /**
751
+ * The specifications that should be updated
752
+ *
753
+ * @generated from field: string specifications = 21;
754
+ */
755
+ this.specifications = "";
756
+ protobuf_1.proto3.util.initPartial(data, this);
757
+ }
758
+ static fromBinary(bytes, options) {
759
+ return new PurchasesIndentsServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
760
+ }
761
+ static fromJson(jsonValue, options) {
762
+ return new PurchasesIndentsServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
763
+ }
764
+ static fromJsonString(jsonString, options) {
765
+ return new PurchasesIndentsServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
766
+ }
767
+ static equals(a, b) {
768
+ return protobuf_1.proto3.util.equals(PurchasesIndentsServiceItemSpecificationsUpdateRequest, a, b);
769
+ }
770
+ }
771
+ exports.PurchasesIndentsServiceItemSpecificationsUpdateRequest = PurchasesIndentsServiceItemSpecificationsUpdateRequest;
772
+ PurchasesIndentsServiceItemSpecificationsUpdateRequest.runtime = protobuf_1.proto3;
773
+ PurchasesIndentsServiceItemSpecificationsUpdateRequest.typeName = "Scailo.PurchasesIndentsServiceItemSpecificationsUpdateRequest";
774
+ PurchasesIndentsServiceItemSpecificationsUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
775
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
776
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
777
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
778
+ ]);
729
779
  /**
730
780
  *
731
781
  * 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");
@@ -1283,6 +1283,56 @@ PurchasesOrdersServiceItemUpdateRequest.fields = protobuf_1.proto3.util.newField
1283
1283
  { no: 18, name: "delivery_date", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1284
1284
  { no: 19, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1285
1285
  ]);
1286
+ /**
1287
+ *
1288
+ * Describes the parameters required to update the specifications of an item in a purchase order
1289
+ *
1290
+ * @generated from message Scailo.PurchasesOrdersServiceItemSpecificationsUpdateRequest
1291
+ */
1292
+ class PurchasesOrdersServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
1293
+ constructor(data) {
1294
+ super();
1295
+ /**
1296
+ * Stores any comment that the user might add during this operation
1297
+ *
1298
+ * @generated from field: string user_comment = 1;
1299
+ */
1300
+ this.userComment = "";
1301
+ /**
1302
+ * The UUID of the record
1303
+ *
1304
+ * @generated from field: string uuid = 2;
1305
+ */
1306
+ this.uuid = "";
1307
+ /**
1308
+ * The specifications that should be updated
1309
+ *
1310
+ * @generated from field: string specifications = 21;
1311
+ */
1312
+ this.specifications = "";
1313
+ protobuf_1.proto3.util.initPartial(data, this);
1314
+ }
1315
+ static fromBinary(bytes, options) {
1316
+ return new PurchasesOrdersServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
1317
+ }
1318
+ static fromJson(jsonValue, options) {
1319
+ return new PurchasesOrdersServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
1320
+ }
1321
+ static fromJsonString(jsonString, options) {
1322
+ return new PurchasesOrdersServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
1323
+ }
1324
+ static equals(a, b) {
1325
+ return protobuf_1.proto3.util.equals(PurchasesOrdersServiceItemSpecificationsUpdateRequest, a, b);
1326
+ }
1327
+ }
1328
+ exports.PurchasesOrdersServiceItemSpecificationsUpdateRequest = PurchasesOrdersServiceItemSpecificationsUpdateRequest;
1329
+ PurchasesOrdersServiceItemSpecificationsUpdateRequest.runtime = protobuf_1.proto3;
1330
+ PurchasesOrdersServiceItemSpecificationsUpdateRequest.typeName = "Scailo.PurchasesOrdersServiceItemSpecificationsUpdateRequest";
1331
+ PurchasesOrdersServiceItemSpecificationsUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
1332
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1333
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1334
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1335
+ ]);
1286
1336
  /**
1287
1337
  *
1288
1338
  * 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");
@@ -1117,6 +1117,56 @@ SalesInvoicesServiceItemUpdateRequest.fields = protobuf_1.proto3.util.newFieldLi
1117
1117
  { no: 18, name: "round_off", kind: "scalar", T: 3 /* ScalarType.INT64 */ },
1118
1118
  { no: 19, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1119
1119
  ]);
1120
+ /**
1121
+ *
1122
+ * Describes the parameters required to update the specifications of an item in a sales invoice
1123
+ *
1124
+ * @generated from message Scailo.SalesInvoicesServiceItemSpecificationsUpdateRequest
1125
+ */
1126
+ class SalesInvoicesServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
1127
+ constructor(data) {
1128
+ super();
1129
+ /**
1130
+ * Stores any comment that the user might add during this operation
1131
+ *
1132
+ * @generated from field: string user_comment = 1;
1133
+ */
1134
+ this.userComment = "";
1135
+ /**
1136
+ * The UUID of the record
1137
+ *
1138
+ * @generated from field: string uuid = 2;
1139
+ */
1140
+ this.uuid = "";
1141
+ /**
1142
+ * The specifications that should be updated
1143
+ *
1144
+ * @generated from field: string specifications = 21;
1145
+ */
1146
+ this.specifications = "";
1147
+ protobuf_1.proto3.util.initPartial(data, this);
1148
+ }
1149
+ static fromBinary(bytes, options) {
1150
+ return new SalesInvoicesServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
1151
+ }
1152
+ static fromJson(jsonValue, options) {
1153
+ return new SalesInvoicesServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
1154
+ }
1155
+ static fromJsonString(jsonString, options) {
1156
+ return new SalesInvoicesServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
1157
+ }
1158
+ static equals(a, b) {
1159
+ return protobuf_1.proto3.util.equals(SalesInvoicesServiceItemSpecificationsUpdateRequest, a, b);
1160
+ }
1161
+ }
1162
+ exports.SalesInvoicesServiceItemSpecificationsUpdateRequest = SalesInvoicesServiceItemSpecificationsUpdateRequest;
1163
+ SalesInvoicesServiceItemSpecificationsUpdateRequest.runtime = protobuf_1.proto3;
1164
+ SalesInvoicesServiceItemSpecificationsUpdateRequest.typeName = "Scailo.SalesInvoicesServiceItemSpecificationsUpdateRequest";
1165
+ SalesInvoicesServiceItemSpecificationsUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
1166
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1167
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1168
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1169
+ ]);
1120
1170
  /**
1121
1171
  *
1122
1172
  * 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");
@@ -1290,6 +1290,56 @@ SalesOrdersServiceItemUpdateRequest.fields = protobuf_1.proto3.util.newFieldList
1290
1290
  { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1291
1291
  { no: 22, name: "is_invoiceable", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
1292
1292
  ]);
1293
+ /**
1294
+ *
1295
+ * Describes the parameters required to update the specifications of an item in a sales order
1296
+ *
1297
+ * @generated from message Scailo.SalesOrdersServiceItemSpecificationsUpdateRequest
1298
+ */
1299
+ class SalesOrdersServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
1300
+ constructor(data) {
1301
+ super();
1302
+ /**
1303
+ * Stores any comment that the user might add during this operation
1304
+ *
1305
+ * @generated from field: string user_comment = 1;
1306
+ */
1307
+ this.userComment = "";
1308
+ /**
1309
+ * The UUID of the record
1310
+ *
1311
+ * @generated from field: string uuid = 2;
1312
+ */
1313
+ this.uuid = "";
1314
+ /**
1315
+ * The specifications that should be updated
1316
+ *
1317
+ * @generated from field: string specifications = 21;
1318
+ */
1319
+ this.specifications = "";
1320
+ protobuf_1.proto3.util.initPartial(data, this);
1321
+ }
1322
+ static fromBinary(bytes, options) {
1323
+ return new SalesOrdersServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
1324
+ }
1325
+ static fromJson(jsonValue, options) {
1326
+ return new SalesOrdersServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
1327
+ }
1328
+ static fromJsonString(jsonString, options) {
1329
+ return new SalesOrdersServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
1330
+ }
1331
+ static equals(a, b) {
1332
+ return protobuf_1.proto3.util.equals(SalesOrdersServiceItemSpecificationsUpdateRequest, a, b);
1333
+ }
1334
+ }
1335
+ exports.SalesOrdersServiceItemSpecificationsUpdateRequest = SalesOrdersServiceItemSpecificationsUpdateRequest;
1336
+ SalesOrdersServiceItemSpecificationsUpdateRequest.runtime = protobuf_1.proto3;
1337
+ SalesOrdersServiceItemSpecificationsUpdateRequest.typeName = "Scailo.SalesOrdersServiceItemSpecificationsUpdateRequest";
1338
+ SalesOrdersServiceItemSpecificationsUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
1339
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1340
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1341
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1342
+ ]);
1293
1343
  /**
1294
1344
  *
1295
1345
  * 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");
@@ -1193,6 +1193,56 @@ SalesQuotationsServiceItemUpdateRequest.fields = protobuf_1.proto3.util.newField
1193
1193
  { no: 20, name: "delivery_date", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1194
1194
  { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1195
1195
  ]);
1196
+ /**
1197
+ *
1198
+ * Describes the parameters required to update the specifications of an item in a sales quotation
1199
+ *
1200
+ * @generated from message Scailo.SalesQuotationsServiceItemSpecificationsUpdateRequest
1201
+ */
1202
+ class SalesQuotationsServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
1203
+ constructor(data) {
1204
+ super();
1205
+ /**
1206
+ * Stores any comment that the user might add during this operation
1207
+ *
1208
+ * @generated from field: string user_comment = 1;
1209
+ */
1210
+ this.userComment = "";
1211
+ /**
1212
+ * The UUID of the record
1213
+ *
1214
+ * @generated from field: string uuid = 2;
1215
+ */
1216
+ this.uuid = "";
1217
+ /**
1218
+ * The specifications that should be updated
1219
+ *
1220
+ * @generated from field: string specifications = 21;
1221
+ */
1222
+ this.specifications = "";
1223
+ protobuf_1.proto3.util.initPartial(data, this);
1224
+ }
1225
+ static fromBinary(bytes, options) {
1226
+ return new SalesQuotationsServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
1227
+ }
1228
+ static fromJson(jsonValue, options) {
1229
+ return new SalesQuotationsServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
1230
+ }
1231
+ static fromJsonString(jsonString, options) {
1232
+ return new SalesQuotationsServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
1233
+ }
1234
+ static equals(a, b) {
1235
+ return protobuf_1.proto3.util.equals(SalesQuotationsServiceItemSpecificationsUpdateRequest, a, b);
1236
+ }
1237
+ }
1238
+ exports.SalesQuotationsServiceItemSpecificationsUpdateRequest = SalesQuotationsServiceItemSpecificationsUpdateRequest;
1239
+ SalesQuotationsServiceItemSpecificationsUpdateRequest.runtime = protobuf_1.proto3;
1240
+ SalesQuotationsServiceItemSpecificationsUpdateRequest.typeName = "Scailo.SalesQuotationsServiceItemSpecificationsUpdateRequest";
1241
+ SalesQuotationsServiceItemSpecificationsUpdateRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
1242
+ { no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1243
+ { no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1244
+ { no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1245
+ ]);
1196
1246
  /**
1197
1247
  *
1198
1248
  * Describes the parameters that constitute an item associated to a sales quotation