You've already forked npm-core-sdk
Latest generation
This commit is contained in:
12
object_db.ts
12
object_db.ts
@@ -1,4 +1,4 @@
|
||||
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
|
||||
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name
|
||||
// @generated from protobuf file "object_db.proto" (package "api", syntax proto3)
|
||||
// tslint:disable
|
||||
import type { BinaryWriteOptions } from "@protobuf-ts/runtime";
|
||||
@@ -19,23 +19,23 @@ import { DateTime } from "./shared";
|
||||
*/
|
||||
export interface ObjectDB {
|
||||
/**
|
||||
* @generated from protobuf field: string project = 1;
|
||||
* @generated from protobuf field: string project = 1
|
||||
*/
|
||||
project: string;
|
||||
/**
|
||||
* @generated from protobuf field: string id = 2;
|
||||
* @generated from protobuf field: string id = 2
|
||||
*/
|
||||
id: string;
|
||||
/**
|
||||
* @generated from protobuf field: api.DateTime lastEventTS = 3;
|
||||
* @generated from protobuf field: api.DateTime lastEventTS = 3
|
||||
*/
|
||||
lastEventTS?: DateTime;
|
||||
/**
|
||||
* @generated from protobuf field: string lastEventName = 4;
|
||||
* @generated from protobuf field: string lastEventName = 4
|
||||
*/
|
||||
lastEventName: string;
|
||||
/**
|
||||
* @generated from protobuf field: bytes entity = 5;
|
||||
* @generated from protobuf field: bytes entity = 5
|
||||
*/
|
||||
entity: Uint8Array;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user