Latest generation

This commit is contained in:
ci core model
2025-05-26 12:14:28 +00:00
parent 65247e7fe4
commit cc9c6d0b4c
197 changed files with 15132 additions and 15052 deletions

View File

@@ -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;
}