@cypress/json-schemas
Advanced tools
Comparing version 5.23.1 to 5.24.0
@@ -357,3 +357,2 @@ "use strict"; | ||
var getRunResponseExample210 = Object.assign({}, getRunResponseExample200, { | ||
integrationFolder: '/Users/name/git/project/cypress/integration', | ||
instances: [instance_1.instanceExample210], | ||
@@ -366,6 +365,2 @@ commit: commit_1.commitExample110, | ||
properties: { | ||
integrationFolder: { | ||
type: ['string', 'null'], | ||
description: 'Integration folder', | ||
}, | ||
instances: { | ||
@@ -372,0 +367,0 @@ type: 'array', |
@@ -51,2 +51,3 @@ import { ObjectSchema } from '@cypress/schema-tools'; | ||
declare type InstanceExample210 = InstanceExample200 & { | ||
integrationFolder: string | null; | ||
estimatedWallClockDuration: number | null; | ||
@@ -53,0 +54,0 @@ parallelEnabled: boolean; |
@@ -283,2 +283,3 @@ "use strict"; | ||
var instanceExample210 = Object.assign({}, instanceExample200, { | ||
integrationFolder: '/Users/name/git/project/cypress/integration', | ||
estimatedWallClockDuration: 8382, | ||
@@ -293,2 +294,6 @@ parallelEnabled: true, | ||
properties: { | ||
integrationFolder: { | ||
type: ['string', 'null'], | ||
description: 'Integration folder', | ||
}, | ||
estimatedWallClockDuration: { | ||
@@ -295,0 +300,0 @@ type: ['integer', 'null'], |
@@ -82,2 +82,6 @@ "use strict"; | ||
}, | ||
estimatedWallClockDuration: { | ||
type: ['integer', 'null'], | ||
description: 'Estimated wall clock duration in milliseconds', | ||
}, | ||
}, | ||
@@ -92,4 +96,5 @@ required: [], | ||
claimedInstances: 7, | ||
estimatedWallClockDuration: 8382, | ||
}, | ||
}; | ||
exports.PostRunInstanceResponse = schema_tools_1.versionSchemas(PostRunInstanceResponse100, PostRunInstanceResponse200, PostRunInstanceResponse210); |
{ | ||
"name": "@cypress/json-schemas", | ||
"version": "5.23.1", | ||
"version": "5.24.0", | ||
"description": "Cypress JSON schemas", | ||
@@ -5,0 +5,0 @@ "main": "dist", |
108972
3152