@kernelminds/scailo-sdk 0.0.71 → 0.0.73
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/inward_jobs.scailo_pb.js +22 -0
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +12 -0
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_pb.js +45 -19
- package/lib/cjs/src/outward_jobs.scailo_connect.js +16 -16
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +12 -0
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_pb.js +45 -19
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +20 -0
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +32 -12
- package/lib/cjs/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +16 -16
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +32 -12
- package/lib/cjs/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/inward_jobs.scailo_pb.js +22 -0
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +12 -0
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_pb.js +45 -19
- package/lib/esm/src/outward_jobs.scailo_connect.js +16 -16
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +12 -0
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_pb.js +45 -19
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +20 -0
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts +32 -12
- package/lib/esm/types/src/inward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +16 -16
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts +32 -12
- package/lib/esm/types/src/outward_jobs_free_issue_materials.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -2065,6 +2065,16 @@ class InwardJobInwardItemsSearchRequest extends protobuf_1.Message {
|
|
|
2065
2065
|
* @generated from field: string search_key = 40;
|
|
2066
2066
|
*/
|
|
2067
2067
|
this.searchKey = "";
|
|
2068
|
+
/**
|
|
2069
|
+
* ------------------------------------------
|
|
2070
|
+
* Extra filters
|
|
2071
|
+
* The ID of the associated buyer client
|
|
2072
|
+
*
|
|
2073
|
+
* ------------------------------------------
|
|
2074
|
+
*
|
|
2075
|
+
* @generated from field: uint64 buyer_client_id = 200;
|
|
2076
|
+
*/
|
|
2077
|
+
this.buyerClientId = protobuf_1.protoInt64.zero;
|
|
2068
2078
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
2069
2079
|
}
|
|
2070
2080
|
static fromBinary(bytes, options) {
|
|
@@ -2100,6 +2110,7 @@ InwardJobInwardItemsSearchRequest.fields = protobuf_1.proto3.util.newFieldList((
|
|
|
2100
2110
|
{ no: 23, name: "client_uom_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2101
2111
|
{ no: 25, name: "client_family_code", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2102
2112
|
{ no: 40, name: "search_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2113
|
+
{ no: 200, name: "buyer_client_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2103
2114
|
]);
|
|
2104
2115
|
/**
|
|
2105
2116
|
*
|
|
@@ -2816,6 +2827,16 @@ class InwardJobOutwardItemsSearchRequest extends protobuf_1.Message {
|
|
|
2816
2827
|
* @generated from field: string search_key = 40;
|
|
2817
2828
|
*/
|
|
2818
2829
|
this.searchKey = "";
|
|
2830
|
+
/**
|
|
2831
|
+
* ------------------------------------------
|
|
2832
|
+
* Extra filters
|
|
2833
|
+
* The ID of the associated buyer client
|
|
2834
|
+
*
|
|
2835
|
+
* ------------------------------------------
|
|
2836
|
+
*
|
|
2837
|
+
* @generated from field: uint64 buyer_client_id = 200;
|
|
2838
|
+
*/
|
|
2839
|
+
this.buyerClientId = protobuf_1.protoInt64.zero;
|
|
2819
2840
|
protobuf_1.proto3.util.initPartial(data, this);
|
|
2820
2841
|
}
|
|
2821
2842
|
static fromBinary(bytes, options) {
|
|
@@ -2854,6 +2875,7 @@ InwardJobOutwardItemsSearchRequest.fields = protobuf_1.proto3.util.newFieldList(
|
|
|
2854
2875
|
{ no: 27, name: "delivery_date_start", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2855
2876
|
{ no: 28, name: "delivery_date_end", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2856
2877
|
{ no: 40, name: "search_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2878
|
+
{ no: 200, name: "buyer_client_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2857
2879
|
]);
|
|
2858
2880
|
/**
|
|
2859
2881
|
*
|
|
@@ -348,6 +348,18 @@ exports.InwardJobsFreeIssueMaterialsService = {
|
|
|
348
348
|
O: inward_jobs_free_issue_materials_scailo_pb_js_1.InwardJobsFreeIssueMaterialsServicePaginatedItemsResponse,
|
|
349
349
|
kind: protobuf_1.MethodKind.Unary,
|
|
350
350
|
},
|
|
351
|
+
/**
|
|
352
|
+
* CSV operations
|
|
353
|
+
* Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
|
|
354
|
+
*
|
|
355
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsService.DownloadItemsAsCSV
|
|
356
|
+
*/
|
|
357
|
+
downloadItemsAsCSV: {
|
|
358
|
+
name: "DownloadItemsAsCSV",
|
|
359
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
360
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
361
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
362
|
+
},
|
|
351
363
|
/**
|
|
352
364
|
* View by ID
|
|
353
365
|
*
|
|
@@ -4,10 +4,36 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.InwardJobsFreeIssueMaterialsServiceSearchAllReq = exports.InwardJobsFreeIssueMaterialsServiceCountReq = exports.InwardJobsFreeIssueMaterialsServiceFilterReq = exports.InwardJobsFreeIssueMaterialsServicePaginationResponse = exports.InwardJobsFreeIssueMaterialsServicePaginationReq = exports.InwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest = exports.InwardJobsFreeIssueMaterialsServicePaginatedItemsResponse = exports.InwardJobFreeIssueMaterialItemsSearchRequest = exports.InwardJobFreeIssueMaterialItemProspectiveInfoRequest = exports.InwardJobFreeIssueMaterialItemHistoryRequest = exports.InwardJobsFreeIssueMaterialsItemsList = exports.InwardJobsFreeIssueMaterialsList = exports.InwardJobFreeIssueMaterialItem = exports.InwardJobsFreeIssueMaterialsServiceItemUpdateRequest = exports.InwardJobsFreeIssueMaterialsServiceItemCreateRequest = exports.InwardJobFreeIssueMaterial = exports.InwardJobFreeIssueMaterialAncillaryParameters = exports.InwardJobsFreeIssueMaterialsServiceAutofillRequest = exports.InwardJobsFreeIssueMaterialsServiceUpdateRequest = exports.InwardJobsFreeIssueMaterialsServiceCreateRequest = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_STATUS = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY = void 0;
|
|
7
|
+
exports.InwardJobsFreeIssueMaterialsServiceSearchAllReq = exports.InwardJobsFreeIssueMaterialsServiceCountReq = exports.InwardJobsFreeIssueMaterialsServiceFilterReq = exports.InwardJobsFreeIssueMaterialsServicePaginationResponse = exports.InwardJobsFreeIssueMaterialsServicePaginationReq = exports.InwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest = exports.InwardJobsFreeIssueMaterialsServicePaginatedItemsResponse = exports.InwardJobFreeIssueMaterialItemsSearchRequest = exports.InwardJobFreeIssueMaterialItemProspectiveInfoRequest = exports.InwardJobFreeIssueMaterialItemHistoryRequest = exports.InwardJobsFreeIssueMaterialsItemsList = exports.InwardJobsFreeIssueMaterialsList = exports.InwardJobFreeIssueMaterialItem = exports.InwardJobsFreeIssueMaterialsServiceItemUpdateRequest = exports.InwardJobsFreeIssueMaterialsServiceItemCreateRequest = exports.InwardJobFreeIssueMaterial = exports.InwardJobFreeIssueMaterialAncillaryParameters = exports.InwardJobsFreeIssueMaterialsServiceAutofillRequest = exports.InwardJobsFreeIssueMaterialsServiceUpdateRequest = exports.InwardJobsFreeIssueMaterialsServiceCreateRequest = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_STATUS = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY = exports.INWARD_JOB_FREE_ISSUE_MATERIAL_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 an inward job free issue material can be added
|
|
14
|
+
*
|
|
15
|
+
* @generated from enum Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM
|
|
16
|
+
*/
|
|
17
|
+
var INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM;
|
|
18
|
+
(function (INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) {
|
|
19
|
+
/**
|
|
20
|
+
* Used only in filters
|
|
21
|
+
*
|
|
22
|
+
* @generated from enum value: INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED = 0;
|
|
23
|
+
*/
|
|
24
|
+
INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM[INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM["INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED"] = 0] = "INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED";
|
|
25
|
+
/**
|
|
26
|
+
* Denotes that the inward job free issue material originated from an inward job
|
|
27
|
+
*
|
|
28
|
+
* @generated from enum value: INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_INWARD_JOB = 1;
|
|
29
|
+
*/
|
|
30
|
+
INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM[INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM["INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_INWARD_JOB"] = 1] = "INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_INWARD_JOB";
|
|
31
|
+
})(INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM || (exports.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM = INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM = {}));
|
|
32
|
+
// Retrieve enum metadata with: proto3.getEnumType(INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM)
|
|
33
|
+
protobuf_1.proto3.util.setEnumType(INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM, "Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM", [
|
|
34
|
+
{ no: 0, name: "INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED" },
|
|
35
|
+
{ no: 1, name: "INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_INWARD_JOB" },
|
|
36
|
+
]);
|
|
11
37
|
/**
|
|
12
38
|
*
|
|
13
39
|
* Describes the available sort keys
|
|
@@ -241,9 +267,9 @@ class InwardJobsFreeIssueMaterialsServiceCreateRequest extends protobuf_1.Messag
|
|
|
241
267
|
/**
|
|
242
268
|
* The associated reference
|
|
243
269
|
*
|
|
244
|
-
* @generated from field:
|
|
270
|
+
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 12;
|
|
245
271
|
*/
|
|
246
|
-
this.refFrom =
|
|
272
|
+
this.refFrom = INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
247
273
|
/**
|
|
248
274
|
* The associated ID of the reference
|
|
249
275
|
*
|
|
@@ -279,7 +305,7 @@ InwardJobsFreeIssueMaterialsServiceCreateRequest.fields = protobuf_1.proto3.util
|
|
|
279
305
|
{ no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
280
306
|
{ no: 9, name: "vault_folder_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
281
307
|
{ no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
282
|
-
{ no: 12, name: "ref_from", kind: "
|
|
308
|
+
{ no: 12, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
283
309
|
{ no: 13, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
284
310
|
{ no: 30, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
|
|
285
311
|
]);
|
|
@@ -487,9 +513,9 @@ class InwardJobFreeIssueMaterial extends protobuf_1.Message {
|
|
|
487
513
|
/**
|
|
488
514
|
* The associated reference
|
|
489
515
|
*
|
|
490
|
-
* @generated from field:
|
|
516
|
+
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 12;
|
|
491
517
|
*/
|
|
492
|
-
this.refFrom =
|
|
518
|
+
this.refFrom = INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
493
519
|
/**
|
|
494
520
|
* The associated ID of the reference
|
|
495
521
|
*
|
|
@@ -536,7 +562,7 @@ InwardJobFreeIssueMaterial.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
536
562
|
{ no: 9, name: "vault_folder_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
537
563
|
{ no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
538
564
|
{ no: 11, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
539
|
-
{ no: 12, name: "ref_from", kind: "
|
|
565
|
+
{ no: 12, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
540
566
|
{ no: 13, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
541
567
|
{ no: 20, name: "list", kind: "message", T: InwardJobFreeIssueMaterialItem, repeated: true },
|
|
542
568
|
{ no: 30, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatum, repeated: true },
|
|
@@ -1152,9 +1178,9 @@ class InwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest ex
|
|
|
1152
1178
|
/**
|
|
1153
1179
|
* The associated reference
|
|
1154
1180
|
*
|
|
1155
|
-
* @generated from field:
|
|
1181
|
+
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 1;
|
|
1156
1182
|
*/
|
|
1157
|
-
this.refFrom =
|
|
1183
|
+
this.refFrom = INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
1158
1184
|
/**
|
|
1159
1185
|
* The associated ID of the reference
|
|
1160
1186
|
*
|
|
@@ -1186,7 +1212,7 @@ exports.InwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest
|
|
|
1186
1212
|
InwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest.runtime = protobuf_1.proto3;
|
|
1187
1213
|
InwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest.typeName = "Scailo.InwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest";
|
|
1188
1214
|
InwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1189
|
-
{ no: 1, name: "ref_from", kind: "
|
|
1215
|
+
{ no: 1, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
1190
1216
|
{ no: 2, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1191
1217
|
{ no: 3, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1192
1218
|
]);
|
|
@@ -1444,9 +1470,9 @@ class InwardJobsFreeIssueMaterialsServiceFilterReq extends protobuf_1.Message {
|
|
|
1444
1470
|
/**
|
|
1445
1471
|
* The associated reference
|
|
1446
1472
|
*
|
|
1447
|
-
* @generated from field:
|
|
1473
|
+
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 22;
|
|
1448
1474
|
*/
|
|
1449
|
-
this.refFrom =
|
|
1475
|
+
this.refFrom = INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
1450
1476
|
/**
|
|
1451
1477
|
* The associated ID of the reference
|
|
1452
1478
|
*
|
|
@@ -1516,7 +1542,7 @@ InwardJobsFreeIssueMaterialsServiceFilterReq.fields = protobuf_1.proto3.util.new
|
|
|
1516
1542
|
{ no: 16, name: "completed_on_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1517
1543
|
{ no: 20, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1518
1544
|
{ no: 21, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1519
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1545
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
1520
1546
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1521
1547
|
{ no: 30, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1522
1548
|
{ no: 50, name: "consignee_client_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -1625,9 +1651,9 @@ class InwardJobsFreeIssueMaterialsServiceCountReq extends protobuf_1.Message {
|
|
|
1625
1651
|
/**
|
|
1626
1652
|
* The associated reference
|
|
1627
1653
|
*
|
|
1628
|
-
* @generated from field:
|
|
1654
|
+
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 22;
|
|
1629
1655
|
*/
|
|
1630
|
-
this.refFrom =
|
|
1656
|
+
this.refFrom = INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
1631
1657
|
/**
|
|
1632
1658
|
* The associated ID of the reference
|
|
1633
1659
|
*
|
|
@@ -1693,7 +1719,7 @@ InwardJobsFreeIssueMaterialsServiceCountReq.fields = protobuf_1.proto3.util.newF
|
|
|
1693
1719
|
{ no: 16, name: "completed_on_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1694
1720
|
{ no: 20, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1695
1721
|
{ no: 21, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1696
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1722
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
1697
1723
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1698
1724
|
{ no: 30, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1699
1725
|
{ no: 50, name: "consignee_client_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -1760,9 +1786,9 @@ class InwardJobsFreeIssueMaterialsServiceSearchAllReq extends protobuf_1.Message
|
|
|
1760
1786
|
/**
|
|
1761
1787
|
* The associated reference
|
|
1762
1788
|
*
|
|
1763
|
-
* @generated from field:
|
|
1789
|
+
* @generated from field: Scailo.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 22;
|
|
1764
1790
|
*/
|
|
1765
|
-
this.refFrom =
|
|
1791
|
+
this.refFrom = INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
1766
1792
|
/**
|
|
1767
1793
|
* The associated ID of the reference
|
|
1768
1794
|
*
|
|
@@ -1796,6 +1822,6 @@ InwardJobsFreeIssueMaterialsServiceSearchAllReq.fields = protobuf_1.proto3.util.
|
|
|
1796
1822
|
{ no: 6, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1797
1823
|
{ no: 10, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS) },
|
|
1798
1824
|
{ no: 11, name: "search_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1799
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1825
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(INWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
1800
1826
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1801
1827
|
]);
|
|
@@ -733,17 +733,6 @@ exports.OutwardJobsService = {
|
|
|
733
733
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
734
734
|
kind: protobuf_1.MethodKind.Unary,
|
|
735
735
|
},
|
|
736
|
-
/**
|
|
737
|
-
* View Inward Inventory Match of all the inward families of the given outward job
|
|
738
|
-
*
|
|
739
|
-
* @generated from rpc Scailo.OutwardJobsService.ViewInwardInventoryMatch
|
|
740
|
-
*/
|
|
741
|
-
viewInwardInventoryMatch: {
|
|
742
|
-
name: "ViewInwardInventoryMatch",
|
|
743
|
-
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
744
|
-
O: outward_jobs_scailo_pb_js_1.OutwardJobInwardInventoryMatchList,
|
|
745
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
746
|
-
},
|
|
747
736
|
/**
|
|
748
737
|
* View prospective inward items for the given outward job
|
|
749
738
|
*
|
|
@@ -778,14 +767,14 @@ exports.OutwardJobsService = {
|
|
|
778
767
|
kind: protobuf_1.MethodKind.Unary,
|
|
779
768
|
},
|
|
780
769
|
/**
|
|
781
|
-
* View
|
|
770
|
+
* View Inward Inventory Match of all the inward families of the given outward job
|
|
782
771
|
*
|
|
783
|
-
* @generated from rpc Scailo.OutwardJobsService.
|
|
772
|
+
* @generated from rpc Scailo.OutwardJobsService.ViewInwardInventoryMatch
|
|
784
773
|
*/
|
|
785
|
-
|
|
786
|
-
name: "
|
|
774
|
+
viewInwardInventoryMatch: {
|
|
775
|
+
name: "ViewInwardInventoryMatch",
|
|
787
776
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
788
|
-
O: outward_jobs_scailo_pb_js_1.
|
|
777
|
+
O: outward_jobs_scailo_pb_js_1.OutwardJobInwardInventoryMatchList,
|
|
789
778
|
kind: protobuf_1.MethodKind.Unary,
|
|
790
779
|
},
|
|
791
780
|
/**
|
|
@@ -821,6 +810,17 @@ exports.OutwardJobsService = {
|
|
|
821
810
|
O: outward_jobs_scailo_pb_js_1.OutwardJobsServiceOutwardItemCreateRequest,
|
|
822
811
|
kind: protobuf_1.MethodKind.Unary,
|
|
823
812
|
},
|
|
813
|
+
/**
|
|
814
|
+
* View Outward Inventory Match of all the outward families of the given outward job
|
|
815
|
+
*
|
|
816
|
+
* @generated from rpc Scailo.OutwardJobsService.ViewOutwardInventoryMatch
|
|
817
|
+
*/
|
|
818
|
+
viewOutwardInventoryMatch: {
|
|
819
|
+
name: "ViewOutwardInventoryMatch",
|
|
820
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
821
|
+
O: outward_jobs_scailo_pb_js_1.OutwardJobOutwardInventoryMatchList,
|
|
822
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
823
|
+
},
|
|
824
824
|
/**
|
|
825
825
|
* Download outward job with the given IdentifierUUID (can be used to allow public downloads)
|
|
826
826
|
*
|
|
@@ -359,6 +359,18 @@ exports.OutwardJobsFreeIssueMaterialsService = {
|
|
|
359
359
|
O: outward_jobs_free_issue_materials_scailo_pb_js_1.OutwardJobsFreeIssueMaterialsServicePaginatedItemsResponse,
|
|
360
360
|
kind: protobuf_1.MethodKind.Unary,
|
|
361
361
|
},
|
|
362
|
+
/**
|
|
363
|
+
* CSV operations
|
|
364
|
+
* Download the CSV file that could be used to upload items from the filled CSV file. The same file can also be used as a template when there are no existing records
|
|
365
|
+
*
|
|
366
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsService.DownloadItemsAsCSV
|
|
367
|
+
*/
|
|
368
|
+
downloadItemsAsCSV: {
|
|
369
|
+
name: "DownloadItemsAsCSV",
|
|
370
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
371
|
+
O: base_scailo_pb_js_1.StandardFile,
|
|
372
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
373
|
+
},
|
|
362
374
|
/**
|
|
363
375
|
* View by ID
|
|
364
376
|
*
|
|
@@ -4,10 +4,36 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.OutwardJobsFreeIssueMaterialsServiceSearchAllReq = exports.OutwardJobsFreeIssueMaterialsServiceCountReq = exports.OutwardJobsFreeIssueMaterialsServiceFilterReq = exports.OutwardJobsFreeIssueMaterialsServicePaginationResponse = exports.OutwardJobsFreeIssueMaterialsServicePaginationReq = exports.OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest = exports.OutwardJobsFreeIssueMaterialsServicePaginatedItemsResponse = exports.OutwardJobFreeIssueMaterialItemsSearchRequest = exports.OutwardJobFreeIssueMaterialItemProspectiveInfoRequest = exports.OutwardJobFreeIssueMaterialItemHistoryRequest = exports.OutwardJobsFreeIssueMaterialsItemsList = exports.OutwardJobsFreeIssueMaterialsList = exports.OutwardJobFreeIssueMaterialItem = exports.OutwardJobsFreeIssueMaterialsServiceItemUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceItemCreateRequest = exports.OutwardJobFreeIssueMaterial = exports.OutwardJobFreeIssueMaterialAncillaryParameters = exports.OutwardJobsFreeIssueMaterialsServiceAutofillRequest = exports.OutwardJobsFreeIssueMaterialsServiceUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceCreateRequest = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_STATUS = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY = void 0;
|
|
7
|
+
exports.OutwardJobsFreeIssueMaterialsServiceSearchAllReq = exports.OutwardJobsFreeIssueMaterialsServiceCountReq = exports.OutwardJobsFreeIssueMaterialsServiceFilterReq = exports.OutwardJobsFreeIssueMaterialsServicePaginationResponse = exports.OutwardJobsFreeIssueMaterialsServicePaginationReq = exports.OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest = exports.OutwardJobsFreeIssueMaterialsServicePaginatedItemsResponse = exports.OutwardJobFreeIssueMaterialItemsSearchRequest = exports.OutwardJobFreeIssueMaterialItemProspectiveInfoRequest = exports.OutwardJobFreeIssueMaterialItemHistoryRequest = exports.OutwardJobsFreeIssueMaterialsItemsList = exports.OutwardJobsFreeIssueMaterialsList = exports.OutwardJobFreeIssueMaterialItem = exports.OutwardJobsFreeIssueMaterialsServiceItemUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceItemCreateRequest = exports.OutwardJobFreeIssueMaterial = exports.OutwardJobFreeIssueMaterialAncillaryParameters = exports.OutwardJobsFreeIssueMaterialsServiceAutofillRequest = exports.OutwardJobsFreeIssueMaterialsServiceUpdateRequest = exports.OutwardJobsFreeIssueMaterialsServiceCreateRequest = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_SORT_KEY = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_STATUS = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_ITEM_SORT_KEY = exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_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 an outward job free issue material can be added
|
|
14
|
+
*
|
|
15
|
+
* @generated from enum Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM
|
|
16
|
+
*/
|
|
17
|
+
var OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM;
|
|
18
|
+
(function (OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) {
|
|
19
|
+
/**
|
|
20
|
+
* Used only in filters
|
|
21
|
+
*
|
|
22
|
+
* @generated from enum value: OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED = 0;
|
|
23
|
+
*/
|
|
24
|
+
OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM[OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM["OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED"] = 0] = "OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED";
|
|
25
|
+
/**
|
|
26
|
+
* Denotes that the outward job free issue material originated from an outward job
|
|
27
|
+
*
|
|
28
|
+
* @generated from enum value: OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_OUTWARD_JOB = 1;
|
|
29
|
+
*/
|
|
30
|
+
OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM[OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM["OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_OUTWARD_JOB"] = 1] = "OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_OUTWARD_JOB";
|
|
31
|
+
})(OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM || (exports.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM = OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM = {}));
|
|
32
|
+
// Retrieve enum metadata with: proto3.getEnumType(OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM)
|
|
33
|
+
protobuf_1.proto3.util.setEnumType(OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM, "Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM", [
|
|
34
|
+
{ no: 0, name: "OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED" },
|
|
35
|
+
{ no: 1, name: "OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_OUTWARD_JOB" },
|
|
36
|
+
]);
|
|
11
37
|
/**
|
|
12
38
|
*
|
|
13
39
|
* Describes the available sort keys
|
|
@@ -241,9 +267,9 @@ class OutwardJobsFreeIssueMaterialsServiceCreateRequest extends protobuf_1.Messa
|
|
|
241
267
|
/**
|
|
242
268
|
* The associated reference
|
|
243
269
|
*
|
|
244
|
-
* @generated from field:
|
|
270
|
+
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 12;
|
|
245
271
|
*/
|
|
246
|
-
this.refFrom =
|
|
272
|
+
this.refFrom = OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
247
273
|
/**
|
|
248
274
|
* The associated ID of the reference
|
|
249
275
|
*
|
|
@@ -285,7 +311,7 @@ OutwardJobsFreeIssueMaterialsServiceCreateRequest.fields = protobuf_1.proto3.uti
|
|
|
285
311
|
{ no: 2, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
286
312
|
{ no: 9, name: "vault_folder_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
287
313
|
{ no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
288
|
-
{ no: 12, name: "ref_from", kind: "
|
|
314
|
+
{ no: 12, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
289
315
|
{ no: 13, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
290
316
|
{ no: 15, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
291
317
|
{ no: 30, name: "form_data", kind: "message", T: forms_fields_data_scailo_pb_js_1.FormFieldDatumCreateRequest, repeated: true },
|
|
@@ -508,9 +534,9 @@ class OutwardJobFreeIssueMaterial extends protobuf_1.Message {
|
|
|
508
534
|
/**
|
|
509
535
|
* The associated reference
|
|
510
536
|
*
|
|
511
|
-
* @generated from field:
|
|
537
|
+
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 12;
|
|
512
538
|
*/
|
|
513
|
-
this.refFrom =
|
|
539
|
+
this.refFrom = OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
514
540
|
/**
|
|
515
541
|
* The associated ID of the reference
|
|
516
542
|
*
|
|
@@ -563,7 +589,7 @@ OutwardJobFreeIssueMaterial.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
563
589
|
{ no: 9, name: "vault_folder_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
564
590
|
{ no: 10, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
565
591
|
{ no: 11, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
566
|
-
{ no: 12, name: "ref_from", kind: "
|
|
592
|
+
{ no: 12, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
567
593
|
{ no: 13, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
568
594
|
{ no: 15, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
569
595
|
{ no: 20, name: "list", kind: "message", T: OutwardJobFreeIssueMaterialItem, repeated: true },
|
|
@@ -1208,9 +1234,9 @@ class OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest e
|
|
|
1208
1234
|
/**
|
|
1209
1235
|
* The associated reference
|
|
1210
1236
|
*
|
|
1211
|
-
* @generated from field:
|
|
1237
|
+
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 1;
|
|
1212
1238
|
*/
|
|
1213
|
-
this.refFrom =
|
|
1239
|
+
this.refFrom = OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
1214
1240
|
/**
|
|
1215
1241
|
* The associated ID of the reference
|
|
1216
1242
|
*
|
|
@@ -1242,7 +1268,7 @@ exports.OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest
|
|
|
1242
1268
|
OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest.runtime = protobuf_1.proto3;
|
|
1243
1269
|
OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest.typeName = "Scailo.OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest";
|
|
1244
1270
|
OutwardJobsFreeIssueMaterialsServiceAlreadyAddedQuantityForSourceRequest.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1245
|
-
{ no: 1, name: "ref_from", kind: "
|
|
1271
|
+
{ no: 1, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
1246
1272
|
{ no: 2, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1247
1273
|
{ no: 3, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1248
1274
|
]);
|
|
@@ -1500,9 +1526,9 @@ class OutwardJobsFreeIssueMaterialsServiceFilterReq extends protobuf_1.Message {
|
|
|
1500
1526
|
/**
|
|
1501
1527
|
* The associated reference
|
|
1502
1528
|
*
|
|
1503
|
-
* @generated from field:
|
|
1529
|
+
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 22;
|
|
1504
1530
|
*/
|
|
1505
|
-
this.refFrom =
|
|
1531
|
+
this.refFrom = OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
1506
1532
|
/**
|
|
1507
1533
|
* The associated ID of the reference
|
|
1508
1534
|
*
|
|
@@ -1572,7 +1598,7 @@ OutwardJobsFreeIssueMaterialsServiceFilterReq.fields = protobuf_1.proto3.util.ne
|
|
|
1572
1598
|
{ no: 16, name: "completed_on_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1573
1599
|
{ no: 20, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1574
1600
|
{ no: 21, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1575
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1601
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
1576
1602
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1577
1603
|
{ no: 25, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1578
1604
|
{ no: 30, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -1681,9 +1707,9 @@ class OutwardJobsFreeIssueMaterialsServiceCountReq extends protobuf_1.Message {
|
|
|
1681
1707
|
/**
|
|
1682
1708
|
* The associated reference
|
|
1683
1709
|
*
|
|
1684
|
-
* @generated from field:
|
|
1710
|
+
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 22;
|
|
1685
1711
|
*/
|
|
1686
|
-
this.refFrom =
|
|
1712
|
+
this.refFrom = OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
1687
1713
|
/**
|
|
1688
1714
|
* The associated ID of the reference
|
|
1689
1715
|
*
|
|
@@ -1749,7 +1775,7 @@ OutwardJobsFreeIssueMaterialsServiceCountReq.fields = protobuf_1.proto3.util.new
|
|
|
1749
1775
|
{ no: 16, name: "completed_on_end", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1750
1776
|
{ no: 20, name: "reference_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1751
1777
|
{ no: 21, name: "final_ref_number", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1752
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1778
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
1753
1779
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1754
1780
|
{ no: 25, name: "location_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1755
1781
|
{ no: 30, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
@@ -1816,9 +1842,9 @@ class OutwardJobsFreeIssueMaterialsServiceSearchAllReq extends protobuf_1.Messag
|
|
|
1816
1842
|
/**
|
|
1817
1843
|
* The associated reference
|
|
1818
1844
|
*
|
|
1819
|
-
* @generated from field:
|
|
1845
|
+
* @generated from field: Scailo.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM ref_from = 22;
|
|
1820
1846
|
*/
|
|
1821
|
-
this.refFrom =
|
|
1847
|
+
this.refFrom = OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM.OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM_ANY_UNSPECIFIED;
|
|
1822
1848
|
/**
|
|
1823
1849
|
* The associated ID of the reference
|
|
1824
1850
|
*
|
|
@@ -1852,6 +1878,6 @@ OutwardJobsFreeIssueMaterialsServiceSearchAllReq.fields = protobuf_1.proto3.util
|
|
|
1852
1878
|
{ no: 6, name: "entity_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1853
1879
|
{ no: 10, name: "status", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.STANDARD_LIFECYCLE_STATUS) },
|
|
1854
1880
|
{ no: 11, name: "search_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1855
|
-
{ no: 22, name: "ref_from", kind: "
|
|
1881
|
+
{ no: 22, name: "ref_from", kind: "enum", T: protobuf_1.proto3.getEnumType(OUTWARD_JOB_FREE_ISSUE_MATERIAL_REF_FROM) },
|
|
1856
1882
|
{ no: 23, name: "ref_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1857
1883
|
]);
|
|
@@ -1619,6 +1619,16 @@ export declare class InwardJobInwardItemsSearchRequest extends Message<InwardJob
|
|
|
1619
1619
|
* @generated from field: string search_key = 40;
|
|
1620
1620
|
*/
|
|
1621
1621
|
searchKey: string;
|
|
1622
|
+
/**
|
|
1623
|
+
* ------------------------------------------
|
|
1624
|
+
* Extra filters
|
|
1625
|
+
* The ID of the associated buyer client
|
|
1626
|
+
*
|
|
1627
|
+
* ------------------------------------------
|
|
1628
|
+
*
|
|
1629
|
+
* @generated from field: uint64 buyer_client_id = 200;
|
|
1630
|
+
*/
|
|
1631
|
+
buyerClientId: bigint;
|
|
1622
1632
|
constructor(data?: PartialMessage<InwardJobInwardItemsSearchRequest>);
|
|
1623
1633
|
static readonly runtime: typeof proto3;
|
|
1624
1634
|
static readonly typeName = "Scailo.InwardJobInwardItemsSearchRequest";
|
|
@@ -2187,6 +2197,16 @@ export declare class InwardJobOutwardItemsSearchRequest extends Message<InwardJo
|
|
|
2187
2197
|
* @generated from field: string search_key = 40;
|
|
2188
2198
|
*/
|
|
2189
2199
|
searchKey: string;
|
|
2200
|
+
/**
|
|
2201
|
+
* ------------------------------------------
|
|
2202
|
+
* Extra filters
|
|
2203
|
+
* The ID of the associated buyer client
|
|
2204
|
+
*
|
|
2205
|
+
* ------------------------------------------
|
|
2206
|
+
*
|
|
2207
|
+
* @generated from field: uint64 buyer_client_id = 200;
|
|
2208
|
+
*/
|
|
2209
|
+
buyerClientId: bigint;
|
|
2190
2210
|
constructor(data?: PartialMessage<InwardJobOutwardItemsSearchRequest>);
|
|
2191
2211
|
static readonly runtime: typeof proto3;
|
|
2192
2212
|
static readonly typeName = "Scailo.InwardJobOutwardItemsSearchRequest";
|