@xyo-network/bowser-system-info-plugin 2.82.2 → 2.83.0
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/Plugin.d.cts +7 -7
- package/dist/browser/Plugin.d.mts +7 -7
- package/dist/browser/Plugin.d.ts +7 -7
- package/dist/browser/Witness.d.cts +1 -1
- package/dist/browser/Witness.d.mts +1 -1
- package/dist/browser/Witness.d.ts +1 -1
- package/dist/node/Plugin.d.cts +7 -7
- package/dist/node/Plugin.d.mts +7 -7
- package/dist/node/Plugin.d.ts +7 -7
- package/dist/node/Witness.d.cts +1 -1
- package/dist/node/Witness.d.mts +1 -1
- package/dist/node/Witness.d.ts +1 -1
- package/package.json +12 -12
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BowserSystemInfoWitness } from './Witness';
|
|
2
|
-
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/
|
|
2
|
+
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BowserSystemInfoWitness } from './Witness';
|
|
2
|
-
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/
|
|
2
|
+
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/browser/Plugin.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BowserSystemInfoWitness } from './Witness';
|
|
2
|
-
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/
|
|
2
|
+
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -12,7 +12,7 @@ export declare class BowserSystemInfoWitness<TParams extends BowserSystemInfoWit
|
|
|
12
12
|
bowser: Bowser.Parser.ParsedResult;
|
|
13
13
|
} & {
|
|
14
14
|
schema: string;
|
|
15
|
-
} & {
|
|
15
|
+
} & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
16
|
schema: "network.xyo.system.info.bowser";
|
|
17
17
|
})[];
|
|
18
18
|
}
|
|
@@ -12,7 +12,7 @@ export declare class BowserSystemInfoWitness<TParams extends BowserSystemInfoWit
|
|
|
12
12
|
bowser: Bowser.Parser.ParsedResult;
|
|
13
13
|
} & {
|
|
14
14
|
schema: string;
|
|
15
|
-
} & {
|
|
15
|
+
} & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
16
|
schema: "network.xyo.system.info.bowser";
|
|
17
17
|
})[];
|
|
18
18
|
}
|
|
@@ -12,7 +12,7 @@ export declare class BowserSystemInfoWitness<TParams extends BowserSystemInfoWit
|
|
|
12
12
|
bowser: Bowser.Parser.ParsedResult;
|
|
13
13
|
} & {
|
|
14
14
|
schema: string;
|
|
15
|
-
} & {
|
|
15
|
+
} & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
16
|
schema: "network.xyo.system.info.bowser";
|
|
17
17
|
})[];
|
|
18
18
|
}
|
package/dist/node/Plugin.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BowserSystemInfoWitness } from './Witness';
|
|
2
|
-
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/
|
|
2
|
+
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/node/Plugin.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BowserSystemInfoWitness } from './Witness';
|
|
2
|
-
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/
|
|
2
|
+
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BowserSystemInfoWitness } from './Witness';
|
|
2
|
-
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/
|
|
2
|
+
export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<BowserSystemInfoWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const BowserSystemInfoPlugin: () => import("@xyo-network/payloads
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.system.info.witness.bowser.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/node/Witness.d.cts
CHANGED
|
@@ -12,7 +12,7 @@ export declare class BowserSystemInfoWitness<TParams extends BowserSystemInfoWit
|
|
|
12
12
|
bowser: Bowser.Parser.ParsedResult;
|
|
13
13
|
} & {
|
|
14
14
|
schema: string;
|
|
15
|
-
} & {
|
|
15
|
+
} & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
16
|
schema: "network.xyo.system.info.bowser";
|
|
17
17
|
})[];
|
|
18
18
|
}
|
package/dist/node/Witness.d.mts
CHANGED
|
@@ -12,7 +12,7 @@ export declare class BowserSystemInfoWitness<TParams extends BowserSystemInfoWit
|
|
|
12
12
|
bowser: Bowser.Parser.ParsedResult;
|
|
13
13
|
} & {
|
|
14
14
|
schema: string;
|
|
15
|
-
} & {
|
|
15
|
+
} & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
16
|
schema: "network.xyo.system.info.bowser";
|
|
17
17
|
})[];
|
|
18
18
|
}
|
package/dist/node/Witness.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare class BowserSystemInfoWitness<TParams extends BowserSystemInfoWit
|
|
|
12
12
|
bowser: Bowser.Parser.ParsedResult;
|
|
13
13
|
} & {
|
|
14
14
|
schema: string;
|
|
15
|
-
} & {
|
|
15
|
+
} & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
16
|
schema: "network.xyo.system.info.bowser";
|
|
17
17
|
})[];
|
|
18
18
|
}
|
package/package.json
CHANGED
|
@@ -11,23 +11,23 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/lodash": "^2.13.20",
|
|
14
|
-
"@xyo-network/abstract-witness": "^2.
|
|
15
|
-
"@xyo-network/bowser-system-info-payload-plugin": "~2.
|
|
16
|
-
"@xyo-network/module-model": "^2.
|
|
17
|
-
"@xyo-network/payload-model": "^2.
|
|
18
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
19
|
-
"@xyo-network/witness-model": "^2.
|
|
14
|
+
"@xyo-network/abstract-witness": "^2.83.2",
|
|
15
|
+
"@xyo-network/bowser-system-info-payload-plugin": "~2.83.0",
|
|
16
|
+
"@xyo-network/module-model": "^2.83.2",
|
|
17
|
+
"@xyo-network/payload-model": "^2.83.2",
|
|
18
|
+
"@xyo-network/payloadset-plugin": "^2.83.2",
|
|
19
|
+
"@xyo-network/witness-model": "^2.83.2",
|
|
20
20
|
"bowser": "^2.11.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@xylabs/ts-scripts-yarn3": "^3.2.10",
|
|
24
24
|
"@xylabs/tsconfig-dom": "^3.2.10",
|
|
25
25
|
"@xylabs/tsconfig-dom-jest": "^3.2.10",
|
|
26
|
-
"@xyo-network/account": "^2.
|
|
27
|
-
"@xyo-network/payload-validator": "^2.
|
|
28
|
-
"@xyo-network/payload-wrapper": "^2.
|
|
29
|
-
"@xyo-network/schema-name-validator": "^2.
|
|
30
|
-
"typescript": "^5.3.
|
|
26
|
+
"@xyo-network/account": "^2.83.2",
|
|
27
|
+
"@xyo-network/payload-validator": "^2.83.2",
|
|
28
|
+
"@xyo-network/payload-wrapper": "^2.83.2",
|
|
29
|
+
"@xyo-network/schema-name-validator": "^2.83.2",
|
|
30
|
+
"typescript": "^5.3.3"
|
|
31
31
|
},
|
|
32
32
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
33
33
|
"exports": {
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
|
-
"version": "2.
|
|
72
|
+
"version": "2.83.0"
|
|
73
73
|
}
|