You've already forked npm-viz-sdk
Latest generation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"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",
|
||||
"homepage": "",
|
||||
"main": "index.ts",
|
||||
|
||||
@@ -67,10 +67,6 @@ export interface Dashboard {
|
||||
* @generated from protobuf field: bool IsPrivate = 8 [json_name = "IsPrivate"];
|
||||
*/
|
||||
IsPrivate: boolean;
|
||||
// bool IsFavorite = 9;
|
||||
// bool IsDefault = 10;
|
||||
// bool IsHomePage = 11;
|
||||
|
||||
/**
|
||||
* @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"];
|
||||
*/
|
||||
IsPrivate: boolean;
|
||||
// bool IsFavorite = 5;
|
||||
// bool IsDefault = 6;
|
||||
// bool IsHomePage = 7;
|
||||
|
||||
/**
|
||||
* @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"];
|
||||
*/
|
||||
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"];
|
||||
*/
|
||||
@@ -307,7 +295,7 @@ export interface CopyDashboardRequest {
|
||||
*
|
||||
* @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
|
||||
|
||||
Reference in New Issue
Block a user