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