@kernelminds/scailo-sdk 0.0.6 → 0.0.8
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/index.js +3339 -10
- package/lib/cjs/src/{clientstreams.scailo_connect.js → client_streams.scailo_connect.js} +31 -31
- package/lib/cjs/src/{clientstreams.scailo_pb.js → client_streams.scailo_pb.js} +1 -1
- package/lib/{esm/src/generalstreams.scailo_connect.js → cjs/src/general_streams.scailo_connect.js} +28 -28
- package/lib/cjs/src/{generalstreams.scailo_pb.js → general_streams.scailo_pb.js} +1 -1
- package/lib/cjs/src/goods_dispatches.scailo_connect.js +12 -0
- package/lib/cjs/src/{logins.scailo_connect.js → login.scailo_connect.js} +16 -16
- package/lib/cjs/src/{logins.scailo_pb.js → login.scailo_pb.js} +1 -1
- package/lib/cjs/src/production_plans.scailo_connect.js +11 -0
- package/lib/cjs/src/production_plans.scailo_pb.js +44 -1
- package/lib/cjs/src/sales_enquiries.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_enquiries.scailo_pb.js +51 -1
- package/lib/{esm/src/vault_services.scailo_connect.js → cjs/src/vault.scailo_connect.js} +15 -15
- package/lib/cjs/src/{vault_services.scailo_pb.js → vault.scailo_pb.js} +1 -1
- package/lib/cjs/src/{vendorstreams.scailo_connect.js → vendor_streams.scailo_connect.js} +31 -31
- package/lib/cjs/src/{vendorstreams.scailo_pb.js → vendor_streams.scailo_pb.js} +1 -1
- package/lib/cjs/src/work_orders.scailo_connect.js +11 -0
- package/lib/cjs/src/work_orders.scailo_pb.js +44 -1
- package/lib/cjs/types/index.d.ts +3027 -10
- package/lib/cjs/types/index.d.ts.map +1 -1
- package/lib/{esm/types/src/clientstreams.scailo_connect.d.ts → cjs/types/src/client_streams.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/client_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{esm/types/src/clientstreams.scailo_pb.d.ts → cjs/types/src/client_streams.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/{vendorstreams.scailo_pb.d.ts.map → client_streams.scailo_pb.d.ts.map} +1 -1
- package/lib/cjs/types/src/{generalstreams.scailo_connect.d.ts → general_streams.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/general_streams.scailo_connect.d.ts.map +1 -0
- package/lib/cjs/types/src/{generalstreams.scailo_pb.d.ts → general_streams.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/general_streams.scailo_pb.d.ts.map +1 -0
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts +12 -0
- package/lib/cjs/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/{logins.scailo_connect.d.ts → login.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/login.scailo_connect.d.ts.map +1 -0
- package/lib/cjs/types/src/{logins.scailo_pb.d.ts → login.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/login.scailo_pb.d.ts.map +1 -0
- 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/production_plans.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts +12 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts +34 -0
- package/lib/cjs/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/{vault_services.scailo_connect.d.ts → vault.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/vault.scailo_connect.d.ts.map +1 -0
- package/lib/{esm/types/src/vault_services.scailo_pb.d.ts → cjs/types/src/vault.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/vault.scailo_pb.d.ts.map +1 -0
- package/lib/cjs/types/src/{vendorstreams.scailo_connect.d.ts → vendor_streams.scailo_connect.d.ts} +2 -2
- package/lib/cjs/types/src/vendor_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{esm/types/src/vendorstreams.scailo_pb.d.ts → cjs/types/src/vendor_streams.scailo_pb.d.ts} +1 -1
- package/lib/cjs/types/src/vendor_streams.scailo_pb.d.ts.map +1 -0
- 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/cjs/types/src/work_orders.scailo_pb.d.ts +28 -0
- package/lib/cjs/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/lib/esm/index.js +3339 -10
- package/lib/esm/src/{clientstreams.scailo_connect.js → client_streams.scailo_connect.js} +31 -31
- package/lib/esm/src/{clientstreams.scailo_pb.js → client_streams.scailo_pb.js} +1 -1
- package/lib/{cjs/src/generalstreams.scailo_connect.js → esm/src/general_streams.scailo_connect.js} +28 -28
- package/lib/esm/src/{generalstreams.scailo_pb.js → general_streams.scailo_pb.js} +1 -1
- package/lib/esm/src/goods_dispatches.scailo_connect.js +12 -0
- package/lib/esm/src/{logins.scailo_connect.js → login.scailo_connect.js} +16 -16
- package/lib/esm/src/{logins.scailo_pb.js → login.scailo_pb.js} +1 -1
- package/lib/esm/src/production_plans.scailo_connect.js +11 -0
- package/lib/esm/src/production_plans.scailo_pb.js +44 -1
- package/lib/esm/src/sales_enquiries.scailo_connect.js +11 -0
- package/lib/esm/src/sales_enquiries.scailo_pb.js +51 -1
- package/lib/{cjs/src/vault_services.scailo_connect.js → esm/src/vault.scailo_connect.js} +15 -15
- package/lib/esm/src/{vault_services.scailo_pb.js → vault.scailo_pb.js} +1 -1
- package/lib/esm/src/{vendorstreams.scailo_connect.js → vendor_streams.scailo_connect.js} +31 -31
- package/lib/esm/src/{vendorstreams.scailo_pb.js → vendor_streams.scailo_pb.js} +1 -1
- package/lib/esm/src/work_orders.scailo_connect.js +11 -0
- package/lib/esm/src/work_orders.scailo_pb.js +44 -1
- package/lib/esm/types/index.d.ts +3027 -10
- package/lib/esm/types/index.d.ts.map +1 -1
- package/lib/{cjs/types/src/clientstreams.scailo_connect.d.ts → esm/types/src/client_streams.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/client_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{cjs/types/src/clientstreams.scailo_pb.d.ts → esm/types/src/client_streams.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/{vendorstreams.scailo_pb.d.ts.map → client_streams.scailo_pb.d.ts.map} +1 -1
- package/lib/esm/types/src/{generalstreams.scailo_connect.d.ts → general_streams.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/general_streams.scailo_connect.d.ts.map +1 -0
- package/lib/esm/types/src/{generalstreams.scailo_pb.d.ts → general_streams.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/general_streams.scailo_pb.d.ts.map +1 -0
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts +12 -0
- package/lib/esm/types/src/goods_dispatches.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/{logins.scailo_connect.d.ts → login.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/login.scailo_connect.d.ts.map +1 -0
- package/lib/esm/types/src/{logins.scailo_pb.d.ts → login.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/login.scailo_pb.d.ts.map +1 -0
- 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/production_plans.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/production_plans.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts +12 -1
- package/lib/esm/types/src/sales_enquiries.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts +34 -0
- package/lib/esm/types/src/sales_enquiries.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/{vault_services.scailo_connect.d.ts → vault.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/vault.scailo_connect.d.ts.map +1 -0
- package/lib/{cjs/types/src/vault_services.scailo_pb.d.ts → esm/types/src/vault.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/vault.scailo_pb.d.ts.map +1 -0
- package/lib/esm/types/src/{vendorstreams.scailo_connect.d.ts → vendor_streams.scailo_connect.d.ts} +2 -2
- package/lib/esm/types/src/vendor_streams.scailo_connect.d.ts.map +1 -0
- package/lib/{cjs/types/src/vendorstreams.scailo_pb.d.ts → esm/types/src/vendor_streams.scailo_pb.d.ts} +1 -1
- package/lib/esm/types/src/vendor_streams.scailo_pb.d.ts.map +1 -0
- 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/lib/esm/types/src/work_orders.scailo_pb.d.ts +28 -0
- package/lib/esm/types/src/work_orders.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
- package/lib/cjs/types/src/clientstreams.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/clientstreams.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/generalstreams.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/generalstreams.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/logins.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/logins.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/vault_services.scailo_connect.d.ts.map +0 -1
- package/lib/cjs/types/src/vault_services.scailo_pb.d.ts.map +0 -1
- package/lib/cjs/types/src/vendorstreams.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/clientstreams.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/clientstreams.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/generalstreams.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/generalstreams.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/logins.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/logins.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/vault_services.scailo_connect.d.ts.map +0 -1
- package/lib/esm/types/src/vault_services.scailo_pb.d.ts.map +0 -1
- package/lib/esm/types/src/vendorstreams.scailo_connect.d.ts.map +0 -1
|
@@ -436,6 +436,17 @@ exports.SalesEnquiriesService = {
|
|
|
436
436
|
O: sales_enquiries_scailo_pb_js_1.SalesEnquiry,
|
|
437
437
|
kind: protobuf_1.MethodKind.Unary,
|
|
438
438
|
},
|
|
439
|
+
/**
|
|
440
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
441
|
+
*
|
|
442
|
+
* @generated from rpc Scailo.SalesEnquiriesService.ViewAncillaryParametersByUUID
|
|
443
|
+
*/
|
|
444
|
+
viewAncillaryParametersByUUID: {
|
|
445
|
+
name: "ViewAncillaryParametersByUUID",
|
|
446
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
447
|
+
O: sales_enquiries_scailo_pb_js_1.SalesEnquiryAncillaryParameters,
|
|
448
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
449
|
+
},
|
|
439
450
|
/**
|
|
440
451
|
* View all
|
|
441
452
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.SalesEnquiryContactsList = exports.SalesEnquiryContact = exports.SalesEnquiriesServiceContactCreateRequest = exports.SalesEnquiriesServiceSearchAllReq = exports.SalesEnquiriesServiceCountReq = exports.SalesEnquiriesServiceFilterReq = exports.SalesEnquiriesServicePaginationResponse = exports.SalesEnquiriesServicePaginationReq = exports.SalesEnquiriesServicePaginatedItemsResponse = exports.SalesEnquiryItemsSearchRequest = exports.SalesEnquiryItemHistoryRequest = exports.SalesEnquiriesItemsList = exports.SalesEnquiriesList = exports.SalesEnquiryItem = exports.SalesEnquiriesServiceItemUpdateRequest = exports.SalesEnquiriesServiceItemCreateRequest = exports.SalesEnquiry = exports.SalesEnquiriesServiceUpdateRequest = exports.SalesEnquiriesServiceCreateRequest = exports.SALES_ENQUIRY_SORT_KEY = exports.SALES_ENQUIRY_ITEM_STATUS = exports.SALES_ENQUIRY_ITEM_SORT_KEY = void 0;
|
|
7
|
+
exports.SalesEnquiryContactsList = exports.SalesEnquiryContact = exports.SalesEnquiriesServiceContactCreateRequest = exports.SalesEnquiriesServiceSearchAllReq = exports.SalesEnquiriesServiceCountReq = exports.SalesEnquiriesServiceFilterReq = exports.SalesEnquiriesServicePaginationResponse = exports.SalesEnquiriesServicePaginationReq = exports.SalesEnquiriesServicePaginatedItemsResponse = exports.SalesEnquiryItemsSearchRequest = exports.SalesEnquiryItemHistoryRequest = exports.SalesEnquiriesItemsList = exports.SalesEnquiriesList = exports.SalesEnquiryItem = exports.SalesEnquiriesServiceItemUpdateRequest = exports.SalesEnquiriesServiceItemCreateRequest = exports.SalesEnquiry = exports.SalesEnquiryAncillaryParameters = exports.SalesEnquiriesServiceUpdateRequest = exports.SalesEnquiriesServiceCreateRequest = exports.SALES_ENQUIRY_SORT_KEY = exports.SALES_ENQUIRY_ITEM_STATUS = exports.SALES_ENQUIRY_ITEM_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");
|
|
@@ -480,6 +480,56 @@ class SalesEnquiriesServiceUpdateRequest extends protobuf_1.Message {
|
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
482
|
exports.SalesEnquiriesServiceUpdateRequest = SalesEnquiriesServiceUpdateRequest;
|
|
483
|
+
/**
|
|
484
|
+
*
|
|
485
|
+
* Stores the UUID references of the record
|
|
486
|
+
*
|
|
487
|
+
* @generated from message Scailo.SalesEnquiryAncillaryParameters
|
|
488
|
+
*/
|
|
489
|
+
class SalesEnquiryAncillaryParameters extends protobuf_1.Message {
|
|
490
|
+
/**
|
|
491
|
+
* The UUID of the consignee client (the UUID of the associated consignee_client_id)
|
|
492
|
+
*
|
|
493
|
+
* @generated from field: string consignee_client_uuid = 212;
|
|
494
|
+
*/
|
|
495
|
+
consigneeClientUuid = "";
|
|
496
|
+
/**
|
|
497
|
+
* The UUID of the buyer client (the UUID of the associated buyer_client_id)
|
|
498
|
+
*
|
|
499
|
+
* @generated from field: string buyer_client_uuid = 213;
|
|
500
|
+
*/
|
|
501
|
+
buyerClientUuid = "";
|
|
502
|
+
/**
|
|
503
|
+
* The UUID of the currency (the UUID of the associated currency)
|
|
504
|
+
*
|
|
505
|
+
* @generated from field: string currency_uuid = 215;
|
|
506
|
+
*/
|
|
507
|
+
currencyUuid = "";
|
|
508
|
+
constructor(data) {
|
|
509
|
+
super();
|
|
510
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
511
|
+
}
|
|
512
|
+
static runtime = protobuf_1.proto3;
|
|
513
|
+
static typeName = "Scailo.SalesEnquiryAncillaryParameters";
|
|
514
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
515
|
+
{ no: 212, name: "consignee_client_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
516
|
+
{ no: 213, name: "buyer_client_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
517
|
+
{ no: 215, name: "currency_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
518
|
+
]);
|
|
519
|
+
static fromBinary(bytes, options) {
|
|
520
|
+
return new SalesEnquiryAncillaryParameters().fromBinary(bytes, options);
|
|
521
|
+
}
|
|
522
|
+
static fromJson(jsonValue, options) {
|
|
523
|
+
return new SalesEnquiryAncillaryParameters().fromJson(jsonValue, options);
|
|
524
|
+
}
|
|
525
|
+
static fromJsonString(jsonString, options) {
|
|
526
|
+
return new SalesEnquiryAncillaryParameters().fromJsonString(jsonString, options);
|
|
527
|
+
}
|
|
528
|
+
static equals(a, b) {
|
|
529
|
+
return protobuf_1.proto3.util.equals(SalesEnquiryAncillaryParameters, a, b);
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
exports.SalesEnquiryAncillaryParameters = SalesEnquiryAncillaryParameters;
|
|
483
533
|
/**
|
|
484
534
|
*
|
|
485
535
|
* Describes the parameters that are part of a standard response
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// @generated by protoc-gen-connect-es v0.12.0 with parameter "target=ts"
|
|
3
|
-
// @generated from file
|
|
3
|
+
// @generated from file vault.scailo.proto (package Scailo, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -10,7 +10,7 @@ const protobuf_1 = require("@bufbuild/protobuf");
|
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
11
11
|
const vault_commons_scailo_pb_js_1 = require("./vault_commons.scailo_pb.js");
|
|
12
12
|
const vault_folders_scailo_pb_js_1 = require("./vault_folders.scailo_pb.js");
|
|
13
|
-
const
|
|
13
|
+
const vault_scailo_pb_js_1 = require("./vault.scailo_pb.js");
|
|
14
14
|
const roles_scailo_pb_js_1 = require("./roles.scailo_pb.js");
|
|
15
15
|
/**
|
|
16
16
|
*
|
|
@@ -430,7 +430,7 @@ exports.VaultService = {
|
|
|
430
430
|
viewAccessibleResourcesInFolder: {
|
|
431
431
|
name: "ViewAccessibleResourcesInFolder",
|
|
432
432
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
433
|
-
O:
|
|
433
|
+
O: vault_scailo_pb_js_1.VaultResourcesList,
|
|
434
434
|
kind: protobuf_1.MethodKind.Unary,
|
|
435
435
|
},
|
|
436
436
|
/**
|
|
@@ -508,8 +508,8 @@ exports.VaultService = {
|
|
|
508
508
|
*/
|
|
509
509
|
giXRelayDELETE: {
|
|
510
510
|
name: "GiXRelayDELETE",
|
|
511
|
-
I:
|
|
512
|
-
O:
|
|
511
|
+
I: vault_scailo_pb_js_1.GiXRelayReqWithoutBody,
|
|
512
|
+
O: vault_scailo_pb_js_1.GiXRelayResponse,
|
|
513
513
|
kind: protobuf_1.MethodKind.Unary,
|
|
514
514
|
},
|
|
515
515
|
/**
|
|
@@ -519,8 +519,8 @@ exports.VaultService = {
|
|
|
519
519
|
*/
|
|
520
520
|
giXRelayGET: {
|
|
521
521
|
name: "GiXRelayGET",
|
|
522
|
-
I:
|
|
523
|
-
O:
|
|
522
|
+
I: vault_scailo_pb_js_1.GiXRelayReqWithoutBody,
|
|
523
|
+
O: vault_scailo_pb_js_1.GiXRelayResponse,
|
|
524
524
|
kind: protobuf_1.MethodKind.Unary,
|
|
525
525
|
},
|
|
526
526
|
/**
|
|
@@ -530,8 +530,8 @@ exports.VaultService = {
|
|
|
530
530
|
*/
|
|
531
531
|
giXRelayHEAD: {
|
|
532
532
|
name: "GiXRelayHEAD",
|
|
533
|
-
I:
|
|
534
|
-
O:
|
|
533
|
+
I: vault_scailo_pb_js_1.GiXRelayReqWithoutBody,
|
|
534
|
+
O: vault_scailo_pb_js_1.GiXRelayResponse,
|
|
535
535
|
kind: protobuf_1.MethodKind.Unary,
|
|
536
536
|
},
|
|
537
537
|
/**
|
|
@@ -541,8 +541,8 @@ exports.VaultService = {
|
|
|
541
541
|
*/
|
|
542
542
|
giXRelayPATCH: {
|
|
543
543
|
name: "GiXRelayPATCH",
|
|
544
|
-
I:
|
|
545
|
-
O:
|
|
544
|
+
I: vault_scailo_pb_js_1.GiXRelayReqWithBody,
|
|
545
|
+
O: vault_scailo_pb_js_1.GiXRelayResponse,
|
|
546
546
|
kind: protobuf_1.MethodKind.Unary,
|
|
547
547
|
},
|
|
548
548
|
/**
|
|
@@ -552,8 +552,8 @@ exports.VaultService = {
|
|
|
552
552
|
*/
|
|
553
553
|
giXRelayPOST: {
|
|
554
554
|
name: "GiXRelayPOST",
|
|
555
|
-
I:
|
|
556
|
-
O:
|
|
555
|
+
I: vault_scailo_pb_js_1.GiXRelayReqWithBody,
|
|
556
|
+
O: vault_scailo_pb_js_1.GiXRelayResponse,
|
|
557
557
|
kind: protobuf_1.MethodKind.Unary,
|
|
558
558
|
},
|
|
559
559
|
/**
|
|
@@ -563,8 +563,8 @@ exports.VaultService = {
|
|
|
563
563
|
*/
|
|
564
564
|
giXRelayPUT: {
|
|
565
565
|
name: "GiXRelayPUT",
|
|
566
|
-
I:
|
|
567
|
-
O:
|
|
566
|
+
I: vault_scailo_pb_js_1.GiXRelayReqWithBody,
|
|
567
|
+
O: vault_scailo_pb_js_1.GiXRelayResponse,
|
|
568
568
|
kind: protobuf_1.MethodKind.Unary,
|
|
569
569
|
},
|
|
570
570
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// @generated by protoc-gen-es v1.5.1 with parameter "target=ts"
|
|
3
|
-
// @generated from file
|
|
3
|
+
// @generated from file vault.scailo.proto (package Scailo, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// @generated by protoc-gen-connect-es v0.12.0 with parameter "target=ts"
|
|
3
|
-
// @generated from file
|
|
3
|
+
// @generated from file vendor_streams.scailo.proto (package Scailo, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.VendorStreamsService = void 0;
|
|
8
|
-
const
|
|
8
|
+
const vendor_streams_scailo_pb_js_1 = require("./vendor_streams.scailo_pb.js");
|
|
9
9
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
10
10
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
11
11
|
/**
|
|
@@ -24,7 +24,7 @@ exports.VendorStreamsService = {
|
|
|
24
24
|
*/
|
|
25
25
|
create: {
|
|
26
26
|
name: "Create",
|
|
27
|
-
I:
|
|
27
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceCreateRequest,
|
|
28
28
|
O: base_scailo_pb_js_1.IdentifierUUID,
|
|
29
29
|
kind: protobuf_1.MethodKind.Unary,
|
|
30
30
|
},
|
|
@@ -35,7 +35,7 @@ exports.VendorStreamsService = {
|
|
|
35
35
|
*/
|
|
36
36
|
update: {
|
|
37
37
|
name: "Update",
|
|
38
|
-
I:
|
|
38
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceUpdateRequest,
|
|
39
39
|
O: base_scailo_pb_js_1.IdentifierUUID,
|
|
40
40
|
kind: protobuf_1.MethodKind.Unary,
|
|
41
41
|
},
|
|
@@ -104,7 +104,7 @@ exports.VendorStreamsService = {
|
|
|
104
104
|
*/
|
|
105
105
|
addMessage: {
|
|
106
106
|
name: "AddMessage",
|
|
107
|
-
I:
|
|
107
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceMessageCreateRequest,
|
|
108
108
|
O: base_scailo_pb_js_1.IdentifierUUID,
|
|
109
109
|
kind: protobuf_1.MethodKind.Unary,
|
|
110
110
|
},
|
|
@@ -138,7 +138,7 @@ exports.VendorStreamsService = {
|
|
|
138
138
|
viewMessageByUUID: {
|
|
139
139
|
name: "ViewMessageByUUID",
|
|
140
140
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
141
|
-
O:
|
|
141
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamMessage,
|
|
142
142
|
kind: protobuf_1.MethodKind.Unary,
|
|
143
143
|
},
|
|
144
144
|
/**
|
|
@@ -149,7 +149,7 @@ exports.VendorStreamsService = {
|
|
|
149
149
|
viewMessages: {
|
|
150
150
|
name: "ViewMessages",
|
|
151
151
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
152
|
-
O:
|
|
152
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamMessagesList,
|
|
153
153
|
kind: protobuf_1.MethodKind.Unary,
|
|
154
154
|
},
|
|
155
155
|
/**
|
|
@@ -159,8 +159,8 @@ exports.VendorStreamsService = {
|
|
|
159
159
|
*/
|
|
160
160
|
viewPaginatedMessages: {
|
|
161
161
|
name: "ViewPaginatedMessages",
|
|
162
|
-
I:
|
|
163
|
-
O:
|
|
162
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamMessagesSearchRequest,
|
|
163
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamsServicePaginatedMessagesResponse,
|
|
164
164
|
kind: protobuf_1.MethodKind.Unary,
|
|
165
165
|
},
|
|
166
166
|
/**
|
|
@@ -170,8 +170,8 @@ exports.VendorStreamsService = {
|
|
|
170
170
|
*/
|
|
171
171
|
searchMessagesWithPagination: {
|
|
172
172
|
name: "SearchMessagesWithPagination",
|
|
173
|
-
I:
|
|
174
|
-
O:
|
|
173
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamMessagesSearchRequest,
|
|
174
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamsServicePaginatedMessagesResponse,
|
|
175
175
|
kind: protobuf_1.MethodKind.Unary,
|
|
176
176
|
},
|
|
177
177
|
/**
|
|
@@ -182,7 +182,7 @@ exports.VendorStreamsService = {
|
|
|
182
182
|
viewMessageReceipts: {
|
|
183
183
|
name: "ViewMessageReceipts",
|
|
184
184
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
185
|
-
O:
|
|
185
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamMessageReceiptsList,
|
|
186
186
|
kind: protobuf_1.MethodKind.Unary,
|
|
187
187
|
},
|
|
188
188
|
/**
|
|
@@ -192,7 +192,7 @@ exports.VendorStreamsService = {
|
|
|
192
192
|
*/
|
|
193
193
|
addInternalSubscriber: {
|
|
194
194
|
name: "AddInternalSubscriber",
|
|
195
|
-
I:
|
|
195
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceInternalSubscriberCreateRequest,
|
|
196
196
|
O: base_scailo_pb_js_1.Identifier,
|
|
197
197
|
kind: protobuf_1.MethodKind.Unary,
|
|
198
198
|
},
|
|
@@ -215,7 +215,7 @@ exports.VendorStreamsService = {
|
|
|
215
215
|
viewInternalSubscriberByID: {
|
|
216
216
|
name: "ViewInternalSubscriberByID",
|
|
217
217
|
I: base_scailo_pb_js_1.Identifier,
|
|
218
|
-
O:
|
|
218
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamInternalSubscriber,
|
|
219
219
|
kind: protobuf_1.MethodKind.Unary,
|
|
220
220
|
},
|
|
221
221
|
/**
|
|
@@ -226,7 +226,7 @@ exports.VendorStreamsService = {
|
|
|
226
226
|
viewInternalSubscribers: {
|
|
227
227
|
name: "ViewInternalSubscribers",
|
|
228
228
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
229
|
-
O:
|
|
229
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamInternalSubscribersList,
|
|
230
230
|
kind: protobuf_1.MethodKind.Unary,
|
|
231
231
|
},
|
|
232
232
|
/**
|
|
@@ -236,7 +236,7 @@ exports.VendorStreamsService = {
|
|
|
236
236
|
*/
|
|
237
237
|
importInternalSubscribersFromTeam: {
|
|
238
238
|
name: "ImportInternalSubscribersFromTeam",
|
|
239
|
-
I:
|
|
239
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceImportInternalSubscribersRequest,
|
|
240
240
|
O: base_scailo_pb_js_1.Identifier,
|
|
241
241
|
kind: protobuf_1.MethodKind.Unary,
|
|
242
242
|
},
|
|
@@ -247,7 +247,7 @@ exports.VendorStreamsService = {
|
|
|
247
247
|
*/
|
|
248
248
|
importInternalSubscribersFromDepartment: {
|
|
249
249
|
name: "ImportInternalSubscribersFromDepartment",
|
|
250
|
-
I:
|
|
250
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceImportInternalSubscribersRequest,
|
|
251
251
|
O: base_scailo_pb_js_1.Identifier,
|
|
252
252
|
kind: protobuf_1.MethodKind.Unary,
|
|
253
253
|
},
|
|
@@ -258,7 +258,7 @@ exports.VendorStreamsService = {
|
|
|
258
258
|
*/
|
|
259
259
|
addVendorSubscriber: {
|
|
260
260
|
name: "AddVendorSubscriber",
|
|
261
|
-
I:
|
|
261
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceVendorSubscriberCreateRequest,
|
|
262
262
|
O: base_scailo_pb_js_1.Identifier,
|
|
263
263
|
kind: protobuf_1.MethodKind.Unary,
|
|
264
264
|
},
|
|
@@ -281,7 +281,7 @@ exports.VendorStreamsService = {
|
|
|
281
281
|
viewVendorSubscriberByID: {
|
|
282
282
|
name: "ViewVendorSubscriberByID",
|
|
283
283
|
I: base_scailo_pb_js_1.Identifier,
|
|
284
|
-
O:
|
|
284
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamVendorSubscriber,
|
|
285
285
|
kind: protobuf_1.MethodKind.Unary,
|
|
286
286
|
},
|
|
287
287
|
/**
|
|
@@ -292,7 +292,7 @@ exports.VendorStreamsService = {
|
|
|
292
292
|
viewVendorSubscribers: {
|
|
293
293
|
name: "ViewVendorSubscribers",
|
|
294
294
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
295
|
-
O:
|
|
295
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamVendorSubscribersList,
|
|
296
296
|
kind: protobuf_1.MethodKind.Unary,
|
|
297
297
|
},
|
|
298
298
|
/**
|
|
@@ -303,7 +303,7 @@ exports.VendorStreamsService = {
|
|
|
303
303
|
viewByID: {
|
|
304
304
|
name: "ViewByID",
|
|
305
305
|
I: base_scailo_pb_js_1.Identifier,
|
|
306
|
-
O:
|
|
306
|
+
O: vendor_streams_scailo_pb_js_1.VendorStream,
|
|
307
307
|
kind: protobuf_1.MethodKind.Unary,
|
|
308
308
|
},
|
|
309
309
|
/**
|
|
@@ -314,7 +314,7 @@ exports.VendorStreamsService = {
|
|
|
314
314
|
viewByUUID: {
|
|
315
315
|
name: "ViewByUUID",
|
|
316
316
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
317
|
-
O:
|
|
317
|
+
O: vendor_streams_scailo_pb_js_1.VendorStream,
|
|
318
318
|
kind: protobuf_1.MethodKind.Unary,
|
|
319
319
|
},
|
|
320
320
|
/**
|
|
@@ -325,7 +325,7 @@ exports.VendorStreamsService = {
|
|
|
325
325
|
viewAll: {
|
|
326
326
|
name: "ViewAll",
|
|
327
327
|
I: base_scailo_pb_js_1.ActiveStatus,
|
|
328
|
-
O:
|
|
328
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamsList,
|
|
329
329
|
kind: protobuf_1.MethodKind.Unary,
|
|
330
330
|
},
|
|
331
331
|
/**
|
|
@@ -336,7 +336,7 @@ exports.VendorStreamsService = {
|
|
|
336
336
|
viewAllForEntityUUID: {
|
|
337
337
|
name: "ViewAllForEntityUUID",
|
|
338
338
|
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
339
|
-
O:
|
|
339
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamsList,
|
|
340
340
|
kind: protobuf_1.MethodKind.Unary,
|
|
341
341
|
},
|
|
342
342
|
/**
|
|
@@ -346,8 +346,8 @@ exports.VendorStreamsService = {
|
|
|
346
346
|
*/
|
|
347
347
|
viewWithPagination: {
|
|
348
348
|
name: "ViewWithPagination",
|
|
349
|
-
I:
|
|
350
|
-
O:
|
|
349
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamsServicePaginationReq,
|
|
350
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamsServicePaginationResponse,
|
|
351
351
|
kind: protobuf_1.MethodKind.Unary,
|
|
352
352
|
},
|
|
353
353
|
/**
|
|
@@ -357,8 +357,8 @@ exports.VendorStreamsService = {
|
|
|
357
357
|
*/
|
|
358
358
|
searchAll: {
|
|
359
359
|
name: "SearchAll",
|
|
360
|
-
I:
|
|
361
|
-
O:
|
|
360
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceSearchAllReq,
|
|
361
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamsList,
|
|
362
362
|
kind: protobuf_1.MethodKind.Unary,
|
|
363
363
|
},
|
|
364
364
|
/**
|
|
@@ -368,8 +368,8 @@ exports.VendorStreamsService = {
|
|
|
368
368
|
*/
|
|
369
369
|
filter: {
|
|
370
370
|
name: "Filter",
|
|
371
|
-
I:
|
|
372
|
-
O:
|
|
371
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceFilterReq,
|
|
372
|
+
O: vendor_streams_scailo_pb_js_1.VendorStreamsList,
|
|
373
373
|
kind: protobuf_1.MethodKind.Unary,
|
|
374
374
|
},
|
|
375
375
|
/**
|
|
@@ -379,7 +379,7 @@ exports.VendorStreamsService = {
|
|
|
379
379
|
*/
|
|
380
380
|
count: {
|
|
381
381
|
name: "Count",
|
|
382
|
-
I:
|
|
382
|
+
I: vendor_streams_scailo_pb_js_1.VendorStreamsServiceCountReq,
|
|
383
383
|
O: base_scailo_pb_js_1.CountResponse,
|
|
384
384
|
kind: protobuf_1.MethodKind.Unary,
|
|
385
385
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// @generated by protoc-gen-es v1.5.1 with parameter "target=ts"
|
|
3
|
-
// @generated from file
|
|
3
|
+
// @generated from file vendor_streams.scailo.proto (package Scailo, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -370,6 +370,17 @@ exports.WorkOrdersService = {
|
|
|
370
370
|
O: work_orders_scailo_pb_js_1.WorkOrder,
|
|
371
371
|
kind: protobuf_1.MethodKind.Unary,
|
|
372
372
|
},
|
|
373
|
+
/**
|
|
374
|
+
* View the ancillary parameters (UUIDs of the internal references) by UUID
|
|
375
|
+
*
|
|
376
|
+
* @generated from rpc Scailo.WorkOrdersService.ViewAncillaryParametersByUUID
|
|
377
|
+
*/
|
|
378
|
+
viewAncillaryParametersByUUID: {
|
|
379
|
+
name: "ViewAncillaryParametersByUUID",
|
|
380
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
381
|
+
O: work_orders_scailo_pb_js_1.WorkOrderAncillaryParameters,
|
|
382
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
383
|
+
},
|
|
373
384
|
/**
|
|
374
385
|
* View all
|
|
375
386
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.WorkOrdersServicePaginatedItemsResponse = exports.WorkOrderItemsSearchRequest = exports.WorkOrdersServiceSearchAllReq = exports.WorkOrdersServiceCountReq = exports.WorkOrdersServiceFilterReq = exports.WorkOrdersServicePaginationResponse = exports.WorkOrdersServicePaginationReq = exports.WorkOrderItemProspectiveInfoRequest = exports.WorkOrderItemHistoryRequest = exports.WorkOrdersItemsList = exports.WorkOrdersList = exports.WorkOrderItem = exports.WorkOrdersServiceItemUpdateRequest = exports.WorkOrdersServiceItemCreateRequest = exports.WorkOrder = exports.WorkOrdersServiceAutofillRequest = exports.WorkOrdersServiceUpdateRequest = exports.WorkOrdersServiceCreateRequest = exports.WORK_ORDER_ITEM_STATUS = exports.WORK_ORDER_ITEM_SORT_KEY = exports.WORK_ORDER_SORT_KEY = void 0;
|
|
7
|
+
exports.WorkOrdersServicePaginatedItemsResponse = exports.WorkOrderItemsSearchRequest = exports.WorkOrdersServiceSearchAllReq = exports.WorkOrdersServiceCountReq = exports.WorkOrdersServiceFilterReq = exports.WorkOrdersServicePaginationResponse = exports.WorkOrdersServicePaginationReq = exports.WorkOrderItemProspectiveInfoRequest = exports.WorkOrderItemHistoryRequest = exports.WorkOrdersItemsList = exports.WorkOrdersList = exports.WorkOrderItem = exports.WorkOrdersServiceItemUpdateRequest = exports.WorkOrdersServiceItemCreateRequest = exports.WorkOrder = exports.WorkOrderAncillaryParameters = exports.WorkOrdersServiceAutofillRequest = exports.WorkOrdersServiceUpdateRequest = exports.WorkOrdersServiceCreateRequest = exports.WORK_ORDER_ITEM_STATUS = exports.WORK_ORDER_ITEM_SORT_KEY = exports.WORK_ORDER_SORT_KEY = void 0;
|
|
8
8
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
9
9
|
const forms_fields_data_scailo_pb_js_1 = require("./forms_fields_data.scailo_pb.js");
|
|
10
10
|
const base_scailo_pb_js_1 = require("./base.scailo_pb.js");
|
|
@@ -404,6 +404,49 @@ class WorkOrdersServiceAutofillRequest extends protobuf_1.Message {
|
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
406
|
exports.WorkOrdersServiceAutofillRequest = WorkOrdersServiceAutofillRequest;
|
|
407
|
+
/**
|
|
408
|
+
*
|
|
409
|
+
* Stores the UUID references of the record
|
|
410
|
+
*
|
|
411
|
+
* @generated from message Scailo.WorkOrderAncillaryParameters
|
|
412
|
+
*/
|
|
413
|
+
class WorkOrderAncillaryParameters extends protobuf_1.Message {
|
|
414
|
+
/**
|
|
415
|
+
* The UUID of the ref_id (the UUID of the associated ref_id)
|
|
416
|
+
*
|
|
417
|
+
* @generated from field: string ref_uuid = 213;
|
|
418
|
+
*/
|
|
419
|
+
refUuid = "";
|
|
420
|
+
/**
|
|
421
|
+
* The UUID of the location (the UUID of the associated location_id)
|
|
422
|
+
*
|
|
423
|
+
* @generated from field: string location_uuid = 215;
|
|
424
|
+
*/
|
|
425
|
+
locationUuid = "";
|
|
426
|
+
constructor(data) {
|
|
427
|
+
super();
|
|
428
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
429
|
+
}
|
|
430
|
+
static runtime = protobuf_1.proto3;
|
|
431
|
+
static typeName = "Scailo.WorkOrderAncillaryParameters";
|
|
432
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
433
|
+
{ no: 213, name: "ref_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
434
|
+
{ no: 215, name: "location_uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
435
|
+
]);
|
|
436
|
+
static fromBinary(bytes, options) {
|
|
437
|
+
return new WorkOrderAncillaryParameters().fromBinary(bytes, options);
|
|
438
|
+
}
|
|
439
|
+
static fromJson(jsonValue, options) {
|
|
440
|
+
return new WorkOrderAncillaryParameters().fromJson(jsonValue, options);
|
|
441
|
+
}
|
|
442
|
+
static fromJsonString(jsonString, options) {
|
|
443
|
+
return new WorkOrderAncillaryParameters().fromJsonString(jsonString, options);
|
|
444
|
+
}
|
|
445
|
+
static equals(a, b) {
|
|
446
|
+
return protobuf_1.proto3.util.equals(WorkOrderAncillaryParameters, a, b);
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
exports.WorkOrderAncillaryParameters = WorkOrderAncillaryParameters;
|
|
407
450
|
/**
|
|
408
451
|
*
|
|
409
452
|
* Describes the parameters that are part of a standard response
|