@xyo-network/sentinel-wrapper 2.92.1 → 2.92.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/browser/Wrapper.d.cts +8 -136
- package/dist/browser/Wrapper.d.cts.map +1 -1
- package/dist/browser/Wrapper.d.mts +8 -136
- package/dist/browser/Wrapper.d.mts.map +1 -1
- package/dist/browser/Wrapper.d.ts +8 -136
- package/dist/browser/Wrapper.d.ts.map +1 -1
- package/dist/node/Wrapper.d.cts +8 -136
- package/dist/node/Wrapper.d.cts.map +1 -1
- package/dist/node/Wrapper.d.mts +8 -136
- package/dist/node/Wrapper.d.mts.map +1 -1
- package/dist/node/Wrapper.d.ts +8 -136
- package/dist/node/Wrapper.d.ts.map +1 -1
- package/package.json +16 -16
|
@@ -6,86 +6,22 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
|
-
readonly archivist?: string | undefined;
|
|
11
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
12
|
-
readonly name?: string | undefined;
|
|
13
|
-
readonly paging?: Record<string, {
|
|
14
|
-
size?: number | undefined;
|
|
15
|
-
}> | undefined;
|
|
16
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
17
|
-
schema: "network.xyo.sentinel.config";
|
|
18
|
-
readonly security?: {
|
|
19
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
|
-
} | undefined;
|
|
23
|
-
readonly sign?: boolean | undefined;
|
|
24
|
-
readonly storeQueries?: boolean | undefined;
|
|
25
|
-
readonly timestamp?: boolean | undefined;
|
|
26
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
|
-
readonly archivist?: string | undefined;
|
|
28
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
29
|
-
readonly name?: string | undefined;
|
|
30
|
-
readonly paging?: Record<string, {
|
|
31
|
-
size?: number | undefined;
|
|
32
|
-
}> | undefined;
|
|
33
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
34
|
-
schema: "network.xyo.sentinel.config";
|
|
35
|
-
readonly security?: {
|
|
36
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly sign?: boolean | undefined;
|
|
41
|
-
readonly storeQueries?: boolean | undefined;
|
|
42
|
-
readonly timestamp?: boolean | undefined;
|
|
43
|
-
} & {
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
45
11
|
schema: "network.xyo.sentinel.config";
|
|
46
12
|
synchronous?: boolean | undefined;
|
|
47
13
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
48
14
|
throwErrors?: boolean | undefined;
|
|
15
|
+
}, "schema"> & {
|
|
16
|
+
schema: "network.xyo.sentinel.config";
|
|
49
17
|
}, "schema"> & {
|
|
50
18
|
schema: string;
|
|
51
19
|
};
|
|
52
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
53
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
54
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
55
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.module.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
73
|
-
readonly archivist?: string | undefined;
|
|
74
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
75
|
-
readonly name?: string | undefined;
|
|
76
|
-
readonly paging?: Record<string, {
|
|
77
|
-
size?: number | undefined;
|
|
78
|
-
}> | undefined;
|
|
79
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
24
|
schema: "network.xyo.module.config";
|
|
81
|
-
readonly security?: {
|
|
82
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
|
-
} | undefined;
|
|
86
|
-
readonly sign?: boolean | undefined;
|
|
87
|
-
readonly storeQueries?: boolean | undefined;
|
|
88
|
-
readonly timestamp?: boolean | undefined;
|
|
89
25
|
}, "schema"> & {
|
|
90
26
|
schema: string;
|
|
91
27
|
};
|
|
@@ -93,86 +29,22 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
93
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
94
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
95
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
97
|
-
readonly archivist?: string | undefined;
|
|
98
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
99
|
-
readonly name?: string | undefined;
|
|
100
|
-
readonly paging?: Record<string, {
|
|
101
|
-
size?: number | undefined;
|
|
102
|
-
}> | undefined;
|
|
103
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
104
|
-
schema: "network.xyo.sentinel.config";
|
|
105
|
-
readonly security?: {
|
|
106
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
|
-
} | undefined;
|
|
110
|
-
readonly sign?: boolean | undefined;
|
|
111
|
-
readonly storeQueries?: boolean | undefined;
|
|
112
|
-
readonly timestamp?: boolean | undefined;
|
|
113
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
114
|
-
readonly archivist?: string | undefined;
|
|
115
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
116
|
-
readonly name?: string | undefined;
|
|
117
|
-
readonly paging?: Record<string, {
|
|
118
|
-
size?: number | undefined;
|
|
119
|
-
}> | undefined;
|
|
120
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
121
|
-
schema: "network.xyo.sentinel.config";
|
|
122
|
-
readonly security?: {
|
|
123
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
|
-
} | undefined;
|
|
127
|
-
readonly sign?: boolean | undefined;
|
|
128
|
-
readonly storeQueries?: boolean | undefined;
|
|
129
|
-
readonly timestamp?: boolean | undefined;
|
|
130
|
-
} & {
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
131
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
132
34
|
schema: "network.xyo.sentinel.config";
|
|
133
35
|
synchronous?: boolean | undefined;
|
|
134
36
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
135
37
|
throwErrors?: boolean | undefined;
|
|
38
|
+
}, "schema"> & {
|
|
39
|
+
schema: "network.xyo.sentinel.config";
|
|
136
40
|
}, "schema"> & {
|
|
137
41
|
schema: string;
|
|
138
42
|
};
|
|
139
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
140
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
141
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
143
|
-
readonly archivist?: string | undefined;
|
|
144
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
145
|
-
readonly name?: string | undefined;
|
|
146
|
-
readonly paging?: Record<string, {
|
|
147
|
-
size?: number | undefined;
|
|
148
|
-
}> | undefined;
|
|
149
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
150
|
-
schema: "network.xyo.module.config";
|
|
151
|
-
readonly security?: {
|
|
152
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
|
-
} | undefined;
|
|
156
|
-
readonly sign?: boolean | undefined;
|
|
157
|
-
readonly storeQueries?: boolean | undefined;
|
|
158
|
-
readonly timestamp?: boolean | undefined;
|
|
159
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
160
|
-
readonly archivist?: string | undefined;
|
|
161
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
162
|
-
readonly name?: string | undefined;
|
|
163
|
-
readonly paging?: Record<string, {
|
|
164
|
-
size?: number | undefined;
|
|
165
|
-
}> | undefined;
|
|
166
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
167
47
|
schema: "network.xyo.module.config";
|
|
168
|
-
readonly security?: {
|
|
169
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
|
-
} | undefined;
|
|
173
|
-
readonly sign?: boolean | undefined;
|
|
174
|
-
readonly storeQueries?: boolean | undefined;
|
|
175
|
-
readonly timestamp?: boolean | undefined;
|
|
176
48
|
}, "schema"> & {
|
|
177
49
|
schema: string;
|
|
178
50
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
|
@@ -6,86 +6,22 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
|
-
readonly archivist?: string | undefined;
|
|
11
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
12
|
-
readonly name?: string | undefined;
|
|
13
|
-
readonly paging?: Record<string, {
|
|
14
|
-
size?: number | undefined;
|
|
15
|
-
}> | undefined;
|
|
16
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
17
|
-
schema: "network.xyo.sentinel.config";
|
|
18
|
-
readonly security?: {
|
|
19
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
|
-
} | undefined;
|
|
23
|
-
readonly sign?: boolean | undefined;
|
|
24
|
-
readonly storeQueries?: boolean | undefined;
|
|
25
|
-
readonly timestamp?: boolean | undefined;
|
|
26
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
|
-
readonly archivist?: string | undefined;
|
|
28
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
29
|
-
readonly name?: string | undefined;
|
|
30
|
-
readonly paging?: Record<string, {
|
|
31
|
-
size?: number | undefined;
|
|
32
|
-
}> | undefined;
|
|
33
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
34
|
-
schema: "network.xyo.sentinel.config";
|
|
35
|
-
readonly security?: {
|
|
36
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly sign?: boolean | undefined;
|
|
41
|
-
readonly storeQueries?: boolean | undefined;
|
|
42
|
-
readonly timestamp?: boolean | undefined;
|
|
43
|
-
} & {
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
45
11
|
schema: "network.xyo.sentinel.config";
|
|
46
12
|
synchronous?: boolean | undefined;
|
|
47
13
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
48
14
|
throwErrors?: boolean | undefined;
|
|
15
|
+
}, "schema"> & {
|
|
16
|
+
schema: "network.xyo.sentinel.config";
|
|
49
17
|
}, "schema"> & {
|
|
50
18
|
schema: string;
|
|
51
19
|
};
|
|
52
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
53
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
54
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
55
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.module.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
73
|
-
readonly archivist?: string | undefined;
|
|
74
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
75
|
-
readonly name?: string | undefined;
|
|
76
|
-
readonly paging?: Record<string, {
|
|
77
|
-
size?: number | undefined;
|
|
78
|
-
}> | undefined;
|
|
79
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
24
|
schema: "network.xyo.module.config";
|
|
81
|
-
readonly security?: {
|
|
82
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
|
-
} | undefined;
|
|
86
|
-
readonly sign?: boolean | undefined;
|
|
87
|
-
readonly storeQueries?: boolean | undefined;
|
|
88
|
-
readonly timestamp?: boolean | undefined;
|
|
89
25
|
}, "schema"> & {
|
|
90
26
|
schema: string;
|
|
91
27
|
};
|
|
@@ -93,86 +29,22 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
93
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
94
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
95
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
97
|
-
readonly archivist?: string | undefined;
|
|
98
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
99
|
-
readonly name?: string | undefined;
|
|
100
|
-
readonly paging?: Record<string, {
|
|
101
|
-
size?: number | undefined;
|
|
102
|
-
}> | undefined;
|
|
103
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
104
|
-
schema: "network.xyo.sentinel.config";
|
|
105
|
-
readonly security?: {
|
|
106
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
|
-
} | undefined;
|
|
110
|
-
readonly sign?: boolean | undefined;
|
|
111
|
-
readonly storeQueries?: boolean | undefined;
|
|
112
|
-
readonly timestamp?: boolean | undefined;
|
|
113
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
114
|
-
readonly archivist?: string | undefined;
|
|
115
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
116
|
-
readonly name?: string | undefined;
|
|
117
|
-
readonly paging?: Record<string, {
|
|
118
|
-
size?: number | undefined;
|
|
119
|
-
}> | undefined;
|
|
120
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
121
|
-
schema: "network.xyo.sentinel.config";
|
|
122
|
-
readonly security?: {
|
|
123
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
|
-
} | undefined;
|
|
127
|
-
readonly sign?: boolean | undefined;
|
|
128
|
-
readonly storeQueries?: boolean | undefined;
|
|
129
|
-
readonly timestamp?: boolean | undefined;
|
|
130
|
-
} & {
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
131
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
132
34
|
schema: "network.xyo.sentinel.config";
|
|
133
35
|
synchronous?: boolean | undefined;
|
|
134
36
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
135
37
|
throwErrors?: boolean | undefined;
|
|
38
|
+
}, "schema"> & {
|
|
39
|
+
schema: "network.xyo.sentinel.config";
|
|
136
40
|
}, "schema"> & {
|
|
137
41
|
schema: string;
|
|
138
42
|
};
|
|
139
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
140
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
141
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
143
|
-
readonly archivist?: string | undefined;
|
|
144
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
145
|
-
readonly name?: string | undefined;
|
|
146
|
-
readonly paging?: Record<string, {
|
|
147
|
-
size?: number | undefined;
|
|
148
|
-
}> | undefined;
|
|
149
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
150
|
-
schema: "network.xyo.module.config";
|
|
151
|
-
readonly security?: {
|
|
152
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
|
-
} | undefined;
|
|
156
|
-
readonly sign?: boolean | undefined;
|
|
157
|
-
readonly storeQueries?: boolean | undefined;
|
|
158
|
-
readonly timestamp?: boolean | undefined;
|
|
159
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
160
|
-
readonly archivist?: string | undefined;
|
|
161
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
162
|
-
readonly name?: string | undefined;
|
|
163
|
-
readonly paging?: Record<string, {
|
|
164
|
-
size?: number | undefined;
|
|
165
|
-
}> | undefined;
|
|
166
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
167
47
|
schema: "network.xyo.module.config";
|
|
168
|
-
readonly security?: {
|
|
169
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
|
-
} | undefined;
|
|
173
|
-
readonly sign?: boolean | undefined;
|
|
174
|
-
readonly storeQueries?: boolean | undefined;
|
|
175
|
-
readonly timestamp?: boolean | undefined;
|
|
176
48
|
}, "schema"> & {
|
|
177
49
|
schema: string;
|
|
178
50
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
|
@@ -6,86 +6,22 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
|
-
readonly archivist?: string | undefined;
|
|
11
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
12
|
-
readonly name?: string | undefined;
|
|
13
|
-
readonly paging?: Record<string, {
|
|
14
|
-
size?: number | undefined;
|
|
15
|
-
}> | undefined;
|
|
16
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
17
|
-
schema: "network.xyo.sentinel.config";
|
|
18
|
-
readonly security?: {
|
|
19
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
|
-
} | undefined;
|
|
23
|
-
readonly sign?: boolean | undefined;
|
|
24
|
-
readonly storeQueries?: boolean | undefined;
|
|
25
|
-
readonly timestamp?: boolean | undefined;
|
|
26
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
|
-
readonly archivist?: string | undefined;
|
|
28
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
29
|
-
readonly name?: string | undefined;
|
|
30
|
-
readonly paging?: Record<string, {
|
|
31
|
-
size?: number | undefined;
|
|
32
|
-
}> | undefined;
|
|
33
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
34
|
-
schema: "network.xyo.sentinel.config";
|
|
35
|
-
readonly security?: {
|
|
36
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly sign?: boolean | undefined;
|
|
41
|
-
readonly storeQueries?: boolean | undefined;
|
|
42
|
-
readonly timestamp?: boolean | undefined;
|
|
43
|
-
} & {
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
45
11
|
schema: "network.xyo.sentinel.config";
|
|
46
12
|
synchronous?: boolean | undefined;
|
|
47
13
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
48
14
|
throwErrors?: boolean | undefined;
|
|
15
|
+
}, "schema"> & {
|
|
16
|
+
schema: "network.xyo.sentinel.config";
|
|
49
17
|
}, "schema"> & {
|
|
50
18
|
schema: string;
|
|
51
19
|
};
|
|
52
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
53
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
54
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
55
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.module.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
73
|
-
readonly archivist?: string | undefined;
|
|
74
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
75
|
-
readonly name?: string | undefined;
|
|
76
|
-
readonly paging?: Record<string, {
|
|
77
|
-
size?: number | undefined;
|
|
78
|
-
}> | undefined;
|
|
79
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
24
|
schema: "network.xyo.module.config";
|
|
81
|
-
readonly security?: {
|
|
82
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
|
-
} | undefined;
|
|
86
|
-
readonly sign?: boolean | undefined;
|
|
87
|
-
readonly storeQueries?: boolean | undefined;
|
|
88
|
-
readonly timestamp?: boolean | undefined;
|
|
89
25
|
}, "schema"> & {
|
|
90
26
|
schema: string;
|
|
91
27
|
};
|
|
@@ -93,86 +29,22 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
93
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
94
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
95
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
97
|
-
readonly archivist?: string | undefined;
|
|
98
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
99
|
-
readonly name?: string | undefined;
|
|
100
|
-
readonly paging?: Record<string, {
|
|
101
|
-
size?: number | undefined;
|
|
102
|
-
}> | undefined;
|
|
103
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
104
|
-
schema: "network.xyo.sentinel.config";
|
|
105
|
-
readonly security?: {
|
|
106
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
|
-
} | undefined;
|
|
110
|
-
readonly sign?: boolean | undefined;
|
|
111
|
-
readonly storeQueries?: boolean | undefined;
|
|
112
|
-
readonly timestamp?: boolean | undefined;
|
|
113
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
114
|
-
readonly archivist?: string | undefined;
|
|
115
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
116
|
-
readonly name?: string | undefined;
|
|
117
|
-
readonly paging?: Record<string, {
|
|
118
|
-
size?: number | undefined;
|
|
119
|
-
}> | undefined;
|
|
120
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
121
|
-
schema: "network.xyo.sentinel.config";
|
|
122
|
-
readonly security?: {
|
|
123
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
|
-
} | undefined;
|
|
127
|
-
readonly sign?: boolean | undefined;
|
|
128
|
-
readonly storeQueries?: boolean | undefined;
|
|
129
|
-
readonly timestamp?: boolean | undefined;
|
|
130
|
-
} & {
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
131
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
132
34
|
schema: "network.xyo.sentinel.config";
|
|
133
35
|
synchronous?: boolean | undefined;
|
|
134
36
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
135
37
|
throwErrors?: boolean | undefined;
|
|
38
|
+
}, "schema"> & {
|
|
39
|
+
schema: "network.xyo.sentinel.config";
|
|
136
40
|
}, "schema"> & {
|
|
137
41
|
schema: string;
|
|
138
42
|
};
|
|
139
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
140
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
141
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
143
|
-
readonly archivist?: string | undefined;
|
|
144
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
145
|
-
readonly name?: string | undefined;
|
|
146
|
-
readonly paging?: Record<string, {
|
|
147
|
-
size?: number | undefined;
|
|
148
|
-
}> | undefined;
|
|
149
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
150
|
-
schema: "network.xyo.module.config";
|
|
151
|
-
readonly security?: {
|
|
152
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
|
-
} | undefined;
|
|
156
|
-
readonly sign?: boolean | undefined;
|
|
157
|
-
readonly storeQueries?: boolean | undefined;
|
|
158
|
-
readonly timestamp?: boolean | undefined;
|
|
159
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
160
|
-
readonly archivist?: string | undefined;
|
|
161
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
162
|
-
readonly name?: string | undefined;
|
|
163
|
-
readonly paging?: Record<string, {
|
|
164
|
-
size?: number | undefined;
|
|
165
|
-
}> | undefined;
|
|
166
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
167
47
|
schema: "network.xyo.module.config";
|
|
168
|
-
readonly security?: {
|
|
169
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
|
-
} | undefined;
|
|
173
|
-
readonly sign?: boolean | undefined;
|
|
174
|
-
readonly storeQueries?: boolean | undefined;
|
|
175
|
-
readonly timestamp?: boolean | undefined;
|
|
176
48
|
}, "schema"> & {
|
|
177
49
|
schema: string;
|
|
178
50
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
package/dist/node/Wrapper.d.cts
CHANGED
|
@@ -6,86 +6,22 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
|
-
readonly archivist?: string | undefined;
|
|
11
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
12
|
-
readonly name?: string | undefined;
|
|
13
|
-
readonly paging?: Record<string, {
|
|
14
|
-
size?: number | undefined;
|
|
15
|
-
}> | undefined;
|
|
16
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
17
|
-
schema: "network.xyo.sentinel.config";
|
|
18
|
-
readonly security?: {
|
|
19
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
|
-
} | undefined;
|
|
23
|
-
readonly sign?: boolean | undefined;
|
|
24
|
-
readonly storeQueries?: boolean | undefined;
|
|
25
|
-
readonly timestamp?: boolean | undefined;
|
|
26
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
|
-
readonly archivist?: string | undefined;
|
|
28
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
29
|
-
readonly name?: string | undefined;
|
|
30
|
-
readonly paging?: Record<string, {
|
|
31
|
-
size?: number | undefined;
|
|
32
|
-
}> | undefined;
|
|
33
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
34
|
-
schema: "network.xyo.sentinel.config";
|
|
35
|
-
readonly security?: {
|
|
36
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly sign?: boolean | undefined;
|
|
41
|
-
readonly storeQueries?: boolean | undefined;
|
|
42
|
-
readonly timestamp?: boolean | undefined;
|
|
43
|
-
} & {
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
45
11
|
schema: "network.xyo.sentinel.config";
|
|
46
12
|
synchronous?: boolean | undefined;
|
|
47
13
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
48
14
|
throwErrors?: boolean | undefined;
|
|
15
|
+
}, "schema"> & {
|
|
16
|
+
schema: "network.xyo.sentinel.config";
|
|
49
17
|
}, "schema"> & {
|
|
50
18
|
schema: string;
|
|
51
19
|
};
|
|
52
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
53
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
54
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
55
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.module.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
73
|
-
readonly archivist?: string | undefined;
|
|
74
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
75
|
-
readonly name?: string | undefined;
|
|
76
|
-
readonly paging?: Record<string, {
|
|
77
|
-
size?: number | undefined;
|
|
78
|
-
}> | undefined;
|
|
79
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
24
|
schema: "network.xyo.module.config";
|
|
81
|
-
readonly security?: {
|
|
82
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
|
-
} | undefined;
|
|
86
|
-
readonly sign?: boolean | undefined;
|
|
87
|
-
readonly storeQueries?: boolean | undefined;
|
|
88
|
-
readonly timestamp?: boolean | undefined;
|
|
89
25
|
}, "schema"> & {
|
|
90
26
|
schema: string;
|
|
91
27
|
};
|
|
@@ -93,86 +29,22 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
93
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
94
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
95
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
97
|
-
readonly archivist?: string | undefined;
|
|
98
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
99
|
-
readonly name?: string | undefined;
|
|
100
|
-
readonly paging?: Record<string, {
|
|
101
|
-
size?: number | undefined;
|
|
102
|
-
}> | undefined;
|
|
103
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
104
|
-
schema: "network.xyo.sentinel.config";
|
|
105
|
-
readonly security?: {
|
|
106
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
|
-
} | undefined;
|
|
110
|
-
readonly sign?: boolean | undefined;
|
|
111
|
-
readonly storeQueries?: boolean | undefined;
|
|
112
|
-
readonly timestamp?: boolean | undefined;
|
|
113
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
114
|
-
readonly archivist?: string | undefined;
|
|
115
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
116
|
-
readonly name?: string | undefined;
|
|
117
|
-
readonly paging?: Record<string, {
|
|
118
|
-
size?: number | undefined;
|
|
119
|
-
}> | undefined;
|
|
120
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
121
|
-
schema: "network.xyo.sentinel.config";
|
|
122
|
-
readonly security?: {
|
|
123
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
|
-
} | undefined;
|
|
127
|
-
readonly sign?: boolean | undefined;
|
|
128
|
-
readonly storeQueries?: boolean | undefined;
|
|
129
|
-
readonly timestamp?: boolean | undefined;
|
|
130
|
-
} & {
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
131
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
132
34
|
schema: "network.xyo.sentinel.config";
|
|
133
35
|
synchronous?: boolean | undefined;
|
|
134
36
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
135
37
|
throwErrors?: boolean | undefined;
|
|
38
|
+
}, "schema"> & {
|
|
39
|
+
schema: "network.xyo.sentinel.config";
|
|
136
40
|
}, "schema"> & {
|
|
137
41
|
schema: string;
|
|
138
42
|
};
|
|
139
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
140
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
141
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
143
|
-
readonly archivist?: string | undefined;
|
|
144
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
145
|
-
readonly name?: string | undefined;
|
|
146
|
-
readonly paging?: Record<string, {
|
|
147
|
-
size?: number | undefined;
|
|
148
|
-
}> | undefined;
|
|
149
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
150
|
-
schema: "network.xyo.module.config";
|
|
151
|
-
readonly security?: {
|
|
152
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
|
-
} | undefined;
|
|
156
|
-
readonly sign?: boolean | undefined;
|
|
157
|
-
readonly storeQueries?: boolean | undefined;
|
|
158
|
-
readonly timestamp?: boolean | undefined;
|
|
159
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
160
|
-
readonly archivist?: string | undefined;
|
|
161
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
162
|
-
readonly name?: string | undefined;
|
|
163
|
-
readonly paging?: Record<string, {
|
|
164
|
-
size?: number | undefined;
|
|
165
|
-
}> | undefined;
|
|
166
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
167
47
|
schema: "network.xyo.module.config";
|
|
168
|
-
readonly security?: {
|
|
169
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
|
-
} | undefined;
|
|
173
|
-
readonly sign?: boolean | undefined;
|
|
174
|
-
readonly storeQueries?: boolean | undefined;
|
|
175
|
-
readonly timestamp?: boolean | undefined;
|
|
176
48
|
}, "schema"> & {
|
|
177
49
|
schema: string;
|
|
178
50
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
package/dist/node/Wrapper.d.mts
CHANGED
|
@@ -6,86 +6,22 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
|
-
readonly archivist?: string | undefined;
|
|
11
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
12
|
-
readonly name?: string | undefined;
|
|
13
|
-
readonly paging?: Record<string, {
|
|
14
|
-
size?: number | undefined;
|
|
15
|
-
}> | undefined;
|
|
16
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
17
|
-
schema: "network.xyo.sentinel.config";
|
|
18
|
-
readonly security?: {
|
|
19
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
|
-
} | undefined;
|
|
23
|
-
readonly sign?: boolean | undefined;
|
|
24
|
-
readonly storeQueries?: boolean | undefined;
|
|
25
|
-
readonly timestamp?: boolean | undefined;
|
|
26
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
|
-
readonly archivist?: string | undefined;
|
|
28
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
29
|
-
readonly name?: string | undefined;
|
|
30
|
-
readonly paging?: Record<string, {
|
|
31
|
-
size?: number | undefined;
|
|
32
|
-
}> | undefined;
|
|
33
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
34
|
-
schema: "network.xyo.sentinel.config";
|
|
35
|
-
readonly security?: {
|
|
36
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly sign?: boolean | undefined;
|
|
41
|
-
readonly storeQueries?: boolean | undefined;
|
|
42
|
-
readonly timestamp?: boolean | undefined;
|
|
43
|
-
} & {
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
45
11
|
schema: "network.xyo.sentinel.config";
|
|
46
12
|
synchronous?: boolean | undefined;
|
|
47
13
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
48
14
|
throwErrors?: boolean | undefined;
|
|
15
|
+
}, "schema"> & {
|
|
16
|
+
schema: "network.xyo.sentinel.config";
|
|
49
17
|
}, "schema"> & {
|
|
50
18
|
schema: string;
|
|
51
19
|
};
|
|
52
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
53
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
54
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
55
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.module.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
73
|
-
readonly archivist?: string | undefined;
|
|
74
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
75
|
-
readonly name?: string | undefined;
|
|
76
|
-
readonly paging?: Record<string, {
|
|
77
|
-
size?: number | undefined;
|
|
78
|
-
}> | undefined;
|
|
79
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
24
|
schema: "network.xyo.module.config";
|
|
81
|
-
readonly security?: {
|
|
82
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
|
-
} | undefined;
|
|
86
|
-
readonly sign?: boolean | undefined;
|
|
87
|
-
readonly storeQueries?: boolean | undefined;
|
|
88
|
-
readonly timestamp?: boolean | undefined;
|
|
89
25
|
}, "schema"> & {
|
|
90
26
|
schema: string;
|
|
91
27
|
};
|
|
@@ -93,86 +29,22 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
93
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
94
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
95
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
97
|
-
readonly archivist?: string | undefined;
|
|
98
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
99
|
-
readonly name?: string | undefined;
|
|
100
|
-
readonly paging?: Record<string, {
|
|
101
|
-
size?: number | undefined;
|
|
102
|
-
}> | undefined;
|
|
103
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
104
|
-
schema: "network.xyo.sentinel.config";
|
|
105
|
-
readonly security?: {
|
|
106
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
|
-
} | undefined;
|
|
110
|
-
readonly sign?: boolean | undefined;
|
|
111
|
-
readonly storeQueries?: boolean | undefined;
|
|
112
|
-
readonly timestamp?: boolean | undefined;
|
|
113
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
114
|
-
readonly archivist?: string | undefined;
|
|
115
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
116
|
-
readonly name?: string | undefined;
|
|
117
|
-
readonly paging?: Record<string, {
|
|
118
|
-
size?: number | undefined;
|
|
119
|
-
}> | undefined;
|
|
120
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
121
|
-
schema: "network.xyo.sentinel.config";
|
|
122
|
-
readonly security?: {
|
|
123
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
|
-
} | undefined;
|
|
127
|
-
readonly sign?: boolean | undefined;
|
|
128
|
-
readonly storeQueries?: boolean | undefined;
|
|
129
|
-
readonly timestamp?: boolean | undefined;
|
|
130
|
-
} & {
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
131
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
132
34
|
schema: "network.xyo.sentinel.config";
|
|
133
35
|
synchronous?: boolean | undefined;
|
|
134
36
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
135
37
|
throwErrors?: boolean | undefined;
|
|
38
|
+
}, "schema"> & {
|
|
39
|
+
schema: "network.xyo.sentinel.config";
|
|
136
40
|
}, "schema"> & {
|
|
137
41
|
schema: string;
|
|
138
42
|
};
|
|
139
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
140
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
141
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
143
|
-
readonly archivist?: string | undefined;
|
|
144
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
145
|
-
readonly name?: string | undefined;
|
|
146
|
-
readonly paging?: Record<string, {
|
|
147
|
-
size?: number | undefined;
|
|
148
|
-
}> | undefined;
|
|
149
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
150
|
-
schema: "network.xyo.module.config";
|
|
151
|
-
readonly security?: {
|
|
152
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
|
-
} | undefined;
|
|
156
|
-
readonly sign?: boolean | undefined;
|
|
157
|
-
readonly storeQueries?: boolean | undefined;
|
|
158
|
-
readonly timestamp?: boolean | undefined;
|
|
159
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
160
|
-
readonly archivist?: string | undefined;
|
|
161
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
162
|
-
readonly name?: string | undefined;
|
|
163
|
-
readonly paging?: Record<string, {
|
|
164
|
-
size?: number | undefined;
|
|
165
|
-
}> | undefined;
|
|
166
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
167
47
|
schema: "network.xyo.module.config";
|
|
168
|
-
readonly security?: {
|
|
169
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
|
-
} | undefined;
|
|
173
|
-
readonly sign?: boolean | undefined;
|
|
174
|
-
readonly storeQueries?: boolean | undefined;
|
|
175
|
-
readonly timestamp?: boolean | undefined;
|
|
176
48
|
}, "schema"> & {
|
|
177
49
|
schema: string;
|
|
178
50
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
package/dist/node/Wrapper.d.ts
CHANGED
|
@@ -6,86 +6,22 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
|
-
readonly archivist?: string | undefined;
|
|
11
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
12
|
-
readonly name?: string | undefined;
|
|
13
|
-
readonly paging?: Record<string, {
|
|
14
|
-
size?: number | undefined;
|
|
15
|
-
}> | undefined;
|
|
16
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
17
|
-
schema: "network.xyo.sentinel.config";
|
|
18
|
-
readonly security?: {
|
|
19
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
20
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
21
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
22
|
-
} | undefined;
|
|
23
|
-
readonly sign?: boolean | undefined;
|
|
24
|
-
readonly storeQueries?: boolean | undefined;
|
|
25
|
-
readonly timestamp?: boolean | undefined;
|
|
26
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
27
|
-
readonly archivist?: string | undefined;
|
|
28
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
29
|
-
readonly name?: string | undefined;
|
|
30
|
-
readonly paging?: Record<string, {
|
|
31
|
-
size?: number | undefined;
|
|
32
|
-
}> | undefined;
|
|
33
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
34
|
-
schema: "network.xyo.sentinel.config";
|
|
35
|
-
readonly security?: {
|
|
36
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly sign?: boolean | undefined;
|
|
41
|
-
readonly storeQueries?: boolean | undefined;
|
|
42
|
-
readonly timestamp?: boolean | undefined;
|
|
43
|
-
} & {
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
44
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
45
11
|
schema: "network.xyo.sentinel.config";
|
|
46
12
|
synchronous?: boolean | undefined;
|
|
47
13
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
48
14
|
throwErrors?: boolean | undefined;
|
|
15
|
+
}, "schema"> & {
|
|
16
|
+
schema: "network.xyo.sentinel.config";
|
|
49
17
|
}, "schema"> & {
|
|
50
18
|
schema: string;
|
|
51
19
|
};
|
|
52
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
53
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
54
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
55
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
56
|
-
readonly archivist?: string | undefined;
|
|
57
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
58
|
-
readonly name?: string | undefined;
|
|
59
|
-
readonly paging?: Record<string, {
|
|
60
|
-
size?: number | undefined;
|
|
61
|
-
}> | undefined;
|
|
62
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
63
|
-
schema: "network.xyo.module.config";
|
|
64
|
-
readonly security?: {
|
|
65
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
66
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
67
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
68
|
-
} | undefined;
|
|
69
|
-
readonly sign?: boolean | undefined;
|
|
70
|
-
readonly storeQueries?: boolean | undefined;
|
|
71
|
-
readonly timestamp?: boolean | undefined;
|
|
72
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
73
|
-
readonly archivist?: string | undefined;
|
|
74
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
75
|
-
readonly name?: string | undefined;
|
|
76
|
-
readonly paging?: Record<string, {
|
|
77
|
-
size?: number | undefined;
|
|
78
|
-
}> | undefined;
|
|
79
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
80
24
|
schema: "network.xyo.module.config";
|
|
81
|
-
readonly security?: {
|
|
82
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
83
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
84
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
85
|
-
} | undefined;
|
|
86
|
-
readonly sign?: boolean | undefined;
|
|
87
|
-
readonly storeQueries?: boolean | undefined;
|
|
88
|
-
readonly timestamp?: boolean | undefined;
|
|
89
25
|
}, "schema"> & {
|
|
90
26
|
schema: string;
|
|
91
27
|
};
|
|
@@ -93,86 +29,22 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
93
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
94
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
95
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
97
|
-
readonly archivist?: string | undefined;
|
|
98
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
99
|
-
readonly name?: string | undefined;
|
|
100
|
-
readonly paging?: Record<string, {
|
|
101
|
-
size?: number | undefined;
|
|
102
|
-
}> | undefined;
|
|
103
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
104
|
-
schema: "network.xyo.sentinel.config";
|
|
105
|
-
readonly security?: {
|
|
106
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
107
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
108
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
109
|
-
} | undefined;
|
|
110
|
-
readonly sign?: boolean | undefined;
|
|
111
|
-
readonly storeQueries?: boolean | undefined;
|
|
112
|
-
readonly timestamp?: boolean | undefined;
|
|
113
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
114
|
-
readonly archivist?: string | undefined;
|
|
115
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
116
|
-
readonly name?: string | undefined;
|
|
117
|
-
readonly paging?: Record<string, {
|
|
118
|
-
size?: number | undefined;
|
|
119
|
-
}> | undefined;
|
|
120
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
121
|
-
schema: "network.xyo.sentinel.config";
|
|
122
|
-
readonly security?: {
|
|
123
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
124
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
125
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
126
|
-
} | undefined;
|
|
127
|
-
readonly sign?: boolean | undefined;
|
|
128
|
-
readonly storeQueries?: boolean | undefined;
|
|
129
|
-
readonly timestamp?: boolean | undefined;
|
|
130
|
-
} & {
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
131
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
132
34
|
schema: "network.xyo.sentinel.config";
|
|
133
35
|
synchronous?: boolean | undefined;
|
|
134
36
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
135
37
|
throwErrors?: boolean | undefined;
|
|
38
|
+
}, "schema"> & {
|
|
39
|
+
schema: "network.xyo.sentinel.config";
|
|
136
40
|
}, "schema"> & {
|
|
137
41
|
schema: string;
|
|
138
42
|
};
|
|
139
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
140
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
141
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
|
-
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
143
|
-
readonly archivist?: string | undefined;
|
|
144
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
145
|
-
readonly name?: string | undefined;
|
|
146
|
-
readonly paging?: Record<string, {
|
|
147
|
-
size?: number | undefined;
|
|
148
|
-
}> | undefined;
|
|
149
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
150
|
-
schema: "network.xyo.module.config";
|
|
151
|
-
readonly security?: {
|
|
152
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
153
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
154
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
155
|
-
} | undefined;
|
|
156
|
-
readonly sign?: boolean | undefined;
|
|
157
|
-
readonly storeQueries?: boolean | undefined;
|
|
158
|
-
readonly timestamp?: boolean | undefined;
|
|
159
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
160
|
-
readonly archivist?: string | undefined;
|
|
161
|
-
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
162
|
-
readonly name?: string | undefined;
|
|
163
|
-
readonly paging?: Record<string, {
|
|
164
|
-
size?: number | undefined;
|
|
165
|
-
}> | undefined;
|
|
166
|
-
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
167
47
|
schema: "network.xyo.module.config";
|
|
168
|
-
readonly security?: {
|
|
169
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
170
|
-
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
171
|
-
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
172
|
-
} | undefined;
|
|
173
|
-
readonly sign?: boolean | undefined;
|
|
174
|
-
readonly storeQueries?: boolean | undefined;
|
|
175
|
-
readonly timestamp?: boolean | undefined;
|
|
176
48
|
}, "schema"> & {
|
|
177
49
|
schema: string;
|
|
178
50
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
package/package.json
CHANGED
|
@@ -10,24 +10,24 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/archivist-model": "~2.92.
|
|
14
|
-
"@xyo-network/module-wrapper": "~2.92.
|
|
15
|
-
"@xyo-network/payload-model": "~2.92.
|
|
16
|
-
"@xyo-network/sentinel-model": "~2.92.
|
|
17
|
-
"@xyo-network/witness-model": "~2.92.
|
|
13
|
+
"@xyo-network/archivist-model": "~2.92.2",
|
|
14
|
+
"@xyo-network/module-wrapper": "~2.92.2",
|
|
15
|
+
"@xyo-network/payload-model": "~2.92.2",
|
|
16
|
+
"@xyo-network/sentinel-model": "~2.92.2",
|
|
17
|
+
"@xyo-network/witness-model": "~2.92.2"
|
|
18
18
|
},
|
|
19
19
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@xylabs/ts-scripts-yarn3": "^3.5.
|
|
22
|
-
"@xylabs/tsconfig": "^3.5.
|
|
23
|
-
"@xyo-network/abstract-witness": "~2.92.
|
|
24
|
-
"@xyo-network/account": "~2.92.
|
|
25
|
-
"@xyo-network/archivist-memory": "~2.92.
|
|
26
|
-
"@xyo-network/boundwitness-model": "~2.92.
|
|
27
|
-
"@xyo-network/node-memory": "~2.92.
|
|
28
|
-
"@xyo-network/payload-builder": "~2.92.
|
|
29
|
-
"@xyo-network/sentinel-memory": "~2.92.
|
|
30
|
-
"@xyo-network/witness-adhoc": "~2.92.
|
|
21
|
+
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
22
|
+
"@xylabs/tsconfig": "^3.5.2",
|
|
23
|
+
"@xyo-network/abstract-witness": "~2.92.2",
|
|
24
|
+
"@xyo-network/account": "~2.92.2",
|
|
25
|
+
"@xyo-network/archivist-memory": "~2.92.2",
|
|
26
|
+
"@xyo-network/boundwitness-model": "~2.92.2",
|
|
27
|
+
"@xyo-network/node-memory": "~2.92.2",
|
|
28
|
+
"@xyo-network/payload-builder": "~2.92.2",
|
|
29
|
+
"@xyo-network/sentinel-memory": "~2.92.2",
|
|
30
|
+
"@xyo-network/witness-adhoc": "~2.92.2",
|
|
31
31
|
"typescript": "^5.4.2"
|
|
32
32
|
},
|
|
33
33
|
"types": "dist/node/index.d.ts",
|
|
@@ -68,6 +68,6 @@
|
|
|
68
68
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
69
69
|
},
|
|
70
70
|
"sideEffects": false,
|
|
71
|
-
"version": "2.92.
|
|
71
|
+
"version": "2.92.2",
|
|
72
72
|
"type": "module"
|
|
73
73
|
}
|