Latest generation

This commit is contained in:
ci core model
2025-10-08 09:04:52 +00:00
parent d892b2607d
commit 6a7ea00665
4 changed files with 33 additions and 19 deletions

17
base.ts
View File

@@ -94,6 +94,23 @@ export interface Paging {
*/
Offset: number;
}
/**
* @generated from protobuf enum api.ProjectType
*/
export enum ProjectType {
/**
* @generated from protobuf enum value: PROJECT_TYPE_UNKNOWN = 0;
*/
PROJECT_TYPE_UNKNOWN = 0,
/**
* @generated from protobuf enum value: PROJECT_TYPE_ACTIVITY = 1;
*/
PROJECT_TYPE_ACTIVITY = 1,
/**
* @generated from protobuf enum value: PROJECT_TYPE_SITE = 2;
*/
PROJECT_TYPE_SITE = 2
}
// @generated message type with reflection information, may provide speed optimized methods
class AdminAddress$Type extends MessageType<AdminAddress> {
constructor() {