@open-truss/open-truss
Advanced tools
Comparing version 0.24.0 to 0.25.0
@@ -18,2 +18,3 @@ "use strict"; | ||
failedReason: '', | ||
percentageComplete: 0, | ||
recordsReturned: 0, | ||
@@ -62,2 +63,3 @@ startedAt: null, | ||
failedReason: '', | ||
percentageComplete: 0, | ||
recordsReturned: 0, | ||
@@ -64,0 +66,0 @@ startedAt: null, |
@@ -45,2 +45,3 @@ export type UqiMappedType = 'String' | 'Number' | 'Boolean' | 'BigInt' | 'Date' | 'JSON'; | ||
failedReason: string | null; | ||
percentageComplete: number; | ||
recordsReturned: number; | ||
@@ -47,0 +48,0 @@ startedAt: Date | null; |
@@ -16,2 +16,3 @@ "use strict"; | ||
failedReason: null, | ||
percentageComplete: 0, | ||
recordsReturned: 0, | ||
@@ -18,0 +19,0 @@ startedAt: null, |
@@ -13,2 +13,3 @@ import createClient from './fake-client-uqi'; | ||
failedReason: '', | ||
percentageComplete: 0, | ||
recordsReturned: 0, | ||
@@ -57,2 +58,3 @@ startedAt: null, | ||
failedReason: '', | ||
percentageComplete: 0, | ||
recordsReturned: 0, | ||
@@ -59,0 +61,0 @@ startedAt: null, |
@@ -45,2 +45,3 @@ export type UqiMappedType = 'String' | 'Number' | 'Boolean' | 'BigInt' | 'Date' | 'JSON'; | ||
failedReason: string | null; | ||
percentageComplete: number; | ||
recordsReturned: number; | ||
@@ -47,0 +48,0 @@ startedAt: Date | null; |
@@ -10,2 +10,3 @@ import Iterator from './iterator'; | ||
failedReason: null, | ||
percentageComplete: 0, | ||
recordsReturned: 0, | ||
@@ -12,0 +13,0 @@ startedAt: null, |
{ | ||
"name": "@open-truss/open-truss", | ||
"version": "0.24.0", | ||
"version": "0.25.0", | ||
"description": "Framework for building internal tools", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -23,2 +23,3 @@ import { type UqiStatus } from '../uqi' | ||
failedReason: '', | ||
percentageComplete: 0, | ||
recordsReturned: 0, | ||
@@ -71,2 +72,3 @@ startedAt: null, | ||
failedReason: '', | ||
percentageComplete: 0, | ||
recordsReturned: 0, | ||
@@ -73,0 +75,0 @@ startedAt: null, |
@@ -70,2 +70,3 @@ import Iterator from './iterator' | ||
failedReason: string | null | ||
percentageComplete: number | ||
recordsReturned: number | ||
@@ -83,2 +84,3 @@ startedAt: Date | null | ||
failedReason: null, | ||
percentageComplete: 0, | ||
recordsReturned: 0, | ||
@@ -85,0 +87,0 @@ startedAt: null, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
425395
8504