@xyo-network/bridge-wrapper 2.84.16 → 2.84.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,12 +9,13 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
9
9
  static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<BridgeInstance>;
10
10
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
11
11
  accountDerivationPath?: string | undefined;
12
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
12
+ readonly archivist?: string | undefined;
13
13
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
14
14
  readonly name?: string | undefined;
15
15
  readonly paging?: Record<string, {
16
16
  size?: number | undefined;
17
17
  }> | undefined;
18
+ schema: "network.xyo.bridge.config";
18
19
  readonly security?: {
19
20
  readonly allowAnonymous?: boolean | undefined;
20
21
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -23,14 +24,15 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
23
24
  readonly sign?: boolean | undefined;
24
25
  readonly storeQueries?: boolean | undefined;
25
26
  readonly timestamp?: boolean | undefined;
26
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
27
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
27
28
  accountDerivationPath?: string | undefined;
28
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
29
+ readonly archivist?: string | undefined;
29
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
30
31
  readonly name?: string | undefined;
31
32
  readonly paging?: Record<string, {
32
33
  size?: number | undefined;
33
34
  }> | undefined;
35
+ schema: "network.xyo.bridge.config";
34
36
  readonly security?: {
35
37
  readonly allowAnonymous?: boolean | undefined;
36
38
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -39,12 +41,10 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
39
41
  readonly sign?: boolean | undefined;
40
42
  readonly storeQueries?: boolean | undefined;
41
43
  readonly timestamp?: boolean | undefined;
42
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
44
+ } & {
43
45
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
44
46
  maxDepth?: number | undefined;
45
47
  schema: "network.xyo.bridge.config";
46
- }, "schema"> & {
47
- schema: "network.xyo.bridge.config";
48
48
  }, "schema"> & {
49
49
  schema: string;
50
50
  }>, import("@xyo-network/module-model").ModuleEventData<object>>>;
@@ -9,12 +9,13 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
9
9
  static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<BridgeInstance>;
10
10
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
11
11
  accountDerivationPath?: string | undefined;
12
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
12
+ readonly archivist?: string | undefined;
13
13
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
14
14
  readonly name?: string | undefined;
15
15
  readonly paging?: Record<string, {
16
16
  size?: number | undefined;
17
17
  }> | undefined;
18
+ schema: "network.xyo.bridge.config";
18
19
  readonly security?: {
19
20
  readonly allowAnonymous?: boolean | undefined;
20
21
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -23,14 +24,15 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
23
24
  readonly sign?: boolean | undefined;
24
25
  readonly storeQueries?: boolean | undefined;
25
26
  readonly timestamp?: boolean | undefined;
26
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
27
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
27
28
  accountDerivationPath?: string | undefined;
28
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
29
+ readonly archivist?: string | undefined;
29
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
30
31
  readonly name?: string | undefined;
31
32
  readonly paging?: Record<string, {
32
33
  size?: number | undefined;
33
34
  }> | undefined;
35
+ schema: "network.xyo.bridge.config";
34
36
  readonly security?: {
35
37
  readonly allowAnonymous?: boolean | undefined;
36
38
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -39,12 +41,10 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
39
41
  readonly sign?: boolean | undefined;
40
42
  readonly storeQueries?: boolean | undefined;
41
43
  readonly timestamp?: boolean | undefined;
42
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
44
+ } & {
43
45
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
44
46
  maxDepth?: number | undefined;
45
47
  schema: "network.xyo.bridge.config";
46
- }, "schema"> & {
47
- schema: "network.xyo.bridge.config";
48
48
  }, "schema"> & {
49
49
  schema: string;
50
50
  }>, import("@xyo-network/module-model").ModuleEventData<object>>>;
@@ -9,12 +9,13 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
9
9
  static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<BridgeInstance>;
10
10
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
11
11
  accountDerivationPath?: string | undefined;
12
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
12
+ readonly archivist?: string | undefined;
13
13
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
14
14
  readonly name?: string | undefined;
15
15
  readonly paging?: Record<string, {
16
16
  size?: number | undefined;
17
17
  }> | undefined;
18
+ schema: "network.xyo.bridge.config";
18
19
  readonly security?: {
19
20
  readonly allowAnonymous?: boolean | undefined;
20
21
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -23,14 +24,15 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
23
24
  readonly sign?: boolean | undefined;
24
25
  readonly storeQueries?: boolean | undefined;
25
26
  readonly timestamp?: boolean | undefined;
26
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
27
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
27
28
  accountDerivationPath?: string | undefined;
28
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
29
+ readonly archivist?: string | undefined;
29
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
30
31
  readonly name?: string | undefined;
31
32
  readonly paging?: Record<string, {
32
33
  size?: number | undefined;
33
34
  }> | undefined;
35
+ schema: "network.xyo.bridge.config";
34
36
  readonly security?: {
35
37
  readonly allowAnonymous?: boolean | undefined;
36
38
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -39,12 +41,10 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
39
41
  readonly sign?: boolean | undefined;
40
42
  readonly storeQueries?: boolean | undefined;
41
43
  readonly timestamp?: boolean | undefined;
42
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
44
+ } & {
43
45
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
44
46
  maxDepth?: number | undefined;
45
47
  schema: "network.xyo.bridge.config";
46
- }, "schema"> & {
47
- schema: "network.xyo.bridge.config";
48
48
  }, "schema"> & {
49
49
  schema: string;
50
50
  }>, import("@xyo-network/module-model").ModuleEventData<object>>>;
@@ -9,12 +9,13 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
9
9
  static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<BridgeInstance>;
10
10
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
11
11
  accountDerivationPath?: string | undefined;
12
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
12
+ readonly archivist?: string | undefined;
13
13
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
14
14
  readonly name?: string | undefined;
15
15
  readonly paging?: Record<string, {
16
16
  size?: number | undefined;
17
17
  }> | undefined;
18
+ schema: "network.xyo.bridge.config";
18
19
  readonly security?: {
19
20
  readonly allowAnonymous?: boolean | undefined;
20
21
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -23,14 +24,15 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
23
24
  readonly sign?: boolean | undefined;
24
25
  readonly storeQueries?: boolean | undefined;
25
26
  readonly timestamp?: boolean | undefined;
26
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
27
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
27
28
  accountDerivationPath?: string | undefined;
28
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
29
+ readonly archivist?: string | undefined;
29
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
30
31
  readonly name?: string | undefined;
31
32
  readonly paging?: Record<string, {
32
33
  size?: number | undefined;
33
34
  }> | undefined;
35
+ schema: "network.xyo.bridge.config";
34
36
  readonly security?: {
35
37
  readonly allowAnonymous?: boolean | undefined;
36
38
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -39,12 +41,10 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
39
41
  readonly sign?: boolean | undefined;
40
42
  readonly storeQueries?: boolean | undefined;
41
43
  readonly timestamp?: boolean | undefined;
42
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
44
+ } & {
43
45
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
44
46
  maxDepth?: number | undefined;
45
47
  schema: "network.xyo.bridge.config";
46
- }, "schema"> & {
47
- schema: "network.xyo.bridge.config";
48
48
  }, "schema"> & {
49
49
  schema: string;
50
50
  }>, import("@xyo-network/module-model").ModuleEventData<object>>>;
@@ -9,12 +9,13 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
9
9
  static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<BridgeInstance>;
10
10
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
11
11
  accountDerivationPath?: string | undefined;
12
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
12
+ readonly archivist?: string | undefined;
13
13
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
14
14
  readonly name?: string | undefined;
15
15
  readonly paging?: Record<string, {
16
16
  size?: number | undefined;
17
17
  }> | undefined;
18
+ schema: "network.xyo.bridge.config";
18
19
  readonly security?: {
19
20
  readonly allowAnonymous?: boolean | undefined;
20
21
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -23,14 +24,15 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
23
24
  readonly sign?: boolean | undefined;
24
25
  readonly storeQueries?: boolean | undefined;
25
26
  readonly timestamp?: boolean | undefined;
26
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
27
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
27
28
  accountDerivationPath?: string | undefined;
28
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
29
+ readonly archivist?: string | undefined;
29
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
30
31
  readonly name?: string | undefined;
31
32
  readonly paging?: Record<string, {
32
33
  size?: number | undefined;
33
34
  }> | undefined;
35
+ schema: "network.xyo.bridge.config";
34
36
  readonly security?: {
35
37
  readonly allowAnonymous?: boolean | undefined;
36
38
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -39,12 +41,10 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
39
41
  readonly sign?: boolean | undefined;
40
42
  readonly storeQueries?: boolean | undefined;
41
43
  readonly timestamp?: boolean | undefined;
42
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
44
+ } & {
43
45
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
44
46
  maxDepth?: number | undefined;
45
47
  schema: "network.xyo.bridge.config";
46
- }, "schema"> & {
47
- schema: "network.xyo.bridge.config";
48
48
  }, "schema"> & {
49
49
  schema: string;
50
50
  }>, import("@xyo-network/module-model").ModuleEventData<object>>>;
@@ -9,12 +9,13 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
9
9
  static instanceIdentityCheck: import("@xyo-network/object").TypeCheck<BridgeInstance>;
10
10
  static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<BridgeModule<import("@xyo-network/bridge-model").BridgeParams<import("@xyo-network/payload-model").SchemaFields & object & Omit<{
11
11
  accountDerivationPath?: string | undefined;
12
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
12
+ readonly archivist?: string | undefined;
13
13
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
14
14
  readonly name?: string | undefined;
15
15
  readonly paging?: Record<string, {
16
16
  size?: number | undefined;
17
17
  }> | undefined;
18
+ schema: "network.xyo.bridge.config";
18
19
  readonly security?: {
19
20
  readonly allowAnonymous?: boolean | undefined;
20
21
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -23,14 +24,15 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
23
24
  readonly sign?: boolean | undefined;
24
25
  readonly storeQueries?: boolean | undefined;
25
26
  readonly timestamp?: boolean | undefined;
26
- } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & Omit<{
27
+ } & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
27
28
  accountDerivationPath?: string | undefined;
28
- readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
29
+ readonly archivist?: string | undefined;
29
30
  readonly labels?: import("@xyo-network/module-model").Labels | undefined;
30
31
  readonly name?: string | undefined;
31
32
  readonly paging?: Record<string, {
32
33
  size?: number | undefined;
33
34
  }> | undefined;
35
+ schema: "network.xyo.bridge.config";
34
36
  readonly security?: {
35
37
  readonly allowAnonymous?: boolean | undefined;
36
38
  readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
@@ -39,12 +41,10 @@ export declare class BridgeWrapper<TWrappedModule extends BridgeModule = BridgeM
39
41
  readonly sign?: boolean | undefined;
40
42
  readonly storeQueries?: boolean | undefined;
41
43
  readonly timestamp?: boolean | undefined;
42
- } & import("@xyo-network/module-model").ArchivingModuleConfig & {
44
+ } & {
43
45
  discoverCache?: true | import("@xyo-network/bridge-model").CacheConfig | undefined;
44
46
  maxDepth?: number | undefined;
45
47
  schema: "network.xyo.bridge.config";
46
- }, "schema"> & {
47
- schema: "network.xyo.bridge.config";
48
48
  }, "schema"> & {
49
49
  schema: string;
50
50
  }>, import("@xyo-network/module-model").ModuleEventData<object>>>;
package/package.json CHANGED
@@ -12,12 +12,12 @@
12
12
  "dependencies": {
13
13
  "@xylabs/assert": "^2.13.20",
14
14
  "@xylabs/promise": "^2.13.20",
15
- "@xyo-network/boundwitness-model": "~2.84.16",
16
- "@xyo-network/bridge-model": "~2.84.16",
17
- "@xyo-network/manifest-model": "~2.84.16",
18
- "@xyo-network/module-model": "~2.84.16",
19
- "@xyo-network/module-wrapper": "~2.84.16",
20
- "@xyo-network/payload-model": "~2.84.16"
15
+ "@xyo-network/boundwitness-model": "~2.84.18",
16
+ "@xyo-network/bridge-model": "~2.84.18",
17
+ "@xyo-network/manifest-model": "~2.84.18",
18
+ "@xyo-network/module-model": "~2.84.18",
19
+ "@xyo-network/module-wrapper": "~2.84.18",
20
+ "@xyo-network/payload-model": "~2.84.18"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@xylabs/ts-scripts-yarn3": "^3.2.25",
@@ -63,6 +63,6 @@
63
63
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
64
64
  },
65
65
  "sideEffects": false,
66
- "version": "2.84.16",
66
+ "version": "2.84.18",
67
67
  "type": "module"
68
68
  }