@kernelminds/scailo-sdk 0.0.100 → 0.0.101
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/clients.scailo_connect.js +22 -0
- package/lib/cjs/src/vendors.scailo_connect.js +22 -0
- package/lib/cjs/types/src/clients.scailo_connect.d.ts +23 -1
- package/lib/cjs/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts +23 -1
- package/lib/cjs/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/lib/esm/src/clients.scailo_connect.js +22 -0
- package/lib/esm/src/vendors.scailo_connect.js +22 -0
- package/lib/esm/types/src/clients.scailo_connect.d.ts +23 -1
- package/lib/esm/types/src/clients.scailo_connect.d.ts.map +1 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts +23 -1
- package/lib/esm/types/src/vendors.scailo_connect.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -262,6 +262,28 @@ exports.ClientsService = {
|
|
|
262
262
|
O: clients_scailo_pb_js_1.Client,
|
|
263
263
|
kind: protobuf_1.MethodKind.Unary,
|
|
264
264
|
},
|
|
265
|
+
/**
|
|
266
|
+
* View only essential components (without logs) that matches the first given email address
|
|
267
|
+
*
|
|
268
|
+
* @generated from rpc Scailo.ClientsService.ViewEssentialByEmail
|
|
269
|
+
*/
|
|
270
|
+
viewEssentialByEmail: {
|
|
271
|
+
name: "ViewEssentialByEmail",
|
|
272
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
273
|
+
O: clients_scailo_pb_js_1.Client,
|
|
274
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
275
|
+
},
|
|
276
|
+
/**
|
|
277
|
+
* View only essential components (without logs) that matches the first given phone number
|
|
278
|
+
*
|
|
279
|
+
* @generated from rpc Scailo.ClientsService.ViewEssentialByPhone
|
|
280
|
+
*/
|
|
281
|
+
viewEssentialByPhone: {
|
|
282
|
+
name: "ViewEssentialByPhone",
|
|
283
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
284
|
+
O: clients_scailo_pb_js_1.Client,
|
|
285
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
286
|
+
},
|
|
265
287
|
/**
|
|
266
288
|
* View all records with the given IDs
|
|
267
289
|
*
|
|
@@ -405,6 +405,28 @@ exports.VendorsService = {
|
|
|
405
405
|
O: vendors_scailo_pb_js_1.Vendor,
|
|
406
406
|
kind: protobuf_1.MethodKind.Unary,
|
|
407
407
|
},
|
|
408
|
+
/**
|
|
409
|
+
* View only essential components (without logs) that matches the first given email address
|
|
410
|
+
*
|
|
411
|
+
* @generated from rpc Scailo.VendorsService.ViewEssentialByEmail
|
|
412
|
+
*/
|
|
413
|
+
viewEssentialByEmail: {
|
|
414
|
+
name: "ViewEssentialByEmail",
|
|
415
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
416
|
+
O: vendors_scailo_pb_js_1.Vendor,
|
|
417
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
418
|
+
},
|
|
419
|
+
/**
|
|
420
|
+
* View only essential components (without logs) that matches the first given phone number
|
|
421
|
+
*
|
|
422
|
+
* @generated from rpc Scailo.VendorsService.ViewEssentialByPhone
|
|
423
|
+
*/
|
|
424
|
+
viewEssentialByPhone: {
|
|
425
|
+
name: "ViewEssentialByPhone",
|
|
426
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
427
|
+
O: vendors_scailo_pb_js_1.Vendor,
|
|
428
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
429
|
+
},
|
|
408
430
|
/**
|
|
409
431
|
* View all records with the given IDs
|
|
410
432
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Client, ClientsList, ClientsServiceCountReq, ClientsServiceCreateRequest, ClientsServiceFilterReq, ClientsServicePaginatedUsersResponse, ClientsServicePaginationReq, ClientsServicePaginationResponse, ClientsServiceSearchAllReq, ClientsServiceUpdateRequest, ClientsServiceUserCreateRequest, ClientUser, ClientUsersList, ClientUsersSearchRequest } from "./clients.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithUserComment, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithUserComment, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -255,6 +255,28 @@ export declare const ClientsService: {
|
|
|
255
255
|
readonly O: typeof Client;
|
|
256
256
|
readonly kind: MethodKind.Unary;
|
|
257
257
|
};
|
|
258
|
+
/**
|
|
259
|
+
* View only essential components (without logs) that matches the first given email address
|
|
260
|
+
*
|
|
261
|
+
* @generated from rpc Scailo.ClientsService.ViewEssentialByEmail
|
|
262
|
+
*/
|
|
263
|
+
readonly viewEssentialByEmail: {
|
|
264
|
+
readonly name: "ViewEssentialByEmail";
|
|
265
|
+
readonly I: typeof SimpleSearchReq;
|
|
266
|
+
readonly O: typeof Client;
|
|
267
|
+
readonly kind: MethodKind.Unary;
|
|
268
|
+
};
|
|
269
|
+
/**
|
|
270
|
+
* View only essential components (without logs) that matches the first given phone number
|
|
271
|
+
*
|
|
272
|
+
* @generated from rpc Scailo.ClientsService.ViewEssentialByPhone
|
|
273
|
+
*/
|
|
274
|
+
readonly viewEssentialByPhone: {
|
|
275
|
+
readonly name: "ViewEssentialByPhone";
|
|
276
|
+
readonly I: typeof SimpleSearchReq;
|
|
277
|
+
readonly O: typeof Client;
|
|
278
|
+
readonly kind: MethodKind.Unary;
|
|
279
|
+
};
|
|
258
280
|
/**
|
|
259
281
|
* View all records with the given IDs
|
|
260
282
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clients.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/clients.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACjY,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"clients.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/clients.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACjY,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC1Q,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,cAAc;;;QAGvB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Vendor, VendorItem, VendorItemHistoryRequest, VendorItemsList, VendorItemsSearchRequest, VendorsList, VendorsServiceCountReq, VendorsServiceCreateRequest, VendorsServiceFilterReq, VendorsServiceItemCreateRequest, VendorsServiceItemUpdateRequest, VendorsServicePaginatedItemsResponse, VendorsServicePaginatedRequiredItemsResponse, VendorsServicePaginatedUsersResponse, VendorsServicePaginationReq, VendorsServicePaginationResponse, VendorsServiceSearchAllReq, VendorsServiceUpdateRequest, VendorsServiceUserCreateRequest, VendorUser, VendorUsersList, VendorUsersSearchRequest } from "./vendors.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithUserComment, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithUserComment, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -398,6 +398,28 @@ export declare const VendorsService: {
|
|
|
398
398
|
readonly O: typeof Vendor;
|
|
399
399
|
readonly kind: MethodKind.Unary;
|
|
400
400
|
};
|
|
401
|
+
/**
|
|
402
|
+
* View only essential components (without logs) that matches the first given email address
|
|
403
|
+
*
|
|
404
|
+
* @generated from rpc Scailo.VendorsService.ViewEssentialByEmail
|
|
405
|
+
*/
|
|
406
|
+
readonly viewEssentialByEmail: {
|
|
407
|
+
readonly name: "ViewEssentialByEmail";
|
|
408
|
+
readonly I: typeof SimpleSearchReq;
|
|
409
|
+
readonly O: typeof Vendor;
|
|
410
|
+
readonly kind: MethodKind.Unary;
|
|
411
|
+
};
|
|
412
|
+
/**
|
|
413
|
+
* View only essential components (without logs) that matches the first given phone number
|
|
414
|
+
*
|
|
415
|
+
* @generated from rpc Scailo.VendorsService.ViewEssentialByPhone
|
|
416
|
+
*/
|
|
417
|
+
readonly viewEssentialByPhone: {
|
|
418
|
+
readonly name: "ViewEssentialByPhone";
|
|
419
|
+
readonly I: typeof SimpleSearchReq;
|
|
420
|
+
readonly O: typeof Vendor;
|
|
421
|
+
readonly kind: MethodKind.Unary;
|
|
422
|
+
};
|
|
401
423
|
/**
|
|
402
424
|
* View all records with the given IDs
|
|
403
425
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vendors.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/vendors.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,wBAAwB,EAAE,eAAe,EAAE,wBAAwB,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,+BAA+B,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,4CAA4C,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACxmB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"vendors.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/vendors.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,wBAAwB,EAAE,eAAe,EAAE,wBAAwB,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,+BAA+B,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,4CAA4C,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACxmB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACjU,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,cAAc;;;QAGvB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;WAMG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -262,6 +262,28 @@ exports.ClientsService = {
|
|
|
262
262
|
O: clients_scailo_pb_js_1.Client,
|
|
263
263
|
kind: protobuf_1.MethodKind.Unary,
|
|
264
264
|
},
|
|
265
|
+
/**
|
|
266
|
+
* View only essential components (without logs) that matches the first given email address
|
|
267
|
+
*
|
|
268
|
+
* @generated from rpc Scailo.ClientsService.ViewEssentialByEmail
|
|
269
|
+
*/
|
|
270
|
+
viewEssentialByEmail: {
|
|
271
|
+
name: "ViewEssentialByEmail",
|
|
272
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
273
|
+
O: clients_scailo_pb_js_1.Client,
|
|
274
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
275
|
+
},
|
|
276
|
+
/**
|
|
277
|
+
* View only essential components (without logs) that matches the first given phone number
|
|
278
|
+
*
|
|
279
|
+
* @generated from rpc Scailo.ClientsService.ViewEssentialByPhone
|
|
280
|
+
*/
|
|
281
|
+
viewEssentialByPhone: {
|
|
282
|
+
name: "ViewEssentialByPhone",
|
|
283
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
284
|
+
O: clients_scailo_pb_js_1.Client,
|
|
285
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
286
|
+
},
|
|
265
287
|
/**
|
|
266
288
|
* View all records with the given IDs
|
|
267
289
|
*
|
|
@@ -405,6 +405,28 @@ exports.VendorsService = {
|
|
|
405
405
|
O: vendors_scailo_pb_js_1.Vendor,
|
|
406
406
|
kind: protobuf_1.MethodKind.Unary,
|
|
407
407
|
},
|
|
408
|
+
/**
|
|
409
|
+
* View only essential components (without logs) that matches the first given email address
|
|
410
|
+
*
|
|
411
|
+
* @generated from rpc Scailo.VendorsService.ViewEssentialByEmail
|
|
412
|
+
*/
|
|
413
|
+
viewEssentialByEmail: {
|
|
414
|
+
name: "ViewEssentialByEmail",
|
|
415
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
416
|
+
O: vendors_scailo_pb_js_1.Vendor,
|
|
417
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
418
|
+
},
|
|
419
|
+
/**
|
|
420
|
+
* View only essential components (without logs) that matches the first given phone number
|
|
421
|
+
*
|
|
422
|
+
* @generated from rpc Scailo.VendorsService.ViewEssentialByPhone
|
|
423
|
+
*/
|
|
424
|
+
viewEssentialByPhone: {
|
|
425
|
+
name: "ViewEssentialByPhone",
|
|
426
|
+
I: base_scailo_pb_js_1.SimpleSearchReq,
|
|
427
|
+
O: vendors_scailo_pb_js_1.Vendor,
|
|
428
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
429
|
+
},
|
|
408
430
|
/**
|
|
409
431
|
* View all records with the given IDs
|
|
410
432
|
*
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Client, ClientsList, ClientsServiceCountReq, ClientsServiceCreateRequest, ClientsServiceFilterReq, ClientsServicePaginatedUsersResponse, ClientsServicePaginationReq, ClientsServicePaginationResponse, ClientsServiceSearchAllReq, ClientsServiceUpdateRequest, ClientsServiceUserCreateRequest, ClientUser, ClientUsersList, ClientUsersSearchRequest } from "./clients.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithUserComment, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithUserComment, IdentifierWithUserComment, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -255,6 +255,28 @@ export declare const ClientsService: {
|
|
|
255
255
|
readonly O: typeof Client;
|
|
256
256
|
readonly kind: MethodKind.Unary;
|
|
257
257
|
};
|
|
258
|
+
/**
|
|
259
|
+
* View only essential components (without logs) that matches the first given email address
|
|
260
|
+
*
|
|
261
|
+
* @generated from rpc Scailo.ClientsService.ViewEssentialByEmail
|
|
262
|
+
*/
|
|
263
|
+
readonly viewEssentialByEmail: {
|
|
264
|
+
readonly name: "ViewEssentialByEmail";
|
|
265
|
+
readonly I: typeof SimpleSearchReq;
|
|
266
|
+
readonly O: typeof Client;
|
|
267
|
+
readonly kind: MethodKind.Unary;
|
|
268
|
+
};
|
|
269
|
+
/**
|
|
270
|
+
* View only essential components (without logs) that matches the first given phone number
|
|
271
|
+
*
|
|
272
|
+
* @generated from rpc Scailo.ClientsService.ViewEssentialByPhone
|
|
273
|
+
*/
|
|
274
|
+
readonly viewEssentialByPhone: {
|
|
275
|
+
readonly name: "ViewEssentialByPhone";
|
|
276
|
+
readonly I: typeof SimpleSearchReq;
|
|
277
|
+
readonly O: typeof Client;
|
|
278
|
+
readonly kind: MethodKind.Unary;
|
|
279
|
+
};
|
|
258
280
|
/**
|
|
259
281
|
* View all records with the given IDs
|
|
260
282
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"clients.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/clients.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACjY,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"clients.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/clients.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACjY,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAC1Q,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,cAAc;;;QAGvB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;;WAOG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Vendor, VendorItem, VendorItemHistoryRequest, VendorItemsList, VendorItemsSearchRequest, VendorsList, VendorsServiceCountReq, VendorsServiceCreateRequest, VendorsServiceFilterReq, VendorsServiceItemCreateRequest, VendorsServiceItemUpdateRequest, VendorsServicePaginatedItemsResponse, VendorsServicePaginatedRequiredItemsResponse, VendorsServicePaginatedUsersResponse, VendorsServicePaginationReq, VendorsServicePaginationResponse, VendorsServiceSearchAllReq, VendorsServiceUpdateRequest, VendorsServiceUserCreateRequest, VendorUser, VendorUsersList, VendorUsersSearchRequest } from "./vendors.scailo_pb.js";
|
|
2
|
-
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithUserComment, StandardFile } from "./base.scailo_pb.js";
|
|
2
|
+
import { ActiveStatus, CountInSLCStatusRequest, CountResponse, Identifier, IdentifierResponse, IdentifiersList, IdentifierUUID, IdentifierUUIDsList, IdentifierUUIDWithFile, IdentifierUUIDWithUserComment, IdentifierWithEmailAttributes, IdentifierWithUserComment, SimpleSearchReq, StandardFile } from "./base.scailo_pb.js";
|
|
3
3
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
@@ -398,6 +398,28 @@ export declare const VendorsService: {
|
|
|
398
398
|
readonly O: typeof Vendor;
|
|
399
399
|
readonly kind: MethodKind.Unary;
|
|
400
400
|
};
|
|
401
|
+
/**
|
|
402
|
+
* View only essential components (without logs) that matches the first given email address
|
|
403
|
+
*
|
|
404
|
+
* @generated from rpc Scailo.VendorsService.ViewEssentialByEmail
|
|
405
|
+
*/
|
|
406
|
+
readonly viewEssentialByEmail: {
|
|
407
|
+
readonly name: "ViewEssentialByEmail";
|
|
408
|
+
readonly I: typeof SimpleSearchReq;
|
|
409
|
+
readonly O: typeof Vendor;
|
|
410
|
+
readonly kind: MethodKind.Unary;
|
|
411
|
+
};
|
|
412
|
+
/**
|
|
413
|
+
* View only essential components (without logs) that matches the first given phone number
|
|
414
|
+
*
|
|
415
|
+
* @generated from rpc Scailo.VendorsService.ViewEssentialByPhone
|
|
416
|
+
*/
|
|
417
|
+
readonly viewEssentialByPhone: {
|
|
418
|
+
readonly name: "ViewEssentialByPhone";
|
|
419
|
+
readonly I: typeof SimpleSearchReq;
|
|
420
|
+
readonly O: typeof Vendor;
|
|
421
|
+
readonly kind: MethodKind.Unary;
|
|
422
|
+
};
|
|
401
423
|
/**
|
|
402
424
|
* View all records with the given IDs
|
|
403
425
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vendors.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/vendors.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,wBAAwB,EAAE,eAAe,EAAE,wBAAwB,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,+BAA+B,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,4CAA4C,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACxmB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"vendors.scailo_connect.d.ts","sourceRoot":"","sources":["../../../../src/vendors.scailo_connect.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,wBAAwB,EAAE,eAAe,EAAE,wBAAwB,EAAE,WAAW,EAAE,sBAAsB,EAAE,2BAA2B,EAAE,uBAAuB,EAAE,+BAA+B,EAAE,+BAA+B,EAAE,oCAAoC,EAAE,4CAA4C,EAAE,oCAAoC,EAAE,2BAA2B,EAAE,gCAAgC,EAAE,0BAA0B,EAAE,2BAA2B,EAAE,+BAA+B,EAAE,UAAU,EAAE,eAAe,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AACxmB,OAAO,EAAE,YAAY,EAAE,uBAAuB,EAAE,aAAa,EAAE,UAAU,EAAE,kBAAkB,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,sBAAsB,EAAE,6BAA6B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,eAAe,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AACjU,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,cAAc;;;QAGvB;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;;WAMG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;WAIG;;;;;;;QAOH;;;;;WAKG;;;;;;;QAOH;;;;WAIG;;;;;;;;CAQG,CAAC"}
|