@dxs-ts/eveli-ide 0.0.254 → 0.0.256
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-Cwigi0Ss.js → cssMode-C4-fKyEc.js} +1 -1
- package/build/eveli-fetch/createFileFetch.d.ts +2 -2
- package/build/fetch/worker.rest.api.tasks.$taskId.files.$filename.delete.d.ts +2 -2
- package/build/fetchTree.gen.d.ts +2 -2
- package/build/{freemarker2-Ba0FJstl.js → freemarker2-2JUcVsGl.js} +1 -1
- package/build/{handlebars-DEosm2Je.js → handlebars-BhGEzuPW.js} +1 -1
- package/build/{html-yRe13vp_.js → html-J6NiLoGx.js} +1 -1
- package/build/{htmlMode-Bbr9HdDT.js → htmlMode-CQg-U46s.js} +1 -1
- package/build/{index-B_Wd_MM9.js → index-DeRunvW2.js} +12624 -12595
- package/build/index.js +1 -1
- package/build/intl/en.d.ts +3 -0
- package/build/intl/fi.d.ts +3 -0
- package/build/intl/index.d.ts +9 -0
- package/build/intl/sv.d.ts +3 -0
- package/build/{javascript-xbB-1Pcj.js → javascript-Doo-7TXQ.js} +1 -1
- package/build/{jsonMode-C2iAKVH2.js → jsonMode-D8mjeual.js} +1 -1
- package/build/{liquid-DdJajh1W.js → liquid-BAUpy_B0.js} +1 -1
- package/build/{mdx-D3k_vhGp.js → mdx-DZSwSWR0.js} +1 -1
- package/build/{python-BKV8gvGb.js → python-B0nVWcg0.js} +1 -1
- package/build/{razor-DXOp_Mgq.js → razor-Bdfheb9A.js} +1 -1
- package/build/{tsMode-DJMJ5Wsh.js → tsMode-DqNc_4IM.js} +1 -1
- package/build/{typescript-CYamroHx.js → typescript-BjQbp9MH.js} +1 -1
- package/build/{xml-TnImdHlF.js → xml-Dmv7vixX.js} +1 -1
- package/build/{yaml-1vFFkv2T.js → yaml-8c4rdajv.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-DeRunvW2.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -763,12 +763,12 @@ export declare class RootFileFetch {
|
|
|
763
763
|
filename: string;
|
|
764
764
|
};
|
|
765
765
|
hook: HookImpl<"worker/rest/api/tasks/$taskId/files/$filename.DELETE", Hook<{}, {
|
|
766
|
-
deleteAttachment: (taskId: string, filename: string) => Promise<Response>;
|
|
766
|
+
deleteAttachment: (taskId: string, filename: string) => Promise<Response | void>;
|
|
767
767
|
}>, "worker/rest/api/tasks/$taskId/files/$filename", "DELETE", {
|
|
768
768
|
taskId: string;
|
|
769
769
|
filename: string;
|
|
770
770
|
}, {}, {
|
|
771
|
-
deleteAttachment: (taskId: string, filename: string) => Promise<Response>;
|
|
771
|
+
deleteAttachment: (taskId: string, filename: string) => Promise<Response | void>;
|
|
772
772
|
}>;
|
|
773
773
|
} | {
|
|
774
774
|
id: "worker/rest/api/tasks/$taskId/files/$filename.GET";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
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) => Promise<Response>;
|
|
2
|
+
deleteAttachment: (taskId: string, filename: string) => Promise<Response | void>;
|
|
3
3
|
}>, "worker/rest/api/tasks/$taskId/files/$filename", "DELETE", {
|
|
4
4
|
taskId: string;
|
|
5
5
|
filename: string;
|
|
6
6
|
}, {}, {
|
|
7
|
-
deleteAttachment: (taskId: string, filename: string) => Promise<Response>;
|
|
7
|
+
deleteAttachment: (taskId: string, filename: string) => Promise<Response | void>;
|
|
8
8
|
}>;
|
package/build/fetchTree.gen.d.ts
CHANGED
|
@@ -409,12 +409,12 @@ declare const workerRestApiTasksTaskIdDELETERoute: import('./eveli-fetch').HookI
|
|
|
409
409
|
deleteTask: (taskId: string) => Promise<{}>;
|
|
410
410
|
}>;
|
|
411
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) => Promise<Response>;
|
|
412
|
+
deleteAttachment: (taskId: string, filename: string) => Promise<Response | void>;
|
|
413
413
|
}>, "worker/rest/api/tasks/$taskId/files/$filename", "DELETE", {
|
|
414
414
|
taskId: string;
|
|
415
415
|
filename: string;
|
|
416
416
|
}, {}, {
|
|
417
|
-
deleteAttachment: (taskId: string, filename: string) => Promise<Response>;
|
|
417
|
+
deleteAttachment: (taskId: string, filename: string) => Promise<Response | void>;
|
|
418
418
|
}>;
|
|
419
419
|
declare const workerRestApiTasksTaskIdFilesFilenameGETRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/tasks/$taskId/files/$filename.GET", import('./eveli-fetch').Hook<{}, {
|
|
420
420
|
downloadAttachmentLink: (taskId: string, filename: string) => string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-DeRunvW2.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-DeRunvW2.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-DeRunvW2.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-DeRunvW2.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|