@xyo-network/tzero-stock-market-payload-plugin 3.2.5 → 3.2.7
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.
|
@@ -29,7 +29,7 @@ export type Snapshot = Payload<SnapshotFields, SnapshotSchema>;
|
|
|
29
29
|
/**
|
|
30
30
|
* Identity function for determine if an object is a Snapshot
|
|
31
31
|
*/
|
|
32
|
-
export declare const isSnapshot: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
32
|
+
export declare const isSnapshot: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.34-27ae09e94d/package").DeepRestrictToStringKeys<{
|
|
33
33
|
schema: import("@xyo-network/payload-model").Schema;
|
|
34
34
|
askPrice: number | null;
|
|
35
35
|
askPriceRate: number | null;
|
|
@@ -52,7 +52,7 @@ export declare const isSnapshot: (x?: unknown | null) => x is import(".store/@xy
|
|
|
52
52
|
/**
|
|
53
53
|
* Identity function for determine if an object is a Snapshot with sources
|
|
54
54
|
*/
|
|
55
|
-
export declare const isSnapshotWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
55
|
+
export declare const isSnapshotWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.34-27ae09e94d/package").DeepRestrictToStringKeys<{
|
|
56
56
|
schema: import("@xyo-network/payload-model").Schema;
|
|
57
57
|
askPrice: number | null;
|
|
58
58
|
askPriceRate: number | null;
|
|
@@ -29,7 +29,7 @@ export type Snapshot = Payload<SnapshotFields, SnapshotSchema>;
|
|
|
29
29
|
/**
|
|
30
30
|
* Identity function for determine if an object is a Snapshot
|
|
31
31
|
*/
|
|
32
|
-
export declare const isSnapshot: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
32
|
+
export declare const isSnapshot: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.34-27ae09e94d/package").DeepRestrictToStringKeys<{
|
|
33
33
|
schema: import("@xyo-network/payload-model").Schema;
|
|
34
34
|
askPrice: number | null;
|
|
35
35
|
askPriceRate: number | null;
|
|
@@ -52,7 +52,7 @@ export declare const isSnapshot: (x?: unknown | null) => x is import(".store/@xy
|
|
|
52
52
|
/**
|
|
53
53
|
* Identity function for determine if an object is a Snapshot with sources
|
|
54
54
|
*/
|
|
55
|
-
export declare const isSnapshotWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
55
|
+
export declare const isSnapshotWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.34-27ae09e94d/package").DeepRestrictToStringKeys<{
|
|
56
56
|
schema: import("@xyo-network/payload-model").Schema;
|
|
57
57
|
askPrice: number | null;
|
|
58
58
|
askPriceRate: number | null;
|
|
@@ -29,7 +29,7 @@ export type Snapshot = Payload<SnapshotFields, SnapshotSchema>;
|
|
|
29
29
|
/**
|
|
30
30
|
* Identity function for determine if an object is a Snapshot
|
|
31
31
|
*/
|
|
32
|
-
export declare const isSnapshot: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.
|
|
32
|
+
export declare const isSnapshot: (x?: unknown | null) => x is import(".store/@xylabs-object-npm-4.4.34-27ae09e94d/package").DeepRestrictToStringKeys<{
|
|
33
33
|
schema: import("@xyo-network/payload-model").Schema;
|
|
34
34
|
askPrice: number | null;
|
|
35
35
|
askPriceRate: number | null;
|
|
@@ -52,7 +52,7 @@ export declare const isSnapshot: (x?: unknown | null) => x is import(".store/@xy
|
|
|
52
52
|
/**
|
|
53
53
|
* Identity function for determine if an object is a Snapshot with sources
|
|
54
54
|
*/
|
|
55
|
-
export declare const isSnapshotWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.
|
|
55
|
+
export declare const isSnapshotWithSources: (x?: unknown | null) => x is import("@xyo-network/payload-model").WithSources<import(".store/@xylabs-object-npm-4.4.34-27ae09e94d/package").DeepRestrictToStringKeys<{
|
|
56
56
|
schema: import("@xyo-network/payload-model").Schema;
|
|
57
57
|
askPrice: number | null;
|
|
58
58
|
askPriceRate: number | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/tzero-stock-market-payload-plugin",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.7",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/payload-model": "^3.6.
|
|
32
|
+
"@xyo-network/payload-model": "^3.6.9"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@xylabs/ts-scripts-yarn3": "^4.2.6",
|