@xyo-network/core 2.21.8 → 2.21.9

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,6 +9,7 @@ export interface XyoPayloadMetaBase {
9
9
  _timestamp: number;
10
10
  _sources?: XyoPayload[];
11
11
  _user_agent?: string;
12
+ _schemaValid?: boolean;
12
13
  }
13
14
  export interface XyoQueryPayloadMetaBase extends XyoPayloadMetaBase {
14
15
  _queryId: string;
package/package.json CHANGED
@@ -59,6 +59,6 @@
59
59
  },
60
60
  "sideEffects": true,
61
61
  "types": "dist/esm/index.d.ts",
62
- "version": "2.21.8",
62
+ "version": "2.21.9",
63
63
  "packageManager": "yarn@3.1.1"
64
64
  }
@@ -10,6 +10,7 @@ export interface XyoPayloadMetaBase {
10
10
  _timestamp: number
11
11
  _sources?: XyoPayload[]
12
12
  _user_agent?: string
13
+ _schemaValid?: boolean
13
14
  }
14
15
 
15
16
  export interface XyoQueryPayloadMetaBase extends XyoPayloadMetaBase {