geniebox-shared-lib 2.2.5 → 2.2.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/dist/index.d.ts CHANGED
@@ -15,7 +15,7 @@ export { MessageFns as EndpointMessageFns, protobufPackage as EndpointProtobufPa
15
15
  export { MessageFns as OpenAIMessageFns, protobufPackage as OpenAIProtobufPackage, CreateRequest as OpenAICreateRequest, CreateResponse as OpenAICreateResponse, OpenAIServiceService as OpenAIService, } from "./openai.interface";
16
16
  export { UploadRequest, UploadResponse, DownloadRequest, DownloadResponse, DeleteRequest, DeleteResponse, StorageServiceService as StorageService, protobufPackage as FileProtobufPackage, } from "./storage.interface";
17
17
  export { MessageFns as EventMessageFns, protobufPackage as EventProtobufPackage, SubscribeRequest, EventMessage, EventServiceService as EventService, } from "./event.interface";
18
- export { MessageFns as KeysMessageFns, protobufPackage as KeysProtobufPackage, Key, CreateKeyRequest, UpdateKeyRequest, RemoveKeyRequest, GetKeyByIdRequest, KeyResponse, KeysResponse, GetKeysByUserRequest, ValidateKeyRequest, ValidateKeyResponse, KeyServiceService as KeyService, } from "./key.interface";
18
+ export { MessageFns as KeysMessageFns, protobufPackage as KeysProtobufPackage, Key, CreateKeyRequest, UpdateKeyRequest, RemoveKeyRequest, GetKeyByIdRequest, KeyResponse, KeysResponse, GetKeysByUserRequest, ValidateKeyRequest, ValidateKeyResponse, GetSystemKeyRequest, KeyServiceService as KeyService, } from "./key.interface";
19
19
  export { MessageFns as RequestMessageFns, protobufPackage as RequestProtobufPackage, CreateRequestRequest, CreateRequestResponse, GetRequestStatusRequest, RequestStatusResponse, GetRequestResultRequest, RequestResultResponse, CancelRequestRequest, CancelRequestResponse, StreamRequestRequest, RequestLog, StreamChunk, RequestServiceService as RequestService, } from "./request.interface";
20
20
  export { MessageFns as ResponseMessageFns, protobufPackage as ResponseProtobufPackage, ProcessResponseRequest, ProcessResponseResponse, StreamUpdatesRequest, StreamUpdate, ResponseServiceService as ResponseService, } from "./response.interface";
21
21
  export { MessageFns as BillingMessageFns, protobufPackage as BillingProtobufPackage, Balance, Transaction, Usage, UsageStats, Payment, GetBalanceRequest, GetBalanceResponse, ChargeRequest, ChargeResponse, DepositRequest, DepositResponse, CreateTransactionRequest, CreateTransactionResponse, GetTransactionsRequest, GetTransactionsResponse, GetTransactionRequest, GetTransactionResponse, RecordUsageRequest, RecordUsageResponse, GetUsageStatsRequest, GetUsageStatsResponse, GetUsageByKeyRequest, GetUsageByKeyResponse, GetUsageByUserRequest, GetUsageByUserResponse, CreatePaymentRequest, CreatePaymentResponse, GetPaymentRequest, GetPaymentResponse, GetPaymentsByUserRequest, GetPaymentsByUserResponse, ProcessWebhookRequest, ProcessWebhookResponse, BillingServiceService as BillingService, } from "./billing.interface";
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EndpointPricing = exports.EndpointModel = exports.EndpointProvider = exports.ENDPOINT_SERVICE_NAME = exports.ENDPOINT_PACKAGE_NAME = exports.EndpointProtobufPackage = exports.VerifyResetCodeRequest = exports.ResendConfirmationCodeRequest = exports.CheckEmailVerifiedResponse = exports.CheckEmailVerifiedRequest = exports.ConfirmEmailResponse = exports.ConfirmEmailByCodeRequest = exports.ConfirmEmailRequest = exports.ResetPasswordRequest = exports.RecoverRequest = exports.RefreshTokenResponse = exports.AuthResponse = exports.RefreshRequest = exports.LogoutRequest = exports.RegisterCredentials = exports.LoginCredentials = exports.AuthProtobufPackage = exports.UserService = exports.EmailVerificationStatusResponse = exports.GetEmailVerificationStatusRequest = exports.ResetPasswordData = exports.UpdateEmailVerificationRequest = exports.UpdatePasswordRequest = exports.UpdateUserPersonal = exports.FindByPhoneRequest = exports.FindByEmailRequest = exports.UsersResponse = exports.UserResponse = exports.FindOneRequest = exports.UpdateUserRequest = exports.CreateUserPersonal = exports.CreateUserRequest = exports.User = exports.UserProtobufPackage = exports.BillingClient = exports.ResponseClient = exports.RequestClient = exports.KeyClient = exports.EventClient = exports.StorageClient = exports.OpenAIClient = exports.EndpointClient = exports.AuthClient = exports.UsersClient = exports.SharedModule = void 0;
4
- exports.RequestProtobufPackage = exports.KeyService = exports.ValidateKeyResponse = exports.ValidateKeyRequest = exports.GetKeysByUserRequest = exports.KeysResponse = exports.KeyResponse = exports.GetKeyByIdRequest = exports.RemoveKeyRequest = exports.UpdateKeyRequest = exports.CreateKeyRequest = exports.Key = exports.KeysProtobufPackage = exports.EventService = exports.EventMessage = exports.SubscribeRequest = exports.EventProtobufPackage = exports.FileProtobufPackage = exports.StorageService = exports.DeleteResponse = exports.DeleteRequest = exports.DownloadResponse = exports.DownloadRequest = exports.UploadResponse = exports.UploadRequest = exports.OpenAIService = exports.OpenAICreateResponse = exports.OpenAICreateRequest = exports.OpenAIProtobufPackage = exports.EndpointService = exports.DeleteEndpointResponse = exports.ListEndpointsResponse = exports.GetEndpointByIdResponse = exports.UpdateEndpointResponse = exports.CreateEndpointResponse = exports.DeleteEndpointRequest = exports.ListEndpointsRequest = exports.GetEndpointByIdRequest = exports.UpdateEndpointRequest = exports.CreateEndpointRequest = exports.ValidateEndpointResponse = exports.ValidateEndpointRequest = exports.PricingResponse = exports.PricingRequest = exports.ModelsResponse = exports.ModelsRequest = exports.ProvidersResponse = exports.ProvidersRequest = exports.EndpointRequest = exports.EndpointConfig = void 0;
5
- exports.GetPaymentsByUserResponse = exports.GetPaymentsByUserRequest = exports.GetPaymentResponse = exports.GetPaymentRequest = exports.CreatePaymentResponse = exports.CreatePaymentRequest = exports.GetUsageByUserResponse = exports.GetUsageByUserRequest = exports.GetUsageByKeyResponse = exports.GetUsageByKeyRequest = exports.GetUsageStatsResponse = exports.GetUsageStatsRequest = exports.RecordUsageResponse = exports.RecordUsageRequest = exports.GetTransactionResponse = exports.GetTransactionRequest = exports.GetTransactionsResponse = exports.GetTransactionsRequest = exports.CreateTransactionResponse = exports.CreateTransactionRequest = exports.DepositResponse = exports.DepositRequest = exports.ChargeResponse = exports.ChargeRequest = exports.GetBalanceResponse = exports.GetBalanceRequest = exports.Payment = exports.UsageStats = exports.Usage = exports.Transaction = exports.Balance = exports.BillingProtobufPackage = exports.ResponseService = exports.StreamUpdate = exports.StreamUpdatesRequest = exports.ProcessResponseResponse = exports.ProcessResponseRequest = exports.ResponseProtobufPackage = exports.RequestService = exports.StreamChunk = exports.RequestLog = exports.StreamRequestRequest = exports.CancelRequestResponse = exports.CancelRequestRequest = exports.RequestResultResponse = exports.GetRequestResultRequest = exports.RequestStatusResponse = exports.GetRequestStatusRequest = exports.CreateRequestResponse = exports.CreateRequestRequest = void 0;
6
- exports.BillingService = exports.ProcessWebhookResponse = exports.ProcessWebhookRequest = void 0;
4
+ exports.KeyService = exports.GetSystemKeyRequest = exports.ValidateKeyResponse = exports.ValidateKeyRequest = exports.GetKeysByUserRequest = exports.KeysResponse = exports.KeyResponse = exports.GetKeyByIdRequest = exports.RemoveKeyRequest = exports.UpdateKeyRequest = exports.CreateKeyRequest = exports.Key = exports.KeysProtobufPackage = exports.EventService = exports.EventMessage = exports.SubscribeRequest = exports.EventProtobufPackage = exports.FileProtobufPackage = exports.StorageService = exports.DeleteResponse = exports.DeleteRequest = exports.DownloadResponse = exports.DownloadRequest = exports.UploadResponse = exports.UploadRequest = exports.OpenAIService = exports.OpenAICreateResponse = exports.OpenAICreateRequest = exports.OpenAIProtobufPackage = exports.EndpointService = exports.DeleteEndpointResponse = exports.ListEndpointsResponse = exports.GetEndpointByIdResponse = exports.UpdateEndpointResponse = exports.CreateEndpointResponse = exports.DeleteEndpointRequest = exports.ListEndpointsRequest = exports.GetEndpointByIdRequest = exports.UpdateEndpointRequest = exports.CreateEndpointRequest = exports.ValidateEndpointResponse = exports.ValidateEndpointRequest = exports.PricingResponse = exports.PricingRequest = exports.ModelsResponse = exports.ModelsRequest = exports.ProvidersResponse = exports.ProvidersRequest = exports.EndpointRequest = exports.EndpointConfig = void 0;
5
+ exports.GetPaymentsByUserRequest = exports.GetPaymentResponse = exports.GetPaymentRequest = exports.CreatePaymentResponse = exports.CreatePaymentRequest = exports.GetUsageByUserResponse = exports.GetUsageByUserRequest = exports.GetUsageByKeyResponse = exports.GetUsageByKeyRequest = exports.GetUsageStatsResponse = exports.GetUsageStatsRequest = exports.RecordUsageResponse = exports.RecordUsageRequest = exports.GetTransactionResponse = exports.GetTransactionRequest = exports.GetTransactionsResponse = exports.GetTransactionsRequest = exports.CreateTransactionResponse = exports.CreateTransactionRequest = exports.DepositResponse = exports.DepositRequest = exports.ChargeResponse = exports.ChargeRequest = exports.GetBalanceResponse = exports.GetBalanceRequest = exports.Payment = exports.UsageStats = exports.Usage = exports.Transaction = exports.Balance = exports.BillingProtobufPackage = exports.ResponseService = exports.StreamUpdate = exports.StreamUpdatesRequest = exports.ProcessResponseResponse = exports.ProcessResponseRequest = exports.ResponseProtobufPackage = exports.RequestService = exports.StreamChunk = exports.RequestLog = exports.StreamRequestRequest = exports.CancelRequestResponse = exports.CancelRequestRequest = exports.RequestResultResponse = exports.GetRequestResultRequest = exports.RequestStatusResponse = exports.GetRequestStatusRequest = exports.CreateRequestResponse = exports.CreateRequestRequest = exports.RequestProtobufPackage = void 0;
6
+ exports.BillingService = exports.ProcessWebhookResponse = exports.ProcessWebhookRequest = exports.GetPaymentsByUserResponse = void 0;
7
7
  var shared_module_1 = require("./shared.module");
8
8
  Object.defineProperty(exports, "SharedModule", { enumerable: true, get: function () { return shared_module_1.SharedModule; } });
9
9
  var user_client_1 = require("./user.client");
@@ -142,6 +142,7 @@ Object.defineProperty(exports, "KeysResponse", { enumerable: true, get: function
142
142
  Object.defineProperty(exports, "GetKeysByUserRequest", { enumerable: true, get: function () { return key_interface_1.GetKeysByUserRequest; } });
143
143
  Object.defineProperty(exports, "ValidateKeyRequest", { enumerable: true, get: function () { return key_interface_1.ValidateKeyRequest; } });
144
144
  Object.defineProperty(exports, "ValidateKeyResponse", { enumerable: true, get: function () { return key_interface_1.ValidateKeyResponse; } });
145
+ Object.defineProperty(exports, "GetSystemKeyRequest", { enumerable: true, get: function () { return key_interface_1.GetSystemKeyRequest; } });
145
146
  Object.defineProperty(exports, "KeyService", { enumerable: true, get: function () { return key_interface_1.KeyServiceService; } });
146
147
  // ============================
147
148
  // Request exports
@@ -12,10 +12,14 @@ export interface Key {
12
12
  userId: string;
13
13
  createdAt: string;
14
14
  updatedAt: string;
15
+ /** Indicates if this is a system key */
16
+ isSystem: boolean;
15
17
  }
16
18
  export interface CreateKeyRequest {
17
19
  name: string;
18
20
  userId: string;
21
+ /** Indicates if this is a system key */
22
+ isSystem: boolean;
19
23
  }
20
24
  export interface UpdateKeyRequest {
21
25
  uuid: string;
@@ -27,6 +31,9 @@ export interface GetKeyByIdRequest {
27
31
  export interface GetKeysByUserRequest {
28
32
  userId: string;
29
33
  }
34
+ export interface GetSystemKeyRequest {
35
+ userId: string;
36
+ }
30
37
  export interface RemoveKeyRequest {
31
38
  uuid: string;
32
39
  }
@@ -49,6 +56,7 @@ export declare const CreateKeyRequest: MessageFns<CreateKeyRequest>;
49
56
  export declare const UpdateKeyRequest: MessageFns<UpdateKeyRequest>;
50
57
  export declare const GetKeyByIdRequest: MessageFns<GetKeyByIdRequest>;
51
58
  export declare const GetKeysByUserRequest: MessageFns<GetKeysByUserRequest>;
59
+ export declare const GetSystemKeyRequest: MessageFns<GetSystemKeyRequest>;
52
60
  export declare const RemoveKeyRequest: MessageFns<RemoveKeyRequest>;
53
61
  export declare const ValidateKeyRequest: MessageFns<ValidateKeyRequest>;
54
62
  export declare const KeyResponse: MessageFns<KeyResponse>;
@@ -58,6 +66,7 @@ export interface KeyServiceClient {
58
66
  create(request: CreateKeyRequest, metadata?: Metadata): Observable<KeyResponse>;
59
67
  findOne(request: GetKeyByIdRequest, metadata?: Metadata): Observable<KeyResponse>;
60
68
  findByUser(request: GetKeysByUserRequest, metadata?: Metadata): Observable<KeysResponse>;
69
+ getSystemKey(request: GetSystemKeyRequest, metadata?: Metadata): Observable<KeyResponse>;
61
70
  findAll(request: Empty, metadata?: Metadata): Observable<KeysResponse>;
62
71
  update(request: UpdateKeyRequest, metadata?: Metadata): Observable<KeyResponse>;
63
72
  remove(request: RemoveKeyRequest, metadata?: Metadata): Observable<Empty>;
@@ -67,6 +76,7 @@ export interface KeyServiceController {
67
76
  create(request: CreateKeyRequest, metadata?: Metadata): Promise<KeyResponse> | Observable<KeyResponse> | KeyResponse;
68
77
  findOne(request: GetKeyByIdRequest, metadata?: Metadata): Promise<KeyResponse> | Observable<KeyResponse> | KeyResponse;
69
78
  findByUser(request: GetKeysByUserRequest, metadata?: Metadata): Promise<KeysResponse> | Observable<KeysResponse> | KeysResponse;
79
+ getSystemKey(request: GetSystemKeyRequest, metadata?: Metadata): Promise<KeyResponse> | Observable<KeyResponse> | KeyResponse;
70
80
  findAll(request: Empty, metadata?: Metadata): Promise<KeysResponse> | Observable<KeysResponse> | KeysResponse;
71
81
  update(request: UpdateKeyRequest, metadata?: Metadata): Promise<KeyResponse> | Observable<KeyResponse> | KeyResponse;
72
82
  remove(request: RemoveKeyRequest, metadata?: Metadata): void;
@@ -103,6 +113,15 @@ export declare const KeyServiceService: {
103
113
  readonly responseSerialize: (value: KeysResponse) => Buffer;
104
114
  readonly responseDeserialize: (value: Buffer) => KeysResponse;
105
115
  };
116
+ readonly getSystemKey: {
117
+ readonly path: "/key.KeyService/getSystemKey";
118
+ readonly requestStream: false;
119
+ readonly responseStream: false;
120
+ readonly requestSerialize: (value: GetSystemKeyRequest) => Buffer;
121
+ readonly requestDeserialize: (value: Buffer) => GetSystemKeyRequest;
122
+ readonly responseSerialize: (value: KeyResponse) => Buffer;
123
+ readonly responseDeserialize: (value: Buffer) => KeyResponse;
124
+ };
106
125
  readonly findAll: {
107
126
  readonly path: "/key.KeyService/findAll";
108
127
  readonly requestStream: false;
@@ -144,6 +163,7 @@ export interface KeyServiceServer extends UntypedServiceImplementation {
144
163
  create: handleUnaryCall<CreateKeyRequest, KeyResponse>;
145
164
  findOne: handleUnaryCall<GetKeyByIdRequest, KeyResponse>;
146
165
  findByUser: handleUnaryCall<GetKeysByUserRequest, KeysResponse>;
166
+ getSystemKey: handleUnaryCall<GetSystemKeyRequest, KeyResponse>;
147
167
  findAll: handleUnaryCall<Empty, KeysResponse>;
148
168
  update: handleUnaryCall<UpdateKeyRequest, KeyResponse>;
149
169
  remove: handleUnaryCall<RemoveKeyRequest, Empty>;
@@ -5,7 +5,7 @@
5
5
  // protoc v5.28.2
6
6
  // source: key.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
- exports.KeyServiceService = exports.KEY_SERVICE_NAME = exports.ValidateKeyResponse = exports.KeysResponse = exports.KeyResponse = exports.ValidateKeyRequest = exports.RemoveKeyRequest = exports.GetKeysByUserRequest = exports.GetKeyByIdRequest = exports.UpdateKeyRequest = exports.CreateKeyRequest = exports.Key = exports.KEY_PACKAGE_NAME = exports.protobufPackage = void 0;
8
+ exports.KeyServiceService = exports.KEY_SERVICE_NAME = exports.ValidateKeyResponse = exports.KeysResponse = exports.KeyResponse = exports.ValidateKeyRequest = exports.RemoveKeyRequest = exports.GetSystemKeyRequest = exports.GetKeysByUserRequest = exports.GetKeyByIdRequest = exports.UpdateKeyRequest = exports.CreateKeyRequest = exports.Key = exports.KEY_PACKAGE_NAME = exports.protobufPackage = void 0;
9
9
  exports.KeyServiceControllerMethods = KeyServiceControllerMethods;
10
10
  /* eslint-disable */
11
11
  const wire_1 = require("@bufbuild/protobuf/wire");
@@ -14,7 +14,7 @@ const empty_interface_1 = require("./google/protobuf/empty.interface");
14
14
  exports.protobufPackage = "key";
15
15
  exports.KEY_PACKAGE_NAME = "key";
16
16
  function createBaseKey() {
17
- return { uuid: "", name: "", secret: "", lastUsed: "", userId: "", createdAt: "", updatedAt: "" };
17
+ return { uuid: "", name: "", secret: "", lastUsed: "", userId: "", createdAt: "", updatedAt: "", isSystem: false };
18
18
  }
19
19
  exports.Key = {
20
20
  encode(message, writer = new wire_1.BinaryWriter()) {
@@ -39,6 +39,9 @@ exports.Key = {
39
39
  if (message.updatedAt !== "") {
40
40
  writer.uint32(58).string(message.updatedAt);
41
41
  }
42
+ if (message.isSystem !== false) {
43
+ writer.uint32(64).bool(message.isSystem);
44
+ }
42
45
  return writer;
43
46
  },
44
47
  decode(input, length) {
@@ -97,6 +100,13 @@ exports.Key = {
97
100
  message.updatedAt = reader.string();
98
101
  continue;
99
102
  }
103
+ case 8: {
104
+ if (tag !== 64) {
105
+ break;
106
+ }
107
+ message.isSystem = reader.bool();
108
+ continue;
109
+ }
100
110
  }
101
111
  if ((tag & 7) === 4 || tag === 0) {
102
112
  break;
@@ -107,7 +117,7 @@ exports.Key = {
107
117
  },
108
118
  };
109
119
  function createBaseCreateKeyRequest() {
110
- return { name: "", userId: "" };
120
+ return { name: "", userId: "", isSystem: false };
111
121
  }
112
122
  exports.CreateKeyRequest = {
113
123
  encode(message, writer = new wire_1.BinaryWriter()) {
@@ -117,6 +127,9 @@ exports.CreateKeyRequest = {
117
127
  if (message.userId !== "") {
118
128
  writer.uint32(18).string(message.userId);
119
129
  }
130
+ if (message.isSystem !== false) {
131
+ writer.uint32(24).bool(message.isSystem);
132
+ }
120
133
  return writer;
121
134
  },
122
135
  decode(input, length) {
@@ -140,6 +153,13 @@ exports.CreateKeyRequest = {
140
153
  message.userId = reader.string();
141
154
  continue;
142
155
  }
156
+ case 3: {
157
+ if (tag !== 24) {
158
+ break;
159
+ }
160
+ message.isSystem = reader.bool();
161
+ continue;
162
+ }
143
163
  }
144
164
  if ((tag & 7) === 4 || tag === 0) {
145
165
  break;
@@ -258,6 +278,39 @@ exports.GetKeysByUserRequest = {
258
278
  return message;
259
279
  },
260
280
  };
281
+ function createBaseGetSystemKeyRequest() {
282
+ return { userId: "" };
283
+ }
284
+ exports.GetSystemKeyRequest = {
285
+ encode(message, writer = new wire_1.BinaryWriter()) {
286
+ if (message.userId !== "") {
287
+ writer.uint32(10).string(message.userId);
288
+ }
289
+ return writer;
290
+ },
291
+ decode(input, length) {
292
+ const reader = input instanceof wire_1.BinaryReader ? input : new wire_1.BinaryReader(input);
293
+ const end = length === undefined ? reader.len : reader.pos + length;
294
+ const message = createBaseGetSystemKeyRequest();
295
+ while (reader.pos < end) {
296
+ const tag = reader.uint32();
297
+ switch (tag >>> 3) {
298
+ case 1: {
299
+ if (tag !== 10) {
300
+ break;
301
+ }
302
+ message.userId = reader.string();
303
+ continue;
304
+ }
305
+ }
306
+ if ((tag & 7) === 4 || tag === 0) {
307
+ break;
308
+ }
309
+ reader.skip(tag & 7);
310
+ }
311
+ return message;
312
+ },
313
+ };
261
314
  function createBaseRemoveKeyRequest() {
262
315
  return { uuid: "" };
263
316
  }
@@ -435,7 +488,16 @@ exports.ValidateKeyResponse = {
435
488
  };
436
489
  function KeyServiceControllerMethods() {
437
490
  return function (constructor) {
438
- const grpcMethods = ["create", "findOne", "findByUser", "findAll", "update", "remove", "validateKey"];
491
+ const grpcMethods = [
492
+ "create",
493
+ "findOne",
494
+ "findByUser",
495
+ "getSystemKey",
496
+ "findAll",
497
+ "update",
498
+ "remove",
499
+ "validateKey",
500
+ ];
439
501
  for (const method of grpcMethods) {
440
502
  const descriptor = Reflect.getOwnPropertyDescriptor(constructor.prototype, method);
441
503
  (0, microservices_1.GrpcMethod)("KeyService", method)(constructor.prototype[method], method, descriptor);
@@ -476,6 +538,15 @@ exports.KeyServiceService = {
476
538
  responseSerialize: (value) => Buffer.from(exports.KeysResponse.encode(value).finish()),
477
539
  responseDeserialize: (value) => exports.KeysResponse.decode(value),
478
540
  },
541
+ getSystemKey: {
542
+ path: "/key.KeyService/getSystemKey",
543
+ requestStream: false,
544
+ responseStream: false,
545
+ requestSerialize: (value) => Buffer.from(exports.GetSystemKeyRequest.encode(value).finish()),
546
+ requestDeserialize: (value) => exports.GetSystemKeyRequest.decode(value),
547
+ responseSerialize: (value) => Buffer.from(exports.KeyResponse.encode(value).finish()),
548
+ responseDeserialize: (value) => exports.KeyResponse.decode(value),
549
+ },
479
550
  findAll: {
480
551
  path: "/key.KeyService/findAll",
481
552
  requestStream: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geniebox-shared-lib",
3
- "version": "2.2.5",
3
+ "version": "2.2.7",
4
4
  "description": "Shared NestJS library with gRPC clients",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",