@i4you/proto-files 1.0.4 → 1.0.5-beta.0

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.
@@ -1,3 +0,0 @@
1
- import { UserServiceClient } from '../../generated/user/v2/user';
2
- export declare const createUserClient: (url: string) => UserServiceClient;
3
- //# sourceMappingURL=userClient.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"userClient.d.ts","sourceRoot":"","sources":["../../../src/client/userClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAG3D,eAAO,MAAM,gBAAgB,GAAI,KAAK,MAAM,sBAE3C,CAAC"}
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.createUserClient = void 0;
4
- const user_1 = require("../../generated/user/v2/user");
5
- const grpc_js_1 = require("@grpc/grpc-js");
6
- const createUserClient = (url) => {
7
- return new user_1.UserServiceClient(url, grpc_js_1.credentials.createInsecure());
8
- };
9
- exports.createUserClient = createUserClient;
@@ -1,5 +0,0 @@
1
- import { UntypedServiceImplementation } from '@grpc/grpc-js';
2
- export { UserServiceService, GetUserByIdRequest, GetUserByIdResponse, } from '../../generated/user/v2/user';
3
- export interface UserServiceHandlers extends UntypedServiceImplementation {
4
- }
5
- //# sourceMappingURL=userServer.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"userServer.d.ts","sourceRoot":"","sources":["../../../src/server/userServer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,eAAe,CAAC;AAE7D,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,wBAAwB,CAAC;AAEhC,MAAM,WAAW,mBAAoB,SAAQ,4BAA4B;CACxE"}
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetUserByIdResponse = exports.GetUserByIdRequest = exports.UserServiceService = void 0;
4
- var user_1 = require("../../generated/user/v2/user");
5
- Object.defineProperty(exports, "UserServiceService", { enumerable: true, get: function () { return user_1.UserServiceService; } });
6
- Object.defineProperty(exports, "GetUserByIdRequest", { enumerable: true, get: function () { return user_1.GetUserByIdRequest; } });
7
- Object.defineProperty(exports, "GetUserByIdResponse", { enumerable: true, get: function () { return user_1.GetUserByIdResponse; } });