@almadar/std 15.15.0 → 15.15.1
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.
- package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors/behaviors-registry.json +2913 -156
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors-registry.json +2913 -156
- package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/registry/app/atoms/std-application.orb +300 -188
- package/dist/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/registry/app/atoms/std-donor.orb +191 -156
- package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/registry/app/atoms/std-driver.orb +440 -202
- package/dist/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/registry/app/atoms/std-event.orb +309 -178
- package/dist/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/registry/app/atoms/std-lease.orb +411 -178
- package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/registry/app/atoms/std-matter.orb +415 -189
- package/dist/registry/app/atoms/std-membership.orb +387 -167
- package/dist/registry/app/atoms/std-menu.orb +232 -175
- package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/registry/app/atoms/std-segment.orb +173 -139
- package/dist/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/registry/app/atoms/std-trial.orb +401 -183
- package/dist/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-checkin",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-checkin — arrival check-in atom
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "std-checkin — arrival check-in atom (qr / geo). Exposes Scheduling/Booking knobs (bookingWindowDays, leadTimeMinutes, noShowGracePeriodMinutes, …).",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "CheckinOrbital",
|
|
@@ -264,8 +264,8 @@
|
|
|
264
264
|
"Checkin",
|
|
265
265
|
{
|
|
266
266
|
"emit": {
|
|
267
|
-
"
|
|
268
|
-
"
|
|
267
|
+
"success": "CheckinLoaded",
|
|
268
|
+
"failure": "CheckinLoadFailed"
|
|
269
269
|
}
|
|
270
270
|
}
|
|
271
271
|
],
|
|
@@ -273,22 +273,22 @@
|
|
|
273
273
|
"render-ui",
|
|
274
274
|
"main",
|
|
275
275
|
{
|
|
276
|
-
"direction": "vertical",
|
|
277
|
-
"align": "center",
|
|
278
276
|
"className": "py-12",
|
|
277
|
+
"align": "center",
|
|
278
|
+
"type": "stack",
|
|
279
279
|
"children": [
|
|
280
280
|
{
|
|
281
281
|
"type": "spinner"
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
|
-
"type": "typography",
|
|
285
|
-
"variant": "caption",
|
|
286
284
|
"content": "Loading check-ins…",
|
|
287
|
-
"
|
|
285
|
+
"variant": "caption",
|
|
286
|
+
"color": "muted",
|
|
287
|
+
"type": "typography"
|
|
288
288
|
}
|
|
289
289
|
],
|
|
290
|
-
"
|
|
291
|
-
"
|
|
290
|
+
"direction": "vertical",
|
|
291
|
+
"gap": "md"
|
|
292
292
|
}
|
|
293
293
|
]
|
|
294
294
|
]
|
|
@@ -306,25 +306,25 @@
|
|
|
306
306
|
"direction": "vertical",
|
|
307
307
|
"children": [
|
|
308
308
|
{
|
|
309
|
-
"direction": "horizontal",
|
|
310
|
-
"align": "center",
|
|
311
|
-
"type": "stack",
|
|
312
309
|
"gap": "sm",
|
|
310
|
+
"direction": "horizontal",
|
|
313
311
|
"children": [
|
|
314
312
|
{
|
|
315
313
|
"type": "icon",
|
|
316
314
|
"name": "map-pin"
|
|
317
315
|
},
|
|
318
316
|
{
|
|
319
|
-
"type": "typography",
|
|
320
317
|
"content": "@config.title",
|
|
321
|
-
"variant": "h3"
|
|
318
|
+
"variant": "h3",
|
|
319
|
+
"type": "typography"
|
|
322
320
|
}
|
|
323
|
-
]
|
|
321
|
+
],
|
|
322
|
+
"type": "stack",
|
|
323
|
+
"align": "center"
|
|
324
324
|
},
|
|
325
325
|
{
|
|
326
|
-
"cols": 4.0,
|
|
327
326
|
"type": "simple-grid",
|
|
327
|
+
"cols": 4.0,
|
|
328
328
|
"children": [
|
|
329
329
|
{
|
|
330
330
|
"icon": "map-pin",
|
|
@@ -333,21 +333,21 @@
|
|
|
333
333
|
"label": "Total check-ins"
|
|
334
334
|
},
|
|
335
335
|
{
|
|
336
|
+
"icon": "check-circle",
|
|
336
337
|
"value": "92%",
|
|
337
338
|
"label": "Verified",
|
|
338
|
-
"type": "stat-display"
|
|
339
|
-
"icon": "check-circle"
|
|
339
|
+
"type": "stat-display"
|
|
340
340
|
},
|
|
341
341
|
{
|
|
342
|
-
"label": "Today",
|
|
343
342
|
"type": "stat-display",
|
|
343
|
+
"label": "Today",
|
|
344
344
|
"value": "47",
|
|
345
345
|
"icon": "calendar"
|
|
346
346
|
},
|
|
347
347
|
{
|
|
348
|
-
"icon": "globe",
|
|
349
348
|
"type": "stat-display",
|
|
350
349
|
"value": "18",
|
|
350
|
+
"icon": "globe",
|
|
351
351
|
"label": "Sites covered"
|
|
352
352
|
}
|
|
353
353
|
]
|
|
@@ -356,12 +356,12 @@
|
|
|
356
356
|
"type": "divider"
|
|
357
357
|
},
|
|
358
358
|
{
|
|
359
|
-
"fields": "@config.fields",
|
|
360
|
-
"itemActions": "@config.itemActions",
|
|
361
359
|
"entity": "@payload.data",
|
|
362
|
-
"
|
|
360
|
+
"gap": "sm",
|
|
363
361
|
"type": "data-grid",
|
|
364
|
-
"
|
|
362
|
+
"cols": 1.0,
|
|
363
|
+
"fields": "@config.fields",
|
|
364
|
+
"itemActions": "@config.itemActions"
|
|
365
365
|
}
|
|
366
366
|
],
|
|
367
367
|
"gap": "md"
|
|
@@ -379,8 +379,8 @@
|
|
|
379
379
|
"main",
|
|
380
380
|
{
|
|
381
381
|
"message": "@payload.error",
|
|
382
|
-
"
|
|
383
|
-
"
|
|
382
|
+
"type": "alert",
|
|
383
|
+
"variant": "error"
|
|
384
384
|
}
|
|
385
385
|
]
|
|
386
386
|
]
|
|
@@ -444,15 +444,13 @@
|
|
|
444
444
|
"render-ui",
|
|
445
445
|
"main",
|
|
446
446
|
{
|
|
447
|
-
"direction": "vertical",
|
|
448
|
-
"type": "stack",
|
|
449
447
|
"children": [
|
|
450
448
|
{
|
|
451
449
|
"children": [
|
|
452
450
|
{
|
|
453
|
-
"type": "button",
|
|
454
451
|
"label": "Back",
|
|
455
452
|
"variant": "ghost",
|
|
453
|
+
"type": "button",
|
|
456
454
|
"action": "CLOSE_VIEW"
|
|
457
455
|
},
|
|
458
456
|
{
|
|
@@ -465,24 +463,27 @@
|
|
|
465
463
|
"content": "@entity.targetId"
|
|
466
464
|
},
|
|
467
465
|
{
|
|
468
|
-
"
|
|
466
|
+
"label": "@entity.mode",
|
|
469
467
|
"type": "badge",
|
|
470
|
-
"
|
|
468
|
+
"variant": "primary"
|
|
471
469
|
}
|
|
472
470
|
],
|
|
471
|
+
"type": "stack",
|
|
473
472
|
"gap": "sm",
|
|
474
|
-
"direction": "horizontal",
|
|
475
473
|
"align": "center",
|
|
476
|
-
"
|
|
474
|
+
"direction": "horizontal"
|
|
477
475
|
},
|
|
478
476
|
{
|
|
479
477
|
"type": "divider"
|
|
480
478
|
},
|
|
481
479
|
{
|
|
482
480
|
"direction": "vertical",
|
|
483
|
-
"
|
|
481
|
+
"type": "stack",
|
|
484
482
|
"children": [
|
|
485
483
|
{
|
|
484
|
+
"gap": "md",
|
|
485
|
+
"type": "stack",
|
|
486
|
+
"direction": "horizontal",
|
|
486
487
|
"children": [
|
|
487
488
|
{
|
|
488
489
|
"type": "typography",
|
|
@@ -491,66 +492,61 @@
|
|
|
491
492
|
"color": "muted"
|
|
492
493
|
},
|
|
493
494
|
{
|
|
494
|
-
"variant": "body",
|
|
495
495
|
"content": "@entity.targetType",
|
|
496
|
+
"variant": "body",
|
|
496
497
|
"type": "typography"
|
|
497
498
|
}
|
|
498
|
-
]
|
|
499
|
-
"type": "stack",
|
|
500
|
-
"gap": "md",
|
|
501
|
-
"direction": "horizontal"
|
|
499
|
+
]
|
|
502
500
|
},
|
|
503
501
|
{
|
|
504
|
-
"type": "stack",
|
|
505
|
-
"direction": "horizontal",
|
|
506
502
|
"gap": "md",
|
|
503
|
+
"direction": "horizontal",
|
|
507
504
|
"children": [
|
|
508
505
|
{
|
|
509
|
-
"
|
|
510
|
-
"content": "User",
|
|
506
|
+
"color": "muted",
|
|
511
507
|
"type": "typography",
|
|
512
|
-
"
|
|
508
|
+
"variant": "caption",
|
|
509
|
+
"content": "User"
|
|
513
510
|
},
|
|
514
511
|
{
|
|
515
512
|
"type": "typography",
|
|
516
513
|
"content": "@entity.userId",
|
|
517
514
|
"variant": "body"
|
|
518
515
|
}
|
|
519
|
-
]
|
|
516
|
+
],
|
|
517
|
+
"type": "stack"
|
|
520
518
|
},
|
|
521
519
|
{
|
|
520
|
+
"direction": "horizontal",
|
|
521
|
+
"gap": "md",
|
|
522
|
+
"type": "stack",
|
|
522
523
|
"children": [
|
|
523
524
|
{
|
|
525
|
+
"type": "typography",
|
|
524
526
|
"variant": "caption",
|
|
525
527
|
"color": "muted",
|
|
526
|
-
"content": "QR code"
|
|
527
|
-
"type": "typography"
|
|
528
|
+
"content": "QR code"
|
|
528
529
|
},
|
|
529
530
|
{
|
|
530
531
|
"content": "@entity.qrCode",
|
|
531
|
-
"
|
|
532
|
-
"
|
|
532
|
+
"variant": "body",
|
|
533
|
+
"type": "typography"
|
|
533
534
|
}
|
|
534
|
-
]
|
|
535
|
-
"gap": "md",
|
|
536
|
-
"type": "stack",
|
|
537
|
-
"direction": "horizontal"
|
|
535
|
+
]
|
|
538
536
|
}
|
|
539
537
|
],
|
|
540
|
-
"
|
|
538
|
+
"gap": "sm"
|
|
541
539
|
},
|
|
542
540
|
{
|
|
543
541
|
"type": "divider"
|
|
544
542
|
},
|
|
545
543
|
{
|
|
546
|
-
"type": "simple-grid",
|
|
547
|
-
"cols": 3.0,
|
|
548
544
|
"children": [
|
|
549
545
|
{
|
|
550
|
-
"value": "@entity.lat",
|
|
551
|
-
"icon": "map",
|
|
552
546
|
"label": "Latitude",
|
|
553
|
-
"
|
|
547
|
+
"value": "@entity.lat",
|
|
548
|
+
"type": "stat-display",
|
|
549
|
+
"icon": "map"
|
|
554
550
|
},
|
|
555
551
|
{
|
|
556
552
|
"type": "stat-display",
|
|
@@ -559,40 +555,44 @@
|
|
|
559
555
|
"value": "@entity.lng"
|
|
560
556
|
},
|
|
561
557
|
{
|
|
562
|
-
"value": "@entity.checkedInAt",
|
|
563
558
|
"type": "stat-display",
|
|
564
559
|
"icon": "clock",
|
|
565
|
-
"label": "Checked in"
|
|
560
|
+
"label": "Checked in",
|
|
561
|
+
"value": "@entity.checkedInAt"
|
|
566
562
|
}
|
|
567
|
-
]
|
|
563
|
+
],
|
|
564
|
+
"cols": 3.0,
|
|
565
|
+
"type": "simple-grid"
|
|
568
566
|
},
|
|
569
567
|
{
|
|
570
568
|
"type": "stack",
|
|
571
|
-
"gap": "sm",
|
|
572
569
|
"direction": "horizontal",
|
|
570
|
+
"align": "center",
|
|
573
571
|
"children": [
|
|
574
572
|
{
|
|
573
|
+
"label": "Verify",
|
|
574
|
+
"variant": "primary",
|
|
575
575
|
"actionPayload": {
|
|
576
576
|
"id": "@entity.id"
|
|
577
577
|
},
|
|
578
|
-
"label": "Verify",
|
|
579
|
-
"type": "button",
|
|
580
578
|
"action": "VERIFY_CHECKIN",
|
|
581
|
-
"
|
|
579
|
+
"type": "button"
|
|
582
580
|
},
|
|
583
581
|
{
|
|
584
|
-
"label": "Revoke",
|
|
585
582
|
"action": "REVOKE_CHECKIN",
|
|
586
|
-
"
|
|
583
|
+
"label": "Revoke",
|
|
587
584
|
"actionPayload": {
|
|
588
585
|
"id": "@entity.id"
|
|
589
586
|
},
|
|
590
|
-
"variant": "danger"
|
|
587
|
+
"variant": "danger",
|
|
588
|
+
"type": "button"
|
|
591
589
|
}
|
|
592
590
|
],
|
|
593
|
-
"
|
|
591
|
+
"gap": "sm"
|
|
594
592
|
}
|
|
595
593
|
],
|
|
594
|
+
"type": "stack",
|
|
595
|
+
"direction": "vertical",
|
|
596
596
|
"gap": "md"
|
|
597
597
|
}
|
|
598
598
|
]
|
|
@@ -622,22 +622,22 @@
|
|
|
622
622
|
"render-ui",
|
|
623
623
|
"main",
|
|
624
624
|
{
|
|
625
|
-
"direction": "vertical",
|
|
626
|
-
"align": "center",
|
|
627
|
-
"className": "py-12",
|
|
628
625
|
"children": [
|
|
629
626
|
{
|
|
630
627
|
"type": "spinner"
|
|
631
628
|
},
|
|
632
629
|
{
|
|
633
630
|
"variant": "caption",
|
|
634
|
-
"type": "typography",
|
|
635
631
|
"content": "Revoking check-in…",
|
|
632
|
+
"type": "typography",
|
|
636
633
|
"color": "muted"
|
|
637
634
|
}
|
|
638
635
|
],
|
|
639
636
|
"gap": "md",
|
|
640
|
-
"
|
|
637
|
+
"direction": "vertical",
|
|
638
|
+
"type": "stack",
|
|
639
|
+
"align": "center",
|
|
640
|
+
"className": "py-12"
|
|
641
641
|
}
|
|
642
642
|
]
|
|
643
643
|
]
|
|
@@ -652,8 +652,8 @@
|
|
|
652
652
|
"Checkin",
|
|
653
653
|
{
|
|
654
654
|
"emit": {
|
|
655
|
-
"
|
|
656
|
-
"
|
|
655
|
+
"success": "CheckinLoaded",
|
|
656
|
+
"failure": "CheckinLoadFailed"
|
|
657
657
|
}
|
|
658
658
|
}
|
|
659
659
|
],
|
|
@@ -661,22 +661,22 @@
|
|
|
661
661
|
"render-ui",
|
|
662
662
|
"main",
|
|
663
663
|
{
|
|
664
|
+
"align": "center",
|
|
664
665
|
"children": [
|
|
665
666
|
{
|
|
666
667
|
"type": "spinner"
|
|
667
668
|
},
|
|
668
669
|
{
|
|
669
|
-
"
|
|
670
|
-
"color": "muted",
|
|
670
|
+
"type": "typography",
|
|
671
671
|
"variant": "caption",
|
|
672
|
-
"
|
|
672
|
+
"color": "muted",
|
|
673
|
+
"content": "Loading check-ins…"
|
|
673
674
|
}
|
|
674
675
|
],
|
|
676
|
+
"gap": "md",
|
|
675
677
|
"type": "stack",
|
|
676
|
-
"direction": "vertical",
|
|
677
|
-
"align": "center",
|
|
678
678
|
"className": "py-12",
|
|
679
|
-
"
|
|
679
|
+
"direction": "vertical"
|
|
680
680
|
}
|
|
681
681
|
]
|
|
682
682
|
]
|
|
@@ -696,8 +696,8 @@
|
|
|
696
696
|
"Checkin",
|
|
697
697
|
{
|
|
698
698
|
"emit": {
|
|
699
|
-
"
|
|
700
|
-
"
|
|
699
|
+
"failure": "CheckinLoadFailed",
|
|
700
|
+
"success": "CheckinLoaded"
|
|
701
701
|
}
|
|
702
702
|
}
|
|
703
703
|
],
|
|
@@ -705,21 +705,21 @@
|
|
|
705
705
|
"render-ui",
|
|
706
706
|
"main",
|
|
707
707
|
{
|
|
708
|
-
"direction": "vertical",
|
|
709
|
-
"gap": "md",
|
|
710
|
-
"align": "center",
|
|
711
|
-
"type": "stack",
|
|
712
708
|
"children": [
|
|
713
709
|
{
|
|
714
710
|
"type": "spinner"
|
|
715
711
|
},
|
|
716
712
|
{
|
|
717
|
-
"type": "typography",
|
|
718
|
-
"color": "muted",
|
|
719
713
|
"content": "Verifying check-in…",
|
|
720
|
-
"
|
|
714
|
+
"type": "typography",
|
|
715
|
+
"variant": "caption",
|
|
716
|
+
"color": "muted"
|
|
721
717
|
}
|
|
722
718
|
],
|
|
719
|
+
"align": "center",
|
|
720
|
+
"gap": "md",
|
|
721
|
+
"direction": "vertical",
|
|
722
|
+
"type": "stack",
|
|
723
723
|
"className": "py-12"
|
|
724
724
|
}
|
|
725
725
|
]
|
|
@@ -749,22 +749,22 @@
|
|
|
749
749
|
"render-ui",
|
|
750
750
|
"main",
|
|
751
751
|
{
|
|
752
|
-
"type": "stack",
|
|
753
752
|
"direction": "vertical",
|
|
754
|
-
"className": "py-12",
|
|
755
|
-
"gap": "md",
|
|
756
|
-
"align": "center",
|
|
757
753
|
"children": [
|
|
758
754
|
{
|
|
759
755
|
"type": "spinner"
|
|
760
756
|
},
|
|
761
757
|
{
|
|
762
|
-
"
|
|
763
|
-
"type": "typography",
|
|
758
|
+
"content": "Revoking check-in…",
|
|
764
759
|
"variant": "caption",
|
|
765
|
-
"
|
|
760
|
+
"color": "muted",
|
|
761
|
+
"type": "typography"
|
|
766
762
|
}
|
|
767
|
-
]
|
|
763
|
+
],
|
|
764
|
+
"gap": "md",
|
|
765
|
+
"className": "py-12",
|
|
766
|
+
"align": "center",
|
|
767
|
+
"type": "stack"
|
|
768
768
|
}
|
|
769
769
|
]
|
|
770
770
|
]
|
|
@@ -779,8 +779,8 @@
|
|
|
779
779
|
"Checkin",
|
|
780
780
|
{
|
|
781
781
|
"emit": {
|
|
782
|
-
"
|
|
783
|
-
"
|
|
782
|
+
"failure": "CheckinLoadFailed",
|
|
783
|
+
"success": "CheckinLoaded"
|
|
784
784
|
}
|
|
785
785
|
}
|
|
786
786
|
],
|
|
@@ -797,33 +797,19 @@
|
|
|
797
797
|
]
|
|
798
798
|
},
|
|
799
799
|
"config": {
|
|
800
|
-
"title": {
|
|
801
|
-
"type": "string",
|
|
802
|
-
"default": "Check-ins",
|
|
803
|
-
"label": "Section title",
|
|
804
|
-
"description": "Heading shown above the check-in list",
|
|
805
|
-
"tier": "customization"
|
|
806
|
-
},
|
|
807
|
-
"mode": {
|
|
808
|
-
"type": "string",
|
|
809
|
-
"default": "geo",
|
|
810
|
-
"label": "Check-in mode",
|
|
811
|
-
"description": "How attendees check in (geo location or QR code)",
|
|
812
|
-
"tier": "customization"
|
|
813
|
-
},
|
|
814
800
|
"itemActions": {
|
|
815
801
|
"type": "[ItemAction]",
|
|
816
802
|
"default": [
|
|
817
803
|
{
|
|
818
804
|
"label": "Open",
|
|
819
805
|
"event": "OPEN_CHECKIN",
|
|
820
|
-
"
|
|
821
|
-
"
|
|
806
|
+
"icon": "arrow-right",
|
|
807
|
+
"variant": "primary"
|
|
822
808
|
},
|
|
823
809
|
{
|
|
824
810
|
"label": "Revoke",
|
|
825
|
-
"
|
|
826
|
-
"
|
|
811
|
+
"event": "REVOKE_CHECKIN",
|
|
812
|
+
"variant": "danger"
|
|
827
813
|
}
|
|
828
814
|
],
|
|
829
815
|
"label": "Row actions",
|
|
@@ -832,41 +818,90 @@
|
|
|
832
818
|
"items": {
|
|
833
819
|
"type": "object",
|
|
834
820
|
"properties": {
|
|
835
|
-
"event": {
|
|
836
|
-
"name": "event",
|
|
837
|
-
"type": "string",
|
|
838
|
-
"required": true
|
|
839
|
-
},
|
|
840
821
|
"variant": {
|
|
841
822
|
"name": "variant",
|
|
842
823
|
"type": "string",
|
|
843
824
|
"required": false
|
|
844
825
|
},
|
|
826
|
+
"label": {
|
|
827
|
+
"name": "label",
|
|
828
|
+
"type": "string",
|
|
829
|
+
"required": true
|
|
830
|
+
},
|
|
845
831
|
"icon": {
|
|
846
832
|
"name": "icon",
|
|
847
833
|
"type": "string",
|
|
848
834
|
"required": false
|
|
849
835
|
},
|
|
850
|
-
"
|
|
851
|
-
"name": "
|
|
836
|
+
"event": {
|
|
837
|
+
"name": "event",
|
|
852
838
|
"type": "string",
|
|
853
839
|
"required": true
|
|
854
840
|
}
|
|
855
841
|
}
|
|
856
842
|
}
|
|
857
843
|
},
|
|
844
|
+
"title": {
|
|
845
|
+
"type": "string",
|
|
846
|
+
"default": "Check-ins",
|
|
847
|
+
"label": "Section title",
|
|
848
|
+
"description": "Heading shown above the check-in list",
|
|
849
|
+
"tier": "customization"
|
|
850
|
+
},
|
|
851
|
+
"leadTimeMinutes": {
|
|
852
|
+
"type": "number",
|
|
853
|
+
"default": 0.0,
|
|
854
|
+
"label": "Lead time (minutes)",
|
|
855
|
+
"description": "Minutes before scheduled arrival at which check-in is accepted.",
|
|
856
|
+
"tier": "customization"
|
|
857
|
+
},
|
|
858
|
+
"mode": {
|
|
859
|
+
"type": "string",
|
|
860
|
+
"default": "geo",
|
|
861
|
+
"label": "Check-in mode",
|
|
862
|
+
"description": "How attendees check in (geo location or QR code)",
|
|
863
|
+
"tier": "customization"
|
|
864
|
+
},
|
|
865
|
+
"bookingWindowDays": {
|
|
866
|
+
"type": "number",
|
|
867
|
+
"default": 1.0,
|
|
868
|
+
"label": "Booking window (days)",
|
|
869
|
+
"description": "How far in advance attendees can pre-register a check-in.",
|
|
870
|
+
"tier": "customization"
|
|
871
|
+
},
|
|
872
|
+
"rescheduleWindowHours": {
|
|
873
|
+
"type": "number",
|
|
874
|
+
"default": 24.0,
|
|
875
|
+
"label": "Reschedule window (hours)",
|
|
876
|
+
"description": "Hours during which an attendee can amend their pre-registered check-in.",
|
|
877
|
+
"tier": "customization"
|
|
878
|
+
},
|
|
879
|
+
"noShowGracePeriodMinutes": {
|
|
880
|
+
"type": "number",
|
|
881
|
+
"default": 15.0,
|
|
882
|
+
"label": "No-show grace (minutes)",
|
|
883
|
+
"description": "Minutes after the scheduled arrival window before a no-show is logged.",
|
|
884
|
+
"tier": "customization"
|
|
885
|
+
},
|
|
886
|
+
"maxReschedules": {
|
|
887
|
+
"type": "number",
|
|
888
|
+
"default": 2.0,
|
|
889
|
+
"label": "Max reschedules",
|
|
890
|
+
"description": "Hard cap on reschedule count per pre-registered check-in.",
|
|
891
|
+
"tier": "advanced"
|
|
892
|
+
},
|
|
858
893
|
"fields": {
|
|
859
894
|
"type": "[FieldSpec]",
|
|
860
895
|
"default": [
|
|
861
896
|
{
|
|
862
|
-
"label": "Type",
|
|
863
897
|
"variant": "badge",
|
|
898
|
+
"label": "Type",
|
|
864
899
|
"name": "targetType"
|
|
865
900
|
},
|
|
866
901
|
{
|
|
902
|
+
"name": "targetId",
|
|
867
903
|
"variant": "caption",
|
|
868
|
-
"label": "Target"
|
|
869
|
-
"name": "targetId"
|
|
904
|
+
"label": "Target"
|
|
870
905
|
},
|
|
871
906
|
{
|
|
872
907
|
"name": "userId",
|
|
@@ -874,9 +909,9 @@
|
|
|
874
909
|
"variant": "caption"
|
|
875
910
|
},
|
|
876
911
|
{
|
|
912
|
+
"label": "Mode",
|
|
877
913
|
"variant": "badge",
|
|
878
|
-
"name": "mode"
|
|
879
|
-
"label": "Mode"
|
|
914
|
+
"name": "mode"
|
|
880
915
|
},
|
|
881
916
|
{
|
|
882
917
|
"label": "When",
|
|
@@ -890,43 +925,72 @@
|
|
|
890
925
|
"items": {
|
|
891
926
|
"type": "object",
|
|
892
927
|
"properties": {
|
|
893
|
-
"
|
|
894
|
-
"name": "
|
|
928
|
+
"label": {
|
|
929
|
+
"name": "label",
|
|
895
930
|
"type": "string",
|
|
896
931
|
"required": false
|
|
897
932
|
},
|
|
898
|
-
"
|
|
899
|
-
"name": "
|
|
933
|
+
"format": {
|
|
934
|
+
"name": "format",
|
|
900
935
|
"type": "string",
|
|
901
|
-
"required":
|
|
936
|
+
"required": false
|
|
902
937
|
},
|
|
903
|
-
"
|
|
904
|
-
"name": "
|
|
938
|
+
"key": {
|
|
939
|
+
"name": "key",
|
|
905
940
|
"type": "string",
|
|
906
941
|
"required": false
|
|
907
942
|
},
|
|
908
|
-
"
|
|
909
|
-
"name": "
|
|
943
|
+
"header": {
|
|
944
|
+
"name": "header",
|
|
910
945
|
"type": "string",
|
|
911
946
|
"required": false
|
|
912
947
|
},
|
|
913
|
-
"
|
|
914
|
-
"name": "
|
|
948
|
+
"name": {
|
|
949
|
+
"name": "name",
|
|
915
950
|
"type": "string",
|
|
916
|
-
"required":
|
|
951
|
+
"required": true
|
|
917
952
|
},
|
|
918
|
-
"
|
|
919
|
-
"name": "
|
|
953
|
+
"icon": {
|
|
954
|
+
"name": "icon",
|
|
920
955
|
"type": "string",
|
|
921
956
|
"required": false
|
|
922
957
|
},
|
|
923
|
-
"
|
|
924
|
-
"name": "
|
|
958
|
+
"variant": {
|
|
959
|
+
"name": "variant",
|
|
925
960
|
"type": "string",
|
|
926
961
|
"required": false
|
|
927
962
|
}
|
|
928
963
|
}
|
|
929
964
|
}
|
|
965
|
+
},
|
|
966
|
+
"blackoutDates": {
|
|
967
|
+
"type": "[string]",
|
|
968
|
+
"default": [],
|
|
969
|
+
"label": "Blackout dates",
|
|
970
|
+
"description": "ISO dates blocked from check-in. Compose std-lifecycle to enforce.",
|
|
971
|
+
"tier": "customization",
|
|
972
|
+
"items": {
|
|
973
|
+
"type": "string"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
"bookingHours": {
|
|
977
|
+
"type": "string",
|
|
978
|
+
"default": "06:00-23:00",
|
|
979
|
+
"label": "Booking hours",
|
|
980
|
+
"description": "Daily window during which check-ins are accepted (HH:MM-HH:MM).",
|
|
981
|
+
"tier": "customization"
|
|
982
|
+
},
|
|
983
|
+
"cancellationPolicy": {
|
|
984
|
+
"type": "string",
|
|
985
|
+
"default": "free",
|
|
986
|
+
"label": "Cancellation policy",
|
|
987
|
+
"description": "Refund treatment when a pre-registered check-in is cancelled.",
|
|
988
|
+
"tier": "customization",
|
|
989
|
+
"values": [
|
|
990
|
+
"free",
|
|
991
|
+
"partial-refund",
|
|
992
|
+
"no-refund"
|
|
993
|
+
]
|
|
930
994
|
}
|
|
931
995
|
},
|
|
932
996
|
"scope": "collection"
|
|
@@ -945,4 +1009,4 @@
|
|
|
945
1009
|
]
|
|
946
1010
|
}
|
|
947
1011
|
]
|
|
948
|
-
}
|
|
1012
|
+
}
|