@xyo-network/node-model 2.88.2 → 2.88.3

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.
Files changed (48) hide show
  1. package/dist/browser/Config.d.cts +1 -1
  2. package/dist/browser/Config.d.cts.map +1 -1
  3. package/dist/browser/Config.d.mts +1 -1
  4. package/dist/browser/Config.d.mts.map +1 -1
  5. package/dist/browser/Config.d.ts +1 -1
  6. package/dist/browser/Config.d.ts.map +1 -1
  7. package/dist/browser/Params.d.cts +1 -1
  8. package/dist/browser/Params.d.cts.map +1 -1
  9. package/dist/browser/Params.d.mts +1 -1
  10. package/dist/browser/Params.d.mts.map +1 -1
  11. package/dist/browser/Params.d.ts +1 -1
  12. package/dist/browser/Params.d.ts.map +1 -1
  13. package/dist/browser/index.cjs +1 -1
  14. package/dist/browser/index.cjs.map +1 -1
  15. package/dist/browser/index.js +1 -1
  16. package/dist/browser/index.js.map +1 -1
  17. package/dist/browser/typeChecks.d.cts +28 -12
  18. package/dist/browser/typeChecks.d.cts.map +1 -1
  19. package/dist/browser/typeChecks.d.mts +28 -12
  20. package/dist/browser/typeChecks.d.mts.map +1 -1
  21. package/dist/browser/typeChecks.d.ts +28 -12
  22. package/dist/browser/typeChecks.d.ts.map +1 -1
  23. package/dist/node/Config.d.cts +1 -1
  24. package/dist/node/Config.d.cts.map +1 -1
  25. package/dist/node/Config.d.mts +1 -1
  26. package/dist/node/Config.d.mts.map +1 -1
  27. package/dist/node/Config.d.ts +1 -1
  28. package/dist/node/Config.d.ts.map +1 -1
  29. package/dist/node/Params.d.cts +1 -1
  30. package/dist/node/Params.d.cts.map +1 -1
  31. package/dist/node/Params.d.mts +1 -1
  32. package/dist/node/Params.d.mts.map +1 -1
  33. package/dist/node/Params.d.ts +1 -1
  34. package/dist/node/Params.d.ts.map +1 -1
  35. package/dist/node/index.cjs +1 -1
  36. package/dist/node/index.cjs.map +1 -1
  37. package/dist/node/index.js +1 -1
  38. package/dist/node/index.js.map +1 -1
  39. package/dist/node/typeChecks.d.cts +28 -12
  40. package/dist/node/typeChecks.d.cts.map +1 -1
  41. package/dist/node/typeChecks.d.mts +28 -12
  42. package/dist/node/typeChecks.d.mts.map +1 -1
  43. package/dist/node/typeChecks.d.ts +28 -12
  44. package/dist/node/typeChecks.d.ts.map +1 -1
  45. package/package.json +6 -6
  46. package/src/Config.ts +1 -1
  47. package/src/Params.ts +1 -1
  48. package/src/typeChecks.ts +1 -1
@@ -1,5 +1,5 @@
1
1
  import { NodeInstance, NodeModule } from './Node';
2
- export declare const isNodeInstance: import("@xyo-network/object").TypeCheck<NodeInstance<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const isNodeInstance: import("@xyo-network/object").TypeCheck<Nod
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.node.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const isNodeInstance: import("@xyo-network/object").TypeCheck<Nod
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.node.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -41,7 +43,7 @@ export declare const isNodeInstance: import("@xyo-network/object").TypeCheck<Nod
41
43
  };
42
44
  ephemeralQueryAccountEnabled?: boolean | undefined;
43
45
  }, import("./Node").NodeModuleEventData>>;
44
- export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xyo-network/object").BaseParamsFields & {
46
+ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
45
47
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
46
48
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
47
49
  readonly archivist?: string | undefined;
@@ -50,6 +52,7 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
50
52
  readonly paging?: Record<string, {
51
53
  size?: number | undefined;
52
54
  }> | undefined;
55
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
53
56
  schema: "network.xyo.node.config";
54
57
  readonly security?: {
55
58
  readonly allowAnonymous?: boolean | undefined;
@@ -66,6 +69,7 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
66
69
  readonly paging?: Record<string, {
67
70
  size?: number | undefined;
68
71
  }> | undefined;
72
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
69
73
  schema: "network.xyo.node.config";
70
74
  readonly security?: {
71
75
  readonly allowAnonymous?: boolean | undefined;
@@ -84,7 +88,7 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
84
88
  ephemeralQueryAccountEnabled?: boolean | undefined;
85
89
  }, import("./Node").NodeModuleEventData>>;
86
90
  export declare const asNodeModule: {
87
- <TType extends NodeModule<import("@xyo-network/object").BaseParamsFields & {
91
+ <TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
88
92
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
89
93
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
90
94
  readonly archivist?: string | undefined;
@@ -93,6 +97,7 @@ export declare const asNodeModule: {
93
97
  readonly paging?: Record<string, {
94
98
  size?: number | undefined;
95
99
  }> | undefined;
100
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
96
101
  schema: "network.xyo.node.config";
97
102
  readonly security?: {
98
103
  readonly allowAnonymous?: boolean | undefined;
@@ -109,6 +114,7 @@ export declare const asNodeModule: {
109
114
  readonly paging?: Record<string, {
110
115
  size?: number | undefined;
111
116
  }> | undefined;
117
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
112
118
  schema: "network.xyo.node.config";
113
119
  readonly security?: {
114
120
  readonly allowAnonymous?: boolean | undefined;
@@ -125,8 +131,8 @@ export declare const asNodeModule: {
125
131
  schema: string;
126
132
  };
127
133
  ephemeralQueryAccountEnabled?: boolean | undefined;
128
- }, import("./Node").NodeModuleEventData>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
129
- <TType_1 extends NodeModule<import("@xyo-network/object").BaseParamsFields & {
134
+ }, import("./Node").NodeModuleEventData>>(value: unknown, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
135
+ <TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
130
136
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
131
137
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
132
138
  readonly archivist?: string | undefined;
@@ -135,6 +141,7 @@ export declare const asNodeModule: {
135
141
  readonly paging?: Record<string, {
136
142
  size?: number | undefined;
137
143
  }> | undefined;
144
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
138
145
  schema: "network.xyo.node.config";
139
146
  readonly security?: {
140
147
  readonly allowAnonymous?: boolean | undefined;
@@ -151,6 +158,7 @@ export declare const asNodeModule: {
151
158
  readonly paging?: Record<string, {
152
159
  size?: number | undefined;
153
160
  }> | undefined;
161
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
154
162
  schema: "network.xyo.node.config";
155
163
  readonly security?: {
156
164
  readonly allowAnonymous?: boolean | undefined;
@@ -167,10 +175,10 @@ export declare const asNodeModule: {
167
175
  schema: string;
168
176
  };
169
177
  ephemeralQueryAccountEnabled?: boolean | undefined;
170
- }, import("./Node").NodeModuleEventData>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
178
+ }, import("./Node").NodeModuleEventData>>(value: unknown, assert: string | (() => string), config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
171
179
  };
172
180
  export declare const asNodeInstance: {
173
- <TType extends NodeInstance<import("@xyo-network/object").BaseParamsFields & {
181
+ <TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
174
182
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
175
183
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
176
184
  readonly archivist?: string | undefined;
@@ -179,6 +187,7 @@ export declare const asNodeInstance: {
179
187
  readonly paging?: Record<string, {
180
188
  size?: number | undefined;
181
189
  }> | undefined;
190
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
182
191
  schema: "network.xyo.node.config";
183
192
  readonly security?: {
184
193
  readonly allowAnonymous?: boolean | undefined;
@@ -195,6 +204,7 @@ export declare const asNodeInstance: {
195
204
  readonly paging?: Record<string, {
196
205
  size?: number | undefined;
197
206
  }> | undefined;
207
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
198
208
  schema: "network.xyo.node.config";
199
209
  readonly security?: {
200
210
  readonly allowAnonymous?: boolean | undefined;
@@ -211,8 +221,8 @@ export declare const asNodeInstance: {
211
221
  schema: string;
212
222
  };
213
223
  ephemeralQueryAccountEnabled?: boolean | undefined;
214
- }, import("./Node").NodeModuleEventData>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
215
- <TType_1 extends NodeInstance<import("@xyo-network/object").BaseParamsFields & {
224
+ }, import("./Node").NodeModuleEventData>>(value: unknown, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
225
+ <TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
216
226
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
217
227
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
218
228
  readonly archivist?: string | undefined;
@@ -221,6 +231,7 @@ export declare const asNodeInstance: {
221
231
  readonly paging?: Record<string, {
222
232
  size?: number | undefined;
223
233
  }> | undefined;
234
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
224
235
  schema: "network.xyo.node.config";
225
236
  readonly security?: {
226
237
  readonly allowAnonymous?: boolean | undefined;
@@ -237,6 +248,7 @@ export declare const asNodeInstance: {
237
248
  readonly paging?: Record<string, {
238
249
  size?: number | undefined;
239
250
  }> | undefined;
251
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
240
252
  schema: "network.xyo.node.config";
241
253
  readonly security?: {
242
254
  readonly allowAnonymous?: boolean | undefined;
@@ -253,9 +265,9 @@ export declare const asNodeInstance: {
253
265
  schema: string;
254
266
  };
255
267
  ephemeralQueryAccountEnabled?: boolean | undefined;
256
- }, import("./Node").NodeModuleEventData>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
268
+ }, import("./Node").NodeModuleEventData>>(value: unknown, assert: string | (() => string), config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
257
269
  };
258
- export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xyo-network/object").BaseParamsFields & {
270
+ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
259
271
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
260
272
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
261
273
  readonly archivist?: string | undefined;
@@ -264,6 +276,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
264
276
  readonly paging?: Record<string, {
265
277
  size?: number | undefined;
266
278
  }> | undefined;
279
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
267
280
  schema: "network.xyo.node.config";
268
281
  readonly security?: {
269
282
  readonly allowAnonymous?: boolean | undefined;
@@ -280,6 +293,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
280
293
  readonly paging?: Record<string, {
281
294
  size?: number | undefined;
282
295
  }> | undefined;
296
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
283
297
  schema: "network.xyo.node.config";
284
298
  readonly security?: {
285
299
  readonly allowAnonymous?: boolean | undefined;
@@ -297,7 +311,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
297
311
  };
298
312
  ephemeralQueryAccountEnabled?: boolean | undefined;
299
313
  }, import("./Node").NodeModuleEventData>) => R) => R | undefined;
300
- export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xyo-network/object").BaseParamsFields & {
314
+ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
301
315
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
302
316
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
303
317
  readonly archivist?: string | undefined;
@@ -306,6 +320,7 @@ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeIn
306
320
  readonly paging?: Record<string, {
307
321
  size?: number | undefined;
308
322
  }> | undefined;
323
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
309
324
  schema: "network.xyo.node.config";
310
325
  readonly security?: {
311
326
  readonly allowAnonymous?: boolean | undefined;
@@ -322,6 +337,7 @@ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeIn
322
337
  readonly paging?: Record<string, {
323
338
  size?: number | undefined;
324
339
  }> | undefined;
340
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
325
341
  schema: "network.xyo.node.config";
326
342
  readonly security?: {
327
343
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAQ1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAA2H,CAAA;AAEpJ,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAqC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAQ1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAA2H,CAAA;AAEpJ,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAqC,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { NodeInstance, NodeModule } from './Node';
2
- export declare const isNodeInstance: import("@xyo-network/object").TypeCheck<NodeInstance<import("@xyo-network/object").BaseParamsFields & {
2
+ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInstance<import("@xylabs/object").BaseParamsFields & {
3
3
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
4
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
5
5
  readonly archivist?: string | undefined;
@@ -8,6 +8,7 @@ export declare const isNodeInstance: import("@xyo-network/object").TypeCheck<Nod
8
8
  readonly paging?: Record<string, {
9
9
  size?: number | undefined;
10
10
  }> | undefined;
11
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
11
12
  schema: "network.xyo.node.config";
12
13
  readonly security?: {
13
14
  readonly allowAnonymous?: boolean | undefined;
@@ -24,6 +25,7 @@ export declare const isNodeInstance: import("@xyo-network/object").TypeCheck<Nod
24
25
  readonly paging?: Record<string, {
25
26
  size?: number | undefined;
26
27
  }> | undefined;
28
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
27
29
  schema: "network.xyo.node.config";
28
30
  readonly security?: {
29
31
  readonly allowAnonymous?: boolean | undefined;
@@ -41,7 +43,7 @@ export declare const isNodeInstance: import("@xyo-network/object").TypeCheck<Nod
41
43
  };
42
44
  ephemeralQueryAccountEnabled?: boolean | undefined;
43
45
  }, import("./Node").NodeModuleEventData>>;
44
- export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xyo-network/object").BaseParamsFields & {
46
+ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/object").BaseParamsFields & {
45
47
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
46
48
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
47
49
  readonly archivist?: string | undefined;
@@ -50,6 +52,7 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
50
52
  readonly paging?: Record<string, {
51
53
  size?: number | undefined;
52
54
  }> | undefined;
55
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
53
56
  schema: "network.xyo.node.config";
54
57
  readonly security?: {
55
58
  readonly allowAnonymous?: boolean | undefined;
@@ -66,6 +69,7 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
66
69
  readonly paging?: Record<string, {
67
70
  size?: number | undefined;
68
71
  }> | undefined;
72
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
69
73
  schema: "network.xyo.node.config";
70
74
  readonly security?: {
71
75
  readonly allowAnonymous?: boolean | undefined;
@@ -84,7 +88,7 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
84
88
  ephemeralQueryAccountEnabled?: boolean | undefined;
85
89
  }, import("./Node").NodeModuleEventData>>;
86
90
  export declare const asNodeModule: {
87
- <TType extends NodeModule<import("@xyo-network/object").BaseParamsFields & {
91
+ <TType extends NodeModule<import("@xylabs/object").BaseParamsFields & {
88
92
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
89
93
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
90
94
  readonly archivist?: string | undefined;
@@ -93,6 +97,7 @@ export declare const asNodeModule: {
93
97
  readonly paging?: Record<string, {
94
98
  size?: number | undefined;
95
99
  }> | undefined;
100
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
96
101
  schema: "network.xyo.node.config";
97
102
  readonly security?: {
98
103
  readonly allowAnonymous?: boolean | undefined;
@@ -109,6 +114,7 @@ export declare const asNodeModule: {
109
114
  readonly paging?: Record<string, {
110
115
  size?: number | undefined;
111
116
  }> | undefined;
117
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
112
118
  schema: "network.xyo.node.config";
113
119
  readonly security?: {
114
120
  readonly allowAnonymous?: boolean | undefined;
@@ -125,8 +131,8 @@ export declare const asNodeModule: {
125
131
  schema: string;
126
132
  };
127
133
  ephemeralQueryAccountEnabled?: boolean | undefined;
128
- }, import("./Node").NodeModuleEventData>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
129
- <TType_1 extends NodeModule<import("@xyo-network/object").BaseParamsFields & {
134
+ }, import("./Node").NodeModuleEventData>>(value: unknown, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
135
+ <TType_1 extends NodeModule<import("@xylabs/object").BaseParamsFields & {
130
136
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
131
137
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
132
138
  readonly archivist?: string | undefined;
@@ -135,6 +141,7 @@ export declare const asNodeModule: {
135
141
  readonly paging?: Record<string, {
136
142
  size?: number | undefined;
137
143
  }> | undefined;
144
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
138
145
  schema: "network.xyo.node.config";
139
146
  readonly security?: {
140
147
  readonly allowAnonymous?: boolean | undefined;
@@ -151,6 +158,7 @@ export declare const asNodeModule: {
151
158
  readonly paging?: Record<string, {
152
159
  size?: number | undefined;
153
160
  }> | undefined;
161
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
154
162
  schema: "network.xyo.node.config";
155
163
  readonly security?: {
156
164
  readonly allowAnonymous?: boolean | undefined;
@@ -167,10 +175,10 @@ export declare const asNodeModule: {
167
175
  schema: string;
168
176
  };
169
177
  ephemeralQueryAccountEnabled?: boolean | undefined;
170
- }, import("./Node").NodeModuleEventData>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
178
+ }, import("./Node").NodeModuleEventData>>(value: unknown, assert: string | (() => string), config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
171
179
  };
172
180
  export declare const asNodeInstance: {
173
- <TType extends NodeInstance<import("@xyo-network/object").BaseParamsFields & {
181
+ <TType extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
174
182
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
175
183
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
176
184
  readonly archivist?: string | undefined;
@@ -179,6 +187,7 @@ export declare const asNodeInstance: {
179
187
  readonly paging?: Record<string, {
180
188
  size?: number | undefined;
181
189
  }> | undefined;
190
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
182
191
  schema: "network.xyo.node.config";
183
192
  readonly security?: {
184
193
  readonly allowAnonymous?: boolean | undefined;
@@ -195,6 +204,7 @@ export declare const asNodeInstance: {
195
204
  readonly paging?: Record<string, {
196
205
  size?: number | undefined;
197
206
  }> | undefined;
207
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
198
208
  schema: "network.xyo.node.config";
199
209
  readonly security?: {
200
210
  readonly allowAnonymous?: boolean | undefined;
@@ -211,8 +221,8 @@ export declare const asNodeInstance: {
211
221
  schema: string;
212
222
  };
213
223
  ephemeralQueryAccountEnabled?: boolean | undefined;
214
- }, import("./Node").NodeModuleEventData>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
215
- <TType_1 extends NodeInstance<import("@xyo-network/object").BaseParamsFields & {
224
+ }, import("./Node").NodeModuleEventData>>(value: unknown, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
225
+ <TType_1 extends NodeInstance<import("@xylabs/object").BaseParamsFields & {
216
226
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
217
227
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
218
228
  readonly archivist?: string | undefined;
@@ -221,6 +231,7 @@ export declare const asNodeInstance: {
221
231
  readonly paging?: Record<string, {
222
232
  size?: number | undefined;
223
233
  }> | undefined;
234
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
224
235
  schema: "network.xyo.node.config";
225
236
  readonly security?: {
226
237
  readonly allowAnonymous?: boolean | undefined;
@@ -237,6 +248,7 @@ export declare const asNodeInstance: {
237
248
  readonly paging?: Record<string, {
238
249
  size?: number | undefined;
239
250
  }> | undefined;
251
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
240
252
  schema: "network.xyo.node.config";
241
253
  readonly security?: {
242
254
  readonly allowAnonymous?: boolean | undefined;
@@ -253,9 +265,9 @@ export declare const asNodeInstance: {
253
265
  schema: string;
254
266
  };
255
267
  ephemeralQueryAccountEnabled?: boolean | undefined;
256
- }, import("./Node").NodeModuleEventData>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
268
+ }, import("./Node").NodeModuleEventData>>(value: unknown, assert: string | (() => string), config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
257
269
  };
258
- export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xyo-network/object").BaseParamsFields & {
270
+ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModule<import("@xylabs/object").BaseParamsFields & {
259
271
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
260
272
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
261
273
  readonly archivist?: string | undefined;
@@ -264,6 +276,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
264
276
  readonly paging?: Record<string, {
265
277
  size?: number | undefined;
266
278
  }> | undefined;
279
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
267
280
  schema: "network.xyo.node.config";
268
281
  readonly security?: {
269
282
  readonly allowAnonymous?: boolean | undefined;
@@ -280,6 +293,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
280
293
  readonly paging?: Record<string, {
281
294
  size?: number | undefined;
282
295
  }> | undefined;
296
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
283
297
  schema: "network.xyo.node.config";
284
298
  readonly security?: {
285
299
  readonly allowAnonymous?: boolean | undefined;
@@ -297,7 +311,7 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
297
311
  };
298
312
  ephemeralQueryAccountEnabled?: boolean | undefined;
299
313
  }, import("./Node").NodeModuleEventData>) => R) => R | undefined;
300
- export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xyo-network/object").BaseParamsFields & {
314
+ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeInstance<import("@xylabs/object").BaseParamsFields & {
301
315
  account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
302
316
  config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
303
317
  readonly archivist?: string | undefined;
@@ -306,6 +320,7 @@ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeIn
306
320
  readonly paging?: Record<string, {
307
321
  size?: number | undefined;
308
322
  }> | undefined;
323
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
309
324
  schema: "network.xyo.node.config";
310
325
  readonly security?: {
311
326
  readonly allowAnonymous?: boolean | undefined;
@@ -322,6 +337,7 @@ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeIn
322
337
  readonly paging?: Record<string, {
323
338
  size?: number | undefined;
324
339
  }> | undefined;
340
+ readonly retry?: import("@xylabs/retry").RetryConfig | undefined;
325
341
  schema: "network.xyo.node.config";
326
342
  readonly security?: {
327
343
  readonly allowAnonymous?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAQ1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAA2H,CAAA;AAEpJ,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAqC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAA;AAKjD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAQ1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yCAA2H,CAAA;AAEpJ,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAqC,CAAA"}
package/package.json CHANGED
@@ -10,11 +10,11 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/promise": "^2.13.25",
14
- "@xyo-network/module-events": "~2.88.2",
15
- "@xyo-network/module-model": "~2.88.2",
16
- "@xyo-network/object": "~2.88.2",
17
- "@xyo-network/payload-model": "~2.88.2"
13
+ "@xylabs/object": "^2.88.5",
14
+ "@xylabs/promise": "^2.13.29",
15
+ "@xyo-network/module-events": "~2.88.3",
16
+ "@xyo-network/module-model": "~2.88.3",
17
+ "@xyo-network/payload-model": "~2.88.3"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@xylabs/ts-scripts-yarn3": "^3.2.42",
@@ -60,6 +60,6 @@
60
60
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
61
61
  },
62
62
  "sideEffects": false,
63
- "version": "2.88.2",
63
+ "version": "2.88.3",
64
64
  "type": "module"
65
65
  }
package/src/Config.ts CHANGED
@@ -1,5 +1,5 @@
1
+ import { WithAdditional } from '@xylabs/object'
1
2
  import { ModuleConfig } from '@xyo-network/module-model'
2
- import { WithAdditional } from '@xyo-network/object'
3
3
  import { Payload } from '@xyo-network/payload-model'
4
4
 
5
5
  export const NodeConfigSchema = 'network.xyo.node.config'
package/src/Params.ts CHANGED
@@ -1,5 +1,5 @@
1
+ import { EmptyObject } from '@xylabs/object'
1
2
  import { AnyConfigSchema, ModuleParams } from '@xyo-network/module-model'
2
- import { EmptyObject } from '@xyo-network/object'
3
3
 
4
4
  import { NodeConfig } from './Config'
5
5
 
package/src/typeChecks.ts CHANGED
@@ -1,5 +1,5 @@
1
+ import { AsObjectFactory } from '@xylabs/object'
1
2
  import { IsInstanceFactory, IsModuleFactory, isModuleInstance, WithFactory } from '@xyo-network/module-model'
2
- import { AsObjectFactory } from '@xyo-network/object'
3
3
 
4
4
  import { NodeInstance, NodeModule } from './Node'
5
5
  import { NodeAttachedQuerySchema, NodeAttachQuerySchema, NodeDetachQuerySchema, NodeRegisteredQuerySchema } from './Queries'