@almadar/std 14.24.0 → 14.25.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors/behaviors-registry.json +4 -684
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors-registry.json +4 -684
- package/package.json +1 -1
|
@@ -134,10 +134,10 @@
|
|
|
134
134
|
"name": "WorkOrderAppLayout",
|
|
135
135
|
"config": {
|
|
136
136
|
"notifications": [],
|
|
137
|
-
"appName": "Field Service",
|
|
138
137
|
"notificationClickEvent": "WORK_ORDER_NOTIFICATIONS_OPEN",
|
|
139
|
-
"contentTrait": "@trait.WorkOrderCatalog",
|
|
140
138
|
"searchEvent": "WORK_ORDER_SEARCH",
|
|
139
|
+
"contentTrait": "@trait.WorkOrderCatalog",
|
|
140
|
+
"appName": "Field Service",
|
|
141
141
|
"navItems": [
|
|
142
142
|
{
|
|
143
143
|
"icon": "clipboard-list",
|
|
@@ -145,14 +145,14 @@
|
|
|
145
145
|
"href": "/workorders"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
|
-
"
|
|
148
|
+
"href": "/technicians",
|
|
149
149
|
"label": "Technicians",
|
|
150
|
-
"
|
|
150
|
+
"icon": "hard-hat"
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
|
+
"label": "Check In",
|
|
153
154
|
"icon": "map-pin",
|
|
154
|
-
"href": "/jobs/checkin"
|
|
155
|
-
"label": "Check In"
|
|
155
|
+
"href": "/jobs/checkin"
|
|
156
156
|
}
|
|
157
157
|
]
|
|
158
158
|
},
|
|
@@ -241,46 +241,49 @@
|
|
|
241
241
|
"render-ui",
|
|
242
242
|
"main",
|
|
243
243
|
{
|
|
244
|
+
"type": "stack",
|
|
245
|
+
"gap": "lg",
|
|
246
|
+
"direction": "vertical",
|
|
244
247
|
"children": [
|
|
245
248
|
{
|
|
246
|
-
"direction": "horizontal",
|
|
247
249
|
"align": "center",
|
|
248
|
-
"gap": "md",
|
|
249
|
-
"type": "stack",
|
|
250
|
-
"justify": "between",
|
|
251
250
|
"children": [
|
|
252
251
|
{
|
|
253
|
-
"align": "center",
|
|
254
|
-
"type": "stack",
|
|
255
|
-
"direction": "horizontal",
|
|
256
|
-
"gap": "sm",
|
|
257
252
|
"children": [
|
|
258
253
|
{
|
|
259
|
-
"
|
|
260
|
-
"
|
|
254
|
+
"name": "clipboard-list",
|
|
255
|
+
"type": "icon"
|
|
261
256
|
},
|
|
262
257
|
{
|
|
258
|
+
"content": "Work Orders",
|
|
263
259
|
"variant": "h2",
|
|
264
|
-
"type": "typography"
|
|
265
|
-
"content": "Work Orders"
|
|
260
|
+
"type": "typography"
|
|
266
261
|
}
|
|
267
|
-
]
|
|
262
|
+
],
|
|
263
|
+
"direction": "horizontal",
|
|
264
|
+
"gap": "sm",
|
|
265
|
+
"type": "stack",
|
|
266
|
+
"align": "center"
|
|
268
267
|
},
|
|
269
268
|
{
|
|
270
269
|
"children": [
|
|
271
270
|
{
|
|
272
271
|
"type": "button",
|
|
273
|
-
"label": "New Work Order",
|
|
274
|
-
"variant": "primary",
|
|
275
272
|
"icon": "plus",
|
|
273
|
+
"variant": "primary",
|
|
274
|
+
"label": "New Work Order",
|
|
276
275
|
"action": "CREATE"
|
|
277
276
|
}
|
|
278
277
|
],
|
|
278
|
+
"type": "stack",
|
|
279
279
|
"gap": "sm",
|
|
280
|
-
"direction": "horizontal"
|
|
281
|
-
"type": "stack"
|
|
280
|
+
"direction": "horizontal"
|
|
282
281
|
}
|
|
283
|
-
]
|
|
282
|
+
],
|
|
283
|
+
"type": "stack",
|
|
284
|
+
"direction": "horizontal",
|
|
285
|
+
"gap": "md",
|
|
286
|
+
"justify": "between"
|
|
284
287
|
},
|
|
285
288
|
{
|
|
286
289
|
"type": "divider"
|
|
@@ -288,12 +291,12 @@
|
|
|
288
291
|
{
|
|
289
292
|
"align": "center",
|
|
290
293
|
"type": "stack",
|
|
294
|
+
"gap": "md",
|
|
291
295
|
"children": [
|
|
292
296
|
"@trait.WorkOrderSearch",
|
|
293
297
|
"@trait.WorkOrderFilter"
|
|
294
298
|
],
|
|
295
|
-
"direction": "horizontal"
|
|
296
|
-
"gap": "md"
|
|
299
|
+
"direction": "horizontal"
|
|
297
300
|
},
|
|
298
301
|
"@trait.WorkOrderStats",
|
|
299
302
|
{
|
|
@@ -313,15 +316,12 @@
|
|
|
313
316
|
"type": "divider"
|
|
314
317
|
},
|
|
315
318
|
{
|
|
316
|
-
"variant": "h3",
|
|
317
319
|
"type": "typography",
|
|
318
|
-
"content": "Routes"
|
|
320
|
+
"content": "Routes",
|
|
321
|
+
"variant": "h3"
|
|
319
322
|
},
|
|
320
323
|
"@trait.WorkOrderRoutes"
|
|
321
|
-
]
|
|
322
|
-
"direction": "vertical",
|
|
323
|
-
"gap": "lg",
|
|
324
|
-
"type": "stack"
|
|
324
|
+
]
|
|
325
325
|
}
|
|
326
326
|
]
|
|
327
327
|
]
|
|
@@ -340,15 +340,10 @@
|
|
|
340
340
|
"render-ui",
|
|
341
341
|
"main",
|
|
342
342
|
{
|
|
343
|
-
"direction": "vertical",
|
|
344
|
-
"gap": "md",
|
|
345
|
-
"align": "center",
|
|
346
|
-
"type": "stack",
|
|
347
|
-
"className": "py-8",
|
|
348
343
|
"children": [
|
|
349
344
|
{
|
|
350
|
-
"
|
|
351
|
-
"
|
|
345
|
+
"type": "icon",
|
|
346
|
+
"name": "bell"
|
|
352
347
|
},
|
|
353
348
|
{
|
|
354
349
|
"type": "typography",
|
|
@@ -357,17 +352,22 @@
|
|
|
357
352
|
},
|
|
358
353
|
{
|
|
359
354
|
"color": "muted",
|
|
360
|
-
"type": "typography",
|
|
361
355
|
"variant": "caption",
|
|
356
|
+
"type": "typography",
|
|
362
357
|
"content": "You're all caught up."
|
|
363
358
|
},
|
|
364
359
|
{
|
|
365
|
-
"
|
|
360
|
+
"type": "button",
|
|
366
361
|
"variant": "ghost",
|
|
367
362
|
"label": "Back to work orders",
|
|
368
|
-
"
|
|
363
|
+
"action": "INIT"
|
|
369
364
|
}
|
|
370
|
-
]
|
|
365
|
+
],
|
|
366
|
+
"direction": "vertical",
|
|
367
|
+
"gap": "md",
|
|
368
|
+
"type": "stack",
|
|
369
|
+
"align": "center",
|
|
370
|
+
"className": "py-8"
|
|
371
371
|
}
|
|
372
372
|
]
|
|
373
373
|
]
|
|
@@ -380,8 +380,8 @@
|
|
|
380
380
|
"ref": "Search.traits.SearchResultSearch",
|
|
381
381
|
"name": "WorkOrderSearch",
|
|
382
382
|
"config": {
|
|
383
|
-
"
|
|
384
|
-
"
|
|
383
|
+
"event": "WORK_ORDER_SEARCH",
|
|
384
|
+
"placeholder": "Search work orders…"
|
|
385
385
|
}
|
|
386
386
|
},
|
|
387
387
|
{
|
|
@@ -390,19 +390,19 @@
|
|
|
390
390
|
"config": {
|
|
391
391
|
"filters": [
|
|
392
392
|
{
|
|
393
|
+
"field": "priority",
|
|
394
|
+
"label": "Priority",
|
|
393
395
|
"options": [
|
|
394
396
|
"low",
|
|
395
397
|
"normal",
|
|
396
398
|
"high",
|
|
397
399
|
"urgent"
|
|
398
400
|
],
|
|
399
|
-
"field": "priority",
|
|
400
|
-
"label": "Priority",
|
|
401
401
|
"filterType": "select"
|
|
402
402
|
},
|
|
403
403
|
{
|
|
404
|
-
"filterType": "select",
|
|
405
404
|
"label": "Status",
|
|
405
|
+
"field": "status",
|
|
406
406
|
"options": [
|
|
407
407
|
"created",
|
|
408
408
|
"assigned",
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"completed",
|
|
412
412
|
"cancelled"
|
|
413
413
|
],
|
|
414
|
-
"
|
|
414
|
+
"filterType": "select"
|
|
415
415
|
}
|
|
416
416
|
],
|
|
417
417
|
"event": "WORK_ORDER_FILTER"
|
|
@@ -424,15 +424,18 @@
|
|
|
424
424
|
"title": "Work Orders",
|
|
425
425
|
"metrics": [
|
|
426
426
|
{
|
|
427
|
-
"icon": "clipboard-list",
|
|
428
427
|
"format": "number",
|
|
429
428
|
"variant": "primary",
|
|
430
|
-
"
|
|
431
|
-
"aggregation": "count"
|
|
429
|
+
"icon": "clipboard-list",
|
|
430
|
+
"aggregation": "count",
|
|
431
|
+
"label": "Total"
|
|
432
432
|
},
|
|
433
433
|
{
|
|
434
|
+
"format": "number",
|
|
434
435
|
"icon": "circle",
|
|
436
|
+
"label": "Open",
|
|
435
437
|
"aggregation": "count",
|
|
438
|
+
"variant": "warning",
|
|
436
439
|
"filter": [
|
|
437
440
|
"fn",
|
|
438
441
|
"row",
|
|
@@ -441,17 +444,14 @@
|
|
|
441
444
|
"@row.status",
|
|
442
445
|
"created"
|
|
443
446
|
]
|
|
444
|
-
]
|
|
445
|
-
"label": "Open",
|
|
446
|
-
"variant": "warning",
|
|
447
|
-
"format": "number"
|
|
447
|
+
]
|
|
448
448
|
},
|
|
449
449
|
{
|
|
450
|
+
"format": "number",
|
|
450
451
|
"aggregation": "count",
|
|
451
|
-
"label": "On Site",
|
|
452
|
-
"variant": "info",
|
|
453
452
|
"icon": "map-pin",
|
|
454
|
-
"
|
|
453
|
+
"variant": "info",
|
|
454
|
+
"label": "On Site",
|
|
455
455
|
"filter": [
|
|
456
456
|
"fn",
|
|
457
457
|
"row",
|
|
@@ -463,6 +463,11 @@
|
|
|
463
463
|
]
|
|
464
464
|
},
|
|
465
465
|
{
|
|
466
|
+
"icon": "check-circle",
|
|
467
|
+
"label": "Completed",
|
|
468
|
+
"aggregation": "count",
|
|
469
|
+
"variant": "success",
|
|
470
|
+
"format": "number",
|
|
466
471
|
"filter": [
|
|
467
472
|
"fn",
|
|
468
473
|
"row",
|
|
@@ -471,12 +476,7 @@
|
|
|
471
476
|
"@row.status",
|
|
472
477
|
"completed"
|
|
473
478
|
]
|
|
474
|
-
]
|
|
475
|
-
"label": "Completed",
|
|
476
|
-
"aggregation": "count",
|
|
477
|
-
"variant": "success",
|
|
478
|
-
"icon": "check-circle",
|
|
479
|
-
"format": "number"
|
|
479
|
+
]
|
|
480
480
|
}
|
|
481
481
|
]
|
|
482
482
|
},
|
|
@@ -498,44 +498,42 @@
|
|
|
498
498
|
"config": {
|
|
499
499
|
"itemActions": [
|
|
500
500
|
{
|
|
501
|
-
"
|
|
501
|
+
"label": "View",
|
|
502
502
|
"event": "VIEW",
|
|
503
|
-
"
|
|
503
|
+
"variant": "ghost"
|
|
504
504
|
},
|
|
505
505
|
{
|
|
506
506
|
"label": "Edit",
|
|
507
|
-
"
|
|
508
|
-
"
|
|
507
|
+
"variant": "ghost",
|
|
508
|
+
"event": "EDIT"
|
|
509
509
|
},
|
|
510
510
|
{
|
|
511
|
+
"event": "DELETE",
|
|
511
512
|
"variant": "danger",
|
|
512
|
-
"label": "Delete"
|
|
513
|
-
"event": "DELETE"
|
|
513
|
+
"label": "Delete"
|
|
514
514
|
}
|
|
515
515
|
],
|
|
516
|
-
"cols": 1.0,
|
|
517
|
-
"gap": "sm",
|
|
518
516
|
"fields": [
|
|
519
517
|
{
|
|
520
518
|
"variant": "h4",
|
|
521
|
-
"
|
|
522
|
-
"
|
|
519
|
+
"name": "customerName",
|
|
520
|
+
"icon": "user"
|
|
523
521
|
},
|
|
524
522
|
{
|
|
525
|
-
"
|
|
526
|
-
"
|
|
523
|
+
"name": "serviceType",
|
|
524
|
+
"variant": "body"
|
|
527
525
|
},
|
|
528
526
|
{
|
|
529
|
-
"
|
|
530
|
-
"
|
|
527
|
+
"name": "address",
|
|
528
|
+
"variant": "caption"
|
|
531
529
|
},
|
|
532
530
|
{
|
|
533
531
|
"variant": "badge",
|
|
534
532
|
"name": "priority"
|
|
535
533
|
},
|
|
536
534
|
{
|
|
537
|
-
"
|
|
538
|
-
"
|
|
535
|
+
"name": "status",
|
|
536
|
+
"variant": "badge"
|
|
539
537
|
},
|
|
540
538
|
{
|
|
541
539
|
"name": "assignedTo",
|
|
@@ -545,7 +543,9 @@
|
|
|
545
543
|
"variant": "caption",
|
|
546
544
|
"name": "etaMinutes"
|
|
547
545
|
}
|
|
548
|
-
]
|
|
546
|
+
],
|
|
547
|
+
"cols": 1.0,
|
|
548
|
+
"gap": "sm"
|
|
549
549
|
},
|
|
550
550
|
"listens": [
|
|
551
551
|
{
|
|
@@ -609,9 +609,8 @@
|
|
|
609
609
|
"name": "WorkOrderCreate",
|
|
610
610
|
"linkedEntity": "WorkOrderRow",
|
|
611
611
|
"config": {
|
|
612
|
-
"mode": "create",
|
|
613
612
|
"icon": "plus-circle",
|
|
614
|
-
"
|
|
613
|
+
"mode": "create",
|
|
615
614
|
"fields": [
|
|
616
615
|
"customerName",
|
|
617
616
|
"serviceType",
|
|
@@ -622,7 +621,8 @@
|
|
|
622
621
|
"scheduledAt",
|
|
623
622
|
"etaMinutes",
|
|
624
623
|
"notes"
|
|
625
|
-
]
|
|
624
|
+
],
|
|
625
|
+
"title": "New Work Order"
|
|
626
626
|
},
|
|
627
627
|
"events": {
|
|
628
628
|
"OPEN": "CREATE"
|
|
@@ -644,8 +644,6 @@
|
|
|
644
644
|
"linkedEntity": "WorkOrderRow",
|
|
645
645
|
"config": {
|
|
646
646
|
"icon": "edit",
|
|
647
|
-
"title": "Edit Work Order",
|
|
648
|
-
"mode": "edit",
|
|
649
647
|
"fields": [
|
|
650
648
|
"customerName",
|
|
651
649
|
"serviceType",
|
|
@@ -656,7 +654,9 @@
|
|
|
656
654
|
"scheduledAt",
|
|
657
655
|
"etaMinutes",
|
|
658
656
|
"notes"
|
|
659
|
-
]
|
|
657
|
+
],
|
|
658
|
+
"title": "Edit Work Order",
|
|
659
|
+
"mode": "edit"
|
|
660
660
|
},
|
|
661
661
|
"events": {
|
|
662
662
|
"OPEN": "EDIT"
|
|
@@ -678,6 +678,7 @@
|
|
|
678
678
|
"linkedEntity": "WorkOrderRow",
|
|
679
679
|
"config": {
|
|
680
680
|
"title": "View Work Order",
|
|
681
|
+
"mode": "edit",
|
|
681
682
|
"fields": [
|
|
682
683
|
"customerName",
|
|
683
684
|
"serviceType",
|
|
@@ -689,7 +690,6 @@
|
|
|
689
690
|
"etaMinutes",
|
|
690
691
|
"notes"
|
|
691
692
|
],
|
|
692
|
-
"mode": "edit",
|
|
693
693
|
"icon": "eye"
|
|
694
694
|
},
|
|
695
695
|
"events": {
|
|
@@ -711,10 +711,10 @@
|
|
|
711
711
|
"name": "WorkOrderDelete",
|
|
712
712
|
"linkedEntity": "WorkOrderRow",
|
|
713
713
|
"config": {
|
|
714
|
+
"confirmLabel": "Delete",
|
|
714
715
|
"alertMessage": "This action cannot be undone.",
|
|
715
|
-
"title": "Delete Work Order",
|
|
716
716
|
"icon": "alert-triangle",
|
|
717
|
-
"
|
|
717
|
+
"title": "Delete Work Order"
|
|
718
718
|
},
|
|
719
719
|
"events": {
|
|
720
720
|
"CONFIRM": "CONFIRM_DELETE",
|
|
@@ -1052,28 +1052,28 @@
|
|
|
1052
1052
|
"ref": "AppShell.traits.AppLayout",
|
|
1053
1053
|
"name": "TechnicianAppLayout",
|
|
1054
1054
|
"config": {
|
|
1055
|
+
"appName": "Field Service",
|
|
1056
|
+
"notifications": [],
|
|
1057
|
+
"searchEvent": "TECHNICIAN_SEARCH",
|
|
1058
|
+
"notificationClickEvent": "TECHNICIAN_NOTIFICATIONS_OPEN",
|
|
1059
|
+
"contentTrait": "@trait.TechnicianCatalog",
|
|
1055
1060
|
"navItems": [
|
|
1056
1061
|
{
|
|
1057
1062
|
"href": "/workorders",
|
|
1058
|
-
"
|
|
1059
|
-
"
|
|
1063
|
+
"label": "Work Orders",
|
|
1064
|
+
"icon": "clipboard-list"
|
|
1060
1065
|
},
|
|
1061
1066
|
{
|
|
1067
|
+
"href": "/technicians",
|
|
1062
1068
|
"icon": "hard-hat",
|
|
1063
|
-
"label": "Technicians"
|
|
1064
|
-
"href": "/technicians"
|
|
1069
|
+
"label": "Technicians"
|
|
1065
1070
|
},
|
|
1066
1071
|
{
|
|
1067
|
-
"
|
|
1072
|
+
"label": "Check In",
|
|
1068
1073
|
"href": "/jobs/checkin",
|
|
1069
|
-
"
|
|
1074
|
+
"icon": "map-pin"
|
|
1070
1075
|
}
|
|
1071
|
-
]
|
|
1072
|
-
"searchEvent": "TECHNICIAN_SEARCH",
|
|
1073
|
-
"notifications": [],
|
|
1074
|
-
"contentTrait": "@trait.TechnicianCatalog",
|
|
1075
|
-
"appName": "Field Service",
|
|
1076
|
-
"notificationClickEvent": "TECHNICIAN_NOTIFICATIONS_OPEN"
|
|
1076
|
+
]
|
|
1077
1077
|
},
|
|
1078
1078
|
"events": {
|
|
1079
1079
|
"NOTIFY_CLICK": "TECHNICIAN_NOTIFICATIONS_OPEN",
|
|
@@ -1160,46 +1160,45 @@
|
|
|
1160
1160
|
"render-ui",
|
|
1161
1161
|
"main",
|
|
1162
1162
|
{
|
|
1163
|
-
"gap": "lg",
|
|
1164
1163
|
"children": [
|
|
1165
1164
|
{
|
|
1166
|
-
"align": "center",
|
|
1167
1165
|
"type": "stack",
|
|
1166
|
+
"justify": "between",
|
|
1167
|
+
"align": "center",
|
|
1168
1168
|
"children": [
|
|
1169
1169
|
{
|
|
1170
|
-
"
|
|
1170
|
+
"direction": "horizontal",
|
|
1171
1171
|
"gap": "sm",
|
|
1172
1172
|
"align": "center",
|
|
1173
|
-
"direction": "horizontal",
|
|
1174
1173
|
"children": [
|
|
1175
1174
|
{
|
|
1176
|
-
"
|
|
1177
|
-
"
|
|
1175
|
+
"name": "hard-hat",
|
|
1176
|
+
"type": "icon"
|
|
1178
1177
|
},
|
|
1179
1178
|
{
|
|
1179
|
+
"type": "typography",
|
|
1180
1180
|
"content": "Technicians",
|
|
1181
|
-
"variant": "h2"
|
|
1182
|
-
"type": "typography"
|
|
1181
|
+
"variant": "h2"
|
|
1183
1182
|
}
|
|
1184
|
-
]
|
|
1183
|
+
],
|
|
1184
|
+
"type": "stack"
|
|
1185
1185
|
},
|
|
1186
1186
|
{
|
|
1187
|
+
"gap": "sm",
|
|
1187
1188
|
"direction": "horizontal",
|
|
1188
1189
|
"type": "stack",
|
|
1189
|
-
"gap": "sm",
|
|
1190
1190
|
"children": [
|
|
1191
1191
|
{
|
|
1192
|
-
"variant": "primary",
|
|
1193
|
-
"icon": "user-plus",
|
|
1194
1192
|
"type": "button",
|
|
1193
|
+
"action": "CREATE",
|
|
1195
1194
|
"label": "Add Technician",
|
|
1196
|
-
"
|
|
1195
|
+
"variant": "primary",
|
|
1196
|
+
"icon": "user-plus"
|
|
1197
1197
|
}
|
|
1198
1198
|
]
|
|
1199
1199
|
}
|
|
1200
1200
|
],
|
|
1201
1201
|
"direction": "horizontal",
|
|
1202
|
-
"justify": "between",
|
|
1203
1202
|
"gap": "md"
|
|
1204
1203
|
},
|
|
1205
1204
|
{
|
|
@@ -1211,22 +1210,23 @@
|
|
|
1211
1210
|
},
|
|
1212
1211
|
{
|
|
1213
1212
|
"type": "typography",
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1213
|
+
"content": "Dispatch Board",
|
|
1214
|
+
"variant": "h3"
|
|
1216
1215
|
},
|
|
1217
1216
|
"@trait.TechnicianDispatchBoard",
|
|
1218
1217
|
{
|
|
1219
1218
|
"type": "divider"
|
|
1220
1219
|
},
|
|
1221
1220
|
{
|
|
1222
|
-
"type": "typography",
|
|
1223
1221
|
"content": "Field Check-In",
|
|
1224
|
-
"variant": "h3"
|
|
1222
|
+
"variant": "h3",
|
|
1223
|
+
"type": "typography"
|
|
1225
1224
|
},
|
|
1226
1225
|
"@trait.TechnicianFieldCheckin"
|
|
1227
1226
|
],
|
|
1228
1227
|
"type": "stack",
|
|
1229
|
-
"direction": "vertical"
|
|
1228
|
+
"direction": "vertical",
|
|
1229
|
+
"gap": "lg"
|
|
1230
1230
|
}
|
|
1231
1231
|
]
|
|
1232
1232
|
]
|
|
@@ -1245,34 +1245,34 @@
|
|
|
1245
1245
|
"render-ui",
|
|
1246
1246
|
"main",
|
|
1247
1247
|
{
|
|
1248
|
-
"align": "center",
|
|
1249
1248
|
"gap": "md",
|
|
1250
|
-
"type": "stack",
|
|
1251
1249
|
"className": "py-8",
|
|
1252
1250
|
"children": [
|
|
1253
1251
|
{
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1252
|
+
"name": "bell",
|
|
1253
|
+
"type": "icon"
|
|
1256
1254
|
},
|
|
1257
1255
|
{
|
|
1258
|
-
"
|
|
1256
|
+
"content": "No notifications",
|
|
1259
1257
|
"variant": "h3",
|
|
1260
|
-
"
|
|
1258
|
+
"type": "typography"
|
|
1261
1259
|
},
|
|
1262
1260
|
{
|
|
1263
1261
|
"color": "muted",
|
|
1262
|
+
"type": "typography",
|
|
1264
1263
|
"variant": "caption",
|
|
1265
|
-
"content": "You're all caught up."
|
|
1266
|
-
"type": "typography"
|
|
1264
|
+
"content": "You're all caught up."
|
|
1267
1265
|
},
|
|
1268
1266
|
{
|
|
1267
|
+
"type": "button",
|
|
1269
1268
|
"variant": "ghost",
|
|
1270
|
-
"label": "Back to technicians",
|
|
1271
1269
|
"action": "INIT",
|
|
1272
|
-
"
|
|
1270
|
+
"label": "Back to technicians"
|
|
1273
1271
|
}
|
|
1274
1272
|
],
|
|
1275
|
-
"
|
|
1273
|
+
"type": "stack",
|
|
1274
|
+
"direction": "vertical",
|
|
1275
|
+
"align": "center"
|
|
1276
1276
|
}
|
|
1277
1277
|
]
|
|
1278
1278
|
]
|
|
@@ -1286,12 +1286,10 @@
|
|
|
1286
1286
|
"name": "TechnicianBrowseList",
|
|
1287
1287
|
"linkedEntity": "TechnicianRow",
|
|
1288
1288
|
"config": {
|
|
1289
|
-
"cols": 1.0,
|
|
1290
|
-
"gap": "sm",
|
|
1291
1289
|
"fields": [
|
|
1292
1290
|
{
|
|
1293
|
-
"name": "name",
|
|
1294
1291
|
"variant": "h4",
|
|
1292
|
+
"name": "name",
|
|
1295
1293
|
"icon": "hard-hat"
|
|
1296
1294
|
},
|
|
1297
1295
|
{
|
|
@@ -1299,8 +1297,8 @@
|
|
|
1299
1297
|
"variant": "caption"
|
|
1300
1298
|
},
|
|
1301
1299
|
{
|
|
1302
|
-
"
|
|
1303
|
-
"
|
|
1300
|
+
"variant": "caption",
|
|
1301
|
+
"name": "skills"
|
|
1304
1302
|
},
|
|
1305
1303
|
{
|
|
1306
1304
|
"name": "available",
|
|
@@ -1322,16 +1320,18 @@
|
|
|
1322
1320
|
"event": "VIEW"
|
|
1323
1321
|
},
|
|
1324
1322
|
{
|
|
1325
|
-
"event": "EDIT",
|
|
1326
1323
|
"label": "Edit",
|
|
1327
|
-
"variant": "ghost"
|
|
1324
|
+
"variant": "ghost",
|
|
1325
|
+
"event": "EDIT"
|
|
1328
1326
|
},
|
|
1329
1327
|
{
|
|
1328
|
+
"label": "Delete",
|
|
1330
1329
|
"event": "DELETE",
|
|
1331
|
-
"variant": "danger"
|
|
1332
|
-
"label": "Delete"
|
|
1330
|
+
"variant": "danger"
|
|
1333
1331
|
}
|
|
1334
|
-
]
|
|
1332
|
+
],
|
|
1333
|
+
"gap": "sm",
|
|
1334
|
+
"cols": 1.0
|
|
1335
1335
|
},
|
|
1336
1336
|
"listens": [
|
|
1337
1337
|
{
|
|
@@ -1380,9 +1380,7 @@
|
|
|
1380
1380
|
"name": "TechnicianCreate",
|
|
1381
1381
|
"linkedEntity": "TechnicianRow",
|
|
1382
1382
|
"config": {
|
|
1383
|
-
"title": "Add Technician",
|
|
1384
1383
|
"mode": "create",
|
|
1385
|
-
"icon": "user-plus",
|
|
1386
1384
|
"fields": [
|
|
1387
1385
|
"name",
|
|
1388
1386
|
"phone",
|
|
@@ -1391,7 +1389,9 @@
|
|
|
1391
1389
|
"currentOrderId",
|
|
1392
1390
|
"lat",
|
|
1393
1391
|
"lng"
|
|
1394
|
-
]
|
|
1392
|
+
],
|
|
1393
|
+
"icon": "user-plus",
|
|
1394
|
+
"title": "Add Technician"
|
|
1395
1395
|
},
|
|
1396
1396
|
"events": {
|
|
1397
1397
|
"OPEN": "CREATE"
|
|
@@ -1412,7 +1412,6 @@
|
|
|
1412
1412
|
"name": "TechnicianEdit",
|
|
1413
1413
|
"linkedEntity": "TechnicianRow",
|
|
1414
1414
|
"config": {
|
|
1415
|
-
"icon": "edit",
|
|
1416
1415
|
"title": "Edit Technician",
|
|
1417
1416
|
"fields": [
|
|
1418
1417
|
"name",
|
|
@@ -1423,7 +1422,8 @@
|
|
|
1423
1422
|
"lat",
|
|
1424
1423
|
"lng"
|
|
1425
1424
|
],
|
|
1426
|
-
"mode": "edit"
|
|
1425
|
+
"mode": "edit",
|
|
1426
|
+
"icon": "edit"
|
|
1427
1427
|
},
|
|
1428
1428
|
"events": {
|
|
1429
1429
|
"OPEN": "EDIT"
|
|
@@ -1444,6 +1444,7 @@
|
|
|
1444
1444
|
"name": "TechnicianView",
|
|
1445
1445
|
"linkedEntity": "TechnicianRow",
|
|
1446
1446
|
"config": {
|
|
1447
|
+
"title": "View Technician",
|
|
1447
1448
|
"fields": [
|
|
1448
1449
|
"name",
|
|
1449
1450
|
"phone",
|
|
@@ -1455,8 +1456,7 @@
|
|
|
1455
1456
|
"lastSeenAt"
|
|
1456
1457
|
],
|
|
1457
1458
|
"mode": "edit",
|
|
1458
|
-
"icon": "eye"
|
|
1459
|
-
"title": "View Technician"
|
|
1459
|
+
"icon": "eye"
|
|
1460
1460
|
},
|
|
1461
1461
|
"events": {
|
|
1462
1462
|
"OPEN": "VIEW"
|
|
@@ -1716,6 +1716,7 @@
|
|
|
1716
1716
|
"ref": "AppShell.traits.AppLayout",
|
|
1717
1717
|
"name": "JobCheckinAppLayout",
|
|
1718
1718
|
"config": {
|
|
1719
|
+
"notificationClickEvent": "JOB_CHECKIN_NOTIFICATIONS_OPEN",
|
|
1719
1720
|
"navItems": [
|
|
1720
1721
|
{
|
|
1721
1722
|
"href": "/workorders",
|
|
@@ -1723,9 +1724,9 @@
|
|
|
1723
1724
|
"label": "Work Orders"
|
|
1724
1725
|
},
|
|
1725
1726
|
{
|
|
1726
|
-
"label": "Technicians",
|
|
1727
1727
|
"href": "/technicians",
|
|
1728
|
-
"icon": "hard-hat"
|
|
1728
|
+
"icon": "hard-hat",
|
|
1729
|
+
"label": "Technicians"
|
|
1729
1730
|
},
|
|
1730
1731
|
{
|
|
1731
1732
|
"href": "/jobs/checkin",
|
|
@@ -1733,10 +1734,9 @@
|
|
|
1733
1734
|
"label": "Check In"
|
|
1734
1735
|
}
|
|
1735
1736
|
],
|
|
1736
|
-
"
|
|
1737
|
+
"contentTrait": "@trait.JobCheckinComposer",
|
|
1737
1738
|
"appName": "Field Service",
|
|
1738
1739
|
"searchEvent": "JOB_CHECKIN_SEARCH",
|
|
1739
|
-
"contentTrait": "@trait.JobCheckinComposer",
|
|
1740
1740
|
"notifications": []
|
|
1741
1741
|
},
|
|
1742
1742
|
"events": {
|
|
@@ -1770,40 +1770,37 @@
|
|
|
1770
1770
|
"render-ui",
|
|
1771
1771
|
"main",
|
|
1772
1772
|
{
|
|
1773
|
-
"gap": "lg",
|
|
1774
|
-
"direction": "vertical",
|
|
1775
|
-
"type": "stack",
|
|
1776
1773
|
"className": "max-w-3xl mx-auto w-full",
|
|
1777
1774
|
"children": [
|
|
1778
1775
|
{
|
|
1779
1776
|
"type": "stack",
|
|
1777
|
+
"align": "center",
|
|
1780
1778
|
"children": [
|
|
1781
1779
|
{
|
|
1782
1780
|
"type": "icon",
|
|
1783
1781
|
"name": "map-pin"
|
|
1784
1782
|
},
|
|
1785
1783
|
{
|
|
1784
|
+
"variant": "h2",
|
|
1786
1785
|
"type": "typography",
|
|
1787
|
-
"content": "Job Check-In"
|
|
1788
|
-
"variant": "h2"
|
|
1786
|
+
"content": "Job Check-In"
|
|
1789
1787
|
}
|
|
1790
1788
|
],
|
|
1791
|
-
"gap": "sm",
|
|
1792
1789
|
"direction": "horizontal",
|
|
1793
|
-
"
|
|
1790
|
+
"gap": "sm"
|
|
1794
1791
|
},
|
|
1795
1792
|
{
|
|
1796
1793
|
"content": "Verify your arrival, complete the job, and capture the customer's signature.",
|
|
1797
|
-
"type": "typography",
|
|
1798
1794
|
"variant": "caption",
|
|
1799
|
-
"color": "muted"
|
|
1795
|
+
"color": "muted",
|
|
1796
|
+
"type": "typography"
|
|
1800
1797
|
},
|
|
1801
1798
|
{
|
|
1802
1799
|
"type": "divider"
|
|
1803
1800
|
},
|
|
1804
1801
|
{
|
|
1805
|
-
"variant": "h3",
|
|
1806
1802
|
"content": "1. Arrival check-in",
|
|
1803
|
+
"variant": "h3",
|
|
1807
1804
|
"type": "typography"
|
|
1808
1805
|
},
|
|
1809
1806
|
"@trait.JobArrivalCheckin",
|
|
@@ -1811,12 +1808,15 @@
|
|
|
1811
1808
|
"type": "divider"
|
|
1812
1809
|
},
|
|
1813
1810
|
{
|
|
1814
|
-
"variant": "h3",
|
|
1815
1811
|
"type": "typography",
|
|
1812
|
+
"variant": "h3",
|
|
1816
1813
|
"content": "2. Customer signature"
|
|
1817
1814
|
},
|
|
1818
1815
|
"@trait.JobCompletionSignature"
|
|
1819
|
-
]
|
|
1816
|
+
],
|
|
1817
|
+
"type": "stack",
|
|
1818
|
+
"direction": "vertical",
|
|
1819
|
+
"gap": "lg"
|
|
1820
1820
|
}
|
|
1821
1821
|
]
|
|
1822
1822
|
]
|
|
@@ -1829,16 +1829,16 @@
|
|
|
1829
1829
|
"ref": "Checkin.traits.CheckinScan",
|
|
1830
1830
|
"name": "JobArrivalCheckin",
|
|
1831
1831
|
"config": {
|
|
1832
|
-
"
|
|
1833
|
-
"
|
|
1832
|
+
"title": "Confirm arrival on site",
|
|
1833
|
+
"mode": "geo"
|
|
1834
1834
|
}
|
|
1835
1835
|
},
|
|
1836
1836
|
{
|
|
1837
1837
|
"ref": "Signature.traits.SignatureCapture",
|
|
1838
1838
|
"name": "JobCompletionSignature",
|
|
1839
1839
|
"config": {
|
|
1840
|
-
"
|
|
1841
|
-
"
|
|
1840
|
+
"instructions": "Customer signs to confirm the job is complete.",
|
|
1841
|
+
"title": "Customer signature"
|
|
1842
1842
|
}
|
|
1843
1843
|
}
|
|
1844
1844
|
],
|
|
@@ -1864,4 +1864,4 @@
|
|
|
1864
1864
|
]
|
|
1865
1865
|
}
|
|
1866
1866
|
]
|
|
1867
|
-
}
|
|
1867
|
+
}
|