@xyo-network/sentinel-model 2.106.0 → 2.107.1
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/Automation.d.cts +7 -22
- package/dist/browser/Automation.d.cts.map +1 -1
- package/dist/browser/Automation.d.mts +7 -22
- package/dist/browser/Automation.d.mts.map +1 -1
- package/dist/browser/Automation.d.ts +7 -22
- package/dist/browser/Automation.d.ts.map +1 -1
- package/dist/browser/ResolvedTask.d.cts +0 -1
- package/dist/browser/ResolvedTask.d.cts.map +1 -1
- package/dist/browser/ResolvedTask.d.mts +0 -1
- package/dist/browser/ResolvedTask.d.mts.map +1 -1
- package/dist/browser/ResolvedTask.d.ts +0 -1
- package/dist/browser/ResolvedTask.d.ts.map +1 -1
- package/dist/browser/Task.d.cts +0 -3
- package/dist/browser/Task.d.cts.map +1 -1
- package/dist/browser/Task.d.mts +0 -3
- package/dist/browser/Task.d.mts.map +1 -1
- package/dist/browser/Task.d.ts +0 -3
- package/dist/browser/Task.d.ts.map +1 -1
- package/dist/browser/index.cjs +1 -65
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +1 -42
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/typeChecks.d.cts +150 -150
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +150 -150
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +150 -150
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/neutral/Automation.d.cts +7 -22
- package/dist/neutral/Automation.d.cts.map +1 -1
- package/dist/neutral/Automation.d.mts +7 -22
- package/dist/neutral/Automation.d.mts.map +1 -1
- package/dist/neutral/Automation.d.ts +7 -22
- package/dist/neutral/Automation.d.ts.map +1 -1
- package/dist/neutral/ResolvedTask.d.cts +0 -1
- package/dist/neutral/ResolvedTask.d.cts.map +1 -1
- package/dist/neutral/ResolvedTask.d.mts +0 -1
- package/dist/neutral/ResolvedTask.d.mts.map +1 -1
- package/dist/neutral/ResolvedTask.d.ts +0 -1
- package/dist/neutral/ResolvedTask.d.ts.map +1 -1
- package/dist/neutral/Task.d.cts +0 -3
- package/dist/neutral/Task.d.cts.map +1 -1
- package/dist/neutral/Task.d.mts +0 -3
- package/dist/neutral/Task.d.mts.map +1 -1
- package/dist/neutral/Task.d.ts +0 -3
- package/dist/neutral/Task.d.ts.map +1 -1
- package/dist/neutral/index.cjs +1 -65
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.js +1 -42
- package/dist/neutral/index.js.map +1 -1
- package/dist/neutral/typeChecks.d.cts +150 -150
- package/dist/neutral/typeChecks.d.cts.map +1 -1
- package/dist/neutral/typeChecks.d.mts +150 -150
- package/dist/neutral/typeChecks.d.mts.map +1 -1
- package/dist/neutral/typeChecks.d.ts +150 -150
- package/dist/neutral/typeChecks.d.ts.map +1 -1
- package/dist/node/Automation.d.cts +7 -22
- package/dist/node/Automation.d.cts.map +1 -1
- package/dist/node/Automation.d.mts +7 -22
- package/dist/node/Automation.d.mts.map +1 -1
- package/dist/node/Automation.d.ts +7 -22
- package/dist/node/Automation.d.ts.map +1 -1
- package/dist/node/ResolvedTask.d.cts +0 -1
- package/dist/node/ResolvedTask.d.cts.map +1 -1
- package/dist/node/ResolvedTask.d.mts +0 -1
- package/dist/node/ResolvedTask.d.mts.map +1 -1
- package/dist/node/ResolvedTask.d.ts +0 -1
- package/dist/node/ResolvedTask.d.ts.map +1 -1
- package/dist/node/Task.d.cts +0 -3
- package/dist/node/Task.d.cts.map +1 -1
- package/dist/node/Task.d.mts +0 -3
- package/dist/node/Task.d.mts.map +1 -1
- package/dist/node/Task.d.ts +0 -3
- package/dist/node/Task.d.ts.map +1 -1
- package/dist/node/index.cjs +1 -80
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +1 -42
- package/dist/node/index.js.map +1 -1
- package/dist/node/typeChecks.d.cts +150 -150
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +150 -150
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +150 -150
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +12 -12
|
@@ -1,315 +1,315 @@
|
|
|
1
1
|
import { SentinelInstance } from './Instance';
|
|
2
2
|
import { SentinelModule } from './Module';
|
|
3
3
|
export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
5
|
-
addToResolvers?: boolean
|
|
6
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
7
|
-
allowNameResolution?: boolean
|
|
4
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
5
|
+
addToResolvers?: boolean;
|
|
6
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
7
|
+
allowNameResolution?: boolean;
|
|
8
8
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
9
|
-
automations?: import("./Automation").SentinelAutomationPayload[]
|
|
9
|
+
automations?: import("./Automation").SentinelAutomationPayload[];
|
|
10
10
|
schema: "network.xyo.sentinel.config";
|
|
11
|
-
synchronous?: boolean
|
|
11
|
+
synchronous?: boolean;
|
|
12
12
|
tasks: import("./Task").Task[];
|
|
13
|
-
throwErrors?: boolean
|
|
13
|
+
throwErrors?: boolean;
|
|
14
14
|
}, "schema"> & {
|
|
15
15
|
schema: "network.xyo.sentinel.config";
|
|
16
16
|
}, "schema"> & {
|
|
17
17
|
schema: string;
|
|
18
18
|
};
|
|
19
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
20
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
19
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
20
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
21
21
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
23
|
-
addToResolvers?: boolean
|
|
24
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
25
|
-
allowNameResolution?: boolean
|
|
22
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
23
|
+
addToResolvers?: boolean;
|
|
24
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
25
|
+
allowNameResolution?: boolean;
|
|
26
26
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
27
27
|
schema: "network.xyo.module.config";
|
|
28
28
|
}, "schema"> & {
|
|
29
29
|
schema: string;
|
|
30
30
|
};
|
|
31
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
32
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
31
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
32
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
33
33
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
34
34
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
35
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
36
|
-
addToResolvers?: boolean
|
|
37
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
38
|
-
allowNameResolution?: boolean
|
|
35
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
36
|
+
addToResolvers?: boolean;
|
|
37
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
38
|
+
allowNameResolution?: boolean;
|
|
39
39
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
40
|
-
automations?: import("./Automation").SentinelAutomationPayload[]
|
|
40
|
+
automations?: import("./Automation").SentinelAutomationPayload[];
|
|
41
41
|
schema: "network.xyo.sentinel.config";
|
|
42
|
-
synchronous?: boolean
|
|
42
|
+
synchronous?: boolean;
|
|
43
43
|
tasks: import("./Task").Task[];
|
|
44
|
-
throwErrors?: boolean
|
|
44
|
+
throwErrors?: boolean;
|
|
45
45
|
}, "schema"> & {
|
|
46
46
|
schema: "network.xyo.sentinel.config";
|
|
47
47
|
}, "schema"> & {
|
|
48
48
|
schema: string;
|
|
49
49
|
};
|
|
50
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
51
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
50
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
51
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
52
52
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
53
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
54
|
-
addToResolvers?: boolean
|
|
55
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
56
|
-
allowNameResolution?: boolean
|
|
53
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
54
|
+
addToResolvers?: boolean;
|
|
55
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
56
|
+
allowNameResolution?: boolean;
|
|
57
57
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
58
58
|
schema: "network.xyo.module.config";
|
|
59
59
|
}, "schema"> & {
|
|
60
60
|
schema: string;
|
|
61
61
|
};
|
|
62
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
63
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
62
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
63
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
64
64
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
65
65
|
export declare const asSentinelModule: {
|
|
66
66
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
67
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
68
|
-
addToResolvers?: boolean
|
|
69
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
70
|
-
allowNameResolution?: boolean
|
|
67
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
68
|
+
addToResolvers?: boolean;
|
|
69
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
70
|
+
allowNameResolution?: boolean;
|
|
71
71
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
72
|
-
automations?: import("./Automation").SentinelAutomationPayload[]
|
|
72
|
+
automations?: import("./Automation").SentinelAutomationPayload[];
|
|
73
73
|
schema: "network.xyo.sentinel.config";
|
|
74
|
-
synchronous?: boolean
|
|
74
|
+
synchronous?: boolean;
|
|
75
75
|
tasks: import("./Task").Task[];
|
|
76
|
-
throwErrors?: boolean
|
|
76
|
+
throwErrors?: boolean;
|
|
77
77
|
}, "schema"> & {
|
|
78
78
|
schema: "network.xyo.sentinel.config";
|
|
79
79
|
}, "schema"> & {
|
|
80
80
|
schema: string;
|
|
81
81
|
};
|
|
82
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
83
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
82
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
83
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
84
84
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
85
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
86
|
-
addToResolvers?: boolean
|
|
87
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
88
|
-
allowNameResolution?: boolean
|
|
85
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
86
|
+
addToResolvers?: boolean;
|
|
87
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
88
|
+
allowNameResolution?: boolean;
|
|
89
89
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
90
90
|
schema: "network.xyo.module.config";
|
|
91
91
|
}, "schema"> & {
|
|
92
92
|
schema: string;
|
|
93
93
|
};
|
|
94
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
95
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
94
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
95
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
96
96
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
97
97
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
98
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
99
|
-
addToResolvers?: boolean
|
|
100
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
101
|
-
allowNameResolution?: boolean
|
|
98
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
99
|
+
addToResolvers?: boolean;
|
|
100
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
101
|
+
allowNameResolution?: boolean;
|
|
102
102
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
103
|
-
automations?: import("./Automation").SentinelAutomationPayload[]
|
|
103
|
+
automations?: import("./Automation").SentinelAutomationPayload[];
|
|
104
104
|
schema: "network.xyo.sentinel.config";
|
|
105
|
-
synchronous?: boolean
|
|
105
|
+
synchronous?: boolean;
|
|
106
106
|
tasks: import("./Task").Task[];
|
|
107
|
-
throwErrors?: boolean
|
|
107
|
+
throwErrors?: boolean;
|
|
108
108
|
}, "schema"> & {
|
|
109
109
|
schema: "network.xyo.sentinel.config";
|
|
110
110
|
}, "schema"> & {
|
|
111
111
|
schema: string;
|
|
112
112
|
};
|
|
113
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
114
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
113
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
114
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
115
115
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
116
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
117
|
-
addToResolvers?: boolean
|
|
118
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
119
|
-
allowNameResolution?: boolean
|
|
116
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
117
|
+
addToResolvers?: boolean;
|
|
118
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
119
|
+
allowNameResolution?: boolean;
|
|
120
120
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
121
121
|
schema: "network.xyo.module.config";
|
|
122
122
|
}, "schema"> & {
|
|
123
123
|
schema: string;
|
|
124
124
|
};
|
|
125
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
126
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
125
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
126
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
127
127
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
128
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
129
|
-
addToResolvers?: boolean
|
|
130
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
131
|
-
allowNameResolution?: boolean
|
|
128
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
129
|
+
addToResolvers?: boolean;
|
|
130
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
131
|
+
allowNameResolution?: boolean;
|
|
132
132
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
133
|
-
automations?: import("./Automation").SentinelAutomationPayload[]
|
|
133
|
+
automations?: import("./Automation").SentinelAutomationPayload[];
|
|
134
134
|
schema: "network.xyo.sentinel.config";
|
|
135
|
-
synchronous?: boolean
|
|
135
|
+
synchronous?: boolean;
|
|
136
136
|
tasks: import("./Task").Task[];
|
|
137
|
-
throwErrors?: boolean
|
|
137
|
+
throwErrors?: boolean;
|
|
138
138
|
}, "schema"> & {
|
|
139
139
|
schema: "network.xyo.sentinel.config";
|
|
140
140
|
}, "schema"> & {
|
|
141
141
|
schema: string;
|
|
142
142
|
};
|
|
143
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
144
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
143
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
144
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
145
145
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
146
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
147
|
-
addToResolvers?: boolean
|
|
148
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
149
|
-
allowNameResolution?: boolean
|
|
146
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
147
|
+
addToResolvers?: boolean;
|
|
148
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
149
|
+
allowNameResolution?: boolean;
|
|
150
150
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
151
151
|
schema: "network.xyo.module.config";
|
|
152
152
|
}, "schema"> & {
|
|
153
153
|
schema: string;
|
|
154
154
|
};
|
|
155
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
156
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
155
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
156
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
157
157
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
158
158
|
};
|
|
159
159
|
export declare const asSentinelInstance: {
|
|
160
160
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
161
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
162
|
-
addToResolvers?: boolean
|
|
163
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
164
|
-
allowNameResolution?: boolean
|
|
161
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
162
|
+
addToResolvers?: boolean;
|
|
163
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
164
|
+
allowNameResolution?: boolean;
|
|
165
165
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
166
|
-
automations?: import("./Automation").SentinelAutomationPayload[]
|
|
166
|
+
automations?: import("./Automation").SentinelAutomationPayload[];
|
|
167
167
|
schema: "network.xyo.sentinel.config";
|
|
168
|
-
synchronous?: boolean
|
|
168
|
+
synchronous?: boolean;
|
|
169
169
|
tasks: import("./Task").Task[];
|
|
170
|
-
throwErrors?: boolean
|
|
170
|
+
throwErrors?: boolean;
|
|
171
171
|
}, "schema"> & {
|
|
172
172
|
schema: "network.xyo.sentinel.config";
|
|
173
173
|
}, "schema"> & {
|
|
174
174
|
schema: string;
|
|
175
175
|
};
|
|
176
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
177
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
176
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
177
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
178
178
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
179
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
180
|
-
addToResolvers?: boolean
|
|
181
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
182
|
-
allowNameResolution?: boolean
|
|
179
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
180
|
+
addToResolvers?: boolean;
|
|
181
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
182
|
+
allowNameResolution?: boolean;
|
|
183
183
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
184
184
|
schema: "network.xyo.module.config";
|
|
185
185
|
}, "schema"> & {
|
|
186
186
|
schema: string;
|
|
187
187
|
};
|
|
188
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
189
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
188
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
189
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
190
190
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
191
191
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
192
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
193
|
-
addToResolvers?: boolean
|
|
194
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
195
|
-
allowNameResolution?: boolean
|
|
192
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
193
|
+
addToResolvers?: boolean;
|
|
194
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
195
|
+
allowNameResolution?: boolean;
|
|
196
196
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
197
|
-
automations?: import("./Automation").SentinelAutomationPayload[]
|
|
197
|
+
automations?: import("./Automation").SentinelAutomationPayload[];
|
|
198
198
|
schema: "network.xyo.sentinel.config";
|
|
199
|
-
synchronous?: boolean
|
|
199
|
+
synchronous?: boolean;
|
|
200
200
|
tasks: import("./Task").Task[];
|
|
201
|
-
throwErrors?: boolean
|
|
201
|
+
throwErrors?: boolean;
|
|
202
202
|
}, "schema"> & {
|
|
203
203
|
schema: "network.xyo.sentinel.config";
|
|
204
204
|
}, "schema"> & {
|
|
205
205
|
schema: string;
|
|
206
206
|
};
|
|
207
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
208
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
207
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
208
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
209
209
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
210
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
211
|
-
addToResolvers?: boolean
|
|
212
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
213
|
-
allowNameResolution?: boolean
|
|
210
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
211
|
+
addToResolvers?: boolean;
|
|
212
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
213
|
+
allowNameResolution?: boolean;
|
|
214
214
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
215
215
|
schema: "network.xyo.module.config";
|
|
216
216
|
}, "schema"> & {
|
|
217
217
|
schema: string;
|
|
218
218
|
};
|
|
219
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
220
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
219
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
220
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
221
221
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
222
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
223
|
-
addToResolvers?: boolean
|
|
224
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
225
|
-
allowNameResolution?: boolean
|
|
222
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
223
|
+
addToResolvers?: boolean;
|
|
224
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
225
|
+
allowNameResolution?: boolean;
|
|
226
226
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
227
|
-
automations?: import("./Automation").SentinelAutomationPayload[]
|
|
227
|
+
automations?: import("./Automation").SentinelAutomationPayload[];
|
|
228
228
|
schema: "network.xyo.sentinel.config";
|
|
229
|
-
synchronous?: boolean
|
|
229
|
+
synchronous?: boolean;
|
|
230
230
|
tasks: import("./Task").Task[];
|
|
231
|
-
throwErrors?: boolean
|
|
231
|
+
throwErrors?: boolean;
|
|
232
232
|
}, "schema"> & {
|
|
233
233
|
schema: "network.xyo.sentinel.config";
|
|
234
234
|
}, "schema"> & {
|
|
235
235
|
schema: string;
|
|
236
236
|
};
|
|
237
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
238
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
237
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
238
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
239
239
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
240
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
241
|
-
addToResolvers?: boolean
|
|
242
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
243
|
-
allowNameResolution?: boolean
|
|
240
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
241
|
+
addToResolvers?: boolean;
|
|
242
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
243
|
+
allowNameResolution?: boolean;
|
|
244
244
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
245
245
|
schema: "network.xyo.module.config";
|
|
246
246
|
}, "schema"> & {
|
|
247
247
|
schema: string;
|
|
248
248
|
};
|
|
249
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
250
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
249
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
250
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
251
251
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
|
|
252
252
|
};
|
|
253
253
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
254
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
255
|
-
addToResolvers?: boolean
|
|
256
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
257
|
-
allowNameResolution?: boolean
|
|
254
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
255
|
+
addToResolvers?: boolean;
|
|
256
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
257
|
+
allowNameResolution?: boolean;
|
|
258
258
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
259
|
-
automations?: import("./Automation").SentinelAutomationPayload[]
|
|
259
|
+
automations?: import("./Automation").SentinelAutomationPayload[];
|
|
260
260
|
schema: "network.xyo.sentinel.config";
|
|
261
|
-
synchronous?: boolean
|
|
261
|
+
synchronous?: boolean;
|
|
262
262
|
tasks: import("./Task").Task[];
|
|
263
|
-
throwErrors?: boolean
|
|
263
|
+
throwErrors?: boolean;
|
|
264
264
|
}, "schema"> & {
|
|
265
265
|
schema: "network.xyo.sentinel.config";
|
|
266
266
|
}, "schema"> & {
|
|
267
267
|
schema: string;
|
|
268
268
|
};
|
|
269
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
270
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
269
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
270
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
271
271
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
272
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
273
|
-
addToResolvers?: boolean
|
|
274
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
275
|
-
allowNameResolution?: boolean
|
|
272
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
273
|
+
addToResolvers?: boolean;
|
|
274
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
275
|
+
allowNameResolution?: boolean;
|
|
276
276
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
277
277
|
schema: "network.xyo.module.config";
|
|
278
278
|
}, "schema"> & {
|
|
279
279
|
schema: string;
|
|
280
280
|
};
|
|
281
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
282
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
281
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
282
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
283
283
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
284
284
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
285
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
286
|
-
addToResolvers?: boolean
|
|
287
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
288
|
-
allowNameResolution?: boolean
|
|
285
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
286
|
+
addToResolvers?: boolean;
|
|
287
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
288
|
+
allowNameResolution?: boolean;
|
|
289
289
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
290
|
-
automations?: import("./Automation").SentinelAutomationPayload[]
|
|
290
|
+
automations?: import("./Automation").SentinelAutomationPayload[];
|
|
291
291
|
schema: "network.xyo.sentinel.config";
|
|
292
|
-
synchronous?: boolean
|
|
292
|
+
synchronous?: boolean;
|
|
293
293
|
tasks: import("./Task").Task[];
|
|
294
|
-
throwErrors?: boolean
|
|
294
|
+
throwErrors?: boolean;
|
|
295
295
|
}, "schema"> & {
|
|
296
296
|
schema: "network.xyo.sentinel.config";
|
|
297
297
|
}, "schema"> & {
|
|
298
298
|
schema: string;
|
|
299
299
|
};
|
|
300
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
301
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
300
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
301
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
302
302
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
303
|
-
account?: import("@xyo-network/account-model").AccountInstance | "random"
|
|
304
|
-
addToResolvers?: boolean
|
|
305
|
-
additionalSigners?: import("@xyo-network/account-model").AccountInstance[]
|
|
306
|
-
allowNameResolution?: boolean
|
|
303
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
304
|
+
addToResolvers?: boolean;
|
|
305
|
+
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
306
|
+
allowNameResolution?: boolean;
|
|
307
307
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
308
308
|
schema: "network.xyo.module.config";
|
|
309
309
|
}, "schema"> & {
|
|
310
310
|
schema: string;
|
|
311
311
|
};
|
|
312
|
-
ephemeralQueryAccountEnabled?: boolean
|
|
313
|
-
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[]
|
|
312
|
+
ephemeralQueryAccountEnabled?: boolean;
|
|
313
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
314
314
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
315
315
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qFANG,iBACzB,iCAAiC,gBAEtC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qFAA6F,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAClC,gBAAiB;CAEvB,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qFAPC,iBACzB,iCAAiC,gBAEtC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qFAA6F,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAClC,gBAAiB;CAGnB,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yFAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yFAAyC,CAAA"}
|