@kernelminds/scailo-sdk 0.0.36 → 0.0.38
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/asset_indents.scailo_connect.js +14 -3
- package/lib/cjs/src/base.scailo_pb.js +2 -45
- package/lib/cjs/src/credit_notes.scailo_connect.js +11 -0
- package/lib/cjs/src/debit_notes.scailo_connect.js +11 -0
- package/lib/cjs/src/equations_families.scailo_connect.js +16 -5
- package/lib/cjs/src/families.scailo_pb.js +42 -5
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +11 -0
- package/lib/cjs/src/goods_receipts.scailo_connect.js +11 -0
- package/lib/cjs/src/inward_jobs.scailo_connect.js +22 -0
- package/lib/cjs/src/inward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/cjs/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/outward_jobs.scailo_connect.js +22 -0
- package/lib/cjs/src/outward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/cjs/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/production_indents.scailo_connect.js +11 -0
- package/lib/cjs/src/production_plans.scailo_connect.js +11 -0
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +11 -0
- package/lib/cjs/src/purchases_indents.scailo_connect.js +11 -0
- package/lib/cjs/src/purchases_orders.scailo_connect.js +11 -0
- package/lib/cjs/src/purchases_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/replaceable_indents.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_invoices.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_orders.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_quotations.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/stock_audits.scailo_connect.js +11 -0
- package/lib/cjs/src/stock_issuances.scailo_connect.js +11 -0
- package/lib/cjs/src/stock_returns.scailo_connect.js +11 -0
- package/lib/cjs/src/supply_offers.scailo_connect.js +11 -0
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +11 -0
- package/lib/cjs/src/work_orders.scailo_connect.js +11 -0
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts +15 -4
- package/lib/cjs/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/base.scailo_pb.d.ts +0 -28
- package/lib/cjs/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts +18 -7
- package/lib/cjs/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/families.scailo_pb.d.ts +32 -4
- package/lib/cjs/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/goods_receipts.scailo_connect.d.ts.map +1 -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_free_issue_materials.scailo_connect.d.ts +12 -1
- 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_returns.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.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_free_issue_materials.scailo_connect.d.ts +12 -1
- 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_returns.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/src/asset_indents.scailo_connect.js +14 -3
- package/lib/esm/src/base.scailo_pb.js +2 -45
- package/lib/esm/src/credit_notes.scailo_connect.js +11 -0
- package/lib/esm/src/debit_notes.scailo_connect.js +11 -0
- package/lib/esm/src/equations_families.scailo_connect.js +16 -5
- package/lib/esm/src/families.scailo_pb.js +48 -5
- package/lib/esm/src/goods_dispatches.scailo_connect.js +11 -0
- package/lib/esm/src/goods_receipts.scailo_connect.js +11 -0
- package/lib/esm/src/inward_jobs.scailo_connect.js +22 -0
- package/lib/esm/src/inward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/esm/src/inward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/esm/src/outward_jobs.scailo_connect.js +22 -0
- package/lib/esm/src/outward_jobs_free_issue_materials.scailo_connect.js +11 -0
- package/lib/esm/src/outward_jobs_free_issue_materials_returns.scailo_connect.js +11 -0
- package/lib/esm/src/production_indents.scailo_connect.js +11 -0
- package/lib/esm/src/production_plans.scailo_connect.js +11 -0
- package/lib/esm/src/proforma_invoices.scailo_connect.js +11 -0
- package/lib/esm/src/purchases_indents.scailo_connect.js +11 -0
- package/lib/esm/src/purchases_orders.scailo_connect.js +11 -0
- package/lib/esm/src/purchases_returns.scailo_connect.js +11 -0
- package/lib/esm/src/replaceable_indents.scailo_connect.js +11 -0
- package/lib/esm/src/sales_invoices.scailo_connect.js +11 -0
- package/lib/esm/src/sales_orders.scailo_connect.js +11 -0
- package/lib/esm/src/sales_quotations.scailo_connect.js +11 -0
- package/lib/esm/src/sales_returns.scailo_connect.js +11 -0
- package/lib/esm/src/stock_audits.scailo_connect.js +11 -0
- package/lib/esm/src/stock_issuances.scailo_connect.js +11 -0
- package/lib/esm/src/stock_returns.scailo_connect.js +11 -0
- package/lib/esm/src/supply_offers.scailo_connect.js +11 -0
- package/lib/esm/src/vendor_invoices.scailo_connect.js +11 -0
- package/lib/esm/src/work_orders.scailo_connect.js +11 -0
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts +15 -4
- package/lib/esm/types/src/asset_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/base.scailo_pb.d.ts +0 -28
- package/lib/esm/types/src/base.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/credit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/debit_notes.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts +18 -7
- package/lib/esm/types/src/equations_families.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/families.scailo_pb.d.ts +32 -4
- package/lib/esm/types/src/families.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/goods_receipts.scailo_connect.d.ts.map +1 -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_free_issue_materials.scailo_connect.d.ts +12 -1
- 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_returns.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/inward_jobs_free_issue_materials_returns.scailo_connect.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_free_issue_materials.scailo_connect.d.ts +12 -1
- 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_returns.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/outward_jobs_free_issue_materials_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/production_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/production_plans.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/proforma_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/purchases_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/purchases_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/purchases_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/replaceable_indents.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_orders.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_quotations.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/stock_audits.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/stock_issuances.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/stock_returns.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/supply_offers.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/vendor_invoices.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/work_orders.scailo_connect.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -395,9 +395,6 @@ exports.AssetIndentsService = {
|
|
|
395
395
|
/**
|
|
396
396
|
* View prospective families for the given asset indent
|
|
397
397
|
*
|
|
398
|
-
* View prospective asset indent item info for the given family ID and asset indent ID
|
|
399
|
-
* rpc ViewProspectiveAssetIndentItem(AssetIndentItemProspectiveInfoRequest) returns (AssetIndentsServiceItemCreateRequest);
|
|
400
|
-
*
|
|
401
398
|
* @generated from rpc Scailo.AssetIndentsService.ViewProspectiveFamilies
|
|
402
399
|
*/
|
|
403
400
|
viewProspectiveFamilies: {
|
|
@@ -406,6 +403,20 @@ exports.AssetIndentsService = {
|
|
|
406
403
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
407
404
|
kind: protobuf_1.MethodKind.Unary,
|
|
408
405
|
},
|
|
406
|
+
/**
|
|
407
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
408
|
+
*
|
|
409
|
+
* View prospective asset indent item info for the given family ID and asset indent ID
|
|
410
|
+
* rpc ViewProspectiveAssetIndentItem(AssetIndentItemProspectiveInfoRequest) returns (AssetIndentsServiceItemCreateRequest);
|
|
411
|
+
*
|
|
412
|
+
* @generated from rpc Scailo.AssetIndentsService.FilterProspectiveFamilies
|
|
413
|
+
*/
|
|
414
|
+
filterProspectiveFamilies: {
|
|
415
|
+
name: "FilterProspectiveFamilies",
|
|
416
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
417
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
418
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
419
|
+
},
|
|
409
420
|
/**
|
|
410
421
|
* View the added quantity for the family with the given request payload
|
|
411
422
|
*
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.LogbookLogConciseGenericCreateRequest = exports.LogbookLogConciseSLCCreateRequest = exports.LogbookLogConciseSLC = exports.IdentifierUUIDsList = exports.IdentifierUUIDWithUserComment = exports.IdentifierUUID = exports.IdentifierUUIDWithFile = exports.IdentifierWithFile = exports.IdentifierWithSearchKey = exports.IdentifierWithEmailAttributes = exports.IdentifierWithUserComment = exports.StringsList = exports.IdentifiersList = exports.
|
|
8
|
-
exports.AmendmentLogsList = exports.AmendmentLog = exports.InventoryInteractionsList = exports.InventoryInteraction = exports.InventoryPartitionRequest = exports.LogbookLogInventoryLC = exports.StandardFile = exports.CloneRequest = exports.ReorderItemsRequest =
|
|
7
|
+
exports.LogbookLogComplete = exports.LogbookLogConciseGenericCreateRequest = exports.LogbookLogConciseSLCCreateRequest = exports.LogbookLogConciseSLC = exports.IdentifierUUIDsList = exports.IdentifierUUIDWithUserComment = exports.IdentifierUUID = exports.IdentifierUUIDWithFile = exports.IdentifierWithFile = exports.IdentifierWithSearchKey = exports.IdentifierWithEmailAttributes = exports.IdentifierWithUserComment = exports.StringsList = exports.IdentifiersList = exports.IdentifierZeroable = exports.IdentifierResponse = exports.Identifier = exports.RepeatWithDeliveryDate = exports.SimpleSearchReq = exports.UploadPictureReq = exports.UpdateOwnPasswordReq = exports.UpdatePasswordReq = exports.ActiveStatus = exports.ApprovalMetadata = exports.EmployeeMetadata = exports.DualQuantitiesResponse = exports.QuantityResponse = exports.SumResponse = exports.CountResponse = exports.CountInSLCStatusRequest = exports.GPSCoordinatesResponse = exports.MonthAndDayFilter = exports.Base64String = exports.ImageResponse = exports.PriceResponse = exports.StringResponse = exports.BytesResponse = exports.BooleanResponse = exports.Empty = exports.AMENDMENT_LOG_REF_FOR = exports.INVENTORY_ISSUED_PURPOSE = exports.INVENTORY_INTERACTION_CATEGORY = exports.INVENTORY_SORT_KEY = exports.INVENTORY_LIFECYCLE = exports.BOOL_FILTER = exports.LOGBOOK_OPERATION = exports.FORM_FIELD_ELEMENT = exports.FORM_TYPE = exports.STANDARD_LIFECYCLE_STATUS = exports.SORT_ORDER = void 0;
|
|
8
|
+
exports.AmendmentLogsList = exports.AmendmentLog = exports.InventoryInteractionsList = exports.InventoryInteraction = exports.InventoryPartitionRequest = exports.LogbookLogInventoryLC = exports.StandardFile = exports.CloneRequest = exports.ReorderItemsRequest = void 0;
|
|
9
9
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
10
10
|
/**
|
|
11
11
|
*
|
|
@@ -2114,49 +2114,6 @@ IdentifierZeroable.typeName = "Scailo.IdentifierZeroable";
|
|
|
2114
2114
|
IdentifierZeroable.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
2115
2115
|
{ no: 1, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2116
2116
|
]);
|
|
2117
|
-
/**
|
|
2118
|
-
*
|
|
2119
|
-
* Describes the standard identifier along with a search key
|
|
2120
|
-
*
|
|
2121
|
-
* @generated from message Scailo.IdentifierWithSearch
|
|
2122
|
-
*/
|
|
2123
|
-
class IdentifierWithSearch extends protobuf_1.Message {
|
|
2124
|
-
constructor(data) {
|
|
2125
|
-
super();
|
|
2126
|
-
/**
|
|
2127
|
-
* ID of the resource
|
|
2128
|
-
*
|
|
2129
|
-
* @generated from field: uint64 id = 1;
|
|
2130
|
-
*/
|
|
2131
|
-
this.id = protobuf_1.protoInt64.zero;
|
|
2132
|
-
/**
|
|
2133
|
-
* Describes the key with which the search operation needs to be performed
|
|
2134
|
-
*
|
|
2135
|
-
* @generated from field: string search_key = 2;
|
|
2136
|
-
*/
|
|
2137
|
-
this.searchKey = "";
|
|
2138
|
-
protobuf_1.proto3.util.initPartial(data, this);
|
|
2139
|
-
}
|
|
2140
|
-
static fromBinary(bytes, options) {
|
|
2141
|
-
return new IdentifierWithSearch().fromBinary(bytes, options);
|
|
2142
|
-
}
|
|
2143
|
-
static fromJson(jsonValue, options) {
|
|
2144
|
-
return new IdentifierWithSearch().fromJson(jsonValue, options);
|
|
2145
|
-
}
|
|
2146
|
-
static fromJsonString(jsonString, options) {
|
|
2147
|
-
return new IdentifierWithSearch().fromJsonString(jsonString, options);
|
|
2148
|
-
}
|
|
2149
|
-
static equals(a, b) {
|
|
2150
|
-
return protobuf_1.proto3.util.equals(IdentifierWithSearch, a, b);
|
|
2151
|
-
}
|
|
2152
|
-
}
|
|
2153
|
-
exports.IdentifierWithSearch = IdentifierWithSearch;
|
|
2154
|
-
IdentifierWithSearch.runtime = protobuf_1.proto3;
|
|
2155
|
-
IdentifierWithSearch.typeName = "Scailo.IdentifierWithSearch";
|
|
2156
|
-
IdentifierWithSearch.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
2157
|
-
{ no: 1, name: "id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
2158
|
-
{ no: 2, name: "search_key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2159
|
-
]);
|
|
2160
2117
|
/**
|
|
2161
2118
|
*
|
|
2162
2119
|
* Describes the list of standard identifiers, used for identifying associated items
|
|
@@ -469,6 +469,17 @@ exports.CreditNotesService = {
|
|
|
469
469
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
470
470
|
kind: protobuf_1.MethodKind.Unary,
|
|
471
471
|
},
|
|
472
|
+
/**
|
|
473
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
474
|
+
*
|
|
475
|
+
* @generated from rpc Scailo.CreditNotesService.FilterProspectiveFamilies
|
|
476
|
+
*/
|
|
477
|
+
filterProspectiveFamilies: {
|
|
478
|
+
name: "FilterProspectiveFamilies",
|
|
479
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
480
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
481
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
482
|
+
},
|
|
472
483
|
/**
|
|
473
484
|
* View prospective credit note item info for the given family ID and credit note ID
|
|
474
485
|
*
|
|
@@ -469,6 +469,17 @@ exports.DebitNotesService = {
|
|
|
469
469
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
470
470
|
kind: protobuf_1.MethodKind.Unary,
|
|
471
471
|
},
|
|
472
|
+
/**
|
|
473
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
474
|
+
*
|
|
475
|
+
* @generated from rpc Scailo.DebitNotesService.FilterProspectiveFamilies
|
|
476
|
+
*/
|
|
477
|
+
filterProspectiveFamilies: {
|
|
478
|
+
name: "FilterProspectiveFamilies",
|
|
479
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
480
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
481
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
482
|
+
},
|
|
472
483
|
/**
|
|
473
484
|
* View prospective debit note item info for the given family ID and debit note ID
|
|
474
485
|
*
|
|
@@ -430,13 +430,24 @@ exports.EquationsFamiliesService = {
|
|
|
430
430
|
kind: protobuf_1.MethodKind.Unary,
|
|
431
431
|
},
|
|
432
432
|
/**
|
|
433
|
-
* View
|
|
433
|
+
* View prospective families for the given equation family (without cyclical dependencies)
|
|
434
434
|
*
|
|
435
|
-
* @generated from rpc Scailo.EquationsFamiliesService.
|
|
435
|
+
* @generated from rpc Scailo.EquationsFamiliesService.ViewProspectiveFamilies
|
|
436
436
|
*/
|
|
437
|
-
|
|
438
|
-
name: "
|
|
439
|
-
I: base_scailo_pb_js_1.
|
|
437
|
+
viewProspectiveFamilies: {
|
|
438
|
+
name: "ViewProspectiveFamilies",
|
|
439
|
+
I: base_scailo_pb_js_1.IdentifierWithSearchKey,
|
|
440
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
441
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
442
|
+
},
|
|
443
|
+
/**
|
|
444
|
+
* Filter prospective families for the record represented by the given UUID identifier (without cyclical dependencies)
|
|
445
|
+
*
|
|
446
|
+
* @generated from rpc Scailo.EquationsFamiliesService.FilterProspectiveFamilies
|
|
447
|
+
*/
|
|
448
|
+
filterProspectiveFamilies: {
|
|
449
|
+
name: "FilterProspectiveFamilies",
|
|
450
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
440
451
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
441
452
|
kind: protobuf_1.MethodKind.Unary,
|
|
442
453
|
},
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.FamiliesServiceUpdateMinStockToMaintainRequest = exports.FamiliesServiceUpdatePriceRequest = exports.FamilyQCGroupsList = exports.FamilyQCGroup = exports.FamiliesServiceQCGroupCreateRequest = exports.FamilyUnitConversionsList = exports.FamilyUnitConversion = exports.FamiliesServiceUnitConversionCreateRequest = exports.FamiliesServiceUnitConversionPresenceRequest = exports.FamilyStoragesList = exports.FamilyStorage = exports.FamiliesServiceStorageCreateRequest = exports.FamilyLabelsList = exports.FamilyLabel = exports.FamiliesServiceLabelCreateRequest = exports.FamiliesServiceSearchAllReq = exports.FamiliesServiceCountReq = exports.FamiliesServiceFilterReq = exports.FamiliesServicePaginationResponse = exports.FamiliesServicePaginationReq = exports.FamiliesList = exports.Family = exports.FamiliesServiceUpdateRequest = exports.FamiliesServiceCreateRequest = exports.FamilyTypesList = exports.FAMILY_SORT_KEY = exports.CONSUMPTION_SEQUENCE = exports.FAMILY_TYPE = void 0;
|
|
7
|
+
exports.FamiliesServiceUpdateMinStockToMaintainRequest = exports.FamiliesServiceUpdatePriceRequest = exports.FamilyQCGroupsList = exports.FamilyQCGroup = exports.FamiliesServiceQCGroupCreateRequest = exports.FamilyUnitConversionsList = exports.FamilyUnitConversion = exports.FamiliesServiceUnitConversionCreateRequest = exports.FamiliesServiceUnitConversionPresenceRequest = exports.FamilyStoragesList = exports.FamilyStorage = exports.FamiliesServiceStorageCreateRequest = exports.FamilyLabelsList = exports.FamilyLabel = exports.FamiliesServiceLabelCreateRequest = exports.FilterFamiliesReqForIdentifier = exports.FamiliesServiceSearchAllReq = exports.FamiliesServiceCountReq = exports.FamiliesServiceFilterReq = exports.FamiliesServicePaginationResponse = exports.FamiliesServicePaginationReq = exports.FamiliesList = exports.Family = exports.FamiliesServiceUpdateRequest = exports.FamiliesServiceCreateRequest = exports.FamilyTypesList = exports.FAMILY_SORT_KEY = exports.CONSUMPTION_SEQUENCE = exports.FAMILY_TYPE = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
10
|
/**
|
|
@@ -476,7 +476,7 @@ class FamiliesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
476
476
|
*/
|
|
477
477
|
this.printName = "";
|
|
478
478
|
/**
|
|
479
|
-
* The unique code that represents the family
|
|
479
|
+
* The unique code that represents the family (can be updated only prior to the first approval)
|
|
480
480
|
*
|
|
481
481
|
* @generated from field: string code = 12;
|
|
482
482
|
*/
|
|
@@ -494,7 +494,7 @@ class FamiliesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
494
494
|
*/
|
|
495
495
|
this.description = "";
|
|
496
496
|
/**
|
|
497
|
-
* The type of the family
|
|
497
|
+
* The type of the family (can be updated only prior to the first approval)
|
|
498
498
|
*
|
|
499
499
|
* @generated from field: Scailo.FAMILY_TYPE family_type = 15;
|
|
500
500
|
*/
|
|
@@ -518,13 +518,13 @@ class FamiliesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
518
518
|
*/
|
|
519
519
|
this.unitQuantity = protobuf_1.protoInt64.zero;
|
|
520
520
|
/**
|
|
521
|
-
* Stores the ID of the parent family
|
|
521
|
+
* Stores the ID of the parent family (can be updated only prior to the first approval)
|
|
522
522
|
*
|
|
523
523
|
* @generated from field: uint64 parent_id = 19;
|
|
524
524
|
*/
|
|
525
525
|
this.parentId = protobuf_1.protoInt64.zero;
|
|
526
526
|
/**
|
|
527
|
-
* Stores if the family is a leaf family
|
|
527
|
+
* Stores if the family is a leaf family (can be updated only prior to the first approval)
|
|
528
528
|
*
|
|
529
529
|
* @generated from field: bool is_leaf = 20;
|
|
530
530
|
*/
|
|
@@ -1497,6 +1497,43 @@ FamiliesServiceSearchAllReq.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
|
1497
1497
|
{ no: 29, name: "parent_id", kind: "scalar", T: 4 /* ScalarType.UINT64 */ },
|
|
1498
1498
|
{ no: 30, name: "is_leaf", kind: "enum", T: protobuf_1.proto3.getEnumType(base_scailo_pb_js_1.BOOL_FILTER) },
|
|
1499
1499
|
]);
|
|
1500
|
+
/**
|
|
1501
|
+
*
|
|
1502
|
+
* Describes the parameters that are required to filter the prospective families for a record represented by the given UUID
|
|
1503
|
+
*
|
|
1504
|
+
* @generated from message Scailo.FilterFamiliesReqForIdentifier
|
|
1505
|
+
*/
|
|
1506
|
+
class FilterFamiliesReqForIdentifier extends protobuf_1.Message {
|
|
1507
|
+
constructor(data) {
|
|
1508
|
+
super();
|
|
1509
|
+
/**
|
|
1510
|
+
* UUID of the resource
|
|
1511
|
+
*
|
|
1512
|
+
* @generated from field: string uuid = 1;
|
|
1513
|
+
*/
|
|
1514
|
+
this.uuid = "";
|
|
1515
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1516
|
+
}
|
|
1517
|
+
static fromBinary(bytes, options) {
|
|
1518
|
+
return new FilterFamiliesReqForIdentifier().fromBinary(bytes, options);
|
|
1519
|
+
}
|
|
1520
|
+
static fromJson(jsonValue, options) {
|
|
1521
|
+
return new FilterFamiliesReqForIdentifier().fromJson(jsonValue, options);
|
|
1522
|
+
}
|
|
1523
|
+
static fromJsonString(jsonString, options) {
|
|
1524
|
+
return new FilterFamiliesReqForIdentifier().fromJsonString(jsonString, options);
|
|
1525
|
+
}
|
|
1526
|
+
static equals(a, b) {
|
|
1527
|
+
return protobuf_1.proto3.util.equals(FilterFamiliesReqForIdentifier, a, b);
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
exports.FilterFamiliesReqForIdentifier = FilterFamiliesReqForIdentifier;
|
|
1531
|
+
FilterFamiliesReqForIdentifier.runtime = protobuf_1.proto3;
|
|
1532
|
+
FilterFamiliesReqForIdentifier.typeName = "Scailo.FilterFamiliesReqForIdentifier";
|
|
1533
|
+
FilterFamiliesReqForIdentifier.fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1534
|
+
{ no: 1, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1535
|
+
{ no: 10, name: "filter", kind: "message", T: FamiliesServiceFilterReq },
|
|
1536
|
+
]);
|
|
1500
1537
|
/**
|
|
1501
1538
|
*
|
|
1502
1539
|
* Describes the parameters necessary to create a family label
|
|
@@ -448,6 +448,17 @@ exports.GoodsDispatchesService = {
|
|
|
448
448
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
449
449
|
kind: protobuf_1.MethodKind.Unary,
|
|
450
450
|
},
|
|
451
|
+
/**
|
|
452
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
453
|
+
*
|
|
454
|
+
* @generated from rpc Scailo.GoodsDispatchesService.FilterProspectiveFamilies
|
|
455
|
+
*/
|
|
456
|
+
filterProspectiveFamilies: {
|
|
457
|
+
name: "FilterProspectiveFamilies",
|
|
458
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
459
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
460
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
461
|
+
},
|
|
451
462
|
/**
|
|
452
463
|
* View prospective goods dispatch item info for the given family ID and goods dispatch ID
|
|
453
464
|
*
|
|
@@ -448,6 +448,17 @@ exports.GoodsReceiptsService = {
|
|
|
448
448
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
449
449
|
kind: protobuf_1.MethodKind.Unary,
|
|
450
450
|
},
|
|
451
|
+
/**
|
|
452
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
453
|
+
*
|
|
454
|
+
* @generated from rpc Scailo.GoodsReceiptsService.FilterProspectiveFamilies
|
|
455
|
+
*/
|
|
456
|
+
filterProspectiveFamilies: {
|
|
457
|
+
name: "FilterProspectiveFamilies",
|
|
458
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
459
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
460
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
461
|
+
},
|
|
451
462
|
/**
|
|
452
463
|
* View prospective goods receipt item info for the given family ID and goods receipt ID
|
|
453
464
|
*
|
|
@@ -711,6 +711,17 @@ exports.InwardJobsService = {
|
|
|
711
711
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
712
712
|
kind: protobuf_1.MethodKind.Unary,
|
|
713
713
|
},
|
|
714
|
+
/**
|
|
715
|
+
* Filter prospective inward families for the record represented by the given UUID identifier
|
|
716
|
+
*
|
|
717
|
+
* @generated from rpc Scailo.InwardJobsService.FilterProspectiveInwardFamilies
|
|
718
|
+
*/
|
|
719
|
+
filterProspectiveInwardFamilies: {
|
|
720
|
+
name: "FilterProspectiveInwardFamilies",
|
|
721
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
722
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
723
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
724
|
+
},
|
|
714
725
|
/**
|
|
715
726
|
* View prospective inward job inward item info for the given family ID and inward job ID
|
|
716
727
|
*
|
|
@@ -733,6 +744,17 @@ exports.InwardJobsService = {
|
|
|
733
744
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
734
745
|
kind: protobuf_1.MethodKind.Unary,
|
|
735
746
|
},
|
|
747
|
+
/**
|
|
748
|
+
* Filter prospective outward families for the record represented by the given UUID identifier
|
|
749
|
+
*
|
|
750
|
+
* @generated from rpc Scailo.InwardJobsService.FilterProspectiveOutwardFamilies
|
|
751
|
+
*/
|
|
752
|
+
filterProspectiveOutwardFamilies: {
|
|
753
|
+
name: "FilterProspectiveOutwardFamilies",
|
|
754
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
755
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
756
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
757
|
+
},
|
|
736
758
|
/**
|
|
737
759
|
* View prospective inward job outward item info for the given family ID and inward job ID
|
|
738
760
|
*
|
|
@@ -425,6 +425,17 @@ exports.InwardJobsFreeIssueMaterialsService = {
|
|
|
425
425
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
426
426
|
kind: protobuf_1.MethodKind.Unary,
|
|
427
427
|
},
|
|
428
|
+
/**
|
|
429
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
430
|
+
*
|
|
431
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsService.FilterProspectiveFamilies
|
|
432
|
+
*/
|
|
433
|
+
filterProspectiveFamilies: {
|
|
434
|
+
name: "FilterProspectiveFamilies",
|
|
435
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
436
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
437
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
438
|
+
},
|
|
428
439
|
/**
|
|
429
440
|
* View prospective inward job free issue material item info for the given family ID and inward job free issue material ID
|
|
430
441
|
*
|
|
@@ -425,6 +425,17 @@ exports.InwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
425
425
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
426
426
|
kind: protobuf_1.MethodKind.Unary,
|
|
427
427
|
},
|
|
428
|
+
/**
|
|
429
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
430
|
+
*
|
|
431
|
+
* @generated from rpc Scailo.InwardJobsFreeIssueMaterialsReturnsService.FilterProspectiveFamilies
|
|
432
|
+
*/
|
|
433
|
+
filterProspectiveFamilies: {
|
|
434
|
+
name: "FilterProspectiveFamilies",
|
|
435
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
436
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
437
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
438
|
+
},
|
|
428
439
|
/**
|
|
429
440
|
* View prospective inward job free issue material return item info for the given family ID and inward job free issue material return ID
|
|
430
441
|
*
|
|
@@ -711,6 +711,17 @@ exports.OutwardJobsService = {
|
|
|
711
711
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
712
712
|
kind: protobuf_1.MethodKind.Unary,
|
|
713
713
|
},
|
|
714
|
+
/**
|
|
715
|
+
* Filter prospective inward families for the record represented by the given UUID identifier
|
|
716
|
+
*
|
|
717
|
+
* @generated from rpc Scailo.OutwardJobsService.FilterProspectiveInwardFamilies
|
|
718
|
+
*/
|
|
719
|
+
filterProspectiveInwardFamilies: {
|
|
720
|
+
name: "FilterProspectiveInwardFamilies",
|
|
721
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
722
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
723
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
724
|
+
},
|
|
714
725
|
/**
|
|
715
726
|
* View prospective outward job inward item info for the given family ID and outward job ID
|
|
716
727
|
*
|
|
@@ -733,6 +744,17 @@ exports.OutwardJobsService = {
|
|
|
733
744
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
734
745
|
kind: protobuf_1.MethodKind.Unary,
|
|
735
746
|
},
|
|
747
|
+
/**
|
|
748
|
+
* Filter prospective outward families for the record represented by the given UUID identifier
|
|
749
|
+
*
|
|
750
|
+
* @generated from rpc Scailo.OutwardJobsService.FilterProspectiveOutwardFamilies
|
|
751
|
+
*/
|
|
752
|
+
filterProspectiveOutwardFamilies: {
|
|
753
|
+
name: "FilterProspectiveOutwardFamilies",
|
|
754
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
755
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
756
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
757
|
+
},
|
|
736
758
|
/**
|
|
737
759
|
* View prospective outward job outward item info for the given family ID and outward job ID
|
|
738
760
|
*
|
|
@@ -436,6 +436,17 @@ exports.OutwardJobsFreeIssueMaterialsService = {
|
|
|
436
436
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
437
437
|
kind: protobuf_1.MethodKind.Unary,
|
|
438
438
|
},
|
|
439
|
+
/**
|
|
440
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
441
|
+
*
|
|
442
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsService.FilterProspectiveFamilies
|
|
443
|
+
*/
|
|
444
|
+
filterProspectiveFamilies: {
|
|
445
|
+
name: "FilterProspectiveFamilies",
|
|
446
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
447
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
448
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
449
|
+
},
|
|
439
450
|
/**
|
|
440
451
|
* View prospective outward job free issue material item info for the given family ID and outward job free issue material ID
|
|
441
452
|
*
|
|
@@ -425,6 +425,17 @@ exports.OutwardJobsFreeIssueMaterialsReturnsService = {
|
|
|
425
425
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
426
426
|
kind: protobuf_1.MethodKind.Unary,
|
|
427
427
|
},
|
|
428
|
+
/**
|
|
429
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
430
|
+
*
|
|
431
|
+
* @generated from rpc Scailo.OutwardJobsFreeIssueMaterialsReturnsService.FilterProspectiveFamilies
|
|
432
|
+
*/
|
|
433
|
+
filterProspectiveFamilies: {
|
|
434
|
+
name: "FilterProspectiveFamilies",
|
|
435
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
436
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
437
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
438
|
+
},
|
|
428
439
|
/**
|
|
429
440
|
* View prospective outward job free issue material return item info for the given family ID and outward job free issue material return ID
|
|
430
441
|
*
|
|
@@ -414,6 +414,17 @@ exports.ProductionIndentsService = {
|
|
|
414
414
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
415
415
|
kind: protobuf_1.MethodKind.Unary,
|
|
416
416
|
},
|
|
417
|
+
/**
|
|
418
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
419
|
+
*
|
|
420
|
+
* @generated from rpc Scailo.ProductionIndentsService.FilterProspectiveFamilies
|
|
421
|
+
*/
|
|
422
|
+
filterProspectiveFamilies: {
|
|
423
|
+
name: "FilterProspectiveFamilies",
|
|
424
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
425
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
426
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
427
|
+
},
|
|
417
428
|
/**
|
|
418
429
|
* View prospective production indent item info for the given family ID and production indent ID
|
|
419
430
|
*
|
|
@@ -425,6 +425,17 @@ exports.ProductionPlansService = {
|
|
|
425
425
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
426
426
|
kind: protobuf_1.MethodKind.Unary,
|
|
427
427
|
},
|
|
428
|
+
/**
|
|
429
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
430
|
+
*
|
|
431
|
+
* @generated from rpc Scailo.ProductionPlansService.FilterProspectiveFamilies
|
|
432
|
+
*/
|
|
433
|
+
filterProspectiveFamilies: {
|
|
434
|
+
name: "FilterProspectiveFamilies",
|
|
435
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
436
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
437
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
438
|
+
},
|
|
428
439
|
/**
|
|
429
440
|
* View prospective production plan item info for the given family ID and production plan ID
|
|
430
441
|
*
|
|
@@ -459,6 +459,17 @@ exports.ProformaInvoicesService = {
|
|
|
459
459
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
460
460
|
kind: protobuf_1.MethodKind.Unary,
|
|
461
461
|
},
|
|
462
|
+
/**
|
|
463
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
464
|
+
*
|
|
465
|
+
* @generated from rpc Scailo.ProformaInvoicesService.FilterProspectiveFamilies
|
|
466
|
+
*/
|
|
467
|
+
filterProspectiveFamilies: {
|
|
468
|
+
name: "FilterProspectiveFamilies",
|
|
469
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
470
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
471
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
472
|
+
},
|
|
462
473
|
/**
|
|
463
474
|
* View prospective proforma invoice item info for the given family ID and proforma invoice ID
|
|
464
475
|
*
|
|
@@ -459,6 +459,17 @@ exports.PurchasesIndentsService = {
|
|
|
459
459
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
460
460
|
kind: protobuf_1.MethodKind.Unary,
|
|
461
461
|
},
|
|
462
|
+
/**
|
|
463
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
464
|
+
*
|
|
465
|
+
* @generated from rpc Scailo.PurchasesIndentsService.FilterProspectiveFamilies
|
|
466
|
+
*/
|
|
467
|
+
filterProspectiveFamilies: {
|
|
468
|
+
name: "FilterProspectiveFamilies",
|
|
469
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
470
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
471
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
472
|
+
},
|
|
462
473
|
/**
|
|
463
474
|
* View prospective purchase indent item info for the given family ID and purchase indent ID
|
|
464
475
|
*
|
|
@@ -624,6 +624,17 @@ exports.PurchasesOrdersService = {
|
|
|
624
624
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
625
625
|
kind: protobuf_1.MethodKind.Unary,
|
|
626
626
|
},
|
|
627
|
+
/**
|
|
628
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
629
|
+
*
|
|
630
|
+
* @generated from rpc Scailo.PurchasesOrdersService.FilterProspectiveFamilies
|
|
631
|
+
*/
|
|
632
|
+
filterProspectiveFamilies: {
|
|
633
|
+
name: "FilterProspectiveFamilies",
|
|
634
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
635
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
636
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
637
|
+
},
|
|
627
638
|
/**
|
|
628
639
|
* View prospective purchase order item info for the given family ID and purchase order ID
|
|
629
640
|
*
|
|
@@ -425,6 +425,17 @@ exports.PurchasesReturnsService = {
|
|
|
425
425
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
426
426
|
kind: protobuf_1.MethodKind.Unary,
|
|
427
427
|
},
|
|
428
|
+
/**
|
|
429
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
430
|
+
*
|
|
431
|
+
* @generated from rpc Scailo.PurchasesReturnsService.FilterProspectiveFamilies
|
|
432
|
+
*/
|
|
433
|
+
filterProspectiveFamilies: {
|
|
434
|
+
name: "FilterProspectiveFamilies",
|
|
435
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
436
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
437
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
438
|
+
},
|
|
428
439
|
/**
|
|
429
440
|
* View prospective purchase return item info for the given family ID and purchase return ID
|
|
430
441
|
*
|
|
@@ -414,6 +414,17 @@ exports.ReplaceableIndentsService = {
|
|
|
414
414
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
415
415
|
kind: protobuf_1.MethodKind.Unary,
|
|
416
416
|
},
|
|
417
|
+
/**
|
|
418
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
419
|
+
*
|
|
420
|
+
* @generated from rpc Scailo.ReplaceableIndentsService.FilterProspectiveFamilies
|
|
421
|
+
*/
|
|
422
|
+
filterProspectiveFamilies: {
|
|
423
|
+
name: "FilterProspectiveFamilies",
|
|
424
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
425
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
426
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
427
|
+
},
|
|
417
428
|
/**
|
|
418
429
|
* View prospective replaceable indent item info for the given family ID and replaceable indent ID
|
|
419
430
|
*
|
|
@@ -514,6 +514,17 @@ exports.SalesInvoicesService = {
|
|
|
514
514
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
515
515
|
kind: protobuf_1.MethodKind.Unary,
|
|
516
516
|
},
|
|
517
|
+
/**
|
|
518
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
519
|
+
*
|
|
520
|
+
* @generated from rpc Scailo.SalesInvoicesService.FilterProspectiveFamilies
|
|
521
|
+
*/
|
|
522
|
+
filterProspectiveFamilies: {
|
|
523
|
+
name: "FilterProspectiveFamilies",
|
|
524
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
525
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
526
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
527
|
+
},
|
|
517
528
|
/**
|
|
518
529
|
* View prospective sales invoice item info for the given family ID and sales invoice ID
|
|
519
530
|
*
|
|
@@ -624,6 +624,17 @@ exports.SalesOrdersService = {
|
|
|
624
624
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
625
625
|
kind: protobuf_1.MethodKind.Unary,
|
|
626
626
|
},
|
|
627
|
+
/**
|
|
628
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
629
|
+
*
|
|
630
|
+
* @generated from rpc Scailo.SalesOrdersService.FilterProspectiveFamilies
|
|
631
|
+
*/
|
|
632
|
+
filterProspectiveFamilies: {
|
|
633
|
+
name: "FilterProspectiveFamilies",
|
|
634
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
635
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
636
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
637
|
+
},
|
|
627
638
|
/**
|
|
628
639
|
* View prospective sales order item info for the given family ID and sales order ID
|
|
629
640
|
*
|
|
@@ -580,6 +580,17 @@ exports.SalesQuotationsService = {
|
|
|
580
580
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
581
581
|
kind: protobuf_1.MethodKind.Unary,
|
|
582
582
|
},
|
|
583
|
+
/**
|
|
584
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
585
|
+
*
|
|
586
|
+
* @generated from rpc Scailo.SalesQuotationsService.FilterProspectiveFamilies
|
|
587
|
+
*/
|
|
588
|
+
filterProspectiveFamilies: {
|
|
589
|
+
name: "FilterProspectiveFamilies",
|
|
590
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
591
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
592
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
593
|
+
},
|
|
583
594
|
/**
|
|
584
595
|
* View prospective sales quotation item info for the given family ID and sales quotation ID
|
|
585
596
|
*
|
|
@@ -425,6 +425,17 @@ exports.SalesReturnsService = {
|
|
|
425
425
|
O: families_scailo_pb_js_1.FamiliesList,
|
|
426
426
|
kind: protobuf_1.MethodKind.Unary,
|
|
427
427
|
},
|
|
428
|
+
/**
|
|
429
|
+
* Filter prospective families for the record represented by the given UUID identifier
|
|
430
|
+
*
|
|
431
|
+
* @generated from rpc Scailo.SalesReturnsService.FilterProspectiveFamilies
|
|
432
|
+
*/
|
|
433
|
+
filterProspectiveFamilies: {
|
|
434
|
+
name: "FilterProspectiveFamilies",
|
|
435
|
+
I: families_scailo_pb_js_1.FilterFamiliesReqForIdentifier,
|
|
436
|
+
O: families_scailo_pb_js_1.FamiliesList,
|
|
437
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
438
|
+
},
|
|
428
439
|
/**
|
|
429
440
|
* View prospective sales return item info for the given family ID and sales return ID
|
|
430
441
|
*
|