You've already forked npm-core-sdk
Latest generation
This commit is contained in:
18
proj.ts
18
proj.ts
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user