@dxs-ts/eveli-ide 0.0.4 → 0.0.6
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/index.d.ts +25 -25
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -438,31 +438,6 @@ declare namespace Burger {
|
|
|
438
438
|
}
|
|
439
439
|
|
|
440
440
|
|
|
441
|
-
declare namespace HdesClient {
|
|
442
|
-
const StoreErrorImpl: typeof StoreErrorImplAs;
|
|
443
|
-
const StoreImpl: typeof DefaultStore;
|
|
444
|
-
class ServiceImpl implements HdesClient.Service {
|
|
445
|
-
private _store;
|
|
446
|
-
private _branch;
|
|
447
|
-
private _headers;
|
|
448
|
-
constructor(store: HdesClient.Store, branchName?: string);
|
|
449
|
-
withBranch(branchName?: string): HdesClient.ServiceImpl;
|
|
450
|
-
get branch(): string | undefined;
|
|
451
|
-
create(): HdesClient.CreateBuilder;
|
|
452
|
-
delete(): HdesClient.DeleteBuilder;
|
|
453
|
-
update(id: string, body: HdesClient.AstCommand[]): Promise<HdesClient.Site>;
|
|
454
|
-
createAsset(name: string, desc: string | undefined, type: HdesClient.AstBodyType | "SITE", body?: HdesClient.AstCommand[]): Promise<HdesClient.Site>;
|
|
455
|
-
ast(id: string, body: HdesClient.AstCommand[]): Promise<HdesClient.Entity<any>>;
|
|
456
|
-
getSite(): Promise<HdesClient.Site>;
|
|
457
|
-
debug(debug: HdesClient.DebugRequest): Promise<HdesClient.DebugResponse>;
|
|
458
|
-
copy(id: string, name: string): Promise<HdesClient.Site>;
|
|
459
|
-
version(): Promise<HdesClient.VersionEntity>;
|
|
460
|
-
diff(input: HdesClient.DiffRequest): Promise<HdesClient.DiffResponse>;
|
|
461
|
-
summary(tagId: string): Promise<HdesClient.AstTagSummary>;
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
|
|
465
|
-
|
|
466
441
|
declare module 'react' {
|
|
467
442
|
interface CSSProperties {
|
|
468
443
|
'--tree-view-text-color'?: string;
|
|
@@ -515,6 +490,31 @@ declare module '@mui/material/styles' {
|
|
|
515
490
|
}
|
|
516
491
|
|
|
517
492
|
|
|
493
|
+
declare namespace HdesClient {
|
|
494
|
+
const StoreErrorImpl: typeof StoreErrorImplAs;
|
|
495
|
+
const StoreImpl: typeof DefaultStore;
|
|
496
|
+
class ServiceImpl implements HdesClient.Service {
|
|
497
|
+
private _store;
|
|
498
|
+
private _branch;
|
|
499
|
+
private _headers;
|
|
500
|
+
constructor(store: HdesClient.Store, branchName?: string);
|
|
501
|
+
withBranch(branchName?: string): HdesClient.ServiceImpl;
|
|
502
|
+
get branch(): string | undefined;
|
|
503
|
+
create(): HdesClient.CreateBuilder;
|
|
504
|
+
delete(): HdesClient.DeleteBuilder;
|
|
505
|
+
update(id: string, body: HdesClient.AstCommand[]): Promise<HdesClient.Site>;
|
|
506
|
+
createAsset(name: string, desc: string | undefined, type: HdesClient.AstBodyType | "SITE", body?: HdesClient.AstCommand[]): Promise<HdesClient.Site>;
|
|
507
|
+
ast(id: string, body: HdesClient.AstCommand[]): Promise<HdesClient.Entity<any>>;
|
|
508
|
+
getSite(): Promise<HdesClient.Site>;
|
|
509
|
+
debug(debug: HdesClient.DebugRequest): Promise<HdesClient.DebugResponse>;
|
|
510
|
+
copy(id: string, name: string): Promise<HdesClient.Site>;
|
|
511
|
+
version(): Promise<HdesClient.VersionEntity>;
|
|
512
|
+
diff(input: HdesClient.DiffRequest): Promise<HdesClient.DiffResponse>;
|
|
513
|
+
summary(tagId: string): Promise<HdesClient.AstTagSummary>;
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
|
|
518
518
|
declare namespace Composer {
|
|
519
519
|
interface Nav {
|
|
520
520
|
value?: string | null;
|
package/build/index.js
CHANGED
|
@@ -92946,7 +92946,7 @@ const L7e = ({ site: e }) => {
|
|
|
92946
92946
|
] })
|
|
92947
92947
|
}
|
|
92948
92948
|
);
|
|
92949
|
-
}, i0 = { tag: "eveli-ide-0.0.
|
|
92949
|
+
}, i0 = { tag: "eveli-ide-0.0.6", built: "10/10/2024" }, B7e = (e, t, n) => {
|
|
92950
92950
|
var r, i, s, o, a, l, u, d;
|
|
92951
92951
|
return [
|
|
92952
92952
|
{
|