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