Latest generation

This commit is contained in:
ci viz model
2025-05-06 11:17:05 +00:00
parent c6bd899158
commit 4ee9e8d0d8
2 changed files with 2 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@reflex-platform/npm-viz-sdk", "name": "@reflex-platform/npm-viz-sdk",
"version": "1.11.0-SNAPSHOT-250502135145", "version": "1.11.0-SNAPSHOT-250506111645",
"description": "npm libs from visibility model proto files", "description": "npm libs from visibility model proto files",
"homepage": "", "homepage": "",
"main": "index.ts", "main": "index.ts",

View File

@@ -67,10 +67,6 @@ export interface Dashboard {
* @generated from protobuf field: bool IsPrivate = 8 [json_name = "IsPrivate"]; * @generated from protobuf field: bool IsPrivate = 8 [json_name = "IsPrivate"];
*/ */
IsPrivate: boolean; IsPrivate: boolean;
// bool IsFavorite = 9;
// bool IsDefault = 10;
// bool IsHomePage = 11;
/** /**
* @generated from protobuf field: int32 AutoRefresh = 12 [json_name = "AutoRefresh"]; * @generated from protobuf field: int32 AutoRefresh = 12 [json_name = "AutoRefresh"];
*/ */
@@ -128,10 +124,6 @@ export interface CreateDashboardRequest {
* @generated from protobuf field: bool IsPrivate = 4 [json_name = "IsPrivate"]; * @generated from protobuf field: bool IsPrivate = 4 [json_name = "IsPrivate"];
*/ */
IsPrivate: boolean; IsPrivate: boolean;
// bool IsFavorite = 5;
// bool IsDefault = 6;
// bool IsHomePage = 7;
/** /**
* @generated from protobuf field: int32 AutoRefresh = 8 [json_name = "AutoRefresh"]; * @generated from protobuf field: int32 AutoRefresh = 8 [json_name = "AutoRefresh"];
*/ */
@@ -240,10 +232,6 @@ export interface UpdateDashboardRequest {
* @generated from protobuf field: api.BoolObject IsPrivate = 5 [json_name = "IsPrivate"]; * @generated from protobuf field: api.BoolObject IsPrivate = 5 [json_name = "IsPrivate"];
*/ */
IsPrivate?: BoolObject; IsPrivate?: BoolObject;
// api.BoolObject IsFavorite = 6;
// api.BoolObject IsDefault = 7;
// api.BoolObject IsHomePage = 8;
/** /**
* @generated from protobuf field: api.Int32Object AutoRefresh = 9 [json_name = "AutoRefresh"]; * @generated from protobuf field: api.Int32Object AutoRefresh = 9 [json_name = "AutoRefresh"];
*/ */
@@ -307,7 +295,7 @@ export interface CopyDashboardRequest {
* *
* @generated from protobuf field: string Name = 3 [json_name = "Name"]; * @generated from protobuf field: string Name = 3 [json_name = "Name"];
*/ */
Name: string; // string OrganisationID = 4 [(validate.rules).string.min_len = 1]; Name: string;
} }
/** /**
* New copied dashboard * New copied dashboard