You've already forked npm-core-sdk
Latest generation
This commit is contained in:
21
options.ts
21
options.ts
@@ -141,27 +141,6 @@ export enum KPIGroupType {
|
||||
*/
|
||||
KPIGROUP_TYPE_VIEW = 3
|
||||
}
|
||||
/**
|
||||
* @generated from protobuf enum api.EntityResourceType
|
||||
*/
|
||||
export enum EntityResourceType {
|
||||
/**
|
||||
* @generated from protobuf enum value: ENTITY_RESOURCE_TYPE_UNKNOWN = 0;
|
||||
*/
|
||||
ENTITY_RESOURCE_TYPE_UNKNOWN = 0,
|
||||
/**
|
||||
* Entity belonging to a project context
|
||||
*
|
||||
* @generated from protobuf enum value: ENTITY_RESOURCE_TYPE_PROJECT = 1;
|
||||
*/
|
||||
ENTITY_RESOURCE_TYPE_PROJECT = 1,
|
||||
/**
|
||||
* Entity belonging to a site context
|
||||
*
|
||||
* @generated from protobuf enum value: ENTITY_RESOURCE_TYPE_SITE = 2;
|
||||
*/
|
||||
ENTITY_RESOURCE_TYPE_SITE = 2
|
||||
}
|
||||
// @generated message type with reflection information, may provide speed optimized methods
|
||||
class KPIGroups$Type extends MessageType<KPIGroups> {
|
||||
constructor() {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@reflex-platform/npm-core-sdk",
|
||||
"version": "1.11.0-SNAPSHOT-250606153804",
|
||||
"version": "1.11.0-SNAPSHOT-250609092542",
|
||||
"description": "npm libs from core model proto files",
|
||||
"homepage": "",
|
||||
"main": "index.ts",
|
||||
|
||||
Reference in New Issue
Block a user