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

18
proj.ts
View File

@@ -17,6 +17,7 @@ import { Organisation } from "./org";
import { Paging } from "./base";
import { RequestProjectHeader } from "./shared";
import { RequestOrganisationHeader } from "./shared";
import { ProjectType } from "./base";
import { Module } from "./module";
/**
* Project creation should not have status in request
@@ -429,23 +430,6 @@ export enum ProjectStatusEnum {
*/
PROJECT_STATUS_ERROR = 5
}
/**
* @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 ProjectCreation$Type extends MessageType<ProjectCreation> {
constructor() {