@xyo-network/node-model 3.9.3 → 3.9.5

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.
@@ -86,6 +86,8 @@ declare const asAttachableNodeInstance: {
86
86
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
87
87
  ephemeralQueryAccountEnabled?: boolean;
88
88
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
89
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
90
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
89
91
  }, NodeModuleEventData>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
90
92
  <TType extends AttachableNodeInstance<_xylabs_object.BaseParamsFields & {
91
93
  account?: _xyo_network_account_model.AccountInstance | "random";
@@ -95,6 +97,8 @@ declare const asAttachableNodeInstance: {
95
97
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
96
98
  ephemeralQueryAccountEnabled?: boolean;
97
99
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
100
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
101
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
98
102
  }, NodeModuleEventData>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<AttachableNodeInstance<_xylabs_object.BaseParamsFields & {
99
103
  account?: _xyo_network_account_model.AccountInstance | "random";
100
104
  addToResolvers?: boolean;
@@ -103,6 +107,8 @@ declare const asAttachableNodeInstance: {
103
107
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
104
108
  ephemeralQueryAccountEnabled?: boolean;
105
109
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
110
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
111
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
106
112
  }, NodeModuleEventData>>, config?: _xylabs_object.TypeCheckConfig): TType;
107
113
  };
108
114
 
@@ -154,6 +160,8 @@ declare const isNodeInstance: _xylabs_object.TypeCheck<NodeInstance<_xylabs_obje
154
160
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
155
161
  ephemeralQueryAccountEnabled?: boolean;
156
162
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
163
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
164
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
157
165
  }, NodeModuleEventData>>;
158
166
  declare const isNodeModule: _xyo_network_module_model.ModuleTypeCheck<NodeModule<_xylabs_object.BaseParamsFields & {
159
167
  account?: _xyo_network_account_model.AccountInstance | "random";
@@ -163,6 +171,8 @@ declare const isNodeModule: _xyo_network_module_model.ModuleTypeCheck<NodeModule
163
171
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
164
172
  ephemeralQueryAccountEnabled?: boolean;
165
173
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
174
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
175
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
166
176
  }, NodeModuleEventData>>;
167
177
  declare const asNodeModule: {
168
178
  <TType extends NodeModule<_xylabs_object.BaseParamsFields & {
@@ -173,6 +183,8 @@ declare const asNodeModule: {
173
183
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
174
184
  ephemeralQueryAccountEnabled?: boolean;
175
185
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
186
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
187
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
176
188
  }, NodeModuleEventData>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
177
189
  <TType extends NodeModule<_xylabs_object.BaseParamsFields & {
178
190
  account?: _xyo_network_account_model.AccountInstance | "random";
@@ -182,6 +194,8 @@ declare const asNodeModule: {
182
194
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
183
195
  ephemeralQueryAccountEnabled?: boolean;
184
196
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
197
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
198
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
185
199
  }, NodeModuleEventData>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<NodeModule<_xylabs_object.BaseParamsFields & {
186
200
  account?: _xyo_network_account_model.AccountInstance | "random";
187
201
  addToResolvers?: boolean;
@@ -190,6 +204,8 @@ declare const asNodeModule: {
190
204
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
191
205
  ephemeralQueryAccountEnabled?: boolean;
192
206
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
207
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
208
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
193
209
  }, NodeModuleEventData>>, config?: _xylabs_object.TypeCheckConfig): TType;
194
210
  };
195
211
  declare const asNodeInstance: {
@@ -201,6 +217,8 @@ declare const asNodeInstance: {
201
217
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
202
218
  ephemeralQueryAccountEnabled?: boolean;
203
219
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
220
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
221
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
204
222
  }, NodeModuleEventData>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
205
223
  <TType extends NodeInstance<_xylabs_object.BaseParamsFields & {
206
224
  account?: _xyo_network_account_model.AccountInstance | "random";
@@ -210,6 +228,8 @@ declare const asNodeInstance: {
210
228
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
211
229
  ephemeralQueryAccountEnabled?: boolean;
212
230
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
231
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
232
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
213
233
  }, NodeModuleEventData>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<NodeInstance<_xylabs_object.BaseParamsFields & {
214
234
  account?: _xyo_network_account_model.AccountInstance | "random";
215
235
  addToResolvers?: boolean;
@@ -218,6 +238,8 @@ declare const asNodeInstance: {
218
238
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
219
239
  ephemeralQueryAccountEnabled?: boolean;
220
240
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
241
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
242
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
221
243
  }, NodeModuleEventData>>, config?: _xylabs_object.TypeCheckConfig): TType;
222
244
  };
223
245
  declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<_xylabs_object.BaseParamsFields & {
@@ -228,6 +250,8 @@ declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<_xylabs_ob
228
250
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
229
251
  ephemeralQueryAccountEnabled?: boolean;
230
252
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
253
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
254
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
231
255
  }, NodeModuleEventData>) => R) => R | undefined;
232
256
  declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<_xylabs_object.BaseParamsFields & {
233
257
  account?: _xyo_network_account_model.AccountInstance | "random";
@@ -237,6 +261,8 @@ declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<_xylab
237
261
  config: _xyo_network_module_model.AnyConfigSchema<NodeConfig>;
238
262
  ephemeralQueryAccountEnabled?: boolean;
239
263
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
264
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
265
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
240
266
  }, NodeModuleEventData>) => R) => R | undefined;
241
267
 
242
268
  export { type AttachableNodeInstance, type AttachableNodeInstanceTypeCheck, type ChildCertification, type ChildCertificationFields, ChildCertificationSchema, IsAttachableNodeInstanceFactory, type ModuleAttachedEventArgs, type ModuleAttachedEventData, type ModuleDetachedEventArgs, type ModuleDetachedEventData, type ModuleRegisteredEventArgs, type ModuleRegisteredEventData, type ModuleUnregisteredEventArgs, type ModuleUnregisteredEventData, type NodeAttachQuery, NodeAttachQuerySchema, type NodeAttachedQuery, NodeAttachedQuerySchema, type NodeCertifyQuery, NodeCertifyQuerySchema, type NodeConfig, NodeConfigSchema, type NodeDetachQuery, NodeDetachQuerySchema, type NodeInstance, type NodeModule, type NodeModuleEventData, type NodeModuleQueries, type NodeParams, type NodeQueries, type NodeQueryFunctions, type NodeRegisteredQuery, NodeRegisteredQuerySchema, type NodeRegistrationFunctions, asAttachableNodeInstance, asNodeInstance, asNodeModule, isAttachableNodeInstance, isNodeInstance, isNodeModule, requiredAttachableNodeInstanceFunctions, withNodeInstance, withNodeModule };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/node-model",
3
- "version": "3.9.3",
3
+ "version": "3.9.5",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -32,10 +32,10 @@
32
32
  "@xylabs/hex": "^4.5.1",
33
33
  "@xylabs/object": "^4.5.1",
34
34
  "@xylabs/typeof": "^4.5.1",
35
- "@xyo-network/account-model": "^3.9.3",
36
- "@xyo-network/module-events": "^3.9.3",
37
- "@xyo-network/module-model": "^3.9.3",
38
- "@xyo-network/payload-model": "^3.9.3"
35
+ "@xyo-network/account-model": "^3.9.5",
36
+ "@xyo-network/module-events": "^3.9.5",
37
+ "@xyo-network/module-model": "^3.9.5",
38
+ "@xyo-network/payload-model": "^3.9.5"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@xylabs/ts-scripts-yarn3": "^5.0.24",