@dxs-ts/eveli-ide 0.0.251 → 0.0.253
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/build/{cssMode-CQe9bvFx.js → cssMode-D8geETXm.js} +1 -1
- package/build/eveli-fetch/createFileFetch.d.ts +16 -0
- package/build/fetch/worker.rest.api.tasks.$taskId.files.$filename.delete.d.ts +8 -0
- package/build/fetchTree.gen.d.ts +18 -0
- package/build/{freemarker2-7Miqvyv9.js → freemarker2-CUepcHWx.js} +1 -1
- package/build/{handlebars-BmAb38mH.js → handlebars-WeuGGmqv.js} +1 -1
- package/build/{html-DPuFw6CZ.js → html-mUQdtfCH.js} +1 -1
- package/build/{htmlMode-MxIEK3IX.js → htmlMode-BJZ43PR5.js} +1 -1
- package/build/{index-BfiyVZYZ.js → index-CCb1we7G.js} +21225 -21197
- package/build/index.js +1 -1
- package/build/intl/en.d.ts +1 -0
- package/build/intl/fi.d.ts +1 -0
- package/build/intl/index.d.ts +3 -0
- package/build/intl/sv.d.ts +1 -0
- package/build/{javascript-VwiAID2-.js → javascript-BLFYJVrc.js} +1 -1
- package/build/{jsonMode-BC0PV6d5.js → jsonMode-Cmhkg_S2.js} +1 -1
- package/build/{liquid-rFm9kuT-.js → liquid-tbaAO_Cl.js} +1 -1
- package/build/{mdx-o7DLKKgy.js → mdx-DDojDog-.js} +1 -1
- package/build/{python-DeSFUMH7.js → python-bRXrwLzN.js} +1 -1
- package/build/{razor-Dh9yc4Y3.js → razor-BfYo2VG_.js} +1 -1
- package/build/{tsMode-BzAFvw0r.js → tsMode-aGZf9Ect.js} +1 -1
- package/build/{typescript-DLE7zSKg.js → typescript-CdZM9bf7.js} +1 -1
- package/build/{xml-_pcRAHAm.js → xml-DsMWuTc0.js} +1 -1
- package/build/{yaml-CxwHnXtV.js → yaml-BFN-wmjP.js} +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as et } from "./index-
|
|
1
|
+
import { m as et } from "./index-CCb1we7G.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -754,6 +754,22 @@ export declare class RootFileFetch {
|
|
|
754
754
|
}, {}, {
|
|
755
755
|
deleteTask: (taskId: string) => Promise<{}>;
|
|
756
756
|
}>;
|
|
757
|
+
} | {
|
|
758
|
+
id: "worker/rest/api/tasks/$taskId/files/$filename.DELETE";
|
|
759
|
+
path: "worker/rest/api/tasks/$taskId/files/$filename";
|
|
760
|
+
method: "DELETE";
|
|
761
|
+
params: {
|
|
762
|
+
taskId: string;
|
|
763
|
+
filename: string;
|
|
764
|
+
};
|
|
765
|
+
hook: HookImpl<"worker/rest/api/tasks/$taskId/files/$filename.DELETE", Hook<{}, {
|
|
766
|
+
deleteAttachment: (taskId: string, filename: string) => string;
|
|
767
|
+
}>, "worker/rest/api/tasks/$taskId/files/$filename", "DELETE", {
|
|
768
|
+
taskId: string;
|
|
769
|
+
filename: string;
|
|
770
|
+
}, {}, {
|
|
771
|
+
deleteAttachment: (taskId: string, filename: string) => string;
|
|
772
|
+
}>;
|
|
757
773
|
} | {
|
|
758
774
|
id: "worker/rest/api/tasks/$taskId/files/$filename.GET";
|
|
759
775
|
path: "worker/rest/api/tasks/$taskId/files/$filename";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const Hook: import('../eveli-fetch').HookImpl<"worker/rest/api/tasks/$taskId/files/$filename.DELETE", import('../eveli-fetch').Hook<{}, {
|
|
2
|
+
deleteAttachment: (taskId: string, filename: string) => string;
|
|
3
|
+
}>, "worker/rest/api/tasks/$taskId/files/$filename", "DELETE", {
|
|
4
|
+
taskId: string;
|
|
5
|
+
filename: string;
|
|
6
|
+
}, {}, {
|
|
7
|
+
deleteAttachment: (taskId: string, filename: string) => string;
|
|
8
|
+
}>;
|
package/build/fetchTree.gen.d.ts
CHANGED
|
@@ -408,6 +408,14 @@ declare const workerRestApiTasksTaskIdDELETERoute: import('./eveli-fetch').HookI
|
|
|
408
408
|
}, {}, {
|
|
409
409
|
deleteTask: (taskId: string) => Promise<{}>;
|
|
410
410
|
}>;
|
|
411
|
+
declare const workerRestApiTasksTaskIdFilesFilenameDELETERoute: import('./eveli-fetch').HookImpl<"worker/rest/api/tasks/$taskId/files/$filename.DELETE", import('./eveli-fetch').Hook<{}, {
|
|
412
|
+
deleteAttachment: (taskId: string, filename: string) => string;
|
|
413
|
+
}>, "worker/rest/api/tasks/$taskId/files/$filename", "DELETE", {
|
|
414
|
+
taskId: string;
|
|
415
|
+
filename: string;
|
|
416
|
+
}, {}, {
|
|
417
|
+
deleteAttachment: (taskId: string, filename: string) => string;
|
|
418
|
+
}>;
|
|
411
419
|
declare const workerRestApiTasksTaskIdFilesFilenameGETRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/tasks/$taskId/files/$filename.GET", import('./eveli-fetch').Hook<{}, {
|
|
412
420
|
downloadAttachmentLink: (taskId: string, filename: string) => string;
|
|
413
421
|
}>, "worker/rest/api/tasks/$taskId/files/$filename", "GET", {
|
|
@@ -948,6 +956,16 @@ declare module './eveli-fetch' {
|
|
|
948
956
|
};
|
|
949
957
|
hook: typeof workerRestApiTasksTaskIdDELETERoute;
|
|
950
958
|
};
|
|
959
|
+
'worker/rest/api/tasks/$taskId/files/$filename.DELETE': {
|
|
960
|
+
id: 'worker/rest/api/tasks/$taskId/files/$filename.DELETE';
|
|
961
|
+
path: 'worker/rest/api/tasks/$taskId/files/$filename';
|
|
962
|
+
method: 'DELETE';
|
|
963
|
+
params: {
|
|
964
|
+
taskId: string;
|
|
965
|
+
filename: string;
|
|
966
|
+
};
|
|
967
|
+
hook: typeof workerRestApiTasksTaskIdFilesFilenameDELETERoute;
|
|
968
|
+
};
|
|
951
969
|
'worker/rest/api/tasks/$taskId/files/$filename.GET': {
|
|
952
970
|
id: 'worker/rest/api/tasks/$taskId/files/$filename.GET';
|
|
953
971
|
path: 'worker/rest/api/tasks/$taskId/files/$filename';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-CCb1we7G.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as l } from "./index-
|
|
1
|
+
import { m as l } from "./index-CCb1we7G.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as s } from "./index-
|
|
1
|
+
import { m as s } from "./index-CCb1we7G.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as lt } from "./index-
|
|
1
|
+
import { m as lt } from "./index-CCb1we7G.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|