@xyo-network/bridge-model 2.71.14 → 2.72.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.
- package/dist/types/typeChecks.d.ts +8 -4
- package/dist/types/typeChecks.d.ts.map +1 -1
- package/package.json +10 -10
- package/dist/docs.json +0 -33202
|
@@ -2,8 +2,8 @@ import { BridgeInstance, BridgeModule } from './Bridge';
|
|
|
2
2
|
export declare const isBridgeInstance: import("@xyo-network/object-identity").ObjectTypeCheck<BridgeInstance>;
|
|
3
3
|
export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("@xyo-network/core").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
-
accountDerivationPath?: string | undefined;
|
|
6
5
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
6
|
+
accountDerivationPath?: string | undefined;
|
|
7
7
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
8
8
|
readonly name?: string | undefined;
|
|
9
9
|
readonly paging?: Record<string, {
|
|
@@ -18,6 +18,7 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
18
18
|
readonly sign?: boolean | undefined;
|
|
19
19
|
readonly storeQueries?: boolean | undefined;
|
|
20
20
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
|
+
accountDerivationPath?: string | undefined;
|
|
21
22
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
22
23
|
readonly name?: string | undefined;
|
|
23
24
|
readonly paging?: Record<string, {
|
|
@@ -47,8 +48,8 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
47
48
|
export declare const asBridgeModule: {
|
|
48
49
|
(obj: any, config?: import("@xyo-network/object-identity").ObjectTypeConfig | undefined): BridgeModule<import("@xyo-network/core").BaseParamsFields & {
|
|
49
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
50
|
-
accountDerivationPath?: string | undefined;
|
|
51
51
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
52
|
+
accountDerivationPath?: string | undefined;
|
|
52
53
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
53
54
|
readonly name?: string | undefined;
|
|
54
55
|
readonly paging?: Record<string, {
|
|
@@ -63,6 +64,7 @@ export declare const asBridgeModule: {
|
|
|
63
64
|
readonly sign?: boolean | undefined;
|
|
64
65
|
readonly storeQueries?: boolean | undefined;
|
|
65
66
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
67
|
+
accountDerivationPath?: string | undefined;
|
|
66
68
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
67
69
|
readonly name?: string | undefined;
|
|
68
70
|
readonly paging?: Record<string, {
|
|
@@ -91,8 +93,8 @@ export declare const asBridgeModule: {
|
|
|
91
93
|
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
92
94
|
(obj: any, assert: string | (() => string), config?: import("@xyo-network/object-identity").ObjectTypeConfig | undefined): BridgeModule<import("@xyo-network/core").BaseParamsFields & {
|
|
93
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
94
|
-
accountDerivationPath?: string | undefined;
|
|
95
96
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
97
|
+
accountDerivationPath?: string | undefined;
|
|
96
98
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
97
99
|
readonly name?: string | undefined;
|
|
98
100
|
readonly paging?: Record<string, {
|
|
@@ -107,6 +109,7 @@ export declare const asBridgeModule: {
|
|
|
107
109
|
readonly sign?: boolean | undefined;
|
|
108
110
|
readonly storeQueries?: boolean | undefined;
|
|
109
111
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
|
+
accountDerivationPath?: string | undefined;
|
|
110
113
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
111
114
|
readonly name?: string | undefined;
|
|
112
115
|
readonly paging?: Record<string, {
|
|
@@ -140,8 +143,8 @@ export declare const asBridgeInstance: {
|
|
|
140
143
|
};
|
|
141
144
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("@xyo-network/core").BaseParamsFields & {
|
|
142
145
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
143
|
-
accountDerivationPath?: string | undefined;
|
|
144
146
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
147
|
+
accountDerivationPath?: string | undefined;
|
|
145
148
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
146
149
|
readonly name?: string | undefined;
|
|
147
150
|
readonly paging?: Record<string, {
|
|
@@ -156,6 +159,7 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
156
159
|
readonly sign?: boolean | undefined;
|
|
157
160
|
readonly storeQueries?: boolean | undefined;
|
|
158
161
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
162
|
+
accountDerivationPath?: string | undefined;
|
|
159
163
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
160
164
|
readonly name?: string | undefined;
|
|
161
165
|
readonly paging?: Record<string, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAGvD,eAAO,MAAM,gBAAgB,wEAM5B,CAAA;AACD,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,UAAU,CAAA;AAGvD,eAAO,MAAM,gBAAgB,wEAM5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gEAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;CAA2C,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uFAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB,2EAAuC,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/boundwitness-builder": "~2.
|
|
14
|
-
"@xyo-network/core": "~2.
|
|
15
|
-
"@xyo-network/module": "~2.
|
|
16
|
-
"@xyo-network/module-model": "~2.
|
|
17
|
-
"@xyo-network/object-identity": "~2.
|
|
18
|
-
"@xyo-network/payload-model": "~2.
|
|
19
|
-
"@xyo-network/promise": "~2.
|
|
13
|
+
"@xyo-network/boundwitness-builder": "~2.72.0",
|
|
14
|
+
"@xyo-network/core": "~2.72.0",
|
|
15
|
+
"@xyo-network/module": "~2.72.0",
|
|
16
|
+
"@xyo-network/module-model": "~2.72.0",
|
|
17
|
+
"@xyo-network/object-identity": "~2.72.0",
|
|
18
|
+
"@xyo-network/payload-model": "~2.72.0",
|
|
19
|
+
"@xyo-network/promise": "~2.72.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "^2.19.
|
|
23
|
-
"@xylabs/tsconfig": "^2.19.
|
|
22
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.1",
|
|
23
|
+
"@xylabs/tsconfig": "^2.19.1",
|
|
24
24
|
"typescript": "^5.1.6"
|
|
25
25
|
},
|
|
26
26
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"types": "dist/types/index.d.ts",
|
|
59
|
-
"version": "2.
|
|
59
|
+
"version": "2.72.0"
|
|
60
60
|
}
|