@readytomog/contracts 1.5.1 → 1.5.3
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/chat.ts +1 -0
- package/gen/payment.ts +2 -2
- package/package.json +1 -1
- package/proto/chat.proto +1 -0
- package/proto/payment.proto +1 -1
package/gen/chat.ts
CHANGED
package/gen/payment.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { GrpcMethod, GrpcStreamMethod } from "@nestjs/microservices";
|
|
|
9
9
|
import { Observable } from "rxjs";
|
|
10
10
|
import { Empty } from "./google/protobuf/empty";
|
|
11
11
|
|
|
12
|
-
export const protobufPackage = "payment.
|
|
12
|
+
export const protobufPackage = "payment.v1";
|
|
13
13
|
|
|
14
14
|
export interface Transaction {
|
|
15
15
|
id: string;
|
|
@@ -73,7 +73,7 @@ export interface RefundRequest {
|
|
|
73
73
|
export interface RefundResponse {
|
|
74
74
|
}
|
|
75
75
|
|
|
76
|
-
export const
|
|
76
|
+
export const PAYMENT_V1_PACKAGE_NAME = "payment.v1";
|
|
77
77
|
|
|
78
78
|
export interface PaymentServiceClient {
|
|
79
79
|
getHistory(request: Empty): Observable<GetHistoryResponse>;
|
package/package.json
CHANGED
package/proto/chat.proto
CHANGED