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,5 +1,93 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
|
|
2
2
|
export declare const protobufPackage = "weaveapi.organization.v1";
|
|
3
|
+
export interface ListOrganizationsRequest {
|
|
4
|
+
pageSize: number;
|
|
5
|
+
pageToken: string;
|
|
6
|
+
/**
|
|
7
|
+
* AIP-160 filter expression. Supported fields: id, slug, name, description,
|
|
8
|
+
* primary_color, timezone, location, has_logo, created_at, updated_at.
|
|
9
|
+
*/
|
|
10
|
+
filter: string;
|
|
11
|
+
}
|
|
12
|
+
export interface ListOrganizationsResponse {
|
|
13
|
+
organizations: Organization[];
|
|
14
|
+
nextPageToken: string;
|
|
15
|
+
}
|
|
16
|
+
export interface CreateOrganizationRequest {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
/** Hex RGB like "#22d3ee". Empty string means "use default". */
|
|
20
|
+
primaryColor: string;
|
|
21
|
+
/** IANA timezone. Empty string means "use default" (UTC). */
|
|
22
|
+
timezone: string;
|
|
23
|
+
location: string;
|
|
24
|
+
/** Optional organization logo bytes. Empty means no logo. */
|
|
25
|
+
logo: Uint8Array;
|
|
26
|
+
/** MIME type for logo bytes. Empty means no logo. */
|
|
27
|
+
logoContentType: string;
|
|
28
|
+
}
|
|
29
|
+
export interface CreateOrganizationResponse {
|
|
30
|
+
organization: Organization | undefined;
|
|
31
|
+
}
|
|
32
|
+
export interface GetOrganizationRequest {
|
|
33
|
+
/** Resource name in the form organizations/{slug}. */
|
|
34
|
+
name: string;
|
|
35
|
+
}
|
|
36
|
+
export interface GetOrganizationResponse {
|
|
37
|
+
organization: Organization | undefined;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* UpdateOrganizationRequest uses the "present optional" convention used
|
|
41
|
+
* elsewhere in weaveapi: an empty string leaves the field unchanged.
|
|
42
|
+
* To explicitly clear a field, send a single space then rely on server-side
|
|
43
|
+
* trimming rejecting it. For a boolean-style "clear", use the dedicated
|
|
44
|
+
* logo REST endpoint (there is no nullable string field to clear in this
|
|
45
|
+
* request).
|
|
46
|
+
*/
|
|
47
|
+
export interface UpdateOrganizationRequest {
|
|
48
|
+
/** the current slug (path param) */
|
|
49
|
+
slug: string;
|
|
50
|
+
/** optional; empty means unchanged */
|
|
51
|
+
newSlug: string;
|
|
52
|
+
/** optional; empty means unchanged */
|
|
53
|
+
name: string;
|
|
54
|
+
/** optional; empty means unchanged */
|
|
55
|
+
description: string;
|
|
56
|
+
/** optional; empty means unchanged */
|
|
57
|
+
primaryColor: string;
|
|
58
|
+
/** optional; empty means unchanged */
|
|
59
|
+
timezone: string;
|
|
60
|
+
/** optional; empty means unchanged */
|
|
61
|
+
location: string;
|
|
62
|
+
}
|
|
63
|
+
export interface UpdateOrganizationResponse {
|
|
64
|
+
organization: Organization | undefined;
|
|
65
|
+
}
|
|
66
|
+
export interface DeleteOrganizationRequest {
|
|
67
|
+
slug: string;
|
|
68
|
+
}
|
|
69
|
+
export interface DeleteOrganizationResponse {
|
|
70
|
+
deleted: boolean;
|
|
71
|
+
}
|
|
72
|
+
export interface GetOrganizationLogoRequest {
|
|
73
|
+
slug: string;
|
|
74
|
+
}
|
|
75
|
+
export interface GetOrganizationLogoResponse {
|
|
76
|
+
logo: Uint8Array;
|
|
77
|
+
logoContentType: string;
|
|
78
|
+
}
|
|
79
|
+
export interface PutOrganizationLogoRequest {
|
|
80
|
+
slug: string;
|
|
81
|
+
logo: Uint8Array;
|
|
82
|
+
logoContentType: string;
|
|
83
|
+
}
|
|
84
|
+
export interface PutOrganizationLogoResponse {
|
|
85
|
+
}
|
|
86
|
+
export interface DeleteOrganizationLogoRequest {
|
|
87
|
+
slug: string;
|
|
88
|
+
}
|
|
89
|
+
export interface DeleteOrganizationLogoResponse {
|
|
90
|
+
}
|
|
3
91
|
/**
|
|
4
92
|
* Organization is the top-level tenant in Weave. The slug is the URL-facing
|
|
5
93
|
* identifier; id is the stable FK target.
|
|
@@ -16,7 +104,160 @@ export interface Organization {
|
|
|
16
104
|
createdAt: Date | undefined;
|
|
17
105
|
updatedAt: Date | undefined;
|
|
18
106
|
}
|
|
107
|
+
export declare const ListOrganizationsRequest: MessageFns<ListOrganizationsRequest>;
|
|
108
|
+
export declare const ListOrganizationsResponse: MessageFns<ListOrganizationsResponse>;
|
|
109
|
+
export declare const CreateOrganizationRequest: MessageFns<CreateOrganizationRequest>;
|
|
110
|
+
export declare const CreateOrganizationResponse: MessageFns<CreateOrganizationResponse>;
|
|
111
|
+
export declare const GetOrganizationRequest: MessageFns<GetOrganizationRequest>;
|
|
112
|
+
export declare const GetOrganizationResponse: MessageFns<GetOrganizationResponse>;
|
|
113
|
+
export declare const UpdateOrganizationRequest: MessageFns<UpdateOrganizationRequest>;
|
|
114
|
+
export declare const UpdateOrganizationResponse: MessageFns<UpdateOrganizationResponse>;
|
|
115
|
+
export declare const DeleteOrganizationRequest: MessageFns<DeleteOrganizationRequest>;
|
|
116
|
+
export declare const DeleteOrganizationResponse: MessageFns<DeleteOrganizationResponse>;
|
|
117
|
+
export declare const GetOrganizationLogoRequest: MessageFns<GetOrganizationLogoRequest>;
|
|
118
|
+
export declare const GetOrganizationLogoResponse: MessageFns<GetOrganizationLogoResponse>;
|
|
119
|
+
export declare const PutOrganizationLogoRequest: MessageFns<PutOrganizationLogoRequest>;
|
|
120
|
+
export declare const PutOrganizationLogoResponse: MessageFns<PutOrganizationLogoResponse>;
|
|
121
|
+
export declare const DeleteOrganizationLogoRequest: MessageFns<DeleteOrganizationLogoRequest>;
|
|
122
|
+
export declare const DeleteOrganizationLogoResponse: MessageFns<DeleteOrganizationLogoResponse>;
|
|
19
123
|
export declare const Organization: MessageFns<Organization>;
|
|
124
|
+
export interface OrganizationService {
|
|
125
|
+
ListOrganizations(request: ListOrganizationsRequest): Promise<ListOrganizationsResponse>;
|
|
126
|
+
CreateOrganization(request: CreateOrganizationRequest): Promise<CreateOrganizationResponse>;
|
|
127
|
+
GetOrganization(request: GetOrganizationRequest): Promise<GetOrganizationResponse>;
|
|
128
|
+
UpdateOrganization(request: UpdateOrganizationRequest): Promise<UpdateOrganizationResponse>;
|
|
129
|
+
DeleteOrganization(request: DeleteOrganizationRequest): Promise<DeleteOrganizationResponse>;
|
|
130
|
+
GetOrganizationLogo(request: GetOrganizationLogoRequest): Promise<GetOrganizationLogoResponse>;
|
|
131
|
+
PutOrganizationLogo(request: PutOrganizationLogoRequest): Promise<PutOrganizationLogoResponse>;
|
|
132
|
+
DeleteOrganizationLogo(request: DeleteOrganizationLogoRequest): Promise<DeleteOrganizationLogoResponse>;
|
|
133
|
+
}
|
|
134
|
+
export declare const OrganizationServiceServiceName = "weaveapi.organization.v1.OrganizationService";
|
|
135
|
+
export declare class OrganizationServiceClientImpl implements OrganizationService {
|
|
136
|
+
private readonly rpc;
|
|
137
|
+
private readonly service;
|
|
138
|
+
constructor(rpc: Rpc, opts?: {
|
|
139
|
+
service?: string;
|
|
140
|
+
});
|
|
141
|
+
ListOrganizations(request: ListOrganizationsRequest): Promise<ListOrganizationsResponse>;
|
|
142
|
+
CreateOrganization(request: CreateOrganizationRequest): Promise<CreateOrganizationResponse>;
|
|
143
|
+
GetOrganization(request: GetOrganizationRequest): Promise<GetOrganizationResponse>;
|
|
144
|
+
UpdateOrganization(request: UpdateOrganizationRequest): Promise<UpdateOrganizationResponse>;
|
|
145
|
+
DeleteOrganization(request: DeleteOrganizationRequest): Promise<DeleteOrganizationResponse>;
|
|
146
|
+
GetOrganizationLogo(request: GetOrganizationLogoRequest): Promise<GetOrganizationLogoResponse>;
|
|
147
|
+
PutOrganizationLogo(request: PutOrganizationLogoRequest): Promise<PutOrganizationLogoResponse>;
|
|
148
|
+
DeleteOrganizationLogo(request: DeleteOrganizationLogoRequest): Promise<DeleteOrganizationLogoResponse>;
|
|
149
|
+
}
|
|
150
|
+
export type OrganizationServiceDefinition = typeof OrganizationServiceDefinition;
|
|
151
|
+
export declare const OrganizationServiceDefinition: {
|
|
152
|
+
readonly name: "OrganizationService";
|
|
153
|
+
readonly fullName: "weaveapi.organization.v1.OrganizationService";
|
|
154
|
+
readonly methods: {
|
|
155
|
+
readonly listOrganizations: {
|
|
156
|
+
readonly name: "ListOrganizations";
|
|
157
|
+
readonly requestType: typeof ListOrganizationsRequest;
|
|
158
|
+
readonly requestStream: false;
|
|
159
|
+
readonly responseType: typeof ListOrganizationsResponse;
|
|
160
|
+
readonly responseStream: false;
|
|
161
|
+
readonly options: {
|
|
162
|
+
readonly _unknownFields: {
|
|
163
|
+
readonly 408002: readonly [Uint8Array];
|
|
164
|
+
readonly 578365826: readonly [Uint8Array];
|
|
165
|
+
};
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
readonly createOrganization: {
|
|
169
|
+
readonly name: "CreateOrganization";
|
|
170
|
+
readonly requestType: typeof CreateOrganizationRequest;
|
|
171
|
+
readonly requestStream: false;
|
|
172
|
+
readonly responseType: typeof CreateOrganizationResponse;
|
|
173
|
+
readonly responseStream: false;
|
|
174
|
+
readonly options: {
|
|
175
|
+
readonly _unknownFields: {
|
|
176
|
+
readonly 408002: readonly [Uint8Array];
|
|
177
|
+
readonly 578365826: readonly [Uint8Array];
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
readonly getOrganization: {
|
|
182
|
+
readonly name: "GetOrganization";
|
|
183
|
+
readonly requestType: typeof GetOrganizationRequest;
|
|
184
|
+
readonly requestStream: false;
|
|
185
|
+
readonly responseType: typeof GetOrganizationResponse;
|
|
186
|
+
readonly responseStream: false;
|
|
187
|
+
readonly options: {
|
|
188
|
+
readonly _unknownFields: {
|
|
189
|
+
readonly 408002: readonly [Uint8Array];
|
|
190
|
+
readonly 578365826: readonly [Uint8Array];
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
readonly updateOrganization: {
|
|
195
|
+
readonly name: "UpdateOrganization";
|
|
196
|
+
readonly requestType: typeof UpdateOrganizationRequest;
|
|
197
|
+
readonly requestStream: false;
|
|
198
|
+
readonly responseType: typeof UpdateOrganizationResponse;
|
|
199
|
+
readonly responseStream: false;
|
|
200
|
+
readonly options: {
|
|
201
|
+
readonly _unknownFields: {
|
|
202
|
+
readonly 408002: readonly [Uint8Array];
|
|
203
|
+
readonly 578365826: readonly [Uint8Array];
|
|
204
|
+
};
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
readonly deleteOrganization: {
|
|
208
|
+
readonly name: "DeleteOrganization";
|
|
209
|
+
readonly requestType: typeof DeleteOrganizationRequest;
|
|
210
|
+
readonly requestStream: false;
|
|
211
|
+
readonly responseType: typeof DeleteOrganizationResponse;
|
|
212
|
+
readonly responseStream: false;
|
|
213
|
+
readonly options: {
|
|
214
|
+
readonly _unknownFields: {
|
|
215
|
+
readonly 408002: readonly [Uint8Array];
|
|
216
|
+
readonly 578365826: readonly [Uint8Array];
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
readonly getOrganizationLogo: {
|
|
221
|
+
readonly name: "GetOrganizationLogo";
|
|
222
|
+
readonly requestType: typeof GetOrganizationLogoRequest;
|
|
223
|
+
readonly requestStream: false;
|
|
224
|
+
readonly responseType: typeof GetOrganizationLogoResponse;
|
|
225
|
+
readonly responseStream: false;
|
|
226
|
+
readonly options: {
|
|
227
|
+
readonly _unknownFields: {
|
|
228
|
+
readonly 408002: readonly [Uint8Array];
|
|
229
|
+
};
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
readonly putOrganizationLogo: {
|
|
233
|
+
readonly name: "PutOrganizationLogo";
|
|
234
|
+
readonly requestType: typeof PutOrganizationLogoRequest;
|
|
235
|
+
readonly requestStream: false;
|
|
236
|
+
readonly responseType: typeof PutOrganizationLogoResponse;
|
|
237
|
+
readonly responseStream: false;
|
|
238
|
+
readonly options: {
|
|
239
|
+
readonly _unknownFields: {
|
|
240
|
+
readonly 408002: readonly [Uint8Array];
|
|
241
|
+
};
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
readonly deleteOrganizationLogo: {
|
|
245
|
+
readonly name: "DeleteOrganizationLogo";
|
|
246
|
+
readonly requestType: typeof DeleteOrganizationLogoRequest;
|
|
247
|
+
readonly requestStream: false;
|
|
248
|
+
readonly responseType: typeof DeleteOrganizationLogoResponse;
|
|
249
|
+
readonly responseStream: false;
|
|
250
|
+
readonly options: {
|
|
251
|
+
readonly _unknownFields: {
|
|
252
|
+
readonly 408002: readonly [Uint8Array];
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
};
|
|
258
|
+
interface Rpc {
|
|
259
|
+
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
260
|
+
}
|
|
20
261
|
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
21
262
|
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 {} ? {
|
|
22
263
|
[K in keyof T]?: DeepPartial<T[K]>;
|