@xyo-network/diviner-model 3.9.4 → 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.
@@ -65,6 +65,8 @@ declare const asAttachableDivinerInstance: {
65
65
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
66
66
  ephemeralQueryAccountEnabled?: boolean;
67
67
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
68
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
69
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
68
70
  }, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload, DivinerModuleEventData>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
69
71
  <TType extends AttachableDivinerInstance<_xylabs_object.BaseParamsFields & {
70
72
  account?: _xyo_network_account_model.AccountInstance | "random";
@@ -74,6 +76,8 @@ declare const asAttachableDivinerInstance: {
74
76
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
75
77
  ephemeralQueryAccountEnabled?: boolean;
76
78
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
79
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
80
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
77
81
  }, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload, DivinerModuleEventData>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<AttachableDivinerInstance<_xylabs_object.BaseParamsFields & {
78
82
  account?: _xyo_network_account_model.AccountInstance | "random";
79
83
  addToResolvers?: boolean;
@@ -82,6 +86,8 @@ declare const asAttachableDivinerInstance: {
82
86
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
83
87
  ephemeralQueryAccountEnabled?: boolean;
84
88
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
89
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
90
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
85
91
  }, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload, DivinerModuleEventData>>, config?: _xylabs_object.TypeCheckConfig): TType;
86
92
  };
87
93
 
@@ -115,6 +121,8 @@ declare const isDivinerInstance: _xylabs_object.TypeCheck<DivinerInstance<_xylab
115
121
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
116
122
  ephemeralQueryAccountEnabled?: boolean;
117
123
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
124
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
125
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
118
126
  }, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload, DivinerModuleEventData>>;
119
127
  declare const isDivinerModule: _xyo_network_module_model.ModuleTypeCheck<DivinerModule<_xylabs_object.BaseParamsFields & {
120
128
  account?: _xyo_network_account_model.AccountInstance | "random";
@@ -124,6 +132,8 @@ declare const isDivinerModule: _xyo_network_module_model.ModuleTypeCheck<Diviner
124
132
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
125
133
  ephemeralQueryAccountEnabled?: boolean;
126
134
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
135
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
136
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
127
137
  }, DivinerModuleEventData>>;
128
138
  declare const asDivinerModule: {
129
139
  <TType extends DivinerModule<_xylabs_object.BaseParamsFields & {
@@ -134,6 +144,8 @@ declare const asDivinerModule: {
134
144
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
135
145
  ephemeralQueryAccountEnabled?: boolean;
136
146
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
147
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
148
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
137
149
  }, DivinerModuleEventData>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
138
150
  <TType extends DivinerModule<_xylabs_object.BaseParamsFields & {
139
151
  account?: _xyo_network_account_model.AccountInstance | "random";
@@ -143,6 +155,8 @@ declare const asDivinerModule: {
143
155
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
144
156
  ephemeralQueryAccountEnabled?: boolean;
145
157
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
158
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
159
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
146
160
  }, DivinerModuleEventData>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<DivinerModule<_xylabs_object.BaseParamsFields & {
147
161
  account?: _xyo_network_account_model.AccountInstance | "random";
148
162
  addToResolvers?: boolean;
@@ -151,6 +165,8 @@ declare const asDivinerModule: {
151
165
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
152
166
  ephemeralQueryAccountEnabled?: boolean;
153
167
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
168
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
169
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
154
170
  }, DivinerModuleEventData>>, config?: _xylabs_object.TypeCheckConfig): TType;
155
171
  };
156
172
  declare const asDivinerInstance: {
@@ -162,6 +178,8 @@ declare const asDivinerInstance: {
162
178
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
163
179
  ephemeralQueryAccountEnabled?: boolean;
164
180
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
181
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
182
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
165
183
  }, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload, DivinerModuleEventData>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
166
184
  <TType extends DivinerInstance<_xylabs_object.BaseParamsFields & {
167
185
  account?: _xyo_network_account_model.AccountInstance | "random";
@@ -171,6 +189,8 @@ declare const asDivinerInstance: {
171
189
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
172
190
  ephemeralQueryAccountEnabled?: boolean;
173
191
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
192
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
193
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
174
194
  }, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload, DivinerModuleEventData>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<DivinerInstance<_xylabs_object.BaseParamsFields & {
175
195
  account?: _xyo_network_account_model.AccountInstance | "random";
176
196
  addToResolvers?: boolean;
@@ -179,6 +199,8 @@ declare const asDivinerInstance: {
179
199
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
180
200
  ephemeralQueryAccountEnabled?: boolean;
181
201
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
202
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
203
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
182
204
  }, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload, DivinerModuleEventData>>, config?: _xylabs_object.TypeCheckConfig): TType;
183
205
  };
184
206
  declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<_xylabs_object.BaseParamsFields & {
@@ -189,6 +211,8 @@ declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<_xyl
189
211
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
190
212
  ephemeralQueryAccountEnabled?: boolean;
191
213
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
214
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
215
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
192
216
  }, DivinerModuleEventData>) => R) => R | undefined;
193
217
  declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<_xylabs_object.BaseParamsFields & {
194
218
  account?: _xyo_network_account_model.AccountInstance | "random";
@@ -198,6 +222,8 @@ declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<
198
222
  config: _xyo_network_module_model.AnyConfigSchema<DivinerConfig>;
199
223
  ephemeralQueryAccountEnabled?: boolean;
200
224
  moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
225
+ privateChildren?: _xyo_network_module_model.ModuleInstance[];
226
+ publicChildren?: _xyo_network_module_model.ModuleInstance[];
201
227
  }, _xyo_network_payload_model.Payload, _xyo_network_payload_model.Payload, DivinerModuleEventData>) => R) => R | undefined;
202
228
 
203
229
  export { type AttachableDivinerInstance, type AttachableDivinerInstanceTypeCheck, type DivineEndEventArgs, type DivineEndEventData, type DivineStartEventArgs, type DivineStartEventData, type DivinedPayload, type DivinerConfig, DivinerConfigSchema, type DivinerDivineQuery, DivinerDivineQuerySchema, type DivinerDivineResult, type DivinerInstance, type DivinerModule, type DivinerModuleEventData, type DivinerModuleQueries, type DivinerParams, type DivinerQueries, type DivinerQueryFunctions, IsAttachableDivinerInstanceFactory, type SearchableStorage, asAttachableDivinerInstance, asDivinerInstance, asDivinerModule, isAttachableDivinerInstance, isDivinerInstance, isDivinerModule, requiredAttachableDivinerInstanceFunctions, withDivinerInstance, withDivinerModule };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-model",
3
- "version": "3.9.4",
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": {
@@ -33,10 +33,10 @@
33
33
  "@xylabs/object": "^4.5.1",
34
34
  "@xylabs/retry": "^4.5.1",
35
35
  "@xylabs/typeof": "^4.5.1",
36
- "@xyo-network/account-model": "^3.9.4",
37
- "@xyo-network/module-events": "^3.9.4",
38
- "@xyo-network/module-model": "^3.9.4",
39
- "@xyo-network/payload-model": "^3.9.4"
36
+ "@xyo-network/account-model": "^3.9.5",
37
+ "@xyo-network/module-events": "^3.9.5",
38
+ "@xyo-network/module-model": "^3.9.5",
39
+ "@xyo-network/payload-model": "^3.9.5"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@xylabs/ts-scripts-yarn3": "^5.0.24",