@kernelminds/scailo-sdk 0.0.66 → 0.0.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +45 -19
- package/lib/cjs/src/sales_invoices.scailo_pb.js +45 -19
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +45 -19
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts +32 -12
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts +32 -12
- package/lib/cjs/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts +32 -12
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/proforma_invoices.scailo_pb.js +45 -19
- package/lib/esm/src/sales_invoices.scailo_pb.js +45 -19
- package/lib/esm/src/vendor_invoices.scailo_pb.js +45 -19
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts +32 -12
- package/lib/esm/types/src/proforma_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts +32 -12
- package/lib/esm/types/src/sales_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts +32 -12
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -4,10 +4,36 @@
|
|
|
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.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 = 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.ProformaInvoicesServiceItemUpdateRequest = 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");
|
|
11
|
+
/**
|
|
12
|
+
*
|
|
13
|
+
* Stores all the possible references from which a proforma invoice can be added
|
|
14
|
+
*
|
|
15
|
+
* @generated from enum Scailo.PROFORMA_INVOICE_REF_FROM
|
|
16
|
+
*/
|
|
17
|
+
var PROFORMA_INVOICE_REF_FROM;
|
|
18
|
+
(function (PROFORMA_INVOICE_REF_FROM) {
|
|
19
|
+
/**
|
|
20
|
+
* Used only in filters
|
|
21
|
+
*
|
|
22
|
+
* @generated from enum value: PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED = 0;
|
|
23
|
+
*/
|
|
24
|
+
PROFORMA_INVOICE_REF_FROM[PROFORMA_INVOICE_REF_FROM["PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED"] = 0] = "PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED";
|
|
25
|
+
/**
|
|
26
|
+
* Denotes that the proforma invoice originated from a sales order
|
|
27
|
+
*
|
|
28
|
+
* @generated from enum value: PROFORMA_INVOICE_REF_FROM_SALES_ORDER = 1;
|
|
29
|
+
*/
|
|
30
|
+
PROFORMA_INVOICE_REF_FROM[PROFORMA_INVOICE_REF_FROM["PROFORMA_INVOICE_REF_FROM_SALES_ORDER"] = 1] = "PROFORMA_INVOICE_REF_FROM_SALES_ORDER";
|
|
31
|
+
})(PROFORMA_INVOICE_REF_FROM || (exports.PROFORMA_INVOICE_REF_FROM = PROFORMA_INVOICE_REF_FROM = {}));
|
|
32
|
+
// Retrieve enum metadata with: proto3.getEnumType(PROFORMA_INVOICE_REF_FROM)
|
|
33
|
+
protobuf_1.proto3.util.setEnumType(PROFORMA_INVOICE_REF_FROM, "Scailo.PROFORMA_INVOICE_REF_FROM", [
|
|
34
|
+
{ no: 0, name: "PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED" },
|
|
35
|
+
{ no: 1, name: "PROFORMA_INVOICE_REF_FROM_SALES_ORDER" },
|
|
36
|
+
]);
|
|
11
37
|
/**
|
|
12
38
|
*
|
|
13
39
|
* Describes the available sort keys
|
|
@@ -300,9 +326,9 @@ class ProformaInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
300
326
|
/**
|
|
301
327
|
* The associated reference
|
|
302
328
|
*
|
|
303
|
-
* @generated from field:
|
|
329
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 12;
|
|
304
330
|
*/
|
|
305
|
-
refFrom =
|
|
331
|
+
refFrom = PROFORMA_INVOICE_REF_FROM.PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
306
332
|
/**
|
|
307
333
|
* The associated ID of the reference
|
|
308
334
|
*
|
|
@@ -368,7 +394,7 @@ class ProformaInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
368
394
|
{ no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
369
395
|
{ no: 9, name: "vault_folder_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
370
396
|
{ no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
371
|
-
{ no: 12, name: "ref_from", kind: "
|
|
397
|
+
{ no: 12, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(PROFORMA_INVOICE_REF_FROM) },
|
|
372
398
|
{ no: 13, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
373
399
|
{ no: 14, name: "currency_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
374
400
|
{ no: 15, name: "bank_account_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -670,9 +696,9 @@ class ProformaInvoice extends protobuf_1.Message {
|
|
|
670
696
|
/**
|
|
671
697
|
* The associated reference
|
|
672
698
|
*
|
|
673
|
-
* @generated from field:
|
|
699
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 12;
|
|
674
700
|
*/
|
|
675
|
-
refFrom =
|
|
701
|
+
refFrom = PROFORMA_INVOICE_REF_FROM.PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
676
702
|
/**
|
|
677
703
|
* The associated ID of the reference
|
|
678
704
|
*
|
|
@@ -761,7 +787,7 @@ class ProformaInvoice extends protobuf_1.Message {
|
|
|
761
787
|
{ no: 9, name: "vault_folder_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
762
788
|
{ no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
763
789
|
{ no: 11, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
764
|
-
{ no: 12, name: "ref_from", kind: "
|
|
790
|
+
{ no: 12, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(PROFORMA_INVOICE_REF_FROM) },
|
|
765
791
|
{ no: 13, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
766
792
|
{ no: 14, name: "currency_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
767
793
|
{ no: 15, name: "bank_account_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -1296,9 +1322,9 @@ class ProformaInvoicesServiceAlreadyAddedQuantityForSourceRequest extends protob
|
|
|
1296
1322
|
/**
|
|
1297
1323
|
* The associated reference
|
|
1298
1324
|
*
|
|
1299
|
-
* @generated from field:
|
|
1325
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 1;
|
|
1300
1326
|
*/
|
|
1301
|
-
refFrom =
|
|
1327
|
+
refFrom = PROFORMA_INVOICE_REF_FROM.PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1302
1328
|
/**
|
|
1303
1329
|
* The associated ID of the reference
|
|
1304
1330
|
*
|
|
@@ -1318,7 +1344,7 @@ class ProformaInvoicesServiceAlreadyAddedQuantityForSourceRequest extends protob
|
|
|
1318
1344
|
static runtime = protobuf_1.proto3;
|
|
1319
1345
|
static typeName = "Scailo.ProformaInvoicesServiceAlreadyAddedQuantityForSourceRequest";
|
|
1320
1346
|
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1321
|
-
{ no: 1, name: "ref_from", kind: "
|
|
1347
|
+
{ no: 1, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(PROFORMA_INVOICE_REF_FROM) },
|
|
1322
1348
|
{ no: 2, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1323
1349
|
{ no: 3, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1324
1350
|
]);
|
|
@@ -1588,9 +1614,9 @@ class ProformaInvoicesServiceFilterReq extends protobuf_1.Message {
|
|
|
1588
1614
|
/**
|
|
1589
1615
|
* The associated reference
|
|
1590
1616
|
*
|
|
1591
|
-
* @generated from field:
|
|
1617
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 22;
|
|
1592
1618
|
*/
|
|
1593
|
-
refFrom =
|
|
1619
|
+
refFrom = PROFORMA_INVOICE_REF_FROM.PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1594
1620
|
/**
|
|
1595
1621
|
* The associated ID of the reference
|
|
1596
1622
|
*
|
|
@@ -1678,7 +1704,7 @@ class ProformaInvoicesServiceFilterReq extends protobuf_1.Message {
|
|
|
1678
1704
|
{ no: 16, name: "completed_on_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1679
1705
|
{ no: 20, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1680
1706
|
{ no: 21, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1681
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1707
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(PROFORMA_INVOICE_REF_FROM) },
|
|
1682
1708
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1683
1709
|
{ no: 24, name: "currency_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1684
1710
|
{ no: 25, name: "bank_account_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -1804,9 +1830,9 @@ class ProformaInvoicesServiceCountReq extends protobuf_1.Message {
|
|
|
1804
1830
|
/**
|
|
1805
1831
|
* The associated reference
|
|
1806
1832
|
*
|
|
1807
|
-
* @generated from field:
|
|
1833
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 22;
|
|
1808
1834
|
*/
|
|
1809
|
-
refFrom =
|
|
1835
|
+
refFrom = PROFORMA_INVOICE_REF_FROM.PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1810
1836
|
/**
|
|
1811
1837
|
* The associated ID of the reference
|
|
1812
1838
|
*
|
|
@@ -1890,7 +1916,7 @@ class ProformaInvoicesServiceCountReq extends protobuf_1.Message {
|
|
|
1890
1916
|
{ no: 16, name: "completed_on_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1891
1917
|
{ no: 20, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1892
1918
|
{ no: 21, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1893
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1919
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(PROFORMA_INVOICE_REF_FROM) },
|
|
1894
1920
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1895
1921
|
{ no: 24, name: "currency_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1896
1922
|
{ no: 25, name: "bank_account_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -1974,9 +2000,9 @@ class ProformaInvoicesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1974
2000
|
/**
|
|
1975
2001
|
* The associated reference
|
|
1976
2002
|
*
|
|
1977
|
-
* @generated from field:
|
|
2003
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 22;
|
|
1978
2004
|
*/
|
|
1979
|
-
refFrom =
|
|
2005
|
+
refFrom = PROFORMA_INVOICE_REF_FROM.PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1980
2006
|
/**
|
|
1981
2007
|
* The associated ID of the reference
|
|
1982
2008
|
*
|
|
@@ -2017,7 +2043,7 @@ class ProformaInvoicesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
2017
2043
|
{ no: 6, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2018
2044
|
{ no: 10, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS) },
|
|
2019
2045
|
{ no: 11, name: "search_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2020
|
-
{ no: 22, name: "ref_from", kind: "
|
|
2046
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(PROFORMA_INVOICE_REF_FROM) },
|
|
2021
2047
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2022
2048
|
{ no: 40, name: "billing_status", kind: "enum", T: protobuf_1.proto3.getEnumType(PROFORMA_INVOICE_BILLING_STATUS) },
|
|
2023
2049
|
{ no: 50, name: "consignee_client_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -4,10 +4,36 @@
|
|
|
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.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 = 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.SalesInvoicesServiceItemUpdateRequest = 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");
|
|
11
|
+
/**
|
|
12
|
+
*
|
|
13
|
+
* Stores all the possible references from which a sales invoice can be added
|
|
14
|
+
*
|
|
15
|
+
* @generated from enum Scailo.SALES_INVOICE_REF_FROM
|
|
16
|
+
*/
|
|
17
|
+
var SALES_INVOICE_REF_FROM;
|
|
18
|
+
(function (SALES_INVOICE_REF_FROM) {
|
|
19
|
+
/**
|
|
20
|
+
* Used only in filters
|
|
21
|
+
*
|
|
22
|
+
* @generated from enum value: SALES_INVOICE_REF_FROM_ANY_UNSPECIFIED = 0;
|
|
23
|
+
*/
|
|
24
|
+
SALES_INVOICE_REF_FROM[SALES_INVOICE_REF_FROM["SALES_INVOICE_REF_FROM_ANY_UNSPECIFIED"] = 0] = "SALES_INVOICE_REF_FROM_ANY_UNSPECIFIED";
|
|
25
|
+
/**
|
|
26
|
+
* Denotes that the sales invoice originated from a sales order
|
|
27
|
+
*
|
|
28
|
+
* @generated from enum value: SALES_INVOICE_REF_FROM_SALES_ORDER = 1;
|
|
29
|
+
*/
|
|
30
|
+
SALES_INVOICE_REF_FROM[SALES_INVOICE_REF_FROM["SALES_INVOICE_REF_FROM_SALES_ORDER"] = 1] = "SALES_INVOICE_REF_FROM_SALES_ORDER";
|
|
31
|
+
})(SALES_INVOICE_REF_FROM || (exports.SALES_INVOICE_REF_FROM = SALES_INVOICE_REF_FROM = {}));
|
|
32
|
+
// Retrieve enum metadata with: proto3.getEnumType(SALES_INVOICE_REF_FROM)
|
|
33
|
+
protobuf_1.proto3.util.setEnumType(SALES_INVOICE_REF_FROM, "Scailo.SALES_INVOICE_REF_FROM", [
|
|
34
|
+
{ no: 0, name: "SALES_INVOICE_REF_FROM_ANY_UNSPECIFIED" },
|
|
35
|
+
{ no: 1, name: "SALES_INVOICE_REF_FROM_SALES_ORDER" },
|
|
36
|
+
]);
|
|
11
37
|
/**
|
|
12
38
|
*
|
|
13
39
|
* Describes the available sort keys
|
|
@@ -267,9 +293,9 @@ class SalesInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
267
293
|
/**
|
|
268
294
|
* The associated reference
|
|
269
295
|
*
|
|
270
|
-
* @generated from field:
|
|
296
|
+
* @generated from field: Scailo.SALES_INVOICE_REF_FROM ref_from = 12;
|
|
271
297
|
*/
|
|
272
|
-
refFrom =
|
|
298
|
+
refFrom = SALES_INVOICE_REF_FROM.SALES_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
273
299
|
/**
|
|
274
300
|
* The associated ID of the reference
|
|
275
301
|
*
|
|
@@ -335,7 +361,7 @@ class SalesInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
335
361
|
{ no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
336
362
|
{ no: 9, name: "vault_folder_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
337
363
|
{ no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
338
|
-
{ no: 12, name: "ref_from", kind: "
|
|
364
|
+
{ no: 12, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(SALES_INVOICE_REF_FROM) },
|
|
339
365
|
{ no: 13, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
340
366
|
{ no: 14, name: "currency_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
341
367
|
{ no: 15, name: "bank_account_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -637,9 +663,9 @@ class SalesInvoice extends protobuf_1.Message {
|
|
|
637
663
|
/**
|
|
638
664
|
* The associated reference
|
|
639
665
|
*
|
|
640
|
-
* @generated from field:
|
|
666
|
+
* @generated from field: Scailo.SALES_INVOICE_REF_FROM ref_from = 12;
|
|
641
667
|
*/
|
|
642
|
-
refFrom =
|
|
668
|
+
refFrom = SALES_INVOICE_REF_FROM.SALES_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
643
669
|
/**
|
|
644
670
|
* The associated ID of the reference
|
|
645
671
|
*
|
|
@@ -728,7 +754,7 @@ class SalesInvoice extends protobuf_1.Message {
|
|
|
728
754
|
{ no: 9, name: "vault_folder_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
729
755
|
{ no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
730
756
|
{ no: 11, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
731
|
-
{ no: 12, name: "ref_from", kind: "
|
|
757
|
+
{ no: 12, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(SALES_INVOICE_REF_FROM) },
|
|
732
758
|
{ no: 13, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
733
759
|
{ no: 14, name: "currency_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
734
760
|
{ no: 15, name: "bank_account_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -1263,9 +1289,9 @@ class SalesInvoicesServiceAlreadyAddedQuantityForSourceRequest extends protobuf_
|
|
|
1263
1289
|
/**
|
|
1264
1290
|
* The associated reference
|
|
1265
1291
|
*
|
|
1266
|
-
* @generated from field:
|
|
1292
|
+
* @generated from field: Scailo.SALES_INVOICE_REF_FROM ref_from = 1;
|
|
1267
1293
|
*/
|
|
1268
|
-
refFrom =
|
|
1294
|
+
refFrom = SALES_INVOICE_REF_FROM.SALES_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1269
1295
|
/**
|
|
1270
1296
|
* The associated ID of the reference
|
|
1271
1297
|
*
|
|
@@ -1285,7 +1311,7 @@ class SalesInvoicesServiceAlreadyAddedQuantityForSourceRequest extends protobuf_
|
|
|
1285
1311
|
static runtime = protobuf_1.proto3;
|
|
1286
1312
|
static typeName = "Scailo.SalesInvoicesServiceAlreadyAddedQuantityForSourceRequest";
|
|
1287
1313
|
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1288
|
-
{ no: 1, name: "ref_from", kind: "
|
|
1314
|
+
{ no: 1, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(SALES_INVOICE_REF_FROM) },
|
|
1289
1315
|
{ no: 2, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1290
1316
|
{ no: 3, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1291
1317
|
]);
|
|
@@ -1555,9 +1581,9 @@ class SalesInvoicesServiceFilterReq extends protobuf_1.Message {
|
|
|
1555
1581
|
/**
|
|
1556
1582
|
* The associated reference
|
|
1557
1583
|
*
|
|
1558
|
-
* @generated from field:
|
|
1584
|
+
* @generated from field: Scailo.SALES_INVOICE_REF_FROM ref_from = 22;
|
|
1559
1585
|
*/
|
|
1560
|
-
refFrom =
|
|
1586
|
+
refFrom = SALES_INVOICE_REF_FROM.SALES_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1561
1587
|
/**
|
|
1562
1588
|
* The associated ID of the reference
|
|
1563
1589
|
*
|
|
@@ -1639,7 +1665,7 @@ class SalesInvoicesServiceFilterReq extends protobuf_1.Message {
|
|
|
1639
1665
|
{ no: 16, name: "completed_on_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1640
1666
|
{ no: 20, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1641
1667
|
{ no: 21, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1642
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1668
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(SALES_INVOICE_REF_FROM) },
|
|
1643
1669
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1644
1670
|
{ no: 24, name: "currency_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1645
1671
|
{ no: 25, name: "bank_account_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -1764,9 +1790,9 @@ class SalesInvoicesServiceCountReq extends protobuf_1.Message {
|
|
|
1764
1790
|
/**
|
|
1765
1791
|
* The associated reference
|
|
1766
1792
|
*
|
|
1767
|
-
* @generated from field:
|
|
1793
|
+
* @generated from field: Scailo.SALES_INVOICE_REF_FROM ref_from = 22;
|
|
1768
1794
|
*/
|
|
1769
|
-
refFrom =
|
|
1795
|
+
refFrom = SALES_INVOICE_REF_FROM.SALES_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1770
1796
|
/**
|
|
1771
1797
|
* The associated ID of the reference
|
|
1772
1798
|
*
|
|
@@ -1844,7 +1870,7 @@ class SalesInvoicesServiceCountReq extends protobuf_1.Message {
|
|
|
1844
1870
|
{ no: 16, name: "completed_on_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1845
1871
|
{ no: 20, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1846
1872
|
{ no: 21, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1847
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1873
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(SALES_INVOICE_REF_FROM) },
|
|
1848
1874
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1849
1875
|
{ no: 24, name: "currency_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1850
1876
|
{ no: 25, name: "bank_account_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -1927,9 +1953,9 @@ class SalesInvoicesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1927
1953
|
/**
|
|
1928
1954
|
* The associated reference
|
|
1929
1955
|
*
|
|
1930
|
-
* @generated from field:
|
|
1956
|
+
* @generated from field: Scailo.SALES_INVOICE_REF_FROM ref_from = 22;
|
|
1931
1957
|
*/
|
|
1932
|
-
refFrom =
|
|
1958
|
+
refFrom = SALES_INVOICE_REF_FROM.SALES_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1933
1959
|
/**
|
|
1934
1960
|
* The associated ID of the reference
|
|
1935
1961
|
*
|
|
@@ -1964,7 +1990,7 @@ class SalesInvoicesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1964
1990
|
{ no: 6, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1965
1991
|
{ no: 10, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS) },
|
|
1966
1992
|
{ no: 11, name: "search_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1967
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1993
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(SALES_INVOICE_REF_FROM) },
|
|
1968
1994
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1969
1995
|
{ no: 50, name: "consignee_client_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1970
1996
|
{ no: 51, name: "buyer_client_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -4,10 +4,36 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.VendorInvoiceReceiptStatisticsList = exports.VendorInvoiceReceiptStatistics = exports.VendorInvoicesServicePaginatedItemsResponse = exports.VendorInvoiceItemsSearchRequest = exports.VendorInvoiceReferencesList = exports.VendorInvoiceReference = exports.VendorInvoicesServiceReferenceCreateRequest = exports.VendorInvoicesServiceSearchAllReq = exports.VendorInvoicesServiceCountReq = exports.VendorInvoicesServiceFilterReq = exports.VendorInvoicesServicePaginationResponse = exports.VendorInvoicesServicePaginationReq = exports.VendorInvoicesServiceAlreadyAddedQuantityForSourceRequest = exports.VendorInvoiceItemProspectiveInfoRequest = exports.VendorInvoiceItemHistoryRequest = exports.VendorInvoiceItemsList = exports.VendorInvoicesList = exports.VendorInvoiceItem = exports.VendorInvoicesServiceItemUpdateRequest = exports.VendorInvoicesServiceItemCreateRequest = exports.VendorInvoice = exports.VendorInvoiceAncillaryParameters = exports.VendorInvoicesServiceAutofillRequest = exports.VendorInvoicesServiceUpdateRequest = exports.VendorInvoicesServiceCreateRequest = exports.VENDOR_INVOICE_ITEM_STATUS = exports.VENDOR_INVOICE_ITEM_SORT_KEY = exports.VENDOR_INVOICE_SORT_KEY = void 0;
|
|
7
|
+
exports.VendorInvoiceReceiptStatisticsList = exports.VendorInvoiceReceiptStatistics = exports.VendorInvoicesServicePaginatedItemsResponse = exports.VendorInvoiceItemsSearchRequest = exports.VendorInvoiceReferencesList = exports.VendorInvoiceReference = exports.VendorInvoicesServiceReferenceCreateRequest = exports.VendorInvoicesServiceSearchAllReq = exports.VendorInvoicesServiceCountReq = exports.VendorInvoicesServiceFilterReq = exports.VendorInvoicesServicePaginationResponse = exports.VendorInvoicesServicePaginationReq = exports.VendorInvoicesServiceAlreadyAddedQuantityForSourceRequest = exports.VendorInvoiceItemProspectiveInfoRequest = exports.VendorInvoiceItemHistoryRequest = exports.VendorInvoiceItemsList = exports.VendorInvoicesList = exports.VendorInvoiceItem = exports.VendorInvoicesServiceItemUpdateRequest = exports.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");
|
|
11
|
+
/**
|
|
12
|
+
*
|
|
13
|
+
* Stores all the possible references from which a vendor invoice can be added
|
|
14
|
+
*
|
|
15
|
+
* @generated from enum Scailo.VENDOR_INVOICE_REF_FROM
|
|
16
|
+
*/
|
|
17
|
+
var VENDOR_INVOICE_REF_FROM;
|
|
18
|
+
(function (VENDOR_INVOICE_REF_FROM) {
|
|
19
|
+
/**
|
|
20
|
+
* Used only in filters
|
|
21
|
+
*
|
|
22
|
+
* @generated from enum value: VENDOR_INVOICE_REF_FROM_ANY_UNSPECIFIED = 0;
|
|
23
|
+
*/
|
|
24
|
+
VENDOR_INVOICE_REF_FROM[VENDOR_INVOICE_REF_FROM["VENDOR_INVOICE_REF_FROM_ANY_UNSPECIFIED"] = 0] = "VENDOR_INVOICE_REF_FROM_ANY_UNSPECIFIED";
|
|
25
|
+
/**
|
|
26
|
+
* Denotes that the vendor invoice originated from a purchase order
|
|
27
|
+
*
|
|
28
|
+
* @generated from enum value: VENDOR_INVOICE_REF_FROM_PURCHASE_ORDER = 1;
|
|
29
|
+
*/
|
|
30
|
+
VENDOR_INVOICE_REF_FROM[VENDOR_INVOICE_REF_FROM["VENDOR_INVOICE_REF_FROM_PURCHASE_ORDER"] = 1] = "VENDOR_INVOICE_REF_FROM_PURCHASE_ORDER";
|
|
31
|
+
})(VENDOR_INVOICE_REF_FROM || (exports.VENDOR_INVOICE_REF_FROM = VENDOR_INVOICE_REF_FROM = {}));
|
|
32
|
+
// Retrieve enum metadata with: proto3.getEnumType(VENDOR_INVOICE_REF_FROM)
|
|
33
|
+
protobuf_1.proto3.util.setEnumType(VENDOR_INVOICE_REF_FROM, "Scailo.VENDOR_INVOICE_REF_FROM", [
|
|
34
|
+
{ no: 0, name: "VENDOR_INVOICE_REF_FROM_ANY_UNSPECIFIED" },
|
|
35
|
+
{ no: 1, name: "VENDOR_INVOICE_REF_FROM_PURCHASE_ORDER" },
|
|
36
|
+
]);
|
|
11
37
|
/**
|
|
12
38
|
*
|
|
13
39
|
* Describes the available sort keys
|
|
@@ -253,9 +279,9 @@ class VendorInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
253
279
|
/**
|
|
254
280
|
* The associated reference
|
|
255
281
|
*
|
|
256
|
-
* @generated from field:
|
|
282
|
+
* @generated from field: Scailo.VENDOR_INVOICE_REF_FROM ref_from = 12;
|
|
257
283
|
*/
|
|
258
|
-
refFrom =
|
|
284
|
+
refFrom = VENDOR_INVOICE_REF_FROM.VENDOR_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
259
285
|
/**
|
|
260
286
|
* The associated ID of the reference
|
|
261
287
|
*
|
|
@@ -327,7 +353,7 @@ class VendorInvoicesServiceCreateRequest extends protobuf_1.Message {
|
|
|
327
353
|
{ no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
328
354
|
{ no: 9, name: "vault_folder_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
329
355
|
{ no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
330
|
-
{ no: 12, name: "ref_from", kind: "
|
|
356
|
+
{ no: 12, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(VENDOR_INVOICE_REF_FROM) },
|
|
331
357
|
{ no: 13, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
332
358
|
{ no: 14, name: "currency_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
333
359
|
{ no: 15, name: "vendor_bill_no", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
@@ -637,9 +663,9 @@ class VendorInvoice extends protobuf_1.Message {
|
|
|
637
663
|
/**
|
|
638
664
|
* The associated reference
|
|
639
665
|
*
|
|
640
|
-
* @generated from field:
|
|
666
|
+
* @generated from field: Scailo.VENDOR_INVOICE_REF_FROM ref_from = 12;
|
|
641
667
|
*/
|
|
642
|
-
refFrom =
|
|
668
|
+
refFrom = VENDOR_INVOICE_REF_FROM.VENDOR_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
643
669
|
/**
|
|
644
670
|
* The associated ID of the reference
|
|
645
671
|
*
|
|
@@ -728,7 +754,7 @@ class VendorInvoice extends protobuf_1.Message {
|
|
|
728
754
|
{ no: 9, name: "vault_folder_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
729
755
|
{ no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
730
756
|
{ no: 11, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
731
|
-
{ no: 12, name: "ref_from", kind: "
|
|
757
|
+
{ no: 12, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(VENDOR_INVOICE_REF_FROM) },
|
|
732
758
|
{ no: 13, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
733
759
|
{ no: 14, name: "currency_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
734
760
|
{ no: 15, name: "vendor_bill_no", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
@@ -1259,9 +1285,9 @@ class VendorInvoicesServiceAlreadyAddedQuantityForSourceRequest extends protobuf
|
|
|
1259
1285
|
/**
|
|
1260
1286
|
* The associated reference
|
|
1261
1287
|
*
|
|
1262
|
-
* @generated from field:
|
|
1288
|
+
* @generated from field: Scailo.VENDOR_INVOICE_REF_FROM ref_from = 1;
|
|
1263
1289
|
*/
|
|
1264
|
-
refFrom =
|
|
1290
|
+
refFrom = VENDOR_INVOICE_REF_FROM.VENDOR_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1265
1291
|
/**
|
|
1266
1292
|
* The associated ID of the reference
|
|
1267
1293
|
*
|
|
@@ -1281,7 +1307,7 @@ class VendorInvoicesServiceAlreadyAddedQuantityForSourceRequest extends protobuf
|
|
|
1281
1307
|
static runtime = protobuf_1.proto3;
|
|
1282
1308
|
static typeName = "Scailo.VendorInvoicesServiceAlreadyAddedQuantityForSourceRequest";
|
|
1283
1309
|
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1284
|
-
{ no: 1, name: "ref_from", kind: "
|
|
1310
|
+
{ no: 1, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(VENDOR_INVOICE_REF_FROM) },
|
|
1285
1311
|
{ no: 2, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1286
1312
|
{ no: 3, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1287
1313
|
]);
|
|
@@ -1551,9 +1577,9 @@ class VendorInvoicesServiceFilterReq extends protobuf_1.Message {
|
|
|
1551
1577
|
/**
|
|
1552
1578
|
* The associated reference
|
|
1553
1579
|
*
|
|
1554
|
-
* @generated from field:
|
|
1580
|
+
* @generated from field: Scailo.VENDOR_INVOICE_REF_FROM ref_from = 22;
|
|
1555
1581
|
*/
|
|
1556
|
-
refFrom =
|
|
1582
|
+
refFrom = VENDOR_INVOICE_REF_FROM.VENDOR_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1557
1583
|
/**
|
|
1558
1584
|
* The associated ID of the reference
|
|
1559
1585
|
*
|
|
@@ -1646,7 +1672,7 @@ class VendorInvoicesServiceFilterReq extends protobuf_1.Message {
|
|
|
1646
1672
|
{ no: 16, name: "completed_on_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1647
1673
|
{ no: 20, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1648
1674
|
{ no: 21, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1649
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1675
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(VENDOR_INVOICE_REF_FROM) },
|
|
1650
1676
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1651
1677
|
{ no: 24, name: "vendor_bill_no", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1652
1678
|
{ no: 25, name: "vendor_bill_date_start", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
@@ -1773,9 +1799,9 @@ class VendorInvoicesServiceCountReq extends protobuf_1.Message {
|
|
|
1773
1799
|
/**
|
|
1774
1800
|
* The associated reference
|
|
1775
1801
|
*
|
|
1776
|
-
* @generated from field:
|
|
1802
|
+
* @generated from field: Scailo.VENDOR_INVOICE_REF_FROM ref_from = 22;
|
|
1777
1803
|
*/
|
|
1778
|
-
refFrom =
|
|
1804
|
+
refFrom = VENDOR_INVOICE_REF_FROM.VENDOR_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1779
1805
|
/**
|
|
1780
1806
|
* The associated ID of the reference
|
|
1781
1807
|
*
|
|
@@ -1864,7 +1890,7 @@ class VendorInvoicesServiceCountReq extends protobuf_1.Message {
|
|
|
1864
1890
|
{ no: 16, name: "completed_on_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1865
1891
|
{ no: 20, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1866
1892
|
{ no: 21, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1867
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1893
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(VENDOR_INVOICE_REF_FROM) },
|
|
1868
1894
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1869
1895
|
{ no: 24, name: "vendor_bill_no", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1870
1896
|
{ no: 25, name: "vendor_bill_date_start", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
@@ -1949,9 +1975,9 @@ class VendorInvoicesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1949
1975
|
/**
|
|
1950
1976
|
* The associated reference
|
|
1951
1977
|
*
|
|
1952
|
-
* @generated from field:
|
|
1978
|
+
* @generated from field: Scailo.VENDOR_INVOICE_REF_FROM ref_from = 22;
|
|
1953
1979
|
*/
|
|
1954
|
-
refFrom =
|
|
1980
|
+
refFrom = VENDOR_INVOICE_REF_FROM.VENDOR_INVOICE_REF_FROM_ANY_UNSPECIFIED;
|
|
1955
1981
|
/**
|
|
1956
1982
|
* The associated ID of the reference
|
|
1957
1983
|
*
|
|
@@ -1979,7 +2005,7 @@ class VendorInvoicesServiceSearchAllReq extends protobuf_1.Message {
|
|
|
1979
2005
|
{ no: 6, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1980
2006
|
{ no: 10, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS) },
|
|
1981
2007
|
{ no: 11, name: "search_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1982
|
-
{ no: 22, name: "ref_from", kind: "
|
|
2008
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(VENDOR_INVOICE_REF_FROM) },
|
|
1983
2009
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1984
2010
|
{ no: 25, name: "vendor_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1985
2011
|
]);
|
|
@@ -2,6 +2,26 @@ import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialM
|
|
|
2
2
|
import { Message, proto3 } from "@bufbuild/protobuf";
|
|
3
3
|
import { FormFieldDatum, FormFieldDatumCreateRequest } from "./forms_fields_data.scailo_pb.js";
|
|
4
4
|
import { ApprovalMetadata, BOOL_FILTER, EmployeeMetadata, LogbookLogConciseSLC, SORT_ORDER, STANDARD_LIFECYCLE_STATUS } from "./base.scailo_pb.js";
|
|
5
|
+
/**
|
|
6
|
+
*
|
|
7
|
+
* Stores all the possible references from which a proforma invoice can be added
|
|
8
|
+
*
|
|
9
|
+
* @generated from enum Scailo.PROFORMA_INVOICE_REF_FROM
|
|
10
|
+
*/
|
|
11
|
+
export declare enum PROFORMA_INVOICE_REF_FROM {
|
|
12
|
+
/**
|
|
13
|
+
* Used only in filters
|
|
14
|
+
*
|
|
15
|
+
* @generated from enum value: PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED = 0;
|
|
16
|
+
*/
|
|
17
|
+
PROFORMA_INVOICE_REF_FROM_ANY_UNSPECIFIED = 0,
|
|
18
|
+
/**
|
|
19
|
+
* Denotes that the proforma invoice originated from a sales order
|
|
20
|
+
*
|
|
21
|
+
* @generated from enum value: PROFORMA_INVOICE_REF_FROM_SALES_ORDER = 1;
|
|
22
|
+
*/
|
|
23
|
+
PROFORMA_INVOICE_REF_FROM_SALES_ORDER = 1
|
|
24
|
+
}
|
|
5
25
|
/**
|
|
6
26
|
*
|
|
7
27
|
* Describes the available sort keys
|
|
@@ -248,9 +268,9 @@ export declare class ProformaInvoicesServiceCreateRequest extends Message<Profor
|
|
|
248
268
|
/**
|
|
249
269
|
* The associated reference
|
|
250
270
|
*
|
|
251
|
-
* @generated from field:
|
|
271
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 12;
|
|
252
272
|
*/
|
|
253
|
-
refFrom:
|
|
273
|
+
refFrom: PROFORMA_INVOICE_REF_FROM;
|
|
254
274
|
/**
|
|
255
275
|
* The associated ID of the reference
|
|
256
276
|
*
|
|
@@ -534,9 +554,9 @@ export declare class ProformaInvoice extends Message<ProformaInvoice> {
|
|
|
534
554
|
/**
|
|
535
555
|
* The associated reference
|
|
536
556
|
*
|
|
537
|
-
* @generated from field:
|
|
557
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 12;
|
|
538
558
|
*/
|
|
539
|
-
refFrom:
|
|
559
|
+
refFrom: PROFORMA_INVOICE_REF_FROM;
|
|
540
560
|
/**
|
|
541
561
|
* The associated ID of the reference
|
|
542
562
|
*
|
|
@@ -992,9 +1012,9 @@ export declare class ProformaInvoicesServiceAlreadyAddedQuantityForSourceRequest
|
|
|
992
1012
|
/**
|
|
993
1013
|
* The associated reference
|
|
994
1014
|
*
|
|
995
|
-
* @generated from field:
|
|
1015
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 1;
|
|
996
1016
|
*/
|
|
997
|
-
refFrom:
|
|
1017
|
+
refFrom: PROFORMA_INVOICE_REF_FROM;
|
|
998
1018
|
/**
|
|
999
1019
|
* The associated ID of the reference
|
|
1000
1020
|
*
|
|
@@ -1232,9 +1252,9 @@ export declare class ProformaInvoicesServiceFilterReq extends Message<ProformaIn
|
|
|
1232
1252
|
/**
|
|
1233
1253
|
* The associated reference
|
|
1234
1254
|
*
|
|
1235
|
-
* @generated from field:
|
|
1255
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 22;
|
|
1236
1256
|
*/
|
|
1237
|
-
refFrom:
|
|
1257
|
+
refFrom: PROFORMA_INVOICE_REF_FROM;
|
|
1238
1258
|
/**
|
|
1239
1259
|
* The associated ID of the reference
|
|
1240
1260
|
*
|
|
@@ -1405,9 +1425,9 @@ export declare class ProformaInvoicesServiceCountReq extends Message<ProformaInv
|
|
|
1405
1425
|
/**
|
|
1406
1426
|
* The associated reference
|
|
1407
1427
|
*
|
|
1408
|
-
* @generated from field:
|
|
1428
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 22;
|
|
1409
1429
|
*/
|
|
1410
|
-
refFrom:
|
|
1430
|
+
refFrom: PROFORMA_INVOICE_REF_FROM;
|
|
1411
1431
|
/**
|
|
1412
1432
|
* The associated ID of the reference
|
|
1413
1433
|
*
|
|
@@ -1536,9 +1556,9 @@ export declare class ProformaInvoicesServiceSearchAllReq extends Message<Proform
|
|
|
1536
1556
|
/**
|
|
1537
1557
|
* The associated reference
|
|
1538
1558
|
*
|
|
1539
|
-
* @generated from field:
|
|
1559
|
+
* @generated from field: Scailo.PROFORMA_INVOICE_REF_FROM ref_from = 22;
|
|
1540
1560
|
*/
|
|
1541
|
-
refFrom:
|
|
1561
|
+
refFrom: PROFORMA_INVOICE_REF_FROM;
|
|
1542
1562
|
/**
|
|
1543
1563
|
* The associated ID of the reference
|
|
1544
1564
|
*
|