@elyx-code/project-logic-tree 0.0.6823 → 0.0.6825
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/dist/index.cjs +154 -154
- package/dist/index.d.ts +2 -0
- package/dist/index.js +19360 -19381
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -11672,6 +11672,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
11672
11672
|
set undoableStackValueIndex(value: number);
|
|
11673
11673
|
get PROJECT_NOTIFICATIONS_CHANNEL(): string;
|
|
11674
11674
|
getAccessToken(): Promise<string | null>;
|
|
11675
|
+
getRefreshToken(): Promise<string | null>;
|
|
11675
11676
|
removeValueByOwnerId(entityId: EntityId): void;
|
|
11676
11677
|
removeValue(dynamicValue: IDynamicValue): void;
|
|
11677
11678
|
undo(): Promise<void>;
|
|
@@ -21722,6 +21723,7 @@ export declare enum BaseValueDescriptorIds {
|
|
|
21722
21723
|
set undoableStackValueIndex(value: number);
|
|
21723
21724
|
get PROJECT_NOTIFICATIONS_CHANNEL(): string;
|
|
21724
21725
|
getAccessToken(): Promise<string | null>;
|
|
21726
|
+
getRefreshToken(): Promise<string | null>;
|
|
21725
21727
|
onProjectHeadLoaded(callback: (projectState: ProjectState) => void): void;
|
|
21726
21728
|
onLogicLoadingComplete(callback: (chunk: any) => void): void;
|
|
21727
21729
|
onProjectSetupError(callback: (error: any) => void): void;
|