@xyo-network/bridge-module-resolver 2.84.16 → 2.84.17

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.
@@ -23,12 +23,13 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
23
23
  get address(): string;
24
24
  get bridge(): BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
25
25
  accountDerivationPath?: string | undefined;
26
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
26
+ readonly archivist?: string | undefined;
27
27
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
28
  readonly name?: string | undefined;
29
29
  readonly paging?: Record<string, {
30
30
  size?: number | undefined;
31
31
  }> | undefined;
32
+ schema: "network.xyo.bridge.config";
32
33
  readonly security?: {
33
34
  readonly allowAnonymous?: boolean | undefined;
34
35
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -37,14 +38,15 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
37
38
  readonly sign?: boolean | undefined;
38
39
  readonly storeQueries?: boolean | undefined;
39
40
  readonly timestamp?: boolean | undefined;
40
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
41
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
41
42
  accountDerivationPath?: string | undefined;
42
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
43
+ readonly archivist?: string | undefined;
43
44
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
44
45
  readonly name?: string | undefined;
45
46
  readonly paging?: Record<string, {
46
47
  size?: number | undefined;
47
48
  }> | undefined;
49
+ schema: "network.xyo.bridge.config";
48
50
  readonly security?: {
49
51
  readonly allowAnonymous?: boolean | undefined;
50
52
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -53,12 +55,10 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
53
55
  readonly sign?: boolean | undefined;
54
56
  readonly storeQueries?: boolean | undefined;
55
57
  readonly timestamp?: boolean | undefined;
56
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
58
+ } & {
57
59
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
58
60
  maxDepth?: number | undefined;
59
61
  schema: "network.xyo.bridge.config";
60
- }, "schema"> & {
61
- schema: "network.xyo.bridge.config";
62
62
  }, "schema"> & {
63
63
  schema: string;
64
64
  }>, ModuleEventData<object>>;
@@ -23,12 +23,13 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
23
23
  get address(): string;
24
24
  get bridge(): BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
25
25
  accountDerivationPath?: string | undefined;
26
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
26
+ readonly archivist?: string | undefined;
27
27
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
28
  readonly name?: string | undefined;
29
29
  readonly paging?: Record<string, {
30
30
  size?: number | undefined;
31
31
  }> | undefined;
32
+ schema: "network.xyo.bridge.config";
32
33
  readonly security?: {
33
34
  readonly allowAnonymous?: boolean | undefined;
34
35
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -37,14 +38,15 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
37
38
  readonly sign?: boolean | undefined;
38
39
  readonly storeQueries?: boolean | undefined;
39
40
  readonly timestamp?: boolean | undefined;
40
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
41
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
41
42
  accountDerivationPath?: string | undefined;
42
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
43
+ readonly archivist?: string | undefined;
43
44
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
44
45
  readonly name?: string | undefined;
45
46
  readonly paging?: Record<string, {
46
47
  size?: number | undefined;
47
48
  }> | undefined;
49
+ schema: "network.xyo.bridge.config";
48
50
  readonly security?: {
49
51
  readonly allowAnonymous?: boolean | undefined;
50
52
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -53,12 +55,10 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
53
55
  readonly sign?: boolean | undefined;
54
56
  readonly storeQueries?: boolean | undefined;
55
57
  readonly timestamp?: boolean | undefined;
56
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
58
+ } & {
57
59
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
58
60
  maxDepth?: number | undefined;
59
61
  schema: "network.xyo.bridge.config";
60
- }, "schema"> & {
61
- schema: "network.xyo.bridge.config";
62
62
  }, "schema"> & {
63
63
  schema: string;
64
64
  }>, ModuleEventData<object>>;
@@ -23,12 +23,13 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
23
23
  get address(): string;
24
24
  get bridge(): BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
25
25
  accountDerivationPath?: string | undefined;
26
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
26
+ readonly archivist?: string | undefined;
27
27
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
28
  readonly name?: string | undefined;
29
29
  readonly paging?: Record<string, {
30
30
  size?: number | undefined;
31
31
  }> | undefined;
32
+ schema: "network.xyo.bridge.config";
32
33
  readonly security?: {
33
34
  readonly allowAnonymous?: boolean | undefined;
34
35
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -37,14 +38,15 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
37
38
  readonly sign?: boolean | undefined;
38
39
  readonly storeQueries?: boolean | undefined;
39
40
  readonly timestamp?: boolean | undefined;
40
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
41
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
41
42
  accountDerivationPath?: string | undefined;
42
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
43
+ readonly archivist?: string | undefined;
43
44
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
44
45
  readonly name?: string | undefined;
45
46
  readonly paging?: Record<string, {
46
47
  size?: number | undefined;
47
48
  }> | undefined;
49
+ schema: "network.xyo.bridge.config";
48
50
  readonly security?: {
49
51
  readonly allowAnonymous?: boolean | undefined;
50
52
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -53,12 +55,10 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
53
55
  readonly sign?: boolean | undefined;
54
56
  readonly storeQueries?: boolean | undefined;
55
57
  readonly timestamp?: boolean | undefined;
56
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
58
+ } & {
57
59
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
58
60
  maxDepth?: number | undefined;
59
61
  schema: "network.xyo.bridge.config";
60
- }, "schema"> & {
61
- schema: "network.xyo.bridge.config";
62
62
  }, "schema"> & {
63
63
  schema: string;
64
64
  }>, ModuleEventData<object>>;
@@ -23,12 +23,13 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
23
23
  get address(): string;
24
24
  get bridge(): BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
25
25
  accountDerivationPath?: string | undefined;
26
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
26
+ readonly archivist?: string | undefined;
27
27
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
28
  readonly name?: string | undefined;
29
29
  readonly paging?: Record<string, {
30
30
  size?: number | undefined;
31
31
  }> | undefined;
32
+ schema: "network.xyo.bridge.config";
32
33
  readonly security?: {
33
34
  readonly allowAnonymous?: boolean | undefined;
34
35
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -37,14 +38,15 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
37
38
  readonly sign?: boolean | undefined;
38
39
  readonly storeQueries?: boolean | undefined;
39
40
  readonly timestamp?: boolean | undefined;
40
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
41
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
41
42
  accountDerivationPath?: string | undefined;
42
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
43
+ readonly archivist?: string | undefined;
43
44
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
44
45
  readonly name?: string | undefined;
45
46
  readonly paging?: Record<string, {
46
47
  size?: number | undefined;
47
48
  }> | undefined;
49
+ schema: "network.xyo.bridge.config";
48
50
  readonly security?: {
49
51
  readonly allowAnonymous?: boolean | undefined;
50
52
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -53,12 +55,10 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
53
55
  readonly sign?: boolean | undefined;
54
56
  readonly storeQueries?: boolean | undefined;
55
57
  readonly timestamp?: boolean | undefined;
56
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
58
+ } & {
57
59
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
58
60
  maxDepth?: number | undefined;
59
61
  schema: "network.xyo.bridge.config";
60
- }, "schema"> & {
61
- schema: "network.xyo.bridge.config";
62
62
  }, "schema"> & {
63
63
  schema: string;
64
64
  }>, ModuleEventData<object>>;
@@ -23,12 +23,13 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
23
23
  get address(): string;
24
24
  get bridge(): BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
25
25
  accountDerivationPath?: string | undefined;
26
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
26
+ readonly archivist?: string | undefined;
27
27
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
28
  readonly name?: string | undefined;
29
29
  readonly paging?: Record<string, {
30
30
  size?: number | undefined;
31
31
  }> | undefined;
32
+ schema: "network.xyo.bridge.config";
32
33
  readonly security?: {
33
34
  readonly allowAnonymous?: boolean | undefined;
34
35
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -37,14 +38,15 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
37
38
  readonly sign?: boolean | undefined;
38
39
  readonly storeQueries?: boolean | undefined;
39
40
  readonly timestamp?: boolean | undefined;
40
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
41
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
41
42
  accountDerivationPath?: string | undefined;
42
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
43
+ readonly archivist?: string | undefined;
43
44
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
44
45
  readonly name?: string | undefined;
45
46
  readonly paging?: Record<string, {
46
47
  size?: number | undefined;
47
48
  }> | undefined;
49
+ schema: "network.xyo.bridge.config";
48
50
  readonly security?: {
49
51
  readonly allowAnonymous?: boolean | undefined;
50
52
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -53,12 +55,10 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
53
55
  readonly sign?: boolean | undefined;
54
56
  readonly storeQueries?: boolean | undefined;
55
57
  readonly timestamp?: boolean | undefined;
56
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
58
+ } & {
57
59
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
58
60
  maxDepth?: number | undefined;
59
61
  schema: "network.xyo.bridge.config";
60
- }, "schema"> & {
61
- schema: "network.xyo.bridge.config";
62
62
  }, "schema"> & {
63
63
  schema: string;
64
64
  }>, ModuleEventData<object>>;
@@ -23,12 +23,13 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
23
23
  get address(): string;
24
24
  get bridge(): BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
25
25
  accountDerivationPath?: string | undefined;
26
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
26
+ readonly archivist?: string | undefined;
27
27
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
28
28
  readonly name?: string | undefined;
29
29
  readonly paging?: Record<string, {
30
30
  size?: number | undefined;
31
31
  }> | undefined;
32
+ schema: "network.xyo.bridge.config";
32
33
  readonly security?: {
33
34
  readonly allowAnonymous?: boolean | undefined;
34
35
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -37,14 +38,15 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
37
38
  readonly sign?: boolean | undefined;
38
39
  readonly storeQueries?: boolean | undefined;
39
40
  readonly timestamp?: boolean | undefined;
40
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
41
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
41
42
  accountDerivationPath?: string | undefined;
42
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
43
+ readonly archivist?: string | undefined;
43
44
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
44
45
  readonly name?: string | undefined;
45
46
  readonly paging?: Record<string, {
46
47
  size?: number | undefined;
47
48
  }> | undefined;
49
+ schema: "network.xyo.bridge.config";
48
50
  readonly security?: {
49
51
  readonly allowAnonymous?: boolean | undefined;
50
52
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -53,12 +55,10 @@ export declare class ProxyModule extends BaseEmitter<ModuleParams, ModuleEventDa
53
55
  readonly sign?: boolean | undefined;
54
56
  readonly storeQueries?: boolean | undefined;
55
57
  readonly timestamp?: boolean | undefined;
56
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
58
+ } & {
57
59
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
58
60
  maxDepth?: number | undefined;
59
61
  schema: "network.xyo.bridge.config";
60
- }, "schema"> & {
61
- schema: "network.xyo.bridge.config";
62
62
  }, "schema"> & {
63
63
  schema: string;
64
64
  }>, ModuleEventData<object>>;
package/package.json CHANGED
@@ -14,25 +14,25 @@
14
14
  "@xylabs/error": "^2.13.20",
15
15
  "@xylabs/lodash": "^2.13.20",
16
16
  "@xylabs/promise": "^2.13.20",
17
- "@xyo-network/account-model": "~2.84.16",
18
- "@xyo-network/address-payload-plugin": "~2.84.16",
19
- "@xyo-network/archivist-model": "~2.84.16",
20
- "@xyo-network/archivist-wrapper": "~2.84.16",
21
- "@xyo-network/boundwitness-model": "~2.84.16",
22
- "@xyo-network/bridge-model": "~2.84.16",
23
- "@xyo-network/diviner": "~2.84.16",
24
- "@xyo-network/diviner-model": "~2.84.16",
25
- "@xyo-network/manifest-model": "~2.84.16",
26
- "@xyo-network/module-abstract": "~2.84.16",
27
- "@xyo-network/module-model": "~2.84.16",
28
- "@xyo-network/module-resolver": "~2.84.16",
29
- "@xyo-network/module-wrapper": "~2.84.16",
30
- "@xyo-network/node-model": "~2.84.16",
31
- "@xyo-network/node-wrapper": "~2.84.16",
32
- "@xyo-network/payload-model": "~2.84.16",
33
- "@xyo-network/sentinel": "~2.84.16",
34
- "@xyo-network/witness-model": "~2.84.16",
35
- "@xyo-network/witness-wrapper": "~2.84.16"
17
+ "@xyo-network/account-model": "~2.84.17",
18
+ "@xyo-network/address-payload-plugin": "~2.84.17",
19
+ "@xyo-network/archivist-model": "~2.84.17",
20
+ "@xyo-network/archivist-wrapper": "~2.84.17",
21
+ "@xyo-network/boundwitness-model": "~2.84.17",
22
+ "@xyo-network/bridge-model": "~2.84.17",
23
+ "@xyo-network/diviner": "~2.84.17",
24
+ "@xyo-network/diviner-model": "~2.84.17",
25
+ "@xyo-network/manifest-model": "~2.84.17",
26
+ "@xyo-network/module-abstract": "~2.84.17",
27
+ "@xyo-network/module-model": "~2.84.17",
28
+ "@xyo-network/module-resolver": "~2.84.17",
29
+ "@xyo-network/module-wrapper": "~2.84.17",
30
+ "@xyo-network/node-model": "~2.84.17",
31
+ "@xyo-network/node-wrapper": "~2.84.17",
32
+ "@xyo-network/payload-model": "~2.84.17",
33
+ "@xyo-network/sentinel": "~2.84.17",
34
+ "@xyo-network/witness-model": "~2.84.17",
35
+ "@xyo-network/witness-wrapper": "~2.84.17"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@xylabs/ts-scripts-yarn3": "^3.2.25",
@@ -78,6 +78,6 @@
78
78
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
79
79
  },
80
80
  "sideEffects": false,
81
- "version": "2.84.16",
81
+ "version": "2.84.17",
82
82
  "type": "module"
83
83
  }