@xyo-network/diviner-model 2.107.5 → 2.108.0

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 (37) hide show
  1. package/dist/browser/attachable/asAttachableInstance.d.cts +3 -3
  2. package/dist/browser/attachable/asAttachableInstance.d.cts.map +1 -1
  3. package/dist/browser/attachable/asAttachableInstance.d.mts +3 -3
  4. package/dist/browser/attachable/asAttachableInstance.d.mts.map +1 -1
  5. package/dist/browser/attachable/asAttachableInstance.d.ts +3 -3
  6. package/dist/browser/attachable/asAttachableInstance.d.ts.map +1 -1
  7. package/dist/browser/typeChecks.d.cts +8 -8
  8. package/dist/browser/typeChecks.d.cts.map +1 -1
  9. package/dist/browser/typeChecks.d.mts +8 -8
  10. package/dist/browser/typeChecks.d.mts.map +1 -1
  11. package/dist/browser/typeChecks.d.ts +8 -8
  12. package/dist/browser/typeChecks.d.ts.map +1 -1
  13. package/dist/neutral/attachable/asAttachableInstance.d.cts +3 -3
  14. package/dist/neutral/attachable/asAttachableInstance.d.cts.map +1 -1
  15. package/dist/neutral/attachable/asAttachableInstance.d.mts +3 -3
  16. package/dist/neutral/attachable/asAttachableInstance.d.mts.map +1 -1
  17. package/dist/neutral/attachable/asAttachableInstance.d.ts +3 -3
  18. package/dist/neutral/attachable/asAttachableInstance.d.ts.map +1 -1
  19. package/dist/neutral/typeChecks.d.cts +8 -8
  20. package/dist/neutral/typeChecks.d.cts.map +1 -1
  21. package/dist/neutral/typeChecks.d.mts +8 -8
  22. package/dist/neutral/typeChecks.d.mts.map +1 -1
  23. package/dist/neutral/typeChecks.d.ts +8 -8
  24. package/dist/neutral/typeChecks.d.ts.map +1 -1
  25. package/dist/node/attachable/asAttachableInstance.d.cts +3 -3
  26. package/dist/node/attachable/asAttachableInstance.d.cts.map +1 -1
  27. package/dist/node/attachable/asAttachableInstance.d.mts +3 -3
  28. package/dist/node/attachable/asAttachableInstance.d.mts.map +1 -1
  29. package/dist/node/attachable/asAttachableInstance.d.ts +3 -3
  30. package/dist/node/attachable/asAttachableInstance.d.ts.map +1 -1
  31. package/dist/node/typeChecks.d.cts +8 -8
  32. package/dist/node/typeChecks.d.cts.map +1 -1
  33. package/dist/node/typeChecks.d.mts +8 -8
  34. package/dist/node/typeChecks.d.mts.map +1 -1
  35. package/dist/node/typeChecks.d.ts +8 -8
  36. package/dist/node/typeChecks.d.ts.map +1 -1
  37. package/package.json +11 -11
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
17
17
  schema: string;
18
18
  } & import("@xyo-network/payload-model").PayloadFields, {
19
19
  schema: string;
20
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
21
- <TType_1 extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
20
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
21
+ <TType extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
22
22
  account?: import("@xyo-network/account-model").AccountInstance | "random";
23
23
  addToResolvers?: boolean;
24
24
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
54
54
  schema: string;
55
55
  } & import("@xyo-network/payload-model").PayloadFields, {
56
56
  schema: string;
57
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
57
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
58
58
  };
59
59
  //# sourceMappingURL=asAttachableInstance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CADxN,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CAD1M,CAAA"}
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
17
17
  schema: string;
18
18
  } & import("@xyo-network/payload-model").PayloadFields, {
19
19
  schema: string;
20
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
21
- <TType_1 extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
20
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
21
+ <TType extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
22
22
  account?: import("@xyo-network/account-model").AccountInstance | "random";
23
23
  addToResolvers?: boolean;
24
24
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
54
54
  schema: string;
55
55
  } & import("@xyo-network/payload-model").PayloadFields, {
56
56
  schema: string;
57
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
57
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
58
58
  };
59
59
  //# sourceMappingURL=asAttachableInstance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CADxN,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CAD1M,CAAA"}
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
17
17
  schema: string;
18
18
  } & import("@xyo-network/payload-model").PayloadFields, {
19
19
  schema: string;
20
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
21
- <TType_1 extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
20
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
21
+ <TType extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
22
22
  account?: import("@xyo-network/account-model").AccountInstance | "random";
23
23
  addToResolvers?: boolean;
24
24
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
54
54
  schema: string;
55
55
  } & import("@xyo-network/payload-model").PayloadFields, {
56
56
  schema: string;
57
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
57
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
58
58
  };
59
59
  //# sourceMappingURL=asAttachableInstance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CADxN,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CAD1M,CAAA"}
@@ -49,8 +49,8 @@ export declare const asDivinerModule: {
49
49
  };
50
50
  ephemeralQueryAccountEnabled?: boolean;
51
51
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
52
- }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
53
- <TType_1 extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
52
+ }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
53
+ <TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
54
54
  account?: import("@xyo-network/account-model").AccountInstance | "random";
55
55
  addToResolvers?: boolean;
56
56
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
78
78
  };
79
79
  ephemeralQueryAccountEnabled?: boolean;
80
80
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
81
- }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
81
+ }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
82
82
  };
83
83
  export declare const asDivinerInstance: {
84
84
  <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
@@ -99,8 +99,8 @@ export declare const asDivinerInstance: {
99
99
  schema: string;
100
100
  } & import("@xyo-network/payload-model").PayloadFields, {
101
101
  schema: string;
102
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
103
- <TType_1 extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
102
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
103
+ <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
104
104
  account?: import("@xyo-network/account-model").AccountInstance | "random";
105
105
  addToResolvers?: boolean;
106
106
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -136,9 +136,9 @@ export declare const asDivinerInstance: {
136
136
  schema: string;
137
137
  } & import("@xyo-network/payload-model").PayloadFields, {
138
138
  schema: string;
139
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
139
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
140
140
  };
141
- export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule<import("@xylabs/object").BaseParamsFields & {
141
+ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
142
142
  account?: import("@xyo-network/account-model").AccountInstance | "random";
143
143
  addToResolvers?: boolean;
144
144
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
153
153
  ephemeralQueryAccountEnabled?: boolean;
154
154
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
155
155
  }, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
156
- export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
156
+ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
157
157
  account?: import("@xyo-network/account-model").AccountInstance | "random";
158
158
  addToResolvers?: boolean;
159
159
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA6F,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAE9B,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAG1B,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA+E,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAEhB,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAGZ,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
@@ -49,8 +49,8 @@ export declare const asDivinerModule: {
49
49
  };
50
50
  ephemeralQueryAccountEnabled?: boolean;
51
51
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
52
- }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
53
- <TType_1 extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
52
+ }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
53
+ <TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
54
54
  account?: import("@xyo-network/account-model").AccountInstance | "random";
55
55
  addToResolvers?: boolean;
56
56
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
78
78
  };
79
79
  ephemeralQueryAccountEnabled?: boolean;
80
80
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
81
- }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
81
+ }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
82
82
  };
83
83
  export declare const asDivinerInstance: {
84
84
  <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
@@ -99,8 +99,8 @@ export declare const asDivinerInstance: {
99
99
  schema: string;
100
100
  } & import("@xyo-network/payload-model").PayloadFields, {
101
101
  schema: string;
102
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
103
- <TType_1 extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
102
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
103
+ <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
104
104
  account?: import("@xyo-network/account-model").AccountInstance | "random";
105
105
  addToResolvers?: boolean;
106
106
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -136,9 +136,9 @@ export declare const asDivinerInstance: {
136
136
  schema: string;
137
137
  } & import("@xyo-network/payload-model").PayloadFields, {
138
138
  schema: string;
139
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
139
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
140
140
  };
141
- export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule<import("@xylabs/object").BaseParamsFields & {
141
+ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
142
142
  account?: import("@xyo-network/account-model").AccountInstance | "random";
143
143
  addToResolvers?: boolean;
144
144
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
153
153
  ephemeralQueryAccountEnabled?: boolean;
154
154
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
155
155
  }, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
156
- export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
156
+ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
157
157
  account?: import("@xyo-network/account-model").AccountInstance | "random";
158
158
  addToResolvers?: boolean;
159
159
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA6F,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAE9B,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAG1B,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA+E,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAEhB,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAGZ,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
@@ -49,8 +49,8 @@ export declare const asDivinerModule: {
49
49
  };
50
50
  ephemeralQueryAccountEnabled?: boolean;
51
51
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
52
- }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
53
- <TType_1 extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
52
+ }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
53
+ <TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
54
54
  account?: import("@xyo-network/account-model").AccountInstance | "random";
55
55
  addToResolvers?: boolean;
56
56
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
78
78
  };
79
79
  ephemeralQueryAccountEnabled?: boolean;
80
80
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
81
- }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
81
+ }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
82
82
  };
83
83
  export declare const asDivinerInstance: {
84
84
  <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
@@ -99,8 +99,8 @@ export declare const asDivinerInstance: {
99
99
  schema: string;
100
100
  } & import("@xyo-network/payload-model").PayloadFields, {
101
101
  schema: string;
102
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
103
- <TType_1 extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
102
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
103
+ <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
104
104
  account?: import("@xyo-network/account-model").AccountInstance | "random";
105
105
  addToResolvers?: boolean;
106
106
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -136,9 +136,9 @@ export declare const asDivinerInstance: {
136
136
  schema: string;
137
137
  } & import("@xyo-network/payload-model").PayloadFields, {
138
138
  schema: string;
139
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
139
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
140
140
  };
141
- export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule<import("@xylabs/object").BaseParamsFields & {
141
+ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
142
142
  account?: import("@xyo-network/account-model").AccountInstance | "random";
143
143
  addToResolvers?: boolean;
144
144
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
153
153
  ephemeralQueryAccountEnabled?: boolean;
154
154
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
155
155
  }, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
156
- export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
156
+ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
157
157
  account?: import("@xyo-network/account-model").AccountInstance | "random";
158
158
  addToResolvers?: boolean;
159
159
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA6F,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAE9B,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAG1B,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA+E,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAEhB,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAGZ,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
17
17
  schema: string;
18
18
  } & import("@xyo-network/payload-model").PayloadFields, {
19
19
  schema: string;
20
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
21
- <TType_1 extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
20
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
21
+ <TType extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
22
22
  account?: import("@xyo-network/account-model").AccountInstance | "random";
23
23
  addToResolvers?: boolean;
24
24
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
54
54
  schema: string;
55
55
  } & import("@xyo-network/payload-model").PayloadFields, {
56
56
  schema: string;
57
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
57
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
58
58
  };
59
59
  //# sourceMappingURL=asAttachableInstance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CADxN,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CAD1M,CAAA"}
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
17
17
  schema: string;
18
18
  } & import("@xyo-network/payload-model").PayloadFields, {
19
19
  schema: string;
20
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
21
- <TType_1 extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
20
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
21
+ <TType extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
22
22
  account?: import("@xyo-network/account-model").AccountInstance | "random";
23
23
  addToResolvers?: boolean;
24
24
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
54
54
  schema: string;
55
55
  } & import("@xyo-network/payload-model").PayloadFields, {
56
56
  schema: string;
57
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
57
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
58
58
  };
59
59
  //# sourceMappingURL=asAttachableInstance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CADxN,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CAD1M,CAAA"}
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
17
17
  schema: string;
18
18
  } & import("@xyo-network/payload-model").PayloadFields, {
19
19
  schema: string;
20
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
21
- <TType_1 extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
20
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
21
+ <TType extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
22
22
  account?: import("@xyo-network/account-model").AccountInstance | "random";
23
23
  addToResolvers?: boolean;
24
24
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
54
54
  schema: string;
55
55
  } & import("@xyo-network/payload-model").PayloadFields, {
56
56
  schema: string;
57
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
57
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
58
58
  };
59
59
  //# sourceMappingURL=asAttachableInstance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CADxN,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CAD1M,CAAA"}
@@ -49,8 +49,8 @@ export declare const asDivinerModule: {
49
49
  };
50
50
  ephemeralQueryAccountEnabled?: boolean;
51
51
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
52
- }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
53
- <TType_1 extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
52
+ }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
53
+ <TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
54
54
  account?: import("@xyo-network/account-model").AccountInstance | "random";
55
55
  addToResolvers?: boolean;
56
56
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
78
78
  };
79
79
  ephemeralQueryAccountEnabled?: boolean;
80
80
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
81
- }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
81
+ }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
82
82
  };
83
83
  export declare const asDivinerInstance: {
84
84
  <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
@@ -99,8 +99,8 @@ export declare const asDivinerInstance: {
99
99
  schema: string;
100
100
  } & import("@xyo-network/payload-model").PayloadFields, {
101
101
  schema: string;
102
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
103
- <TType_1 extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
102
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
103
+ <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
104
104
  account?: import("@xyo-network/account-model").AccountInstance | "random";
105
105
  addToResolvers?: boolean;
106
106
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -136,9 +136,9 @@ export declare const asDivinerInstance: {
136
136
  schema: string;
137
137
  } & import("@xyo-network/payload-model").PayloadFields, {
138
138
  schema: string;
139
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
139
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
140
140
  };
141
- export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule<import("@xylabs/object").BaseParamsFields & {
141
+ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
142
142
  account?: import("@xyo-network/account-model").AccountInstance | "random";
143
143
  addToResolvers?: boolean;
144
144
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
153
153
  ephemeralQueryAccountEnabled?: boolean;
154
154
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
155
155
  }, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
156
- export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
156
+ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
157
157
  account?: import("@xyo-network/account-model").AccountInstance | "random";
158
158
  addToResolvers?: boolean;
159
159
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA6F,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAE9B,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAG1B,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA+E,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAEhB,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAGZ,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
@@ -49,8 +49,8 @@ export declare const asDivinerModule: {
49
49
  };
50
50
  ephemeralQueryAccountEnabled?: boolean;
51
51
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
52
- }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
53
- <TType_1 extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
52
+ }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
53
+ <TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
54
54
  account?: import("@xyo-network/account-model").AccountInstance | "random";
55
55
  addToResolvers?: boolean;
56
56
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
78
78
  };
79
79
  ephemeralQueryAccountEnabled?: boolean;
80
80
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
81
- }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
81
+ }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
82
82
  };
83
83
  export declare const asDivinerInstance: {
84
84
  <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
@@ -99,8 +99,8 @@ export declare const asDivinerInstance: {
99
99
  schema: string;
100
100
  } & import("@xyo-network/payload-model").PayloadFields, {
101
101
  schema: string;
102
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
103
- <TType_1 extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
102
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
103
+ <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
104
104
  account?: import("@xyo-network/account-model").AccountInstance | "random";
105
105
  addToResolvers?: boolean;
106
106
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -136,9 +136,9 @@ export declare const asDivinerInstance: {
136
136
  schema: string;
137
137
  } & import("@xyo-network/payload-model").PayloadFields, {
138
138
  schema: string;
139
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
139
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
140
140
  };
141
- export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule<import("@xylabs/object").BaseParamsFields & {
141
+ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
142
142
  account?: import("@xyo-network/account-model").AccountInstance | "random";
143
143
  addToResolvers?: boolean;
144
144
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
153
153
  ephemeralQueryAccountEnabled?: boolean;
154
154
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
155
155
  }, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
156
- export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
156
+ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
157
157
  account?: import("@xyo-network/account-model").AccountInstance | "random";
158
158
  addToResolvers?: boolean;
159
159
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA6F,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAE9B,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAG1B,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA+E,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAEhB,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAGZ,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
@@ -49,8 +49,8 @@ export declare const asDivinerModule: {
49
49
  };
50
50
  ephemeralQueryAccountEnabled?: boolean;
51
51
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
52
- }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
53
- <TType_1 extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
52
+ }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
53
+ <TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
54
54
  account?: import("@xyo-network/account-model").AccountInstance | "random";
55
55
  addToResolvers?: boolean;
56
56
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
78
78
  };
79
79
  ephemeralQueryAccountEnabled?: boolean;
80
80
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
81
- }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
81
+ }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
82
82
  };
83
83
  export declare const asDivinerInstance: {
84
84
  <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
@@ -99,8 +99,8 @@ export declare const asDivinerInstance: {
99
99
  schema: string;
100
100
  } & import("@xyo-network/payload-model").PayloadFields, {
101
101
  schema: string;
102
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
103
- <TType_1 extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
102
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
103
+ <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
104
104
  account?: import("@xyo-network/account-model").AccountInstance | "random";
105
105
  addToResolvers?: boolean;
106
106
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -136,9 +136,9 @@ export declare const asDivinerInstance: {
136
136
  schema: string;
137
137
  } & import("@xyo-network/payload-model").PayloadFields, {
138
138
  schema: string;
139
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
139
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
140
140
  };
141
- export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule<import("@xylabs/object").BaseParamsFields & {
141
+ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
142
142
  account?: import("@xyo-network/account-model").AccountInstance | "random";
143
143
  addToResolvers?: boolean;
144
144
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
153
153
  ephemeralQueryAccountEnabled?: boolean;
154
154
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
155
155
  }, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
156
- export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
156
+ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
157
157
  account?: import("@xyo-network/account-model").AccountInstance | "random";
158
158
  addToResolvers?: boolean;
159
159
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA6F,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAE9B,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAG1B,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA+E,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAEhB,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAGZ,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
17
17
  schema: string;
18
18
  } & import("@xyo-network/payload-model").PayloadFields, {
19
19
  schema: string;
20
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
21
- <TType_1 extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
20
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
21
+ <TType extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
22
22
  account?: import("@xyo-network/account-model").AccountInstance | "random";
23
23
  addToResolvers?: boolean;
24
24
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
54
54
  schema: string;
55
55
  } & import("@xyo-network/payload-model").PayloadFields, {
56
56
  schema: string;
57
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
57
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
58
58
  };
59
59
  //# sourceMappingURL=asAttachableInstance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CADxN,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CAD1M,CAAA"}
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
17
17
  schema: string;
18
18
  } & import("@xyo-network/payload-model").PayloadFields, {
19
19
  schema: string;
20
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
21
- <TType_1 extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
20
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
21
+ <TType extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
22
22
  account?: import("@xyo-network/account-model").AccountInstance | "random";
23
23
  addToResolvers?: boolean;
24
24
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
54
54
  schema: string;
55
55
  } & import("@xyo-network/payload-model").PayloadFields, {
56
56
  schema: string;
57
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
57
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
58
58
  };
59
59
  //# sourceMappingURL=asAttachableInstance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CADxN,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CAD1M,CAAA"}
@@ -17,8 +17,8 @@ export declare const asAttachableDivinerInstance: {
17
17
  schema: string;
18
18
  } & import("@xyo-network/payload-model").PayloadFields, {
19
19
  schema: string;
20
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
21
- <TType_1 extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
20
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
21
+ <TType extends import("./AttachableInstance").AttachableDivinerInstance<import("@xylabs/object").BaseParamsFields & {
22
22
  account?: import("@xyo-network/account-model").AccountInstance | "random";
23
23
  addToResolvers?: boolean;
24
24
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -54,6 +54,6 @@ export declare const asAttachableDivinerInstance: {
54
54
  schema: string;
55
55
  } & import("@xyo-network/payload-model").PayloadFields, {
56
56
  schema: string;
57
- } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
57
+ } & import("@xyo-network/payload-model").PayloadFields, import("..").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
58
58
  };
59
59
  //# sourceMappingURL=asAttachableInstance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CADxN,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;gHACjB,iBAAiB,iCAAiC,gBAAiB;;;;;;;;;;;;;;;;;;;gHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;mHAA6F,gBAAiB;CAD1M,CAAA"}
@@ -49,8 +49,8 @@ export declare const asDivinerModule: {
49
49
  };
50
50
  ephemeralQueryAccountEnabled?: boolean;
51
51
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
52
- }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
53
- <TType_1 extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
52
+ }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
53
+ <TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
54
54
  account?: import("@xyo-network/account-model").AccountInstance | "random";
55
55
  addToResolvers?: boolean;
56
56
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
78
78
  };
79
79
  ephemeralQueryAccountEnabled?: boolean;
80
80
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
81
- }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
81
+ }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
82
82
  };
83
83
  export declare const asDivinerInstance: {
84
84
  <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
@@ -99,8 +99,8 @@ export declare const asDivinerInstance: {
99
99
  schema: string;
100
100
  } & import("@xyo-network/payload-model").PayloadFields, {
101
101
  schema: string;
102
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
103
- <TType_1 extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
102
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
103
+ <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
104
104
  account?: import("@xyo-network/account-model").AccountInstance | "random";
105
105
  addToResolvers?: boolean;
106
106
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -136,9 +136,9 @@ export declare const asDivinerInstance: {
136
136
  schema: string;
137
137
  } & import("@xyo-network/payload-model").PayloadFields, {
138
138
  schema: string;
139
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
139
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
140
140
  };
141
- export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule<import("@xylabs/object").BaseParamsFields & {
141
+ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
142
142
  account?: import("@xyo-network/account-model").AccountInstance | "random";
143
143
  addToResolvers?: boolean;
144
144
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
153
153
  ephemeralQueryAccountEnabled?: boolean;
154
154
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
155
155
  }, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
156
- export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
156
+ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
157
157
  account?: import("@xyo-network/account-model").AccountInstance | "random";
158
158
  addToResolvers?: boolean;
159
159
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA6F,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAE9B,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAG1B,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA+E,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAEhB,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAGZ,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
@@ -49,8 +49,8 @@ export declare const asDivinerModule: {
49
49
  };
50
50
  ephemeralQueryAccountEnabled?: boolean;
51
51
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
52
- }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
53
- <TType_1 extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
52
+ }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
53
+ <TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
54
54
  account?: import("@xyo-network/account-model").AccountInstance | "random";
55
55
  addToResolvers?: boolean;
56
56
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
78
78
  };
79
79
  ephemeralQueryAccountEnabled?: boolean;
80
80
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
81
- }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
81
+ }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
82
82
  };
83
83
  export declare const asDivinerInstance: {
84
84
  <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
@@ -99,8 +99,8 @@ export declare const asDivinerInstance: {
99
99
  schema: string;
100
100
  } & import("@xyo-network/payload-model").PayloadFields, {
101
101
  schema: string;
102
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
103
- <TType_1 extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
102
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
103
+ <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
104
104
  account?: import("@xyo-network/account-model").AccountInstance | "random";
105
105
  addToResolvers?: boolean;
106
106
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -136,9 +136,9 @@ export declare const asDivinerInstance: {
136
136
  schema: string;
137
137
  } & import("@xyo-network/payload-model").PayloadFields, {
138
138
  schema: string;
139
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
139
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
140
140
  };
141
- export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule<import("@xylabs/object").BaseParamsFields & {
141
+ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
142
142
  account?: import("@xyo-network/account-model").AccountInstance | "random";
143
143
  addToResolvers?: boolean;
144
144
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
153
153
  ephemeralQueryAccountEnabled?: boolean;
154
154
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
155
155
  }, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
156
- export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
156
+ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
157
157
  account?: import("@xyo-network/account-model").AccountInstance | "random";
158
158
  addToResolvers?: boolean;
159
159
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA6F,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAE9B,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAG1B,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA+E,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAEhB,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAGZ,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
@@ -49,8 +49,8 @@ export declare const asDivinerModule: {
49
49
  };
50
50
  ephemeralQueryAccountEnabled?: boolean;
51
51
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
52
- }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
53
- <TType_1 extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
52
+ }, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
53
+ <TType extends DivinerModule<import("@xylabs/object").BaseParamsFields & {
54
54
  account?: import("@xyo-network/account-model").AccountInstance | "random";
55
55
  addToResolvers?: boolean;
56
56
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -78,7 +78,7 @@ export declare const asDivinerModule: {
78
78
  };
79
79
  ephemeralQueryAccountEnabled?: boolean;
80
80
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
81
- }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
81
+ }, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
82
82
  };
83
83
  export declare const asDivinerInstance: {
84
84
  <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
@@ -99,8 +99,8 @@ export declare const asDivinerInstance: {
99
99
  schema: string;
100
100
  } & import("@xyo-network/payload-model").PayloadFields, {
101
101
  schema: string;
102
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
103
- <TType_1 extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
102
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
103
+ <TType extends DivinerInstance<import("@xylabs/object").BaseParamsFields & {
104
104
  account?: import("@xyo-network/account-model").AccountInstance | "random";
105
105
  addToResolvers?: boolean;
106
106
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -136,9 +136,9 @@ export declare const asDivinerInstance: {
136
136
  schema: string;
137
137
  } & import("@xyo-network/payload-model").PayloadFields, {
138
138
  schema: string;
139
- } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType_1;
139
+ } & import("@xyo-network/payload-model").PayloadFields, import("./EventData").DivinerModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
140
140
  };
141
- export declare const withDivinerModule: <R>(module: any, closure: (module: DivinerModule<import("@xylabs/object").BaseParamsFields & {
141
+ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/object").BaseParamsFields & {
142
142
  account?: import("@xyo-network/account-model").AccountInstance | "random";
143
143
  addToResolvers?: boolean;
144
144
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -153,7 +153,7 @@ export declare const withDivinerModule: <R>(module: any, closure: (module: Divin
153
153
  ephemeralQueryAccountEnabled?: boolean;
154
154
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
155
155
  }, import("./EventData").DivinerModuleEventData>) => R) => R | undefined;
156
- export declare const withDivinerInstance: <R>(module: any, closure: (module: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
156
+ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/object").BaseParamsFields & {
157
157
  account?: import("@xyo-network/account-model").AccountInstance | "random";
158
158
  addToResolvers?: boolean;
159
159
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA6F,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAE9B,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA6F,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAG1B,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAGxC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;sGAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iDAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;oEANK,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;oEAA+E,iBAAiB;;;;;;;;;;;;;;uEAChC,gBAAiB;CAEhB,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;yHAPG,iBACxB,iCAAiC,gBAErC;;;;;;;;;;;;;;;;;;;yHAA+E,iBAAiB;;;;;;;;;;;;;;;;;;4HAChC,gBAAiB;CAGZ,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;wEAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;6HAAwC,CAAA"}
package/package.json CHANGED
@@ -10,18 +10,18 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/hex": "^3.5.1",
14
- "@xylabs/object": "^3.5.1",
15
- "@xylabs/retry": "^3.5.1",
16
- "@xyo-network/account-model": "~2.107.5",
17
- "@xyo-network/module-events": "~2.107.5",
18
- "@xyo-network/module-model": "~2.107.5",
19
- "@xyo-network/payload-model": "~2.107.5"
13
+ "@xylabs/hex": "^3.5.2",
14
+ "@xylabs/object": "^3.5.2",
15
+ "@xylabs/retry": "^3.5.2",
16
+ "@xyo-network/account-model": "^2.108.0",
17
+ "@xyo-network/module-events": "^2.108.0",
18
+ "@xyo-network/module-model": "^2.108.0",
19
+ "@xyo-network/payload-model": "^2.108.0"
20
20
  },
21
21
  "devDependencies": {
22
- "@xylabs/ts-scripts-yarn3": "^3.11.10",
23
- "@xylabs/tsconfig": "^3.11.10",
24
- "typescript": "^5.5.2"
22
+ "@xylabs/ts-scripts-yarn3": "^3.11.12",
23
+ "@xylabs/tsconfig": "^3.11.12",
24
+ "typescript": "^5.5.3"
25
25
  },
26
26
  "description": "Primary SDK for using XYO Protocol 2.0",
27
27
  "types": "dist/node/index.d.ts",
@@ -62,6 +62,6 @@
62
62
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
63
63
  },
64
64
  "sideEffects": false,
65
- "version": "2.107.5",
65
+ "version": "2.108.0",
66
66
  "type": "module"
67
67
  }