@togatherlabs/shared-protos 1.0.31 → 1.0.32
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/common/error/v1/error_response_pb.d.ts +39 -0
- package/dist/common/error/v1/error_response_pb.d.ts.map +1 -0
- package/dist/common/error/v1/error_response_pb.js +19 -0
- package/dist/common/error/v1/error_response_pb.js.map +1 -0
- package/dist/common/error/v1/index.d.ts +1 -0
- package/dist/common/error/v1/index.js +1 -0
- package/package.json +7 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
3
|
+
/**
|
|
4
|
+
* Describes the file common/error/v1/error_response.proto.
|
|
5
|
+
*/
|
|
6
|
+
export declare const file_common_error_v1_error_response: GenFile;
|
|
7
|
+
/**
|
|
8
|
+
* @generated from message common.error.v1.ErrorResponse
|
|
9
|
+
*/
|
|
10
|
+
export type ErrorResponse = Message<"common.error.v1.ErrorResponse"> & {
|
|
11
|
+
/**
|
|
12
|
+
* @generated from field: string message = 1;
|
|
13
|
+
*/
|
|
14
|
+
message: string;
|
|
15
|
+
/**
|
|
16
|
+
* @generated from field: optional string field = 2;
|
|
17
|
+
*/
|
|
18
|
+
field?: string;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message common.error.v1.ErrorResponse.
|
|
22
|
+
* Use `create(ErrorResponseSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
export declare const ErrorResponseSchema: GenMessage<ErrorResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* @generated from message common.error.v1.ErrorCode
|
|
27
|
+
*/
|
|
28
|
+
export type ErrorCode = Message<"common.error.v1.ErrorCode"> & {
|
|
29
|
+
/**
|
|
30
|
+
* @generated from field: string code = 3;
|
|
31
|
+
*/
|
|
32
|
+
code: string;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message common.error.v1.ErrorCode.
|
|
36
|
+
* Use `create(ErrorCodeSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
export declare const ErrorCodeSchema: GenMessage<ErrorCode>;
|
|
39
|
+
//# sourceMappingURL=error_response_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error_response_pb.d.ts","sourceRoot":"","sources":["../../../../src/common/error/v1/error_response_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,mCAAmC,EAAE,OAC0K,CAAC;AAE7N;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,+BAA+B,CAAC,GAAG;IACrE;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,EAAE,UAAU,CAAC,aAAa,CACL,CAAC;AAEtD;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,2BAA2B,CAAC,GAAG;IAC7D;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,UAAU,CAAC,SAAS,CACG,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.9.0 with parameter "target=ts"
|
|
2
|
+
// @generated from file common/error/v1/error_response.proto (package common.error.v1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
5
|
+
/**
|
|
6
|
+
* Describes the file common/error/v1/error_response.proto.
|
|
7
|
+
*/
|
|
8
|
+
export const file_common_error_v1_error_response = /*@__PURE__*/ fileDesc("CiRjb21tb24vZXJyb3IvdjEvZXJyb3JfcmVzcG9uc2UucHJvdG8SD2NvbW1vbi5lcnJvci52MSI+Cg1FcnJvclJlc3BvbnNlEg8KB21lc3NhZ2UYASABKAkSEgoFZmllbGQYAiABKAlIAIgBAUIICgZfZmllbGQiGQoJRXJyb3JDb2RlEgwKBGNvZGUYAyABKAliBnByb3RvMw");
|
|
9
|
+
/**
|
|
10
|
+
* Describes the message common.error.v1.ErrorResponse.
|
|
11
|
+
* Use `create(ErrorResponseSchema)` to create a new message.
|
|
12
|
+
*/
|
|
13
|
+
export const ErrorResponseSchema = /*@__PURE__*/ messageDesc(file_common_error_v1_error_response, 0);
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message common.error.v1.ErrorCode.
|
|
16
|
+
* Use `create(ErrorCodeSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
export const ErrorCodeSchema = /*@__PURE__*/ messageDesc(file_common_error_v1_error_response, 1);
|
|
19
|
+
//# sourceMappingURL=error_response_pb.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"error_response_pb.js","sourceRoot":"","sources":["../../../../src/common/error/v1/error_response_pb.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,qGAAqG;AACrG,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGrE;;GAEG;AACH,MAAM,CAAC,MAAM,mCAAmC,GAAY,aAAa,CACvE,QAAQ,CAAC,gNAAgN,CAAC,CAAC;AAiB7N;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC;AAYtD;;;GAGG;AACH,MAAM,CAAC,MAAM,eAAe,GAA0B,aAAa,CACjE,WAAW,CAAC,mCAAmC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './error_response_pb.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './error_response_pb.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@togatherlabs/shared-protos",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.32",
|
|
4
4
|
"description": "Generated TypeScript gRPC definitions for Togather shared protos",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -33,6 +33,12 @@
|
|
|
33
33
|
"require": "./dist/chatservice/chat/v1/index.js",
|
|
34
34
|
"default": "./dist/chatservice/chat/v1/index.js"
|
|
35
35
|
},
|
|
36
|
+
"./common/error/v1": {
|
|
37
|
+
"types": "./dist/common/error/v1/index.d.ts",
|
|
38
|
+
"import": "./dist/common/error/v1/index.js",
|
|
39
|
+
"require": "./dist/common/error/v1/index.js",
|
|
40
|
+
"default": "./dist/common/error/v1/index.js"
|
|
41
|
+
},
|
|
36
42
|
"./experienceservice/experience/v1": {
|
|
37
43
|
"types": "./dist/experienceservice/experience/v1/index.d.ts",
|
|
38
44
|
"import": "./dist/experienceservice/experience/v1/index.js",
|