Latest generation

This commit is contained in:
ci viz model
2026-02-23 15:47:09 +00:00
parent 3f3b1b5ec7
commit 6afb2d4b98
3 changed files with 2 additions and 1110 deletions

View File

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

View File

@@ -4,18 +4,6 @@
import type { RpcTransport } from "@protobuf-ts/runtime-rpc";
import type { ServiceInfo } from "@protobuf-ts/runtime-rpc";
import { ViewService } from "./viz-view";
import type { ExtractProjectResult } from "./viz-view";
import type { ExtractProjectRequest } from "./viz-view";
import type { ListProjectViewResult } from "./viz-view";
import type { ListProjectViewRequest } from "./viz-view";
import type { DeleteProjectViewResult } from "./viz-view";
import type { DeleteProjectViewRequest } from "./viz-view";
import type { UpdateProjectViewResult } from "./viz-view";
import type { UpdateProjectViewRequest } from "./viz-view";
import type { CreateProjectViewResult } from "./viz-view";
import type { CreateProjectViewRequest } from "./viz-view";
import type { GetProjectViewResult } from "./viz-view";
import type { GetProjectViewRequest } from "./viz-view";
import type { ExtractResult } from "./viz-view";
import type { ExtractRequest } from "./viz-view";
import type { DeleteViewsForProjectResult } from "./viz-view";
@@ -65,30 +53,6 @@ export interface IViewServiceClient {
* @generated from protobuf rpc: Extract
*/
extract(input: ExtractRequest, options?: RpcOptions): UnaryCall<ExtractRequest, ExtractResult>;
/**
* @generated from protobuf rpc: GetProject
*/
getProject(input: GetProjectViewRequest, options?: RpcOptions): UnaryCall<GetProjectViewRequest, GetProjectViewResult>;
/**
* @generated from protobuf rpc: CreateProject
*/
createProject(input: CreateProjectViewRequest, options?: RpcOptions): UnaryCall<CreateProjectViewRequest, CreateProjectViewResult>;
/**
* @generated from protobuf rpc: UpdateProject
*/
updateProject(input: UpdateProjectViewRequest, options?: RpcOptions): UnaryCall<UpdateProjectViewRequest, UpdateProjectViewResult>;
/**
* @generated from protobuf rpc: DeleteProject
*/
deleteProject(input: DeleteProjectViewRequest, options?: RpcOptions): UnaryCall<DeleteProjectViewRequest, DeleteProjectViewResult>;
/**
* @generated from protobuf rpc: ListProject
*/
listProject(input: ListProjectViewRequest, options?: RpcOptions): UnaryCall<ListProjectViewRequest, ListProjectViewResult>;
/**
* @generated from protobuf rpc: ExtractProject
*/
extractProject(input: ExtractProjectRequest, options?: RpcOptions): UnaryCall<ExtractProjectRequest, ExtractProjectResult>;
}
/**
* @generated from protobuf service vizapi.ViewService
@@ -148,46 +112,4 @@ export class ViewServiceClient implements IViewServiceClient, ServiceInfo {
const method = this.methods[6], opt = this._transport.mergeOptions(options);
return stackIntercept<ExtractRequest, ExtractResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: GetProject
*/
getProject(input: GetProjectViewRequest, options?: RpcOptions): UnaryCall<GetProjectViewRequest, GetProjectViewResult> {
const method = this.methods[7], opt = this._transport.mergeOptions(options);
return stackIntercept<GetProjectViewRequest, GetProjectViewResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: CreateProject
*/
createProject(input: CreateProjectViewRequest, options?: RpcOptions): UnaryCall<CreateProjectViewRequest, CreateProjectViewResult> {
const method = this.methods[8], opt = this._transport.mergeOptions(options);
return stackIntercept<CreateProjectViewRequest, CreateProjectViewResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: UpdateProject
*/
updateProject(input: UpdateProjectViewRequest, options?: RpcOptions): UnaryCall<UpdateProjectViewRequest, UpdateProjectViewResult> {
const method = this.methods[9], opt = this._transport.mergeOptions(options);
return stackIntercept<UpdateProjectViewRequest, UpdateProjectViewResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: DeleteProject
*/
deleteProject(input: DeleteProjectViewRequest, options?: RpcOptions): UnaryCall<DeleteProjectViewRequest, DeleteProjectViewResult> {
const method = this.methods[10], opt = this._transport.mergeOptions(options);
return stackIntercept<DeleteProjectViewRequest, DeleteProjectViewResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: ListProject
*/
listProject(input: ListProjectViewRequest, options?: RpcOptions): UnaryCall<ListProjectViewRequest, ListProjectViewResult> {
const method = this.methods[11], opt = this._transport.mergeOptions(options);
return stackIntercept<ListProjectViewRequest, ListProjectViewResult>("unary", this._transport, method, opt, input);
}
/**
* @generated from protobuf rpc: ExtractProject
*/
extractProject(input: ExtractProjectRequest, options?: RpcOptions): UnaryCall<ExtractProjectRequest, ExtractProjectResult> {
const method = this.methods[12], opt = this._transport.mergeOptions(options);
return stackIntercept<ExtractProjectRequest, ExtractProjectResult>("unary", this._transport, method, opt, input);
}
}

File diff suppressed because it is too large Load Diff