@xyo-network/react-standard-node 2.59.2 → 2.60.0-rc.2
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/types/lib/Builders/MemoryNodeBuilder.d.ts +89 -1
- package/dist/types/lib/Builders/MemoryNodeBuilder.d.ts.map +1 -1
- package/dist/types/lib/Builders/SentinelBuilder.d.ts +174 -2
- package/dist/types/lib/Builders/SentinelBuilder.d.ts.map +1 -1
- package/dist/types/lib/Builders/StorageArchivistBuilder.d.ts +8 -0
- package/dist/types/lib/Builders/StorageArchivistBuilder.d.ts.map +1 -1
- package/package.json +15 -14
- package/dist/docs.json +0 -5843
|
@@ -25,6 +25,7 @@ export declare class MemoryNodeBuilder {
|
|
|
25
25
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
26
26
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
27
27
|
} | undefined;
|
|
28
|
+
readonly sign?: boolean | undefined;
|
|
28
29
|
readonly storeQueries?: boolean | undefined;
|
|
29
30
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
30
31
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
@@ -38,6 +39,7 @@ export declare class MemoryNodeBuilder {
|
|
|
38
39
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
39
40
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
40
41
|
} | undefined;
|
|
42
|
+
readonly sign?: boolean | undefined;
|
|
41
43
|
readonly storeQueries?: boolean | undefined;
|
|
42
44
|
} & Omit<{
|
|
43
45
|
archivist?: string | undefined;
|
|
@@ -73,6 +75,7 @@ export declare class MemoryNodeBuilder {
|
|
|
73
75
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
74
76
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
75
77
|
} | undefined;
|
|
78
|
+
readonly sign?: boolean | undefined;
|
|
76
79
|
readonly storeQueries?: boolean | undefined;
|
|
77
80
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
78
81
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
@@ -86,6 +89,7 @@ export declare class MemoryNodeBuilder {
|
|
|
86
89
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
87
90
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
88
91
|
} | undefined;
|
|
92
|
+
readonly sign?: boolean | undefined;
|
|
89
93
|
readonly storeQueries?: boolean | undefined;
|
|
90
94
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
91
95
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
@@ -99,6 +103,7 @@ export declare class MemoryNodeBuilder {
|
|
|
99
103
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
100
104
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
101
105
|
} | undefined;
|
|
106
|
+
readonly sign?: boolean | undefined;
|
|
102
107
|
readonly storeQueries?: boolean | undefined;
|
|
103
108
|
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
104
109
|
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
@@ -112,6 +117,7 @@ export declare class MemoryNodeBuilder {
|
|
|
112
117
|
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
113
118
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
114
119
|
} | undefined;
|
|
120
|
+
readonly sign?: boolean | undefined;
|
|
115
121
|
readonly storeQueries?: boolean | undefined;
|
|
116
122
|
} & Omit<{
|
|
117
123
|
archivists?: string[] | undefined;
|
|
@@ -136,7 +142,89 @@ export declare class MemoryNodeBuilder {
|
|
|
136
142
|
};
|
|
137
143
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
138
144
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
139
|
-
}, import("@xyo-network/sentinel").SentinelModuleEventData
|
|
145
|
+
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
146
|
+
account?: AccountInstance | "random" | undefined;
|
|
147
|
+
accountDerivationPath?: string | undefined;
|
|
148
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
149
|
+
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
150
|
+
readonly name?: string | undefined;
|
|
151
|
+
readonly paging?: Record<string, {
|
|
152
|
+
size?: number | undefined;
|
|
153
|
+
}> | undefined;
|
|
154
|
+
readonly schema: string;
|
|
155
|
+
readonly security?: {
|
|
156
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
157
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
158
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
159
|
+
} | undefined;
|
|
160
|
+
readonly sign?: boolean | undefined;
|
|
161
|
+
readonly storeQueries?: boolean | undefined;
|
|
162
|
+
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
163
|
+
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
164
|
+
readonly name?: string | undefined;
|
|
165
|
+
readonly paging?: Record<string, {
|
|
166
|
+
size?: number | undefined;
|
|
167
|
+
}> | undefined;
|
|
168
|
+
readonly schema: string;
|
|
169
|
+
readonly security?: {
|
|
170
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
171
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
172
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
173
|
+
} | undefined;
|
|
174
|
+
readonly sign?: boolean | undefined;
|
|
175
|
+
readonly storeQueries?: boolean | undefined;
|
|
176
|
+
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
177
|
+
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
178
|
+
readonly name?: string | undefined;
|
|
179
|
+
readonly paging?: Record<string, {
|
|
180
|
+
size?: number | undefined;
|
|
181
|
+
}> | undefined;
|
|
182
|
+
readonly schema: "network.xyo.sentinel.config";
|
|
183
|
+
readonly security?: {
|
|
184
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
185
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
186
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
187
|
+
} | undefined;
|
|
188
|
+
readonly sign?: boolean | undefined;
|
|
189
|
+
readonly storeQueries?: boolean | undefined;
|
|
190
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
191
|
+
readonly archivist?: import("@xyo-network/module").ArchivistModuleConfig | undefined;
|
|
192
|
+
readonly name?: string | undefined;
|
|
193
|
+
readonly paging?: Record<string, {
|
|
194
|
+
size?: number | undefined;
|
|
195
|
+
}> | undefined;
|
|
196
|
+
readonly schema: string;
|
|
197
|
+
readonly security?: {
|
|
198
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
199
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module").CosigningAddressSet)[]> | undefined;
|
|
200
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
201
|
+
} | undefined;
|
|
202
|
+
readonly sign?: boolean | undefined;
|
|
203
|
+
readonly storeQueries?: boolean | undefined;
|
|
204
|
+
} & Omit<{
|
|
205
|
+
archivists?: string[] | undefined;
|
|
206
|
+
schema: string;
|
|
207
|
+
}, "schema"> & {
|
|
208
|
+
schema: string;
|
|
209
|
+
} & {
|
|
210
|
+
schema: "network.xyo.sentinel.config";
|
|
211
|
+
witnesses?: string[] | undefined;
|
|
212
|
+
} & {
|
|
213
|
+
schema: string;
|
|
214
|
+
}, "schema"> & {
|
|
215
|
+
schema: "network.xyo.sentinel.config";
|
|
216
|
+
}, "schema"> & {
|
|
217
|
+
schema: string;
|
|
218
|
+
}, "schema"> & {
|
|
219
|
+
schema: string;
|
|
220
|
+
}, "schema"> & {
|
|
221
|
+
schema: string;
|
|
222
|
+
}, "schema"> & {
|
|
223
|
+
schema: string;
|
|
224
|
+
};
|
|
225
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
226
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
227
|
+
}>>>>;
|
|
140
228
|
addWitnesses(pluginSetResolver: PayloadSetPluginResolver, witnesses?: (() => Promise<WitnessInstance>)[]): Promise<void>;
|
|
141
229
|
attach(module: ModuleInstance, external?: boolean, safeAttach?: boolean): Promise<void>;
|
|
142
230
|
private witnessCleanup;
|
|
@@ -1 +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,EAAoB,MAAM,mBAAmB,CAAA;AAChE,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
|
|
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,EAAoB,MAAM,mBAAmB,CAAA;AAChE,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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDAEP;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"}
|
|
@@ -20,6 +20,7 @@ export declare class SentinelBuilder {
|
|
|
20
20
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
21
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
22
22
|
} | undefined;
|
|
23
|
+
readonly sign?: boolean | undefined;
|
|
23
24
|
readonly storeQueries?: boolean | undefined;
|
|
24
25
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
25
26
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -33,6 +34,7 @@ export declare class SentinelBuilder {
|
|
|
33
34
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
34
35
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
35
36
|
} | undefined;
|
|
37
|
+
readonly sign?: boolean | undefined;
|
|
36
38
|
readonly storeQueries?: boolean | undefined;
|
|
37
39
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
38
40
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -46,6 +48,7 @@ export declare class SentinelBuilder {
|
|
|
46
48
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
47
49
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
48
50
|
} | undefined;
|
|
51
|
+
readonly sign?: boolean | undefined;
|
|
49
52
|
readonly storeQueries?: boolean | undefined;
|
|
50
53
|
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
51
54
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -59,6 +62,7 @@ export declare class SentinelBuilder {
|
|
|
59
62
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
60
63
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
61
64
|
} | undefined;
|
|
65
|
+
readonly sign?: boolean | undefined;
|
|
62
66
|
readonly storeQueries?: boolean | undefined;
|
|
63
67
|
} & Omit<{
|
|
64
68
|
archivists?: string[] | undefined;
|
|
@@ -83,7 +87,89 @@ export declare class SentinelBuilder {
|
|
|
83
87
|
};
|
|
84
88
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
85
89
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
86
|
-
}, import("@xyo-network/sentinel").SentinelModuleEventData
|
|
90
|
+
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
91
|
+
account?: AccountInstance | "random" | undefined;
|
|
92
|
+
accountDerivationPath?: string | undefined;
|
|
93
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
94
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
95
|
+
readonly name?: string | undefined;
|
|
96
|
+
readonly paging?: Record<string, {
|
|
97
|
+
size?: number | undefined;
|
|
98
|
+
}> | undefined;
|
|
99
|
+
readonly schema: string;
|
|
100
|
+
readonly security?: {
|
|
101
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
102
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
103
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
104
|
+
} | undefined;
|
|
105
|
+
readonly sign?: boolean | undefined;
|
|
106
|
+
readonly storeQueries?: boolean | undefined;
|
|
107
|
+
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
108
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
109
|
+
readonly name?: string | undefined;
|
|
110
|
+
readonly paging?: Record<string, {
|
|
111
|
+
size?: number | undefined;
|
|
112
|
+
}> | undefined;
|
|
113
|
+
readonly schema: string;
|
|
114
|
+
readonly security?: {
|
|
115
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
116
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
117
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
118
|
+
} | undefined;
|
|
119
|
+
readonly sign?: boolean | undefined;
|
|
120
|
+
readonly storeQueries?: boolean | undefined;
|
|
121
|
+
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
122
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
123
|
+
readonly name?: string | undefined;
|
|
124
|
+
readonly paging?: Record<string, {
|
|
125
|
+
size?: number | undefined;
|
|
126
|
+
}> | undefined;
|
|
127
|
+
readonly schema: "network.xyo.sentinel.config";
|
|
128
|
+
readonly security?: {
|
|
129
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
130
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
131
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
132
|
+
} | undefined;
|
|
133
|
+
readonly sign?: boolean | undefined;
|
|
134
|
+
readonly storeQueries?: boolean | undefined;
|
|
135
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
136
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
137
|
+
readonly name?: string | undefined;
|
|
138
|
+
readonly paging?: Record<string, {
|
|
139
|
+
size?: number | undefined;
|
|
140
|
+
}> | undefined;
|
|
141
|
+
readonly schema: string;
|
|
142
|
+
readonly security?: {
|
|
143
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
144
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
145
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
146
|
+
} | undefined;
|
|
147
|
+
readonly sign?: boolean | undefined;
|
|
148
|
+
readonly storeQueries?: boolean | undefined;
|
|
149
|
+
} & Omit<{
|
|
150
|
+
archivists?: string[] | undefined;
|
|
151
|
+
schema: string;
|
|
152
|
+
}, "schema"> & {
|
|
153
|
+
schema: string;
|
|
154
|
+
} & {
|
|
155
|
+
schema: "network.xyo.sentinel.config";
|
|
156
|
+
witnesses?: string[] | undefined;
|
|
157
|
+
} & {
|
|
158
|
+
schema: string;
|
|
159
|
+
}, "schema"> & {
|
|
160
|
+
schema: "network.xyo.sentinel.config";
|
|
161
|
+
}, "schema"> & {
|
|
162
|
+
schema: string;
|
|
163
|
+
}, "schema"> & {
|
|
164
|
+
schema: string;
|
|
165
|
+
}, "schema"> & {
|
|
166
|
+
schema: string;
|
|
167
|
+
}, "schema"> & {
|
|
168
|
+
schema: string;
|
|
169
|
+
};
|
|
170
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
171
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
172
|
+
}>>>;
|
|
87
173
|
static create(config: SentinelConfig, account: AccountInstance): Promise<SentinelBuilder>;
|
|
88
174
|
buildSentinel(): Promise<MemorySentinel<import("@xyo-network/core").BaseParamsFields & {
|
|
89
175
|
account?: AccountInstance | "random" | undefined;
|
|
@@ -100,6 +186,89 @@ export declare class SentinelBuilder {
|
|
|
100
186
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
101
187
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
102
188
|
} | undefined;
|
|
189
|
+
readonly sign?: boolean | undefined;
|
|
190
|
+
readonly storeQueries?: boolean | undefined;
|
|
191
|
+
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
192
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
193
|
+
readonly name?: string | undefined;
|
|
194
|
+
readonly paging?: Record<string, {
|
|
195
|
+
size?: number | undefined;
|
|
196
|
+
}> | undefined;
|
|
197
|
+
readonly schema: string;
|
|
198
|
+
readonly security?: {
|
|
199
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
200
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
201
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
202
|
+
} | undefined;
|
|
203
|
+
readonly sign?: boolean | undefined;
|
|
204
|
+
readonly storeQueries?: boolean | undefined;
|
|
205
|
+
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
206
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
207
|
+
readonly name?: string | undefined;
|
|
208
|
+
readonly paging?: Record<string, {
|
|
209
|
+
size?: number | undefined;
|
|
210
|
+
}> | undefined;
|
|
211
|
+
readonly schema: "network.xyo.sentinel.config";
|
|
212
|
+
readonly security?: {
|
|
213
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
214
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
215
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
216
|
+
} | undefined;
|
|
217
|
+
readonly sign?: boolean | undefined;
|
|
218
|
+
readonly storeQueries?: boolean | undefined;
|
|
219
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
220
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
221
|
+
readonly name?: string | undefined;
|
|
222
|
+
readonly paging?: Record<string, {
|
|
223
|
+
size?: number | undefined;
|
|
224
|
+
}> | undefined;
|
|
225
|
+
readonly schema: string;
|
|
226
|
+
readonly security?: {
|
|
227
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
228
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
229
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
230
|
+
} | undefined;
|
|
231
|
+
readonly sign?: boolean | undefined;
|
|
232
|
+
readonly storeQueries?: boolean | undefined;
|
|
233
|
+
} & Omit<{
|
|
234
|
+
archivists?: string[] | undefined;
|
|
235
|
+
schema: string;
|
|
236
|
+
}, "schema"> & {
|
|
237
|
+
schema: string;
|
|
238
|
+
} & {
|
|
239
|
+
schema: "network.xyo.sentinel.config";
|
|
240
|
+
witnesses?: string[] | undefined;
|
|
241
|
+
} & {
|
|
242
|
+
schema: string;
|
|
243
|
+
}, "schema"> & {
|
|
244
|
+
schema: "network.xyo.sentinel.config";
|
|
245
|
+
}, "schema"> & {
|
|
246
|
+
schema: string;
|
|
247
|
+
}, "schema"> & {
|
|
248
|
+
schema: string;
|
|
249
|
+
}, "schema"> & {
|
|
250
|
+
schema: string;
|
|
251
|
+
}, "schema"> & {
|
|
252
|
+
schema: string;
|
|
253
|
+
};
|
|
254
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
255
|
+
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
256
|
+
}, import("@xyo-network/sentinel").SentinelModuleEventData<import("@xyo-network/sentinel").SentinelInstance<import("@xyo-network/core").BaseParamsFields & {
|
|
257
|
+
account?: AccountInstance | "random" | undefined;
|
|
258
|
+
accountDerivationPath?: string | undefined;
|
|
259
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
260
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
261
|
+
readonly name?: string | undefined;
|
|
262
|
+
readonly paging?: Record<string, {
|
|
263
|
+
size?: number | undefined;
|
|
264
|
+
}> | undefined;
|
|
265
|
+
readonly schema: string;
|
|
266
|
+
readonly security?: {
|
|
267
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
268
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
269
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
270
|
+
} | undefined;
|
|
271
|
+
readonly sign?: boolean | undefined;
|
|
103
272
|
readonly storeQueries?: boolean | undefined;
|
|
104
273
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
105
274
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -113,6 +282,7 @@ export declare class SentinelBuilder {
|
|
|
113
282
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
114
283
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
115
284
|
} | undefined;
|
|
285
|
+
readonly sign?: boolean | undefined;
|
|
116
286
|
readonly storeQueries?: boolean | undefined;
|
|
117
287
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
118
288
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -126,6 +296,7 @@ export declare class SentinelBuilder {
|
|
|
126
296
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
127
297
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
128
298
|
} | undefined;
|
|
299
|
+
readonly sign?: boolean | undefined;
|
|
129
300
|
readonly storeQueries?: boolean | undefined;
|
|
130
301
|
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
131
302
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -139,6 +310,7 @@ export declare class SentinelBuilder {
|
|
|
139
310
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
140
311
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
141
312
|
} | undefined;
|
|
313
|
+
readonly sign?: boolean | undefined;
|
|
142
314
|
readonly storeQueries?: boolean | undefined;
|
|
143
315
|
} & Omit<{
|
|
144
316
|
archivists?: string[] | undefined;
|
|
@@ -163,7 +335,7 @@ export declare class SentinelBuilder {
|
|
|
163
335
|
};
|
|
164
336
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
337
|
wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
|
|
166
|
-
}
|
|
338
|
+
}>>>>;
|
|
167
339
|
private buildParams;
|
|
168
340
|
}
|
|
169
341
|
//# sourceMappingURL=SentinelBuilder.d.ts.map
|
|
@@ -1 +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,EAAE,cAAc,EAAkB,MAAM,uBAAuB,CAAA;AAEtF,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
|
|
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,EAAE,cAAc,EAAkB,MAAM,uBAAuB,CAAA;AAEtF,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"}
|
|
@@ -26,6 +26,7 @@ export declare class StorageArchivistBuilder {
|
|
|
26
26
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
27
27
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
28
28
|
} | undefined;
|
|
29
|
+
readonly sign?: boolean | undefined;
|
|
29
30
|
readonly storeQueries?: boolean | undefined;
|
|
30
31
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
31
32
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -39,6 +40,7 @@ export declare class StorageArchivistBuilder {
|
|
|
39
40
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
40
41
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
41
42
|
} | undefined;
|
|
43
|
+
readonly sign?: boolean | undefined;
|
|
42
44
|
readonly storeQueries?: boolean | undefined;
|
|
43
45
|
} & Omit<{
|
|
44
46
|
archivist?: string | undefined;
|
|
@@ -68,6 +70,7 @@ export declare class StorageArchivistBuilder {
|
|
|
68
70
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
69
71
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
70
72
|
} | undefined;
|
|
73
|
+
readonly sign?: boolean | undefined;
|
|
71
74
|
readonly storeQueries?: boolean | undefined;
|
|
72
75
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
73
76
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -81,6 +84,7 @@ export declare class StorageArchivistBuilder {
|
|
|
81
84
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
82
85
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
83
86
|
} | undefined;
|
|
87
|
+
readonly sign?: boolean | undefined;
|
|
84
88
|
readonly storeQueries?: boolean | undefined;
|
|
85
89
|
} & Omit<{
|
|
86
90
|
parents?: import("@xyo-network/archivist").ArchivistParents | undefined;
|
|
@@ -120,6 +124,7 @@ export declare class StorageArchivistBuilder {
|
|
|
120
124
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
121
125
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
122
126
|
} | undefined;
|
|
127
|
+
readonly sign?: boolean | undefined;
|
|
123
128
|
readonly storeQueries?: boolean | undefined;
|
|
124
129
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
125
130
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -133,6 +138,7 @@ export declare class StorageArchivistBuilder {
|
|
|
133
138
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
134
139
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
135
140
|
} | undefined;
|
|
141
|
+
readonly sign?: boolean | undefined;
|
|
136
142
|
readonly storeQueries?: boolean | undefined;
|
|
137
143
|
} & Omit<{
|
|
138
144
|
parents?: import("@xyo-network/archivist").ArchivistParents | undefined;
|
|
@@ -172,6 +178,7 @@ export declare class StorageArchivistBuilder {
|
|
|
172
178
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
173
179
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
174
180
|
} | undefined;
|
|
181
|
+
readonly sign?: boolean | undefined;
|
|
175
182
|
readonly storeQueries?: boolean | undefined;
|
|
176
183
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
177
184
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
@@ -185,6 +192,7 @@ export declare class StorageArchivistBuilder {
|
|
|
185
192
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
186
193
|
readonly disallowed?: Record<string, string[]> | undefined;
|
|
187
194
|
} | undefined;
|
|
195
|
+
readonly sign?: boolean | undefined;
|
|
188
196
|
readonly storeQueries?: boolean | undefined;
|
|
189
197
|
} & Omit<{
|
|
190
198
|
parents?: import("@xyo-network/archivist").ArchivistParents | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,sBAAsB,EAAgC,MAAM,wBAAwB,CAAA;AAChI,OAAO,EAAkB,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAG9D,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAA6B;IAEpD,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC
|
|
1
|
+
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAC5D,OAAO,EAAE,eAAe,EAAE,gBAAgB,EAAE,sBAAsB,EAAgC,MAAM,wBAAwB,CAAA;AAChI,OAAO,EAAkB,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAG9D,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAA6B;IAEpD,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mEAAY;IAG3B,IAAI,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAEZ;WAEY,MAAM,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAO3H,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKpB,WAAW,IAAI,sBAAsB;IAc/B,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAY1B"}
|
package/package.json
CHANGED
|
@@ -13,19 +13,19 @@
|
|
|
13
13
|
"@xylabs/react-async-effect": "~2.17.7",
|
|
14
14
|
"@xylabs/react-promise": "~2.17.7",
|
|
15
15
|
"@xylabs/react-shared": "~2.17.7",
|
|
16
|
-
"@xyo-network/account-model": "
|
|
17
|
-
"@xyo-network/archivist": "
|
|
18
|
-
"@xyo-network/http-bridge": "
|
|
19
|
-
"@xyo-network/module": "
|
|
20
|
-
"@xyo-network/node": "
|
|
21
|
-
"@xyo-network/payloadset-plugin": "
|
|
22
|
-
"@xyo-network/react-network": "~2.
|
|
23
|
-
"@xyo-network/react-node": "~2.
|
|
24
|
-
"@xyo-network/react-shared": "~2.
|
|
25
|
-
"@xyo-network/react-wallet": "~2.
|
|
26
|
-
"@xyo-network/sentinel": "
|
|
27
|
-
"@xyo-network/wallet-model": "
|
|
28
|
-
"@xyo-network/witness": "
|
|
16
|
+
"@xyo-network/account-model": "next",
|
|
17
|
+
"@xyo-network/archivist": "next",
|
|
18
|
+
"@xyo-network/http-bridge": "next",
|
|
19
|
+
"@xyo-network/module": "next",
|
|
20
|
+
"@xyo-network/node": "next",
|
|
21
|
+
"@xyo-network/payloadset-plugin": "next",
|
|
22
|
+
"@xyo-network/react-network": "~2.60.0-rc.2",
|
|
23
|
+
"@xyo-network/react-node": "~2.60.0-rc.2",
|
|
24
|
+
"@xyo-network/react-shared": "~2.60.0-rc.2",
|
|
25
|
+
"@xyo-network/react-wallet": "~2.60.0-rc.2",
|
|
26
|
+
"@xyo-network/sentinel": "next",
|
|
27
|
+
"@xyo-network/wallet-model": "next",
|
|
28
|
+
"@xyo-network/witness": "next"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@storybook/react": "^7.1.1",
|
|
@@ -85,5 +85,6 @@
|
|
|
85
85
|
},
|
|
86
86
|
"sideEffects": false,
|
|
87
87
|
"types": "dist/types/index.d.ts",
|
|
88
|
-
"version": "2.
|
|
88
|
+
"version": "2.60.0-rc.2",
|
|
89
|
+
"stableVersion": "2.59.2"
|
|
89
90
|
}
|