@vsniksnet/contracts 1.2.3 → 1.2.4

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/gen/media.ts CHANGED
@@ -8,7 +8,7 @@
8
8
  import { GrpcMethod, GrpcStreamMethod } from "@nestjs/microservices";
9
9
  import { Observable } from "rxjs";
10
10
 
11
- export const protobufPackage = "auth.v1";
11
+ export const protobufPackage = "media.v1";
12
12
 
13
13
  export interface UploadRequest {
14
14
  fileName: string;
@@ -21,7 +21,7 @@ export interface UploadResponse {
21
21
  path: string;
22
22
  }
23
23
 
24
- export const AUTH_V1_PACKAGE_NAME = "auth.v1";
24
+ export const MEDIA_V1_PACKAGE_NAME = "media.v1";
25
25
 
26
26
  /** Media service */
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vsniksnet/contracts",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Protobuf definitions and generated typescript types",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
package/proto/media.proto CHANGED
@@ -1,6 +1,6 @@
1
1
  syntax = "proto3";
2
2
 
3
- package auth.v1;
3
+ package media.v1;
4
4
 
5
5
  /* Media service */
6
6
  service MediaService {