@xmtp/proto
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@xmtp/proto", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Protobuf client and generated classes for GRPC API", | ||
@@ -5,0 +5,0 @@ "main": "./ts/dist/cjs/index.js", |
@@ -29,3 +29,2 @@ import * as fm from "../../fetch.pb"; | ||
export declare type Envelope = { | ||
id?: string; | ||
contentTopic?: string; | ||
@@ -36,5 +35,3 @@ timestampNs?: string; | ||
export declare type PublishRequest = { | ||
contentTopic?: string; | ||
message?: Uint8Array; | ||
timestampNs?: string; | ||
envelopes?: Envelope[]; | ||
}; | ||
@@ -41,0 +38,0 @@ export declare type PublishResponse = {}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52635
785