@xyo-network/react-standard-node 2.60.12 → 2.62.3
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/components/ActiveStandardNode.d.mts.map +1 -0
- package/dist/components/ActiveStandardNode.d.ts +7 -0
- package/dist/components/ActiveStandardNode.d.ts.map +1 -0
- package/dist/components/index.d.mts.map +1 -0
- package/dist/{esm/components/index.js → components/index.d.ts} +1 -1
- package/dist/components/index.d.ts.map +1 -0
- package/dist/contexts/StandardRemoteNodes/Context.d.mts.map +1 -0
- package/dist/contexts/StandardRemoteNodes/Context.d.ts +4 -0
- package/dist/contexts/StandardRemoteNodes/Context.d.ts.map +1 -0
- package/dist/contexts/StandardRemoteNodes/Providers.d.mts.map +1 -0
- package/dist/contexts/StandardRemoteNodes/Providers.d.ts +11 -0
- package/dist/contexts/StandardRemoteNodes/Providers.d.ts.map +1 -0
- package/dist/contexts/StandardRemoteNodes/State.d.mts.map +1 -0
- package/dist/contexts/StandardRemoteNodes/State.d.ts +7 -0
- package/dist/contexts/StandardRemoteNodes/State.d.ts.map +1 -0
- package/dist/contexts/StandardRemoteNodes/index.d.mts.map +1 -0
- package/dist/{esm/contexts/StandardRemoteNodes/index.js → contexts/StandardRemoteNodes/index.d.ts} +1 -1
- package/dist/contexts/StandardRemoteNodes/index.d.ts.map +1 -0
- package/dist/contexts/StandardRemoteNodes/use.d.mts.map +1 -0
- package/dist/contexts/StandardRemoteNodes/use.d.ts +2 -0
- package/dist/contexts/StandardRemoteNodes/use.d.ts.map +1 -0
- package/dist/contexts/index.d.mts.map +1 -0
- package/dist/{esm/contexts/index.js → contexts/index.d.ts} +1 -1
- package/dist/contexts/index.d.ts.map +1 -0
- package/dist/docs.json +580 -503
- package/dist/hooks/index.d.mts.map +1 -0
- package/dist/{esm/hooks/index.js → hooks/index.d.ts} +1 -1
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/useActiveNodeAddress.d.mts.map +1 -0
- package/dist/hooks/useActiveNodeAddress.d.ts +2 -0
- package/dist/hooks/useActiveNodeAddress.d.ts.map +1 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/{esm/index.js → index.d.ts} +1 -1
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +400 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +359 -0
- package/dist/index.mjs.map +1 -0
- package/dist/lib/Builders/MemoryNodeBuilder.d.mts +166 -0
- package/dist/lib/Builders/MemoryNodeBuilder.d.mts.map +1 -0
- package/dist/{types/lib → lib}/Builders/MemoryNodeBuilder.d.ts +22 -105
- package/dist/lib/Builders/MemoryNodeBuilder.d.ts.map +1 -0
- package/dist/lib/Builders/SentinelBuilder.d.mts +205 -0
- package/dist/lib/Builders/SentinelBuilder.d.mts.map +1 -0
- package/dist/lib/Builders/SentinelBuilder.d.ts +205 -0
- package/dist/lib/Builders/SentinelBuilder.d.ts.map +1 -0
- package/dist/lib/Builders/StorageArchivistBuilder.d.mts +221 -0
- package/dist/lib/Builders/StorageArchivistBuilder.d.mts.map +1 -0
- package/dist/{types/lib → lib}/Builders/StorageArchivistBuilder.d.ts +32 -36
- package/dist/lib/Builders/StorageArchivistBuilder.d.ts.map +1 -0
- package/dist/lib/Builders/index.d.mts.map +1 -0
- package/dist/{esm/lib/Builders/index.js → lib/Builders/index.d.ts} +1 -1
- package/dist/lib/Builders/index.d.ts.map +1 -0
- package/dist/lib/ModuleAccountPaths.d.mts.map +1 -0
- package/dist/lib/ModuleAccountPaths.d.ts +4 -0
- package/dist/lib/ModuleAccountPaths.d.ts.map +1 -0
- package/dist/lib/ModuleNames.d.mts.map +1 -0
- package/dist/lib/ModuleNames.d.ts +3 -0
- package/dist/lib/ModuleNames.d.ts.map +1 -0
- package/dist/lib/buildNodes.d.mts.map +1 -0
- package/dist/lib/buildNodes.d.ts +4 -0
- package/dist/lib/buildNodes.d.ts.map +1 -0
- package/dist/lib/index.d.mts.map +1 -0
- package/dist/{esm/lib/index.js → lib/index.d.ts} +1 -1
- package/dist/lib/index.d.ts.map +1 -0
- package/package.json +41 -33
- package/src/lib/Builders/SentinelBuilder.ts +2 -2
- package/dist/cjs/components/ActiveStandardNode.js +0 -45
- package/dist/cjs/components/ActiveStandardNode.js.map +0 -1
- package/dist/cjs/components/index.js +0 -5
- package/dist/cjs/components/index.js.map +0 -1
- package/dist/cjs/contexts/StandardRemoteNodes/Context.js +0 -6
- package/dist/cjs/contexts/StandardRemoteNodes/Context.js.map +0 -1
- package/dist/cjs/contexts/StandardRemoteNodes/Providers.js +0 -46
- package/dist/cjs/contexts/StandardRemoteNodes/Providers.js.map +0 -1
- package/dist/cjs/contexts/StandardRemoteNodes/State.js +0 -3
- package/dist/cjs/contexts/StandardRemoteNodes/State.js.map +0 -1
- package/dist/cjs/contexts/StandardRemoteNodes/index.js +0 -8
- package/dist/cjs/contexts/StandardRemoteNodes/index.js.map +0 -1
- package/dist/cjs/contexts/StandardRemoteNodes/use.js +0 -8
- package/dist/cjs/contexts/StandardRemoteNodes/use.js.map +0 -1
- package/dist/cjs/contexts/index.js +0 -5
- package/dist/cjs/contexts/index.js.map +0 -1
- package/dist/cjs/hooks/index.js +0 -5
- package/dist/cjs/hooks/index.js.map +0 -1
- package/dist/cjs/hooks/useActiveNodeAddress.js +0 -18
- package/dist/cjs/hooks/useActiveNodeAddress.js.map +0 -1
- package/dist/cjs/index.js +0 -8
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/lib/Builders/MemoryNodeBuilder.js +0 -113
- package/dist/cjs/lib/Builders/MemoryNodeBuilder.js.map +0 -1
- package/dist/cjs/lib/Builders/SentinelBuilder.js +0 -37
- package/dist/cjs/lib/Builders/SentinelBuilder.js.map +0 -1
- package/dist/cjs/lib/Builders/StorageArchivistBuilder.js +0 -63
- package/dist/cjs/lib/Builders/StorageArchivistBuilder.js.map +0 -1
- package/dist/cjs/lib/Builders/index.js +0 -7
- package/dist/cjs/lib/Builders/index.js.map +0 -1
- package/dist/cjs/lib/ModuleAccountPaths.js +0 -25
- package/dist/cjs/lib/ModuleAccountPaths.js.map +0 -1
- package/dist/cjs/lib/ModuleNames.js +0 -6
- package/dist/cjs/lib/ModuleNames.js.map +0 -1
- package/dist/cjs/lib/buildNodes.js +0 -45
- package/dist/cjs/lib/buildNodes.js.map +0 -1
- package/dist/cjs/lib/index.js +0 -8
- package/dist/cjs/lib/index.js.map +0 -1
- package/dist/esm/components/ActiveStandardNode.js +0 -39
- package/dist/esm/components/ActiveStandardNode.js.map +0 -1
- package/dist/esm/components/index.js.map +0 -1
- package/dist/esm/contexts/StandardRemoteNodes/Context.js +0 -3
- package/dist/esm/contexts/StandardRemoteNodes/Context.js.map +0 -1
- package/dist/esm/contexts/StandardRemoteNodes/Providers.js +0 -39
- package/dist/esm/contexts/StandardRemoteNodes/Providers.js.map +0 -1
- package/dist/esm/contexts/StandardRemoteNodes/State.js +0 -2
- package/dist/esm/contexts/StandardRemoteNodes/State.js.map +0 -1
- package/dist/esm/contexts/StandardRemoteNodes/index.js.map +0 -1
- package/dist/esm/contexts/StandardRemoteNodes/use.js +0 -4
- package/dist/esm/contexts/StandardRemoteNodes/use.js.map +0 -1
- package/dist/esm/contexts/index.js.map +0 -1
- package/dist/esm/hooks/index.js.map +0 -1
- package/dist/esm/hooks/useActiveNodeAddress.js +0 -14
- package/dist/esm/hooks/useActiveNodeAddress.js.map +0 -1
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/lib/Builders/MemoryNodeBuilder.js +0 -89
- package/dist/esm/lib/Builders/MemoryNodeBuilder.js.map +0 -1
- package/dist/esm/lib/Builders/SentinelBuilder.js +0 -31
- package/dist/esm/lib/Builders/SentinelBuilder.js.map +0 -1
- package/dist/esm/lib/Builders/StorageArchivistBuilder.js +0 -55
- package/dist/esm/lib/Builders/StorageArchivistBuilder.js.map +0 -1
- package/dist/esm/lib/Builders/index.js.map +0 -1
- package/dist/esm/lib/ModuleAccountPaths.js +0 -22
- package/dist/esm/lib/ModuleAccountPaths.js.map +0 -1
- package/dist/esm/lib/ModuleNames.js +0 -3
- package/dist/esm/lib/ModuleNames.js.map +0 -1
- package/dist/esm/lib/buildNodes.js +0 -38
- package/dist/esm/lib/buildNodes.js.map +0 -1
- package/dist/esm/lib/index.js.map +0 -1
- package/dist/types/components/ActiveStandardNode.d.ts.map +0 -1
- package/dist/types/components/index.d.ts.map +0 -1
- package/dist/types/contexts/StandardRemoteNodes/Context.d.ts.map +0 -1
- package/dist/types/contexts/StandardRemoteNodes/Providers.d.ts.map +0 -1
- package/dist/types/contexts/StandardRemoteNodes/State.d.ts.map +0 -1
- package/dist/types/contexts/StandardRemoteNodes/index.d.ts.map +0 -1
- package/dist/types/contexts/StandardRemoteNodes/use.d.ts.map +0 -1
- package/dist/types/contexts/index.d.ts.map +0 -1
- package/dist/types/hooks/index.d.ts.map +0 -1
- package/dist/types/hooks/useActiveNodeAddress.d.ts.map +0 -1
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/lib/Builders/MemoryNodeBuilder.d.ts.map +0 -1
- package/dist/types/lib/Builders/SentinelBuilder.d.ts +0 -369
- package/dist/types/lib/Builders/SentinelBuilder.d.ts.map +0 -1
- package/dist/types/lib/Builders/StorageArchivistBuilder.d.ts.map +0 -1
- package/dist/types/lib/Builders/index.d.ts.map +0 -1
- package/dist/types/lib/ModuleAccountPaths.d.ts.map +0 -1
- package/dist/types/lib/ModuleNames.d.ts.map +0 -1
- package/dist/types/lib/buildNodes.d.ts.map +0 -1
- package/dist/types/lib/index.d.ts.map +0 -1
- /package/dist/{types/components/ActiveStandardNode.d.ts → components/ActiveStandardNode.d.mts} +0 -0
- /package/dist/{types/components/index.d.ts → components/index.d.mts} +0 -0
- /package/dist/{types/contexts/StandardRemoteNodes/Context.d.ts → contexts/StandardRemoteNodes/Context.d.mts} +0 -0
- /package/dist/{types/contexts/StandardRemoteNodes/Providers.d.ts → contexts/StandardRemoteNodes/Providers.d.mts} +0 -0
- /package/dist/{types/contexts/StandardRemoteNodes/State.d.ts → contexts/StandardRemoteNodes/State.d.mts} +0 -0
- /package/dist/{types/contexts/StandardRemoteNodes/index.d.ts → contexts/StandardRemoteNodes/index.d.mts} +0 -0
- /package/dist/{types/contexts/StandardRemoteNodes/use.d.ts → contexts/StandardRemoteNodes/use.d.mts} +0 -0
- /package/dist/{types/contexts/index.d.ts → contexts/index.d.mts} +0 -0
- /package/dist/{types/hooks/index.d.ts → hooks/index.d.mts} +0 -0
- /package/dist/{types/hooks/useActiveNodeAddress.d.ts → hooks/useActiveNodeAddress.d.mts} +0 -0
- /package/dist/{types/index.d.ts → index.d.mts} +0 -0
- /package/dist/{types/lib/Builders/index.d.ts → lib/Builders/index.d.mts} +0 -0
- /package/dist/{types/lib/ModuleAccountPaths.d.ts → lib/ModuleAccountPaths.d.mts} +0 -0
- /package/dist/{types/lib/ModuleNames.d.ts → lib/ModuleNames.d.mts} +0 -0
- /package/dist/{types/lib/buildNodes.d.ts → lib/buildNodes.d.mts} +0 -0
- /package/dist/{types/lib/index.d.ts → lib/index.d.mts} +0 -0
|
@@ -12,14 +12,14 @@ export declare class MemoryNodeBuilder {
|
|
|
12
12
|
private _node;
|
|
13
13
|
get node(): MemoryNode<import("@xyo-network/core").BaseParamsFields & {
|
|
14
14
|
account?: AccountInstance | "random" | undefined;
|
|
15
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
15
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
16
16
|
accountDerivationPath?: string | undefined;
|
|
17
17
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
18
|
+
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
18
19
|
readonly name?: string | undefined;
|
|
19
20
|
readonly paging?: Record<string, {
|
|
20
21
|
size?: number | undefined;
|
|
21
22
|
}> | undefined;
|
|
22
|
-
readonly schema: string;
|
|
23
23
|
readonly security?: {
|
|
24
24
|
readonly allowAnonymous?: boolean | undefined;
|
|
25
25
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
@@ -28,14 +28,14 @@ export declare class MemoryNodeBuilder {
|
|
|
28
28
|
readonly sign?: boolean | undefined;
|
|
29
29
|
readonly storeQueries?: boolean | undefined;
|
|
30
30
|
readonly timestamp?: boolean | undefined;
|
|
31
|
-
} & Omit<
|
|
31
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
32
32
|
accountDerivationPath?: string | undefined;
|
|
33
33
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
34
|
+
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
34
35
|
readonly name?: string | undefined;
|
|
35
36
|
readonly paging?: Record<string, {
|
|
36
37
|
size?: number | undefined;
|
|
37
38
|
}> | undefined;
|
|
38
|
-
readonly schema: "network.xyo.node.config";
|
|
39
39
|
readonly security?: {
|
|
40
40
|
readonly allowAnonymous?: boolean | undefined;
|
|
41
41
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
@@ -44,10 +44,9 @@ export declare class MemoryNodeBuilder {
|
|
|
44
44
|
readonly sign?: boolean | undefined;
|
|
45
45
|
readonly storeQueries?: boolean | undefined;
|
|
46
46
|
readonly timestamp?: boolean | undefined;
|
|
47
|
-
} &
|
|
47
|
+
} & {
|
|
48
48
|
archivist?: string | undefined;
|
|
49
|
-
|
|
50
|
-
} & Omit<undefined, "schema">, "schema"> & {
|
|
49
|
+
} & {
|
|
51
50
|
schema: "network.xyo.node.config";
|
|
52
51
|
}, "schema"> & {
|
|
53
52
|
schema: string;
|
|
@@ -65,46 +64,14 @@ export declare class MemoryNodeBuilder {
|
|
|
65
64
|
addBridge(apiDomain: string, moduleName?: string, account?: AccountInstance): Promise<void>;
|
|
66
65
|
addSentinel(config: SentinelConfig, account: AccountInstance): Promise<import("@xyo-network/sentinel").MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
67
66
|
account?: AccountInstance | "random" | undefined;
|
|
68
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
69
|
-
accountDerivationPath?: string | undefined;
|
|
70
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
71
|
-
readonly name?: string | undefined;
|
|
72
|
-
readonly paging?: Record<string, {
|
|
73
|
-
size?: number | undefined;
|
|
74
|
-
}> | undefined;
|
|
75
|
-
readonly schema: string;
|
|
76
|
-
readonly security?: {
|
|
77
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
78
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
79
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
80
|
-
} | undefined;
|
|
81
|
-
readonly sign?: boolean | undefined;
|
|
82
|
-
readonly storeQueries?: boolean | undefined;
|
|
83
|
-
readonly timestamp?: boolean | undefined;
|
|
84
|
-
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
85
|
-
accountDerivationPath?: string | undefined;
|
|
86
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
87
|
-
readonly name?: string | undefined;
|
|
88
|
-
readonly paging?: Record<string, {
|
|
89
|
-
size?: number | undefined;
|
|
90
|
-
}> | undefined;
|
|
91
|
-
readonly schema: string;
|
|
92
|
-
readonly security?: {
|
|
93
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
94
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
95
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
96
|
-
} | undefined;
|
|
97
|
-
readonly sign?: boolean | undefined;
|
|
98
|
-
readonly storeQueries?: boolean | undefined;
|
|
99
|
-
readonly timestamp?: boolean | undefined;
|
|
100
|
-
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
67
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
101
68
|
accountDerivationPath?: string | undefined;
|
|
102
69
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
70
|
+
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
103
71
|
readonly name?: string | undefined;
|
|
104
72
|
readonly paging?: Record<string, {
|
|
105
73
|
size?: number | undefined;
|
|
106
74
|
}> | undefined;
|
|
107
|
-
readonly schema: "network.xyo.sentinel.config";
|
|
108
75
|
readonly security?: {
|
|
109
76
|
readonly allowAnonymous?: boolean | undefined;
|
|
110
77
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
@@ -113,14 +80,14 @@ export declare class MemoryNodeBuilder {
|
|
|
113
80
|
readonly sign?: boolean | undefined;
|
|
114
81
|
readonly storeQueries?: boolean | undefined;
|
|
115
82
|
readonly timestamp?: boolean | undefined;
|
|
116
|
-
} &
|
|
83
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
117
84
|
accountDerivationPath?: string | undefined;
|
|
118
85
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
86
|
+
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
119
87
|
readonly name?: string | undefined;
|
|
120
88
|
readonly paging?: Record<string, {
|
|
121
89
|
size?: number | undefined;
|
|
122
90
|
}> | undefined;
|
|
123
|
-
readonly schema: string;
|
|
124
91
|
readonly security?: {
|
|
125
92
|
readonly allowAnonymous?: boolean | undefined;
|
|
126
93
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
@@ -129,71 +96,30 @@ export declare class MemoryNodeBuilder {
|
|
|
129
96
|
readonly sign?: boolean | undefined;
|
|
130
97
|
readonly storeQueries?: boolean | undefined;
|
|
131
98
|
readonly timestamp?: boolean | undefined;
|
|
132
|
-
} &
|
|
99
|
+
} & {
|
|
133
100
|
archivists?: string[] | undefined;
|
|
134
101
|
schema: string;
|
|
102
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
103
|
+
schema: "network.xyo.module.config";
|
|
135
104
|
}, "schema"> & {
|
|
136
|
-
schema:
|
|
105
|
+
schema: "network.xyo.module.config";
|
|
137
106
|
} & {
|
|
138
|
-
schema: "network.xyo.sentinel.config";
|
|
139
107
|
witnesses?: string[] | undefined;
|
|
140
|
-
} & {
|
|
141
|
-
schema: string;
|
|
142
108
|
}, "schema"> & {
|
|
143
109
|
schema: "network.xyo.sentinel.config";
|
|
144
|
-
}, "schema"> & {
|
|
145
|
-
schema: string;
|
|
146
|
-
}, "schema"> & {
|
|
147
|
-
schema: string;
|
|
148
|
-
}, "schema"> & {
|
|
149
|
-
schema: string;
|
|
150
|
-
}, "schema"> & {
|
|
151
|
-
schema: string;
|
|
152
110
|
};
|
|
153
111
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
154
112
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
155
113
|
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
156
114
|
account?: AccountInstance | "random" | undefined;
|
|
157
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
158
|
-
accountDerivationPath?: string | undefined;
|
|
159
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
160
|
-
readonly name?: string | undefined;
|
|
161
|
-
readonly paging?: Record<string, {
|
|
162
|
-
size?: number | undefined;
|
|
163
|
-
}> | undefined;
|
|
164
|
-
readonly schema: string;
|
|
165
|
-
readonly security?: {
|
|
166
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
167
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
168
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
169
|
-
} | undefined;
|
|
170
|
-
readonly sign?: boolean | undefined;
|
|
171
|
-
readonly storeQueries?: boolean | undefined;
|
|
172
|
-
readonly timestamp?: boolean | undefined;
|
|
173
|
-
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
174
|
-
accountDerivationPath?: string | undefined;
|
|
175
|
-
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
176
|
-
readonly name?: string | undefined;
|
|
177
|
-
readonly paging?: Record<string, {
|
|
178
|
-
size?: number | undefined;
|
|
179
|
-
}> | undefined;
|
|
180
|
-
readonly schema: string;
|
|
181
|
-
readonly security?: {
|
|
182
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
183
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
184
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
185
|
-
} | undefined;
|
|
186
|
-
readonly sign?: boolean | undefined;
|
|
187
|
-
readonly storeQueries?: boolean | undefined;
|
|
188
|
-
readonly timestamp?: boolean | undefined;
|
|
189
|
-
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
115
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
190
116
|
accountDerivationPath?: string | undefined;
|
|
191
117
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
118
|
+
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
192
119
|
readonly name?: string | undefined;
|
|
193
120
|
readonly paging?: Record<string, {
|
|
194
121
|
size?: number | undefined;
|
|
195
122
|
}> | undefined;
|
|
196
|
-
readonly schema: "network.xyo.sentinel.config";
|
|
197
123
|
readonly security?: {
|
|
198
124
|
readonly allowAnonymous?: boolean | undefined;
|
|
199
125
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
@@ -202,14 +128,14 @@ export declare class MemoryNodeBuilder {
|
|
|
202
128
|
readonly sign?: boolean | undefined;
|
|
203
129
|
readonly storeQueries?: boolean | undefined;
|
|
204
130
|
readonly timestamp?: boolean | undefined;
|
|
205
|
-
} &
|
|
131
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
206
132
|
accountDerivationPath?: string | undefined;
|
|
207
133
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
134
|
+
readonly labels?: import("@xyo-network/module").Labels | undefined;
|
|
208
135
|
readonly name?: string | undefined;
|
|
209
136
|
readonly paging?: Record<string, {
|
|
210
137
|
size?: number | undefined;
|
|
211
138
|
}> | undefined;
|
|
212
|
-
readonly schema: string;
|
|
213
139
|
readonly security?: {
|
|
214
140
|
readonly allowAnonymous?: boolean | undefined;
|
|
215
141
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
@@ -218,26 +144,17 @@ export declare class MemoryNodeBuilder {
|
|
|
218
144
|
readonly sign?: boolean | undefined;
|
|
219
145
|
readonly storeQueries?: boolean | undefined;
|
|
220
146
|
readonly timestamp?: boolean | undefined;
|
|
221
|
-
} &
|
|
147
|
+
} & {
|
|
222
148
|
archivists?: string[] | undefined;
|
|
223
149
|
schema: string;
|
|
150
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
151
|
+
schema: "network.xyo.module.config";
|
|
224
152
|
}, "schema"> & {
|
|
225
|
-
schema:
|
|
153
|
+
schema: "network.xyo.module.config";
|
|
226
154
|
} & {
|
|
227
|
-
schema: "network.xyo.sentinel.config";
|
|
228
155
|
witnesses?: string[] | undefined;
|
|
229
|
-
} & {
|
|
230
|
-
schema: string;
|
|
231
156
|
}, "schema"> & {
|
|
232
157
|
schema: "network.xyo.sentinel.config";
|
|
233
|
-
}, "schema"> & {
|
|
234
|
-
schema: string;
|
|
235
|
-
}, "schema"> & {
|
|
236
|
-
schema: string;
|
|
237
|
-
}, "schema"> & {
|
|
238
|
-
schema: string;
|
|
239
|
-
}, "schema"> & {
|
|
240
|
-
schema: string;
|
|
241
158
|
};
|
|
242
159
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
243
160
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MemoryNodeBuilder.d.ts","sourceRoot":"","sources":["../../../src/lib/Builders/MemoryNodeBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAA;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAEzE,OAAO,EAAE,cAAc,EAAE,MAAM,uBAAuB,CAAA;AACtD,OAAO,EAAE,eAAe,EAAiB,MAAM,sBAAsB,CAAA;AAKrE,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAErC,IAAI,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8DAEP;WAEY,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQnH,4GAA4G;IACtG,YAAY,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAI9E,kBAAkB,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe;IAOjE,mBAAmB,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAOrF,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,SAAqB,EAAE,OAAO,CAAC,EAAE,eAAe;IAYvF,WAAW,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D,YAAY,CAAC,iBAAiB,EAAE,wBAAwB,EAAE,SAAS,GAAE,CAAC,MAAM,OAAO,CAAC,eAAe,CAAC,CAAC,EAAO;IAkB5G,MAAM,CAAC,MAAM,EAAE,cAAc,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,EAAE,OAAO;YAgB/D,cAAc;CAM7B"}
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
import { AccountInstance } from '@xyo-network/account-model';
|
|
2
|
+
import { MemorySentinel, SentinelConfig } from '@xyo-network/sentinel';
|
|
3
|
+
export declare class SentinelBuilder {
|
|
4
|
+
private config;
|
|
5
|
+
private account;
|
|
6
|
+
private _sentinel;
|
|
7
|
+
protected constructor(config: SentinelConfig, account: AccountInstance);
|
|
8
|
+
get sentinel(): MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
9
|
+
account?: AccountInstance | "random" | undefined;
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
11
|
+
accountDerivationPath?: string | undefined;
|
|
12
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
13
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
14
|
+
readonly name?: string | undefined;
|
|
15
|
+
readonly paging?: Record<string, {
|
|
16
|
+
size?: number | undefined;
|
|
17
|
+
}> | undefined;
|
|
18
|
+
readonly security?: {
|
|
19
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
22
|
+
} | undefined;
|
|
23
|
+
readonly sign?: boolean | undefined;
|
|
24
|
+
readonly storeQueries?: boolean | undefined;
|
|
25
|
+
readonly timestamp?: boolean | undefined;
|
|
26
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
27
|
+
accountDerivationPath?: string | undefined;
|
|
28
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
29
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
30
|
+
readonly name?: string | undefined;
|
|
31
|
+
readonly paging?: Record<string, {
|
|
32
|
+
size?: number | undefined;
|
|
33
|
+
}> | undefined;
|
|
34
|
+
readonly security?: {
|
|
35
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
36
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
37
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
38
|
+
} | undefined;
|
|
39
|
+
readonly sign?: boolean | undefined;
|
|
40
|
+
readonly storeQueries?: boolean | undefined;
|
|
41
|
+
readonly timestamp?: boolean | undefined;
|
|
42
|
+
} & {
|
|
43
|
+
archivists?: string[] | undefined;
|
|
44
|
+
schema: string;
|
|
45
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
46
|
+
schema: "network.xyo.module.config";
|
|
47
|
+
}, "schema"> & {
|
|
48
|
+
schema: "network.xyo.module.config";
|
|
49
|
+
} & {
|
|
50
|
+
witnesses?: string[] | undefined;
|
|
51
|
+
}, "schema"> & {
|
|
52
|
+
schema: "network.xyo.sentinel.config";
|
|
53
|
+
};
|
|
54
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
55
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
56
|
+
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
57
|
+
account?: AccountInstance | "random" | undefined;
|
|
58
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
59
|
+
accountDerivationPath?: string | undefined;
|
|
60
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
61
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
62
|
+
readonly name?: string | undefined;
|
|
63
|
+
readonly paging?: Record<string, {
|
|
64
|
+
size?: number | undefined;
|
|
65
|
+
}> | undefined;
|
|
66
|
+
readonly security?: {
|
|
67
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
68
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
69
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
70
|
+
} | undefined;
|
|
71
|
+
readonly sign?: boolean | undefined;
|
|
72
|
+
readonly storeQueries?: boolean | undefined;
|
|
73
|
+
readonly timestamp?: boolean | undefined;
|
|
74
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
75
|
+
accountDerivationPath?: string | undefined;
|
|
76
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
77
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
78
|
+
readonly name?: string | undefined;
|
|
79
|
+
readonly paging?: Record<string, {
|
|
80
|
+
size?: number | undefined;
|
|
81
|
+
}> | undefined;
|
|
82
|
+
readonly security?: {
|
|
83
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
84
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
85
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
86
|
+
} | undefined;
|
|
87
|
+
readonly sign?: boolean | undefined;
|
|
88
|
+
readonly storeQueries?: boolean | undefined;
|
|
89
|
+
readonly timestamp?: boolean | undefined;
|
|
90
|
+
} & {
|
|
91
|
+
archivists?: string[] | undefined;
|
|
92
|
+
schema: string;
|
|
93
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
94
|
+
schema: "network.xyo.module.config";
|
|
95
|
+
}, "schema"> & {
|
|
96
|
+
schema: "network.xyo.module.config";
|
|
97
|
+
} & {
|
|
98
|
+
witnesses?: string[] | undefined;
|
|
99
|
+
}, "schema"> & {
|
|
100
|
+
schema: "network.xyo.sentinel.config";
|
|
101
|
+
};
|
|
102
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
103
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
104
|
+
}>>>;
|
|
105
|
+
static create(config: SentinelConfig, account: AccountInstance): Promise<SentinelBuilder>;
|
|
106
|
+
buildSentinel(): Promise<MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
107
|
+
account?: AccountInstance | "random" | undefined;
|
|
108
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
109
|
+
accountDerivationPath?: string | undefined;
|
|
110
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
111
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
112
|
+
readonly name?: string | undefined;
|
|
113
|
+
readonly paging?: Record<string, {
|
|
114
|
+
size?: number | undefined;
|
|
115
|
+
}> | undefined;
|
|
116
|
+
readonly security?: {
|
|
117
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
118
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
119
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
120
|
+
} | undefined;
|
|
121
|
+
readonly sign?: boolean | undefined;
|
|
122
|
+
readonly storeQueries?: boolean | undefined;
|
|
123
|
+
readonly timestamp?: boolean | undefined;
|
|
124
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
125
|
+
accountDerivationPath?: string | undefined;
|
|
126
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
127
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
128
|
+
readonly name?: string | undefined;
|
|
129
|
+
readonly paging?: Record<string, {
|
|
130
|
+
size?: number | undefined;
|
|
131
|
+
}> | undefined;
|
|
132
|
+
readonly security?: {
|
|
133
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
134
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
135
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
136
|
+
} | undefined;
|
|
137
|
+
readonly sign?: boolean | undefined;
|
|
138
|
+
readonly storeQueries?: boolean | undefined;
|
|
139
|
+
readonly timestamp?: boolean | undefined;
|
|
140
|
+
} & {
|
|
141
|
+
archivists?: string[] | undefined;
|
|
142
|
+
schema: string;
|
|
143
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
144
|
+
schema: "network.xyo.module.config";
|
|
145
|
+
}, "schema"> & {
|
|
146
|
+
schema: "network.xyo.module.config";
|
|
147
|
+
} & {
|
|
148
|
+
witnesses?: string[] | undefined;
|
|
149
|
+
}, "schema"> & {
|
|
150
|
+
schema: "network.xyo.sentinel.config";
|
|
151
|
+
};
|
|
152
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
153
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
154
|
+
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
155
|
+
account?: AccountInstance | "random" | undefined;
|
|
156
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
157
|
+
accountDerivationPath?: string | undefined;
|
|
158
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
159
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
160
|
+
readonly name?: string | undefined;
|
|
161
|
+
readonly paging?: Record<string, {
|
|
162
|
+
size?: number | undefined;
|
|
163
|
+
}> | undefined;
|
|
164
|
+
readonly security?: {
|
|
165
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
166
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
167
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
168
|
+
} | undefined;
|
|
169
|
+
readonly sign?: boolean | undefined;
|
|
170
|
+
readonly storeQueries?: boolean | undefined;
|
|
171
|
+
readonly timestamp?: boolean | undefined;
|
|
172
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
173
|
+
accountDerivationPath?: string | undefined;
|
|
174
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
175
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
176
|
+
readonly name?: string | undefined;
|
|
177
|
+
readonly paging?: Record<string, {
|
|
178
|
+
size?: number | undefined;
|
|
179
|
+
}> | undefined;
|
|
180
|
+
readonly security?: {
|
|
181
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
182
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
183
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
184
|
+
} | undefined;
|
|
185
|
+
readonly sign?: boolean | undefined;
|
|
186
|
+
readonly storeQueries?: boolean | undefined;
|
|
187
|
+
readonly timestamp?: boolean | undefined;
|
|
188
|
+
} & {
|
|
189
|
+
archivists?: string[] | undefined;
|
|
190
|
+
schema: string;
|
|
191
|
+
} & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
192
|
+
schema: "network.xyo.module.config";
|
|
193
|
+
}, "schema"> & {
|
|
194
|
+
schema: "network.xyo.module.config";
|
|
195
|
+
} & {
|
|
196
|
+
witnesses?: string[] | undefined;
|
|
197
|
+
}, "schema"> & {
|
|
198
|
+
schema: "network.xyo.sentinel.config";
|
|
199
|
+
};
|
|
200
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
201
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
202
|
+
}>>>>;
|
|
203
|
+
private buildParams;
|
|
204
|
+
}
|
|
205
|
+
//# sourceMappingURL=SentinelBuilder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SentinelBuilder.d.ts","sourceRoot":"","sources":["../../../src/lib/Builders/SentinelBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAE5D,OAAO,EAAE,cAAc,EAAwB,cAAc,EAAE,MAAM,uBAAuB,CAAA;AAE5F,qBAAa,eAAe;IAIxB,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IAJjB,OAAO,CAAC,SAAS,CAA4B;IAE7C,SAAS,aACC,MAAM,EAAE,cAAc,EACtB,OAAO,EAAE,eAAe;IAKlC,IAAI,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAEX;WAEY,MAAM,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,eAAe,CAAC;IAMzF,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKnB,OAAO,CAAC,WAAW;CAMpB"}
|