@dxos/protocols
Advanced tools
Comparing version
export interface Empty { | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface Timestamp { | ||
@@ -7,6 +11,2 @@ seconds?: string; | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface FileDescriptorSet { | ||
@@ -13,0 +13,0 @@ file?: FileDescriptorProto[]; |
{ | ||
"name": "@dxos/protocols", | ||
"version": "2.28.5-dev.64242731", | ||
"version": "2.28.5-dev.176378e4", | ||
"description": "Protobuf definitions for DXOS protocols.", | ||
@@ -21,3 +21,3 @@ "bugs": { | ||
"dependencies": { | ||
"@dxos/codec-protobuf": "2.28.5-dev.64242731" | ||
"@dxos/codec-protobuf": "2.28.5-dev.176378e4" | ||
}, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
@@ -20,2 +20,6 @@ import type { Stream } from "@dxos/codec-protobuf"; | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface Timestamp { | ||
@@ -25,6 +29,2 @@ seconds?: string; | ||
} | ||
export interface Any { | ||
type_url?: string; | ||
value?: Uint8Array; | ||
} | ||
export interface FileDescriptorSet { | ||
@@ -31,0 +31,0 @@ file?: FileDescriptorProto[]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+ Added
- Removed