@treeseed/treedx 0.2.43 → 0.3.0-rc.3
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/README.md +1 -1
- package/dist/treedx/adapters/{federation-internal.d.ts → federation/federation-internal.d.ts} +1 -1
- package/dist/treedx/adapters/{federation-internal.js → federation/federation-internal.js} +1 -1
- package/dist/treedx/adapters/{federation.d.ts → federation/federation.d.ts} +1 -1
- package/dist/treedx/adapters/{federation.js → federation/federation.js} +1 -1
- package/dist/treedx/adapters/{mirrors.d.ts → federation/mirrors.d.ts} +1 -1
- package/dist/treedx/adapters/{mirrors.js → federation/mirrors.js} +1 -1
- package/dist/treedx/adapters/{registry.d.ts → federation/registry.d.ts} +1 -1
- package/dist/treedx/adapters/{registry.js → federation/registry.js} +1 -1
- package/dist/treedx/adapters/{repositories.d.ts → federation/repositories.d.ts} +1 -1
- package/dist/treedx/adapters/{repositories.js → federation/repositories.js} +1 -1
- package/dist/treedx/adapters/{workspaces.d.ts → federation/workspaces.d.ts} +1 -1
- package/dist/treedx/adapters/{workspaces.js → federation/workspaces.js} +1 -1
- package/dist/treedx/adapters/{admin.d.ts → governance/admin.d.ts} +1 -1
- package/dist/treedx/adapters/{admin.js → governance/admin.js} +1 -1
- package/dist/treedx/adapters/{audit.d.ts → governance/audit.d.ts} +1 -1
- package/dist/treedx/adapters/{audit.js → governance/audit.js} +1 -1
- package/dist/treedx/adapters/{policy.d.ts → governance/policy.d.ts} +1 -1
- package/dist/treedx/adapters/{policy.js → governance/policy.js} +1 -1
- package/dist/treedx/adapters/index.d.ts +21 -21
- package/dist/treedx/adapters/index.js +21 -21
- package/dist/treedx/adapters/{context.d.ts → knowledge/context.d.ts} +1 -1
- package/dist/treedx/adapters/{context.js → knowledge/context.js} +1 -1
- package/dist/treedx/adapters/{graph.d.ts → knowledge/graph.d.ts} +1 -1
- package/dist/treedx/adapters/{graph.js → knowledge/graph.js} +1 -1
- package/dist/treedx/adapters/{query.d.ts → knowledge/query.d.ts} +1 -1
- package/dist/treedx/adapters/{query.js → knowledge/query.js} +1 -1
- package/dist/treedx/adapters/{search-index.d.ts → knowledge/search-index.d.ts} +1 -1
- package/dist/treedx/adapters/{search-index.js → knowledge/search-index.js} +1 -1
- package/dist/treedx/adapters/{common.d.ts → runtime/common.d.ts} +1 -1
- package/dist/treedx/adapters/{artifacts.d.ts → storage/artifacts.d.ts} +1 -1
- package/dist/treedx/adapters/{artifacts.js → storage/artifacts.js} +1 -1
- package/dist/treedx/adapters/{blobs.d.ts → storage/blobs.d.ts} +2 -2
- package/dist/treedx/adapters/{blobs.js → storage/blobs.js} +1 -1
- package/dist/treedx/adapters/{files.d.ts → storage/files.d.ts} +2 -1
- package/dist/treedx/adapters/{files.js → storage/files.js} +2 -1
- package/dist/treedx/adapters/{migrations.d.ts → storage/migrations.d.ts} +1 -1
- package/dist/treedx/adapters/{migrations.js → storage/migrations.js} +1 -1
- package/dist/treedx/adapters/{snapshots.d.ts → storage/snapshots.d.ts} +1 -1
- package/dist/treedx/adapters/{snapshots.js → storage/snapshots.js} +1 -1
- package/dist/treedx/client/TreeDxClient.d.ts +5 -0
- package/dist/treedx/client/TreeDxClient.js +13 -1
- package/dist/treedx/client/errors.d.ts +1 -0
- package/dist/treedx/client/errors.js +8 -0
- package/dist/treedx/client/transport.d.ts +1 -0
- package/dist/treedx/client/transport.js +28 -1
- package/dist/treedx/generated/openapi-types.d.ts +260 -1
- package/dist/treedx/generated/openapi-types.js +120 -114
- package/dist/treedx/index.d.ts +1 -0
- package/dist/treedx/index.js +1 -0
- package/dist/treedx/openapi/contract.d.ts +10 -0
- package/dist/treedx/openapi/contract.js +11 -0
- package/dist/treedx/openapi/index.d.ts +1 -0
- package/dist/treedx/openapi/index.js +1 -0
- package/dist/treedx/ports/{federation-internal-port.d.ts → federation/federation-internal-port.d.ts} +1 -1
- package/dist/treedx/ports/federation/federation-port.d.ts +2 -0
- package/dist/treedx/ports/federation/mirror-port.d.ts +2 -0
- package/dist/treedx/ports/federation/registry-port.d.ts +2 -0
- package/dist/treedx/ports/federation/repository-port.d.ts +2 -0
- package/dist/treedx/ports/federation/workspace-port.d.ts +2 -0
- package/dist/treedx/ports/governance/admin-port.d.ts +1 -0
- package/dist/treedx/ports/governance/audit-port.d.ts +1 -0
- package/dist/treedx/ports/governance/policy-port.d.ts +1 -0
- package/dist/treedx/ports/index.d.ts +21 -21
- package/dist/treedx/ports/index.js +21 -21
- package/dist/treedx/ports/knowledge/context-port.d.ts +2 -0
- package/dist/treedx/ports/knowledge/graph-port.d.ts +2 -0
- package/dist/treedx/ports/knowledge/query-port.d.ts +2 -0
- package/dist/treedx/ports/knowledge/search-index-port.d.ts +1 -0
- package/dist/treedx/ports/runtime/auth-provider.d.ts +1 -0
- package/dist/treedx/ports/runtime/exec-port.d.ts +2 -0
- package/dist/treedx/ports/{transport.d.ts → runtime/transport.d.ts} +1 -1
- package/dist/treedx/ports/storage/artifact-port.d.ts +2 -0
- package/dist/treedx/ports/storage/blob-port.d.ts +2 -0
- package/dist/treedx/ports/storage/file-port.d.ts +2 -0
- package/dist/treedx/ports/storage/migration-port.d.ts +2 -0
- package/dist/treedx/ports/storage/snapshot-port.d.ts +2 -0
- package/dist/treedx/types/index.d.ts +6 -0
- package/openapi-contract.json +10 -0
- package/openapi.yaml +6827 -0
- package/package.json +10 -2
- package/sdk-manifest.yaml +2 -2
- package/dist/treedx/ports/admin-port.d.ts +0 -1
- package/dist/treedx/ports/artifact-port.d.ts +0 -2
- package/dist/treedx/ports/audit-port.d.ts +0 -1
- package/dist/treedx/ports/auth-provider.d.ts +0 -1
- package/dist/treedx/ports/blob-port.d.ts +0 -2
- package/dist/treedx/ports/context-port.d.ts +0 -2
- package/dist/treedx/ports/exec-port.d.ts +0 -2
- package/dist/treedx/ports/federation-port.d.ts +0 -2
- package/dist/treedx/ports/file-port.d.ts +0 -2
- package/dist/treedx/ports/graph-port.d.ts +0 -2
- package/dist/treedx/ports/migration-port.d.ts +0 -2
- package/dist/treedx/ports/mirror-port.d.ts +0 -2
- package/dist/treedx/ports/policy-port.d.ts +0 -1
- package/dist/treedx/ports/query-port.d.ts +0 -2
- package/dist/treedx/ports/registry-port.d.ts +0 -2
- package/dist/treedx/ports/repository-port.d.ts +0 -2
- package/dist/treedx/ports/search-index-port.d.ts +0 -1
- package/dist/treedx/ports/snapshot-port.d.ts +0 -2
- package/dist/treedx/ports/workspace-port.d.ts +0 -2
- /package/dist/treedx/adapters/{common.js → runtime/common.js} +0 -0
- /package/dist/treedx/adapters/{exec.d.ts → runtime/exec.d.ts} +0 -0
- /package/dist/treedx/adapters/{exec.js → runtime/exec.js} +0 -0
- /package/dist/treedx/adapters/{observability.d.ts → runtime/observability.d.ts} +0 -0
- /package/dist/treedx/adapters/{observability.js → runtime/observability.js} +0 -0
- /package/dist/treedx/ports/{federation-internal-port.js → federation/federation-internal-port.js} +0 -0
- /package/dist/treedx/ports/{federation-port.js → federation/federation-port.js} +0 -0
- /package/dist/treedx/ports/{mirror-port.js → federation/mirror-port.js} +0 -0
- /package/dist/treedx/ports/{registry-port.js → federation/registry-port.js} +0 -0
- /package/dist/treedx/ports/{repository-port.js → federation/repository-port.js} +0 -0
- /package/dist/treedx/ports/{workspace-port.js → federation/workspace-port.js} +0 -0
- /package/dist/treedx/ports/{admin-port.js → governance/admin-port.js} +0 -0
- /package/dist/treedx/ports/{audit-port.js → governance/audit-port.js} +0 -0
- /package/dist/treedx/ports/{policy-port.js → governance/policy-port.js} +0 -0
- /package/dist/treedx/ports/{context-port.js → knowledge/context-port.js} +0 -0
- /package/dist/treedx/ports/{graph-port.js → knowledge/graph-port.js} +0 -0
- /package/dist/treedx/ports/{query-port.js → knowledge/query-port.js} +0 -0
- /package/dist/treedx/ports/{search-index-port.js → knowledge/search-index-port.js} +0 -0
- /package/dist/treedx/ports/{auth-provider.js → runtime/auth-provider.js} +0 -0
- /package/dist/treedx/ports/{exec-port.js → runtime/exec-port.js} +0 -0
- /package/dist/treedx/ports/{transport.js → runtime/transport.js} +0 -0
- /package/dist/treedx/ports/{artifact-port.js → storage/artifact-port.js} +0 -0
- /package/dist/treedx/ports/{blob-port.js → storage/blob-port.js} +0 -0
- /package/dist/treedx/ports/{file-port.js → storage/file-port.js} +0 -0
- /package/dist/treedx/ports/{migration-port.js → storage/migration-port.js} +0 -0
- /package/dist/treedx/ports/{snapshot-port.js → storage/snapshot-port.js} +0 -0
|
@@ -1,348 +1,607 @@
|
|
|
1
1
|
export type TreeDxOpenApiMethod = "GET" | "POST" | "PUT" | "PATCH" | "DELETE";
|
|
2
2
|
export interface TreeDxOpenApiOperation {
|
|
3
3
|
method: TreeDxOpenApiMethod;
|
|
4
|
+
operationId: string;
|
|
4
5
|
path: string;
|
|
6
|
+
requiredCapabilities: readonly string[];
|
|
5
7
|
}
|
|
6
8
|
export type TreeDxOpenApiPath = typeof TREEDX_OPENAPI_OPERATIONS[number]["path"];
|
|
9
|
+
export type TreeDxOpenApiOperationId = typeof TREEDX_OPENAPI_OPERATIONS[number]["operationId"];
|
|
7
10
|
export type TreeDxOpenApiOperationKey = `${TreeDxOpenApiMethod} ${TreeDxOpenApiPath}`;
|
|
8
|
-
export declare const TREEDX_OPENAPI_OPERATION_COUNT:
|
|
11
|
+
export declare const TREEDX_OPENAPI_OPERATION_COUNT: 119;
|
|
9
12
|
export declare const TREEDX_OPENAPI_OPERATIONS: readonly [{
|
|
10
13
|
readonly method: "DELETE";
|
|
14
|
+
readonly operationId: "deleteArtifact";
|
|
11
15
|
readonly path: "/api/v1/repos/{repo_id}/artifacts/{artifact_id}";
|
|
16
|
+
readonly requiredCapabilities: readonly ["policy:write"];
|
|
12
17
|
}, {
|
|
13
18
|
readonly method: "DELETE";
|
|
19
|
+
readonly operationId: "abortWorkspaceBlobUpload";
|
|
14
20
|
readonly path: "/api/v1/workspaces/{workspace_id}/blobs/uploads/{upload_id}";
|
|
21
|
+
readonly requiredCapabilities: readonly ["files:write"];
|
|
15
22
|
}, {
|
|
16
23
|
readonly method: "DELETE";
|
|
24
|
+
readonly operationId: "deleteWorkspaceFile";
|
|
17
25
|
readonly path: "/api/v1/workspaces/{workspace_id}/files";
|
|
26
|
+
readonly requiredCapabilities: readonly ["files:delete"];
|
|
18
27
|
}, {
|
|
19
28
|
readonly method: "GET";
|
|
29
|
+
readonly operationId: "getAdminDeepHealth";
|
|
20
30
|
readonly path: "/api/v1/admin/health/deep";
|
|
31
|
+
readonly requiredCapabilities: readonly ["policy:read"];
|
|
21
32
|
}, {
|
|
22
33
|
readonly method: "GET";
|
|
34
|
+
readonly operationId: "getAdminStorageHealth";
|
|
23
35
|
readonly path: "/api/v1/admin/storage/health";
|
|
36
|
+
readonly requiredCapabilities: readonly ["policy:read"];
|
|
24
37
|
}, {
|
|
25
38
|
readonly method: "GET";
|
|
39
|
+
readonly operationId: "listStorageMigrations";
|
|
26
40
|
readonly path: "/api/v1/admin/storage/migrations";
|
|
41
|
+
readonly requiredCapabilities: readonly ["policy:read"];
|
|
27
42
|
}, {
|
|
28
43
|
readonly method: "GET";
|
|
44
|
+
readonly operationId: "listQuarantinedWorkspaces";
|
|
29
45
|
readonly path: "/api/v1/admin/workspaces/quarantined";
|
|
46
|
+
readonly requiredCapabilities: readonly ["policy:read"];
|
|
30
47
|
}, {
|
|
31
48
|
readonly method: "GET";
|
|
49
|
+
readonly operationId: "listAuditEvents";
|
|
32
50
|
readonly path: "/api/v1/audit/events";
|
|
51
|
+
readonly requiredCapabilities: readonly ["audit:read"];
|
|
33
52
|
}, {
|
|
34
53
|
readonly method: "GET";
|
|
54
|
+
readonly operationId: "getAuthMode";
|
|
35
55
|
readonly path: "/api/v1/auth/mode";
|
|
56
|
+
readonly requiredCapabilities: readonly [];
|
|
36
57
|
}, {
|
|
37
58
|
readonly method: "GET";
|
|
59
|
+
readonly operationId: "getWhoami";
|
|
38
60
|
readonly path: "/api/v1/auth/whoami";
|
|
61
|
+
readonly requiredCapabilities: readonly [];
|
|
39
62
|
}, {
|
|
40
63
|
readonly method: "GET";
|
|
64
|
+
readonly operationId: "getFederationCatalog";
|
|
41
65
|
readonly path: "/api/v1/federation/catalog";
|
|
66
|
+
readonly requiredCapabilities: readonly [];
|
|
42
67
|
}, {
|
|
43
68
|
readonly method: "GET";
|
|
69
|
+
readonly operationId: "listFederationPeers";
|
|
44
70
|
readonly path: "/api/v1/federation/peers";
|
|
71
|
+
readonly requiredCapabilities: readonly ["federation:read"];
|
|
45
72
|
}, {
|
|
46
73
|
readonly method: "GET";
|
|
74
|
+
readonly operationId: "getFederationPeer";
|
|
47
75
|
readonly path: "/api/v1/federation/peers/{node_id}";
|
|
76
|
+
readonly requiredCapabilities: readonly ["federation:read"];
|
|
48
77
|
}, {
|
|
49
78
|
readonly method: "GET";
|
|
79
|
+
readonly operationId: "listFederationRoutes";
|
|
50
80
|
readonly path: "/api/v1/federation/routes";
|
|
81
|
+
readonly requiredCapabilities: readonly ["federation:read"];
|
|
51
82
|
}, {
|
|
52
83
|
readonly method: "GET";
|
|
84
|
+
readonly operationId: "getHealth";
|
|
53
85
|
readonly path: "/api/v1/health";
|
|
86
|
+
readonly requiredCapabilities: readonly [];
|
|
54
87
|
}, {
|
|
55
88
|
readonly method: "GET";
|
|
89
|
+
readonly operationId: "getDeepHealth";
|
|
56
90
|
readonly path: "/api/v1/health/deep";
|
|
91
|
+
readonly requiredCapabilities: readonly [];
|
|
57
92
|
}, {
|
|
58
93
|
readonly method: "GET";
|
|
94
|
+
readonly operationId: "getInternalFederationHealth";
|
|
59
95
|
readonly path: "/api/v1/internal/federation/health";
|
|
96
|
+
readonly requiredCapabilities: readonly [];
|
|
60
97
|
}, {
|
|
61
98
|
readonly method: "GET";
|
|
99
|
+
readonly operationId: "getMetrics";
|
|
62
100
|
readonly path: "/api/v1/metrics";
|
|
101
|
+
readonly requiredCapabilities: readonly [];
|
|
63
102
|
}, {
|
|
64
103
|
readonly method: "GET";
|
|
104
|
+
readonly operationId: "getLocalNode";
|
|
65
105
|
readonly path: "/api/v1/node";
|
|
106
|
+
readonly requiredCapabilities: readonly ["registry:read"];
|
|
66
107
|
}, {
|
|
67
108
|
readonly method: "GET";
|
|
109
|
+
readonly operationId: "listCapabilities";
|
|
68
110
|
readonly path: "/api/v1/policy/capabilities";
|
|
111
|
+
readonly requiredCapabilities: readonly ["policy:read"];
|
|
69
112
|
}, {
|
|
70
113
|
readonly method: "GET";
|
|
114
|
+
readonly operationId: "getEffectiveScope";
|
|
71
115
|
readonly path: "/api/v1/policy/effective-scope";
|
|
116
|
+
readonly requiredCapabilities: readonly ["policy:read"];
|
|
72
117
|
}, {
|
|
73
118
|
readonly method: "GET";
|
|
119
|
+
readonly operationId: "listCapabilityGrants";
|
|
74
120
|
readonly path: "/api/v1/policy/grants";
|
|
121
|
+
readonly requiredCapabilities: readonly ["policy:read"];
|
|
75
122
|
}, {
|
|
76
123
|
readonly method: "GET";
|
|
124
|
+
readonly operationId: "getReadiness";
|
|
77
125
|
readonly path: "/api/v1/ready";
|
|
126
|
+
readonly requiredCapabilities: readonly [];
|
|
78
127
|
}, {
|
|
79
128
|
readonly method: "GET";
|
|
129
|
+
readonly operationId: "listRegistryNodes";
|
|
80
130
|
readonly path: "/api/v1/registry/nodes";
|
|
131
|
+
readonly requiredCapabilities: readonly ["registry:read"];
|
|
81
132
|
}, {
|
|
82
133
|
readonly method: "GET";
|
|
134
|
+
readonly operationId: "getRepositoryPlacement";
|
|
83
135
|
readonly path: "/api/v1/registry/repos/{repo_id}/placement";
|
|
136
|
+
readonly requiredCapabilities: readonly ["registry:read"];
|
|
84
137
|
}, {
|
|
85
138
|
readonly method: "GET";
|
|
139
|
+
readonly operationId: "listRepositories";
|
|
86
140
|
readonly path: "/api/v1/repos";
|
|
141
|
+
readonly requiredCapabilities: readonly ["repos:read"];
|
|
87
142
|
}, {
|
|
88
143
|
readonly method: "GET";
|
|
144
|
+
readonly operationId: "getRepository";
|
|
89
145
|
readonly path: "/api/v1/repos/{repo_id}";
|
|
146
|
+
readonly requiredCapabilities: readonly ["repos:read"];
|
|
90
147
|
}, {
|
|
91
148
|
readonly method: "GET";
|
|
149
|
+
readonly operationId: "listArtifacts";
|
|
92
150
|
readonly path: "/api/v1/repos/{repo_id}/artifacts";
|
|
151
|
+
readonly requiredCapabilities: readonly ["files:read"];
|
|
93
152
|
}, {
|
|
94
153
|
readonly method: "GET";
|
|
154
|
+
readonly operationId: "getArtifact";
|
|
95
155
|
readonly path: "/api/v1/repos/{repo_id}/artifacts/{artifact_id}";
|
|
156
|
+
readonly requiredCapabilities: readonly ["files:read"];
|
|
96
157
|
}, {
|
|
97
158
|
readonly method: "GET";
|
|
159
|
+
readonly operationId: "getGraphNode";
|
|
98
160
|
readonly path: "/api/v1/repos/{repo_id}/graph/nodes/{node_id}";
|
|
161
|
+
readonly requiredCapabilities: readonly ["graph:query"];
|
|
99
162
|
}, {
|
|
100
163
|
readonly method: "GET";
|
|
164
|
+
readonly operationId: "getGraphRefreshJob";
|
|
101
165
|
readonly path: "/api/v1/repos/{repo_id}/graph/refresh-jobs/{job_id}";
|
|
166
|
+
readonly requiredCapabilities: readonly ["graph:query"];
|
|
102
167
|
}, {
|
|
103
168
|
readonly method: "GET";
|
|
169
|
+
readonly operationId: "getMigration";
|
|
104
170
|
readonly path: "/api/v1/repos/{repo_id}/migrations/{migration_id}";
|
|
171
|
+
readonly requiredCapabilities: readonly ["migration:read"];
|
|
105
172
|
}, {
|
|
106
173
|
readonly method: "GET";
|
|
174
|
+
readonly operationId: "listMirrors";
|
|
107
175
|
readonly path: "/api/v1/repos/{repo_id}/mirrors";
|
|
176
|
+
readonly requiredCapabilities: readonly ["mirror:read"];
|
|
108
177
|
}, {
|
|
109
178
|
readonly method: "GET";
|
|
179
|
+
readonly operationId: "listRepositoryRefs";
|
|
110
180
|
readonly path: "/api/v1/repos/{repo_id}/refs";
|
|
181
|
+
readonly requiredCapabilities: readonly ["git:read"];
|
|
111
182
|
}, {
|
|
112
183
|
readonly method: "GET";
|
|
184
|
+
readonly operationId: "listRepositoryRemotes";
|
|
113
185
|
readonly path: "/api/v1/repos/{repo_id}/remotes";
|
|
186
|
+
readonly requiredCapabilities: readonly ["remotes:read"];
|
|
114
187
|
}, {
|
|
115
188
|
readonly method: "GET";
|
|
189
|
+
readonly operationId: "getSearchIndexStatus";
|
|
116
190
|
readonly path: "/api/v1/repos/{repo_id}/search/index/status";
|
|
191
|
+
readonly requiredCapabilities: readonly ["files:search"];
|
|
117
192
|
}, {
|
|
118
193
|
readonly method: "GET";
|
|
194
|
+
readonly operationId: "getSnapshot";
|
|
119
195
|
readonly path: "/api/v1/repos/{repo_id}/snapshots/{snapshot_id}";
|
|
196
|
+
readonly requiredCapabilities: readonly ["snapshot:build"];
|
|
120
197
|
}, {
|
|
121
198
|
readonly method: "GET";
|
|
199
|
+
readonly operationId: "getRepositoryStatus";
|
|
122
200
|
readonly path: "/api/v1/repos/{repo_id}/status";
|
|
201
|
+
readonly requiredCapabilities: readonly ["repos:read"];
|
|
123
202
|
}, {
|
|
124
203
|
readonly method: "GET";
|
|
204
|
+
readonly operationId: "getVersion";
|
|
125
205
|
readonly path: "/api/v1/version";
|
|
206
|
+
readonly requiredCapabilities: readonly [];
|
|
126
207
|
}, {
|
|
127
208
|
readonly method: "GET";
|
|
209
|
+
readonly operationId: "getWorkspace";
|
|
128
210
|
readonly path: "/api/v1/workspaces/{workspace_id}";
|
|
211
|
+
readonly requiredCapabilities: readonly ["workspace:same_actor"];
|
|
129
212
|
}, {
|
|
130
213
|
readonly method: "GET";
|
|
214
|
+
readonly operationId: "downloadWorkspaceBlob";
|
|
131
215
|
readonly path: "/api/v1/workspaces/{workspace_id}/blobs/download";
|
|
216
|
+
readonly requiredCapabilities: readonly ["files:read"];
|
|
132
217
|
}, {
|
|
133
218
|
readonly method: "GET";
|
|
219
|
+
readonly operationId: "getWorkspaceDiff";
|
|
134
220
|
readonly path: "/api/v1/workspaces/{workspace_id}/diff";
|
|
221
|
+
readonly requiredCapabilities: readonly ["git:diff"];
|
|
135
222
|
}, {
|
|
136
223
|
readonly method: "GET";
|
|
224
|
+
readonly operationId: "readWorkspaceFile";
|
|
137
225
|
readonly path: "/api/v1/workspaces/{workspace_id}/files";
|
|
226
|
+
readonly requiredCapabilities: readonly ["files:read"];
|
|
138
227
|
}, {
|
|
139
228
|
readonly method: "GET";
|
|
229
|
+
readonly operationId: "getWorkspaceStatus";
|
|
140
230
|
readonly path: "/api/v1/workspaces/{workspace_id}/status";
|
|
231
|
+
readonly requiredCapabilities: readonly ["files:read"];
|
|
141
232
|
}, {
|
|
142
233
|
readonly method: "GET";
|
|
234
|
+
readonly operationId: "listWorkspaceTree";
|
|
143
235
|
readonly path: "/api/v1/workspaces/{workspace_id}/tree";
|
|
236
|
+
readonly requiredCapabilities: readonly ["files:read"];
|
|
144
237
|
}, {
|
|
145
238
|
readonly method: "PATCH";
|
|
239
|
+
readonly operationId: "patchWorkspaceFile";
|
|
146
240
|
readonly path: "/api/v1/workspaces/{workspace_id}/files";
|
|
241
|
+
readonly requiredCapabilities: readonly ["files:write"];
|
|
147
242
|
}, {
|
|
148
243
|
readonly method: "POST";
|
|
244
|
+
readonly operationId: "cleanupArtifacts";
|
|
149
245
|
readonly path: "/api/v1/admin/artifacts/cleanup";
|
|
246
|
+
readonly requiredCapabilities: readonly ["policy:write"];
|
|
150
247
|
}, {
|
|
151
248
|
readonly method: "POST";
|
|
249
|
+
readonly operationId: "importLocalRepository";
|
|
152
250
|
readonly path: "/api/v1/admin/repos/import-local";
|
|
251
|
+
readonly requiredCapabilities: readonly ["repos:write"];
|
|
153
252
|
}, {
|
|
154
253
|
readonly method: "POST";
|
|
254
|
+
readonly operationId: "backupAdminStorage";
|
|
155
255
|
readonly path: "/api/v1/admin/storage/backup";
|
|
256
|
+
readonly requiredCapabilities: readonly ["policy:read"];
|
|
156
257
|
}, {
|
|
157
258
|
readonly method: "POST";
|
|
259
|
+
readonly operationId: "checkAdminStorage";
|
|
158
260
|
readonly path: "/api/v1/admin/storage/check";
|
|
261
|
+
readonly requiredCapabilities: readonly ["policy:read"];
|
|
159
262
|
}, {
|
|
160
263
|
readonly method: "POST";
|
|
264
|
+
readonly operationId: "compactAdminStorage";
|
|
161
265
|
readonly path: "/api/v1/admin/storage/compact";
|
|
266
|
+
readonly requiredCapabilities: readonly ["policy:write"];
|
|
162
267
|
}, {
|
|
163
268
|
readonly method: "POST";
|
|
269
|
+
readonly operationId: "applyStorageMigration";
|
|
164
270
|
readonly path: "/api/v1/admin/storage/migrations/apply";
|
|
271
|
+
readonly requiredCapabilities: readonly ["policy:write"];
|
|
165
272
|
}, {
|
|
166
273
|
readonly method: "POST";
|
|
274
|
+
readonly operationId: "planStorageMigration";
|
|
167
275
|
readonly path: "/api/v1/admin/storage/migrations/plan";
|
|
276
|
+
readonly requiredCapabilities: readonly ["policy:read"];
|
|
168
277
|
}, {
|
|
169
278
|
readonly method: "POST";
|
|
279
|
+
readonly operationId: "rollbackStorageMigration";
|
|
170
280
|
readonly path: "/api/v1/admin/storage/migrations/rollback";
|
|
281
|
+
readonly requiredCapabilities: readonly ["policy:write"];
|
|
171
282
|
}, {
|
|
172
283
|
readonly method: "POST";
|
|
284
|
+
readonly operationId: "recoverAdminStorage";
|
|
173
285
|
readonly path: "/api/v1/admin/storage/recover";
|
|
286
|
+
readonly requiredCapabilities: readonly ["policy:write"];
|
|
174
287
|
}, {
|
|
175
288
|
readonly method: "POST";
|
|
289
|
+
readonly operationId: "restoreStorage";
|
|
176
290
|
readonly path: "/api/v1/admin/storage/restore";
|
|
291
|
+
readonly requiredCapabilities: readonly ["policy:write"];
|
|
177
292
|
}, {
|
|
178
293
|
readonly method: "POST";
|
|
294
|
+
readonly operationId: "verifyStorageRestore";
|
|
179
295
|
readonly path: "/api/v1/admin/storage/restore/verify";
|
|
296
|
+
readonly requiredCapabilities: readonly ["policy:read"];
|
|
180
297
|
}, {
|
|
181
298
|
readonly method: "POST";
|
|
299
|
+
readonly operationId: "createDevToken";
|
|
182
300
|
readonly path: "/api/v1/auth/dev-token";
|
|
301
|
+
readonly requiredCapabilities: readonly [];
|
|
183
302
|
}, {
|
|
184
303
|
readonly method: "POST";
|
|
304
|
+
readonly operationId: "federatedContextBuild";
|
|
185
305
|
readonly path: "/api/v1/context/build";
|
|
306
|
+
readonly requiredCapabilities: readonly ["graph:query", "query:federated"];
|
|
186
307
|
}, {
|
|
187
308
|
readonly method: "POST";
|
|
309
|
+
readonly operationId: "pushFederationCatalog";
|
|
188
310
|
readonly path: "/api/v1/federation/catalog/push";
|
|
311
|
+
readonly requiredCapabilities: readonly ["federation:sync"];
|
|
189
312
|
}, {
|
|
190
313
|
readonly method: "POST";
|
|
314
|
+
readonly operationId: "syncFederationCatalog";
|
|
191
315
|
readonly path: "/api/v1/federation/catalog/sync";
|
|
316
|
+
readonly requiredCapabilities: readonly ["federation:sync"];
|
|
192
317
|
}, {
|
|
193
318
|
readonly method: "POST";
|
|
319
|
+
readonly operationId: "registerFederationNode";
|
|
194
320
|
readonly path: "/api/v1/federation/nodes/register";
|
|
321
|
+
readonly requiredCapabilities: readonly ["federation:write"];
|
|
195
322
|
}, {
|
|
196
323
|
readonly method: "POST";
|
|
324
|
+
readonly operationId: "revokeFederationPeer";
|
|
197
325
|
readonly path: "/api/v1/federation/peers/{node_id}/revoke";
|
|
326
|
+
readonly requiredCapabilities: readonly ["federation:trust"];
|
|
198
327
|
}, {
|
|
199
328
|
readonly method: "POST";
|
|
329
|
+
readonly operationId: "trustFederationPeer";
|
|
200
330
|
readonly path: "/api/v1/federation/peers/{node_id}/trust";
|
|
331
|
+
readonly requiredCapabilities: readonly ["federation:trust"];
|
|
201
332
|
}, {
|
|
202
333
|
readonly method: "POST";
|
|
334
|
+
readonly operationId: "planFederationQuery";
|
|
203
335
|
readonly path: "/api/v1/federation/query/plan";
|
|
336
|
+
readonly requiredCapabilities: readonly ["query:federated"];
|
|
204
337
|
}, {
|
|
205
338
|
readonly method: "POST";
|
|
339
|
+
readonly operationId: "federatedGraphQuery";
|
|
206
340
|
readonly path: "/api/v1/graph/query";
|
|
341
|
+
readonly requiredCapabilities: readonly ["graph:query", "query:federated"];
|
|
207
342
|
}, {
|
|
208
343
|
readonly method: "POST";
|
|
344
|
+
readonly operationId: "proxyInternalFederationRequest";
|
|
209
345
|
readonly path: "/api/v1/internal/federation/proxy";
|
|
346
|
+
readonly requiredCapabilities: readonly ["federation:sync"];
|
|
210
347
|
}, {
|
|
211
348
|
readonly method: "POST";
|
|
349
|
+
readonly operationId: "exportInternalFederationMirror";
|
|
212
350
|
readonly path: "/api/v1/internal/federation/repos/{repo_id}/mirror/export";
|
|
351
|
+
readonly requiredCapabilities: readonly ["federation:sync"];
|
|
213
352
|
}, {
|
|
214
353
|
readonly method: "POST";
|
|
354
|
+
readonly operationId: "importInternalFederationMirror";
|
|
215
355
|
readonly path: "/api/v1/internal/federation/repos/{repo_id}/mirror/import";
|
|
356
|
+
readonly requiredCapabilities: readonly ["federation:sync"];
|
|
216
357
|
}, {
|
|
217
358
|
readonly method: "POST";
|
|
359
|
+
readonly operationId: "putCapabilityGrant";
|
|
218
360
|
readonly path: "/api/v1/policy/grants";
|
|
361
|
+
readonly requiredCapabilities: readonly ["policy:write"];
|
|
219
362
|
}, {
|
|
220
363
|
readonly method: "POST";
|
|
364
|
+
readonly operationId: "refreshPolicy";
|
|
221
365
|
readonly path: "/api/v1/policy/refresh";
|
|
366
|
+
readonly requiredCapabilities: readonly ["policy:write"];
|
|
222
367
|
}, {
|
|
223
368
|
readonly method: "POST";
|
|
369
|
+
readonly operationId: "federatedQuery";
|
|
224
370
|
readonly path: "/api/v1/query";
|
|
371
|
+
readonly requiredCapabilities: readonly ["query:federated"];
|
|
225
372
|
}, {
|
|
226
373
|
readonly method: "POST";
|
|
374
|
+
readonly operationId: "putRepositoryPlacement";
|
|
227
375
|
readonly path: "/api/v1/registry/repos/{repo_id}/placement";
|
|
376
|
+
readonly requiredCapabilities: readonly ["registry:write"];
|
|
228
377
|
}, {
|
|
229
378
|
readonly method: "POST";
|
|
379
|
+
readonly operationId: "createRepository";
|
|
230
380
|
readonly path: "/api/v1/repos";
|
|
381
|
+
readonly requiredCapabilities: readonly ["repos:write"];
|
|
231
382
|
}, {
|
|
232
383
|
readonly method: "POST";
|
|
384
|
+
readonly operationId: "exportArtifact";
|
|
233
385
|
readonly path: "/api/v1/repos/{repo_id}/artifacts/export";
|
|
386
|
+
readonly requiredCapabilities: readonly ["artifact:export"];
|
|
234
387
|
}, {
|
|
235
388
|
readonly method: "POST";
|
|
389
|
+
readonly operationId: "readRepositoryBlob";
|
|
236
390
|
readonly path: "/api/v1/repos/{repo_id}/blobs/read";
|
|
391
|
+
readonly requiredCapabilities: readonly ["files:read"];
|
|
237
392
|
}, {
|
|
238
393
|
readonly method: "POST";
|
|
394
|
+
readonly operationId: "buildContext";
|
|
239
395
|
readonly path: "/api/v1/repos/{repo_id}/context/build";
|
|
396
|
+
readonly requiredCapabilities: readonly ["graph:query"];
|
|
240
397
|
}, {
|
|
241
398
|
readonly method: "POST";
|
|
399
|
+
readonly operationId: "parseContextQuery";
|
|
242
400
|
readonly path: "/api/v1/repos/{repo_id}/context/parse-ctx";
|
|
401
|
+
readonly requiredCapabilities: readonly ["graph:query"];
|
|
243
402
|
}, {
|
|
244
403
|
readonly method: "POST";
|
|
404
|
+
readonly operationId: "readRepositoryFile";
|
|
245
405
|
readonly path: "/api/v1/repos/{repo_id}/files/read";
|
|
406
|
+
readonly requiredCapabilities: readonly ["files:read"];
|
|
246
407
|
}, {
|
|
247
408
|
readonly method: "POST";
|
|
409
|
+
readonly operationId: "searchRepositoryFiles";
|
|
248
410
|
readonly path: "/api/v1/repos/{repo_id}/files/search";
|
|
411
|
+
readonly requiredCapabilities: readonly ["files:search"];
|
|
249
412
|
}, {
|
|
250
413
|
readonly method: "POST";
|
|
414
|
+
readonly operationId: "queryRepositoryGraph";
|
|
251
415
|
readonly path: "/api/v1/repos/{repo_id}/graph/query";
|
|
416
|
+
readonly requiredCapabilities: readonly ["graph:query"];
|
|
252
417
|
}, {
|
|
253
418
|
readonly method: "POST";
|
|
419
|
+
readonly operationId: "refreshRepositoryGraph";
|
|
254
420
|
readonly path: "/api/v1/repos/{repo_id}/graph/refresh";
|
|
421
|
+
readonly requiredCapabilities: readonly ["graph:refresh"];
|
|
255
422
|
}, {
|
|
256
423
|
readonly method: "POST";
|
|
424
|
+
readonly operationId: "getRelatedGraphNodes";
|
|
257
425
|
readonly path: "/api/v1/repos/{repo_id}/graph/related";
|
|
426
|
+
readonly requiredCapabilities: readonly ["graph:query"];
|
|
258
427
|
}, {
|
|
259
428
|
readonly method: "POST";
|
|
429
|
+
readonly operationId: "searchGraphEntities";
|
|
260
430
|
readonly path: "/api/v1/repos/{repo_id}/graph/search-entities";
|
|
431
|
+
readonly requiredCapabilities: readonly ["graph:query"];
|
|
261
432
|
}, {
|
|
262
433
|
readonly method: "POST";
|
|
434
|
+
readonly operationId: "searchGraphFiles";
|
|
263
435
|
readonly path: "/api/v1/repos/{repo_id}/graph/search-files";
|
|
436
|
+
readonly requiredCapabilities: readonly ["graph:query"];
|
|
264
437
|
}, {
|
|
265
438
|
readonly method: "POST";
|
|
439
|
+
readonly operationId: "searchGraphSections";
|
|
266
440
|
readonly path: "/api/v1/repos/{repo_id}/graph/search-sections";
|
|
441
|
+
readonly requiredCapabilities: readonly ["graph:query"];
|
|
267
442
|
}, {
|
|
268
443
|
readonly method: "POST";
|
|
444
|
+
readonly operationId: "getGraphSubgraph";
|
|
269
445
|
readonly path: "/api/v1/repos/{repo_id}/graph/subgraph";
|
|
446
|
+
readonly requiredCapabilities: readonly ["graph:query"];
|
|
270
447
|
}, {
|
|
271
448
|
readonly method: "POST";
|
|
449
|
+
readonly operationId: "createMigration";
|
|
272
450
|
readonly path: "/api/v1/repos/{repo_id}/migrations";
|
|
451
|
+
readonly requiredCapabilities: readonly ["migration:write"];
|
|
273
452
|
}, {
|
|
274
453
|
readonly method: "POST";
|
|
454
|
+
readonly operationId: "putMirror";
|
|
275
455
|
readonly path: "/api/v1/repos/{repo_id}/mirrors";
|
|
456
|
+
readonly requiredCapabilities: readonly ["mirror:write"];
|
|
276
457
|
}, {
|
|
277
458
|
readonly method: "POST";
|
|
459
|
+
readonly operationId: "checkMirrorHealth";
|
|
278
460
|
readonly path: "/api/v1/repos/{repo_id}/mirrors/{mirror_id}/health";
|
|
461
|
+
readonly requiredCapabilities: readonly ["mirror:read", "registry:read"];
|
|
279
462
|
}, {
|
|
280
463
|
readonly method: "POST";
|
|
464
|
+
readonly operationId: "promoteMirror";
|
|
281
465
|
readonly path: "/api/v1/repos/{repo_id}/mirrors/{mirror_id}/promote";
|
|
466
|
+
readonly requiredCapabilities: readonly ["migration:read", "migration:write"];
|
|
282
467
|
}, {
|
|
283
468
|
readonly method: "POST";
|
|
469
|
+
readonly operationId: "syncMirror";
|
|
284
470
|
readonly path: "/api/v1/repos/{repo_id}/mirrors/{mirror_id}/sync";
|
|
471
|
+
readonly requiredCapabilities: readonly ["git:fetch", "mirror:write"];
|
|
285
472
|
}, {
|
|
286
473
|
readonly method: "POST";
|
|
474
|
+
readonly operationId: "listRepositoryPaths";
|
|
287
475
|
readonly path: "/api/v1/repos/{repo_id}/paths/list";
|
|
476
|
+
readonly requiredCapabilities: readonly ["files:read"];
|
|
288
477
|
}, {
|
|
289
478
|
readonly method: "POST";
|
|
479
|
+
readonly operationId: "pushRepository";
|
|
290
480
|
readonly path: "/api/v1/repos/{repo_id}/push";
|
|
481
|
+
readonly requiredCapabilities: readonly ["git:push"];
|
|
291
482
|
}, {
|
|
292
483
|
readonly method: "POST";
|
|
484
|
+
readonly operationId: "queryRepository";
|
|
293
485
|
readonly path: "/api/v1/repos/{repo_id}/query";
|
|
486
|
+
readonly requiredCapabilities: readonly ["files:search"];
|
|
294
487
|
}, {
|
|
295
488
|
readonly method: "POST";
|
|
489
|
+
readonly operationId: "discardOrphanRepositoryRef";
|
|
490
|
+
readonly path: "/api/v1/repos/{repo_id}/refs/discard-orphan";
|
|
491
|
+
readonly requiredCapabilities: readonly ["git:push", "policy:write"];
|
|
492
|
+
}, {
|
|
493
|
+
readonly method: "POST";
|
|
494
|
+
readonly operationId: "promoteRepositoryRef";
|
|
495
|
+
readonly path: "/api/v1/repos/{repo_id}/refs/promote";
|
|
496
|
+
readonly requiredCapabilities: readonly ["git:push"];
|
|
497
|
+
}, {
|
|
498
|
+
readonly method: "POST";
|
|
499
|
+
readonly operationId: "retireRepositoryRef";
|
|
500
|
+
readonly path: "/api/v1/repos/{repo_id}/refs/retire";
|
|
501
|
+
readonly requiredCapabilities: readonly ["git:push"];
|
|
502
|
+
}, {
|
|
503
|
+
readonly method: "POST";
|
|
504
|
+
readonly operationId: "compactSearchIndex";
|
|
296
505
|
readonly path: "/api/v1/repos/{repo_id}/search/index/compact";
|
|
506
|
+
readonly requiredCapabilities: readonly ["policy:write"];
|
|
297
507
|
}, {
|
|
298
508
|
readonly method: "POST";
|
|
509
|
+
readonly operationId: "refreshSearchIndex";
|
|
299
510
|
readonly path: "/api/v1/repos/{repo_id}/search/index/refresh";
|
|
511
|
+
readonly requiredCapabilities: readonly ["files:search"];
|
|
300
512
|
}, {
|
|
301
513
|
readonly method: "POST";
|
|
514
|
+
readonly operationId: "buildSnapshot";
|
|
302
515
|
readonly path: "/api/v1/repos/{repo_id}/snapshots/build";
|
|
516
|
+
readonly requiredCapabilities: readonly ["snapshot:build"];
|
|
303
517
|
}, {
|
|
304
518
|
readonly method: "POST";
|
|
519
|
+
readonly operationId: "syncRepository";
|
|
305
520
|
readonly path: "/api/v1/repos/{repo_id}/sync";
|
|
521
|
+
readonly requiredCapabilities: readonly ["git:fetch"];
|
|
306
522
|
}, {
|
|
307
523
|
readonly method: "POST";
|
|
524
|
+
readonly operationId: "createWorkspace";
|
|
308
525
|
readonly path: "/api/v1/repos/{repo_id}/workspaces";
|
|
526
|
+
readonly requiredCapabilities: readonly ["workspace:create"];
|
|
309
527
|
}, {
|
|
310
528
|
readonly method: "POST";
|
|
529
|
+
readonly operationId: "registerRepository";
|
|
311
530
|
readonly path: "/api/v1/repos/register";
|
|
531
|
+
readonly requiredCapabilities: readonly ["repos:write"];
|
|
312
532
|
}, {
|
|
313
533
|
readonly method: "POST";
|
|
534
|
+
readonly operationId: "federatedSearch";
|
|
314
535
|
readonly path: "/api/v1/search";
|
|
536
|
+
readonly requiredCapabilities: readonly ["files:search", "query:federated"];
|
|
315
537
|
}, {
|
|
316
538
|
readonly method: "POST";
|
|
539
|
+
readonly operationId: "abandonWorkspace";
|
|
540
|
+
readonly path: "/api/v1/workspaces/{workspace_id}/abandon";
|
|
541
|
+
readonly requiredCapabilities: readonly ["files:read", "workspace:same_actor"];
|
|
542
|
+
}, {
|
|
543
|
+
readonly method: "POST";
|
|
544
|
+
readonly operationId: "deleteWorkspaceBlob";
|
|
317
545
|
readonly path: "/api/v1/workspaces/{workspace_id}/blobs/delete";
|
|
546
|
+
readonly requiredCapabilities: readonly ["files:delete"];
|
|
318
547
|
}, {
|
|
319
548
|
readonly method: "POST";
|
|
549
|
+
readonly operationId: "createWorkspaceBlobUpload";
|
|
320
550
|
readonly path: "/api/v1/workspaces/{workspace_id}/blobs/uploads";
|
|
551
|
+
readonly requiredCapabilities: readonly ["files:write"];
|
|
321
552
|
}, {
|
|
322
553
|
readonly method: "POST";
|
|
554
|
+
readonly operationId: "completeWorkspaceBlobUpload";
|
|
323
555
|
readonly path: "/api/v1/workspaces/{workspace_id}/blobs/uploads/{upload_id}/complete";
|
|
556
|
+
readonly requiredCapabilities: readonly ["files:write"];
|
|
324
557
|
}, {
|
|
325
558
|
readonly method: "POST";
|
|
559
|
+
readonly operationId: "writeWorkspaceBlob";
|
|
326
560
|
readonly path: "/api/v1/workspaces/{workspace_id}/blobs/write";
|
|
561
|
+
readonly requiredCapabilities: readonly ["files:write"];
|
|
562
|
+
}, {
|
|
563
|
+
readonly method: "POST";
|
|
564
|
+
readonly operationId: "applyWorkspaceChangeset";
|
|
565
|
+
readonly path: "/api/v1/workspaces/{workspace_id}/changesets";
|
|
566
|
+
readonly requiredCapabilities: readonly ["files:write"];
|
|
327
567
|
}, {
|
|
328
568
|
readonly method: "POST";
|
|
569
|
+
readonly operationId: "closeWorkspace";
|
|
329
570
|
readonly path: "/api/v1/workspaces/{workspace_id}/close";
|
|
571
|
+
readonly requiredCapabilities: readonly ["workspace:same_actor"];
|
|
330
572
|
}, {
|
|
331
573
|
readonly method: "POST";
|
|
574
|
+
readonly operationId: "commitWorkspace";
|
|
332
575
|
readonly path: "/api/v1/workspaces/{workspace_id}/commit";
|
|
576
|
+
readonly requiredCapabilities: readonly ["git:commit"];
|
|
333
577
|
}, {
|
|
334
578
|
readonly method: "POST";
|
|
579
|
+
readonly operationId: "execWorkspace";
|
|
335
580
|
readonly path: "/api/v1/workspaces/{workspace_id}/exec";
|
|
581
|
+
readonly requiredCapabilities: readonly ["workspace:exec:*"];
|
|
336
582
|
}, {
|
|
337
583
|
readonly method: "POST";
|
|
584
|
+
readonly operationId: "searchWorkspace";
|
|
338
585
|
readonly path: "/api/v1/workspaces/{workspace_id}/search";
|
|
586
|
+
readonly requiredCapabilities: readonly ["files:search"];
|
|
339
587
|
}, {
|
|
340
588
|
readonly method: "PUT";
|
|
589
|
+
readonly operationId: "uploadWorkspaceBlob";
|
|
341
590
|
readonly path: "/api/v1/workspaces/{workspace_id}/blobs/upload";
|
|
591
|
+
readonly requiredCapabilities: readonly ["files:write"];
|
|
342
592
|
}, {
|
|
343
593
|
readonly method: "PUT";
|
|
594
|
+
readonly operationId: "uploadWorkspaceBlobPart";
|
|
344
595
|
readonly path: "/api/v1/workspaces/{workspace_id}/blobs/uploads/{upload_id}/parts/{part_number}";
|
|
596
|
+
readonly requiredCapabilities: readonly ["files:write"];
|
|
345
597
|
}, {
|
|
346
598
|
readonly method: "PUT";
|
|
599
|
+
readonly operationId: "writeWorkspaceFile";
|
|
347
600
|
readonly path: "/api/v1/workspaces/{workspace_id}/files";
|
|
601
|
+
readonly requiredCapabilities: readonly ["files:write"];
|
|
602
|
+
}, {
|
|
603
|
+
readonly method: "PUT";
|
|
604
|
+
readonly operationId: "writeWorkspaceFiles";
|
|
605
|
+
readonly path: "/api/v1/workspaces/{workspace_id}/files/batch";
|
|
606
|
+
readonly requiredCapabilities: readonly ["files:write"];
|
|
348
607
|
}];
|