@kernelminds/scailo-sdk 0.1.5 → 0.1.7
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/general_settings.scailo_pb.js +7 -0
- package/lib/cjs/src/proforma_invoices.scailo_connect.js +11 -0
- package/lib/cjs/src/proforma_invoices.scailo_pb.js +51 -1
- package/lib/cjs/src/purchases_indents.scailo_connect.js +11 -0
- package/lib/cjs/src/purchases_indents.scailo_pb.js +51 -1
- package/lib/cjs/src/purchases_orders.scailo_connect.js +11 -0
- package/lib/cjs/src/purchases_orders.scailo_pb.js +51 -1
- package/lib/cjs/src/sales_invoices.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_invoices.scailo_pb.js +51 -1
- package/lib/cjs/src/sales_orders.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_orders.scailo_pb.js +51 -1
- package/lib/cjs/src/sales_quotations.scailo_connect.js +11 -0
- package/lib/cjs/src/sales_quotations.scailo_pb.js +51 -1
- package/lib/cjs/src/vault.scailo_connect.js +110 -0
- package/lib/cjs/src/vault_commons.scailo_pb.js +774 -1
- package/lib/cjs/src/vendor_invoices.scailo_connect.js +11 -0
- package/lib/cjs/src/vendor_invoices.scailo_pb.js +51 -1
- package/lib/cjs/types/src/general_settings.scailo_pb.d.ts +6 -0
- package/lib/cjs/types/src/general_settings.scailo_pb.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/proforma_invoices.scailo_pb.d.ts +34 -0
- package/lib/cjs/types/src/proforma_invoices.scailo_pb.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_indents.scailo_pb.d.ts +34 -0
- package/lib/cjs/types/src/purchases_indents.scailo_pb.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_orders.scailo_pb.d.ts +34 -0
- package/lib/cjs/types/src/purchases_orders.scailo_pb.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_invoices.scailo_pb.d.ts +34 -0
- package/lib/cjs/types/src/sales_invoices.scailo_pb.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_orders.scailo_pb.d.ts +34 -0
- package/lib/cjs/types/src/sales_orders.scailo_pb.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_quotations.scailo_pb.d.ts +34 -0
- package/lib/cjs/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/cjs/types/src/vault.scailo_connect.d.ts +112 -2
- package/lib/cjs/types/src/vault.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vault_commons.scailo_pb.d.ts +573 -0
- package/lib/cjs/types/src/vault_commons.scailo_pb.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/vendor_invoices.scailo_pb.d.ts +34 -0
- package/lib/cjs/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/lib/esm/src/general_settings.scailo_pb.js +7 -0
- package/lib/esm/src/proforma_invoices.scailo_connect.js +11 -0
- package/lib/esm/src/proforma_invoices.scailo_pb.js +51 -1
- package/lib/esm/src/purchases_indents.scailo_connect.js +11 -0
- package/lib/esm/src/purchases_indents.scailo_pb.js +51 -1
- package/lib/esm/src/purchases_orders.scailo_connect.js +11 -0
- package/lib/esm/src/purchases_orders.scailo_pb.js +51 -1
- package/lib/esm/src/sales_invoices.scailo_connect.js +11 -0
- package/lib/esm/src/sales_invoices.scailo_pb.js +51 -1
- package/lib/esm/src/sales_orders.scailo_connect.js +11 -0
- package/lib/esm/src/sales_orders.scailo_pb.js +51 -1
- package/lib/esm/src/sales_quotations.scailo_connect.js +11 -0
- package/lib/esm/src/sales_quotations.scailo_pb.js +51 -1
- package/lib/esm/src/vault.scailo_connect.js +110 -0
- package/lib/esm/src/vault_commons.scailo_pb.js +792 -1
- package/lib/esm/src/vendor_invoices.scailo_connect.js +11 -0
- package/lib/esm/src/vendor_invoices.scailo_pb.js +51 -1
- package/lib/esm/types/src/general_settings.scailo_pb.d.ts +6 -0
- package/lib/esm/types/src/general_settings.scailo_pb.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/proforma_invoices.scailo_pb.d.ts +34 -0
- package/lib/esm/types/src/proforma_invoices.scailo_pb.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_indents.scailo_pb.d.ts +34 -0
- package/lib/esm/types/src/purchases_indents.scailo_pb.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_orders.scailo_pb.d.ts +34 -0
- package/lib/esm/types/src/purchases_orders.scailo_pb.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_invoices.scailo_pb.d.ts +34 -0
- package/lib/esm/types/src/sales_invoices.scailo_pb.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_orders.scailo_pb.d.ts +34 -0
- package/lib/esm/types/src/sales_orders.scailo_pb.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_quotations.scailo_pb.d.ts +34 -0
- package/lib/esm/types/src/sales_quotations.scailo_pb.d.ts.map +1 -1
- package/lib/esm/types/src/vault.scailo_connect.d.ts +112 -2
- package/lib/esm/types/src/vault.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vault_commons.scailo_pb.d.ts +573 -0
- package/lib/esm/types/src/vault_commons.scailo_pb.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/vendor_invoices.scailo_pb.d.ts +34 -0
- package/lib/esm/types/src/vendor_invoices.scailo_pb.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.SalesOrderPriceMatchList = exports.SalesOrderPriceMatch = exports.SalesOrderInventoryMatchList = exports.SalesOrderInventoryMatch = exports.SalesOrderBillingStatistics = exports.SalesOrderInventoryStatistics = exports.SalesOrderContactsList = exports.SalesOrderContact = exports.SalesOrdersServiceContactCreateRequest = exports.SalesOrdersServicePaginatedItemsResponse = exports.SalesOrderItemsSearchRequest = exports.SalesOrderReferencesList = exports.SalesOrderReference = exports.SalesOrdersServiceReferenceCreateRequest = exports.SalesOrdersServiceSearchAllReq = exports.SalesOrdersServiceCountReq = exports.SalesOrdersServiceFilterReq = exports.SalesOrdersServicePaginationResponse = exports.SalesOrdersServicePaginationReq = exports.SalesOrderItemProspectiveInfoRequest = exports.SalesOrderItemHistoryRequest = exports.SalesOrderItemsList = exports.SalesOrdersList = exports.SalesOrderItem = exports.SalesOrdersServiceItemUpdateRequest = exports.SalesOrdersServiceMultipleItemsCreateRequest = exports.SalesOrdersServiceMultipleItemsSingleton = exports.SalesOrdersServiceItemCreateRequest = exports.SalesOrder = exports.SalesOrderAncillaryParameters = exports.SalesOrdersServiceAutofillRequest = exports.SalesOrdersServiceUpdateRequest = exports.SalesOrdersServiceCreateRequest = exports.SALES_ORDER_ITEM_STATUS = exports.SALES_ORDER_ITEM_SORT_KEY = exports.SALES_ORDER_REFERENCE_REF_FROM = exports.SALES_ORDER_REFERENCE_CONTEXT = exports.SALES_ORDER_SORT_KEY = void 0;
|
|
7
|
+
exports.SalesOrderPriceMatchList = exports.SalesOrderPriceMatch = exports.SalesOrderInventoryMatchList = exports.SalesOrderInventoryMatch = exports.SalesOrderBillingStatistics = exports.SalesOrderInventoryStatistics = exports.SalesOrderContactsList = exports.SalesOrderContact = exports.SalesOrdersServiceContactCreateRequest = exports.SalesOrdersServicePaginatedItemsResponse = exports.SalesOrderItemsSearchRequest = exports.SalesOrderReferencesList = exports.SalesOrderReference = exports.SalesOrdersServiceReferenceCreateRequest = exports.SalesOrdersServiceSearchAllReq = exports.SalesOrdersServiceCountReq = exports.SalesOrdersServiceFilterReq = exports.SalesOrdersServicePaginationResponse = exports.SalesOrdersServicePaginationReq = exports.SalesOrderItemProspectiveInfoRequest = exports.SalesOrderItemHistoryRequest = exports.SalesOrderItemsList = exports.SalesOrdersList = exports.SalesOrderItem = exports.SalesOrdersServiceItemSpecificationsUpdateRequest = exports.SalesOrdersServiceItemUpdateRequest = exports.SalesOrdersServiceMultipleItemsCreateRequest = exports.SalesOrdersServiceMultipleItemsSingleton = exports.SalesOrdersServiceItemCreateRequest = exports.SalesOrder = exports.SalesOrderAncillaryParameters = exports.SalesOrdersServiceAutofillRequest = exports.SalesOrdersServiceUpdateRequest = exports.SalesOrdersServiceCreateRequest = exports.SALES_ORDER_ITEM_STATUS = exports.SALES_ORDER_ITEM_SORT_KEY = exports.SALES_ORDER_REFERENCE_REF_FROM = exports.SALES_ORDER_REFERENCE_CONTEXT = exports.SALES_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");
|
|
@@ -1302,6 +1302,56 @@ class SalesOrdersServiceItemUpdateRequest extends protobuf_1.Message {
|
|
|
1302
1302
|
}
|
|
1303
1303
|
}
|
|
1304
1304
|
exports.SalesOrdersServiceItemUpdateRequest = SalesOrdersServiceItemUpdateRequest;
|
|
1305
|
+
/**
|
|
1306
|
+
*
|
|
1307
|
+
* Describes the parameters required to update the specifications of an item in a sales order
|
|
1308
|
+
*
|
|
1309
|
+
* @generated from message Scailo.SalesOrdersServiceItemSpecificationsUpdateRequest
|
|
1310
|
+
*/
|
|
1311
|
+
class SalesOrdersServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
|
|
1312
|
+
/**
|
|
1313
|
+
* Stores any comment that the user might add during this operation
|
|
1314
|
+
*
|
|
1315
|
+
* @generated from field: string user_comment = 1;
|
|
1316
|
+
*/
|
|
1317
|
+
userComment = "";
|
|
1318
|
+
/**
|
|
1319
|
+
* The UUID of the record
|
|
1320
|
+
*
|
|
1321
|
+
* @generated from field: string uuid = 2;
|
|
1322
|
+
*/
|
|
1323
|
+
uuid = "";
|
|
1324
|
+
/**
|
|
1325
|
+
* The specifications that should be updated
|
|
1326
|
+
*
|
|
1327
|
+
* @generated from field: string specifications = 21;
|
|
1328
|
+
*/
|
|
1329
|
+
specifications = "";
|
|
1330
|
+
constructor(data) {
|
|
1331
|
+
super();
|
|
1332
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1333
|
+
}
|
|
1334
|
+
static runtime = protobuf_1.proto3;
|
|
1335
|
+
static typeName = "Scailo.SalesOrdersServiceItemSpecificationsUpdateRequest";
|
|
1336
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1337
|
+
{ no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1338
|
+
{ no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1339
|
+
{ no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1340
|
+
]);
|
|
1341
|
+
static fromBinary(bytes, options) {
|
|
1342
|
+
return new SalesOrdersServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
|
|
1343
|
+
}
|
|
1344
|
+
static fromJson(jsonValue, options) {
|
|
1345
|
+
return new SalesOrdersServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
|
|
1346
|
+
}
|
|
1347
|
+
static fromJsonString(jsonString, options) {
|
|
1348
|
+
return new SalesOrdersServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
|
|
1349
|
+
}
|
|
1350
|
+
static equals(a, b) {
|
|
1351
|
+
return protobuf_1.proto3.util.equals(SalesOrdersServiceItemSpecificationsUpdateRequest, a, b);
|
|
1352
|
+
}
|
|
1353
|
+
}
|
|
1354
|
+
exports.SalesOrdersServiceItemSpecificationsUpdateRequest = SalesOrdersServiceItemSpecificationsUpdateRequest;
|
|
1305
1355
|
/**
|
|
1306
1356
|
*
|
|
1307
1357
|
* Describes the parameters that constitute an item associated to a sales order
|
|
@@ -261,6 +261,17 @@ exports.SalesQuotationsService = {
|
|
|
261
261
|
O: base_scailo_pb_js_1.IdentifiersList,
|
|
262
262
|
kind: protobuf_1.MethodKind.Unary,
|
|
263
263
|
},
|
|
264
|
+
/**
|
|
265
|
+
* Update specifications of an item in a sales quotation
|
|
266
|
+
*
|
|
267
|
+
* @generated from rpc Scailo.SalesQuotationsService.UpdateSalesQuotationItemSpecifications
|
|
268
|
+
*/
|
|
269
|
+
updateSalesQuotationItemSpecifications: {
|
|
270
|
+
name: "UpdateSalesQuotationItemSpecifications",
|
|
271
|
+
I: sales_quotations_scailo_pb_js_1.SalesQuotationsServiceItemSpecificationsUpdateRequest,
|
|
272
|
+
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
273
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
274
|
+
},
|
|
264
275
|
/**
|
|
265
276
|
* Approve an item in a sales quotation
|
|
266
277
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
-
exports.SalesQuotationContactsList = exports.SalesQuotationContact = exports.SalesQuotationsServiceContactCreateRequest = exports.SalesQuotationsServicePaginatedItemsResponse = exports.SalesQuotationItemsSearchRequest = exports.SalesQuotationReferencesList = exports.SalesQuotationReference = exports.SalesQuotationsServiceReferenceCreateRequest = exports.SalesQuotationsServiceSearchAllReq = exports.SalesQuotationsServiceCountReq = exports.SalesQuotationsServiceFilterReq = exports.SalesQuotationsServicePaginationResponse = exports.SalesQuotationsServicePaginationReq = exports.SalesQuotationItemProspectiveInfoRequest = exports.SalesQuotationItemHistoryRequest = exports.SalesQuotationItemsList = exports.SalesQuotationsList = exports.SalesQuotationItem = exports.SalesQuotationsServiceItemUpdateRequest = exports.SalesQuotationsServiceMultipleItemsCreateRequest = exports.SalesQuotationsServiceMultipleItemsSingleton = exports.SalesQuotationsServiceItemCreateRequest = exports.SalesQuotation = exports.SalesQuotationsServiceAutofillRequest = exports.SalesQuotationsServiceUpdateRequest = exports.SalesQuotationsServiceCreateRequest = exports.SALES_QUOTATION_ITEM_STATUS = exports.SALES_QUOTATION_ITEM_SORT_KEY = exports.SALES_QUOTATION_REFERENCE_REF_FROM = exports.SALES_QUOTATION_REFERENCE_CONTEXT = exports.SALES_QUOTATION_SORT_KEY = void 0;
|
|
7
|
+
exports.SalesQuotationContactsList = exports.SalesQuotationContact = exports.SalesQuotationsServiceContactCreateRequest = exports.SalesQuotationsServicePaginatedItemsResponse = exports.SalesQuotationItemsSearchRequest = exports.SalesQuotationReferencesList = exports.SalesQuotationReference = exports.SalesQuotationsServiceReferenceCreateRequest = exports.SalesQuotationsServiceSearchAllReq = exports.SalesQuotationsServiceCountReq = exports.SalesQuotationsServiceFilterReq = exports.SalesQuotationsServicePaginationResponse = exports.SalesQuotationsServicePaginationReq = exports.SalesQuotationItemProspectiveInfoRequest = exports.SalesQuotationItemHistoryRequest = exports.SalesQuotationItemsList = exports.SalesQuotationsList = exports.SalesQuotationItem = exports.SalesQuotationsServiceItemSpecificationsUpdateRequest = exports.SalesQuotationsServiceItemUpdateRequest = exports.SalesQuotationsServiceMultipleItemsCreateRequest = exports.SalesQuotationsServiceMultipleItemsSingleton = exports.SalesQuotationsServiceItemCreateRequest = exports.SalesQuotation = exports.SalesQuotationsServiceAutofillRequest = exports.SalesQuotationsServiceUpdateRequest = exports.SalesQuotationsServiceCreateRequest = exports.SALES_QUOTATION_ITEM_STATUS = exports.SALES_QUOTATION_ITEM_SORT_KEY = exports.SALES_QUOTATION_REFERENCE_REF_FROM = exports.SALES_QUOTATION_REFERENCE_CONTEXT = exports.SALES_QUOTATION_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");
|
|
@@ -1205,6 +1205,56 @@ class SalesQuotationsServiceItemUpdateRequest extends protobuf_1.Message {
|
|
|
1205
1205
|
}
|
|
1206
1206
|
}
|
|
1207
1207
|
exports.SalesQuotationsServiceItemUpdateRequest = SalesQuotationsServiceItemUpdateRequest;
|
|
1208
|
+
/**
|
|
1209
|
+
*
|
|
1210
|
+
* Describes the parameters required to update the specifications of an item in a sales quotation
|
|
1211
|
+
*
|
|
1212
|
+
* @generated from message Scailo.SalesQuotationsServiceItemSpecificationsUpdateRequest
|
|
1213
|
+
*/
|
|
1214
|
+
class SalesQuotationsServiceItemSpecificationsUpdateRequest extends protobuf_1.Message {
|
|
1215
|
+
/**
|
|
1216
|
+
* Stores any comment that the user might add during this operation
|
|
1217
|
+
*
|
|
1218
|
+
* @generated from field: string user_comment = 1;
|
|
1219
|
+
*/
|
|
1220
|
+
userComment = "";
|
|
1221
|
+
/**
|
|
1222
|
+
* The UUID of the record
|
|
1223
|
+
*
|
|
1224
|
+
* @generated from field: string uuid = 2;
|
|
1225
|
+
*/
|
|
1226
|
+
uuid = "";
|
|
1227
|
+
/**
|
|
1228
|
+
* The specifications that should be updated
|
|
1229
|
+
*
|
|
1230
|
+
* @generated from field: string specifications = 21;
|
|
1231
|
+
*/
|
|
1232
|
+
specifications = "";
|
|
1233
|
+
constructor(data) {
|
|
1234
|
+
super();
|
|
1235
|
+
protobuf_1.proto3.util.initPartial(data, this);
|
|
1236
|
+
}
|
|
1237
|
+
static runtime = protobuf_1.proto3;
|
|
1238
|
+
static typeName = "Scailo.SalesQuotationsServiceItemSpecificationsUpdateRequest";
|
|
1239
|
+
static fields = protobuf_1.proto3.util.newFieldList(() => [
|
|
1240
|
+
{ no: 1, name: "user_comment", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1241
|
+
{ no: 2, name: "uuid", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1242
|
+
{ no: 21, name: "specifications", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1243
|
+
]);
|
|
1244
|
+
static fromBinary(bytes, options) {
|
|
1245
|
+
return new SalesQuotationsServiceItemSpecificationsUpdateRequest().fromBinary(bytes, options);
|
|
1246
|
+
}
|
|
1247
|
+
static fromJson(jsonValue, options) {
|
|
1248
|
+
return new SalesQuotationsServiceItemSpecificationsUpdateRequest().fromJson(jsonValue, options);
|
|
1249
|
+
}
|
|
1250
|
+
static fromJsonString(jsonString, options) {
|
|
1251
|
+
return new SalesQuotationsServiceItemSpecificationsUpdateRequest().fromJsonString(jsonString, options);
|
|
1252
|
+
}
|
|
1253
|
+
static equals(a, b) {
|
|
1254
|
+
return protobuf_1.proto3.util.equals(SalesQuotationsServiceItemSpecificationsUpdateRequest, a, b);
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
exports.SalesQuotationsServiceItemSpecificationsUpdateRequest = SalesQuotationsServiceItemSpecificationsUpdateRequest;
|
|
1208
1258
|
/**
|
|
1209
1259
|
*
|
|
1210
1260
|
* Describes the parameters that constitute an item associated to a sales quotation
|
|
@@ -587,5 +587,115 @@ exports.VaultService = {
|
|
|
587
587
|
O: base_scailo_pb_js_1.CountResponse,
|
|
588
588
|
kind: protobuf_1.MethodKind.Unary,
|
|
589
589
|
},
|
|
590
|
+
/**
|
|
591
|
+
* Reconfigures the enclave (redeploys the enclave)
|
|
592
|
+
*
|
|
593
|
+
* @generated from rpc Scailo.VaultService.ReconfigureEnclave
|
|
594
|
+
*/
|
|
595
|
+
reconfigureEnclave: {
|
|
596
|
+
name: "ReconfigureEnclave",
|
|
597
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
598
|
+
O: base_scailo_pb_js_1.IdentifierUUID,
|
|
599
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
600
|
+
},
|
|
601
|
+
/**
|
|
602
|
+
* Setup Enclave Ingress
|
|
603
|
+
*
|
|
604
|
+
* @generated from rpc Scailo.VaultService.SetupEnclaveIngress
|
|
605
|
+
*/
|
|
606
|
+
setupEnclaveIngress: {
|
|
607
|
+
name: "SetupEnclaveIngress",
|
|
608
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
609
|
+
O: vault_commons_scailo_pb_js_1.EnclaveIngress,
|
|
610
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
611
|
+
},
|
|
612
|
+
/**
|
|
613
|
+
* View all enclave ingresses that match the given filter criteria
|
|
614
|
+
*
|
|
615
|
+
* @generated from rpc Scailo.VaultService.FilterEnclaveIngresses
|
|
616
|
+
*/
|
|
617
|
+
filterEnclaveIngresses: {
|
|
618
|
+
name: "FilterEnclaveIngresses",
|
|
619
|
+
I: vault_commons_scailo_pb_js_1.EnclaveIngressFilterReq,
|
|
620
|
+
O: vault_commons_scailo_pb_js_1.EnclaveIngressesList,
|
|
621
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
622
|
+
},
|
|
623
|
+
/**
|
|
624
|
+
* Count all enclave ingresses that match the given filter criteria
|
|
625
|
+
*
|
|
626
|
+
* @generated from rpc Scailo.VaultService.CountEnclaveIngresses
|
|
627
|
+
*/
|
|
628
|
+
countEnclaveIngresses: {
|
|
629
|
+
name: "CountEnclaveIngresses",
|
|
630
|
+
I: vault_commons_scailo_pb_js_1.EnclaveIngressCountReq,
|
|
631
|
+
O: base_scailo_pb_js_1.CountResponse,
|
|
632
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
633
|
+
},
|
|
634
|
+
/**
|
|
635
|
+
* Verifies the enclave ingress and returns the necessary information for subsequent requests
|
|
636
|
+
*
|
|
637
|
+
* @generated from rpc Scailo.VaultService.VerifyEnclaveIngress
|
|
638
|
+
*/
|
|
639
|
+
verifyEnclaveIngress: {
|
|
640
|
+
name: "VerifyEnclaveIngress",
|
|
641
|
+
I: vault_commons_scailo_pb_js_1.VerifyEnclaveIngressRequest,
|
|
642
|
+
O: vault_commons_scailo_pb_js_1.VerifyEnclaveIngressResponse,
|
|
643
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
644
|
+
},
|
|
645
|
+
/**
|
|
646
|
+
* Add environment variable to enclave
|
|
647
|
+
*
|
|
648
|
+
* @generated from rpc Scailo.VaultService.AddEnclaveEnvironmentVariable
|
|
649
|
+
*/
|
|
650
|
+
addEnclaveEnvironmentVariable: {
|
|
651
|
+
name: "AddEnclaveEnvironmentVariable",
|
|
652
|
+
I: vault_commons_scailo_pb_js_1.EnclaveEnvironmentVariableAddRequest,
|
|
653
|
+
O: vault_commons_scailo_pb_js_1.EnclaveEnvironmentVariable,
|
|
654
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
655
|
+
},
|
|
656
|
+
/**
|
|
657
|
+
* Update environment variable in enclave
|
|
658
|
+
*
|
|
659
|
+
* @generated from rpc Scailo.VaultService.UpdateEnclaveEnvironmentVariable
|
|
660
|
+
*/
|
|
661
|
+
updateEnclaveEnvironmentVariable: {
|
|
662
|
+
name: "UpdateEnclaveEnvironmentVariable",
|
|
663
|
+
I: vault_commons_scailo_pb_js_1.EnclaveEnvironmentVariableUpdateRequest,
|
|
664
|
+
O: vault_commons_scailo_pb_js_1.EnclaveEnvironmentVariable,
|
|
665
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
666
|
+
},
|
|
667
|
+
/**
|
|
668
|
+
* Delete environment variable in enclave
|
|
669
|
+
*
|
|
670
|
+
* @generated from rpc Scailo.VaultService.DeleteEnclaveEnvironmentVariable
|
|
671
|
+
*/
|
|
672
|
+
deleteEnclaveEnvironmentVariable: {
|
|
673
|
+
name: "DeleteEnclaveEnvironmentVariable",
|
|
674
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
675
|
+
O: base_scailo_pb_js_1.IdentifierResponse,
|
|
676
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
677
|
+
},
|
|
678
|
+
/**
|
|
679
|
+
* View environment variable in enclave represented by the Identifier
|
|
680
|
+
*
|
|
681
|
+
* @generated from rpc Scailo.VaultService.ViewEnclaveEnvironmentVariable
|
|
682
|
+
*/
|
|
683
|
+
viewEnclaveEnvironmentVariable: {
|
|
684
|
+
name: "ViewEnclaveEnvironmentVariable",
|
|
685
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
686
|
+
O: vault_commons_scailo_pb_js_1.EnclaveEnvironmentVariable,
|
|
687
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
688
|
+
},
|
|
689
|
+
/**
|
|
690
|
+
* View all environment variables in enclave for the enclave represented by the Identifier
|
|
691
|
+
*
|
|
692
|
+
* @generated from rpc Scailo.VaultService.ViewAllEnclaveEnvironmentVariables
|
|
693
|
+
*/
|
|
694
|
+
viewAllEnclaveEnvironmentVariables: {
|
|
695
|
+
name: "ViewAllEnclaveEnvironmentVariables",
|
|
696
|
+
I: base_scailo_pb_js_1.IdentifierUUID,
|
|
697
|
+
O: vault_commons_scailo_pb_js_1.EnclaveEnvironmentVariablesList,
|
|
698
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
699
|
+
},
|
|
590
700
|
}
|
|
591
701
|
};
|