@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 +1 -1
- package/sdk/types.gen.d.ts +0 -6
- package/sdk/types.gen.ts +0 -6
- package/types.gen.d.ts +0 -6
- package/types.gen.ts +0 -6
package/package.json
CHANGED
package/sdk/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/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
|
*
|