@trash-streamers/contracts 1.1.20 → 1.1.22

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.
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v2.10.1
5
- // protoc v6.33.2
5
+ // protoc v6.33.5
6
6
  // source: account.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.ACCOUNT_SERVICE_NAME = exports.ACCOUNT_V1_PACKAGE_NAME = exports.Role = exports.protobufPackage = void 0;
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v2.10.1
5
- // protoc v6.33.2
5
+ // protoc v6.33.5
6
6
  // source: auth.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.AUTH_SERVICE_NAME = exports.AUTH_V1_PACKAGE_NAME = exports.AuthType = exports.protobufPackage = void 0;
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v2.10.1
5
- // protoc v6.33.2
5
+ // protoc v6.33.5
6
6
  // source: google/protobuf/timestamp.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.GOOGLE_PROTOBUF_PACKAGE_NAME = exports.protobufPackage = void 0;
@@ -2,7 +2,7 @@
2
2
  // Code generated by protoc-gen-ts_proto. DO NOT EDIT.
3
3
  // versions:
4
4
  // protoc-gen-ts_proto v2.10.1
5
- // protoc v6.33.2
5
+ // protoc v6.33.5
6
6
  // source: users.proto
7
7
  Object.defineProperty(exports, "__esModule", { value: true });
8
8
  exports.USERS_SERVICE_NAME = exports.USERS_V1_PACKAGE_NAME = exports.protobufPackage = void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trash-streamers/contracts",
3
- "version": "1.1.20",
3
+ "version": "1.1.22",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "scripts": {
@@ -17,7 +17,6 @@
17
17
  "description": "Protobuf definitions and generated TypeScript types",
18
18
  "dependencies": {
19
19
  "@nestjs/microservices": "^11.1.11",
20
- "@trash-streamers/contracts": "^1.1.13",
21
20
  "rxjs": "^7.8.2",
22
21
  "ts-proto": "^2.10.1"
23
22
  },
@@ -25,4 +24,4 @@
25
24
  "@types/node": "^25.0.3",
26
25
  "typescript": "^5.9.3"
27
26
  }
28
- }
27
+ }
package/proto/auth.proto CHANGED
@@ -36,7 +36,6 @@ message RefreshResponse {
36
36
  string access_token = 1;
37
37
  string refresh_token = 2;
38
38
  }
39
-
40
39
  enum AuthType {
41
40
  PHONE = 0;
42
41
  EMAIL = 1;
package/proto/users.proto CHANGED
@@ -49,4 +49,4 @@ message User {
49
49
  optional string user_name = 2;
50
50
  optional string avatar = 3;
51
51
  optional string display_name = 4;
52
- }
52
+ }