@xyo-network/sentinel-wrapper 2.87.0-rc.7 → 2.87.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.
@@ -4,8 +4,172 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  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
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance>;
8
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule>;
7
+ static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
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
+ schema: "network.xyo.sentinel.config";
17
+ readonly security?: {
18
+ readonly allowAnonymous?: boolean | undefined;
19
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
20
+ readonly disallowed?: Record<string, string[]> | undefined;
21
+ } | undefined;
22
+ readonly sign?: boolean | undefined;
23
+ readonly storeQueries?: boolean | undefined;
24
+ readonly timestamp?: boolean | undefined;
25
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
26
+ readonly archivist?: string | undefined;
27
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
+ readonly name?: string | undefined;
29
+ readonly paging?: Record<string, {
30
+ size?: number | undefined;
31
+ }> | undefined;
32
+ schema: "network.xyo.sentinel.config";
33
+ readonly security?: {
34
+ readonly allowAnonymous?: boolean | undefined;
35
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, string[]> | undefined;
37
+ } | undefined;
38
+ readonly sign?: boolean | undefined;
39
+ readonly storeQueries?: boolean | undefined;
40
+ readonly timestamp?: boolean | undefined;
41
+ } & {
42
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
43
+ schema: "network.xyo.sentinel.config";
44
+ synchronous?: boolean | undefined;
45
+ tasks: import("@xyo-network/sentinel-model").Task[];
46
+ throwErrors?: boolean | undefined;
47
+ }, "schema"> & {
48
+ schema: string;
49
+ };
50
+ ephemeralQueryAccountEnabled?: boolean | undefined;
51
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
52
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
+ readonly archivist?: string | undefined;
55
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
56
+ readonly name?: string | undefined;
57
+ readonly paging?: Record<string, {
58
+ size?: number | undefined;
59
+ }> | undefined;
60
+ schema: "network.xyo.module.config";
61
+ readonly security?: {
62
+ readonly allowAnonymous?: boolean | undefined;
63
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, string[]> | undefined;
65
+ } | undefined;
66
+ readonly sign?: boolean | undefined;
67
+ readonly storeQueries?: boolean | undefined;
68
+ readonly timestamp?: boolean | undefined;
69
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
70
+ readonly archivist?: string | undefined;
71
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
72
+ readonly name?: string | undefined;
73
+ readonly paging?: Record<string, {
74
+ size?: number | undefined;
75
+ }> | undefined;
76
+ schema: "network.xyo.module.config";
77
+ readonly security?: {
78
+ readonly allowAnonymous?: boolean | undefined;
79
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
80
+ readonly disallowed?: Record<string, string[]> | undefined;
81
+ } | undefined;
82
+ readonly sign?: boolean | undefined;
83
+ readonly storeQueries?: boolean | undefined;
84
+ readonly timestamp?: boolean | undefined;
85
+ }, "schema"> & {
86
+ schema: string;
87
+ };
88
+ ephemeralQueryAccountEnabled?: boolean | undefined;
89
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
91
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
+ readonly archivist?: string | undefined;
94
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
95
+ readonly name?: string | undefined;
96
+ readonly paging?: Record<string, {
97
+ size?: number | undefined;
98
+ }> | undefined;
99
+ schema: "network.xyo.sentinel.config";
100
+ readonly security?: {
101
+ readonly allowAnonymous?: boolean | undefined;
102
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
103
+ readonly disallowed?: Record<string, string[]> | undefined;
104
+ } | undefined;
105
+ readonly sign?: boolean | undefined;
106
+ readonly storeQueries?: boolean | undefined;
107
+ readonly timestamp?: boolean | undefined;
108
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
109
+ readonly archivist?: string | undefined;
110
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
111
+ readonly name?: string | undefined;
112
+ readonly paging?: Record<string, {
113
+ size?: number | undefined;
114
+ }> | undefined;
115
+ schema: "network.xyo.sentinel.config";
116
+ readonly security?: {
117
+ readonly allowAnonymous?: boolean | undefined;
118
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
119
+ readonly disallowed?: Record<string, string[]> | undefined;
120
+ } | undefined;
121
+ readonly sign?: boolean | undefined;
122
+ readonly storeQueries?: boolean | undefined;
123
+ readonly timestamp?: boolean | undefined;
124
+ } & {
125
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
126
+ schema: "network.xyo.sentinel.config";
127
+ synchronous?: boolean | undefined;
128
+ tasks: import("@xyo-network/sentinel-model").Task[];
129
+ throwErrors?: boolean | undefined;
130
+ }, "schema"> & {
131
+ schema: string;
132
+ };
133
+ ephemeralQueryAccountEnabled?: boolean | undefined;
134
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
135
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
+ readonly archivist?: string | undefined;
138
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
139
+ readonly name?: string | undefined;
140
+ readonly paging?: Record<string, {
141
+ size?: number | undefined;
142
+ }> | undefined;
143
+ schema: "network.xyo.module.config";
144
+ readonly security?: {
145
+ readonly allowAnonymous?: boolean | undefined;
146
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
147
+ readonly disallowed?: Record<string, string[]> | undefined;
148
+ } | undefined;
149
+ readonly sign?: boolean | undefined;
150
+ readonly storeQueries?: boolean | undefined;
151
+ readonly timestamp?: boolean | undefined;
152
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
153
+ readonly archivist?: string | undefined;
154
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
155
+ readonly name?: string | undefined;
156
+ readonly paging?: Record<string, {
157
+ size?: number | undefined;
158
+ }> | undefined;
159
+ schema: "network.xyo.module.config";
160
+ readonly security?: {
161
+ readonly allowAnonymous?: boolean | undefined;
162
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
163
+ readonly disallowed?: Record<string, string[]> | undefined;
164
+ } | undefined;
165
+ readonly sign?: boolean | undefined;
166
+ readonly storeQueries?: boolean | undefined;
167
+ readonly timestamp?: boolean | undefined;
168
+ }, "schema"> & {
169
+ schema: string;
170
+ };
171
+ ephemeralQueryAccountEnabled?: boolean | undefined;
172
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
9
173
  static requiredQueries: string[];
10
174
  archivists(): Promise<ArchivistInstance[]>;
11
175
  report(payloads?: Payload[]): Promise<Payload[]>;
@@ -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,4DAAqB;IAC1D,OAAgB,mBAAmB,sEAAmB;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"}
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"}
@@ -4,8 +4,172 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  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
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance>;
8
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule>;
7
+ static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
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
+ schema: "network.xyo.sentinel.config";
17
+ readonly security?: {
18
+ readonly allowAnonymous?: boolean | undefined;
19
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
20
+ readonly disallowed?: Record<string, string[]> | undefined;
21
+ } | undefined;
22
+ readonly sign?: boolean | undefined;
23
+ readonly storeQueries?: boolean | undefined;
24
+ readonly timestamp?: boolean | undefined;
25
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
26
+ readonly archivist?: string | undefined;
27
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
+ readonly name?: string | undefined;
29
+ readonly paging?: Record<string, {
30
+ size?: number | undefined;
31
+ }> | undefined;
32
+ schema: "network.xyo.sentinel.config";
33
+ readonly security?: {
34
+ readonly allowAnonymous?: boolean | undefined;
35
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, string[]> | undefined;
37
+ } | undefined;
38
+ readonly sign?: boolean | undefined;
39
+ readonly storeQueries?: boolean | undefined;
40
+ readonly timestamp?: boolean | undefined;
41
+ } & {
42
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
43
+ schema: "network.xyo.sentinel.config";
44
+ synchronous?: boolean | undefined;
45
+ tasks: import("@xyo-network/sentinel-model").Task[];
46
+ throwErrors?: boolean | undefined;
47
+ }, "schema"> & {
48
+ schema: string;
49
+ };
50
+ ephemeralQueryAccountEnabled?: boolean | undefined;
51
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
52
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
+ readonly archivist?: string | undefined;
55
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
56
+ readonly name?: string | undefined;
57
+ readonly paging?: Record<string, {
58
+ size?: number | undefined;
59
+ }> | undefined;
60
+ schema: "network.xyo.module.config";
61
+ readonly security?: {
62
+ readonly allowAnonymous?: boolean | undefined;
63
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, string[]> | undefined;
65
+ } | undefined;
66
+ readonly sign?: boolean | undefined;
67
+ readonly storeQueries?: boolean | undefined;
68
+ readonly timestamp?: boolean | undefined;
69
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
70
+ readonly archivist?: string | undefined;
71
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
72
+ readonly name?: string | undefined;
73
+ readonly paging?: Record<string, {
74
+ size?: number | undefined;
75
+ }> | undefined;
76
+ schema: "network.xyo.module.config";
77
+ readonly security?: {
78
+ readonly allowAnonymous?: boolean | undefined;
79
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
80
+ readonly disallowed?: Record<string, string[]> | undefined;
81
+ } | undefined;
82
+ readonly sign?: boolean | undefined;
83
+ readonly storeQueries?: boolean | undefined;
84
+ readonly timestamp?: boolean | undefined;
85
+ }, "schema"> & {
86
+ schema: string;
87
+ };
88
+ ephemeralQueryAccountEnabled?: boolean | undefined;
89
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
91
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
+ readonly archivist?: string | undefined;
94
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
95
+ readonly name?: string | undefined;
96
+ readonly paging?: Record<string, {
97
+ size?: number | undefined;
98
+ }> | undefined;
99
+ schema: "network.xyo.sentinel.config";
100
+ readonly security?: {
101
+ readonly allowAnonymous?: boolean | undefined;
102
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
103
+ readonly disallowed?: Record<string, string[]> | undefined;
104
+ } | undefined;
105
+ readonly sign?: boolean | undefined;
106
+ readonly storeQueries?: boolean | undefined;
107
+ readonly timestamp?: boolean | undefined;
108
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
109
+ readonly archivist?: string | undefined;
110
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
111
+ readonly name?: string | undefined;
112
+ readonly paging?: Record<string, {
113
+ size?: number | undefined;
114
+ }> | undefined;
115
+ schema: "network.xyo.sentinel.config";
116
+ readonly security?: {
117
+ readonly allowAnonymous?: boolean | undefined;
118
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
119
+ readonly disallowed?: Record<string, string[]> | undefined;
120
+ } | undefined;
121
+ readonly sign?: boolean | undefined;
122
+ readonly storeQueries?: boolean | undefined;
123
+ readonly timestamp?: boolean | undefined;
124
+ } & {
125
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
126
+ schema: "network.xyo.sentinel.config";
127
+ synchronous?: boolean | undefined;
128
+ tasks: import("@xyo-network/sentinel-model").Task[];
129
+ throwErrors?: boolean | undefined;
130
+ }, "schema"> & {
131
+ schema: string;
132
+ };
133
+ ephemeralQueryAccountEnabled?: boolean | undefined;
134
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
135
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
+ readonly archivist?: string | undefined;
138
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
139
+ readonly name?: string | undefined;
140
+ readonly paging?: Record<string, {
141
+ size?: number | undefined;
142
+ }> | undefined;
143
+ schema: "network.xyo.module.config";
144
+ readonly security?: {
145
+ readonly allowAnonymous?: boolean | undefined;
146
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
147
+ readonly disallowed?: Record<string, string[]> | undefined;
148
+ } | undefined;
149
+ readonly sign?: boolean | undefined;
150
+ readonly storeQueries?: boolean | undefined;
151
+ readonly timestamp?: boolean | undefined;
152
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
153
+ readonly archivist?: string | undefined;
154
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
155
+ readonly name?: string | undefined;
156
+ readonly paging?: Record<string, {
157
+ size?: number | undefined;
158
+ }> | undefined;
159
+ schema: "network.xyo.module.config";
160
+ readonly security?: {
161
+ readonly allowAnonymous?: boolean | undefined;
162
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
163
+ readonly disallowed?: Record<string, string[]> | undefined;
164
+ } | undefined;
165
+ readonly sign?: boolean | undefined;
166
+ readonly storeQueries?: boolean | undefined;
167
+ readonly timestamp?: boolean | undefined;
168
+ }, "schema"> & {
169
+ schema: string;
170
+ };
171
+ ephemeralQueryAccountEnabled?: boolean | undefined;
172
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
9
173
  static requiredQueries: string[];
10
174
  archivists(): Promise<ArchivistInstance[]>;
11
175
  report(payloads?: Payload[]): Promise<Payload[]>;
@@ -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,4DAAqB;IAC1D,OAAgB,mBAAmB,sEAAmB;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"}
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"}
@@ -4,8 +4,172 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  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
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance>;
8
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule>;
7
+ static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
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
+ schema: "network.xyo.sentinel.config";
17
+ readonly security?: {
18
+ readonly allowAnonymous?: boolean | undefined;
19
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
20
+ readonly disallowed?: Record<string, string[]> | undefined;
21
+ } | undefined;
22
+ readonly sign?: boolean | undefined;
23
+ readonly storeQueries?: boolean | undefined;
24
+ readonly timestamp?: boolean | undefined;
25
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
26
+ readonly archivist?: string | undefined;
27
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
+ readonly name?: string | undefined;
29
+ readonly paging?: Record<string, {
30
+ size?: number | undefined;
31
+ }> | undefined;
32
+ schema: "network.xyo.sentinel.config";
33
+ readonly security?: {
34
+ readonly allowAnonymous?: boolean | undefined;
35
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, string[]> | undefined;
37
+ } | undefined;
38
+ readonly sign?: boolean | undefined;
39
+ readonly storeQueries?: boolean | undefined;
40
+ readonly timestamp?: boolean | undefined;
41
+ } & {
42
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
43
+ schema: "network.xyo.sentinel.config";
44
+ synchronous?: boolean | undefined;
45
+ tasks: import("@xyo-network/sentinel-model").Task[];
46
+ throwErrors?: boolean | undefined;
47
+ }, "schema"> & {
48
+ schema: string;
49
+ };
50
+ ephemeralQueryAccountEnabled?: boolean | undefined;
51
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
52
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
+ readonly archivist?: string | undefined;
55
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
56
+ readonly name?: string | undefined;
57
+ readonly paging?: Record<string, {
58
+ size?: number | undefined;
59
+ }> | undefined;
60
+ schema: "network.xyo.module.config";
61
+ readonly security?: {
62
+ readonly allowAnonymous?: boolean | undefined;
63
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, string[]> | undefined;
65
+ } | undefined;
66
+ readonly sign?: boolean | undefined;
67
+ readonly storeQueries?: boolean | undefined;
68
+ readonly timestamp?: boolean | undefined;
69
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
70
+ readonly archivist?: string | undefined;
71
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
72
+ readonly name?: string | undefined;
73
+ readonly paging?: Record<string, {
74
+ size?: number | undefined;
75
+ }> | undefined;
76
+ schema: "network.xyo.module.config";
77
+ readonly security?: {
78
+ readonly allowAnonymous?: boolean | undefined;
79
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
80
+ readonly disallowed?: Record<string, string[]> | undefined;
81
+ } | undefined;
82
+ readonly sign?: boolean | undefined;
83
+ readonly storeQueries?: boolean | undefined;
84
+ readonly timestamp?: boolean | undefined;
85
+ }, "schema"> & {
86
+ schema: string;
87
+ };
88
+ ephemeralQueryAccountEnabled?: boolean | undefined;
89
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
91
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
+ readonly archivist?: string | undefined;
94
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
95
+ readonly name?: string | undefined;
96
+ readonly paging?: Record<string, {
97
+ size?: number | undefined;
98
+ }> | undefined;
99
+ schema: "network.xyo.sentinel.config";
100
+ readonly security?: {
101
+ readonly allowAnonymous?: boolean | undefined;
102
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
103
+ readonly disallowed?: Record<string, string[]> | undefined;
104
+ } | undefined;
105
+ readonly sign?: boolean | undefined;
106
+ readonly storeQueries?: boolean | undefined;
107
+ readonly timestamp?: boolean | undefined;
108
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
109
+ readonly archivist?: string | undefined;
110
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
111
+ readonly name?: string | undefined;
112
+ readonly paging?: Record<string, {
113
+ size?: number | undefined;
114
+ }> | undefined;
115
+ schema: "network.xyo.sentinel.config";
116
+ readonly security?: {
117
+ readonly allowAnonymous?: boolean | undefined;
118
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
119
+ readonly disallowed?: Record<string, string[]> | undefined;
120
+ } | undefined;
121
+ readonly sign?: boolean | undefined;
122
+ readonly storeQueries?: boolean | undefined;
123
+ readonly timestamp?: boolean | undefined;
124
+ } & {
125
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
126
+ schema: "network.xyo.sentinel.config";
127
+ synchronous?: boolean | undefined;
128
+ tasks: import("@xyo-network/sentinel-model").Task[];
129
+ throwErrors?: boolean | undefined;
130
+ }, "schema"> & {
131
+ schema: string;
132
+ };
133
+ ephemeralQueryAccountEnabled?: boolean | undefined;
134
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
135
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
+ readonly archivist?: string | undefined;
138
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
139
+ readonly name?: string | undefined;
140
+ readonly paging?: Record<string, {
141
+ size?: number | undefined;
142
+ }> | undefined;
143
+ schema: "network.xyo.module.config";
144
+ readonly security?: {
145
+ readonly allowAnonymous?: boolean | undefined;
146
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
147
+ readonly disallowed?: Record<string, string[]> | undefined;
148
+ } | undefined;
149
+ readonly sign?: boolean | undefined;
150
+ readonly storeQueries?: boolean | undefined;
151
+ readonly timestamp?: boolean | undefined;
152
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
153
+ readonly archivist?: string | undefined;
154
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
155
+ readonly name?: string | undefined;
156
+ readonly paging?: Record<string, {
157
+ size?: number | undefined;
158
+ }> | undefined;
159
+ schema: "network.xyo.module.config";
160
+ readonly security?: {
161
+ readonly allowAnonymous?: boolean | undefined;
162
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
163
+ readonly disallowed?: Record<string, string[]> | undefined;
164
+ } | undefined;
165
+ readonly sign?: boolean | undefined;
166
+ readonly storeQueries?: boolean | undefined;
167
+ readonly timestamp?: boolean | undefined;
168
+ }, "schema"> & {
169
+ schema: string;
170
+ };
171
+ ephemeralQueryAccountEnabled?: boolean | undefined;
172
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
9
173
  static requiredQueries: string[];
10
174
  archivists(): Promise<ArchivistInstance[]>;
11
175
  report(payloads?: Payload[]): Promise<Payload[]>;
@@ -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,4DAAqB;IAC1D,OAAgB,mBAAmB,sEAAmB;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"}
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"}
@@ -4,8 +4,172 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  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
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance>;
8
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule>;
7
+ static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
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
+ schema: "network.xyo.sentinel.config";
17
+ readonly security?: {
18
+ readonly allowAnonymous?: boolean | undefined;
19
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
20
+ readonly disallowed?: Record<string, string[]> | undefined;
21
+ } | undefined;
22
+ readonly sign?: boolean | undefined;
23
+ readonly storeQueries?: boolean | undefined;
24
+ readonly timestamp?: boolean | undefined;
25
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
26
+ readonly archivist?: string | undefined;
27
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
+ readonly name?: string | undefined;
29
+ readonly paging?: Record<string, {
30
+ size?: number | undefined;
31
+ }> | undefined;
32
+ schema: "network.xyo.sentinel.config";
33
+ readonly security?: {
34
+ readonly allowAnonymous?: boolean | undefined;
35
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, string[]> | undefined;
37
+ } | undefined;
38
+ readonly sign?: boolean | undefined;
39
+ readonly storeQueries?: boolean | undefined;
40
+ readonly timestamp?: boolean | undefined;
41
+ } & {
42
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
43
+ schema: "network.xyo.sentinel.config";
44
+ synchronous?: boolean | undefined;
45
+ tasks: import("@xyo-network/sentinel-model").Task[];
46
+ throwErrors?: boolean | undefined;
47
+ }, "schema"> & {
48
+ schema: string;
49
+ };
50
+ ephemeralQueryAccountEnabled?: boolean | undefined;
51
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
52
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
+ readonly archivist?: string | undefined;
55
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
56
+ readonly name?: string | undefined;
57
+ readonly paging?: Record<string, {
58
+ size?: number | undefined;
59
+ }> | undefined;
60
+ schema: "network.xyo.module.config";
61
+ readonly security?: {
62
+ readonly allowAnonymous?: boolean | undefined;
63
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, string[]> | undefined;
65
+ } | undefined;
66
+ readonly sign?: boolean | undefined;
67
+ readonly storeQueries?: boolean | undefined;
68
+ readonly timestamp?: boolean | undefined;
69
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
70
+ readonly archivist?: string | undefined;
71
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
72
+ readonly name?: string | undefined;
73
+ readonly paging?: Record<string, {
74
+ size?: number | undefined;
75
+ }> | undefined;
76
+ schema: "network.xyo.module.config";
77
+ readonly security?: {
78
+ readonly allowAnonymous?: boolean | undefined;
79
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
80
+ readonly disallowed?: Record<string, string[]> | undefined;
81
+ } | undefined;
82
+ readonly sign?: boolean | undefined;
83
+ readonly storeQueries?: boolean | undefined;
84
+ readonly timestamp?: boolean | undefined;
85
+ }, "schema"> & {
86
+ schema: string;
87
+ };
88
+ ephemeralQueryAccountEnabled?: boolean | undefined;
89
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
91
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
+ readonly archivist?: string | undefined;
94
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
95
+ readonly name?: string | undefined;
96
+ readonly paging?: Record<string, {
97
+ size?: number | undefined;
98
+ }> | undefined;
99
+ schema: "network.xyo.sentinel.config";
100
+ readonly security?: {
101
+ readonly allowAnonymous?: boolean | undefined;
102
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
103
+ readonly disallowed?: Record<string, string[]> | undefined;
104
+ } | undefined;
105
+ readonly sign?: boolean | undefined;
106
+ readonly storeQueries?: boolean | undefined;
107
+ readonly timestamp?: boolean | undefined;
108
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
109
+ readonly archivist?: string | undefined;
110
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
111
+ readonly name?: string | undefined;
112
+ readonly paging?: Record<string, {
113
+ size?: number | undefined;
114
+ }> | undefined;
115
+ schema: "network.xyo.sentinel.config";
116
+ readonly security?: {
117
+ readonly allowAnonymous?: boolean | undefined;
118
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
119
+ readonly disallowed?: Record<string, string[]> | undefined;
120
+ } | undefined;
121
+ readonly sign?: boolean | undefined;
122
+ readonly storeQueries?: boolean | undefined;
123
+ readonly timestamp?: boolean | undefined;
124
+ } & {
125
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
126
+ schema: "network.xyo.sentinel.config";
127
+ synchronous?: boolean | undefined;
128
+ tasks: import("@xyo-network/sentinel-model").Task[];
129
+ throwErrors?: boolean | undefined;
130
+ }, "schema"> & {
131
+ schema: string;
132
+ };
133
+ ephemeralQueryAccountEnabled?: boolean | undefined;
134
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
135
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
+ readonly archivist?: string | undefined;
138
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
139
+ readonly name?: string | undefined;
140
+ readonly paging?: Record<string, {
141
+ size?: number | undefined;
142
+ }> | undefined;
143
+ schema: "network.xyo.module.config";
144
+ readonly security?: {
145
+ readonly allowAnonymous?: boolean | undefined;
146
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
147
+ readonly disallowed?: Record<string, string[]> | undefined;
148
+ } | undefined;
149
+ readonly sign?: boolean | undefined;
150
+ readonly storeQueries?: boolean | undefined;
151
+ readonly timestamp?: boolean | undefined;
152
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
153
+ readonly archivist?: string | undefined;
154
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
155
+ readonly name?: string | undefined;
156
+ readonly paging?: Record<string, {
157
+ size?: number | undefined;
158
+ }> | undefined;
159
+ schema: "network.xyo.module.config";
160
+ readonly security?: {
161
+ readonly allowAnonymous?: boolean | undefined;
162
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
163
+ readonly disallowed?: Record<string, string[]> | undefined;
164
+ } | undefined;
165
+ readonly sign?: boolean | undefined;
166
+ readonly storeQueries?: boolean | undefined;
167
+ readonly timestamp?: boolean | undefined;
168
+ }, "schema"> & {
169
+ schema: string;
170
+ };
171
+ ephemeralQueryAccountEnabled?: boolean | undefined;
172
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
9
173
  static requiredQueries: string[];
10
174
  archivists(): Promise<ArchivistInstance[]>;
11
175
  report(payloads?: Payload[]): Promise<Payload[]>;
@@ -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,4DAAqB;IAC1D,OAAgB,mBAAmB,sEAAmB;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"}
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"}
@@ -4,8 +4,172 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  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
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance>;
8
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule>;
7
+ static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
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
+ schema: "network.xyo.sentinel.config";
17
+ readonly security?: {
18
+ readonly allowAnonymous?: boolean | undefined;
19
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
20
+ readonly disallowed?: Record<string, string[]> | undefined;
21
+ } | undefined;
22
+ readonly sign?: boolean | undefined;
23
+ readonly storeQueries?: boolean | undefined;
24
+ readonly timestamp?: boolean | undefined;
25
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
26
+ readonly archivist?: string | undefined;
27
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
+ readonly name?: string | undefined;
29
+ readonly paging?: Record<string, {
30
+ size?: number | undefined;
31
+ }> | undefined;
32
+ schema: "network.xyo.sentinel.config";
33
+ readonly security?: {
34
+ readonly allowAnonymous?: boolean | undefined;
35
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, string[]> | undefined;
37
+ } | undefined;
38
+ readonly sign?: boolean | undefined;
39
+ readonly storeQueries?: boolean | undefined;
40
+ readonly timestamp?: boolean | undefined;
41
+ } & {
42
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
43
+ schema: "network.xyo.sentinel.config";
44
+ synchronous?: boolean | undefined;
45
+ tasks: import("@xyo-network/sentinel-model").Task[];
46
+ throwErrors?: boolean | undefined;
47
+ }, "schema"> & {
48
+ schema: string;
49
+ };
50
+ ephemeralQueryAccountEnabled?: boolean | undefined;
51
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
52
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
+ readonly archivist?: string | undefined;
55
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
56
+ readonly name?: string | undefined;
57
+ readonly paging?: Record<string, {
58
+ size?: number | undefined;
59
+ }> | undefined;
60
+ schema: "network.xyo.module.config";
61
+ readonly security?: {
62
+ readonly allowAnonymous?: boolean | undefined;
63
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, string[]> | undefined;
65
+ } | undefined;
66
+ readonly sign?: boolean | undefined;
67
+ readonly storeQueries?: boolean | undefined;
68
+ readonly timestamp?: boolean | undefined;
69
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
70
+ readonly archivist?: string | undefined;
71
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
72
+ readonly name?: string | undefined;
73
+ readonly paging?: Record<string, {
74
+ size?: number | undefined;
75
+ }> | undefined;
76
+ schema: "network.xyo.module.config";
77
+ readonly security?: {
78
+ readonly allowAnonymous?: boolean | undefined;
79
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
80
+ readonly disallowed?: Record<string, string[]> | undefined;
81
+ } | undefined;
82
+ readonly sign?: boolean | undefined;
83
+ readonly storeQueries?: boolean | undefined;
84
+ readonly timestamp?: boolean | undefined;
85
+ }, "schema"> & {
86
+ schema: string;
87
+ };
88
+ ephemeralQueryAccountEnabled?: boolean | undefined;
89
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
91
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
+ readonly archivist?: string | undefined;
94
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
95
+ readonly name?: string | undefined;
96
+ readonly paging?: Record<string, {
97
+ size?: number | undefined;
98
+ }> | undefined;
99
+ schema: "network.xyo.sentinel.config";
100
+ readonly security?: {
101
+ readonly allowAnonymous?: boolean | undefined;
102
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
103
+ readonly disallowed?: Record<string, string[]> | undefined;
104
+ } | undefined;
105
+ readonly sign?: boolean | undefined;
106
+ readonly storeQueries?: boolean | undefined;
107
+ readonly timestamp?: boolean | undefined;
108
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
109
+ readonly archivist?: string | undefined;
110
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
111
+ readonly name?: string | undefined;
112
+ readonly paging?: Record<string, {
113
+ size?: number | undefined;
114
+ }> | undefined;
115
+ schema: "network.xyo.sentinel.config";
116
+ readonly security?: {
117
+ readonly allowAnonymous?: boolean | undefined;
118
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
119
+ readonly disallowed?: Record<string, string[]> | undefined;
120
+ } | undefined;
121
+ readonly sign?: boolean | undefined;
122
+ readonly storeQueries?: boolean | undefined;
123
+ readonly timestamp?: boolean | undefined;
124
+ } & {
125
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
126
+ schema: "network.xyo.sentinel.config";
127
+ synchronous?: boolean | undefined;
128
+ tasks: import("@xyo-network/sentinel-model").Task[];
129
+ throwErrors?: boolean | undefined;
130
+ }, "schema"> & {
131
+ schema: string;
132
+ };
133
+ ephemeralQueryAccountEnabled?: boolean | undefined;
134
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
135
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
+ readonly archivist?: string | undefined;
138
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
139
+ readonly name?: string | undefined;
140
+ readonly paging?: Record<string, {
141
+ size?: number | undefined;
142
+ }> | undefined;
143
+ schema: "network.xyo.module.config";
144
+ readonly security?: {
145
+ readonly allowAnonymous?: boolean | undefined;
146
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
147
+ readonly disallowed?: Record<string, string[]> | undefined;
148
+ } | undefined;
149
+ readonly sign?: boolean | undefined;
150
+ readonly storeQueries?: boolean | undefined;
151
+ readonly timestamp?: boolean | undefined;
152
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
153
+ readonly archivist?: string | undefined;
154
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
155
+ readonly name?: string | undefined;
156
+ readonly paging?: Record<string, {
157
+ size?: number | undefined;
158
+ }> | undefined;
159
+ schema: "network.xyo.module.config";
160
+ readonly security?: {
161
+ readonly allowAnonymous?: boolean | undefined;
162
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
163
+ readonly disallowed?: Record<string, string[]> | undefined;
164
+ } | undefined;
165
+ readonly sign?: boolean | undefined;
166
+ readonly storeQueries?: boolean | undefined;
167
+ readonly timestamp?: boolean | undefined;
168
+ }, "schema"> & {
169
+ schema: string;
170
+ };
171
+ ephemeralQueryAccountEnabled?: boolean | undefined;
172
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
9
173
  static requiredQueries: string[];
10
174
  archivists(): Promise<ArchivistInstance[]>;
11
175
  report(payloads?: Payload[]): Promise<Payload[]>;
@@ -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,4DAAqB;IAC1D,OAAgB,mBAAmB,sEAAmB;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"}
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"}
@@ -4,8 +4,172 @@ import { Payload } from '@xyo-network/payload-model';
4
4
  import { SentinelInstance, SentinelModule } from '@xyo-network/sentinel-model';
5
5
  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
- static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance>;
8
- static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule>;
7
+ static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<SentinelInstance<import("@xyo-network/object").BaseParamsFields & {
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
+ schema: "network.xyo.sentinel.config";
17
+ readonly security?: {
18
+ readonly allowAnonymous?: boolean | undefined;
19
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
20
+ readonly disallowed?: Record<string, string[]> | undefined;
21
+ } | undefined;
22
+ readonly sign?: boolean | undefined;
23
+ readonly storeQueries?: boolean | undefined;
24
+ readonly timestamp?: boolean | undefined;
25
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
26
+ readonly archivist?: string | undefined;
27
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
+ readonly name?: string | undefined;
29
+ readonly paging?: Record<string, {
30
+ size?: number | undefined;
31
+ }> | undefined;
32
+ schema: "network.xyo.sentinel.config";
33
+ readonly security?: {
34
+ readonly allowAnonymous?: boolean | undefined;
35
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
36
+ readonly disallowed?: Record<string, string[]> | undefined;
37
+ } | undefined;
38
+ readonly sign?: boolean | undefined;
39
+ readonly storeQueries?: boolean | undefined;
40
+ readonly timestamp?: boolean | undefined;
41
+ } & {
42
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
43
+ schema: "network.xyo.sentinel.config";
44
+ synchronous?: boolean | undefined;
45
+ tasks: import("@xyo-network/sentinel-model").Task[];
46
+ throwErrors?: boolean | undefined;
47
+ }, "schema"> & {
48
+ schema: string;
49
+ };
50
+ ephemeralQueryAccountEnabled?: boolean | undefined;
51
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
52
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
53
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
54
+ readonly archivist?: string | undefined;
55
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
56
+ readonly name?: string | undefined;
57
+ readonly paging?: Record<string, {
58
+ size?: number | undefined;
59
+ }> | undefined;
60
+ schema: "network.xyo.module.config";
61
+ readonly security?: {
62
+ readonly allowAnonymous?: boolean | undefined;
63
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, string[]> | undefined;
65
+ } | undefined;
66
+ readonly sign?: boolean | undefined;
67
+ readonly storeQueries?: boolean | undefined;
68
+ readonly timestamp?: boolean | undefined;
69
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
70
+ readonly archivist?: string | undefined;
71
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
72
+ readonly name?: string | undefined;
73
+ readonly paging?: Record<string, {
74
+ size?: number | undefined;
75
+ }> | undefined;
76
+ schema: "network.xyo.module.config";
77
+ readonly security?: {
78
+ readonly allowAnonymous?: boolean | undefined;
79
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
80
+ readonly disallowed?: Record<string, string[]> | undefined;
81
+ } | undefined;
82
+ readonly sign?: boolean | undefined;
83
+ readonly storeQueries?: boolean | undefined;
84
+ readonly timestamp?: boolean | undefined;
85
+ }, "schema"> & {
86
+ schema: string;
87
+ };
88
+ ephemeralQueryAccountEnabled?: boolean | undefined;
89
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
90
+ static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xyo-network/object").BaseParamsFields & {
91
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
92
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
93
+ readonly archivist?: string | undefined;
94
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
95
+ readonly name?: string | undefined;
96
+ readonly paging?: Record<string, {
97
+ size?: number | undefined;
98
+ }> | undefined;
99
+ schema: "network.xyo.sentinel.config";
100
+ readonly security?: {
101
+ readonly allowAnonymous?: boolean | undefined;
102
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
103
+ readonly disallowed?: Record<string, string[]> | undefined;
104
+ } | undefined;
105
+ readonly sign?: boolean | undefined;
106
+ readonly storeQueries?: boolean | undefined;
107
+ readonly timestamp?: boolean | undefined;
108
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
109
+ readonly archivist?: string | undefined;
110
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
111
+ readonly name?: string | undefined;
112
+ readonly paging?: Record<string, {
113
+ size?: number | undefined;
114
+ }> | undefined;
115
+ schema: "network.xyo.sentinel.config";
116
+ readonly security?: {
117
+ readonly allowAnonymous?: boolean | undefined;
118
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
119
+ readonly disallowed?: Record<string, string[]> | undefined;
120
+ } | undefined;
121
+ readonly sign?: boolean | undefined;
122
+ readonly storeQueries?: boolean | undefined;
123
+ readonly timestamp?: boolean | undefined;
124
+ } & {
125
+ automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
126
+ schema: "network.xyo.sentinel.config";
127
+ synchronous?: boolean | undefined;
128
+ tasks: import("@xyo-network/sentinel-model").Task[];
129
+ throwErrors?: boolean | undefined;
130
+ }, "schema"> & {
131
+ schema: string;
132
+ };
133
+ ephemeralQueryAccountEnabled?: boolean | undefined;
134
+ }, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
135
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
136
+ config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
137
+ readonly archivist?: string | undefined;
138
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
139
+ readonly name?: string | undefined;
140
+ readonly paging?: Record<string, {
141
+ size?: number | undefined;
142
+ }> | undefined;
143
+ schema: "network.xyo.module.config";
144
+ readonly security?: {
145
+ readonly allowAnonymous?: boolean | undefined;
146
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
147
+ readonly disallowed?: Record<string, string[]> | undefined;
148
+ } | undefined;
149
+ readonly sign?: boolean | undefined;
150
+ readonly storeQueries?: boolean | undefined;
151
+ readonly timestamp?: boolean | undefined;
152
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
153
+ readonly archivist?: string | undefined;
154
+ readonly labels?: import("@xyo-network/module-model").Labels | undefined;
155
+ readonly name?: string | undefined;
156
+ readonly paging?: Record<string, {
157
+ size?: number | undefined;
158
+ }> | undefined;
159
+ schema: "network.xyo.module.config";
160
+ readonly security?: {
161
+ readonly allowAnonymous?: boolean | undefined;
162
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
163
+ readonly disallowed?: Record<string, string[]> | undefined;
164
+ } | undefined;
165
+ readonly sign?: boolean | undefined;
166
+ readonly storeQueries?: boolean | undefined;
167
+ readonly timestamp?: boolean | undefined;
168
+ }, "schema"> & {
169
+ schema: string;
170
+ };
171
+ ephemeralQueryAccountEnabled?: boolean | undefined;
172
+ }, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
9
173
  static requiredQueries: string[];
10
174
  archivists(): Promise<ArchivistInstance[]>;
11
175
  report(payloads?: Payload[]): Promise<Payload[]>;
@@ -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,4DAAqB;IAC1D,OAAgB,mBAAmB,sEAAmB;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"}
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.87.0-rc.7",
14
- "@xyo-network/module-wrapper": "~2.87.0-rc.7",
15
- "@xyo-network/payload-model": "~2.87.0-rc.7",
16
- "@xyo-network/sentinel-model": "~2.87.0-rc.7",
17
- "@xyo-network/witness-model": "~2.87.0-rc.7"
13
+ "@xyo-network/archivist-model": "~2.87.1",
14
+ "@xyo-network/module-wrapper": "~2.87.1",
15
+ "@xyo-network/payload-model": "~2.87.1",
16
+ "@xyo-network/sentinel-model": "~2.87.1",
17
+ "@xyo-network/witness-model": "~2.87.1"
18
18
  },
19
19
  "description": "Primary SDK for using XYO Protocol 2.0",
20
20
  "devDependencies": {
21
- "@xylabs/ts-scripts-yarn3": "^3.2.33",
22
- "@xylabs/tsconfig": "^3.2.33",
23
- "@xyo-network/abstract-witness": "~2.87.0-rc.7",
24
- "@xyo-network/account": "~2.87.0-rc.7",
25
- "@xyo-network/archivist-memory": "~2.87.0-rc.7",
26
- "@xyo-network/boundwitness-model": "~2.87.0-rc.7",
27
- "@xyo-network/hash": "~2.87.0-rc.7",
28
- "@xyo-network/node-memory": "~2.87.0-rc.7",
29
- "@xyo-network/sentinel-memory": "~2.87.0-rc.7",
30
- "@xyo-network/witness-adhoc": "~2.87.0-rc.7",
21
+ "@xylabs/ts-scripts-yarn3": "^3.2.41",
22
+ "@xylabs/tsconfig": "^3.2.41",
23
+ "@xyo-network/abstract-witness": "~2.87.1",
24
+ "@xyo-network/account": "~2.87.1",
25
+ "@xyo-network/archivist-memory": "~2.87.1",
26
+ "@xyo-network/boundwitness-model": "~2.87.1",
27
+ "@xyo-network/hash": "~2.87.1",
28
+ "@xyo-network/node-memory": "~2.87.1",
29
+ "@xyo-network/sentinel-memory": "~2.87.1",
30
+ "@xyo-network/witness-adhoc": "~2.87.1",
31
31
  "typescript": "^5.3.3"
32
32
  },
33
33
  "types": "dist/node/index.d.ts",
@@ -68,7 +68,6 @@
68
68
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
69
69
  },
70
70
  "sideEffects": false,
71
- "version": "2.87.0-rc.7",
72
- "type": "module",
73
- "stableVersion": "2.86.1"
71
+ "version": "2.87.1",
72
+ "type": "module"
74
73
  }