@lighthouse/sdk
Advanced tools
Comparing version 10.0.0 to 10.1.0-beta-1
@@ -30,4 +30,11 @@ import { isEmail, isRequired } from '../../validation'; | ||
placeholder: 'Select Location' | ||
}, | ||
autoStartShift: { | ||
label: 'Start Shift', | ||
name: 'preferences.autoStartShift', | ||
required: true, | ||
placeholder: 'Select Shift type', | ||
validate: [isRequired()] | ||
} | ||
}; | ||
//# sourceMappingURL=schema.js.map |
import { get } from 'lodash'; | ||
import { onError, onSuccess } from '../../analytics/helpers'; | ||
var category = 'Forms (Audits)'; | ||
var category = 'Templates (Audits)'; | ||
@@ -6,0 +6,0 @@ export var saveError = onError({ category: category, action: 'Save Error' }); |
@@ -56,3 +56,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
shifts: require('./shifts'), | ||
loopServicing: require('./loop-servicing') | ||
loopServicing: require('./loop-servicing'), | ||
content: require('./content'), | ||
jobs: require('./jobs'), | ||
jobActivities: require('./job-activities') | ||
}; | ||
@@ -94,3 +97,6 @@ | ||
loopServicing: recycleState(modules.loopServicing.reducer, defaultRecycleActions), | ||
shifts: recycleState(modules.shifts.reducer, defaultRecycleActions) | ||
shifts: recycleState(modules.shifts.reducer, defaultRecycleActions), | ||
content: recycleState(modules.content.reducer, defaultRecycleActions), | ||
jobs: recycleState(modules.jobs.reducer, defaultRecycleActions), | ||
jobActivities: recycleState(modules.jobActivities.reducer, defaultRecycleActions) | ||
}; | ||
@@ -97,0 +103,0 @@ |
@@ -1,2 +0,1 @@ | ||
import { get } from 'lodash'; | ||
import { onError, onSetListFilters, onSuccess } from '../../analytics/helpers'; | ||
@@ -3,0 +2,0 @@ |
import { get } from 'lodash'; | ||
import { onError, onSuccess } from '../../analytics/helpers'; | ||
var category = 'Forms (Tasks)'; | ||
var category = 'Templates (Tasks)'; | ||
@@ -6,0 +6,0 @@ export var saveError = onError({ category: category, action: 'Save Error' }); |
import { get } from 'lodash'; | ||
import { onError, onSuccess } from '../../analytics/helpers'; | ||
var category = 'Forms (Templates)'; | ||
var category = 'Templates (Forms)'; | ||
@@ -6,0 +6,0 @@ export var saveError = onError({ category: category, action: 'Save Error' }); |
{ | ||
"name": "@lighthouse/sdk", | ||
"version": "10.0.0", | ||
"version": "10.1.0-beta-1", | ||
"description": "Lighthouse.io SDK for JavaScript applications", | ||
@@ -5,0 +5,0 @@ "main": "lighthouse-sdk.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
5543936
238
62231
2