@activepieces/shared
Advanced tools
Comparing version 0.10.71 to 0.10.72
{ | ||
"name": "@activepieces/shared", | ||
"version": "0.10.71", | ||
"version": "0.10.72", | ||
"type": "commonjs", | ||
@@ -9,5 +9,5 @@ "dependencies": { | ||
"semver": "7.5.4", | ||
"tslib": "2.6.2" | ||
"tslib": "1.14.1" | ||
}, | ||
"main": "./src/index.js" | ||
} |
@@ -10,2 +10,4 @@ import { Cursor } from '../../common/seek-page'; | ||
cursor: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>; | ||
createdAfter: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>; | ||
createdBefore: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>; | ||
}>; | ||
@@ -12,0 +14,0 @@ export type ListFlowRunsRequestQuery = Static<typeof ListFlowRunsRequestQuery> & { |
@@ -13,3 +13,5 @@ "use strict"; | ||
cursor: typebox_1.Type.Optional(typebox_1.Type.String({})), | ||
createdAfter: typebox_1.Type.Optional(typebox_1.Type.String({})), | ||
createdBefore: typebox_1.Type.Optional(typebox_1.Type.String({})), | ||
}); | ||
//# sourceMappingURL=list-flow-runs-request.js.map |
Sorry, the diff of this file is not supported yet
456709
6264
+ Addedtslib@1.14.1(transitive)
- Removedtslib@2.6.2(transitive)
Updatedtslib@1.14.1