@xyo-network/bridge-model 2.85.0 → 2.85.1
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 +0 -8
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +0 -8
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +0 -8
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/node/typeChecks.d.cts +0 -8
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +0 -8
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +0 -8
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
accountPath?: string | undefined;
|
|
5
4
|
readonly archivist?: string | undefined;
|
|
6
5
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
6
|
readonly name?: string | undefined;
|
|
@@ -18,7 +17,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
18
17
|
readonly storeQueries?: boolean | undefined;
|
|
19
18
|
readonly timestamp?: boolean | undefined;
|
|
20
19
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
21
|
-
accountPath?: string | undefined;
|
|
22
20
|
readonly archivist?: string | undefined;
|
|
23
21
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
22
|
readonly name?: string | undefined;
|
|
@@ -43,7 +41,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
43
41
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
42
|
export declare const asBridgeModule: {
|
|
45
43
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
|
-
accountPath?: string | undefined;
|
|
47
44
|
readonly archivist?: string | undefined;
|
|
48
45
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
46
|
readonly name?: string | undefined;
|
|
@@ -60,7 +57,6 @@ export declare const asBridgeModule: {
|
|
|
60
57
|
readonly storeQueries?: boolean | undefined;
|
|
61
58
|
readonly timestamp?: boolean | undefined;
|
|
62
59
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
63
|
-
accountPath?: string | undefined;
|
|
64
60
|
readonly archivist?: string | undefined;
|
|
65
61
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
62
|
readonly name?: string | undefined;
|
|
@@ -84,7 +80,6 @@ export declare const asBridgeModule: {
|
|
|
84
80
|
schema: string;
|
|
85
81
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
82
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
|
-
accountPath?: string | undefined;
|
|
88
83
|
readonly archivist?: string | undefined;
|
|
89
84
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
85
|
readonly name?: string | undefined;
|
|
@@ -101,7 +96,6 @@ export declare const asBridgeModule: {
|
|
|
101
96
|
readonly storeQueries?: boolean | undefined;
|
|
102
97
|
readonly timestamp?: boolean | undefined;
|
|
103
98
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
104
|
-
accountPath?: string | undefined;
|
|
105
99
|
readonly archivist?: string | undefined;
|
|
106
100
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
107
101
|
readonly name?: string | undefined;
|
|
@@ -130,7 +124,6 @@ export declare const asBridgeInstance: {
|
|
|
130
124
|
<TType_1 extends BridgeInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
131
125
|
};
|
|
132
126
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
|
-
accountPath?: string | undefined;
|
|
134
127
|
readonly archivist?: string | undefined;
|
|
135
128
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
129
|
readonly name?: string | undefined;
|
|
@@ -147,7 +140,6 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
147
140
|
readonly storeQueries?: boolean | undefined;
|
|
148
141
|
readonly timestamp?: boolean | undefined;
|
|
149
142
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
150
|
-
accountPath?: string | undefined;
|
|
151
143
|
readonly archivist?: string | undefined;
|
|
152
144
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
153
145
|
readonly name?: string | undefined;
|
|
@@ -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,yDAM5B,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,yDAM5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;CAA2C,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB,2EAAuC,CAAA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
accountPath?: string | undefined;
|
|
5
4
|
readonly archivist?: string | undefined;
|
|
6
5
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
6
|
readonly name?: string | undefined;
|
|
@@ -18,7 +17,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
18
17
|
readonly storeQueries?: boolean | undefined;
|
|
19
18
|
readonly timestamp?: boolean | undefined;
|
|
20
19
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
21
|
-
accountPath?: string | undefined;
|
|
22
20
|
readonly archivist?: string | undefined;
|
|
23
21
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
22
|
readonly name?: string | undefined;
|
|
@@ -43,7 +41,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
43
41
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
42
|
export declare const asBridgeModule: {
|
|
45
43
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
|
-
accountPath?: string | undefined;
|
|
47
44
|
readonly archivist?: string | undefined;
|
|
48
45
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
46
|
readonly name?: string | undefined;
|
|
@@ -60,7 +57,6 @@ export declare const asBridgeModule: {
|
|
|
60
57
|
readonly storeQueries?: boolean | undefined;
|
|
61
58
|
readonly timestamp?: boolean | undefined;
|
|
62
59
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
63
|
-
accountPath?: string | undefined;
|
|
64
60
|
readonly archivist?: string | undefined;
|
|
65
61
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
62
|
readonly name?: string | undefined;
|
|
@@ -84,7 +80,6 @@ export declare const asBridgeModule: {
|
|
|
84
80
|
schema: string;
|
|
85
81
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
82
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
|
-
accountPath?: string | undefined;
|
|
88
83
|
readonly archivist?: string | undefined;
|
|
89
84
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
85
|
readonly name?: string | undefined;
|
|
@@ -101,7 +96,6 @@ export declare const asBridgeModule: {
|
|
|
101
96
|
readonly storeQueries?: boolean | undefined;
|
|
102
97
|
readonly timestamp?: boolean | undefined;
|
|
103
98
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
104
|
-
accountPath?: string | undefined;
|
|
105
99
|
readonly archivist?: string | undefined;
|
|
106
100
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
107
101
|
readonly name?: string | undefined;
|
|
@@ -130,7 +124,6 @@ export declare const asBridgeInstance: {
|
|
|
130
124
|
<TType_1 extends BridgeInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
131
125
|
};
|
|
132
126
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
|
-
accountPath?: string | undefined;
|
|
134
127
|
readonly archivist?: string | undefined;
|
|
135
128
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
129
|
readonly name?: string | undefined;
|
|
@@ -147,7 +140,6 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
147
140
|
readonly storeQueries?: boolean | undefined;
|
|
148
141
|
readonly timestamp?: boolean | undefined;
|
|
149
142
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
150
|
-
accountPath?: string | undefined;
|
|
151
143
|
readonly archivist?: string | undefined;
|
|
152
144
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
153
145
|
readonly name?: string | undefined;
|
|
@@ -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,yDAM5B,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,yDAM5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;CAA2C,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB,2EAAuC,CAAA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
accountPath?: string | undefined;
|
|
5
4
|
readonly archivist?: string | undefined;
|
|
6
5
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
6
|
readonly name?: string | undefined;
|
|
@@ -18,7 +17,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
18
17
|
readonly storeQueries?: boolean | undefined;
|
|
19
18
|
readonly timestamp?: boolean | undefined;
|
|
20
19
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
21
|
-
accountPath?: string | undefined;
|
|
22
20
|
readonly archivist?: string | undefined;
|
|
23
21
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
22
|
readonly name?: string | undefined;
|
|
@@ -43,7 +41,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
43
41
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
42
|
export declare const asBridgeModule: {
|
|
45
43
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
|
-
accountPath?: string | undefined;
|
|
47
44
|
readonly archivist?: string | undefined;
|
|
48
45
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
46
|
readonly name?: string | undefined;
|
|
@@ -60,7 +57,6 @@ export declare const asBridgeModule: {
|
|
|
60
57
|
readonly storeQueries?: boolean | undefined;
|
|
61
58
|
readonly timestamp?: boolean | undefined;
|
|
62
59
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
63
|
-
accountPath?: string | undefined;
|
|
64
60
|
readonly archivist?: string | undefined;
|
|
65
61
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
62
|
readonly name?: string | undefined;
|
|
@@ -84,7 +80,6 @@ export declare const asBridgeModule: {
|
|
|
84
80
|
schema: string;
|
|
85
81
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
82
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
|
-
accountPath?: string | undefined;
|
|
88
83
|
readonly archivist?: string | undefined;
|
|
89
84
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
85
|
readonly name?: string | undefined;
|
|
@@ -101,7 +96,6 @@ export declare const asBridgeModule: {
|
|
|
101
96
|
readonly storeQueries?: boolean | undefined;
|
|
102
97
|
readonly timestamp?: boolean | undefined;
|
|
103
98
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
104
|
-
accountPath?: string | undefined;
|
|
105
99
|
readonly archivist?: string | undefined;
|
|
106
100
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
107
101
|
readonly name?: string | undefined;
|
|
@@ -130,7 +124,6 @@ export declare const asBridgeInstance: {
|
|
|
130
124
|
<TType_1 extends BridgeInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
131
125
|
};
|
|
132
126
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
|
-
accountPath?: string | undefined;
|
|
134
127
|
readonly archivist?: string | undefined;
|
|
135
128
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
129
|
readonly name?: string | undefined;
|
|
@@ -147,7 +140,6 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
147
140
|
readonly storeQueries?: boolean | undefined;
|
|
148
141
|
readonly timestamp?: boolean | undefined;
|
|
149
142
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
150
|
-
accountPath?: string | undefined;
|
|
151
143
|
readonly archivist?: string | undefined;
|
|
152
144
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
153
145
|
readonly name?: string | undefined;
|
|
@@ -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,yDAM5B,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,yDAM5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;CAA2C,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB,2EAAuC,CAAA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
accountPath?: string | undefined;
|
|
5
4
|
readonly archivist?: string | undefined;
|
|
6
5
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
6
|
readonly name?: string | undefined;
|
|
@@ -18,7 +17,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
18
17
|
readonly storeQueries?: boolean | undefined;
|
|
19
18
|
readonly timestamp?: boolean | undefined;
|
|
20
19
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
21
|
-
accountPath?: string | undefined;
|
|
22
20
|
readonly archivist?: string | undefined;
|
|
23
21
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
22
|
readonly name?: string | undefined;
|
|
@@ -43,7 +41,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
43
41
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
42
|
export declare const asBridgeModule: {
|
|
45
43
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
|
-
accountPath?: string | undefined;
|
|
47
44
|
readonly archivist?: string | undefined;
|
|
48
45
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
46
|
readonly name?: string | undefined;
|
|
@@ -60,7 +57,6 @@ export declare const asBridgeModule: {
|
|
|
60
57
|
readonly storeQueries?: boolean | undefined;
|
|
61
58
|
readonly timestamp?: boolean | undefined;
|
|
62
59
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
63
|
-
accountPath?: string | undefined;
|
|
64
60
|
readonly archivist?: string | undefined;
|
|
65
61
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
62
|
readonly name?: string | undefined;
|
|
@@ -84,7 +80,6 @@ export declare const asBridgeModule: {
|
|
|
84
80
|
schema: string;
|
|
85
81
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
82
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
|
-
accountPath?: string | undefined;
|
|
88
83
|
readonly archivist?: string | undefined;
|
|
89
84
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
85
|
readonly name?: string | undefined;
|
|
@@ -101,7 +96,6 @@ export declare const asBridgeModule: {
|
|
|
101
96
|
readonly storeQueries?: boolean | undefined;
|
|
102
97
|
readonly timestamp?: boolean | undefined;
|
|
103
98
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
104
|
-
accountPath?: string | undefined;
|
|
105
99
|
readonly archivist?: string | undefined;
|
|
106
100
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
107
101
|
readonly name?: string | undefined;
|
|
@@ -130,7 +124,6 @@ export declare const asBridgeInstance: {
|
|
|
130
124
|
<TType_1 extends BridgeInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
131
125
|
};
|
|
132
126
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
|
-
accountPath?: string | undefined;
|
|
134
127
|
readonly archivist?: string | undefined;
|
|
135
128
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
129
|
readonly name?: string | undefined;
|
|
@@ -147,7 +140,6 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
147
140
|
readonly storeQueries?: boolean | undefined;
|
|
148
141
|
readonly timestamp?: boolean | undefined;
|
|
149
142
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
150
|
-
accountPath?: string | undefined;
|
|
151
143
|
readonly archivist?: string | undefined;
|
|
152
144
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
153
145
|
readonly name?: string | undefined;
|
|
@@ -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,yDAM5B,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,yDAM5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;CAA2C,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB,2EAAuC,CAAA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
accountPath?: string | undefined;
|
|
5
4
|
readonly archivist?: string | undefined;
|
|
6
5
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
6
|
readonly name?: string | undefined;
|
|
@@ -18,7 +17,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
18
17
|
readonly storeQueries?: boolean | undefined;
|
|
19
18
|
readonly timestamp?: boolean | undefined;
|
|
20
19
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
21
|
-
accountPath?: string | undefined;
|
|
22
20
|
readonly archivist?: string | undefined;
|
|
23
21
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
22
|
readonly name?: string | undefined;
|
|
@@ -43,7 +41,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
43
41
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
42
|
export declare const asBridgeModule: {
|
|
45
43
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
|
-
accountPath?: string | undefined;
|
|
47
44
|
readonly archivist?: string | undefined;
|
|
48
45
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
46
|
readonly name?: string | undefined;
|
|
@@ -60,7 +57,6 @@ export declare const asBridgeModule: {
|
|
|
60
57
|
readonly storeQueries?: boolean | undefined;
|
|
61
58
|
readonly timestamp?: boolean | undefined;
|
|
62
59
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
63
|
-
accountPath?: string | undefined;
|
|
64
60
|
readonly archivist?: string | undefined;
|
|
65
61
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
62
|
readonly name?: string | undefined;
|
|
@@ -84,7 +80,6 @@ export declare const asBridgeModule: {
|
|
|
84
80
|
schema: string;
|
|
85
81
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
82
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
|
-
accountPath?: string | undefined;
|
|
88
83
|
readonly archivist?: string | undefined;
|
|
89
84
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
85
|
readonly name?: string | undefined;
|
|
@@ -101,7 +96,6 @@ export declare const asBridgeModule: {
|
|
|
101
96
|
readonly storeQueries?: boolean | undefined;
|
|
102
97
|
readonly timestamp?: boolean | undefined;
|
|
103
98
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
104
|
-
accountPath?: string | undefined;
|
|
105
99
|
readonly archivist?: string | undefined;
|
|
106
100
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
107
101
|
readonly name?: string | undefined;
|
|
@@ -130,7 +124,6 @@ export declare const asBridgeInstance: {
|
|
|
130
124
|
<TType_1 extends BridgeInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
131
125
|
};
|
|
132
126
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
|
-
accountPath?: string | undefined;
|
|
134
127
|
readonly archivist?: string | undefined;
|
|
135
128
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
129
|
readonly name?: string | undefined;
|
|
@@ -147,7 +140,6 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
147
140
|
readonly storeQueries?: boolean | undefined;
|
|
148
141
|
readonly timestamp?: boolean | undefined;
|
|
149
142
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
150
|
-
accountPath?: string | undefined;
|
|
151
143
|
readonly archivist?: string | undefined;
|
|
152
144
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
153
145
|
readonly name?: string | undefined;
|
|
@@ -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,yDAM5B,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,yDAM5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;CAA2C,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB,2EAAuC,CAAA"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
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
|
-
accountPath?: string | undefined;
|
|
5
4
|
readonly archivist?: string | undefined;
|
|
6
5
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
7
6
|
readonly name?: string | undefined;
|
|
@@ -18,7 +17,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
18
17
|
readonly storeQueries?: boolean | undefined;
|
|
19
18
|
readonly timestamp?: boolean | undefined;
|
|
20
19
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
21
|
-
accountPath?: string | undefined;
|
|
22
20
|
readonly archivist?: string | undefined;
|
|
23
21
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
24
22
|
readonly name?: string | undefined;
|
|
@@ -43,7 +41,6 @@ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleT
|
|
|
43
41
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>;
|
|
44
42
|
export declare const asBridgeModule: {
|
|
45
43
|
<TType extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
46
|
-
accountPath?: string | undefined;
|
|
47
44
|
readonly archivist?: string | undefined;
|
|
48
45
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
49
46
|
readonly name?: string | undefined;
|
|
@@ -60,7 +57,6 @@ export declare const asBridgeModule: {
|
|
|
60
57
|
readonly storeQueries?: boolean | undefined;
|
|
61
58
|
readonly timestamp?: boolean | undefined;
|
|
62
59
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
63
|
-
accountPath?: string | undefined;
|
|
64
60
|
readonly archivist?: string | undefined;
|
|
65
61
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
62
|
readonly name?: string | undefined;
|
|
@@ -84,7 +80,6 @@ export declare const asBridgeModule: {
|
|
|
84
80
|
schema: string;
|
|
85
81
|
}>, import("@xyo-network/module-model").ModuleEventData<object>>>(value: unknown, config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType | undefined;
|
|
86
82
|
<TType_1 extends BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
87
|
-
accountPath?: string | undefined;
|
|
88
83
|
readonly archivist?: string | undefined;
|
|
89
84
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
90
85
|
readonly name?: string | undefined;
|
|
@@ -101,7 +96,6 @@ export declare const asBridgeModule: {
|
|
|
101
96
|
readonly storeQueries?: boolean | undefined;
|
|
102
97
|
readonly timestamp?: boolean | undefined;
|
|
103
98
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
104
|
-
accountPath?: string | undefined;
|
|
105
99
|
readonly archivist?: string | undefined;
|
|
106
100
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
107
101
|
readonly name?: string | undefined;
|
|
@@ -130,7 +124,6 @@ export declare const asBridgeInstance: {
|
|
|
130
124
|
<TType_1 extends BridgeInstance>(value: unknown, assert: string | (() => string), config?: import("@xyo-network/object").TypeCheckConfig | undefined): TType_1;
|
|
131
125
|
};
|
|
132
126
|
export declare const withBridgeModule: <R>(module: any, closure: (module: BridgeModule<import("./Bridge").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
133
|
-
accountPath?: string | undefined;
|
|
134
127
|
readonly archivist?: string | undefined;
|
|
135
128
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
136
129
|
readonly name?: string | undefined;
|
|
@@ -147,7 +140,6 @@ export declare const withBridgeModule: <R>(module: any, closure: (module: Bridge
|
|
|
147
140
|
readonly storeQueries?: boolean | undefined;
|
|
148
141
|
readonly timestamp?: boolean | undefined;
|
|
149
142
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
150
|
-
accountPath?: string | undefined;
|
|
151
143
|
readonly archivist?: string | undefined;
|
|
152
144
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
153
145
|
readonly name?: string | undefined;
|
|
@@ -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,yDAM5B,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,yDAM5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iEAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;CAA2C,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wFAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB,2EAAuC,CAAA"}
|
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.85.
|
|
15
|
-
"@xyo-network/manifest-model": "~2.85.
|
|
16
|
-
"@xyo-network/module-model": "~2.85.
|
|
17
|
-
"@xyo-network/object": "~2.85.
|
|
18
|
-
"@xyo-network/payload-model": "~2.85.
|
|
14
|
+
"@xyo-network/boundwitness-model": "~2.85.1",
|
|
15
|
+
"@xyo-network/manifest-model": "~2.85.1",
|
|
16
|
+
"@xyo-network/module-model": "~2.85.1",
|
|
17
|
+
"@xyo-network/object": "~2.85.1",
|
|
18
|
+
"@xyo-network/payload-model": "~2.85.1"
|
|
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.85.
|
|
64
|
+
"version": "2.85.1",
|
|
65
65
|
"type": "module"
|
|
66
66
|
}
|