@tak-ps/cloudtak 13.65.3 → 13.66.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.
|
@@ -201,6 +201,8 @@ export type ETLRawTaskList = {
|
|
|
201
201
|
items: Record<string, string[]>;
|
|
202
202
|
};
|
|
203
203
|
export type ETLTaskVersions = paths["/api/task/raw/{:task}"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
204
|
+
export type ETLTaskVersion = paths["/api/task/raw/{:task}/version/{:version}"]["get"]["responses"]["200"]["content"]["application/json"];
|
|
205
|
+
export type ETLTaskCapabilities = Exclude<ETLTaskVersion["capabilities"], null>;
|
|
204
206
|
export type AdminLayerUpdate = {
|
|
205
207
|
id: number;
|
|
206
208
|
name: string;
|