@tillhub/schemas 6.447.1 → 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: [
|
|
@@ -160,6 +160,12 @@ const data = {
|
|
|
160
160
|
type: 'string',
|
|
161
161
|
format: 'uuid'
|
|
162
162
|
},
|
|
163
|
+
integration_partner_id: {
|
|
164
|
+
description: 'Integration partner UUID for remote ordering transactions',
|
|
165
|
+
example: '59423b03-eb63-48c2-b427-9134e5e1bf0f',
|
|
166
|
+
type: ['string', 'null'],
|
|
167
|
+
format: 'uuid'
|
|
168
|
+
},
|
|
163
169
|
merchant_receipt: {
|
|
164
170
|
description: 'The merchant receipt multiline text',
|
|
165
171
|
example: 'Zweitschrift,\nelektronisches Aufzeichnungssystem',
|