@xyo-network/bridge-model 3.6.0-rc.5 → 3.6.0-rc.6

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.
@@ -1,32 +1,167 @@
1
1
  export declare const asAttachableBridgeInstance: {
2
- <TType extends import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
3
- client?: import("../Config.ts").BridgeClientConfig | undefined;
4
- discoverRoots?: "start" | "lazy";
5
- host?: import("../Config.ts").BridgeHostConfig | undefined;
6
- schema: "network.xyo.bridge.config";
7
- }, "schema"> & {
8
- schema: "network.xyo.bridge.config";
9
- }, "schema"> & {
10
- schema: string;
11
- }>, import("../EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
12
- <TType extends import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
13
- client?: import("../Config.ts").BridgeClientConfig | undefined;
14
- discoverRoots?: "start" | "lazy";
15
- host?: import("../Config.ts").BridgeHostConfig | undefined;
16
- schema: "network.xyo.bridge.config";
17
- }, "schema"> & {
18
- schema: "network.xyo.bridge.config";
19
- }, "schema"> & {
20
- schema: string;
21
- }>, import("../EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
22
- client?: import("../Config.ts").BridgeClientConfig | undefined;
23
- discoverRoots?: "start" | "lazy";
24
- host?: import("../Config.ts").BridgeHostConfig | undefined;
25
- schema: "network.xyo.bridge.config";
26
- }, "schema"> & {
27
- schema: "network.xyo.bridge.config";
28
- }, "schema"> & {
29
- schema: string;
30
- }>, import("../EventData.ts").BridgeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
2
+ <TType extends import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
3
+ schema: import("@xyo-network/payload-model").Schema;
4
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
5
+ client?: {
6
+ cache?: true | {
7
+ max?: number | undefined;
8
+ maxSize?: number | undefined;
9
+ ttl?: number | undefined;
10
+ } | undefined;
11
+ discoverRoots?: "start" | "lazy" | undefined;
12
+ maxDepth?: number | undefined;
13
+ } | undefined;
14
+ discoverRoots?: "start" | "lazy" | undefined;
15
+ host?: {
16
+ cache?: true | {
17
+ max?: number | undefined;
18
+ maxSize?: number | undefined;
19
+ ttl?: number | undefined;
20
+ } | undefined;
21
+ maxDepth?: number | undefined;
22
+ } | undefined;
23
+ readonly archiving?: {
24
+ readonly archivists?: string[] | undefined;
25
+ readonly queries?: string[] | undefined;
26
+ } | undefined;
27
+ readonly allowedQueries?: string[] | undefined;
28
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
29
+ readonly certify?: boolean | undefined;
30
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
31
+ readonly labels?: {
32
+ [x: string]: string | undefined;
33
+ } | undefined;
34
+ readonly paging?: {
35
+ [x: string]: {
36
+ size?: number | undefined;
37
+ };
38
+ } | undefined;
39
+ readonly retry?: {
40
+ backoff?: number | undefined;
41
+ interval?: number | undefined;
42
+ retries?: number | undefined;
43
+ } | undefined;
44
+ readonly security?: {
45
+ readonly allowAnonymous?: boolean | undefined;
46
+ readonly allowed?: {
47
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
48
+ } | undefined;
49
+ readonly disallowed?: {
50
+ [x: string]: Lowercase<string>[];
51
+ } | undefined;
52
+ } | undefined;
53
+ readonly sign?: boolean | undefined;
54
+ readonly storeQueries?: boolean | undefined;
55
+ readonly timestamp?: boolean | undefined;
56
+ }>>, import("../EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
57
+ <TType extends import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
58
+ schema: import("@xyo-network/payload-model").Schema;
59
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
60
+ client?: {
61
+ cache?: true | {
62
+ max?: number | undefined;
63
+ maxSize?: number | undefined;
64
+ ttl?: number | undefined;
65
+ } | undefined;
66
+ discoverRoots?: "start" | "lazy" | undefined;
67
+ maxDepth?: number | undefined;
68
+ } | undefined;
69
+ discoverRoots?: "start" | "lazy" | undefined;
70
+ host?: {
71
+ cache?: true | {
72
+ max?: number | undefined;
73
+ maxSize?: number | undefined;
74
+ ttl?: number | undefined;
75
+ } | undefined;
76
+ maxDepth?: number | undefined;
77
+ } | undefined;
78
+ readonly archiving?: {
79
+ readonly archivists?: string[] | undefined;
80
+ readonly queries?: string[] | undefined;
81
+ } | undefined;
82
+ readonly allowedQueries?: string[] | undefined;
83
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
84
+ readonly certify?: boolean | undefined;
85
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
86
+ readonly labels?: {
87
+ [x: string]: string | undefined;
88
+ } | undefined;
89
+ readonly paging?: {
90
+ [x: string]: {
91
+ size?: number | undefined;
92
+ };
93
+ } | undefined;
94
+ readonly retry?: {
95
+ backoff?: number | undefined;
96
+ interval?: number | undefined;
97
+ retries?: number | undefined;
98
+ } | undefined;
99
+ readonly security?: {
100
+ readonly allowAnonymous?: boolean | undefined;
101
+ readonly allowed?: {
102
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
103
+ } | undefined;
104
+ readonly disallowed?: {
105
+ [x: string]: Lowercase<string>[];
106
+ } | undefined;
107
+ } | undefined;
108
+ readonly sign?: boolean | undefined;
109
+ readonly storeQueries?: boolean | undefined;
110
+ readonly timestamp?: boolean | undefined;
111
+ }>>, import("../EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableBridgeInstance<import("../Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
112
+ schema: import("@xyo-network/payload-model").Schema;
113
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
114
+ client?: {
115
+ cache?: true | {
116
+ max?: number | undefined;
117
+ maxSize?: number | undefined;
118
+ ttl?: number | undefined;
119
+ } | undefined;
120
+ discoverRoots?: "start" | "lazy" | undefined;
121
+ maxDepth?: number | undefined;
122
+ } | undefined;
123
+ discoverRoots?: "start" | "lazy" | undefined;
124
+ host?: {
125
+ cache?: true | {
126
+ max?: number | undefined;
127
+ maxSize?: number | undefined;
128
+ ttl?: number | undefined;
129
+ } | undefined;
130
+ maxDepth?: number | undefined;
131
+ } | undefined;
132
+ readonly archiving?: {
133
+ readonly archivists?: string[] | undefined;
134
+ readonly queries?: string[] | undefined;
135
+ } | undefined;
136
+ readonly allowedQueries?: string[] | undefined;
137
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
138
+ readonly certify?: boolean | undefined;
139
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
140
+ readonly labels?: {
141
+ [x: string]: string | undefined;
142
+ } | undefined;
143
+ readonly paging?: {
144
+ [x: string]: {
145
+ size?: number | undefined;
146
+ };
147
+ } | undefined;
148
+ readonly retry?: {
149
+ backoff?: number | undefined;
150
+ interval?: number | undefined;
151
+ retries?: number | undefined;
152
+ } | undefined;
153
+ readonly security?: {
154
+ readonly allowAnonymous?: boolean | undefined;
155
+ readonly allowed?: {
156
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
157
+ } | undefined;
158
+ readonly disallowed?: {
159
+ [x: string]: Lowercase<string>[];
160
+ } | undefined;
161
+ } | undefined;
162
+ readonly sign?: boolean | undefined;
163
+ readonly storeQueries?: boolean | undefined;
164
+ readonly timestamp?: boolean | undefined;
165
+ }>>, import("../EventData.ts").BridgeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
31
166
  };
32
167
  //# sourceMappingURL=asAttachableInstance.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B;;;;;;;;;;wEACH,iBAAiB,iCAAiC,gBAAoB;;;;;;;;;;wEAA+E,iBAAiB;;;;;;;;;2EAAgG,gBAAoB;CADlO,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEACH,iBAAiB,iCAAiC,gBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yEAA+E,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAgG,gBAAoB;CADlO,CAAA"}
@@ -1,105 +1,555 @@
1
1
  import type { BridgeInstance } from './Instance.ts';
2
2
  import type { BridgeModule } from './Module.ts';
3
- export declare const isBridgeInstance: import("@xylabs/object").TypeCheck<BridgeInstance<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
4
- client?: import("./Config.ts").BridgeClientConfig | undefined;
5
- discoverRoots?: "start" | "lazy";
6
- host?: import("./Config.ts").BridgeHostConfig | undefined;
7
- schema: "network.xyo.bridge.config";
8
- }, "schema"> & {
9
- schema: "network.xyo.bridge.config";
10
- }, "schema"> & {
11
- schema: string;
12
- }>, import("./EventData.ts").BridgeModuleEventData>>;
13
- export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
14
- client?: import("./Config.ts").BridgeClientConfig | undefined;
15
- discoverRoots?: "start" | "lazy";
16
- host?: import("./Config.ts").BridgeHostConfig | undefined;
17
- schema: "network.xyo.bridge.config";
18
- }, "schema"> & {
19
- schema: "network.xyo.bridge.config";
20
- }, "schema"> & {
21
- schema: string;
22
- }>, import("./EventData.ts").BridgeModuleEventData>>;
3
+ export declare const isBridgeInstance: import("@xylabs/object").TypeCheck<BridgeInstance<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
4
+ schema: import("@xyo-network/payload-model").Schema;
5
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
6
+ client?: {
7
+ cache?: true | {
8
+ max?: number | undefined;
9
+ maxSize?: number | undefined;
10
+ ttl?: number | undefined;
11
+ } | undefined;
12
+ discoverRoots?: "start" | "lazy" | undefined;
13
+ maxDepth?: number | undefined;
14
+ } | undefined;
15
+ discoverRoots?: "start" | "lazy" | undefined;
16
+ host?: {
17
+ cache?: true | {
18
+ max?: number | undefined;
19
+ maxSize?: number | undefined;
20
+ ttl?: number | undefined;
21
+ } | undefined;
22
+ maxDepth?: number | undefined;
23
+ } | undefined;
24
+ readonly archiving?: {
25
+ readonly archivists?: string[] | undefined;
26
+ readonly queries?: string[] | undefined;
27
+ } | undefined;
28
+ readonly allowedQueries?: string[] | undefined;
29
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
30
+ readonly certify?: boolean | undefined;
31
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
32
+ readonly labels?: {
33
+ [x: string]: string | undefined;
34
+ } | undefined;
35
+ readonly paging?: {
36
+ [x: string]: {
37
+ size?: number | undefined;
38
+ };
39
+ } | undefined;
40
+ readonly retry?: {
41
+ backoff?: number | undefined;
42
+ interval?: number | undefined;
43
+ retries?: number | undefined;
44
+ } | undefined;
45
+ readonly security?: {
46
+ readonly allowAnonymous?: boolean | undefined;
47
+ readonly allowed?: {
48
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
49
+ } | undefined;
50
+ readonly disallowed?: {
51
+ [x: string]: Lowercase<string>[];
52
+ } | undefined;
53
+ } | undefined;
54
+ readonly sign?: boolean | undefined;
55
+ readonly storeQueries?: boolean | undefined;
56
+ readonly timestamp?: boolean | undefined;
57
+ }>>, import("./EventData.ts").BridgeModuleEventData>>;
58
+ export declare const isBridgeModule: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
59
+ schema: import("@xyo-network/payload-model").Schema;
60
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
61
+ client?: {
62
+ cache?: true | {
63
+ max?: number | undefined;
64
+ maxSize?: number | undefined;
65
+ ttl?: number | undefined;
66
+ } | undefined;
67
+ discoverRoots?: "start" | "lazy" | undefined;
68
+ maxDepth?: number | undefined;
69
+ } | undefined;
70
+ discoverRoots?: "start" | "lazy" | undefined;
71
+ host?: {
72
+ cache?: true | {
73
+ max?: number | undefined;
74
+ maxSize?: number | undefined;
75
+ ttl?: number | undefined;
76
+ } | undefined;
77
+ maxDepth?: number | undefined;
78
+ } | undefined;
79
+ readonly archiving?: {
80
+ readonly archivists?: string[] | undefined;
81
+ readonly queries?: string[] | undefined;
82
+ } | undefined;
83
+ readonly allowedQueries?: string[] | undefined;
84
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
85
+ readonly certify?: boolean | undefined;
86
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
87
+ readonly labels?: {
88
+ [x: string]: string | undefined;
89
+ } | undefined;
90
+ readonly paging?: {
91
+ [x: string]: {
92
+ size?: number | undefined;
93
+ };
94
+ } | undefined;
95
+ readonly retry?: {
96
+ backoff?: number | undefined;
97
+ interval?: number | undefined;
98
+ retries?: number | undefined;
99
+ } | undefined;
100
+ readonly security?: {
101
+ readonly allowAnonymous?: boolean | undefined;
102
+ readonly allowed?: {
103
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
104
+ } | undefined;
105
+ readonly disallowed?: {
106
+ [x: string]: Lowercase<string>[];
107
+ } | undefined;
108
+ } | undefined;
109
+ readonly sign?: boolean | undefined;
110
+ readonly storeQueries?: boolean | undefined;
111
+ readonly timestamp?: boolean | undefined;
112
+ }>>, import("./EventData.ts").BridgeModuleEventData>>;
23
113
  export declare const asBridgeModule: {
24
- <TType extends BridgeModule<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
25
- client?: import("./Config.ts").BridgeClientConfig | undefined;
26
- discoverRoots?: "start" | "lazy";
27
- host?: import("./Config.ts").BridgeHostConfig | undefined;
28
- schema: "network.xyo.bridge.config";
29
- }, "schema"> & {
30
- schema: "network.xyo.bridge.config";
31
- }, "schema"> & {
32
- schema: string;
33
- }>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
34
- <TType extends BridgeModule<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
35
- client?: import("./Config.ts").BridgeClientConfig | undefined;
36
- discoverRoots?: "start" | "lazy";
37
- host?: import("./Config.ts").BridgeHostConfig | undefined;
38
- schema: "network.xyo.bridge.config";
39
- }, "schema"> & {
40
- schema: "network.xyo.bridge.config";
41
- }, "schema"> & {
42
- schema: string;
43
- }>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<BridgeModule<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
44
- client?: import("./Config.ts").BridgeClientConfig | undefined;
45
- discoverRoots?: "start" | "lazy";
46
- host?: import("./Config.ts").BridgeHostConfig | undefined;
47
- schema: "network.xyo.bridge.config";
48
- }, "schema"> & {
49
- schema: "network.xyo.bridge.config";
50
- }, "schema"> & {
51
- schema: string;
52
- }>, import("./EventData.ts").BridgeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
114
+ <TType extends BridgeModule<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
115
+ schema: import("@xyo-network/payload-model").Schema;
116
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
117
+ client?: {
118
+ cache?: true | {
119
+ max?: number | undefined;
120
+ maxSize?: number | undefined;
121
+ ttl?: number | undefined;
122
+ } | undefined;
123
+ discoverRoots?: "start" | "lazy" | undefined;
124
+ maxDepth?: number | undefined;
125
+ } | undefined;
126
+ discoverRoots?: "start" | "lazy" | undefined;
127
+ host?: {
128
+ cache?: true | {
129
+ max?: number | undefined;
130
+ maxSize?: number | undefined;
131
+ ttl?: number | undefined;
132
+ } | undefined;
133
+ maxDepth?: number | undefined;
134
+ } | undefined;
135
+ readonly archiving?: {
136
+ readonly archivists?: string[] | undefined;
137
+ readonly queries?: string[] | undefined;
138
+ } | undefined;
139
+ readonly allowedQueries?: string[] | undefined;
140
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
141
+ readonly certify?: boolean | undefined;
142
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
143
+ readonly labels?: {
144
+ [x: string]: string | undefined;
145
+ } | undefined;
146
+ readonly paging?: {
147
+ [x: string]: {
148
+ size?: number | undefined;
149
+ };
150
+ } | undefined;
151
+ readonly retry?: {
152
+ backoff?: number | undefined;
153
+ interval?: number | undefined;
154
+ retries?: number | undefined;
155
+ } | undefined;
156
+ readonly security?: {
157
+ readonly allowAnonymous?: boolean | undefined;
158
+ readonly allowed?: {
159
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
160
+ } | undefined;
161
+ readonly disallowed?: {
162
+ [x: string]: Lowercase<string>[];
163
+ } | undefined;
164
+ } | undefined;
165
+ readonly sign?: boolean | undefined;
166
+ readonly storeQueries?: boolean | undefined;
167
+ readonly timestamp?: boolean | undefined;
168
+ }>>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
169
+ <TType extends BridgeModule<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
170
+ schema: import("@xyo-network/payload-model").Schema;
171
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
172
+ client?: {
173
+ cache?: true | {
174
+ max?: number | undefined;
175
+ maxSize?: number | undefined;
176
+ ttl?: number | undefined;
177
+ } | undefined;
178
+ discoverRoots?: "start" | "lazy" | undefined;
179
+ maxDepth?: number | undefined;
180
+ } | undefined;
181
+ discoverRoots?: "start" | "lazy" | undefined;
182
+ host?: {
183
+ cache?: true | {
184
+ max?: number | undefined;
185
+ maxSize?: number | undefined;
186
+ ttl?: number | undefined;
187
+ } | undefined;
188
+ maxDepth?: number | undefined;
189
+ } | undefined;
190
+ readonly archiving?: {
191
+ readonly archivists?: string[] | undefined;
192
+ readonly queries?: string[] | undefined;
193
+ } | undefined;
194
+ readonly allowedQueries?: string[] | undefined;
195
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
196
+ readonly certify?: boolean | undefined;
197
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
198
+ readonly labels?: {
199
+ [x: string]: string | undefined;
200
+ } | undefined;
201
+ readonly paging?: {
202
+ [x: string]: {
203
+ size?: number | undefined;
204
+ };
205
+ } | undefined;
206
+ readonly retry?: {
207
+ backoff?: number | undefined;
208
+ interval?: number | undefined;
209
+ retries?: number | undefined;
210
+ } | undefined;
211
+ readonly security?: {
212
+ readonly allowAnonymous?: boolean | undefined;
213
+ readonly allowed?: {
214
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
215
+ } | undefined;
216
+ readonly disallowed?: {
217
+ [x: string]: Lowercase<string>[];
218
+ } | undefined;
219
+ } | undefined;
220
+ readonly sign?: boolean | undefined;
221
+ readonly storeQueries?: boolean | undefined;
222
+ readonly timestamp?: boolean | undefined;
223
+ }>>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<BridgeModule<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
224
+ schema: import("@xyo-network/payload-model").Schema;
225
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
226
+ client?: {
227
+ cache?: true | {
228
+ max?: number | undefined;
229
+ maxSize?: number | undefined;
230
+ ttl?: number | undefined;
231
+ } | undefined;
232
+ discoverRoots?: "start" | "lazy" | undefined;
233
+ maxDepth?: number | undefined;
234
+ } | undefined;
235
+ discoverRoots?: "start" | "lazy" | undefined;
236
+ host?: {
237
+ cache?: true | {
238
+ max?: number | undefined;
239
+ maxSize?: number | undefined;
240
+ ttl?: number | undefined;
241
+ } | undefined;
242
+ maxDepth?: number | undefined;
243
+ } | undefined;
244
+ readonly archiving?: {
245
+ readonly archivists?: string[] | undefined;
246
+ readonly queries?: string[] | undefined;
247
+ } | undefined;
248
+ readonly allowedQueries?: string[] | undefined;
249
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
250
+ readonly certify?: boolean | undefined;
251
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
252
+ readonly labels?: {
253
+ [x: string]: string | undefined;
254
+ } | undefined;
255
+ readonly paging?: {
256
+ [x: string]: {
257
+ size?: number | undefined;
258
+ };
259
+ } | undefined;
260
+ readonly retry?: {
261
+ backoff?: number | undefined;
262
+ interval?: number | undefined;
263
+ retries?: number | undefined;
264
+ } | undefined;
265
+ readonly security?: {
266
+ readonly allowAnonymous?: boolean | undefined;
267
+ readonly allowed?: {
268
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
269
+ } | undefined;
270
+ readonly disallowed?: {
271
+ [x: string]: Lowercase<string>[];
272
+ } | undefined;
273
+ } | undefined;
274
+ readonly sign?: boolean | undefined;
275
+ readonly storeQueries?: boolean | undefined;
276
+ readonly timestamp?: boolean | undefined;
277
+ }>>, import("./EventData.ts").BridgeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
53
278
  };
54
279
  export declare const asBridgeInstance: {
55
- <TType extends BridgeInstance<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
56
- client?: import("./Config.ts").BridgeClientConfig | undefined;
57
- discoverRoots?: "start" | "lazy";
58
- host?: import("./Config.ts").BridgeHostConfig | undefined;
59
- schema: "network.xyo.bridge.config";
60
- }, "schema"> & {
61
- schema: "network.xyo.bridge.config";
62
- }, "schema"> & {
63
- schema: string;
64
- }>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
65
- <TType extends BridgeInstance<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
66
- client?: import("./Config.ts").BridgeClientConfig | undefined;
67
- discoverRoots?: "start" | "lazy";
68
- host?: import("./Config.ts").BridgeHostConfig | undefined;
69
- schema: "network.xyo.bridge.config";
70
- }, "schema"> & {
71
- schema: "network.xyo.bridge.config";
72
- }, "schema"> & {
73
- schema: string;
74
- }>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<BridgeInstance<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
75
- client?: import("./Config.ts").BridgeClientConfig | undefined;
76
- discoverRoots?: "start" | "lazy";
77
- host?: import("./Config.ts").BridgeHostConfig | undefined;
78
- schema: "network.xyo.bridge.config";
79
- }, "schema"> & {
80
- schema: "network.xyo.bridge.config";
81
- }, "schema"> & {
82
- schema: string;
83
- }>, import("./EventData.ts").BridgeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
280
+ <TType extends BridgeInstance<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
281
+ schema: import("@xyo-network/payload-model").Schema;
282
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
283
+ client?: {
284
+ cache?: true | {
285
+ max?: number | undefined;
286
+ maxSize?: number | undefined;
287
+ ttl?: number | undefined;
288
+ } | undefined;
289
+ discoverRoots?: "start" | "lazy" | undefined;
290
+ maxDepth?: number | undefined;
291
+ } | undefined;
292
+ discoverRoots?: "start" | "lazy" | undefined;
293
+ host?: {
294
+ cache?: true | {
295
+ max?: number | undefined;
296
+ maxSize?: number | undefined;
297
+ ttl?: number | undefined;
298
+ } | undefined;
299
+ maxDepth?: number | undefined;
300
+ } | undefined;
301
+ readonly archiving?: {
302
+ readonly archivists?: string[] | undefined;
303
+ readonly queries?: string[] | undefined;
304
+ } | undefined;
305
+ readonly allowedQueries?: string[] | undefined;
306
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
307
+ readonly certify?: boolean | undefined;
308
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
309
+ readonly labels?: {
310
+ [x: string]: string | undefined;
311
+ } | undefined;
312
+ readonly paging?: {
313
+ [x: string]: {
314
+ size?: number | undefined;
315
+ };
316
+ } | undefined;
317
+ readonly retry?: {
318
+ backoff?: number | undefined;
319
+ interval?: number | undefined;
320
+ retries?: number | undefined;
321
+ } | undefined;
322
+ readonly security?: {
323
+ readonly allowAnonymous?: boolean | undefined;
324
+ readonly allowed?: {
325
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
326
+ } | undefined;
327
+ readonly disallowed?: {
328
+ [x: string]: Lowercase<string>[];
329
+ } | undefined;
330
+ } | undefined;
331
+ readonly sign?: boolean | undefined;
332
+ readonly storeQueries?: boolean | undefined;
333
+ readonly timestamp?: boolean | undefined;
334
+ }>>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
335
+ <TType extends BridgeInstance<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
336
+ schema: import("@xyo-network/payload-model").Schema;
337
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
338
+ client?: {
339
+ cache?: true | {
340
+ max?: number | undefined;
341
+ maxSize?: number | undefined;
342
+ ttl?: number | undefined;
343
+ } | undefined;
344
+ discoverRoots?: "start" | "lazy" | undefined;
345
+ maxDepth?: number | undefined;
346
+ } | undefined;
347
+ discoverRoots?: "start" | "lazy" | undefined;
348
+ host?: {
349
+ cache?: true | {
350
+ max?: number | undefined;
351
+ maxSize?: number | undefined;
352
+ ttl?: number | undefined;
353
+ } | undefined;
354
+ maxDepth?: number | undefined;
355
+ } | undefined;
356
+ readonly archiving?: {
357
+ readonly archivists?: string[] | undefined;
358
+ readonly queries?: string[] | undefined;
359
+ } | undefined;
360
+ readonly allowedQueries?: string[] | undefined;
361
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
362
+ readonly certify?: boolean | undefined;
363
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
364
+ readonly labels?: {
365
+ [x: string]: string | undefined;
366
+ } | undefined;
367
+ readonly paging?: {
368
+ [x: string]: {
369
+ size?: number | undefined;
370
+ };
371
+ } | undefined;
372
+ readonly retry?: {
373
+ backoff?: number | undefined;
374
+ interval?: number | undefined;
375
+ retries?: number | undefined;
376
+ } | undefined;
377
+ readonly security?: {
378
+ readonly allowAnonymous?: boolean | undefined;
379
+ readonly allowed?: {
380
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
381
+ } | undefined;
382
+ readonly disallowed?: {
383
+ [x: string]: Lowercase<string>[];
384
+ } | undefined;
385
+ } | undefined;
386
+ readonly sign?: boolean | undefined;
387
+ readonly storeQueries?: boolean | undefined;
388
+ readonly timestamp?: boolean | undefined;
389
+ }>>, import("./EventData.ts").BridgeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<BridgeInstance<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
390
+ schema: import("@xyo-network/payload-model").Schema;
391
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
392
+ client?: {
393
+ cache?: true | {
394
+ max?: number | undefined;
395
+ maxSize?: number | undefined;
396
+ ttl?: number | undefined;
397
+ } | undefined;
398
+ discoverRoots?: "start" | "lazy" | undefined;
399
+ maxDepth?: number | undefined;
400
+ } | undefined;
401
+ discoverRoots?: "start" | "lazy" | undefined;
402
+ host?: {
403
+ cache?: true | {
404
+ max?: number | undefined;
405
+ maxSize?: number | undefined;
406
+ ttl?: number | undefined;
407
+ } | undefined;
408
+ maxDepth?: number | undefined;
409
+ } | undefined;
410
+ readonly archiving?: {
411
+ readonly archivists?: string[] | undefined;
412
+ readonly queries?: string[] | undefined;
413
+ } | undefined;
414
+ readonly allowedQueries?: string[] | undefined;
415
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
416
+ readonly certify?: boolean | undefined;
417
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
418
+ readonly labels?: {
419
+ [x: string]: string | undefined;
420
+ } | undefined;
421
+ readonly paging?: {
422
+ [x: string]: {
423
+ size?: number | undefined;
424
+ };
425
+ } | undefined;
426
+ readonly retry?: {
427
+ backoff?: number | undefined;
428
+ interval?: number | undefined;
429
+ retries?: number | undefined;
430
+ } | undefined;
431
+ readonly security?: {
432
+ readonly allowAnonymous?: boolean | undefined;
433
+ readonly allowed?: {
434
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
435
+ } | undefined;
436
+ readonly disallowed?: {
437
+ [x: string]: Lowercase<string>[];
438
+ } | undefined;
439
+ } | undefined;
440
+ readonly sign?: boolean | undefined;
441
+ readonly storeQueries?: boolean | undefined;
442
+ readonly timestamp?: boolean | undefined;
443
+ }>>, import("./EventData.ts").BridgeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
84
444
  };
85
- export declare const withBridgeModule: <R>(mod: any, closure: (mod: BridgeModule<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
86
- client?: import("./Config.ts").BridgeClientConfig | undefined;
87
- discoverRoots?: "start" | "lazy";
88
- host?: import("./Config.ts").BridgeHostConfig | undefined;
89
- schema: "network.xyo.bridge.config";
90
- }, "schema"> & {
91
- schema: "network.xyo.bridge.config";
92
- }, "schema"> & {
93
- schema: string;
94
- }>, import("./EventData.ts").BridgeModuleEventData>) => R) => R | undefined;
95
- export declare const withBridgeInstance: <R>(mod: any, closure: (mod: BridgeInstance<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
96
- client?: import("./Config.ts").BridgeClientConfig | undefined;
97
- discoverRoots?: "start" | "lazy";
98
- host?: import("./Config.ts").BridgeHostConfig | undefined;
99
- schema: "network.xyo.bridge.config";
100
- }, "schema"> & {
101
- schema: "network.xyo.bridge.config";
102
- }, "schema"> & {
103
- schema: string;
104
- }>, import("./EventData.ts").BridgeModuleEventData>) => R) => R | undefined;
445
+ export declare const withBridgeModule: <R>(mod: any, closure: (mod: BridgeModule<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
446
+ schema: import("@xyo-network/payload-model").Schema;
447
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
448
+ client?: {
449
+ cache?: true | {
450
+ max?: number | undefined;
451
+ maxSize?: number | undefined;
452
+ ttl?: number | undefined;
453
+ } | undefined;
454
+ discoverRoots?: "start" | "lazy" | undefined;
455
+ maxDepth?: number | undefined;
456
+ } | undefined;
457
+ discoverRoots?: "start" | "lazy" | undefined;
458
+ host?: {
459
+ cache?: true | {
460
+ max?: number | undefined;
461
+ maxSize?: number | undefined;
462
+ ttl?: number | undefined;
463
+ } | undefined;
464
+ maxDepth?: number | undefined;
465
+ } | undefined;
466
+ readonly archiving?: {
467
+ readonly archivists?: string[] | undefined;
468
+ readonly queries?: string[] | undefined;
469
+ } | undefined;
470
+ readonly allowedQueries?: string[] | undefined;
471
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
472
+ readonly certify?: boolean | undefined;
473
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
474
+ readonly labels?: {
475
+ [x: string]: string | undefined;
476
+ } | undefined;
477
+ readonly paging?: {
478
+ [x: string]: {
479
+ size?: number | undefined;
480
+ };
481
+ } | undefined;
482
+ readonly retry?: {
483
+ backoff?: number | undefined;
484
+ interval?: number | undefined;
485
+ retries?: number | undefined;
486
+ } | undefined;
487
+ readonly security?: {
488
+ readonly allowAnonymous?: boolean | undefined;
489
+ readonly allowed?: {
490
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
491
+ } | undefined;
492
+ readonly disallowed?: {
493
+ [x: string]: Lowercase<string>[];
494
+ } | undefined;
495
+ } | undefined;
496
+ readonly sign?: boolean | undefined;
497
+ readonly storeQueries?: boolean | undefined;
498
+ readonly timestamp?: boolean | undefined;
499
+ }>>, import("./EventData.ts").BridgeModuleEventData>) => R) => R | undefined;
500
+ export declare const withBridgeInstance: <R>(mod: any, closure: (mod: BridgeInstance<import("./Params.ts").BridgeParams<import("@xyo-network/payload-model").DeepRestrictToStringKeys<{
501
+ schema: import("@xyo-network/payload-model").Schema;
502
+ readonly name?: import("@xyo-network/module-model").ModuleName | undefined;
503
+ client?: {
504
+ cache?: true | {
505
+ max?: number | undefined;
506
+ maxSize?: number | undefined;
507
+ ttl?: number | undefined;
508
+ } | undefined;
509
+ discoverRoots?: "start" | "lazy" | undefined;
510
+ maxDepth?: number | undefined;
511
+ } | undefined;
512
+ discoverRoots?: "start" | "lazy" | undefined;
513
+ host?: {
514
+ cache?: true | {
515
+ max?: number | undefined;
516
+ maxSize?: number | undefined;
517
+ ttl?: number | undefined;
518
+ } | undefined;
519
+ maxDepth?: number | undefined;
520
+ } | undefined;
521
+ readonly archiving?: {
522
+ readonly archivists?: string[] | undefined;
523
+ readonly queries?: string[] | undefined;
524
+ } | undefined;
525
+ readonly allowedQueries?: string[] | undefined;
526
+ readonly archivist?: import("@xyo-network/module-model").ModuleIdentifier | undefined;
527
+ readonly certify?: boolean | undefined;
528
+ readonly consoleLogger?: import("@xylabs/logger").LogLevel | undefined;
529
+ readonly labels?: {
530
+ [x: string]: string | undefined;
531
+ } | undefined;
532
+ readonly paging?: {
533
+ [x: string]: {
534
+ size?: number | undefined;
535
+ };
536
+ } | undefined;
537
+ readonly retry?: {
538
+ backoff?: number | undefined;
539
+ interval?: number | undefined;
540
+ retries?: number | undefined;
541
+ } | undefined;
542
+ readonly security?: {
543
+ readonly allowAnonymous?: boolean | undefined;
544
+ readonly allowed?: {
545
+ [x: string]: (Lowercase<string> | Lowercase<string>[])[];
546
+ } | undefined;
547
+ readonly disallowed?: {
548
+ [x: string]: Lowercase<string>[];
549
+ } | undefined;
550
+ } | undefined;
551
+ readonly sign?: boolean | undefined;
552
+ readonly storeQueries?: boolean | undefined;
553
+ readonly timestamp?: boolean | undefined;
554
+ }>>, import("./EventData.ts").BridgeModuleEventData>) => R) => R | undefined;
105
555
  //# sourceMappingURL=typeChecks.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAG/C,eAAO,MAAM,gBAAgB;;;;;;;;;oDAG5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;oDAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;uEATS,iBAC/B,iCAAiC,gBAAoB;;;;;;;;;;uEAEb,iBAAiB;;;;;;;;;0EAIlC,gBAAoB;CAEoB,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;;;;;;;;uEAVO,iBAC/B,iCAAiC,gBAAoB;;;;;;;;;;uEAEb,iBAAiB;;;;;;;;;0EAIlC,gBAAoB;CAGwB,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;2EAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB;;;;;;;;;2EAAuC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAA;AACnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAG/C,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAG5B,CAAA;AACD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qDAAsG,CAAA;AAEjI,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEATS,iBAC/B,iCAAiC,gBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEAEb,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAIlC,gBAAoB;CAEoB,CAAA;AACpE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEAVO,iBAC/B,iCAAiC,gBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wEAEb,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2EAIlC,gBAAoB;CAGwB,CAAA;AACxE,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAqC,CAAA;AAClE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4EAAuC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/bridge-model",
3
- "version": "3.6.0-rc.5",
3
+ "version": "3.6.0-rc.6",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,14 +29,14 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/hex": "^4.4.14",
33
- "@xylabs/object": "^4.4.14",
34
- "@xylabs/promise": "^4.4.14",
35
- "@xylabs/typeof": "^4.4.14",
36
- "@xyo-network/boundwitness-model": "^3.6.0-rc.5",
37
- "@xyo-network/module-events": "^3.6.0-rc.5",
38
- "@xyo-network/module-model": "^3.6.0-rc.5",
39
- "@xyo-network/payload-model": "^3.6.0-rc.5"
32
+ "@xylabs/hex": "^4.4.15",
33
+ "@xylabs/object": "^4.4.15",
34
+ "@xylabs/promise": "^4.4.15",
35
+ "@xylabs/typeof": "^4.4.15",
36
+ "@xyo-network/boundwitness-model": "^3.6.0-rc.6",
37
+ "@xyo-network/module-events": "^3.6.0-rc.6",
38
+ "@xyo-network/module-model": "^3.6.0-rc.6",
39
+ "@xyo-network/payload-model": "^3.6.0-rc.6"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@xylabs/ts-scripts-yarn3": "^4.2.4",