You've already forked npm-viz-sdk
Latest generation
This commit is contained in:
@@ -20,6 +20,7 @@ export interface IProjectCountersServiceClient {
|
|||||||
*/
|
*/
|
||||||
next(input: NextProjectCounterRequest, options?: RpcOptions): UnaryCall<NextProjectCounterRequest, NextCounterResult>;
|
next(input: NextProjectCounterRequest, options?: RpcOptions): UnaryCall<NextProjectCounterRequest, NextCounterResult>;
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @generated from protobuf rpc: NextSite
|
* @generated from protobuf rpc: NextSite
|
||||||
*/
|
*/
|
||||||
nextSite(input: NextProjectCounterSiteRequest, options?: RpcOptions): UnaryCall<NextProjectCounterSiteRequest, NextCounterSiteResult>;
|
nextSite(input: NextProjectCounterSiteRequest, options?: RpcOptions): UnaryCall<NextProjectCounterSiteRequest, NextCounterSiteResult>;
|
||||||
@@ -41,6 +42,7 @@ export class ProjectCountersServiceClient implements IProjectCountersServiceClie
|
|||||||
return stackIntercept<NextProjectCounterRequest, NextCounterResult>("unary", this._transport, method, opt, input);
|
return stackIntercept<NextProjectCounterRequest, NextCounterResult>("unary", this._transport, method, opt, input);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
* @deprecated
|
||||||
* @generated from protobuf rpc: NextSite
|
* @generated from protobuf rpc: NextSite
|
||||||
*/
|
*/
|
||||||
nextSite(input: NextProjectCounterSiteRequest, options?: RpcOptions): UnaryCall<NextProjectCounterSiteRequest, NextCounterSiteResult> {
|
nextSite(input: NextProjectCounterSiteRequest, options?: RpcOptions): UnaryCall<NextProjectCounterSiteRequest, NextCounterSiteResult> {
|
||||||
|
|||||||
@@ -35,6 +35,8 @@ export interface NextCounterResult {
|
|||||||
Value: bigint;
|
Value: bigint;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
* Deprecated: This method is deprecated and should not be used. It will be removed in a future release.
|
||||||
|
*
|
||||||
* @generated from protobuf message vizapi.NextProjectCounterSiteRequest
|
* @generated from protobuf message vizapi.NextProjectCounterSiteRequest
|
||||||
*/
|
*/
|
||||||
export interface NextProjectCounterSiteRequest {
|
export interface NextProjectCounterSiteRequest {
|
||||||
@@ -52,6 +54,8 @@ export interface NextProjectCounterSiteRequest {
|
|||||||
Key: string;
|
Key: string;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
* Deprecated: This method is deprecated and should not be used. It will be removed in a future release.
|
||||||
|
*
|
||||||
* @generated from protobuf message vizapi.NextCounterSiteResult
|
* @generated from protobuf message vizapi.NextCounterSiteResult
|
||||||
*/
|
*/
|
||||||
export interface NextCounterSiteResult {
|
export interface NextCounterSiteResult {
|
||||||
@@ -274,6 +278,6 @@ export const NextCounterSiteResult = new NextCounterSiteResult$Type();
|
|||||||
* @generated ServiceType for protobuf service vizapi.ProjectCountersService
|
* @generated ServiceType for protobuf service vizapi.ProjectCountersService
|
||||||
*/
|
*/
|
||||||
export const ProjectCountersService = new ServiceType("vizapi.ProjectCountersService", [
|
export const ProjectCountersService = new ServiceType("vizapi.ProjectCountersService", [
|
||||||
{ name: "Next", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Counters"], summary: "Get the next value for a project key", description: "Get the next value for a project key" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: NextProjectCounterRequest, O: NextCounterResult },
|
{ name: "Next", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Counters"], summary: "Get the next value for a project key", description: "Get the next value for a project key" }, "api.rscType": "Project", "api.roles": "", "api.aliasType": "APPOINTMENT_SCHEDULING", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: NextProjectCounterRequest, O: NextCounterResult },
|
||||||
{ name: "NextSite", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Counters"], summary: "Get the next value for a site type project key", description: "Get the next value for a site type project key" }, "api.rscType": "Project", "api.roles": "", "api.aliasType": "APPOINTMENT_SCHEDULING", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: NextProjectCounterSiteRequest, O: NextCounterSiteResult }
|
{ name: "NextSite", options: { "grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation": { tags: ["Project Counters"], summary: "Get the next value for a site type project key", description: "Get the next value for a site type project key" }, "api.rscType": "Project", "api.roles": "", "google.api.method_visibility": { restriction: "PUBLIC" } }, I: NextProjectCounterSiteRequest, O: NextCounterSiteResult }
|
||||||
], { "api.k8sService": "settings-server" });
|
], { "api.k8sService": "settings-server" });
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@reflex-platform/npm-viz-sdk",
|
"name": "@reflex-platform/npm-viz-sdk",
|
||||||
"version": "1.13.0-SNAPSHOT-260331145926",
|
"version": "1.13.0-SNAPSHOT-260401092403",
|
||||||
"description": "npm libs from visibility model proto files",
|
"description": "npm libs from visibility model proto files",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"main": "index.ts",
|
"main": "index.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user