@robosystems/client 0.5.0 → 0.5.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robosystems/client",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "TypeScript client library for RoboSystems Financial Knowledge Graph API",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -6552,12 +6552,6 @@ export type MaterializeOp = {
6552
6552
  * Rebuild the graph from scratch, dropping existing data
6553
6553
  */
6554
6554
  rebuild?: boolean;
6555
- /**
6556
- * Ignore Errors
6557
- *
6558
- * Continue past non-fatal row errors
6559
- */
6560
- ignore_errors?: boolean;
6561
6555
  /**
6562
6556
  * Dry Run
6563
6557
  *
package/sdk/types.gen.ts CHANGED
@@ -6711,12 +6711,6 @@ export type MaterializeOp = {
6711
6711
  * Rebuild the graph from scratch, dropping existing data
6712
6712
  */
6713
6713
  rebuild?: boolean;
6714
- /**
6715
- * Ignore Errors
6716
- *
6717
- * Continue past non-fatal row errors
6718
- */
6719
- ignore_errors?: boolean;
6720
6714
  /**
6721
6715
  * Dry Run
6722
6716
  *
package/types.gen.d.ts CHANGED
@@ -6552,12 +6552,6 @@ export type MaterializeOp = {
6552
6552
  * Rebuild the graph from scratch, dropping existing data
6553
6553
  */
6554
6554
  rebuild?: boolean;
6555
- /**
6556
- * Ignore Errors
6557
- *
6558
- * Continue past non-fatal row errors
6559
- */
6560
- ignore_errors?: boolean;
6561
6555
  /**
6562
6556
  * Dry Run
6563
6557
  *
package/types.gen.ts CHANGED
@@ -6711,12 +6711,6 @@ export type MaterializeOp = {
6711
6711
  * Rebuild the graph from scratch, dropping existing data
6712
6712
  */
6713
6713
  rebuild?: boolean;
6714
- /**
6715
- * Ignore Errors
6716
- *
6717
- * Continue past non-fatal row errors
6718
- */
6719
- ignore_errors?: boolean;
6720
6714
  /**
6721
6715
  * Dry Run
6722
6716
  *