@xyo-network/bridge-model 3.15.5 → 3.15.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/Events/Exposed.d.ts +1 -1
- package/dist/types/Events/Exposed.d.ts.map +1 -1
- package/dist/types/Events/QueryFulfillFinished.d.ts +1 -1
- package/dist/types/Events/QueryFulfillFinished.d.ts.map +1 -1
- package/dist/types/Events/QueryFulfillStarted.d.ts +1 -1
- package/dist/types/Events/QueryFulfillStarted.d.ts.map +1 -1
- package/dist/types/Events/QuerySendFinished.d.ts +1 -1
- package/dist/types/Events/QuerySendFinished.d.ts.map +1 -1
- package/dist/types/Events/QuerySendStarted.d.ts +1 -1
- package/dist/types/Events/QuerySendStarted.d.ts.map +1 -1
- package/dist/types/Events/Unexposed.d.ts +1 -1
- package/dist/types/Events/Unexposed.d.ts.map +1 -1
- package/package.json +9 -9
- package/src/Events/Exposed.ts +1 -1
- package/src/Events/QueryFulfillFinished.ts +1 -1
- package/src/Events/QueryFulfillStarted.ts +1 -1
- package/src/Events/QuerySendFinished.ts +1 -1
- package/src/Events/QuerySendStarted.ts +1 -1
- package/src/Events/Unexposed.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { EventData } from '@
|
|
1
|
+
import type { EventData } from '@xylabs/events';
|
|
2
2
|
import type { Module, ModuleEventArgs, ModuleInstance } from '@xyo-network/module-model';
|
|
3
3
|
export type ExposedEventArgs<T extends Module = Module> = ModuleEventArgs<T, {
|
|
4
4
|
modules: ModuleInstance[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Exposed.d.ts","sourceRoot":"","sources":["../../../src/Events/Exposed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Exposed.d.ts","sourceRoot":"","sources":["../../../src/Events/Exposed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC/C,OAAO,KAAK,EACV,MAAM,EAAE,eAAe,EAAE,cAAc,EACxC,MAAM,2BAA2B,CAAA;AAElC,MAAM,MAAM,gBAAgB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,eAAe,CACvE,CAAC,EACD;IACE,OAAO,EAAE,cAAc,EAAE,CAAA;CAC1B,CACF,CAAA;AAED,MAAM,WAAW,gBAAgB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,CAAE,SAAQ,SAAS;IAC5E,OAAO,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAA;CAC7B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { EventData } from '@xylabs/events';
|
|
1
2
|
import type { QueryBoundWitness } from '@xyo-network/boundwitness-model';
|
|
2
|
-
import type { EventData } from '@xyo-network/module-events';
|
|
3
3
|
import type { Module, ModuleEventArgs, ModuleQueryResult } from '@xyo-network/module-model';
|
|
4
4
|
import type { Payload } from '@xyo-network/payload-model';
|
|
5
5
|
export type QueryFulfillFinishedEventArgs<T extends Module = Module> = ModuleEventArgs<T, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryFulfillFinished.d.ts","sourceRoot":"","sources":["../../../src/Events/QueryFulfillFinished.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"QueryFulfillFinished.d.ts","sourceRoot":"","sources":["../../../src/Events/QueryFulfillFinished.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACxE,OAAO,KAAK,EACV,MAAM,EAAE,eAAe,EAAE,iBAAiB,EAC3C,MAAM,2BAA2B,CAAA;AAClC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,MAAM,MAAM,6BAA6B,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,eAAe,CACpF,CAAC,EACD;IACE,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAA;IACpB,KAAK,EAAE,iBAAiB,CAAA;IACxB,MAAM,CAAC,EAAE,iBAAiB,CAAA;IAC1B,MAAM,EAAE,SAAS,GAAG,SAAS,CAAA;CAC9B,CACF,CAAA;AAED,MAAM,WAAW,6BAA6B,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,CAAE,SAAQ,SAAS;IACzF,oBAAoB,EAAE,6BAA6B,CAAC,CAAC,CAAC,CAAA;CACvD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { EventData } from '@xylabs/events';
|
|
1
2
|
import type { QueryBoundWitness } from '@xyo-network/boundwitness-model';
|
|
2
|
-
import type { EventData } from '@xyo-network/module-events';
|
|
3
3
|
import type { Module, ModuleEventArgs } from '@xyo-network/module-model';
|
|
4
4
|
import type { Payload } from '@xyo-network/payload-model';
|
|
5
5
|
export type QueryFulfillStartedEventArgs<T extends Module = Module> = ModuleEventArgs<T, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QueryFulfillStarted.d.ts","sourceRoot":"","sources":["../../../src/Events/QueryFulfillStarted.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"QueryFulfillStarted.d.ts","sourceRoot":"","sources":["../../../src/Events/QueryFulfillStarted.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACxE,OAAO,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AACxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,MAAM,MAAM,4BAA4B,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,eAAe,CACnF,CAAC,EACD;IACE,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAA;IACpB,KAAK,EAAE,iBAAiB,CAAA;CACzB,CACF,CAAA;AAED,MAAM,WAAW,4BAA4B,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,CAAE,SAAQ,SAAS;IACxF,mBAAmB,EAAE,4BAA4B,CAAC,CAAC,CAAC,CAAA;CACrD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { EventData } from '@xylabs/events';
|
|
1
2
|
import type { QueryBoundWitness } from '@xyo-network/boundwitness-model';
|
|
2
|
-
import type { EventData } from '@xyo-network/module-events';
|
|
3
3
|
import type { Module, ModuleEventArgs, ModuleQueryResult } from '@xyo-network/module-model';
|
|
4
4
|
import type { Payload } from '@xyo-network/payload-model';
|
|
5
5
|
export type QuerySendFinishedEventArgs<T extends Module = Module> = ModuleEventArgs<T, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuerySendFinished.d.ts","sourceRoot":"","sources":["../../../src/Events/QuerySendFinished.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"QuerySendFinished.d.ts","sourceRoot":"","sources":["../../../src/Events/QuerySendFinished.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACxE,OAAO,KAAK,EACV,MAAM,EAAE,eAAe,EAAE,iBAAiB,EAC3C,MAAM,2BAA2B,CAAA;AAClC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,MAAM,MAAM,0BAA0B,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,eAAe,CACjF,CAAC,EACD;IACE,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAA;IACpB,KAAK,EAAE,iBAAiB,CAAA;IACxB,MAAM,CAAC,EAAE,iBAAiB,CAAA;IAC1B,MAAM,EAAE,SAAS,GAAG,SAAS,CAAA;CAC9B,CACF,CAAA;AAED,MAAM,WAAW,0BAA0B,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,CAAE,SAAQ,SAAS;IACtF,iBAAiB,EAAE,0BAA0B,CAAC,CAAC,CAAC,CAAA;CACjD"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { EventData } from '@xylabs/events';
|
|
1
2
|
import type { QueryBoundWitness } from '@xyo-network/boundwitness-model';
|
|
2
|
-
import type { EventData } from '@xyo-network/module-events';
|
|
3
3
|
import type { Module, ModuleEventArgs } from '@xyo-network/module-model';
|
|
4
4
|
import type { Payload } from '@xyo-network/payload-model';
|
|
5
5
|
export type QuerySendStartedEventArgs<T extends Module = Module> = ModuleEventArgs<T, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuerySendStarted.d.ts","sourceRoot":"","sources":["../../../src/Events/QuerySendStarted.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"QuerySendStarted.d.ts","sourceRoot":"","sources":["../../../src/Events/QuerySendStarted.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACxE,OAAO,KAAK,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AACxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEzD,MAAM,MAAM,yBAAyB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,eAAe,CAChF,CAAC,EACD;IACE,QAAQ,CAAC,EAAE,OAAO,EAAE,CAAA;IACpB,KAAK,EAAE,iBAAiB,CAAA;CACzB,CACF,CAAA;AAED,MAAM,WAAW,yBAAyB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,CAAE,SAAQ,SAAS;IACrF,gBAAgB,EAAE,yBAAyB,CAAC,CAAC,CAAC,CAAA;CAC/C"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { EventData } from '@
|
|
1
|
+
import type { EventData } from '@xylabs/events';
|
|
2
2
|
import type { Module, ModuleEventArgs, ModuleInstance } from '@xyo-network/module-model';
|
|
3
3
|
export type UnexposedEventArgs<T extends Module = Module> = ModuleEventArgs<T, {
|
|
4
4
|
modules: ModuleInstance[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Unexposed.d.ts","sourceRoot":"","sources":["../../../src/Events/Unexposed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"Unexposed.d.ts","sourceRoot":"","sources":["../../../src/Events/Unexposed.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAA;AAC/C,OAAO,KAAK,EACV,MAAM,EAAE,eAAe,EAAE,cAAc,EACxC,MAAM,2BAA2B,CAAA;AAElC,MAAM,MAAM,kBAAkB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,IAAI,eAAe,CACzE,CAAC,EACD;IACE,OAAO,EAAE,cAAc,EAAE,CAAA;CAC1B,CACF,CAAA;AAED,MAAM,WAAW,kBAAkB,CAAC,CAAC,SAAS,MAAM,GAAG,MAAM,CAAE,SAAQ,SAAS;IAC9E,SAAS,EAAE,kBAAkB,CAAC,CAAC,CAAC,CAAA;CACjC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/bridge-model",
|
|
3
|
-
"version": "3.15.
|
|
3
|
+
"version": "3.15.7",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/
|
|
33
|
-
"@xylabs/
|
|
34
|
-
"@xylabs/
|
|
35
|
-
"@xylabs/
|
|
36
|
-
"@
|
|
37
|
-
"@xyo-network/
|
|
38
|
-
"@xyo-network/module-model": "^3.15.
|
|
39
|
-
"@xyo-network/payload-model": "^3.15.
|
|
32
|
+
"@xylabs/events": "^4.9.17",
|
|
33
|
+
"@xylabs/hex": "^4.9.17",
|
|
34
|
+
"@xylabs/object": "^4.9.17",
|
|
35
|
+
"@xylabs/promise": "^4.9.17",
|
|
36
|
+
"@xylabs/typeof": "^4.9.17",
|
|
37
|
+
"@xyo-network/boundwitness-model": "^3.15.7",
|
|
38
|
+
"@xyo-network/module-model": "^3.15.7",
|
|
39
|
+
"@xyo-network/payload-model": "^3.15.7"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@xylabs/ts-scripts-yarn3": "^6.5.5",
|
package/src/Events/Exposed.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { EventData } from '@xylabs/events'
|
|
1
2
|
import type { QueryBoundWitness } from '@xyo-network/boundwitness-model'
|
|
2
|
-
import type { EventData } from '@xyo-network/module-events'
|
|
3
3
|
import type {
|
|
4
4
|
Module, ModuleEventArgs, ModuleQueryResult,
|
|
5
5
|
} from '@xyo-network/module-model'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { EventData } from '@xylabs/events'
|
|
1
2
|
import type { QueryBoundWitness } from '@xyo-network/boundwitness-model'
|
|
2
|
-
import type { EventData } from '@xyo-network/module-events'
|
|
3
3
|
import type { Module, ModuleEventArgs } from '@xyo-network/module-model'
|
|
4
4
|
import type { Payload } from '@xyo-network/payload-model'
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { EventData } from '@xylabs/events'
|
|
1
2
|
import type { QueryBoundWitness } from '@xyo-network/boundwitness-model'
|
|
2
|
-
import type { EventData } from '@xyo-network/module-events'
|
|
3
3
|
import type {
|
|
4
4
|
Module, ModuleEventArgs, ModuleQueryResult,
|
|
5
5
|
} from '@xyo-network/module-model'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import type { EventData } from '@xylabs/events'
|
|
1
2
|
import type { QueryBoundWitness } from '@xyo-network/boundwitness-model'
|
|
2
|
-
import type { EventData } from '@xyo-network/module-events'
|
|
3
3
|
import type { Module, ModuleEventArgs } from '@xyo-network/module-model'
|
|
4
4
|
import type { Payload } from '@xyo-network/payload-model'
|
|
5
5
|
|
package/src/Events/Unexposed.ts
CHANGED