@powerhousedao/design-system 5.1.0-dev.35 → 5.1.0-dev.37
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.
|
@@ -4,22 +4,22 @@ export declare const mockSignature: SignatureArray;
|
|
|
4
4
|
export declare const mockOperation: Operation;
|
|
5
5
|
export declare const mockOperations: {
|
|
6
6
|
index: number;
|
|
7
|
+
id: string;
|
|
8
|
+
skip: number;
|
|
7
9
|
timestampUtcMs: string;
|
|
8
10
|
hash: string;
|
|
9
|
-
skip: number;
|
|
10
11
|
error?: string;
|
|
11
12
|
resultingState?: string;
|
|
12
|
-
id?: string;
|
|
13
13
|
action: import("document-model").Action;
|
|
14
14
|
}[];
|
|
15
15
|
export declare const globalOperations: {
|
|
16
16
|
index: number;
|
|
17
|
+
id: string;
|
|
18
|
+
skip: number;
|
|
17
19
|
timestampUtcMs: string;
|
|
18
20
|
hash: string;
|
|
19
|
-
skip: number;
|
|
20
21
|
error?: string;
|
|
21
22
|
resultingState?: string;
|
|
22
|
-
id?: string;
|
|
23
23
|
action: import("document-model").Action;
|
|
24
24
|
}[];
|
|
25
25
|
export declare const localOperations: Operation[];
|