@tillhub/schemas 6.447.2 → 6.448.0
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.
|
@@ -719,6 +719,11 @@ module.exports = {
|
|
|
719
719
|
description: 'URL of this account\'s dashboard',
|
|
720
720
|
type: 'string' // client default kDashboardUrl is 'https://dashboard.tillhub.com' or 'https://staging-dashboard.tillhub.com'
|
|
721
721
|
},
|
|
722
|
+
is_sso: oneOf({
|
|
723
|
+
description: 'It sets manually. When true, export emails use settings.dashboard.url as the dashboard base URL. Set manually for SSO merchants; not product-UI managed.',
|
|
724
|
+
type: 'boolean',
|
|
725
|
+
default: false
|
|
726
|
+
}),
|
|
722
727
|
navigation_after_creation: oneOf({
|
|
723
728
|
type: 'string',
|
|
724
729
|
enum: [
|