@kernelminds/scailo-sdk 0.0.70 → 0.0.72
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_connect.js +22 -0
- package/lib/cjs/src/inward_jobs.scailo_pb.js +216 -1
- package/lib/cjs/src/outward_jobs.scailo_connect.js +22 -0
- package/lib/cjs/src/outward_jobs.scailo_pb.js +194 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts +23 -1
- package/lib/cjs/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts +150 -0
- package/lib/cjs/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts +23 -1
- package/lib/cjs/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts +130 -0
- package/lib/cjs/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/inward_jobs.scailo_connect.js +22 -0
- package/lib/esm/src/inward_jobs.scailo_pb.js +216 -1
- package/lib/esm/src/outward_jobs.scailo_connect.js +22 -0
- package/lib/esm/src/outward_jobs.scailo_pb.js +194 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts +23 -1
- package/lib/esm/types/src/inward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts +150 -0
- package/lib/esm/types/src/inward_jobs.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts +23 -1
- package/lib/esm/types/src/outward_jobs.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts +130 -0
- package/lib/esm/types/src/outward_jobs.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -733,6 +733,17 @@ exports.InwardJobsService = {
|
|
|
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 inward job
|
|
738
|
+
*
|
|
739
|
+
* @generated from rpc Scailo.InwardJobsService.ViewInwardInventoryMatch
|
|
740
|
+
*/
|
|
741
|
+
viewInwardInventoryMatch: {
|
|
742
|
+
name: "ViewInwardInventoryMatch",
|
|
743
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
744
|
+
O: inward_jobs_scailo_pb_js_1.InwardJobInwardInventoryMatchList,
|
|
745
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
746
|
+
},
|
|
736
747
|
/**
|
|
737
748
|
* View prospective inward items for the given inward job (all families that could be purchased)
|
|
738
749
|
*
|
|
@@ -766,6 +777,17 @@ exports.InwardJobsService = {
|
|
|
766
777
|
O: inward_jobs_scailo_pb_js_1.InwardJobsServiceInwardItemCreateRequest,
|
|
767
778
|
kind: protobuf_1.MethodKind.Unary,
|
|
768
779
|
},
|
|
780
|
+
/**
|
|
781
|
+
* View Outward Inventory Match of all the outward families of the given inward job
|
|
782
|
+
*
|
|
783
|
+
* @generated from rpc Scailo.InwardJobsService.ViewOutwardInventoryMatch
|
|
784
|
+
*/
|
|
785
|
+
viewOutwardInventoryMatch: {
|
|
786
|
+
name: "ViewOutwardInventoryMatch",
|
|
787
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
788
|
+
O: inward_jobs_scailo_pb_js_1.InwardJobOutwardInventoryMatchList,
|
|
789
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
790
|
+
},
|
|
769
791
|
/**
|
|
770
792
|
* View prospective outward items for the given inward job (all families that could be sold)
|
|
771
793
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.InwardJobContactsList = exports.InwardJobContact = exports.InwardJobsServiceContactCreateRequest = exports.InwardJobsServicePaginatedOutwardItemsResponse = exports.InwardJobOutwardItemsSearchRequest = exports.InwardJobOutwardItemProspectiveInfoRequest = exports.InwardJobOutwardItemHistoryRequest = exports.InwardJobsOutwardItemsList = exports.InwardJobOutwardItem = exports.InwardJobsServiceOutwardItemUpdateRequest = exports.InwardJobsServiceMultipleOutwardItemsCreateRequest = exports.InwardJobsServiceMultipleOutwardItemsSingleton = exports.InwardJobsServiceOutwardItemCreateRequest = exports.InwardJobsServicePaginatedInwardItemsResponse = exports.InwardJobInwardItemsSearchRequest = exports.InwardJobsServiceSearchAllReq = exports.InwardJobsServiceCountReq = exports.InwardJobsServiceFilterReq = exports.InwardJobsServicePaginationResponse = exports.InwardJobsServicePaginationReq = exports.InwardJobInwardItemProspectiveInfoRequest = exports.InwardJobInwardItemHistoryRequest = exports.InwardJobsInwardItemsList = exports.InwardJobsList = exports.InwardJobInwardItem = exports.InwardJobsServiceInwardItemUpdateRequest = exports.InwardJobsServiceMultipleInwardItemsCreateRequest = exports.InwardJobsServiceMultipleInwardItemsSingleton = exports.InwardJobsServiceInwardItemCreateRequest = exports.InwardJob = exports.InwardJobAncillaryParameters = exports.InwardJobsServiceAutofillRequest = exports.InwardJobsServiceUpdateRequest = exports.InwardJobsServiceCreateRequest = exports.INWARD_JOB_OUTWARD_ITEM_STATUS = exports.INWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.INWARD_JOB_INWARD_ITEM_STATUS = exports.INWARD_JOB_INWARD_ITEM_SORT_KEY = exports.INWARD_JOB_SORT_KEY = void 0;
|
|
7
|
+
exports.InwardJobOutwardInventoryMatchList = exports.InwardJobOutwardInventoryMatch = exports.InwardJobInwardInventoryMatchList = exports.InwardJobInwardInventoryMatch = exports.InwardJobContactsList = exports.InwardJobContact = exports.InwardJobsServiceContactCreateRequest = exports.InwardJobsServicePaginatedOutwardItemsResponse = exports.InwardJobOutwardItemsSearchRequest = exports.InwardJobOutwardItemProspectiveInfoRequest = exports.InwardJobOutwardItemHistoryRequest = exports.InwardJobsOutwardItemsList = exports.InwardJobOutwardItem = exports.InwardJobsServiceOutwardItemUpdateRequest = exports.InwardJobsServiceMultipleOutwardItemsCreateRequest = exports.InwardJobsServiceMultipleOutwardItemsSingleton = exports.InwardJobsServiceOutwardItemCreateRequest = exports.InwardJobsServicePaginatedInwardItemsResponse = exports.InwardJobInwardItemsSearchRequest = exports.InwardJobsServiceSearchAllReq = exports.InwardJobsServiceCountReq = exports.InwardJobsServiceFilterReq = exports.InwardJobsServicePaginationResponse = exports.InwardJobsServicePaginationReq = exports.InwardJobInwardItemProspectiveInfoRequest = exports.InwardJobInwardItemHistoryRequest = exports.InwardJobsInwardItemsList = exports.InwardJobsList = exports.InwardJobInwardItem = exports.InwardJobsServiceInwardItemUpdateRequest = exports.InwardJobsServiceMultipleInwardItemsCreateRequest = exports.InwardJobsServiceMultipleInwardItemsSingleton = exports.InwardJobsServiceInwardItemCreateRequest = exports.InwardJob = exports.InwardJobAncillaryParameters = exports.InwardJobsServiceAutofillRequest = exports.InwardJobsServiceUpdateRequest = exports.InwardJobsServiceCreateRequest = exports.INWARD_JOB_OUTWARD_ITEM_STATUS = exports.INWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.INWARD_JOB_INWARD_ITEM_STATUS = exports.INWARD_JOB_INWARD_ITEM_SORT_KEY = exports.INWARD_JOB_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");
|
|
@@ -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
|
*
|
|
@@ -3071,3 +3093,196 @@ InwardJobContactsList.typeName = "Scailo.InwardJobContactsList";
|
|
|
3071
3093
|
InwardJobContactsList.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
3072
3094
|
{ no: 1, name: "list", kind: "message", T: InwardJobContact, repeated: true },
|
|
3073
3095
|
]);
|
|
3096
|
+
/**
|
|
3097
|
+
*
|
|
3098
|
+
* Describes the parameters that are part of an inward job's inward inventory match
|
|
3099
|
+
*
|
|
3100
|
+
* @generated from message Scailo.InwardJobInwardInventoryMatch
|
|
3101
|
+
*/
|
|
3102
|
+
class InwardJobInwardInventoryMatch extends protobuf_1.Message {
|
|
3103
|
+
constructor(data) {
|
|
3104
|
+
super();
|
|
3105
|
+
/**
|
|
3106
|
+
* Stores the family ID
|
|
3107
|
+
*
|
|
3108
|
+
* @generated from field: uint64 family_id = 1;
|
|
3109
|
+
*/
|
|
3110
|
+
this.familyId = protobuf_1.protoInt64.zero;
|
|
3111
|
+
/**
|
|
3112
|
+
* Stores the job quantity
|
|
3113
|
+
*
|
|
3114
|
+
* @generated from field: uint64 job_qty_primary = 10;
|
|
3115
|
+
*/
|
|
3116
|
+
this.jobQtyPrimary = protobuf_1.protoInt64.zero;
|
|
3117
|
+
/**
|
|
3118
|
+
* Stores the received quantity
|
|
3119
|
+
*
|
|
3120
|
+
* @generated from field: uint64 received_qty_primary = 20;
|
|
3121
|
+
*/
|
|
3122
|
+
this.receivedQtyPrimary = protobuf_1.protoInt64.zero;
|
|
3123
|
+
/**
|
|
3124
|
+
* Stores the returned quantity
|
|
3125
|
+
*
|
|
3126
|
+
* @generated from field: uint64 returned_qty_primary = 30;
|
|
3127
|
+
*/
|
|
3128
|
+
this.returnedQtyPrimary = protobuf_1.protoInt64.zero;
|
|
3129
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
3130
|
+
}
|
|
3131
|
+
static fromBinary(bytes, options) {
|
|
3132
|
+
return new InwardJobInwardInventoryMatch().fromBinary(bytes, options);
|
|
3133
|
+
}
|
|
3134
|
+
static fromJson(jsonValue, options) {
|
|
3135
|
+
return new InwardJobInwardInventoryMatch().fromJson(jsonValue, options);
|
|
3136
|
+
}
|
|
3137
|
+
static fromJsonString(jsonString, options) {
|
|
3138
|
+
return new InwardJobInwardInventoryMatch().fromJsonString(jsonString, options);
|
|
3139
|
+
}
|
|
3140
|
+
static equals(a, b) {
|
|
3141
|
+
return protobuf_1.proto3.util.equals(InwardJobInwardInventoryMatch, a, b);
|
|
3142
|
+
}
|
|
3143
|
+
}
|
|
3144
|
+
exports.InwardJobInwardInventoryMatch = InwardJobInwardInventoryMatch;
|
|
3145
|
+
InwardJobInwardInventoryMatch.runtime = protobuf_1.proto3;
|
|
3146
|
+
InwardJobInwardInventoryMatch.typeName = "Scailo.InwardJobInwardInventoryMatch";
|
|
3147
|
+
InwardJobInwardInventoryMatch.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
3148
|
+
{ no: 1, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3149
|
+
{ no: 10, name: "job_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3150
|
+
{ no: 20, name: "received_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3151
|
+
{ no: 30, name: "returned_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3152
|
+
]);
|
|
3153
|
+
/**
|
|
3154
|
+
*
|
|
3155
|
+
* Describes the list of inward inventory match families
|
|
3156
|
+
*
|
|
3157
|
+
* @generated from message Scailo.InwardJobInwardInventoryMatchList
|
|
3158
|
+
*/
|
|
3159
|
+
class InwardJobInwardInventoryMatchList extends protobuf_1.Message {
|
|
3160
|
+
constructor(data) {
|
|
3161
|
+
super();
|
|
3162
|
+
/**
|
|
3163
|
+
* List of records
|
|
3164
|
+
*
|
|
3165
|
+
* @generated from field: repeated Scailo.InwardJobInwardInventoryMatch list = 1;
|
|
3166
|
+
*/
|
|
3167
|
+
this.list = [];
|
|
3168
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
3169
|
+
}
|
|
3170
|
+
static fromBinary(bytes, options) {
|
|
3171
|
+
return new InwardJobInwardInventoryMatchList().fromBinary(bytes, options);
|
|
3172
|
+
}
|
|
3173
|
+
static fromJson(jsonValue, options) {
|
|
3174
|
+
return new InwardJobInwardInventoryMatchList().fromJson(jsonValue, options);
|
|
3175
|
+
}
|
|
3176
|
+
static fromJsonString(jsonString, options) {
|
|
3177
|
+
return new InwardJobInwardInventoryMatchList().fromJsonString(jsonString, options);
|
|
3178
|
+
}
|
|
3179
|
+
static equals(a, b) {
|
|
3180
|
+
return protobuf_1.proto3.util.equals(InwardJobInwardInventoryMatchList, a, b);
|
|
3181
|
+
}
|
|
3182
|
+
}
|
|
3183
|
+
exports.InwardJobInwardInventoryMatchList = InwardJobInwardInventoryMatchList;
|
|
3184
|
+
InwardJobInwardInventoryMatchList.runtime = protobuf_1.proto3;
|
|
3185
|
+
InwardJobInwardInventoryMatchList.typeName = "Scailo.InwardJobInwardInventoryMatchList";
|
|
3186
|
+
InwardJobInwardInventoryMatchList.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
3187
|
+
{ no: 1, name: "list", kind: "message", T: InwardJobInwardInventoryMatch, repeated: true },
|
|
3188
|
+
]);
|
|
3189
|
+
/**
|
|
3190
|
+
*
|
|
3191
|
+
* Describes the parameters that are part of an inward job's outward inventory match
|
|
3192
|
+
*
|
|
3193
|
+
* @generated from message Scailo.InwardJobOutwardInventoryMatch
|
|
3194
|
+
*/
|
|
3195
|
+
class InwardJobOutwardInventoryMatch extends protobuf_1.Message {
|
|
3196
|
+
constructor(data) {
|
|
3197
|
+
super();
|
|
3198
|
+
/**
|
|
3199
|
+
* Stores the family ID
|
|
3200
|
+
*
|
|
3201
|
+
* @generated from field: uint64 family_id = 1;
|
|
3202
|
+
*/
|
|
3203
|
+
this.familyId = protobuf_1.protoInt64.zero;
|
|
3204
|
+
/**
|
|
3205
|
+
* Stores the job quantity
|
|
3206
|
+
*
|
|
3207
|
+
* @generated from field: uint64 job_qty_primary = 10;
|
|
3208
|
+
*/
|
|
3209
|
+
this.jobQtyPrimary = protobuf_1.protoInt64.zero;
|
|
3210
|
+
/**
|
|
3211
|
+
* Stores the ordered quantity
|
|
3212
|
+
*
|
|
3213
|
+
* @generated from field: uint64 ordered_qty_primary = 20;
|
|
3214
|
+
*/
|
|
3215
|
+
this.orderedQtyPrimary = protobuf_1.protoInt64.zero;
|
|
3216
|
+
/**
|
|
3217
|
+
* Stores the dispatched quantity
|
|
3218
|
+
*
|
|
3219
|
+
* @generated from field: uint64 dispatched_qty_primary = 30;
|
|
3220
|
+
*/
|
|
3221
|
+
this.dispatchedQtyPrimary = protobuf_1.protoInt64.zero;
|
|
3222
|
+
/**
|
|
3223
|
+
* Stores the returned quantity
|
|
3224
|
+
*
|
|
3225
|
+
* @generated from field: uint64 returned_qty_primary = 40;
|
|
3226
|
+
*/
|
|
3227
|
+
this.returnedQtyPrimary = protobuf_1.protoInt64.zero;
|
|
3228
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
3229
|
+
}
|
|
3230
|
+
static fromBinary(bytes, options) {
|
|
3231
|
+
return new InwardJobOutwardInventoryMatch().fromBinary(bytes, options);
|
|
3232
|
+
}
|
|
3233
|
+
static fromJson(jsonValue, options) {
|
|
3234
|
+
return new InwardJobOutwardInventoryMatch().fromJson(jsonValue, options);
|
|
3235
|
+
}
|
|
3236
|
+
static fromJsonString(jsonString, options) {
|
|
3237
|
+
return new InwardJobOutwardInventoryMatch().fromJsonString(jsonString, options);
|
|
3238
|
+
}
|
|
3239
|
+
static equals(a, b) {
|
|
3240
|
+
return protobuf_1.proto3.util.equals(InwardJobOutwardInventoryMatch, a, b);
|
|
3241
|
+
}
|
|
3242
|
+
}
|
|
3243
|
+
exports.InwardJobOutwardInventoryMatch = InwardJobOutwardInventoryMatch;
|
|
3244
|
+
InwardJobOutwardInventoryMatch.runtime = protobuf_1.proto3;
|
|
3245
|
+
InwardJobOutwardInventoryMatch.typeName = "Scailo.InwardJobOutwardInventoryMatch";
|
|
3246
|
+
InwardJobOutwardInventoryMatch.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
3247
|
+
{ no: 1, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3248
|
+
{ no: 10, name: "job_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3249
|
+
{ no: 20, name: "ordered_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3250
|
+
{ no: 30, name: "dispatched_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3251
|
+
{ no: 40, name: "returned_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3252
|
+
]);
|
|
3253
|
+
/**
|
|
3254
|
+
*
|
|
3255
|
+
* Describes the list of outward inventory match families
|
|
3256
|
+
*
|
|
3257
|
+
* @generated from message Scailo.InwardJobOutwardInventoryMatchList
|
|
3258
|
+
*/
|
|
3259
|
+
class InwardJobOutwardInventoryMatchList extends protobuf_1.Message {
|
|
3260
|
+
constructor(data) {
|
|
3261
|
+
super();
|
|
3262
|
+
/**
|
|
3263
|
+
* List of records
|
|
3264
|
+
*
|
|
3265
|
+
* @generated from field: repeated Scailo.InwardJobOutwardInventoryMatch list = 1;
|
|
3266
|
+
*/
|
|
3267
|
+
this.list = [];
|
|
3268
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
3269
|
+
}
|
|
3270
|
+
static fromBinary(bytes, options) {
|
|
3271
|
+
return new InwardJobOutwardInventoryMatchList().fromBinary(bytes, options);
|
|
3272
|
+
}
|
|
3273
|
+
static fromJson(jsonValue, options) {
|
|
3274
|
+
return new InwardJobOutwardInventoryMatchList().fromJson(jsonValue, options);
|
|
3275
|
+
}
|
|
3276
|
+
static fromJsonString(jsonString, options) {
|
|
3277
|
+
return new InwardJobOutwardInventoryMatchList().fromJsonString(jsonString, options);
|
|
3278
|
+
}
|
|
3279
|
+
static equals(a, b) {
|
|
3280
|
+
return protobuf_1.proto3.util.equals(InwardJobOutwardInventoryMatchList, a, b);
|
|
3281
|
+
}
|
|
3282
|
+
}
|
|
3283
|
+
exports.InwardJobOutwardInventoryMatchList = InwardJobOutwardInventoryMatchList;
|
|
3284
|
+
InwardJobOutwardInventoryMatchList.runtime = protobuf_1.proto3;
|
|
3285
|
+
InwardJobOutwardInventoryMatchList.typeName = "Scailo.InwardJobOutwardInventoryMatchList";
|
|
3286
|
+
InwardJobOutwardInventoryMatchList.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
3287
|
+
{ no: 1, name: "list", kind: "message", T: InwardJobOutwardInventoryMatch, repeated: true },
|
|
3288
|
+
]);
|
|
@@ -766,6 +766,17 @@ exports.OutwardJobsService = {
|
|
|
766
766
|
O: outward_jobs_scailo_pb_js_1.OutwardJobsServiceInwardItemCreateRequest,
|
|
767
767
|
kind: protobuf_1.MethodKind.Unary,
|
|
768
768
|
},
|
|
769
|
+
/**
|
|
770
|
+
* View Inward Inventory Match of all the inward families of the given outward job
|
|
771
|
+
*
|
|
772
|
+
* @generated from rpc Scailo.OutwardJobsService.ViewInwardInventoryMatch
|
|
773
|
+
*/
|
|
774
|
+
viewInwardInventoryMatch: {
|
|
775
|
+
name: "ViewInwardInventoryMatch",
|
|
776
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
777
|
+
O: outward_jobs_scailo_pb_js_1.OutwardJobInwardInventoryMatchList,
|
|
778
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
779
|
+
},
|
|
769
780
|
/**
|
|
770
781
|
* View prospective outward items for the given outward job
|
|
771
782
|
*
|
|
@@ -799,6 +810,17 @@ exports.OutwardJobsService = {
|
|
|
799
810
|
O: outward_jobs_scailo_pb_js_1.OutwardJobsServiceOutwardItemCreateRequest,
|
|
800
811
|
kind: protobuf_1.MethodKind.Unary,
|
|
801
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
|
+
},
|
|
802
824
|
/**
|
|
803
825
|
* Download outward job with the given IdentifierUUID (can be used to allow public downloads)
|
|
804
826
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.OutwardJobContactsList = exports.OutwardJobContact = exports.OutwardJobsServiceContactCreateRequest = exports.OutwardJobsServicePaginatedOutwardItemsResponse = exports.OutwardJobOutwardItemsSearchRequest = exports.OutwardJobOutwardItemProspectiveInfoRequest = exports.OutwardJobOutwardItemHistoryRequest = exports.OutwardJobsOutwardItemsList = exports.OutwardJobOutwardItem = exports.OutwardJobsServiceOutwardItemUpdateRequest = exports.OutwardJobsServiceMultipleOutwardItemsCreateRequest = exports.OutwardJobsServiceMultipleOutwardItemsSingleton = exports.OutwardJobsServiceOutwardItemCreateRequest = exports.OutwardJobsServicePaginatedInwardItemsResponse = exports.OutwardJobInwardItemsSearchRequest = exports.OutwardJobsServiceSearchAllReq = exports.OutwardJobsServiceCountReq = exports.OutwardJobsServiceFilterReq = exports.OutwardJobsServicePaginationResponse = exports.OutwardJobsServicePaginationReq = exports.OutwardJobInwardItemProspectiveInfoRequest = exports.OutwardJobInwardItemHistoryRequest = exports.OutwardJobsInwardItemsList = exports.OutwardJobsList = exports.OutwardJobInwardItem = exports.OutwardJobsServiceInwardItemUpdateRequest = exports.OutwardJobsServiceMultipleInwardItemsCreateRequest = exports.OutwardJobsServiceMultipleInwardItemsSingleton = exports.OutwardJobsServiceInwardItemCreateRequest = exports.OutwardJob = exports.OutwardJobAncillaryParameters = exports.OutwardJobsServiceAutofillRequest = exports.OutwardJobsServiceUpdateRequest = exports.OutwardJobsServiceCreateRequest = exports.OUTWARD_JOB_OUTWARD_ITEM_STATUS = exports.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_INWARD_ITEM_STATUS = exports.OUTWARD_JOB_INWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_SORT_KEY = void 0;
|
|
7
|
+
exports.OutwardJobOutwardInventoryMatchList = exports.OutwardJobOutwardInventoryMatch = exports.OutwardJobInwardInventoryMatchList = exports.OutwardJobInwardInventoryMatch = exports.OutwardJobContactsList = exports.OutwardJobContact = exports.OutwardJobsServiceContactCreateRequest = exports.OutwardJobsServicePaginatedOutwardItemsResponse = exports.OutwardJobOutwardItemsSearchRequest = exports.OutwardJobOutwardItemProspectiveInfoRequest = exports.OutwardJobOutwardItemHistoryRequest = exports.OutwardJobsOutwardItemsList = exports.OutwardJobOutwardItem = exports.OutwardJobsServiceOutwardItemUpdateRequest = exports.OutwardJobsServiceMultipleOutwardItemsCreateRequest = exports.OutwardJobsServiceMultipleOutwardItemsSingleton = exports.OutwardJobsServiceOutwardItemCreateRequest = exports.OutwardJobsServicePaginatedInwardItemsResponse = exports.OutwardJobInwardItemsSearchRequest = exports.OutwardJobsServiceSearchAllReq = exports.OutwardJobsServiceCountReq = exports.OutwardJobsServiceFilterReq = exports.OutwardJobsServicePaginationResponse = exports.OutwardJobsServicePaginationReq = exports.OutwardJobInwardItemProspectiveInfoRequest = exports.OutwardJobInwardItemHistoryRequest = exports.OutwardJobsInwardItemsList = exports.OutwardJobsList = exports.OutwardJobInwardItem = exports.OutwardJobsServiceInwardItemUpdateRequest = exports.OutwardJobsServiceMultipleInwardItemsCreateRequest = exports.OutwardJobsServiceMultipleInwardItemsSingleton = exports.OutwardJobsServiceInwardItemCreateRequest = exports.OutwardJob = exports.OutwardJobAncillaryParameters = exports.OutwardJobsServiceAutofillRequest = exports.OutwardJobsServiceUpdateRequest = exports.OutwardJobsServiceCreateRequest = exports.OUTWARD_JOB_OUTWARD_ITEM_STATUS = exports.OUTWARD_JOB_OUTWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_INWARD_ITEM_STATUS = exports.OUTWARD_JOB_INWARD_ITEM_SORT_KEY = exports.OUTWARD_JOB_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");
|
|
@@ -2861,3 +2861,196 @@ OutwardJobContactsList.typeName = "Scailo.OutwardJobContactsList";
|
|
|
2861
2861
|
OutwardJobContactsList.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
2862
2862
|
{ no: 1, name: "list", kind: "message", T: OutwardJobContact, repeated: true },
|
|
2863
2863
|
]);
|
|
2864
|
+
/**
|
|
2865
|
+
*
|
|
2866
|
+
* Describes the parameters that are part of an outward job's inward inventory match
|
|
2867
|
+
*
|
|
2868
|
+
* @generated from message Scailo.OutwardJobInwardInventoryMatch
|
|
2869
|
+
*/
|
|
2870
|
+
class OutwardJobInwardInventoryMatch extends protobuf_1.Message {
|
|
2871
|
+
constructor(data) {
|
|
2872
|
+
super();
|
|
2873
|
+
/**
|
|
2874
|
+
* Stores the family ID
|
|
2875
|
+
*
|
|
2876
|
+
* @generated from field: uint64 family_id = 1;
|
|
2877
|
+
*/
|
|
2878
|
+
this.familyId = protobuf_1.protoInt64.zero;
|
|
2879
|
+
/**
|
|
2880
|
+
* Stores the job quantity
|
|
2881
|
+
*
|
|
2882
|
+
* @generated from field: uint64 job_qty_primary = 10;
|
|
2883
|
+
*/
|
|
2884
|
+
this.jobQtyPrimary = protobuf_1.protoInt64.zero;
|
|
2885
|
+
/**
|
|
2886
|
+
* Stores the ordered quantity
|
|
2887
|
+
*
|
|
2888
|
+
* @generated from field: uint64 ordered_qty_primary = 20;
|
|
2889
|
+
*/
|
|
2890
|
+
this.orderedQtyPrimary = protobuf_1.protoInt64.zero;
|
|
2891
|
+
/**
|
|
2892
|
+
* Stores the received quantity
|
|
2893
|
+
*
|
|
2894
|
+
* @generated from field: uint64 received_qty_primary = 30;
|
|
2895
|
+
*/
|
|
2896
|
+
this.receivedQtyPrimary = protobuf_1.protoInt64.zero;
|
|
2897
|
+
/**
|
|
2898
|
+
* Stores the returned quantity
|
|
2899
|
+
*
|
|
2900
|
+
* @generated from field: uint64 returned_qty_primary = 40;
|
|
2901
|
+
*/
|
|
2902
|
+
this.returnedQtyPrimary = protobuf_1.protoInt64.zero;
|
|
2903
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
2904
|
+
}
|
|
2905
|
+
static fromBinary(bytes, options) {
|
|
2906
|
+
return new OutwardJobInwardInventoryMatch().fromBinary(bytes, options);
|
|
2907
|
+
}
|
|
2908
|
+
static fromJson(jsonValue, options) {
|
|
2909
|
+
return new OutwardJobInwardInventoryMatch().fromJson(jsonValue, options);
|
|
2910
|
+
}
|
|
2911
|
+
static fromJsonString(jsonString, options) {
|
|
2912
|
+
return new OutwardJobInwardInventoryMatch().fromJsonString(jsonString, options);
|
|
2913
|
+
}
|
|
2914
|
+
static equals(a, b) {
|
|
2915
|
+
return protobuf_1.proto3.util.equals(OutwardJobInwardInventoryMatch, a, b);
|
|
2916
|
+
}
|
|
2917
|
+
}
|
|
2918
|
+
exports.OutwardJobInwardInventoryMatch = OutwardJobInwardInventoryMatch;
|
|
2919
|
+
OutwardJobInwardInventoryMatch.runtime = protobuf_1.proto3;
|
|
2920
|
+
OutwardJobInwardInventoryMatch.typeName = "Scailo.OutwardJobInwardInventoryMatch";
|
|
2921
|
+
OutwardJobInwardInventoryMatch.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
2922
|
+
{ no: 1, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2923
|
+
{ no: 10, name: "job_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2924
|
+
{ no: 20, name: "ordered_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2925
|
+
{ no: 30, name: "received_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2926
|
+
{ no: 40, name: "returned_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2927
|
+
]);
|
|
2928
|
+
/**
|
|
2929
|
+
*
|
|
2930
|
+
* Describes the list of inward inventory match families
|
|
2931
|
+
*
|
|
2932
|
+
* @generated from message Scailo.OutwardJobInwardInventoryMatchList
|
|
2933
|
+
*/
|
|
2934
|
+
class OutwardJobInwardInventoryMatchList extends protobuf_1.Message {
|
|
2935
|
+
constructor(data) {
|
|
2936
|
+
super();
|
|
2937
|
+
/**
|
|
2938
|
+
* List of records
|
|
2939
|
+
*
|
|
2940
|
+
* @generated from field: repeated Scailo.OutwardJobInwardInventoryMatch list = 1;
|
|
2941
|
+
*/
|
|
2942
|
+
this.list = [];
|
|
2943
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
2944
|
+
}
|
|
2945
|
+
static fromBinary(bytes, options) {
|
|
2946
|
+
return new OutwardJobInwardInventoryMatchList().fromBinary(bytes, options);
|
|
2947
|
+
}
|
|
2948
|
+
static fromJson(jsonValue, options) {
|
|
2949
|
+
return new OutwardJobInwardInventoryMatchList().fromJson(jsonValue, options);
|
|
2950
|
+
}
|
|
2951
|
+
static fromJsonString(jsonString, options) {
|
|
2952
|
+
return new OutwardJobInwardInventoryMatchList().fromJsonString(jsonString, options);
|
|
2953
|
+
}
|
|
2954
|
+
static equals(a, b) {
|
|
2955
|
+
return protobuf_1.proto3.util.equals(OutwardJobInwardInventoryMatchList, a, b);
|
|
2956
|
+
}
|
|
2957
|
+
}
|
|
2958
|
+
exports.OutwardJobInwardInventoryMatchList = OutwardJobInwardInventoryMatchList;
|
|
2959
|
+
OutwardJobInwardInventoryMatchList.runtime = protobuf_1.proto3;
|
|
2960
|
+
OutwardJobInwardInventoryMatchList.typeName = "Scailo.OutwardJobInwardInventoryMatchList";
|
|
2961
|
+
OutwardJobInwardInventoryMatchList.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
2962
|
+
{ no: 1, name: "list", kind: "message", T: OutwardJobInwardInventoryMatch, repeated: true },
|
|
2963
|
+
]);
|
|
2964
|
+
/**
|
|
2965
|
+
*
|
|
2966
|
+
* Describes the parameters that are part of an outward job's outward inventory match
|
|
2967
|
+
*
|
|
2968
|
+
* @generated from message Scailo.OutwardJobOutwardInventoryMatch
|
|
2969
|
+
*/
|
|
2970
|
+
class OutwardJobOutwardInventoryMatch extends protobuf_1.Message {
|
|
2971
|
+
constructor(data) {
|
|
2972
|
+
super();
|
|
2973
|
+
/**
|
|
2974
|
+
* Stores the family ID
|
|
2975
|
+
*
|
|
2976
|
+
* @generated from field: uint64 family_id = 1;
|
|
2977
|
+
*/
|
|
2978
|
+
this.familyId = protobuf_1.protoInt64.zero;
|
|
2979
|
+
/**
|
|
2980
|
+
* Stores the job quantity
|
|
2981
|
+
*
|
|
2982
|
+
* @generated from field: uint64 job_qty_primary = 10;
|
|
2983
|
+
*/
|
|
2984
|
+
this.jobQtyPrimary = protobuf_1.protoInt64.zero;
|
|
2985
|
+
/**
|
|
2986
|
+
* Stores the issued quantity
|
|
2987
|
+
*
|
|
2988
|
+
* @generated from field: uint64 issued_qty_primary = 20;
|
|
2989
|
+
*/
|
|
2990
|
+
this.issuedQtyPrimary = protobuf_1.protoInt64.zero;
|
|
2991
|
+
/**
|
|
2992
|
+
* Stores the returned quantity
|
|
2993
|
+
*
|
|
2994
|
+
* @generated from field: uint64 returned_qty_primary = 30;
|
|
2995
|
+
*/
|
|
2996
|
+
this.returnedQtyPrimary = protobuf_1.protoInt64.zero;
|
|
2997
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
2998
|
+
}
|
|
2999
|
+
static fromBinary(bytes, options) {
|
|
3000
|
+
return new OutwardJobOutwardInventoryMatch().fromBinary(bytes, options);
|
|
3001
|
+
}
|
|
3002
|
+
static fromJson(jsonValue, options) {
|
|
3003
|
+
return new OutwardJobOutwardInventoryMatch().fromJson(jsonValue, options);
|
|
3004
|
+
}
|
|
3005
|
+
static fromJsonString(jsonString, options) {
|
|
3006
|
+
return new OutwardJobOutwardInventoryMatch().fromJsonString(jsonString, options);
|
|
3007
|
+
}
|
|
3008
|
+
static equals(a, b) {
|
|
3009
|
+
return protobuf_1.proto3.util.equals(OutwardJobOutwardInventoryMatch, a, b);
|
|
3010
|
+
}
|
|
3011
|
+
}
|
|
3012
|
+
exports.OutwardJobOutwardInventoryMatch = OutwardJobOutwardInventoryMatch;
|
|
3013
|
+
OutwardJobOutwardInventoryMatch.runtime = protobuf_1.proto3;
|
|
3014
|
+
OutwardJobOutwardInventoryMatch.typeName = "Scailo.OutwardJobOutwardInventoryMatch";
|
|
3015
|
+
OutwardJobOutwardInventoryMatch.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
3016
|
+
{ no: 1, name: "family_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3017
|
+
{ no: 10, name: "job_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3018
|
+
{ no: 20, name: "issued_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3019
|
+
{ no: 30, name: "returned_qty_primary", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
3020
|
+
]);
|
|
3021
|
+
/**
|
|
3022
|
+
*
|
|
3023
|
+
* Describes the list of outward inventory match families
|
|
3024
|
+
*
|
|
3025
|
+
* @generated from message Scailo.OutwardJobOutwardInventoryMatchList
|
|
3026
|
+
*/
|
|
3027
|
+
class OutwardJobOutwardInventoryMatchList extends protobuf_1.Message {
|
|
3028
|
+
constructor(data) {
|
|
3029
|
+
super();
|
|
3030
|
+
/**
|
|
3031
|
+
* List of records
|
|
3032
|
+
*
|
|
3033
|
+
* @generated from field: repeated Scailo.OutwardJobOutwardInventoryMatch list = 1;
|
|
3034
|
+
*/
|
|
3035
|
+
this.list = [];
|
|
3036
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
3037
|
+
}
|
|
3038
|
+
static fromBinary(bytes, options) {
|
|
3039
|
+
return new OutwardJobOutwardInventoryMatchList().fromBinary(bytes, options);
|
|
3040
|
+
}
|
|
3041
|
+
static fromJson(jsonValue, options) {
|
|
3042
|
+
return new OutwardJobOutwardInventoryMatchList().fromJson(jsonValue, options);
|
|
3043
|
+
}
|
|
3044
|
+
static fromJsonString(jsonString, options) {
|
|
3045
|
+
return new OutwardJobOutwardInventoryMatchList().fromJsonString(jsonString, options);
|
|
3046
|
+
}
|
|
3047
|
+
static equals(a, b) {
|
|
3048
|
+
return protobuf_1.proto3.util.equals(OutwardJobOutwardInventoryMatchList, a, b);
|
|
3049
|
+
}
|
|
3050
|
+
}
|
|
3051
|
+
exports.OutwardJobOutwardInventoryMatchList = OutwardJobOutwardInventoryMatchList;
|
|
3052
|
+
OutwardJobOutwardInventoryMatchList.runtime = protobuf_1.proto3;
|
|
3053
|
+
OutwardJobOutwardInventoryMatchList.typeName = "Scailo.OutwardJobOutwardInventoryMatchList";
|
|
3054
|
+
OutwardJobOutwardInventoryMatchList.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
3055
|
+
{ no: 1, name: "list", kind: "message", T: OutwardJobOutwardInventoryMatch, repeated: true },
|
|
3056
|
+
]);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InwardJob, InwardJobAncillaryParameters, InwardJobContact, InwardJobContactsList, InwardJobInwardItem, InwardJobInwardItemHistoryRequest, InwardJobInwardItemProspectiveInfoRequest, InwardJobInwardItemsSearchRequest, InwardJobOutwardItem, InwardJobOutwardItemHistoryRequest, InwardJobOutwardItemProspectiveInfoRequest, InwardJobOutwardItemsSearchRequest, InwardJobsInwardItemsList, InwardJobsList, InwardJobsOutwardItemsList, InwardJobsServiceAutofillRequest, InwardJobsServiceContactCreateRequest, InwardJobsServiceCountReq, InwardJobsServiceCreateRequest, InwardJobsServiceFilterReq, InwardJobsServiceInwardItemCreateRequest, InwardJobsServiceInwardItemUpdateRequest, InwardJobsServiceMultipleInwardItemsCreateRequest, InwardJobsServiceMultipleOutwardItemsCreateRequest, InwardJobsServiceOutwardItemCreateRequest, InwardJobsServiceOutwardItemUpdateRequest, InwardJobsServicePaginatedInwardItemsResponse, InwardJobsServicePaginatedOutwardItemsResponse, InwardJobsServicePaginationReq, InwardJobsServicePaginationResponse, InwardJobsServiceSearchAllReq, InwardJobsServiceUpdateRequest } from "./inward_jobs.scailo_pb.js";
|
|
1
|
+
import { InwardJob, InwardJobAncillaryParameters, InwardJobContact, InwardJobContactsList, InwardJobInwardInventoryMatchList, InwardJobInwardItem, InwardJobInwardItemHistoryRequest, InwardJobInwardItemProspectiveInfoRequest, InwardJobInwardItemsSearchRequest, InwardJobOutwardInventoryMatchList, InwardJobOutwardItem, InwardJobOutwardItemHistoryRequest, InwardJobOutwardItemProspectiveInfoRequest, InwardJobOutwardItemsSearchRequest, InwardJobsInwardItemsList, InwardJobsList, InwardJobsOutwardItemsList, InwardJobsServiceAutofillRequest, InwardJobsServiceContactCreateRequest, InwardJobsServiceCountReq, InwardJobsServiceCreateRequest, InwardJobsServiceFilterReq, InwardJobsServiceInwardItemCreateRequest, InwardJobsServiceInwardItemUpdateRequest, InwardJobsServiceMultipleInwardItemsCreateRequest, InwardJobsServiceMultipleOutwardItemsCreateRequest, InwardJobsServiceOutwardItemCreateRequest, InwardJobsServiceOutwardItemUpdateRequest, InwardJobsServicePaginatedInwardItemsResponse, InwardJobsServicePaginatedOutwardItemsResponse, InwardJobsServicePaginationReq, InwardJobsServicePaginationResponse, InwardJobsServiceSearchAllReq, InwardJobsServiceUpdateRequest } from "./inward_jobs.scailo_pb.js";
|
|
2
2
|
import { ActiveStatus, BooleanResponse, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithSearchKey, IdentifierWithUserComment, ReorderItemsRequest, RepeatWithDeliveryDate, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
import { FamiliesList, FilterFamiliesReqForIdentifier } from "./families.scailo_pb.js";
|
|
@@ -726,6 +726,17 @@ export declare const InwardJobsService: {
|
|
|
726
726
|
readonly O: typeof IdentifiersList;
|
|
727
727
|
readonly kind: MethodKind.Unary;
|
|
728
728
|
};
|
|
729
|
+
/**
|
|
730
|
+
* View Inward Inventory Match of all the inward families of the given inward job
|
|
731
|
+
*
|
|
732
|
+
* @generated from rpc Scailo.InwardJobsService.ViewInwardInventoryMatch
|
|
733
|
+
*/
|
|
734
|
+
readonly viewInwardInventoryMatch: {
|
|
735
|
+
readonly name: "ViewInwardInventoryMatch";
|
|
736
|
+
readonly I: typeof IdentifierUUID;
|
|
737
|
+
readonly O: typeof InwardJobInwardInventoryMatchList;
|
|
738
|
+
readonly kind: MethodKind.Unary;
|
|
739
|
+
};
|
|
729
740
|
/**
|
|
730
741
|
* View prospective inward items for the given inward job (all families that could be purchased)
|
|
731
742
|
*
|
|
@@ -759,6 +770,17 @@ export declare const InwardJobsService: {
|
|
|
759
770
|
readonly O: typeof InwardJobsServiceInwardItemCreateRequest;
|
|
760
771
|
readonly kind: MethodKind.Unary;
|
|
761
772
|
};
|
|
773
|
+
/**
|
|
774
|
+
* View Outward Inventory Match of all the outward families of the given inward job
|
|
775
|
+
*
|
|
776
|
+
* @generated from rpc Scailo.InwardJobsService.ViewOutwardInventoryMatch
|
|
777
|
+
*/
|
|
778
|
+
readonly viewOutwardInventoryMatch: {
|
|
779
|
+
readonly name: "ViewOutwardInventoryMatch";
|
|
780
|
+
readonly I: typeof IdentifierUUID;
|
|
781
|
+
readonly O: typeof InwardJobOutwardInventoryMatchList;
|
|
782
|
+
readonly kind: MethodKind.Unary;
|
|
783
|
+
};
|
|
762
784
|
/**
|
|
763
785
|
* View prospective outward items for the given inward job (all families that could be sold)
|
|
764
786
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,iCAAiC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,cAAc,EAAE,0BAA0B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,6CAA6C,EAAE,8CAA8C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"inward_jobs.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/inward_jobs.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,qBAAqB,EAAE,iCAAiC,EAAE,mBAAmB,EAAE,iCAAiC,EAAE,yCAAyC,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,oBAAoB,EAAE,kCAAkC,EAAE,0CAA0C,EAAE,kCAAkC,EAAE,yBAAyB,EAAE,cAAc,EAAE,0BAA0B,EAAE,gCAAgC,EAAE,qCAAqC,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,0BAA0B,EAAE,wCAAwC,EAAE,wCAAwC,EAAE,iDAAiD,EAAE,kDAAkD,EAAE,yCAAyC,EAAE,yCAAyC,EAAE,6CAA6C,EAAE,8CAA8C,EAAE,8BAA8B,EAAE,mCAAmC,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,4BAA4B,CAAC;AAChrC,OAAO,EAAE,YAAY,EAAE,eAAe,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAClX,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAEvF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB;;;QAG1B;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;;CAQG,CAAC"}
|