@xyo-network/sentinel-model 3.6.0-rc.7 → 3.6.0-rc.9
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.
|
@@ -24,7 +24,7 @@ export type SentinelIntervalAutomationPayload = SentinelBaseAutomationPayload<{
|
|
|
24
24
|
/** The type of automation */
|
|
25
25
|
type: 'interval';
|
|
26
26
|
}>;
|
|
27
|
-
export declare const isSentinelIntervalAutomation: (x?: unknown | null) => x is import("@
|
|
27
|
+
export declare const isSentinelIntervalAutomation: (x?: unknown | null) => x is import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
28
28
|
schema: "network.xyo.automation.interval";
|
|
29
29
|
type: "interval";
|
|
30
30
|
end?: number
|
|
@@ -5,7 +5,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
5
5
|
addToResolvers?: boolean;
|
|
6
6
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
7
7
|
allowNameResolution?: boolean;
|
|
8
|
-
config: import("@
|
|
8
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
9
9
|
schema: import("@xyo-network/payload-model").Schema;
|
|
10
10
|
readonly archiving?: {
|
|
11
11
|
readonly archivists?: string[] | undefined;
|
|
@@ -13,7 +13,6 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
13
13
|
} | undefined;
|
|
14
14
|
readonly allowedQueries?: string[] | undefined;
|
|
15
15
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
16
|
-
readonly certify?: boolean | undefined;
|
|
17
16
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
18
17
|
readonly labels?: {
|
|
19
18
|
[x: string]: string | undefined;
|
|
@@ -106,7 +105,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
106
105
|
addToResolvers?: boolean;
|
|
107
106
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
108
107
|
allowNameResolution?: boolean;
|
|
109
|
-
config: import("@
|
|
108
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
110
109
|
schema: import("@xyo-network/payload-model").Schema;
|
|
111
110
|
readonly archiving?: {
|
|
112
111
|
readonly archivists?: string[] | undefined;
|
|
@@ -114,7 +113,6 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
114
113
|
} | undefined;
|
|
115
114
|
readonly allowedQueries?: string[] | undefined;
|
|
116
115
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
117
|
-
readonly certify?: boolean | undefined;
|
|
118
116
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
119
117
|
readonly labels?: {
|
|
120
118
|
[x: string]: string | undefined;
|
|
@@ -151,7 +149,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
151
149
|
addToResolvers?: boolean;
|
|
152
150
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
153
151
|
allowNameResolution?: boolean;
|
|
154
|
-
config: import("@
|
|
152
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
155
153
|
schema: import("@xyo-network/payload-model").Schema;
|
|
156
154
|
readonly archiving?: {
|
|
157
155
|
readonly archivists?: string[] | undefined;
|
|
@@ -159,7 +157,6 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
159
157
|
} | undefined;
|
|
160
158
|
readonly allowedQueries?: string[] | undefined;
|
|
161
159
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
162
|
-
readonly certify?: boolean | undefined;
|
|
163
160
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
164
161
|
readonly labels?: {
|
|
165
162
|
[x: string]: string | undefined;
|
|
@@ -252,7 +249,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
252
249
|
addToResolvers?: boolean;
|
|
253
250
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
254
251
|
allowNameResolution?: boolean;
|
|
255
|
-
config: import("@
|
|
252
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
256
253
|
schema: import("@xyo-network/payload-model").Schema;
|
|
257
254
|
readonly archiving?: {
|
|
258
255
|
readonly archivists?: string[] | undefined;
|
|
@@ -260,7 +257,6 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
260
257
|
} | undefined;
|
|
261
258
|
readonly allowedQueries?: string[] | undefined;
|
|
262
259
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
263
|
-
readonly certify?: boolean | undefined;
|
|
264
260
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
265
261
|
readonly labels?: {
|
|
266
262
|
[x: string]: string | undefined;
|
|
@@ -298,7 +294,7 @@ export declare const asSentinelModule: {
|
|
|
298
294
|
addToResolvers?: boolean;
|
|
299
295
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
300
296
|
allowNameResolution?: boolean;
|
|
301
|
-
config: import("@
|
|
297
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
302
298
|
schema: import("@xyo-network/payload-model").Schema;
|
|
303
299
|
readonly archiving?: {
|
|
304
300
|
readonly archivists?: string[] | undefined;
|
|
@@ -306,7 +302,6 @@ export declare const asSentinelModule: {
|
|
|
306
302
|
} | undefined;
|
|
307
303
|
readonly allowedQueries?: string[] | undefined;
|
|
308
304
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
309
|
-
readonly certify?: boolean | undefined;
|
|
310
305
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
311
306
|
readonly labels?: {
|
|
312
307
|
[x: string]: string | undefined;
|
|
@@ -399,7 +394,7 @@ export declare const asSentinelModule: {
|
|
|
399
394
|
addToResolvers?: boolean;
|
|
400
395
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
401
396
|
allowNameResolution?: boolean;
|
|
402
|
-
config: import("@
|
|
397
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
403
398
|
schema: import("@xyo-network/payload-model").Schema;
|
|
404
399
|
readonly archiving?: {
|
|
405
400
|
readonly archivists?: string[] | undefined;
|
|
@@ -407,7 +402,6 @@ export declare const asSentinelModule: {
|
|
|
407
402
|
} | undefined;
|
|
408
403
|
readonly allowedQueries?: string[] | undefined;
|
|
409
404
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
410
|
-
readonly certify?: boolean | undefined;
|
|
411
405
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
412
406
|
readonly labels?: {
|
|
413
407
|
[x: string]: string | undefined;
|
|
@@ -444,7 +438,7 @@ export declare const asSentinelModule: {
|
|
|
444
438
|
addToResolvers?: boolean;
|
|
445
439
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
446
440
|
allowNameResolution?: boolean;
|
|
447
|
-
config: import("@
|
|
441
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
448
442
|
schema: import("@xyo-network/payload-model").Schema;
|
|
449
443
|
readonly archiving?: {
|
|
450
444
|
readonly archivists?: string[] | undefined;
|
|
@@ -452,7 +446,6 @@ export declare const asSentinelModule: {
|
|
|
452
446
|
} | undefined;
|
|
453
447
|
readonly allowedQueries?: string[] | undefined;
|
|
454
448
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
455
|
-
readonly certify?: boolean | undefined;
|
|
456
449
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
457
450
|
readonly labels?: {
|
|
458
451
|
[x: string]: string | undefined;
|
|
@@ -545,7 +538,7 @@ export declare const asSentinelModule: {
|
|
|
545
538
|
addToResolvers?: boolean;
|
|
546
539
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
547
540
|
allowNameResolution?: boolean;
|
|
548
|
-
config: import("@
|
|
541
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
549
542
|
schema: import("@xyo-network/payload-model").Schema;
|
|
550
543
|
readonly archiving?: {
|
|
551
544
|
readonly archivists?: string[] | undefined;
|
|
@@ -553,7 +546,6 @@ export declare const asSentinelModule: {
|
|
|
553
546
|
} | undefined;
|
|
554
547
|
readonly allowedQueries?: string[] | undefined;
|
|
555
548
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
556
|
-
readonly certify?: boolean | undefined;
|
|
557
549
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
558
550
|
readonly labels?: {
|
|
559
551
|
[x: string]: string | undefined;
|
|
@@ -589,7 +581,7 @@ export declare const asSentinelModule: {
|
|
|
589
581
|
addToResolvers?: boolean;
|
|
590
582
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
591
583
|
allowNameResolution?: boolean;
|
|
592
|
-
config: import("@
|
|
584
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
593
585
|
schema: import("@xyo-network/payload-model").Schema;
|
|
594
586
|
readonly archiving?: {
|
|
595
587
|
readonly archivists?: string[] | undefined;
|
|
@@ -597,7 +589,6 @@ export declare const asSentinelModule: {
|
|
|
597
589
|
} | undefined;
|
|
598
590
|
readonly allowedQueries?: string[] | undefined;
|
|
599
591
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
600
|
-
readonly certify?: boolean | undefined;
|
|
601
592
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
602
593
|
readonly labels?: {
|
|
603
594
|
[x: string]: string | undefined;
|
|
@@ -690,7 +681,7 @@ export declare const asSentinelModule: {
|
|
|
690
681
|
addToResolvers?: boolean;
|
|
691
682
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
692
683
|
allowNameResolution?: boolean;
|
|
693
|
-
config: import("@
|
|
684
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
694
685
|
schema: import("@xyo-network/payload-model").Schema;
|
|
695
686
|
readonly archiving?: {
|
|
696
687
|
readonly archivists?: string[] | undefined;
|
|
@@ -698,7 +689,6 @@ export declare const asSentinelModule: {
|
|
|
698
689
|
} | undefined;
|
|
699
690
|
readonly allowedQueries?: string[] | undefined;
|
|
700
691
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
701
|
-
readonly certify?: boolean | undefined;
|
|
702
692
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
703
693
|
readonly labels?: {
|
|
704
694
|
[x: string]: string | undefined;
|
|
@@ -737,7 +727,7 @@ export declare const asSentinelInstance: {
|
|
|
737
727
|
addToResolvers?: boolean;
|
|
738
728
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
739
729
|
allowNameResolution?: boolean;
|
|
740
|
-
config: import("@
|
|
730
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
741
731
|
schema: import("@xyo-network/payload-model").Schema;
|
|
742
732
|
readonly archiving?: {
|
|
743
733
|
readonly archivists?: string[] | undefined;
|
|
@@ -745,7 +735,6 @@ export declare const asSentinelInstance: {
|
|
|
745
735
|
} | undefined;
|
|
746
736
|
readonly allowedQueries?: string[] | undefined;
|
|
747
737
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
748
|
-
readonly certify?: boolean | undefined;
|
|
749
738
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
750
739
|
readonly labels?: {
|
|
751
740
|
[x: string]: string | undefined;
|
|
@@ -838,7 +827,7 @@ export declare const asSentinelInstance: {
|
|
|
838
827
|
addToResolvers?: boolean;
|
|
839
828
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
840
829
|
allowNameResolution?: boolean;
|
|
841
|
-
config: import("@
|
|
830
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
842
831
|
schema: import("@xyo-network/payload-model").Schema;
|
|
843
832
|
readonly archiving?: {
|
|
844
833
|
readonly archivists?: string[] | undefined;
|
|
@@ -846,7 +835,6 @@ export declare const asSentinelInstance: {
|
|
|
846
835
|
} | undefined;
|
|
847
836
|
readonly allowedQueries?: string[] | undefined;
|
|
848
837
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
849
|
-
readonly certify?: boolean | undefined;
|
|
850
838
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
851
839
|
readonly labels?: {
|
|
852
840
|
[x: string]: string | undefined;
|
|
@@ -883,7 +871,7 @@ export declare const asSentinelInstance: {
|
|
|
883
871
|
addToResolvers?: boolean;
|
|
884
872
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
885
873
|
allowNameResolution?: boolean;
|
|
886
|
-
config: import("@
|
|
874
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
887
875
|
schema: import("@xyo-network/payload-model").Schema;
|
|
888
876
|
readonly archiving?: {
|
|
889
877
|
readonly archivists?: string[] | undefined;
|
|
@@ -891,7 +879,6 @@ export declare const asSentinelInstance: {
|
|
|
891
879
|
} | undefined;
|
|
892
880
|
readonly allowedQueries?: string[] | undefined;
|
|
893
881
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
894
|
-
readonly certify?: boolean | undefined;
|
|
895
882
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
896
883
|
readonly labels?: {
|
|
897
884
|
[x: string]: string | undefined;
|
|
@@ -984,7 +971,7 @@ export declare const asSentinelInstance: {
|
|
|
984
971
|
addToResolvers?: boolean;
|
|
985
972
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
986
973
|
allowNameResolution?: boolean;
|
|
987
|
-
config: import("@
|
|
974
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
988
975
|
schema: import("@xyo-network/payload-model").Schema;
|
|
989
976
|
readonly archiving?: {
|
|
990
977
|
readonly archivists?: string[] | undefined;
|
|
@@ -992,7 +979,6 @@ export declare const asSentinelInstance: {
|
|
|
992
979
|
} | undefined;
|
|
993
980
|
readonly allowedQueries?: string[] | undefined;
|
|
994
981
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
995
|
-
readonly certify?: boolean | undefined;
|
|
996
982
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
997
983
|
readonly labels?: {
|
|
998
984
|
[x: string]: string | undefined;
|
|
@@ -1028,7 +1014,7 @@ export declare const asSentinelInstance: {
|
|
|
1028
1014
|
addToResolvers?: boolean;
|
|
1029
1015
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
1030
1016
|
allowNameResolution?: boolean;
|
|
1031
|
-
config: import("@
|
|
1017
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
1032
1018
|
schema: import("@xyo-network/payload-model").Schema;
|
|
1033
1019
|
readonly archiving?: {
|
|
1034
1020
|
readonly archivists?: string[] | undefined;
|
|
@@ -1036,7 +1022,6 @@ export declare const asSentinelInstance: {
|
|
|
1036
1022
|
} | undefined;
|
|
1037
1023
|
readonly allowedQueries?: string[] | undefined;
|
|
1038
1024
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
1039
|
-
readonly certify?: boolean | undefined;
|
|
1040
1025
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
1041
1026
|
readonly labels?: {
|
|
1042
1027
|
[x: string]: string | undefined;
|
|
@@ -1129,7 +1114,7 @@ export declare const asSentinelInstance: {
|
|
|
1129
1114
|
addToResolvers?: boolean;
|
|
1130
1115
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
1131
1116
|
allowNameResolution?: boolean;
|
|
1132
|
-
config: import("@
|
|
1117
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
1133
1118
|
schema: import("@xyo-network/payload-model").Schema;
|
|
1134
1119
|
readonly archiving?: {
|
|
1135
1120
|
readonly archivists?: string[] | undefined;
|
|
@@ -1137,7 +1122,6 @@ export declare const asSentinelInstance: {
|
|
|
1137
1122
|
} | undefined;
|
|
1138
1123
|
readonly allowedQueries?: string[] | undefined;
|
|
1139
1124
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
1140
|
-
readonly certify?: boolean | undefined;
|
|
1141
1125
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
1142
1126
|
readonly labels?: {
|
|
1143
1127
|
[x: string]: string | undefined;
|
|
@@ -1175,7 +1159,7 @@ export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelMo
|
|
|
1175
1159
|
addToResolvers?: boolean;
|
|
1176
1160
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
1177
1161
|
allowNameResolution?: boolean;
|
|
1178
|
-
config: import("@
|
|
1162
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
1179
1163
|
schema: import("@xyo-network/payload-model").Schema;
|
|
1180
1164
|
readonly archiving?: {
|
|
1181
1165
|
readonly archivists?: string[] | undefined;
|
|
@@ -1183,7 +1167,6 @@ export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelMo
|
|
|
1183
1167
|
} | undefined;
|
|
1184
1168
|
readonly allowedQueries?: string[] | undefined;
|
|
1185
1169
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
1186
|
-
readonly certify?: boolean | undefined;
|
|
1187
1170
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
1188
1171
|
readonly labels?: {
|
|
1189
1172
|
[x: string]: string | undefined;
|
|
@@ -1276,7 +1259,7 @@ export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelMo
|
|
|
1276
1259
|
addToResolvers?: boolean;
|
|
1277
1260
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
1278
1261
|
allowNameResolution?: boolean;
|
|
1279
|
-
config: import("@
|
|
1262
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
1280
1263
|
schema: import("@xyo-network/payload-model").Schema;
|
|
1281
1264
|
readonly archiving?: {
|
|
1282
1265
|
readonly archivists?: string[] | undefined;
|
|
@@ -1284,7 +1267,6 @@ export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelMo
|
|
|
1284
1267
|
} | undefined;
|
|
1285
1268
|
readonly allowedQueries?: string[] | undefined;
|
|
1286
1269
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
1287
|
-
readonly certify?: boolean | undefined;
|
|
1288
1270
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
1289
1271
|
readonly labels?: {
|
|
1290
1272
|
[x: string]: string | undefined;
|
|
@@ -1321,7 +1303,7 @@ export declare const withSentinelInstance: <R>(mod: any, closure: (mod: Sentinel
|
|
|
1321
1303
|
addToResolvers?: boolean;
|
|
1322
1304
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
1323
1305
|
allowNameResolution?: boolean;
|
|
1324
|
-
config: import("@
|
|
1306
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
1325
1307
|
schema: import("@xyo-network/payload-model").Schema;
|
|
1326
1308
|
readonly archiving?: {
|
|
1327
1309
|
readonly archivists?: string[] | undefined;
|
|
@@ -1329,7 +1311,6 @@ export declare const withSentinelInstance: <R>(mod: any, closure: (mod: Sentinel
|
|
|
1329
1311
|
} | undefined;
|
|
1330
1312
|
readonly allowedQueries?: string[] | undefined;
|
|
1331
1313
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
1332
|
-
readonly certify?: boolean | undefined;
|
|
1333
1314
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
1334
1315
|
readonly labels?: {
|
|
1335
1316
|
[x: string]: string | undefined;
|
|
@@ -1422,7 +1403,7 @@ export declare const withSentinelInstance: <R>(mod: any, closure: (mod: Sentinel
|
|
|
1422
1403
|
addToResolvers?: boolean;
|
|
1423
1404
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
1424
1405
|
allowNameResolution?: boolean;
|
|
1425
|
-
config: import("@
|
|
1406
|
+
config: import("@xylabs/object").DeepRestrictToStringKeys<{
|
|
1426
1407
|
schema: import("@xyo-network/payload-model").Schema;
|
|
1427
1408
|
readonly archiving?: {
|
|
1428
1409
|
readonly archivists?: string[] | undefined;
|
|
@@ -1430,7 +1411,6 @@ export declare const withSentinelInstance: <R>(mod: any, closure: (mod: Sentinel
|
|
|
1430
1411
|
} | undefined;
|
|
1431
1412
|
readonly allowedQueries?: string[] | undefined;
|
|
1432
1413
|
readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
|
|
1433
|
-
readonly certify?: boolean | undefined;
|
|
1434
1414
|
readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
|
|
1435
1415
|
readonly labels?: {
|
|
1436
1416
|
[x: string]: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAGjD,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAGjD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qFANK,iBACjC,iCAAkC,gBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qFAEe,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAC/B,gBAAoB;CAEH,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qFAPG,iBACjC,iCAAkC,gBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qFAEe,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAC/B,gBAAoB;CAGC,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yFAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yFAAyC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/sentinel-model",
|
|
3
|
-
"version": "3.6.0-rc.
|
|
3
|
+
"version": "3.6.0-rc.9",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/hex": "^4.4.
|
|
33
|
-
"@xylabs/object": "^4.4.
|
|
34
|
-
"@xylabs/promise": "^4.4.
|
|
35
|
-
"@xyo-network/account-model": "^3.6.0-rc.
|
|
36
|
-
"@xyo-network/archivist-model": "^3.6.0-rc.
|
|
37
|
-
"@xyo-network/boundwitness-model": "^3.6.0-rc.
|
|
38
|
-
"@xyo-network/diviner-model": "^3.6.0-rc.
|
|
39
|
-
"@xyo-network/module-events": "^3.6.0-rc.
|
|
40
|
-
"@xyo-network/module-model": "^3.6.0-rc.
|
|
41
|
-
"@xyo-network/payload-model": "^3.6.0-rc.
|
|
42
|
-
"@xyo-network/witness-model": "^3.6.0-rc.
|
|
32
|
+
"@xylabs/hex": "^4.4.18",
|
|
33
|
+
"@xylabs/object": "^4.4.18",
|
|
34
|
+
"@xylabs/promise": "^4.4.18",
|
|
35
|
+
"@xyo-network/account-model": "^3.6.0-rc.9",
|
|
36
|
+
"@xyo-network/archivist-model": "^3.6.0-rc.9",
|
|
37
|
+
"@xyo-network/boundwitness-model": "^3.6.0-rc.9",
|
|
38
|
+
"@xyo-network/diviner-model": "^3.6.0-rc.9",
|
|
39
|
+
"@xyo-network/module-events": "^3.6.0-rc.9",
|
|
40
|
+
"@xyo-network/module-model": "^3.6.0-rc.9",
|
|
41
|
+
"@xyo-network/payload-model": "^3.6.0-rc.9",
|
|
42
|
+
"@xyo-network/witness-model": "^3.6.0-rc.9"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|