@dxs-ts/eveli-ide 0.0.181 → 0.0.183
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-BV8SKQBT.js → cssMode-Cr4d0ae-.js} +1 -1
- package/build/eveli-fetch/createFileFetch.d.ts +10 -0
- package/build/fetch/worker.rest.api.assets.migration.post.d.ts +6 -0
- package/build/fetchTree.gen.d.ts +12 -0
- package/build/{freemarker2-DuYUkAfv.js → freemarker2-DnYoSVqq.js} +1 -1
- package/build/{handlebars-CtpHPEQ9.js → handlebars-DQrZO_jw.js} +1 -1
- package/build/{html-D937AVOd.js → html-B4f7dO6I.js} +1 -1
- package/build/{htmlMode-DRkt_2jV.js → htmlMode-CBZ7l5sZ.js} +1 -1
- package/build/{index-Da8wqsKA.js → index-D4WIaLfL.js} +21455 -21379
- package/build/index.js +1 -1
- package/build/{javascript-DpRPVGFQ.js → javascript-wv4oUmT5.js} +1 -1
- package/build/{jsonMode-Dn7N2pHX.js → jsonMode-DL1ojH7t.js} +1 -1
- package/build/{liquid-UGAzLPYJ.js → liquid-CQnU6s8i.js} +1 -1
- package/build/{mdx-DEdi6Huw.js → mdx-BegpHfzg.js} +1 -1
- package/build/{python-CLr040-R.js → python-lKxUCESH.js} +1 -1
- package/build/{razor-DBandnsF.js → razor-BKEOYc8A.js} +1 -1
- package/build/routeTree.gen.d.ts +16 -3
- package/build/routes/secured.$locale.assets.migrate.index.d.ts +2 -0
- package/build/{tsMode-DlcfhzS4.js → tsMode-BUUQ4dnU.js} +1 -1
- package/build/{typescript-C9bp8vey.js → typescript-DwPWm50d.js} +1 -1
- package/build/{xml-DPOhL3B8.js → xml-HEmyIdnH.js} +1 -1
- package/build/{yaml-CLrwyT87.js → yaml-CjfVBiTZ.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-D4WIaLfL.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|
|
@@ -280,6 +280,16 @@ export declare class RootFileFetch {
|
|
|
280
280
|
}>, "worker/rest/api/assets/dialob/tags", "GET", {}, {}, {
|
|
281
281
|
allTags: import("..").StencilApi.DialobTagAsset[];
|
|
282
282
|
}>;
|
|
283
|
+
} | {
|
|
284
|
+
id: "worker/rest/api/assets/migration.POST";
|
|
285
|
+
path: "worker/rest/api/assets/migration";
|
|
286
|
+
method: "POST";
|
|
287
|
+
params: {};
|
|
288
|
+
hook: HookImpl<"worker/rest/api/assets/migration.POST", Hook<{}, {
|
|
289
|
+
migrateAsset: (init: import("..").PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
|
|
290
|
+
}>, "worker/rest/api/assets/migration", "POST", {}, {}, {
|
|
291
|
+
migrateAsset: (init: import("..").PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
|
|
292
|
+
}>;
|
|
283
293
|
} | {
|
|
284
294
|
id: "worker/rest/api/assets/publications.GET";
|
|
285
295
|
path: "worker/rest/api/assets/publications";
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { PublicationApi } from '../api-publications';
|
|
2
|
+
export declare const Hook: import('../eveli-fetch').HookImpl<"worker/rest/api/assets/migration.POST", import('../eveli-fetch').Hook<{}, {
|
|
3
|
+
migrateAsset: (init: PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
|
|
4
|
+
}>, "worker/rest/api/assets/migration", "POST", {}, {}, {
|
|
5
|
+
migrateAsset: (init: PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
|
|
6
|
+
}>;
|
package/build/fetchTree.gen.d.ts
CHANGED
|
@@ -163,6 +163,11 @@ declare const workerRestApiAssetsDialobTagsGETRoute: import('./eveli-fetch').Hoo
|
|
|
163
163
|
}>, "worker/rest/api/assets/dialob/tags", "GET", {}, {}, {
|
|
164
164
|
allTags: import("./index.ts").StencilApi.DialobTagAsset[];
|
|
165
165
|
}>;
|
|
166
|
+
declare const workerRestApiAssetsMigrationPOSTRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/assets/migration.POST", import('./eveli-fetch').Hook<{}, {
|
|
167
|
+
migrateAsset: (init: import("./index.ts").PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
|
|
168
|
+
}>, "worker/rest/api/assets/migration", "POST", {}, {}, {
|
|
169
|
+
migrateAsset: (init: import("./index.ts").PublicationApi.PublicationUpload, onSucess: () => void) => Promise<void>;
|
|
170
|
+
}>;
|
|
166
171
|
declare const workerRestApiAssetsPublicationsGETRoute: import('./eveli-fetch').HookImpl<"worker/rest/api/assets/publications.GET", import('./eveli-fetch').Hook<{}, {
|
|
167
172
|
assetReleases: import("./index.ts").PublicationApi.Publication[] | undefined;
|
|
168
173
|
refreshAssetReleases: (options?: import('@tanstack/react-query').RefetchOptions) => Promise<import('@tanstack/react-query').QueryObserverResult<import("./index.ts").PublicationApi.Publication[], Error>>;
|
|
@@ -625,6 +630,13 @@ declare module './eveli-fetch' {
|
|
|
625
630
|
params: {};
|
|
626
631
|
hook: typeof workerRestApiAssetsDialobTagsGETRoute;
|
|
627
632
|
};
|
|
633
|
+
'worker/rest/api/assets/migration.POST': {
|
|
634
|
+
id: 'worker/rest/api/assets/migration.POST';
|
|
635
|
+
path: 'worker/rest/api/assets/migration';
|
|
636
|
+
method: 'POST';
|
|
637
|
+
params: {};
|
|
638
|
+
hook: typeof workerRestApiAssetsMigrationPOSTRoute;
|
|
639
|
+
};
|
|
628
640
|
'worker/rest/api/assets/publications.GET': {
|
|
629
641
|
id: 'worker/rest/api/assets/publications.GET';
|
|
630
642
|
path: 'worker/rest/api/assets/publications';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { m as f } from "./index-
|
|
1
|
+
import { m as f } from "./index-D4WIaLfL.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-D4WIaLfL.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-D4WIaLfL.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-D4WIaLfL.js";
|
|
2
2
|
/*!-----------------------------------------------------------------------------
|
|
3
3
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
4
|
* Version: 0.52.2(404545bded1df6ffa41ea0af4e8ddb219018c6c1)
|