@xyo-network/sentinel-wrapper 2.88.2 → 2.89.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser/Wrapper.d.cts +12 -4
- package/dist/browser/Wrapper.d.cts.map +1 -1
- package/dist/browser/Wrapper.d.mts +12 -4
- package/dist/browser/Wrapper.d.mts.map +1 -1
- package/dist/browser/Wrapper.d.ts +12 -4
- package/dist/browser/Wrapper.d.ts.map +1 -1
- package/dist/node/Wrapper.d.cts +12 -4
- package/dist/node/Wrapper.d.cts.map +1 -1
- package/dist/node/Wrapper.d.mts +12 -4
- package/dist/node/Wrapper.d.mts.map +1 -1
- package/dist/node/Wrapper.d.ts +12 -4
- package/dist/node/Wrapper.d.ts.map +1 -1
- package/package.json +17 -15
|
@@ -4,7 +4,7 @@ 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("@
|
|
7
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
9
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
10
|
readonly archivist?: string | undefined;
|
|
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
13
13
|
readonly paging?: Record<string, {
|
|
14
14
|
size?: number | undefined;
|
|
15
15
|
}> | undefined;
|
|
16
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
16
17
|
schema: "network.xyo.sentinel.config";
|
|
17
18
|
readonly security?: {
|
|
18
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
30
|
readonly paging?: Record<string, {
|
|
30
31
|
size?: number | undefined;
|
|
31
32
|
}> | undefined;
|
|
33
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
32
34
|
schema: "network.xyo.sentinel.config";
|
|
33
35
|
readonly security?: {
|
|
34
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
48
50
|
schema: string;
|
|
49
51
|
};
|
|
50
52
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
51
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
53
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
52
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
53
55
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
54
56
|
readonly archivist?: string | undefined;
|
|
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
57
59
|
readonly paging?: Record<string, {
|
|
58
60
|
size?: number | undefined;
|
|
59
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
60
63
|
schema: "network.xyo.module.config";
|
|
61
64
|
readonly security?: {
|
|
62
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
73
76
|
readonly paging?: Record<string, {
|
|
74
77
|
size?: number | undefined;
|
|
75
78
|
}> | undefined;
|
|
79
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
76
80
|
schema: "network.xyo.module.config";
|
|
77
81
|
readonly security?: {
|
|
78
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
87
91
|
};
|
|
88
92
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
93
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
90
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@
|
|
94
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
91
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
92
96
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
93
97
|
readonly archivist?: string | undefined;
|
|
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
96
100
|
readonly paging?: Record<string, {
|
|
97
101
|
size?: number | undefined;
|
|
98
102
|
}> | undefined;
|
|
103
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
99
104
|
schema: "network.xyo.sentinel.config";
|
|
100
105
|
readonly security?: {
|
|
101
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
112
117
|
readonly paging?: Record<string, {
|
|
113
118
|
size?: number | undefined;
|
|
114
119
|
}> | undefined;
|
|
120
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
115
121
|
schema: "network.xyo.sentinel.config";
|
|
116
122
|
readonly security?: {
|
|
117
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
131
137
|
schema: string;
|
|
132
138
|
};
|
|
133
139
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
140
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
136
142
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
137
143
|
readonly archivist?: string | undefined;
|
|
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
140
146
|
readonly paging?: Record<string, {
|
|
141
147
|
size?: number | undefined;
|
|
142
148
|
}> | undefined;
|
|
149
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
143
150
|
schema: "network.xyo.module.config";
|
|
144
151
|
readonly security?: {
|
|
145
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
156
163
|
readonly paging?: Record<string, {
|
|
157
164
|
size?: number | undefined;
|
|
158
165
|
}> | undefined;
|
|
166
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
159
167
|
schema: "network.xyo.module.config";
|
|
160
168
|
readonly security?: {
|
|
161
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
|
@@ -4,7 +4,7 @@ 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("@
|
|
7
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
9
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
10
|
readonly archivist?: string | undefined;
|
|
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
13
13
|
readonly paging?: Record<string, {
|
|
14
14
|
size?: number | undefined;
|
|
15
15
|
}> | undefined;
|
|
16
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
16
17
|
schema: "network.xyo.sentinel.config";
|
|
17
18
|
readonly security?: {
|
|
18
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
30
|
readonly paging?: Record<string, {
|
|
30
31
|
size?: number | undefined;
|
|
31
32
|
}> | undefined;
|
|
33
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
32
34
|
schema: "network.xyo.sentinel.config";
|
|
33
35
|
readonly security?: {
|
|
34
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
48
50
|
schema: string;
|
|
49
51
|
};
|
|
50
52
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
51
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
53
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
52
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
53
55
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
54
56
|
readonly archivist?: string | undefined;
|
|
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
57
59
|
readonly paging?: Record<string, {
|
|
58
60
|
size?: number | undefined;
|
|
59
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
60
63
|
schema: "network.xyo.module.config";
|
|
61
64
|
readonly security?: {
|
|
62
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
73
76
|
readonly paging?: Record<string, {
|
|
74
77
|
size?: number | undefined;
|
|
75
78
|
}> | undefined;
|
|
79
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
76
80
|
schema: "network.xyo.module.config";
|
|
77
81
|
readonly security?: {
|
|
78
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
87
91
|
};
|
|
88
92
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
93
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
90
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@
|
|
94
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
91
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
92
96
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
93
97
|
readonly archivist?: string | undefined;
|
|
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
96
100
|
readonly paging?: Record<string, {
|
|
97
101
|
size?: number | undefined;
|
|
98
102
|
}> | undefined;
|
|
103
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
99
104
|
schema: "network.xyo.sentinel.config";
|
|
100
105
|
readonly security?: {
|
|
101
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
112
117
|
readonly paging?: Record<string, {
|
|
113
118
|
size?: number | undefined;
|
|
114
119
|
}> | undefined;
|
|
120
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
115
121
|
schema: "network.xyo.sentinel.config";
|
|
116
122
|
readonly security?: {
|
|
117
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
131
137
|
schema: string;
|
|
132
138
|
};
|
|
133
139
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
140
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
136
142
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
137
143
|
readonly archivist?: string | undefined;
|
|
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
140
146
|
readonly paging?: Record<string, {
|
|
141
147
|
size?: number | undefined;
|
|
142
148
|
}> | undefined;
|
|
149
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
143
150
|
schema: "network.xyo.module.config";
|
|
144
151
|
readonly security?: {
|
|
145
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
156
163
|
readonly paging?: Record<string, {
|
|
157
164
|
size?: number | undefined;
|
|
158
165
|
}> | undefined;
|
|
166
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
159
167
|
schema: "network.xyo.module.config";
|
|
160
168
|
readonly security?: {
|
|
161
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
|
@@ -4,7 +4,7 @@ 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("@
|
|
7
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
9
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
10
|
readonly archivist?: string | undefined;
|
|
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
13
13
|
readonly paging?: Record<string, {
|
|
14
14
|
size?: number | undefined;
|
|
15
15
|
}> | undefined;
|
|
16
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
16
17
|
schema: "network.xyo.sentinel.config";
|
|
17
18
|
readonly security?: {
|
|
18
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
30
|
readonly paging?: Record<string, {
|
|
30
31
|
size?: number | undefined;
|
|
31
32
|
}> | undefined;
|
|
33
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
32
34
|
schema: "network.xyo.sentinel.config";
|
|
33
35
|
readonly security?: {
|
|
34
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
48
50
|
schema: string;
|
|
49
51
|
};
|
|
50
52
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
51
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
53
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
52
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
53
55
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
54
56
|
readonly archivist?: string | undefined;
|
|
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
57
59
|
readonly paging?: Record<string, {
|
|
58
60
|
size?: number | undefined;
|
|
59
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
60
63
|
schema: "network.xyo.module.config";
|
|
61
64
|
readonly security?: {
|
|
62
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
73
76
|
readonly paging?: Record<string, {
|
|
74
77
|
size?: number | undefined;
|
|
75
78
|
}> | undefined;
|
|
79
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
76
80
|
schema: "network.xyo.module.config";
|
|
77
81
|
readonly security?: {
|
|
78
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
87
91
|
};
|
|
88
92
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
93
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
90
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@
|
|
94
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
91
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
92
96
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
93
97
|
readonly archivist?: string | undefined;
|
|
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
96
100
|
readonly paging?: Record<string, {
|
|
97
101
|
size?: number | undefined;
|
|
98
102
|
}> | undefined;
|
|
103
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
99
104
|
schema: "network.xyo.sentinel.config";
|
|
100
105
|
readonly security?: {
|
|
101
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
112
117
|
readonly paging?: Record<string, {
|
|
113
118
|
size?: number | undefined;
|
|
114
119
|
}> | undefined;
|
|
120
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
115
121
|
schema: "network.xyo.sentinel.config";
|
|
116
122
|
readonly security?: {
|
|
117
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
131
137
|
schema: string;
|
|
132
138
|
};
|
|
133
139
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
140
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
136
142
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
137
143
|
readonly archivist?: string | undefined;
|
|
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
140
146
|
readonly paging?: Record<string, {
|
|
141
147
|
size?: number | undefined;
|
|
142
148
|
}> | undefined;
|
|
149
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
143
150
|
schema: "network.xyo.module.config";
|
|
144
151
|
readonly security?: {
|
|
145
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
156
163
|
readonly paging?: Record<string, {
|
|
157
164
|
size?: number | undefined;
|
|
158
165
|
}> | undefined;
|
|
166
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
159
167
|
schema: "network.xyo.module.config";
|
|
160
168
|
readonly security?: {
|
|
161
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
package/dist/node/Wrapper.d.cts
CHANGED
|
@@ -4,7 +4,7 @@ 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("@
|
|
7
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
9
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
10
|
readonly archivist?: string | undefined;
|
|
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
13
13
|
readonly paging?: Record<string, {
|
|
14
14
|
size?: number | undefined;
|
|
15
15
|
}> | undefined;
|
|
16
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
16
17
|
schema: "network.xyo.sentinel.config";
|
|
17
18
|
readonly security?: {
|
|
18
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
30
|
readonly paging?: Record<string, {
|
|
30
31
|
size?: number | undefined;
|
|
31
32
|
}> | undefined;
|
|
33
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
32
34
|
schema: "network.xyo.sentinel.config";
|
|
33
35
|
readonly security?: {
|
|
34
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
48
50
|
schema: string;
|
|
49
51
|
};
|
|
50
52
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
51
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
53
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
52
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
53
55
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
54
56
|
readonly archivist?: string | undefined;
|
|
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
57
59
|
readonly paging?: Record<string, {
|
|
58
60
|
size?: number | undefined;
|
|
59
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
60
63
|
schema: "network.xyo.module.config";
|
|
61
64
|
readonly security?: {
|
|
62
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
73
76
|
readonly paging?: Record<string, {
|
|
74
77
|
size?: number | undefined;
|
|
75
78
|
}> | undefined;
|
|
79
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
76
80
|
schema: "network.xyo.module.config";
|
|
77
81
|
readonly security?: {
|
|
78
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
87
91
|
};
|
|
88
92
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
93
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
90
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@
|
|
94
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
91
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
92
96
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
93
97
|
readonly archivist?: string | undefined;
|
|
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
96
100
|
readonly paging?: Record<string, {
|
|
97
101
|
size?: number | undefined;
|
|
98
102
|
}> | undefined;
|
|
103
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
99
104
|
schema: "network.xyo.sentinel.config";
|
|
100
105
|
readonly security?: {
|
|
101
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
112
117
|
readonly paging?: Record<string, {
|
|
113
118
|
size?: number | undefined;
|
|
114
119
|
}> | undefined;
|
|
120
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
115
121
|
schema: "network.xyo.sentinel.config";
|
|
116
122
|
readonly security?: {
|
|
117
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
131
137
|
schema: string;
|
|
132
138
|
};
|
|
133
139
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
140
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
136
142
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
137
143
|
readonly archivist?: string | undefined;
|
|
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
140
146
|
readonly paging?: Record<string, {
|
|
141
147
|
size?: number | undefined;
|
|
142
148
|
}> | undefined;
|
|
149
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
143
150
|
schema: "network.xyo.module.config";
|
|
144
151
|
readonly security?: {
|
|
145
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
156
163
|
readonly paging?: Record<string, {
|
|
157
164
|
size?: number | undefined;
|
|
158
165
|
}> | undefined;
|
|
166
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
159
167
|
schema: "network.xyo.module.config";
|
|
160
168
|
readonly security?: {
|
|
161
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
package/dist/node/Wrapper.d.mts
CHANGED
|
@@ -4,7 +4,7 @@ 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("@
|
|
7
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
9
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
10
|
readonly archivist?: string | undefined;
|
|
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
13
13
|
readonly paging?: Record<string, {
|
|
14
14
|
size?: number | undefined;
|
|
15
15
|
}> | undefined;
|
|
16
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
16
17
|
schema: "network.xyo.sentinel.config";
|
|
17
18
|
readonly security?: {
|
|
18
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
30
|
readonly paging?: Record<string, {
|
|
30
31
|
size?: number | undefined;
|
|
31
32
|
}> | undefined;
|
|
33
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
32
34
|
schema: "network.xyo.sentinel.config";
|
|
33
35
|
readonly security?: {
|
|
34
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
48
50
|
schema: string;
|
|
49
51
|
};
|
|
50
52
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
51
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
53
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
52
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
53
55
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
54
56
|
readonly archivist?: string | undefined;
|
|
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
57
59
|
readonly paging?: Record<string, {
|
|
58
60
|
size?: number | undefined;
|
|
59
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
60
63
|
schema: "network.xyo.module.config";
|
|
61
64
|
readonly security?: {
|
|
62
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
73
76
|
readonly paging?: Record<string, {
|
|
74
77
|
size?: number | undefined;
|
|
75
78
|
}> | undefined;
|
|
79
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
76
80
|
schema: "network.xyo.module.config";
|
|
77
81
|
readonly security?: {
|
|
78
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
87
91
|
};
|
|
88
92
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
93
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
90
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@
|
|
94
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
91
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
92
96
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
93
97
|
readonly archivist?: string | undefined;
|
|
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
96
100
|
readonly paging?: Record<string, {
|
|
97
101
|
size?: number | undefined;
|
|
98
102
|
}> | undefined;
|
|
103
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
99
104
|
schema: "network.xyo.sentinel.config";
|
|
100
105
|
readonly security?: {
|
|
101
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
112
117
|
readonly paging?: Record<string, {
|
|
113
118
|
size?: number | undefined;
|
|
114
119
|
}> | undefined;
|
|
120
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
115
121
|
schema: "network.xyo.sentinel.config";
|
|
116
122
|
readonly security?: {
|
|
117
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
131
137
|
schema: string;
|
|
132
138
|
};
|
|
133
139
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
140
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
136
142
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
137
143
|
readonly archivist?: string | undefined;
|
|
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
140
146
|
readonly paging?: Record<string, {
|
|
141
147
|
size?: number | undefined;
|
|
142
148
|
}> | undefined;
|
|
149
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
143
150
|
schema: "network.xyo.module.config";
|
|
144
151
|
readonly security?: {
|
|
145
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
156
163
|
readonly paging?: Record<string, {
|
|
157
164
|
size?: number | undefined;
|
|
158
165
|
}> | undefined;
|
|
166
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
159
167
|
schema: "network.xyo.module.config";
|
|
160
168
|
readonly security?: {
|
|
161
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
package/dist/node/Wrapper.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ 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("@
|
|
7
|
+
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
9
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
10
10
|
readonly archivist?: string | undefined;
|
|
@@ -13,6 +13,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
13
13
|
readonly paging?: Record<string, {
|
|
14
14
|
size?: number | undefined;
|
|
15
15
|
}> | undefined;
|
|
16
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
16
17
|
schema: "network.xyo.sentinel.config";
|
|
17
18
|
readonly security?: {
|
|
18
19
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -29,6 +30,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
30
|
readonly paging?: Record<string, {
|
|
30
31
|
size?: number | undefined;
|
|
31
32
|
}> | undefined;
|
|
33
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
32
34
|
schema: "network.xyo.sentinel.config";
|
|
33
35
|
readonly security?: {
|
|
34
36
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -48,7 +50,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
48
50
|
schema: string;
|
|
49
51
|
};
|
|
50
52
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
51
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
53
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
52
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
53
55
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
54
56
|
readonly archivist?: string | undefined;
|
|
@@ -57,6 +59,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
57
59
|
readonly paging?: Record<string, {
|
|
58
60
|
size?: number | undefined;
|
|
59
61
|
}> | undefined;
|
|
62
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
60
63
|
schema: "network.xyo.module.config";
|
|
61
64
|
readonly security?: {
|
|
62
65
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -73,6 +76,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
73
76
|
readonly paging?: Record<string, {
|
|
74
77
|
size?: number | undefined;
|
|
75
78
|
}> | undefined;
|
|
79
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
76
80
|
schema: "network.xyo.module.config";
|
|
77
81
|
readonly security?: {
|
|
78
82
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -87,7 +91,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
87
91
|
};
|
|
88
92
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
89
93
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
90
|
-
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@
|
|
94
|
+
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
91
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
92
96
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
93
97
|
readonly archivist?: string | undefined;
|
|
@@ -96,6 +100,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
96
100
|
readonly paging?: Record<string, {
|
|
97
101
|
size?: number | undefined;
|
|
98
102
|
}> | undefined;
|
|
103
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
99
104
|
schema: "network.xyo.sentinel.config";
|
|
100
105
|
readonly security?: {
|
|
101
106
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -112,6 +117,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
112
117
|
readonly paging?: Record<string, {
|
|
113
118
|
size?: number | undefined;
|
|
114
119
|
}> | undefined;
|
|
120
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
115
121
|
schema: "network.xyo.sentinel.config";
|
|
116
122
|
readonly security?: {
|
|
117
123
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -131,7 +137,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
131
137
|
schema: string;
|
|
132
138
|
};
|
|
133
139
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@
|
|
140
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
141
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
136
142
|
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
137
143
|
readonly archivist?: string | undefined;
|
|
@@ -140,6 +146,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
140
146
|
readonly paging?: Record<string, {
|
|
141
147
|
size?: number | undefined;
|
|
142
148
|
}> | undefined;
|
|
149
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
143
150
|
schema: "network.xyo.module.config";
|
|
144
151
|
readonly security?: {
|
|
145
152
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -156,6 +163,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
156
163
|
readonly paging?: Record<string, {
|
|
157
164
|
size?: number | undefined;
|
|
158
165
|
}> | undefined;
|
|
166
|
+
readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
|
|
159
167
|
schema: "network.xyo.module.config";
|
|
160
168
|
readonly security?: {
|
|
161
169
|
readonly allowAnonymous?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
package/package.json
CHANGED
|
@@ -10,24 +10,25 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/archivist-model": "~2.
|
|
14
|
-
"@xyo-network/module-wrapper": "~2.
|
|
15
|
-
"@xyo-network/payload-model": "~2.
|
|
16
|
-
"@xyo-network/sentinel-model": "~2.
|
|
17
|
-
"@xyo-network/witness-model": "~2.
|
|
13
|
+
"@xyo-network/archivist-model": "~2.89.0-rc.1",
|
|
14
|
+
"@xyo-network/module-wrapper": "~2.89.0-rc.1",
|
|
15
|
+
"@xyo-network/payload-model": "~2.89.0-rc.1",
|
|
16
|
+
"@xyo-network/sentinel-model": "~2.89.0-rc.1",
|
|
17
|
+
"@xyo-network/witness-model": "~2.89.0-rc.1"
|
|
18
18
|
},
|
|
19
19
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@xylabs/ts-scripts-yarn3": "^3.2.42",
|
|
22
22
|
"@xylabs/tsconfig": "^3.2.42",
|
|
23
|
-
"@xyo-network/abstract-witness": "~2.
|
|
24
|
-
"@xyo-network/account": "~2.
|
|
25
|
-
"@xyo-network/archivist-memory": "~2.
|
|
26
|
-
"@xyo-network/boundwitness-model": "~2.
|
|
27
|
-
"@xyo-network/hash": "~2.
|
|
28
|
-
"@xyo-network/node-memory": "~2.
|
|
29
|
-
"@xyo-network/
|
|
30
|
-
"@xyo-network/
|
|
23
|
+
"@xyo-network/abstract-witness": "~2.89.0-rc.1",
|
|
24
|
+
"@xyo-network/account": "~2.89.0-rc.1",
|
|
25
|
+
"@xyo-network/archivist-memory": "~2.89.0-rc.1",
|
|
26
|
+
"@xyo-network/boundwitness-model": "~2.89.0-rc.1",
|
|
27
|
+
"@xyo-network/hash": "~2.89.0-rc.1",
|
|
28
|
+
"@xyo-network/node-memory": "~2.89.0-rc.1",
|
|
29
|
+
"@xyo-network/payload-builder": "~2.89.0-rc.1",
|
|
30
|
+
"@xyo-network/sentinel-memory": "~2.89.0-rc.1",
|
|
31
|
+
"@xyo-network/witness-adhoc": "~2.89.0-rc.1",
|
|
31
32
|
"typescript": "^5.3.3"
|
|
32
33
|
},
|
|
33
34
|
"types": "dist/node/index.d.ts",
|
|
@@ -68,6 +69,7 @@
|
|
|
68
69
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
69
70
|
},
|
|
70
71
|
"sideEffects": false,
|
|
71
|
-
"version": "2.
|
|
72
|
-
"type": "module"
|
|
72
|
+
"version": "2.89.0-rc.1",
|
|
73
|
+
"type": "module",
|
|
74
|
+
"stableVersion": "2.88.3"
|
|
73
75
|
}
|