Latest generation

This commit is contained in:
ci core model
2026-02-23 15:08:19 +00:00
parent 3e751f0482
commit 7ed61c4466
5 changed files with 200 additions and 21 deletions

17
base.ts
View File

@@ -94,23 +94,6 @@ 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() {