weave-typescript 0.51.3 → 0.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/google/protobuf/duration.pb.d.ts +99 -0
- package/dist/google/protobuf/duration.pb.js +93 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -1
- package/dist/weave/authz/v1/index.d.ts +1 -0
- package/dist/weave/authz/v1/index.js +38 -0
- package/dist/weave/authz/v1/options.pb.d.ts +52 -0
- package/dist/weave/authz/v1/options.pb.js +403 -0
- package/dist/weave/filter/v1/index.d.ts +1 -0
- package/dist/weave/filter/v1/index.js +38 -0
- package/dist/{weaveapi/atc/v1/message.pb.d.ts → weave/filter/v1/options.pb.d.ts} +33 -21
- package/dist/weave/filter/v1/options.pb.js +417 -0
- package/dist/weave/index.d.ts +2 -0
- package/dist/weave/index.js +39 -0
- package/dist/weaveapi/agent/v1/agent.pb.d.ts +137 -188
- package/dist/weaveapi/agent/v1/agent.pb.js +891 -2151
- package/dist/weaveapi/agent/v1/index.d.ts +1 -1
- package/dist/weaveapi/agent/v1/index.js +2 -2
- package/dist/weaveapi/agent/v1/run.pb.d.ts +289 -0
- package/dist/weaveapi/agent/v1/run.pb.js +2763 -0
- package/dist/weaveapi/auth/v1/auth.pb.d.ts +67 -14
- package/dist/weaveapi/auth/v1/auth.pb.js +829 -89
- package/dist/weaveapi/auth/v1/index.d.ts +4 -1
- package/dist/weaveapi/auth/v1/index.js +5 -2
- package/dist/weaveapi/auth/v1/{service.pb.d.ts → organization_admin.pb.d.ts} +39 -530
- package/dist/weaveapi/auth/v1/{service.pb.js → organization_admin.pb.js} +2978 -5812
- package/dist/weaveapi/auth/v1/personal_access_token.pb.d.ts +114 -0
- package/dist/weaveapi/auth/v1/personal_access_token.pb.js +750 -0
- package/dist/weaveapi/auth/v1/profile.pb.d.ts +161 -0
- package/dist/weaveapi/auth/v1/profile.pb.js +1007 -0
- package/dist/weaveapi/auth/v1/session.pb.d.ts +460 -0
- package/dist/weaveapi/auth/v1/session.pb.js +3544 -0
- package/dist/weaveapi/chat/v1/chat.pb.d.ts +377 -149
- package/dist/weaveapi/chat/v1/chat.pb.js +3492 -1614
- package/dist/weaveapi/chat/v1/index.d.ts +0 -1
- package/dist/weaveapi/chat/v1/index.js +1 -2
- package/dist/weaveapi/consolidation/v1/consolidation.pb.d.ts +95 -0
- package/dist/weaveapi/consolidation/v1/consolidation.pb.js +770 -1
- package/dist/weaveapi/consolidation/v1/index.d.ts +0 -1
- package/dist/weaveapi/consolidation/v1/index.js +1 -2
- package/dist/weaveapi/content/v1/content.pb.d.ts +63 -0
- package/dist/weaveapi/content/v1/content.pb.js +470 -0
- package/dist/weaveapi/content/v1/index.d.ts +1 -0
- package/dist/weaveapi/content/v1/index.js +38 -0
- package/dist/weaveapi/gateway/v1/gateway.pb.d.ts +247 -523
- package/dist/weaveapi/gateway/v1/gateway.pb.js +1648 -5783
- package/dist/weaveapi/gateway/v1/index.d.ts +0 -1
- package/dist/weaveapi/gateway/v1/index.js +1 -2
- package/dist/weaveapi/index.d.ts +5 -5
- package/dist/weaveapi/index.js +6 -6
- package/dist/weaveapi/inference/v1/generate.pb.d.ts +120 -0
- package/dist/weaveapi/inference/v1/generate.pb.js +1159 -0
- package/dist/weaveapi/inference/v1/index.d.ts +4 -0
- package/dist/weaveapi/{provider → inference}/v1/index.js +4 -2
- package/dist/weaveapi/{model → inference}/v1/model.pb.d.ts +54 -15
- package/dist/weaveapi/{model → inference}/v1/model.pb.js +573 -116
- package/dist/weaveapi/{model/v1/service.pb.d.ts → inference/v1/model_route.pb.d.ts} +184 -110
- package/dist/weaveapi/{model/v1/service.pb.js → inference/v1/model_route.pb.js} +2240 -1061
- package/dist/weaveapi/inference/v1/provider.pb.d.ts +264 -0
- package/dist/weaveapi/inference/v1/provider.pb.js +2590 -0
- package/dist/weaveapi/ingestion/v1/index.d.ts +0 -2
- package/dist/weaveapi/ingestion/v1/index.js +1 -3
- package/dist/weaveapi/ingestion/v1/ingestion.pb.d.ts +543 -0
- package/dist/weaveapi/ingestion/v1/ingestion.pb.js +5550 -16
- package/dist/weaveapi/initialization/v1/index.d.ts +1 -0
- package/dist/weaveapi/initialization/v1/index.js +38 -0
- package/dist/weaveapi/initialization/v1/initialization.pb.d.ts +99 -0
- package/dist/weaveapi/initialization/v1/initialization.pb.js +510 -0
- package/dist/weaveapi/organization/v1/index.d.ts +0 -1
- package/dist/weaveapi/organization/v1/index.js +1 -2
- package/dist/weaveapi/organization/v1/organization.pb.d.ts +241 -0
- package/dist/weaveapi/organization/v1/organization.pb.js +1838 -1
- package/dist/weaveapi/reporting/index.d.ts +1 -0
- package/dist/weaveapi/reporting/index.js +38 -0
- package/dist/weaveapi/{task → reporting}/v1/index.d.ts +1 -1
- package/dist/weaveapi/{model → reporting}/v1/index.js +2 -2
- package/dist/weaveapi/reporting/v1/service.pb.d.ts +38 -0
- package/dist/weaveapi/reporting/v1/service.pb.js +167 -0
- package/dist/weaveapi/reporting/v1/usage.pb.d.ts +150 -0
- package/dist/weaveapi/reporting/v1/usage.pb.js +1837 -0
- package/dist/weaveapi/retrieval/v1/index.d.ts +0 -1
- package/dist/weaveapi/retrieval/v1/index.js +1 -2
- package/dist/weaveapi/retrieval/v1/retrieval.pb.d.ts +96 -2
- package/dist/weaveapi/retrieval/v1/retrieval.pb.js +690 -10
- package/dist/weaveapi/tool/index.d.ts +1 -0
- package/dist/weaveapi/tool/index.js +38 -0
- package/dist/weaveapi/tool/v1/index.d.ts +1 -0
- package/dist/weaveapi/tool/v1/index.js +38 -0
- package/dist/weaveapi/tool/v1/tool.pb.d.ts +370 -0
- package/dist/weaveapi/tool/v1/tool.pb.js +2717 -0
- package/dist/weaveapi/workflow/v1/index.d.ts +1 -1
- package/dist/weaveapi/workflow/v1/index.js +2 -2
- package/dist/weaveapi/workflow/v1/run.pb.d.ts +244 -0
- package/dist/weaveapi/workflow/v1/run.pb.js +2084 -0
- package/dist/weaveapi/workflow/v1/workflow.pb.d.ts +122 -275
- package/dist/weaveapi/workflow/v1/workflow.pb.js +790 -3261
- package/dist/weavesql/weavedb/agent_sql.d.ts +173 -477
- package/dist/weavesql/weavedb/agent_sql.js +281 -758
- package/dist/weavesql/weavedb/authorization_outbox_sql.d.ts +261 -0
- package/dist/weavesql/weavedb/authorization_outbox_sql.js +445 -0
- package/dist/weavesql/weavedb/chat_sql.d.ts +103 -345
- package/dist/weavesql/weavedb/chat_sql.js +312 -597
- package/dist/weavesql/weavedb/document_consolidation_sql.d.ts +217 -0
- package/dist/weavesql/weavedb/document_consolidation_sql.js +486 -0
- package/dist/weavesql/weavedb/document_ingestion_sql.d.ts +1433 -0
- package/dist/weavesql/weavedb/document_ingestion_sql.js +3488 -0
- package/dist/weavesql/weavedb/document_retrieval_sql.d.ts +314 -0
- package/dist/weavesql/weavedb/document_retrieval_sql.js +965 -0
- package/dist/weavesql/weavedb/document_table_sql.d.ts +6 -6
- package/dist/weavesql/weavedb/document_table_sql.js +12 -12
- package/dist/weavesql/weavedb/identity_sql.d.ts +1021 -0
- package/dist/weavesql/weavedb/identity_sql.js +1818 -0
- package/dist/weavesql/weavedb/inference_model_route_sql.d.ts +167 -0
- package/dist/weavesql/weavedb/inference_model_route_sql.js +483 -0
- package/dist/weavesql/weavedb/inference_provider_sql.d.ts +125 -0
- package/dist/weavesql/weavedb/inference_provider_sql.js +228 -0
- package/dist/weavesql/weavedb/initialization_sql.d.ts +15 -0
- package/dist/weavesql/weavedb/initialization_sql.js +33 -0
- package/dist/weavesql/weavedb/model_catalog_sql.d.ts +6 -6
- package/dist/weavesql/weavedb/model_catalog_sql.js +6 -6
- package/dist/weavesql/weavedb/organization_sql.d.ts +24 -102
- package/dist/weavesql/weavedb/organization_sql.js +56 -262
- package/dist/weavesql/weavedb/tool_sql.d.ts +209 -0
- package/dist/weavesql/weavedb/tool_sql.js +407 -0
- package/dist/weavesql/weavedb/usage_sql.d.ts +356 -0
- package/dist/weavesql/weavedb/usage_sql.js +568 -0
- package/dist/weavesql/weavedb/workflow_sql.d.ts +159 -546
- package/dist/weavesql/weavedb/workflow_sql.js +281 -909
- package/package.json +1 -1
- package/dist/weaveapi/agent/v1/service.pb.d.ts +0 -397
- package/dist/weaveapi/agent/v1/service.pb.js +0 -3152
- package/dist/weaveapi/atc/v1/event.pb.d.ts +0 -134
- package/dist/weaveapi/atc/v1/event.pb.js +0 -1124
- package/dist/weaveapi/atc/v1/index.d.ts +0 -5
- package/dist/weaveapi/atc/v1/index.js +0 -42
- package/dist/weaveapi/atc/v1/message.pb.js +0 -287
- package/dist/weaveapi/atc/v1/process.pb.d.ts +0 -91
- package/dist/weaveapi/atc/v1/process.pb.js +0 -658
- package/dist/weaveapi/atc/v1/run.pb.d.ts +0 -71
- package/dist/weaveapi/atc/v1/run.pb.js +0 -525
- package/dist/weaveapi/atc/v1/service.pb.d.ts +0 -472
- package/dist/weaveapi/atc/v1/service.pb.js +0 -3093
- package/dist/weaveapi/chat/v1/service.pb.d.ts +0 -345
- package/dist/weaveapi/chat/v1/service.pb.js +0 -2545
- package/dist/weaveapi/consolidation/v1/service.pb.d.ts +0 -93
- package/dist/weaveapi/consolidation/v1/service.pb.js +0 -427
- package/dist/weaveapi/gateway/v1/service.pb.d.ts +0 -235
- package/dist/weaveapi/gateway/v1/service.pb.js +0 -651
- package/dist/weaveapi/ingestion/v1/service.pb.d.ts +0 -420
- package/dist/weaveapi/ingestion/v1/service.pb.js +0 -2311
- package/dist/weaveapi/ingestion/v1/table.pb.d.ts +0 -121
- package/dist/weaveapi/ingestion/v1/table.pb.js +0 -1478
- package/dist/weaveapi/model/v1/index.d.ts +0 -2
- package/dist/weaveapi/organization/v1/service.pb.d.ts +0 -261
- package/dist/weaveapi/organization/v1/service.pb.js +0 -1561
- package/dist/weaveapi/project/v1/index.d.ts +0 -2
- package/dist/weaveapi/project/v1/index.js +0 -39
- package/dist/weaveapi/project/v1/project.pb.d.ts +0 -105
- package/dist/weaveapi/project/v1/project.pb.js +0 -1004
- package/dist/weaveapi/project/v1/service.pb.d.ts +0 -247
- package/dist/weaveapi/project/v1/service.pb.js +0 -1994
- package/dist/weaveapi/provider/v1/index.d.ts +0 -2
- package/dist/weaveapi/provider/v1/provider.pb.d.ts +0 -137
- package/dist/weaveapi/provider/v1/provider.pb.js +0 -1000
- package/dist/weaveapi/provider/v1/service.pb.d.ts +0 -223
- package/dist/weaveapi/provider/v1/service.pb.js +0 -1888
- package/dist/weaveapi/retrieval/v1/service.pb.d.ts +0 -93
- package/dist/weaveapi/retrieval/v1/service.pb.js +0 -385
- package/dist/weaveapi/task/v1/index.js +0 -39
- package/dist/weaveapi/task/v1/service.pb.d.ts +0 -172
- package/dist/weaveapi/task/v1/service.pb.js +0 -1436
- package/dist/weaveapi/task/v1/task.pb.d.ts +0 -85
- package/dist/weaveapi/task/v1/task.pb.js +0 -802
- package/dist/weaveapi/workflow/v1/service.pb.d.ts +0 -392
- package/dist/weaveapi/workflow/v1/service.pb.js +0 -3146
- /package/dist/{weaveapi/atc → weave/authz}/index.d.ts +0 -0
- /package/dist/{weaveapi/atc → weave/authz}/index.js +0 -0
- /package/dist/{weaveapi/model → weave/filter}/index.d.ts +0 -0
- /package/dist/{weaveapi/model → weave/filter}/index.js +0 -0
- /package/dist/weaveapi/{project → content}/index.d.ts +0 -0
- /package/dist/weaveapi/{project → content}/index.js +0 -0
- /package/dist/weaveapi/{provider → inference}/index.d.ts +0 -0
- /package/dist/weaveapi/{provider → inference}/index.js +0 -0
- /package/dist/weaveapi/{task → initialization}/index.d.ts +0 -0
- /package/dist/weaveapi/{task → initialization}/index.js +0 -0
|
@@ -1,247 +0,0 @@
|
|
|
1
|
-
import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
|
|
2
|
-
import { Task, TaskStatus } from "../../task/v1/task.pb";
|
|
3
|
-
import { Project, ProjectActivityEntry, ProjectShare, ProjectStatus } from "./project.pb";
|
|
4
|
-
export declare const protobufPackage = "weaveapi.project.v1";
|
|
5
|
-
export interface ListProjectsRequest {
|
|
6
|
-
organizationId: string;
|
|
7
|
-
pageSize: number;
|
|
8
|
-
pageToken: string;
|
|
9
|
-
statusFilter: ProjectStatus;
|
|
10
|
-
query: string;
|
|
11
|
-
}
|
|
12
|
-
export interface ListProjectsResponse {
|
|
13
|
-
projects: Project[];
|
|
14
|
-
nextPageToken: string;
|
|
15
|
-
}
|
|
16
|
-
export interface CreateProjectRequest {
|
|
17
|
-
organizationId: string;
|
|
18
|
-
slug: string;
|
|
19
|
-
name: string;
|
|
20
|
-
summary: string;
|
|
21
|
-
description: string;
|
|
22
|
-
status: ProjectStatus;
|
|
23
|
-
ownerUserId: string;
|
|
24
|
-
creatorUserId: string;
|
|
25
|
-
workspaceId: string;
|
|
26
|
-
gitRepository: string;
|
|
27
|
-
startDate: string;
|
|
28
|
-
targetDate: string;
|
|
29
|
-
sourceSystem: string;
|
|
30
|
-
sourceId: string;
|
|
31
|
-
sourceMetadata: {
|
|
32
|
-
[key: string]: any;
|
|
33
|
-
} | undefined;
|
|
34
|
-
}
|
|
35
|
-
export interface CreateProjectResponse {
|
|
36
|
-
project: Project | undefined;
|
|
37
|
-
}
|
|
38
|
-
export interface GetProjectRequest {
|
|
39
|
-
organizationId: string;
|
|
40
|
-
projectSlug: string;
|
|
41
|
-
}
|
|
42
|
-
export interface GetProjectResponse {
|
|
43
|
-
project: Project | undefined;
|
|
44
|
-
}
|
|
45
|
-
export interface UpdateProjectRequest {
|
|
46
|
-
organizationId: string;
|
|
47
|
-
projectSlug: string;
|
|
48
|
-
name: string;
|
|
49
|
-
summary: string;
|
|
50
|
-
description: string;
|
|
51
|
-
status: ProjectStatus;
|
|
52
|
-
workspaceId: string;
|
|
53
|
-
gitRepository: string;
|
|
54
|
-
startDate: string;
|
|
55
|
-
targetDate: string;
|
|
56
|
-
sourceSystem: string;
|
|
57
|
-
sourceId: string;
|
|
58
|
-
sourceMetadata: {
|
|
59
|
-
[key: string]: any;
|
|
60
|
-
} | undefined;
|
|
61
|
-
}
|
|
62
|
-
export interface UpdateProjectResponse {
|
|
63
|
-
project: Project | undefined;
|
|
64
|
-
}
|
|
65
|
-
export interface ListProjectActivityRequest {
|
|
66
|
-
organizationId: string;
|
|
67
|
-
projectSlug: string;
|
|
68
|
-
pageSize: number;
|
|
69
|
-
pageToken: string;
|
|
70
|
-
}
|
|
71
|
-
export interface ListProjectActivityResponse {
|
|
72
|
-
activity: ProjectActivityEntry[];
|
|
73
|
-
nextPageToken: string;
|
|
74
|
-
}
|
|
75
|
-
export interface ListProjectPermissionsRequest {
|
|
76
|
-
organizationId: string;
|
|
77
|
-
projectSlug: string;
|
|
78
|
-
}
|
|
79
|
-
export interface ListProjectPermissionsResponse {
|
|
80
|
-
sharedUsers: ProjectShare[];
|
|
81
|
-
sharedTeams: ProjectShare[];
|
|
82
|
-
}
|
|
83
|
-
export interface ListProjectTasksRequest {
|
|
84
|
-
organizationId: string;
|
|
85
|
-
projectSlug: string;
|
|
86
|
-
statusFilter: TaskStatus;
|
|
87
|
-
pageSize: number;
|
|
88
|
-
pageToken: string;
|
|
89
|
-
query: string;
|
|
90
|
-
}
|
|
91
|
-
export interface ListProjectTasksResponse {
|
|
92
|
-
tasks: Task[];
|
|
93
|
-
nextPageToken: string;
|
|
94
|
-
}
|
|
95
|
-
export declare const ListProjectsRequest: MessageFns<ListProjectsRequest>;
|
|
96
|
-
export declare const ListProjectsResponse: MessageFns<ListProjectsResponse>;
|
|
97
|
-
export declare const CreateProjectRequest: MessageFns<CreateProjectRequest>;
|
|
98
|
-
export declare const CreateProjectResponse: MessageFns<CreateProjectResponse>;
|
|
99
|
-
export declare const GetProjectRequest: MessageFns<GetProjectRequest>;
|
|
100
|
-
export declare const GetProjectResponse: MessageFns<GetProjectResponse>;
|
|
101
|
-
export declare const UpdateProjectRequest: MessageFns<UpdateProjectRequest>;
|
|
102
|
-
export declare const UpdateProjectResponse: MessageFns<UpdateProjectResponse>;
|
|
103
|
-
export declare const ListProjectActivityRequest: MessageFns<ListProjectActivityRequest>;
|
|
104
|
-
export declare const ListProjectActivityResponse: MessageFns<ListProjectActivityResponse>;
|
|
105
|
-
export declare const ListProjectPermissionsRequest: MessageFns<ListProjectPermissionsRequest>;
|
|
106
|
-
export declare const ListProjectPermissionsResponse: MessageFns<ListProjectPermissionsResponse>;
|
|
107
|
-
export declare const ListProjectTasksRequest: MessageFns<ListProjectTasksRequest>;
|
|
108
|
-
export declare const ListProjectTasksResponse: MessageFns<ListProjectTasksResponse>;
|
|
109
|
-
/** ProjectService provides the primary project API surface. */
|
|
110
|
-
export interface ProjectService {
|
|
111
|
-
ListProjects(request: ListProjectsRequest): Promise<ListProjectsResponse>;
|
|
112
|
-
CreateProject(request: CreateProjectRequest): Promise<CreateProjectResponse>;
|
|
113
|
-
GetProject(request: GetProjectRequest): Promise<GetProjectResponse>;
|
|
114
|
-
UpdateProject(request: UpdateProjectRequest): Promise<UpdateProjectResponse>;
|
|
115
|
-
ListProjectActivity(request: ListProjectActivityRequest): Promise<ListProjectActivityResponse>;
|
|
116
|
-
ListProjectPermissions(request: ListProjectPermissionsRequest): Promise<ListProjectPermissionsResponse>;
|
|
117
|
-
ListProjectTasks(request: ListProjectTasksRequest): Promise<ListProjectTasksResponse>;
|
|
118
|
-
}
|
|
119
|
-
export declare const ProjectServiceServiceName = "weaveapi.project.v1.ProjectService";
|
|
120
|
-
export declare class ProjectServiceClientImpl implements ProjectService {
|
|
121
|
-
private readonly rpc;
|
|
122
|
-
private readonly service;
|
|
123
|
-
constructor(rpc: Rpc, opts?: {
|
|
124
|
-
service?: string;
|
|
125
|
-
});
|
|
126
|
-
ListProjects(request: ListProjectsRequest): Promise<ListProjectsResponse>;
|
|
127
|
-
CreateProject(request: CreateProjectRequest): Promise<CreateProjectResponse>;
|
|
128
|
-
GetProject(request: GetProjectRequest): Promise<GetProjectResponse>;
|
|
129
|
-
UpdateProject(request: UpdateProjectRequest): Promise<UpdateProjectResponse>;
|
|
130
|
-
ListProjectActivity(request: ListProjectActivityRequest): Promise<ListProjectActivityResponse>;
|
|
131
|
-
ListProjectPermissions(request: ListProjectPermissionsRequest): Promise<ListProjectPermissionsResponse>;
|
|
132
|
-
ListProjectTasks(request: ListProjectTasksRequest): Promise<ListProjectTasksResponse>;
|
|
133
|
-
}
|
|
134
|
-
/** ProjectService provides the primary project API surface. */
|
|
135
|
-
export type ProjectServiceDefinition = typeof ProjectServiceDefinition;
|
|
136
|
-
export declare const ProjectServiceDefinition: {
|
|
137
|
-
readonly name: "ProjectService";
|
|
138
|
-
readonly fullName: "weaveapi.project.v1.ProjectService";
|
|
139
|
-
readonly methods: {
|
|
140
|
-
readonly listProjects: {
|
|
141
|
-
readonly name: "ListProjects";
|
|
142
|
-
readonly requestType: typeof ListProjectsRequest;
|
|
143
|
-
readonly requestStream: false;
|
|
144
|
-
readonly responseType: typeof ListProjectsResponse;
|
|
145
|
-
readonly responseStream: false;
|
|
146
|
-
readonly options: {
|
|
147
|
-
readonly _unknownFields: {
|
|
148
|
-
readonly 578365826: readonly [Uint8Array];
|
|
149
|
-
};
|
|
150
|
-
};
|
|
151
|
-
};
|
|
152
|
-
readonly createProject: {
|
|
153
|
-
readonly name: "CreateProject";
|
|
154
|
-
readonly requestType: typeof CreateProjectRequest;
|
|
155
|
-
readonly requestStream: false;
|
|
156
|
-
readonly responseType: typeof CreateProjectResponse;
|
|
157
|
-
readonly responseStream: false;
|
|
158
|
-
readonly options: {
|
|
159
|
-
readonly _unknownFields: {
|
|
160
|
-
readonly 578365826: readonly [Uint8Array];
|
|
161
|
-
};
|
|
162
|
-
};
|
|
163
|
-
};
|
|
164
|
-
readonly getProject: {
|
|
165
|
-
readonly name: "GetProject";
|
|
166
|
-
readonly requestType: typeof GetProjectRequest;
|
|
167
|
-
readonly requestStream: false;
|
|
168
|
-
readonly responseType: typeof GetProjectResponse;
|
|
169
|
-
readonly responseStream: false;
|
|
170
|
-
readonly options: {
|
|
171
|
-
readonly _unknownFields: {
|
|
172
|
-
readonly 578365826: readonly [Uint8Array];
|
|
173
|
-
};
|
|
174
|
-
};
|
|
175
|
-
};
|
|
176
|
-
readonly updateProject: {
|
|
177
|
-
readonly name: "UpdateProject";
|
|
178
|
-
readonly requestType: typeof UpdateProjectRequest;
|
|
179
|
-
readonly requestStream: false;
|
|
180
|
-
readonly responseType: typeof UpdateProjectResponse;
|
|
181
|
-
readonly responseStream: false;
|
|
182
|
-
readonly options: {
|
|
183
|
-
readonly _unknownFields: {
|
|
184
|
-
readonly 578365826: readonly [Uint8Array];
|
|
185
|
-
};
|
|
186
|
-
};
|
|
187
|
-
};
|
|
188
|
-
readonly listProjectActivity: {
|
|
189
|
-
readonly name: "ListProjectActivity";
|
|
190
|
-
readonly requestType: typeof ListProjectActivityRequest;
|
|
191
|
-
readonly requestStream: false;
|
|
192
|
-
readonly responseType: typeof ListProjectActivityResponse;
|
|
193
|
-
readonly responseStream: false;
|
|
194
|
-
readonly options: {
|
|
195
|
-
readonly _unknownFields: {
|
|
196
|
-
readonly 578365826: readonly [Uint8Array];
|
|
197
|
-
};
|
|
198
|
-
};
|
|
199
|
-
};
|
|
200
|
-
readonly listProjectPermissions: {
|
|
201
|
-
readonly name: "ListProjectPermissions";
|
|
202
|
-
readonly requestType: typeof ListProjectPermissionsRequest;
|
|
203
|
-
readonly requestStream: false;
|
|
204
|
-
readonly responseType: typeof ListProjectPermissionsResponse;
|
|
205
|
-
readonly responseStream: false;
|
|
206
|
-
readonly options: {
|
|
207
|
-
readonly _unknownFields: {
|
|
208
|
-
readonly 578365826: readonly [Uint8Array];
|
|
209
|
-
};
|
|
210
|
-
};
|
|
211
|
-
};
|
|
212
|
-
readonly listProjectTasks: {
|
|
213
|
-
readonly name: "ListProjectTasks";
|
|
214
|
-
readonly requestType: typeof ListProjectTasksRequest;
|
|
215
|
-
readonly requestStream: false;
|
|
216
|
-
readonly responseType: typeof ListProjectTasksResponse;
|
|
217
|
-
readonly responseStream: false;
|
|
218
|
-
readonly options: {
|
|
219
|
-
readonly _unknownFields: {
|
|
220
|
-
readonly 578365826: readonly [Uint8Array];
|
|
221
|
-
};
|
|
222
|
-
};
|
|
223
|
-
};
|
|
224
|
-
};
|
|
225
|
-
};
|
|
226
|
-
interface Rpc {
|
|
227
|
-
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
228
|
-
}
|
|
229
|
-
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
230
|
-
export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
231
|
-
[K in keyof T]?: DeepPartial<T[K]>;
|
|
232
|
-
} : Partial<T>;
|
|
233
|
-
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
234
|
-
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
235
|
-
[K in keyof P]: Exact<P[K], I[K]>;
|
|
236
|
-
} & {
|
|
237
|
-
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
238
|
-
};
|
|
239
|
-
export interface MessageFns<T> {
|
|
240
|
-
encode(message: T, writer?: BinaryWriter): BinaryWriter;
|
|
241
|
-
decode(input: BinaryReader | Uint8Array, length?: number): T;
|
|
242
|
-
fromJSON(object: any): T;
|
|
243
|
-
toJSON(message: T): unknown;
|
|
244
|
-
create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
|
|
245
|
-
fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
|
|
246
|
-
}
|
|
247
|
-
export {};
|