@xyo-network/bridge-model 2.84.16 → 2.84.18
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/browser/typeChecks.d.cts +24 -24
- package/dist/browser/typeChecks.d.mts +24 -24
- package/dist/browser/typeChecks.d.ts +24 -24
- package/dist/node/typeChecks.d.cts +24 -24
- package/dist/node/typeChecks.d.mts +24 -24
- package/dist/node/typeChecks.d.ts +24 -24
- package/package.json +6 -6
|
@@ -2,12 +2,13 @@ import { BridgeInstance, BridgeModule } from './Bridge';
|
|
|
2
2
|
export declare const isBridgeInstance: import("@xyo-network/object").TypeCheck<BridgeInstance>;
|
|
3
3
|
export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
4
4
|
accountDerivationPath?: string | undefined;
|
|
5
|
-
readonly archivist?:
|
|
5
|
+
readonly archivist?: string | undefined;
|
|
6
6
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
7
|
readonly name?: string | undefined;
|
|
8
8
|
readonly paging?: Record<string, {
|
|
9
9
|
size?: number | undefined;
|
|
10
10
|
}> | undefined;
|
|
11
|
+
schema: "network.xyo.bridge.config";
|
|
11
12
|
readonly security?: {
|
|
12
13
|
readonly allowAnonymous?: boolean | undefined;
|
|
13
14
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -16,14 +17,15 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
16
17
|
readonly sign?: boolean | undefined;
|
|
17
18
|
readonly storeQueries?: boolean | undefined;
|
|
18
19
|
readonly timestamp?: boolean | undefined;
|
|
19
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
20
21
|
accountDerivationPath?: string | undefined;
|
|
21
|
-
readonly archivist?:
|
|
22
|
+
readonly archivist?: string | undefined;
|
|
22
23
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
23
24
|
readonly name?: string | undefined;
|
|
24
25
|
readonly paging?: Record<string, {
|
|
25
26
|
size?: number | undefined;
|
|
26
27
|
}> | undefined;
|
|
28
|
+
schema: "network.xyo.bridge.config";
|
|
27
29
|
readonly security?: {
|
|
28
30
|
readonly allowAnonymous?: boolean | undefined;
|
|
29
31
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -32,24 +34,23 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
32
34
|
readonly sign?: boolean | undefined;
|
|
33
35
|
readonly storeQueries?: boolean | undefined;
|
|
34
36
|
readonly timestamp?: boolean | undefined;
|
|
35
|
-
} &
|
|
37
|
+
} & {
|
|
36
38
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
37
39
|
maxDepth?: number | undefined;
|
|
38
40
|
schema: "network.xyo.bridge.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: "network.xyo.bridge.config";
|
|
41
41
|
}, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
44
|
export declare const asBridgeModule: {
|
|
45
45
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
46
|
accountDerivationPath?: string | undefined;
|
|
47
|
-
readonly archivist?:
|
|
47
|
+
readonly archivist?: string | undefined;
|
|
48
48
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
49
|
readonly name?: string | undefined;
|
|
50
50
|
readonly paging?: Record<string, {
|
|
51
51
|
size?: number | undefined;
|
|
52
52
|
}> | undefined;
|
|
53
|
+
schema: "network.xyo.bridge.config";
|
|
53
54
|
readonly security?: {
|
|
54
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
55
56
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -58,14 +59,15 @@ export declare const asBridgeModule: {
|
|
|
58
59
|
readonly sign?: boolean | undefined;
|
|
59
60
|
readonly storeQueries?: boolean | undefined;
|
|
60
61
|
readonly timestamp?: boolean | undefined;
|
|
61
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
62
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
62
63
|
accountDerivationPath?: string | undefined;
|
|
63
|
-
readonly archivist?:
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
64
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
65
66
|
readonly name?: string | undefined;
|
|
66
67
|
readonly paging?: Record<string, {
|
|
67
68
|
size?: number | undefined;
|
|
68
69
|
}> | undefined;
|
|
70
|
+
schema: "network.xyo.bridge.config";
|
|
69
71
|
readonly security?: {
|
|
70
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
71
73
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -74,23 +76,22 @@ export declare const asBridgeModule: {
|
|
|
74
76
|
readonly sign?: boolean | undefined;
|
|
75
77
|
readonly storeQueries?: boolean | undefined;
|
|
76
78
|
readonly timestamp?: boolean | undefined;
|
|
77
|
-
} &
|
|
79
|
+
} & {
|
|
78
80
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
79
81
|
maxDepth?: number | undefined;
|
|
80
82
|
schema: "network.xyo.bridge.config";
|
|
81
|
-
}, "schema"> & {
|
|
82
|
-
schema: "network.xyo.bridge.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: string;
|
|
85
85
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
86
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
87
|
accountDerivationPath?: string | undefined;
|
|
88
|
-
readonly archivist?:
|
|
88
|
+
readonly archivist?: string | undefined;
|
|
89
89
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
90
|
readonly name?: string | undefined;
|
|
91
91
|
readonly paging?: Record<string, {
|
|
92
92
|
size?: number | undefined;
|
|
93
93
|
}> | undefined;
|
|
94
|
+
schema: "network.xyo.bridge.config";
|
|
94
95
|
readonly security?: {
|
|
95
96
|
readonly allowAnonymous?: boolean | undefined;
|
|
96
97
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -99,14 +100,15 @@ export declare const asBridgeModule: {
|
|
|
99
100
|
readonly sign?: boolean | undefined;
|
|
100
101
|
readonly storeQueries?: boolean | undefined;
|
|
101
102
|
readonly timestamp?: boolean | undefined;
|
|
102
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
103
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
103
104
|
accountDerivationPath?: string | undefined;
|
|
104
|
-
readonly archivist?:
|
|
105
|
+
readonly archivist?: string | undefined;
|
|
105
106
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
106
107
|
readonly name?: string | undefined;
|
|
107
108
|
readonly paging?: Record<string, {
|
|
108
109
|
size?: number | undefined;
|
|
109
110
|
}> | undefined;
|
|
111
|
+
schema: "network.xyo.bridge.config";
|
|
110
112
|
readonly security?: {
|
|
111
113
|
readonly allowAnonymous?: boolean | undefined;
|
|
112
114
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -115,12 +117,10 @@ export declare const asBridgeModule: {
|
|
|
115
117
|
readonly sign?: boolean | undefined;
|
|
116
118
|
readonly storeQueries?: boolean | undefined;
|
|
117
119
|
readonly timestamp?: boolean | undefined;
|
|
118
|
-
} &
|
|
120
|
+
} & {
|
|
119
121
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
120
122
|
maxDepth?: number | undefined;
|
|
121
123
|
schema: "network.xyo.bridge.config";
|
|
122
|
-
}, "schema"> & {
|
|
123
|
-
schema: "network.xyo.bridge.config";
|
|
124
124
|
}, "schema"> & {
|
|
125
125
|
schema: string;
|
|
126
126
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
@@ -131,12 +131,13 @@ export declare const asBridgeInstance: {
|
|
|
131
131
|
};
|
|
132
132
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
133
|
accountDerivationPath?: string | undefined;
|
|
134
|
-
readonly archivist?:
|
|
134
|
+
readonly archivist?: string | undefined;
|
|
135
135
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
136
|
readonly name?: string | undefined;
|
|
137
137
|
readonly paging?: Record<string, {
|
|
138
138
|
size?: number | undefined;
|
|
139
139
|
}> | undefined;
|
|
140
|
+
schema: "network.xyo.bridge.config";
|
|
140
141
|
readonly security?: {
|
|
141
142
|
readonly allowAnonymous?: boolean | undefined;
|
|
142
143
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -145,14 +146,15 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
145
146
|
readonly sign?: boolean | undefined;
|
|
146
147
|
readonly storeQueries?: boolean | undefined;
|
|
147
148
|
readonly timestamp?: boolean | undefined;
|
|
148
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
149
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
149
150
|
accountDerivationPath?: string | undefined;
|
|
150
|
-
readonly archivist?:
|
|
151
|
+
readonly archivist?: string | undefined;
|
|
151
152
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
152
153
|
readonly name?: string | undefined;
|
|
153
154
|
readonly paging?: Record<string, {
|
|
154
155
|
size?: number | undefined;
|
|
155
156
|
}> | undefined;
|
|
157
|
+
schema: "network.xyo.bridge.config";
|
|
156
158
|
readonly security?: {
|
|
157
159
|
readonly allowAnonymous?: boolean | undefined;
|
|
158
160
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -161,12 +163,10 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
161
163
|
readonly sign?: boolean | undefined;
|
|
162
164
|
readonly storeQueries?: boolean | undefined;
|
|
163
165
|
readonly timestamp?: boolean | undefined;
|
|
164
|
-
} &
|
|
166
|
+
} & {
|
|
165
167
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
166
168
|
maxDepth?: number | undefined;
|
|
167
169
|
schema: "network.xyo.bridge.config";
|
|
168
|
-
}, "schema"> & {
|
|
169
|
-
schema: "network.xyo.bridge.config";
|
|
170
170
|
}, "schema"> & {
|
|
171
171
|
schema: string;
|
|
172
172
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>) => R) => R | undefined;
|
|
@@ -2,12 +2,13 @@ import { BridgeInstance, BridgeModule } from './Bridge';
|
|
|
2
2
|
export declare const isBridgeInstance: import("@xyo-network/object").TypeCheck<BridgeInstance>;
|
|
3
3
|
export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
4
4
|
accountDerivationPath?: string | undefined;
|
|
5
|
-
readonly archivist?:
|
|
5
|
+
readonly archivist?: string | undefined;
|
|
6
6
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
7
|
readonly name?: string | undefined;
|
|
8
8
|
readonly paging?: Record<string, {
|
|
9
9
|
size?: number | undefined;
|
|
10
10
|
}> | undefined;
|
|
11
|
+
schema: "network.xyo.bridge.config";
|
|
11
12
|
readonly security?: {
|
|
12
13
|
readonly allowAnonymous?: boolean | undefined;
|
|
13
14
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -16,14 +17,15 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
16
17
|
readonly sign?: boolean | undefined;
|
|
17
18
|
readonly storeQueries?: boolean | undefined;
|
|
18
19
|
readonly timestamp?: boolean | undefined;
|
|
19
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
20
21
|
accountDerivationPath?: string | undefined;
|
|
21
|
-
readonly archivist?:
|
|
22
|
+
readonly archivist?: string | undefined;
|
|
22
23
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
23
24
|
readonly name?: string | undefined;
|
|
24
25
|
readonly paging?: Record<string, {
|
|
25
26
|
size?: number | undefined;
|
|
26
27
|
}> | undefined;
|
|
28
|
+
schema: "network.xyo.bridge.config";
|
|
27
29
|
readonly security?: {
|
|
28
30
|
readonly allowAnonymous?: boolean | undefined;
|
|
29
31
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -32,24 +34,23 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
32
34
|
readonly sign?: boolean | undefined;
|
|
33
35
|
readonly storeQueries?: boolean | undefined;
|
|
34
36
|
readonly timestamp?: boolean | undefined;
|
|
35
|
-
} &
|
|
37
|
+
} & {
|
|
36
38
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
37
39
|
maxDepth?: number | undefined;
|
|
38
40
|
schema: "network.xyo.bridge.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: "network.xyo.bridge.config";
|
|
41
41
|
}, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
44
|
export declare const asBridgeModule: {
|
|
45
45
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
46
|
accountDerivationPath?: string | undefined;
|
|
47
|
-
readonly archivist?:
|
|
47
|
+
readonly archivist?: string | undefined;
|
|
48
48
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
49
|
readonly name?: string | undefined;
|
|
50
50
|
readonly paging?: Record<string, {
|
|
51
51
|
size?: number | undefined;
|
|
52
52
|
}> | undefined;
|
|
53
|
+
schema: "network.xyo.bridge.config";
|
|
53
54
|
readonly security?: {
|
|
54
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
55
56
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -58,14 +59,15 @@ export declare const asBridgeModule: {
|
|
|
58
59
|
readonly sign?: boolean | undefined;
|
|
59
60
|
readonly storeQueries?: boolean | undefined;
|
|
60
61
|
readonly timestamp?: boolean | undefined;
|
|
61
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
62
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
62
63
|
accountDerivationPath?: string | undefined;
|
|
63
|
-
readonly archivist?:
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
64
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
65
66
|
readonly name?: string | undefined;
|
|
66
67
|
readonly paging?: Record<string, {
|
|
67
68
|
size?: number | undefined;
|
|
68
69
|
}> | undefined;
|
|
70
|
+
schema: "network.xyo.bridge.config";
|
|
69
71
|
readonly security?: {
|
|
70
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
71
73
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -74,23 +76,22 @@ export declare const asBridgeModule: {
|
|
|
74
76
|
readonly sign?: boolean | undefined;
|
|
75
77
|
readonly storeQueries?: boolean | undefined;
|
|
76
78
|
readonly timestamp?: boolean | undefined;
|
|
77
|
-
} &
|
|
79
|
+
} & {
|
|
78
80
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
79
81
|
maxDepth?: number | undefined;
|
|
80
82
|
schema: "network.xyo.bridge.config";
|
|
81
|
-
}, "schema"> & {
|
|
82
|
-
schema: "network.xyo.bridge.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: string;
|
|
85
85
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
86
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
87
|
accountDerivationPath?: string | undefined;
|
|
88
|
-
readonly archivist?:
|
|
88
|
+
readonly archivist?: string | undefined;
|
|
89
89
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
90
|
readonly name?: string | undefined;
|
|
91
91
|
readonly paging?: Record<string, {
|
|
92
92
|
size?: number | undefined;
|
|
93
93
|
}> | undefined;
|
|
94
|
+
schema: "network.xyo.bridge.config";
|
|
94
95
|
readonly security?: {
|
|
95
96
|
readonly allowAnonymous?: boolean | undefined;
|
|
96
97
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -99,14 +100,15 @@ export declare const asBridgeModule: {
|
|
|
99
100
|
readonly sign?: boolean | undefined;
|
|
100
101
|
readonly storeQueries?: boolean | undefined;
|
|
101
102
|
readonly timestamp?: boolean | undefined;
|
|
102
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
103
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
103
104
|
accountDerivationPath?: string | undefined;
|
|
104
|
-
readonly archivist?:
|
|
105
|
+
readonly archivist?: string | undefined;
|
|
105
106
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
106
107
|
readonly name?: string | undefined;
|
|
107
108
|
readonly paging?: Record<string, {
|
|
108
109
|
size?: number | undefined;
|
|
109
110
|
}> | undefined;
|
|
111
|
+
schema: "network.xyo.bridge.config";
|
|
110
112
|
readonly security?: {
|
|
111
113
|
readonly allowAnonymous?: boolean | undefined;
|
|
112
114
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -115,12 +117,10 @@ export declare const asBridgeModule: {
|
|
|
115
117
|
readonly sign?: boolean | undefined;
|
|
116
118
|
readonly storeQueries?: boolean | undefined;
|
|
117
119
|
readonly timestamp?: boolean | undefined;
|
|
118
|
-
} &
|
|
120
|
+
} & {
|
|
119
121
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
120
122
|
maxDepth?: number | undefined;
|
|
121
123
|
schema: "network.xyo.bridge.config";
|
|
122
|
-
}, "schema"> & {
|
|
123
|
-
schema: "network.xyo.bridge.config";
|
|
124
124
|
}, "schema"> & {
|
|
125
125
|
schema: string;
|
|
126
126
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
@@ -131,12 +131,13 @@ export declare const asBridgeInstance: {
|
|
|
131
131
|
};
|
|
132
132
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
133
|
accountDerivationPath?: string | undefined;
|
|
134
|
-
readonly archivist?:
|
|
134
|
+
readonly archivist?: string | undefined;
|
|
135
135
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
136
|
readonly name?: string | undefined;
|
|
137
137
|
readonly paging?: Record<string, {
|
|
138
138
|
size?: number | undefined;
|
|
139
139
|
}> | undefined;
|
|
140
|
+
schema: "network.xyo.bridge.config";
|
|
140
141
|
readonly security?: {
|
|
141
142
|
readonly allowAnonymous?: boolean | undefined;
|
|
142
143
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -145,14 +146,15 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
145
146
|
readonly sign?: boolean | undefined;
|
|
146
147
|
readonly storeQueries?: boolean | undefined;
|
|
147
148
|
readonly timestamp?: boolean | undefined;
|
|
148
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
149
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
149
150
|
accountDerivationPath?: string | undefined;
|
|
150
|
-
readonly archivist?:
|
|
151
|
+
readonly archivist?: string | undefined;
|
|
151
152
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
152
153
|
readonly name?: string | undefined;
|
|
153
154
|
readonly paging?: Record<string, {
|
|
154
155
|
size?: number | undefined;
|
|
155
156
|
}> | undefined;
|
|
157
|
+
schema: "network.xyo.bridge.config";
|
|
156
158
|
readonly security?: {
|
|
157
159
|
readonly allowAnonymous?: boolean | undefined;
|
|
158
160
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -161,12 +163,10 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
161
163
|
readonly sign?: boolean | undefined;
|
|
162
164
|
readonly storeQueries?: boolean | undefined;
|
|
163
165
|
readonly timestamp?: boolean | undefined;
|
|
164
|
-
} &
|
|
166
|
+
} & {
|
|
165
167
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
166
168
|
maxDepth?: number | undefined;
|
|
167
169
|
schema: "network.xyo.bridge.config";
|
|
168
|
-
}, "schema"> & {
|
|
169
|
-
schema: "network.xyo.bridge.config";
|
|
170
170
|
}, "schema"> & {
|
|
171
171
|
schema: string;
|
|
172
172
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>) => R) => R | undefined;
|
|
@@ -2,12 +2,13 @@ import { BridgeInstance, BridgeModule } from './Bridge';
|
|
|
2
2
|
export declare const isBridgeInstance: import("@xyo-network/object").TypeCheck<BridgeInstance>;
|
|
3
3
|
export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
4
4
|
accountDerivationPath?: string | undefined;
|
|
5
|
-
readonly archivist?:
|
|
5
|
+
readonly archivist?: string | undefined;
|
|
6
6
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
7
|
readonly name?: string | undefined;
|
|
8
8
|
readonly paging?: Record<string, {
|
|
9
9
|
size?: number | undefined;
|
|
10
10
|
}> | undefined;
|
|
11
|
+
schema: "network.xyo.bridge.config";
|
|
11
12
|
readonly security?: {
|
|
12
13
|
readonly allowAnonymous?: boolean | undefined;
|
|
13
14
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -16,14 +17,15 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
16
17
|
readonly sign?: boolean | undefined;
|
|
17
18
|
readonly storeQueries?: boolean | undefined;
|
|
18
19
|
readonly timestamp?: boolean | undefined;
|
|
19
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
20
21
|
accountDerivationPath?: string | undefined;
|
|
21
|
-
readonly archivist?:
|
|
22
|
+
readonly archivist?: string | undefined;
|
|
22
23
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
23
24
|
readonly name?: string | undefined;
|
|
24
25
|
readonly paging?: Record<string, {
|
|
25
26
|
size?: number | undefined;
|
|
26
27
|
}> | undefined;
|
|
28
|
+
schema: "network.xyo.bridge.config";
|
|
27
29
|
readonly security?: {
|
|
28
30
|
readonly allowAnonymous?: boolean | undefined;
|
|
29
31
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -32,24 +34,23 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
32
34
|
readonly sign?: boolean | undefined;
|
|
33
35
|
readonly storeQueries?: boolean | undefined;
|
|
34
36
|
readonly timestamp?: boolean | undefined;
|
|
35
|
-
} &
|
|
37
|
+
} & {
|
|
36
38
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
37
39
|
maxDepth?: number | undefined;
|
|
38
40
|
schema: "network.xyo.bridge.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: "network.xyo.bridge.config";
|
|
41
41
|
}, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
44
|
export declare const asBridgeModule: {
|
|
45
45
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
46
|
accountDerivationPath?: string | undefined;
|
|
47
|
-
readonly archivist?:
|
|
47
|
+
readonly archivist?: string | undefined;
|
|
48
48
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
49
|
readonly name?: string | undefined;
|
|
50
50
|
readonly paging?: Record<string, {
|
|
51
51
|
size?: number | undefined;
|
|
52
52
|
}> | undefined;
|
|
53
|
+
schema: "network.xyo.bridge.config";
|
|
53
54
|
readonly security?: {
|
|
54
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
55
56
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -58,14 +59,15 @@ export declare const asBridgeModule: {
|
|
|
58
59
|
readonly sign?: boolean | undefined;
|
|
59
60
|
readonly storeQueries?: boolean | undefined;
|
|
60
61
|
readonly timestamp?: boolean | undefined;
|
|
61
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
62
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
62
63
|
accountDerivationPath?: string | undefined;
|
|
63
|
-
readonly archivist?:
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
64
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
65
66
|
readonly name?: string | undefined;
|
|
66
67
|
readonly paging?: Record<string, {
|
|
67
68
|
size?: number | undefined;
|
|
68
69
|
}> | undefined;
|
|
70
|
+
schema: "network.xyo.bridge.config";
|
|
69
71
|
readonly security?: {
|
|
70
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
71
73
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -74,23 +76,22 @@ export declare const asBridgeModule: {
|
|
|
74
76
|
readonly sign?: boolean | undefined;
|
|
75
77
|
readonly storeQueries?: boolean | undefined;
|
|
76
78
|
readonly timestamp?: boolean | undefined;
|
|
77
|
-
} &
|
|
79
|
+
} & {
|
|
78
80
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
79
81
|
maxDepth?: number | undefined;
|
|
80
82
|
schema: "network.xyo.bridge.config";
|
|
81
|
-
}, "schema"> & {
|
|
82
|
-
schema: "network.xyo.bridge.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: string;
|
|
85
85
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
86
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
87
|
accountDerivationPath?: string | undefined;
|
|
88
|
-
readonly archivist?:
|
|
88
|
+
readonly archivist?: string | undefined;
|
|
89
89
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
90
|
readonly name?: string | undefined;
|
|
91
91
|
readonly paging?: Record<string, {
|
|
92
92
|
size?: number | undefined;
|
|
93
93
|
}> | undefined;
|
|
94
|
+
schema: "network.xyo.bridge.config";
|
|
94
95
|
readonly security?: {
|
|
95
96
|
readonly allowAnonymous?: boolean | undefined;
|
|
96
97
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -99,14 +100,15 @@ export declare const asBridgeModule: {
|
|
|
99
100
|
readonly sign?: boolean | undefined;
|
|
100
101
|
readonly storeQueries?: boolean | undefined;
|
|
101
102
|
readonly timestamp?: boolean | undefined;
|
|
102
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
103
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
103
104
|
accountDerivationPath?: string | undefined;
|
|
104
|
-
readonly archivist?:
|
|
105
|
+
readonly archivist?: string | undefined;
|
|
105
106
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
106
107
|
readonly name?: string | undefined;
|
|
107
108
|
readonly paging?: Record<string, {
|
|
108
109
|
size?: number | undefined;
|
|
109
110
|
}> | undefined;
|
|
111
|
+
schema: "network.xyo.bridge.config";
|
|
110
112
|
readonly security?: {
|
|
111
113
|
readonly allowAnonymous?: boolean | undefined;
|
|
112
114
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -115,12 +117,10 @@ export declare const asBridgeModule: {
|
|
|
115
117
|
readonly sign?: boolean | undefined;
|
|
116
118
|
readonly storeQueries?: boolean | undefined;
|
|
117
119
|
readonly timestamp?: boolean | undefined;
|
|
118
|
-
} &
|
|
120
|
+
} & {
|
|
119
121
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
120
122
|
maxDepth?: number | undefined;
|
|
121
123
|
schema: "network.xyo.bridge.config";
|
|
122
|
-
}, "schema"> & {
|
|
123
|
-
schema: "network.xyo.bridge.config";
|
|
124
124
|
}, "schema"> & {
|
|
125
125
|
schema: string;
|
|
126
126
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
@@ -131,12 +131,13 @@ export declare const asBridgeInstance: {
|
|
|
131
131
|
};
|
|
132
132
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
133
|
accountDerivationPath?: string | undefined;
|
|
134
|
-
readonly archivist?:
|
|
134
|
+
readonly archivist?: string | undefined;
|
|
135
135
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
136
|
readonly name?: string | undefined;
|
|
137
137
|
readonly paging?: Record<string, {
|
|
138
138
|
size?: number | undefined;
|
|
139
139
|
}> | undefined;
|
|
140
|
+
schema: "network.xyo.bridge.config";
|
|
140
141
|
readonly security?: {
|
|
141
142
|
readonly allowAnonymous?: boolean | undefined;
|
|
142
143
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -145,14 +146,15 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
145
146
|
readonly sign?: boolean | undefined;
|
|
146
147
|
readonly storeQueries?: boolean | undefined;
|
|
147
148
|
readonly timestamp?: boolean | undefined;
|
|
148
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
149
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
149
150
|
accountDerivationPath?: string | undefined;
|
|
150
|
-
readonly archivist?:
|
|
151
|
+
readonly archivist?: string | undefined;
|
|
151
152
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
152
153
|
readonly name?: string | undefined;
|
|
153
154
|
readonly paging?: Record<string, {
|
|
154
155
|
size?: number | undefined;
|
|
155
156
|
}> | undefined;
|
|
157
|
+
schema: "network.xyo.bridge.config";
|
|
156
158
|
readonly security?: {
|
|
157
159
|
readonly allowAnonymous?: boolean | undefined;
|
|
158
160
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -161,12 +163,10 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
161
163
|
readonly sign?: boolean | undefined;
|
|
162
164
|
readonly storeQueries?: boolean | undefined;
|
|
163
165
|
readonly timestamp?: boolean | undefined;
|
|
164
|
-
} &
|
|
166
|
+
} & {
|
|
165
167
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
166
168
|
maxDepth?: number | undefined;
|
|
167
169
|
schema: "network.xyo.bridge.config";
|
|
168
|
-
}, "schema"> & {
|
|
169
|
-
schema: "network.xyo.bridge.config";
|
|
170
170
|
}, "schema"> & {
|
|
171
171
|
schema: string;
|
|
172
172
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>) => R) => R | undefined;
|
|
@@ -2,12 +2,13 @@ import { BridgeInstance, BridgeModule } from './Bridge';
|
|
|
2
2
|
export declare const isBridgeInstance: import("@xyo-network/object").TypeCheck<BridgeInstance>;
|
|
3
3
|
export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
4
4
|
accountDerivationPath?: string | undefined;
|
|
5
|
-
readonly archivist?:
|
|
5
|
+
readonly archivist?: string | undefined;
|
|
6
6
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
7
|
readonly name?: string | undefined;
|
|
8
8
|
readonly paging?: Record<string, {
|
|
9
9
|
size?: number | undefined;
|
|
10
10
|
}> | undefined;
|
|
11
|
+
schema: "network.xyo.bridge.config";
|
|
11
12
|
readonly security?: {
|
|
12
13
|
readonly allowAnonymous?: boolean | undefined;
|
|
13
14
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -16,14 +17,15 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
16
17
|
readonly sign?: boolean | undefined;
|
|
17
18
|
readonly storeQueries?: boolean | undefined;
|
|
18
19
|
readonly timestamp?: boolean | undefined;
|
|
19
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
20
21
|
accountDerivationPath?: string | undefined;
|
|
21
|
-
readonly archivist?:
|
|
22
|
+
readonly archivist?: string | undefined;
|
|
22
23
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
23
24
|
readonly name?: string | undefined;
|
|
24
25
|
readonly paging?: Record<string, {
|
|
25
26
|
size?: number | undefined;
|
|
26
27
|
}> | undefined;
|
|
28
|
+
schema: "network.xyo.bridge.config";
|
|
27
29
|
readonly security?: {
|
|
28
30
|
readonly allowAnonymous?: boolean | undefined;
|
|
29
31
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -32,24 +34,23 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
32
34
|
readonly sign?: boolean | undefined;
|
|
33
35
|
readonly storeQueries?: boolean | undefined;
|
|
34
36
|
readonly timestamp?: boolean | undefined;
|
|
35
|
-
} &
|
|
37
|
+
} & {
|
|
36
38
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
37
39
|
maxDepth?: number | undefined;
|
|
38
40
|
schema: "network.xyo.bridge.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: "network.xyo.bridge.config";
|
|
41
41
|
}, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
44
|
export declare const asBridgeModule: {
|
|
45
45
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
46
|
accountDerivationPath?: string | undefined;
|
|
47
|
-
readonly archivist?:
|
|
47
|
+
readonly archivist?: string | undefined;
|
|
48
48
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
49
|
readonly name?: string | undefined;
|
|
50
50
|
readonly paging?: Record<string, {
|
|
51
51
|
size?: number | undefined;
|
|
52
52
|
}> | undefined;
|
|
53
|
+
schema: "network.xyo.bridge.config";
|
|
53
54
|
readonly security?: {
|
|
54
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
55
56
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -58,14 +59,15 @@ export declare const asBridgeModule: {
|
|
|
58
59
|
readonly sign?: boolean | undefined;
|
|
59
60
|
readonly storeQueries?: boolean | undefined;
|
|
60
61
|
readonly timestamp?: boolean | undefined;
|
|
61
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
62
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
62
63
|
accountDerivationPath?: string | undefined;
|
|
63
|
-
readonly archivist?:
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
64
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
65
66
|
readonly name?: string | undefined;
|
|
66
67
|
readonly paging?: Record<string, {
|
|
67
68
|
size?: number | undefined;
|
|
68
69
|
}> | undefined;
|
|
70
|
+
schema: "network.xyo.bridge.config";
|
|
69
71
|
readonly security?: {
|
|
70
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
71
73
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -74,23 +76,22 @@ export declare const asBridgeModule: {
|
|
|
74
76
|
readonly sign?: boolean | undefined;
|
|
75
77
|
readonly storeQueries?: boolean | undefined;
|
|
76
78
|
readonly timestamp?: boolean | undefined;
|
|
77
|
-
} &
|
|
79
|
+
} & {
|
|
78
80
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
79
81
|
maxDepth?: number | undefined;
|
|
80
82
|
schema: "network.xyo.bridge.config";
|
|
81
|
-
}, "schema"> & {
|
|
82
|
-
schema: "network.xyo.bridge.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: string;
|
|
85
85
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
86
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
87
|
accountDerivationPath?: string | undefined;
|
|
88
|
-
readonly archivist?:
|
|
88
|
+
readonly archivist?: string | undefined;
|
|
89
89
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
90
|
readonly name?: string | undefined;
|
|
91
91
|
readonly paging?: Record<string, {
|
|
92
92
|
size?: number | undefined;
|
|
93
93
|
}> | undefined;
|
|
94
|
+
schema: "network.xyo.bridge.config";
|
|
94
95
|
readonly security?: {
|
|
95
96
|
readonly allowAnonymous?: boolean | undefined;
|
|
96
97
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -99,14 +100,15 @@ export declare const asBridgeModule: {
|
|
|
99
100
|
readonly sign?: boolean | undefined;
|
|
100
101
|
readonly storeQueries?: boolean | undefined;
|
|
101
102
|
readonly timestamp?: boolean | undefined;
|
|
102
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
103
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
103
104
|
accountDerivationPath?: string | undefined;
|
|
104
|
-
readonly archivist?:
|
|
105
|
+
readonly archivist?: string | undefined;
|
|
105
106
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
106
107
|
readonly name?: string | undefined;
|
|
107
108
|
readonly paging?: Record<string, {
|
|
108
109
|
size?: number | undefined;
|
|
109
110
|
}> | undefined;
|
|
111
|
+
schema: "network.xyo.bridge.config";
|
|
110
112
|
readonly security?: {
|
|
111
113
|
readonly allowAnonymous?: boolean | undefined;
|
|
112
114
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -115,12 +117,10 @@ export declare const asBridgeModule: {
|
|
|
115
117
|
readonly sign?: boolean | undefined;
|
|
116
118
|
readonly storeQueries?: boolean | undefined;
|
|
117
119
|
readonly timestamp?: boolean | undefined;
|
|
118
|
-
} &
|
|
120
|
+
} & {
|
|
119
121
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
120
122
|
maxDepth?: number | undefined;
|
|
121
123
|
schema: "network.xyo.bridge.config";
|
|
122
|
-
}, "schema"> & {
|
|
123
|
-
schema: "network.xyo.bridge.config";
|
|
124
124
|
}, "schema"> & {
|
|
125
125
|
schema: string;
|
|
126
126
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
@@ -131,12 +131,13 @@ export declare const asBridgeInstance: {
|
|
|
131
131
|
};
|
|
132
132
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
133
|
accountDerivationPath?: string | undefined;
|
|
134
|
-
readonly archivist?:
|
|
134
|
+
readonly archivist?: string | undefined;
|
|
135
135
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
136
|
readonly name?: string | undefined;
|
|
137
137
|
readonly paging?: Record<string, {
|
|
138
138
|
size?: number | undefined;
|
|
139
139
|
}> | undefined;
|
|
140
|
+
schema: "network.xyo.bridge.config";
|
|
140
141
|
readonly security?: {
|
|
141
142
|
readonly allowAnonymous?: boolean | undefined;
|
|
142
143
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -145,14 +146,15 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
145
146
|
readonly sign?: boolean | undefined;
|
|
146
147
|
readonly storeQueries?: boolean | undefined;
|
|
147
148
|
readonly timestamp?: boolean | undefined;
|
|
148
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
149
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
149
150
|
accountDerivationPath?: string | undefined;
|
|
150
|
-
readonly archivist?:
|
|
151
|
+
readonly archivist?: string | undefined;
|
|
151
152
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
152
153
|
readonly name?: string | undefined;
|
|
153
154
|
readonly paging?: Record<string, {
|
|
154
155
|
size?: number | undefined;
|
|
155
156
|
}> | undefined;
|
|
157
|
+
schema: "network.xyo.bridge.config";
|
|
156
158
|
readonly security?: {
|
|
157
159
|
readonly allowAnonymous?: boolean | undefined;
|
|
158
160
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -161,12 +163,10 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
161
163
|
readonly sign?: boolean | undefined;
|
|
162
164
|
readonly storeQueries?: boolean | undefined;
|
|
163
165
|
readonly timestamp?: boolean | undefined;
|
|
164
|
-
} &
|
|
166
|
+
} & {
|
|
165
167
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
166
168
|
maxDepth?: number | undefined;
|
|
167
169
|
schema: "network.xyo.bridge.config";
|
|
168
|
-
}, "schema"> & {
|
|
169
|
-
schema: "network.xyo.bridge.config";
|
|
170
170
|
}, "schema"> & {
|
|
171
171
|
schema: string;
|
|
172
172
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>) => R) => R | undefined;
|
|
@@ -2,12 +2,13 @@ import { BridgeInstance, BridgeModule } from './Bridge';
|
|
|
2
2
|
export declare const isBridgeInstance: import("@xyo-network/object").TypeCheck<BridgeInstance>;
|
|
3
3
|
export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
4
4
|
accountDerivationPath?: string | undefined;
|
|
5
|
-
readonly archivist?:
|
|
5
|
+
readonly archivist?: string | undefined;
|
|
6
6
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
7
|
readonly name?: string | undefined;
|
|
8
8
|
readonly paging?: Record<string, {
|
|
9
9
|
size?: number | undefined;
|
|
10
10
|
}> | undefined;
|
|
11
|
+
schema: "network.xyo.bridge.config";
|
|
11
12
|
readonly security?: {
|
|
12
13
|
readonly allowAnonymous?: boolean | undefined;
|
|
13
14
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -16,14 +17,15 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
16
17
|
readonly sign?: boolean | undefined;
|
|
17
18
|
readonly storeQueries?: boolean | undefined;
|
|
18
19
|
readonly timestamp?: boolean | undefined;
|
|
19
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
20
21
|
accountDerivationPath?: string | undefined;
|
|
21
|
-
readonly archivist?:
|
|
22
|
+
readonly archivist?: string | undefined;
|
|
22
23
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
23
24
|
readonly name?: string | undefined;
|
|
24
25
|
readonly paging?: Record<string, {
|
|
25
26
|
size?: number | undefined;
|
|
26
27
|
}> | undefined;
|
|
28
|
+
schema: "network.xyo.bridge.config";
|
|
27
29
|
readonly security?: {
|
|
28
30
|
readonly allowAnonymous?: boolean | undefined;
|
|
29
31
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -32,24 +34,23 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
32
34
|
readonly sign?: boolean | undefined;
|
|
33
35
|
readonly storeQueries?: boolean | undefined;
|
|
34
36
|
readonly timestamp?: boolean | undefined;
|
|
35
|
-
} &
|
|
37
|
+
} & {
|
|
36
38
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
37
39
|
maxDepth?: number | undefined;
|
|
38
40
|
schema: "network.xyo.bridge.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: "network.xyo.bridge.config";
|
|
41
41
|
}, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
44
|
export declare const asBridgeModule: {
|
|
45
45
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
46
|
accountDerivationPath?: string | undefined;
|
|
47
|
-
readonly archivist?:
|
|
47
|
+
readonly archivist?: string | undefined;
|
|
48
48
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
49
|
readonly name?: string | undefined;
|
|
50
50
|
readonly paging?: Record<string, {
|
|
51
51
|
size?: number | undefined;
|
|
52
52
|
}> | undefined;
|
|
53
|
+
schema: "network.xyo.bridge.config";
|
|
53
54
|
readonly security?: {
|
|
54
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
55
56
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -58,14 +59,15 @@ export declare const asBridgeModule: {
|
|
|
58
59
|
readonly sign?: boolean | undefined;
|
|
59
60
|
readonly storeQueries?: boolean | undefined;
|
|
60
61
|
readonly timestamp?: boolean | undefined;
|
|
61
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
62
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
62
63
|
accountDerivationPath?: string | undefined;
|
|
63
|
-
readonly archivist?:
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
64
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
65
66
|
readonly name?: string | undefined;
|
|
66
67
|
readonly paging?: Record<string, {
|
|
67
68
|
size?: number | undefined;
|
|
68
69
|
}> | undefined;
|
|
70
|
+
schema: "network.xyo.bridge.config";
|
|
69
71
|
readonly security?: {
|
|
70
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
71
73
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -74,23 +76,22 @@ export declare const asBridgeModule: {
|
|
|
74
76
|
readonly sign?: boolean | undefined;
|
|
75
77
|
readonly storeQueries?: boolean | undefined;
|
|
76
78
|
readonly timestamp?: boolean | undefined;
|
|
77
|
-
} &
|
|
79
|
+
} & {
|
|
78
80
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
79
81
|
maxDepth?: number | undefined;
|
|
80
82
|
schema: "network.xyo.bridge.config";
|
|
81
|
-
}, "schema"> & {
|
|
82
|
-
schema: "network.xyo.bridge.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: string;
|
|
85
85
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
86
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
87
|
accountDerivationPath?: string | undefined;
|
|
88
|
-
readonly archivist?:
|
|
88
|
+
readonly archivist?: string | undefined;
|
|
89
89
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
90
|
readonly name?: string | undefined;
|
|
91
91
|
readonly paging?: Record<string, {
|
|
92
92
|
size?: number | undefined;
|
|
93
93
|
}> | undefined;
|
|
94
|
+
schema: "network.xyo.bridge.config";
|
|
94
95
|
readonly security?: {
|
|
95
96
|
readonly allowAnonymous?: boolean | undefined;
|
|
96
97
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -99,14 +100,15 @@ export declare const asBridgeModule: {
|
|
|
99
100
|
readonly sign?: boolean | undefined;
|
|
100
101
|
readonly storeQueries?: boolean | undefined;
|
|
101
102
|
readonly timestamp?: boolean | undefined;
|
|
102
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
103
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
103
104
|
accountDerivationPath?: string | undefined;
|
|
104
|
-
readonly archivist?:
|
|
105
|
+
readonly archivist?: string | undefined;
|
|
105
106
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
106
107
|
readonly name?: string | undefined;
|
|
107
108
|
readonly paging?: Record<string, {
|
|
108
109
|
size?: number | undefined;
|
|
109
110
|
}> | undefined;
|
|
111
|
+
schema: "network.xyo.bridge.config";
|
|
110
112
|
readonly security?: {
|
|
111
113
|
readonly allowAnonymous?: boolean | undefined;
|
|
112
114
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -115,12 +117,10 @@ export declare const asBridgeModule: {
|
|
|
115
117
|
readonly sign?: boolean | undefined;
|
|
116
118
|
readonly storeQueries?: boolean | undefined;
|
|
117
119
|
readonly timestamp?: boolean | undefined;
|
|
118
|
-
} &
|
|
120
|
+
} & {
|
|
119
121
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
120
122
|
maxDepth?: number | undefined;
|
|
121
123
|
schema: "network.xyo.bridge.config";
|
|
122
|
-
}, "schema"> & {
|
|
123
|
-
schema: "network.xyo.bridge.config";
|
|
124
124
|
}, "schema"> & {
|
|
125
125
|
schema: string;
|
|
126
126
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
@@ -131,12 +131,13 @@ export declare const asBridgeInstance: {
|
|
|
131
131
|
};
|
|
132
132
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
133
|
accountDerivationPath?: string | undefined;
|
|
134
|
-
readonly archivist?:
|
|
134
|
+
readonly archivist?: string | undefined;
|
|
135
135
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
136
|
readonly name?: string | undefined;
|
|
137
137
|
readonly paging?: Record<string, {
|
|
138
138
|
size?: number | undefined;
|
|
139
139
|
}> | undefined;
|
|
140
|
+
schema: "network.xyo.bridge.config";
|
|
140
141
|
readonly security?: {
|
|
141
142
|
readonly allowAnonymous?: boolean | undefined;
|
|
142
143
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -145,14 +146,15 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
145
146
|
readonly sign?: boolean | undefined;
|
|
146
147
|
readonly storeQueries?: boolean | undefined;
|
|
147
148
|
readonly timestamp?: boolean | undefined;
|
|
148
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
149
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
149
150
|
accountDerivationPath?: string | undefined;
|
|
150
|
-
readonly archivist?:
|
|
151
|
+
readonly archivist?: string | undefined;
|
|
151
152
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
152
153
|
readonly name?: string | undefined;
|
|
153
154
|
readonly paging?: Record<string, {
|
|
154
155
|
size?: number | undefined;
|
|
155
156
|
}> | undefined;
|
|
157
|
+
schema: "network.xyo.bridge.config";
|
|
156
158
|
readonly security?: {
|
|
157
159
|
readonly allowAnonymous?: boolean | undefined;
|
|
158
160
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -161,12 +163,10 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
161
163
|
readonly sign?: boolean | undefined;
|
|
162
164
|
readonly storeQueries?: boolean | undefined;
|
|
163
165
|
readonly timestamp?: boolean | undefined;
|
|
164
|
-
} &
|
|
166
|
+
} & {
|
|
165
167
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
166
168
|
maxDepth?: number | undefined;
|
|
167
169
|
schema: "network.xyo.bridge.config";
|
|
168
|
-
}, "schema"> & {
|
|
169
|
-
schema: "network.xyo.bridge.config";
|
|
170
170
|
}, "schema"> & {
|
|
171
171
|
schema: string;
|
|
172
172
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>) => R) => R | undefined;
|
|
@@ -2,12 +2,13 @@ import { BridgeInstance, BridgeModule } from './Bridge';
|
|
|
2
2
|
export declare const isBridgeInstance: import("@xyo-network/object").TypeCheck<BridgeInstance>;
|
|
3
3
|
export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
4
4
|
accountDerivationPath?: string | undefined;
|
|
5
|
-
readonly archivist?:
|
|
5
|
+
readonly archivist?: string | undefined;
|
|
6
6
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
7
|
readonly name?: string | undefined;
|
|
8
8
|
readonly paging?: Record<string, {
|
|
9
9
|
size?: number | undefined;
|
|
10
10
|
}> | undefined;
|
|
11
|
+
schema: "network.xyo.bridge.config";
|
|
11
12
|
readonly security?: {
|
|
12
13
|
readonly allowAnonymous?: boolean | undefined;
|
|
13
14
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -16,14 +17,15 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
16
17
|
readonly sign?: boolean | undefined;
|
|
17
18
|
readonly storeQueries?: boolean | undefined;
|
|
18
19
|
readonly timestamp?: boolean | undefined;
|
|
19
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
20
21
|
accountDerivationPath?: string | undefined;
|
|
21
|
-
readonly archivist?:
|
|
22
|
+
readonly archivist?: string | undefined;
|
|
22
23
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
23
24
|
readonly name?: string | undefined;
|
|
24
25
|
readonly paging?: Record<string, {
|
|
25
26
|
size?: number | undefined;
|
|
26
27
|
}> | undefined;
|
|
28
|
+
schema: "network.xyo.bridge.config";
|
|
27
29
|
readonly security?: {
|
|
28
30
|
readonly allowAnonymous?: boolean | undefined;
|
|
29
31
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -32,24 +34,23 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
32
34
|
readonly sign?: boolean | undefined;
|
|
33
35
|
readonly storeQueries?: boolean | undefined;
|
|
34
36
|
readonly timestamp?: boolean | undefined;
|
|
35
|
-
} &
|
|
37
|
+
} & {
|
|
36
38
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
37
39
|
maxDepth?: number | undefined;
|
|
38
40
|
schema: "network.xyo.bridge.config";
|
|
39
|
-
}, "schema"> & {
|
|
40
|
-
schema: "network.xyo.bridge.config";
|
|
41
41
|
}, "schema"> & {
|
|
42
42
|
schema: string;
|
|
43
43
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
44
|
export declare const asBridgeModule: {
|
|
45
45
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
46
|
accountDerivationPath?: string | undefined;
|
|
47
|
-
readonly archivist?:
|
|
47
|
+
readonly archivist?: string | undefined;
|
|
48
48
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
49
|
readonly name?: string | undefined;
|
|
50
50
|
readonly paging?: Record<string, {
|
|
51
51
|
size?: number | undefined;
|
|
52
52
|
}> | undefined;
|
|
53
|
+
schema: "network.xyo.bridge.config";
|
|
53
54
|
readonly security?: {
|
|
54
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
55
56
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -58,14 +59,15 @@ export declare const asBridgeModule: {
|
|
|
58
59
|
readonly sign?: boolean | undefined;
|
|
59
60
|
readonly storeQueries?: boolean | undefined;
|
|
60
61
|
readonly timestamp?: boolean | undefined;
|
|
61
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
62
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
62
63
|
accountDerivationPath?: string | undefined;
|
|
63
|
-
readonly archivist?:
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
64
65
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
65
66
|
readonly name?: string | undefined;
|
|
66
67
|
readonly paging?: Record<string, {
|
|
67
68
|
size?: number | undefined;
|
|
68
69
|
}> | undefined;
|
|
70
|
+
schema: "network.xyo.bridge.config";
|
|
69
71
|
readonly security?: {
|
|
70
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
71
73
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -74,23 +76,22 @@ export declare const asBridgeModule: {
|
|
|
74
76
|
readonly sign?: boolean | undefined;
|
|
75
77
|
readonly storeQueries?: boolean | undefined;
|
|
76
78
|
readonly timestamp?: boolean | undefined;
|
|
77
|
-
} &
|
|
79
|
+
} & {
|
|
78
80
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
79
81
|
maxDepth?: number | undefined;
|
|
80
82
|
schema: "network.xyo.bridge.config";
|
|
81
|
-
}, "schema"> & {
|
|
82
|
-
schema: "network.xyo.bridge.config";
|
|
83
83
|
}, "schema"> & {
|
|
84
84
|
schema: string;
|
|
85
85
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
86
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
87
|
accountDerivationPath?: string | undefined;
|
|
88
|
-
readonly archivist?:
|
|
88
|
+
readonly archivist?: string | undefined;
|
|
89
89
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
90
|
readonly name?: string | undefined;
|
|
91
91
|
readonly paging?: Record<string, {
|
|
92
92
|
size?: number | undefined;
|
|
93
93
|
}> | undefined;
|
|
94
|
+
schema: "network.xyo.bridge.config";
|
|
94
95
|
readonly security?: {
|
|
95
96
|
readonly allowAnonymous?: boolean | undefined;
|
|
96
97
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -99,14 +100,15 @@ export declare const asBridgeModule: {
|
|
|
99
100
|
readonly sign?: boolean | undefined;
|
|
100
101
|
readonly storeQueries?: boolean | undefined;
|
|
101
102
|
readonly timestamp?: boolean | undefined;
|
|
102
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
103
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
103
104
|
accountDerivationPath?: string | undefined;
|
|
104
|
-
readonly archivist?:
|
|
105
|
+
readonly archivist?: string | undefined;
|
|
105
106
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
106
107
|
readonly name?: string | undefined;
|
|
107
108
|
readonly paging?: Record<string, {
|
|
108
109
|
size?: number | undefined;
|
|
109
110
|
}> | undefined;
|
|
111
|
+
schema: "network.xyo.bridge.config";
|
|
110
112
|
readonly security?: {
|
|
111
113
|
readonly allowAnonymous?: boolean | undefined;
|
|
112
114
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -115,12 +117,10 @@ export declare const asBridgeModule: {
|
|
|
115
117
|
readonly sign?: boolean | undefined;
|
|
116
118
|
readonly storeQueries?: boolean | undefined;
|
|
117
119
|
readonly timestamp?: boolean | undefined;
|
|
118
|
-
} &
|
|
120
|
+
} & {
|
|
119
121
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
120
122
|
maxDepth?: number | undefined;
|
|
121
123
|
schema: "network.xyo.bridge.config";
|
|
122
|
-
}, "schema"> & {
|
|
123
|
-
schema: "network.xyo.bridge.config";
|
|
124
124
|
}, "schema"> & {
|
|
125
125
|
schema: string;
|
|
126
126
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
@@ -131,12 +131,13 @@ export declare const asBridgeInstance: {
|
|
|
131
131
|
};
|
|
132
132
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
133
|
accountDerivationPath?: string | undefined;
|
|
134
|
-
readonly archivist?:
|
|
134
|
+
readonly archivist?: string | undefined;
|
|
135
135
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
136
|
readonly name?: string | undefined;
|
|
137
137
|
readonly paging?: Record<string, {
|
|
138
138
|
size?: number | undefined;
|
|
139
139
|
}> | undefined;
|
|
140
|
+
schema: "network.xyo.bridge.config";
|
|
140
141
|
readonly security?: {
|
|
141
142
|
readonly allowAnonymous?: boolean | undefined;
|
|
142
143
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -145,14 +146,15 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
145
146
|
readonly sign?: boolean | undefined;
|
|
146
147
|
readonly storeQueries?: boolean | undefined;
|
|
147
148
|
readonly timestamp?: boolean | undefined;
|
|
148
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object &
|
|
149
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
149
150
|
accountDerivationPath?: string | undefined;
|
|
150
|
-
readonly archivist?:
|
|
151
|
+
readonly archivist?: string | undefined;
|
|
151
152
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
152
153
|
readonly name?: string | undefined;
|
|
153
154
|
readonly paging?: Record<string, {
|
|
154
155
|
size?: number | undefined;
|
|
155
156
|
}> | undefined;
|
|
157
|
+
schema: "network.xyo.bridge.config";
|
|
156
158
|
readonly security?: {
|
|
157
159
|
readonly allowAnonymous?: boolean | undefined;
|
|
158
160
|
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
@@ -161,12 +163,10 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
161
163
|
readonly sign?: boolean | undefined;
|
|
162
164
|
readonly storeQueries?: boolean | undefined;
|
|
163
165
|
readonly timestamp?: boolean | undefined;
|
|
164
|
-
} &
|
|
166
|
+
} & {
|
|
165
167
|
discoverCache?: true | import("./Config").CacheConfig | undefined;
|
|
166
168
|
maxDepth?: number | undefined;
|
|
167
169
|
schema: "network.xyo.bridge.config";
|
|
168
|
-
}, "schema"> & {
|
|
169
|
-
schema: "network.xyo.bridge.config";
|
|
170
170
|
}, "schema"> & {
|
|
171
171
|
schema: string;
|
|
172
172
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>) => R) => R | undefined;
|
package/package.json
CHANGED
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/promise": "^2.13.20",
|
|
14
|
-
"@xyo-network/boundwitness-model": "~2.84.
|
|
15
|
-
"@xyo-network/manifest-model": "~2.84.
|
|
16
|
-
"@xyo-network/module-model": "~2.84.
|
|
17
|
-
"@xyo-network/object": "~2.84.
|
|
18
|
-
"@xyo-network/payload-model": "~2.84.
|
|
14
|
+
"@xyo-network/boundwitness-model": "~2.84.18",
|
|
15
|
+
"@xyo-network/manifest-model": "~2.84.18",
|
|
16
|
+
"@xyo-network/module-model": "~2.84.18",
|
|
17
|
+
"@xyo-network/object": "~2.84.18",
|
|
18
|
+
"@xyo-network/payload-model": "~2.84.18"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@xylabs/ts-scripts-yarn3": "^3.2.25",
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
62
62
|
},
|
|
63
63
|
"sideEffects": false,
|
|
64
|
-
"version": "2.84.
|
|
64
|
+
"version": "2.84.18",
|
|
65
65
|
"type": "module"
|
|
66
66
|
}
|