@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
|
@@ -222,8 +222,11 @@
|
|
|
222
222
|
"render-ui",
|
|
223
223
|
"main",
|
|
224
224
|
{
|
|
225
|
+
"showTopBar": true,
|
|
226
|
+
"appName": "Coding Academy",
|
|
225
227
|
"children": [
|
|
226
228
|
{
|
|
229
|
+
"type": "game-menu",
|
|
227
230
|
"menuItems": [
|
|
228
231
|
{
|
|
229
232
|
"label": "Start",
|
|
@@ -231,13 +234,10 @@
|
|
|
231
234
|
"variant": "primary"
|
|
232
235
|
}
|
|
233
236
|
],
|
|
234
|
-
"title": "Sequencer Challenge"
|
|
235
|
-
"type": "game-menu"
|
|
237
|
+
"title": "Sequencer Challenge"
|
|
236
238
|
}
|
|
237
239
|
],
|
|
238
|
-
"type": "game-shell"
|
|
239
|
-
"appName": "Coding Academy",
|
|
240
|
-
"showTopBar": true
|
|
240
|
+
"type": "game-shell"
|
|
241
241
|
}
|
|
242
242
|
]
|
|
243
243
|
]
|
|
@@ -251,13 +251,14 @@
|
|
|
251
251
|
"render-ui",
|
|
252
252
|
"main",
|
|
253
253
|
{
|
|
254
|
-
"showTopBar": true,
|
|
255
|
-
"appName": "Coding Academy",
|
|
256
|
-
"type": "game-shell",
|
|
257
254
|
"children": [
|
|
258
255
|
{
|
|
256
|
+
"direction": "vertical",
|
|
257
|
+
"gap": "md",
|
|
258
|
+
"type": "stack",
|
|
259
259
|
"children": [
|
|
260
260
|
{
|
|
261
|
+
"type": "game-hud",
|
|
261
262
|
"stats": [
|
|
262
263
|
{
|
|
263
264
|
"label": "Score",
|
|
@@ -267,47 +268,46 @@
|
|
|
267
268
|
"label": "Level",
|
|
268
269
|
"value": "@entity.level"
|
|
269
270
|
}
|
|
270
|
-
]
|
|
271
|
-
"type": "game-hud"
|
|
271
|
+
]
|
|
272
272
|
},
|
|
273
273
|
"@trait.SeqLessonVideo",
|
|
274
274
|
{
|
|
275
275
|
"children": [
|
|
276
276
|
{
|
|
277
|
-
"align": "center",
|
|
278
277
|
"type": "stack",
|
|
278
|
+
"align": "center",
|
|
279
279
|
"gap": "md",
|
|
280
|
-
"direction": "vertical",
|
|
281
280
|
"children": [
|
|
282
281
|
{
|
|
283
282
|
"content": "Sequencer Challenge",
|
|
284
|
-
"
|
|
285
|
-
"
|
|
283
|
+
"variant": "h3",
|
|
284
|
+
"type": "typography"
|
|
286
285
|
},
|
|
287
286
|
{
|
|
288
|
-
"color": "muted",
|
|
289
|
-
"content": "Arrange the action blocks in the correct order.",
|
|
290
287
|
"type": "typography",
|
|
291
|
-
"
|
|
288
|
+
"content": "Arrange the action blocks in the correct order.",
|
|
289
|
+
"variant": "body",
|
|
290
|
+
"color": "muted"
|
|
292
291
|
},
|
|
293
292
|
{
|
|
294
|
-
"
|
|
295
|
-
"type": "button",
|
|
296
|
-
"action": "COMPLETE",
|
|
293
|
+
"variant": "primary",
|
|
297
294
|
"icon": "check",
|
|
298
|
-
"
|
|
295
|
+
"type": "button",
|
|
296
|
+
"label": "Complete",
|
|
297
|
+
"action": "COMPLETE"
|
|
299
298
|
}
|
|
300
|
-
]
|
|
299
|
+
],
|
|
300
|
+
"direction": "vertical"
|
|
301
301
|
}
|
|
302
302
|
],
|
|
303
303
|
"type": "card"
|
|
304
304
|
}
|
|
305
|
-
]
|
|
306
|
-
"gap": "md",
|
|
307
|
-
"direction": "vertical",
|
|
308
|
-
"type": "stack"
|
|
305
|
+
]
|
|
309
306
|
}
|
|
310
|
-
]
|
|
307
|
+
],
|
|
308
|
+
"appName": "Coding Academy",
|
|
309
|
+
"showTopBar": true,
|
|
310
|
+
"type": "game-shell"
|
|
311
311
|
}
|
|
312
312
|
]
|
|
313
313
|
]
|
|
@@ -327,21 +327,21 @@
|
|
|
327
327
|
"main",
|
|
328
328
|
{
|
|
329
329
|
"showTopBar": true,
|
|
330
|
+
"appName": "Coding Academy",
|
|
331
|
+
"type": "game-shell",
|
|
330
332
|
"children": [
|
|
331
333
|
{
|
|
334
|
+
"title": "Well Done!",
|
|
335
|
+
"type": "game-over-screen",
|
|
332
336
|
"menuItems": [
|
|
333
337
|
{
|
|
334
|
-
"
|
|
338
|
+
"variant": "primary",
|
|
335
339
|
"label": "Play Again",
|
|
336
|
-
"
|
|
340
|
+
"event": "RESTART"
|
|
337
341
|
}
|
|
338
|
-
]
|
|
339
|
-
"title": "Well Done!",
|
|
340
|
-
"type": "game-over-screen"
|
|
342
|
+
]
|
|
341
343
|
}
|
|
342
|
-
]
|
|
343
|
-
"type": "game-shell",
|
|
344
|
-
"appName": "Coding Academy"
|
|
344
|
+
]
|
|
345
345
|
}
|
|
346
346
|
]
|
|
347
347
|
]
|
|
@@ -355,9 +355,10 @@
|
|
|
355
355
|
"render-ui",
|
|
356
356
|
"main",
|
|
357
357
|
{
|
|
358
|
+
"type": "game-shell",
|
|
358
359
|
"children": [
|
|
359
360
|
{
|
|
360
|
-
"
|
|
361
|
+
"title": "Sequencer Challenge",
|
|
361
362
|
"menuItems": [
|
|
362
363
|
{
|
|
363
364
|
"label": "Start",
|
|
@@ -365,12 +366,11 @@
|
|
|
365
366
|
"variant": "primary"
|
|
366
367
|
}
|
|
367
368
|
],
|
|
368
|
-
"
|
|
369
|
+
"type": "game-menu"
|
|
369
370
|
}
|
|
370
371
|
],
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"appName": "Coding Academy"
|
|
372
|
+
"appName": "Coding Academy",
|
|
373
|
+
"showTopBar": true
|
|
374
374
|
}
|
|
375
375
|
]
|
|
376
376
|
]
|
|
@@ -383,10 +383,10 @@
|
|
|
383
383
|
"ref": "YouTube.traits.ServiceYoutubeYoutube",
|
|
384
384
|
"name": "SeqLessonVideo",
|
|
385
385
|
"config": {
|
|
386
|
-
"
|
|
386
|
+
"uiTrait": "@trait.SeqLessonPlayer",
|
|
387
387
|
"autoplay": false,
|
|
388
388
|
"videoId": "@entity.videoId",
|
|
389
|
-
"
|
|
389
|
+
"controls": true
|
|
390
390
|
}
|
|
391
391
|
},
|
|
392
392
|
{
|
|
@@ -415,32 +415,32 @@
|
|
|
415
415
|
"render-ui",
|
|
416
416
|
"main",
|
|
417
417
|
{
|
|
418
|
-
"type": "card",
|
|
419
418
|
"children": [
|
|
420
419
|
{
|
|
421
|
-
"type": "stack",
|
|
422
|
-
"direction": "vertical",
|
|
423
|
-
"align": "center",
|
|
424
|
-
"gap": "sm",
|
|
425
420
|
"children": [
|
|
426
421
|
{
|
|
427
422
|
"type": "icon",
|
|
428
423
|
"name": "video"
|
|
429
424
|
},
|
|
430
425
|
{
|
|
426
|
+
"color": "muted",
|
|
431
427
|
"variant": "caption",
|
|
432
|
-
"type": "typography",
|
|
433
428
|
"content": "Lesson video",
|
|
434
|
-
"
|
|
429
|
+
"type": "typography"
|
|
435
430
|
},
|
|
436
431
|
{
|
|
437
432
|
"type": "typography",
|
|
438
|
-
"
|
|
439
|
-
"
|
|
433
|
+
"variant": "body",
|
|
434
|
+
"content": "@config.videoId"
|
|
440
435
|
}
|
|
441
|
-
]
|
|
436
|
+
],
|
|
437
|
+
"direction": "vertical",
|
|
438
|
+
"type": "stack",
|
|
439
|
+
"gap": "sm",
|
|
440
|
+
"align": "center"
|
|
442
441
|
}
|
|
443
|
-
]
|
|
442
|
+
],
|
|
443
|
+
"type": "card"
|
|
444
444
|
}
|
|
445
445
|
]
|
|
446
446
|
]
|
|
@@ -459,11 +459,11 @@
|
|
|
459
459
|
"ref": "Storage.traits.ServiceStorageStorage",
|
|
460
460
|
"name": "SeqProgressStorage",
|
|
461
461
|
"config": {
|
|
462
|
-
"bucket": "coding-academy-progress",
|
|
463
462
|
"allowedMimeTypes": [
|
|
464
463
|
"application/json"
|
|
465
464
|
],
|
|
466
465
|
"uiTrait": "@trait.SeqProgressForm",
|
|
466
|
+
"bucket": "coding-academy-progress",
|
|
467
467
|
"maxSize": 102400.0,
|
|
468
468
|
"acl": "private"
|
|
469
469
|
},
|
|
@@ -524,20 +524,20 @@
|
|
|
524
524
|
"render-ui",
|
|
525
525
|
"main",
|
|
526
526
|
{
|
|
527
|
+
"align": "center",
|
|
527
528
|
"children": [
|
|
528
529
|
{
|
|
529
530
|
"name": "save",
|
|
530
531
|
"type": "icon"
|
|
531
532
|
},
|
|
532
533
|
{
|
|
533
|
-
"
|
|
534
|
-
"icon": "save",
|
|
534
|
+
"variant": "ghost",
|
|
535
535
|
"label": "Save Progress",
|
|
536
|
+
"icon": "save",
|
|
536
537
|
"action": "UPLOAD",
|
|
537
|
-
"
|
|
538
|
+
"type": "button"
|
|
538
539
|
}
|
|
539
540
|
],
|
|
540
|
-
"align": "center",
|
|
541
541
|
"type": "stack",
|
|
542
542
|
"gap": "sm",
|
|
543
543
|
"direction": "horizontal"
|
|
@@ -770,21 +770,21 @@
|
|
|
770
770
|
"render-ui",
|
|
771
771
|
"main",
|
|
772
772
|
{
|
|
773
|
-
"appName": "Coding Academy",
|
|
774
|
-
"type": "game-shell",
|
|
775
773
|
"children": [
|
|
776
774
|
{
|
|
777
775
|
"menuItems": [
|
|
778
776
|
{
|
|
779
|
-
"variant": "primary",
|
|
780
777
|
"label": "Start",
|
|
781
|
-
"event": "START"
|
|
778
|
+
"event": "START",
|
|
779
|
+
"variant": "primary"
|
|
782
780
|
}
|
|
783
781
|
],
|
|
784
782
|
"type": "game-menu",
|
|
785
783
|
"title": "Builder Challenge"
|
|
786
784
|
}
|
|
787
785
|
],
|
|
786
|
+
"type": "game-shell",
|
|
787
|
+
"appName": "Coding Academy",
|
|
788
788
|
"showTopBar": true
|
|
789
789
|
}
|
|
790
790
|
]
|
|
@@ -801,6 +801,7 @@
|
|
|
801
801
|
{
|
|
802
802
|
"showTopBar": true,
|
|
803
803
|
"type": "game-shell",
|
|
804
|
+
"appName": "Coding Academy",
|
|
804
805
|
"children": [
|
|
805
806
|
{
|
|
806
807
|
"children": [
|
|
@@ -808,12 +809,12 @@
|
|
|
808
809
|
"type": "game-hud",
|
|
809
810
|
"stats": [
|
|
810
811
|
{
|
|
811
|
-
"
|
|
812
|
-
"
|
|
812
|
+
"value": "@entity.score",
|
|
813
|
+
"label": "Score"
|
|
813
814
|
},
|
|
814
815
|
{
|
|
815
|
-
"
|
|
816
|
-
"
|
|
816
|
+
"label": "Level",
|
|
817
|
+
"value": "@entity.level"
|
|
817
818
|
}
|
|
818
819
|
]
|
|
819
820
|
},
|
|
@@ -821,40 +822,39 @@
|
|
|
821
822
|
"type": "card",
|
|
822
823
|
"children": [
|
|
823
824
|
{
|
|
824
|
-
"
|
|
825
|
+
"gap": "md",
|
|
825
826
|
"children": [
|
|
826
827
|
{
|
|
827
|
-
"variant": "h3",
|
|
828
828
|
"content": "Builder Challenge",
|
|
829
|
-
"type": "typography"
|
|
829
|
+
"type": "typography",
|
|
830
|
+
"variant": "h3"
|
|
830
831
|
},
|
|
831
832
|
{
|
|
832
|
-
"variant": "body",
|
|
833
833
|
"color": "muted",
|
|
834
|
+
"content": "Drag components into the slots to build the solution.",
|
|
834
835
|
"type": "typography",
|
|
835
|
-
"
|
|
836
|
+
"variant": "body"
|
|
836
837
|
},
|
|
837
838
|
{
|
|
838
839
|
"label": "Complete",
|
|
839
|
-
"action": "COMPLETE",
|
|
840
|
-
"type": "button",
|
|
841
840
|
"variant": "primary",
|
|
842
|
-
"icon": "check"
|
|
841
|
+
"icon": "check",
|
|
842
|
+
"type": "button",
|
|
843
|
+
"action": "COMPLETE"
|
|
843
844
|
}
|
|
844
845
|
],
|
|
846
|
+
"type": "stack",
|
|
845
847
|
"align": "center",
|
|
846
|
-
"
|
|
847
|
-
"type": "stack"
|
|
848
|
+
"direction": "vertical"
|
|
848
849
|
}
|
|
849
850
|
]
|
|
850
851
|
}
|
|
851
852
|
],
|
|
852
|
-
"type": "stack",
|
|
853
853
|
"direction": "vertical",
|
|
854
|
+
"type": "stack",
|
|
854
855
|
"gap": "md"
|
|
855
856
|
}
|
|
856
|
-
]
|
|
857
|
-
"appName": "Coding Academy"
|
|
857
|
+
]
|
|
858
858
|
}
|
|
859
859
|
]
|
|
860
860
|
]
|
|
@@ -873,22 +873,22 @@
|
|
|
873
873
|
"render-ui",
|
|
874
874
|
"main",
|
|
875
875
|
{
|
|
876
|
-
"showTopBar": true,
|
|
877
|
-
"appName": "Coding Academy",
|
|
878
876
|
"type": "game-shell",
|
|
877
|
+
"showTopBar": true,
|
|
879
878
|
"children": [
|
|
880
879
|
{
|
|
880
|
+
"type": "game-over-screen",
|
|
881
|
+
"title": "Well Done!",
|
|
881
882
|
"menuItems": [
|
|
882
883
|
{
|
|
883
|
-
"label": "Play Again",
|
|
884
884
|
"event": "RESTART",
|
|
885
|
-
"variant": "primary"
|
|
885
|
+
"variant": "primary",
|
|
886
|
+
"label": "Play Again"
|
|
886
887
|
}
|
|
887
|
-
]
|
|
888
|
-
"type": "game-over-screen",
|
|
889
|
-
"title": "Well Done!"
|
|
888
|
+
]
|
|
890
889
|
}
|
|
891
|
-
]
|
|
890
|
+
],
|
|
891
|
+
"appName": "Coding Academy"
|
|
892
892
|
}
|
|
893
893
|
]
|
|
894
894
|
]
|
|
@@ -902,22 +902,22 @@
|
|
|
902
902
|
"render-ui",
|
|
903
903
|
"main",
|
|
904
904
|
{
|
|
905
|
-
"type": "game-shell",
|
|
906
905
|
"children": [
|
|
907
906
|
{
|
|
908
907
|
"type": "game-menu",
|
|
909
908
|
"title": "Builder Challenge",
|
|
910
909
|
"menuItems": [
|
|
911
910
|
{
|
|
912
|
-
"event": "START",
|
|
913
911
|
"variant": "primary",
|
|
914
|
-
"label": "Start"
|
|
912
|
+
"label": "Start",
|
|
913
|
+
"event": "START"
|
|
915
914
|
}
|
|
916
915
|
]
|
|
917
916
|
}
|
|
918
917
|
],
|
|
919
918
|
"appName": "Coding Academy",
|
|
920
|
-
"showTopBar": true
|
|
919
|
+
"showTopBar": true,
|
|
920
|
+
"type": "game-shell"
|
|
921
921
|
}
|
|
922
922
|
]
|
|
923
923
|
]
|
|
@@ -1135,22 +1135,22 @@
|
|
|
1135
1135
|
"render-ui",
|
|
1136
1136
|
"main",
|
|
1137
1137
|
{
|
|
1138
|
-
"
|
|
1138
|
+
"showTopBar": true,
|
|
1139
1139
|
"appName": "Coding Academy",
|
|
1140
1140
|
"children": [
|
|
1141
1141
|
{
|
|
1142
|
-
"title": "Event Handler Challenge",
|
|
1143
1142
|
"type": "game-menu",
|
|
1143
|
+
"title": "Event Handler Challenge",
|
|
1144
1144
|
"menuItems": [
|
|
1145
1145
|
{
|
|
1146
1146
|
"label": "Start",
|
|
1147
|
-
"
|
|
1148
|
-
"
|
|
1147
|
+
"event": "START",
|
|
1148
|
+
"variant": "primary"
|
|
1149
1149
|
}
|
|
1150
1150
|
]
|
|
1151
1151
|
}
|
|
1152
1152
|
],
|
|
1153
|
-
"
|
|
1153
|
+
"type": "game-shell"
|
|
1154
1154
|
}
|
|
1155
1155
|
]
|
|
1156
1156
|
]
|
|
@@ -1164,61 +1164,61 @@
|
|
|
1164
1164
|
"render-ui",
|
|
1165
1165
|
"main",
|
|
1166
1166
|
{
|
|
1167
|
-
"type": "game-shell",
|
|
1168
1167
|
"appName": "Coding Academy",
|
|
1169
1168
|
"children": [
|
|
1170
1169
|
{
|
|
1170
|
+
"direction": "vertical",
|
|
1171
|
+
"gap": "md",
|
|
1171
1172
|
"children": [
|
|
1172
1173
|
{
|
|
1173
|
-
"type": "game-hud",
|
|
1174
1174
|
"stats": [
|
|
1175
1175
|
{
|
|
1176
|
-
"
|
|
1177
|
-
"
|
|
1176
|
+
"label": "Score",
|
|
1177
|
+
"value": "@entity.score"
|
|
1178
1178
|
},
|
|
1179
1179
|
{
|
|
1180
|
-
"
|
|
1181
|
-
"
|
|
1180
|
+
"value": "@entity.level",
|
|
1181
|
+
"label": "Level"
|
|
1182
1182
|
}
|
|
1183
|
-
]
|
|
1183
|
+
],
|
|
1184
|
+
"type": "game-hud"
|
|
1184
1185
|
},
|
|
1185
1186
|
{
|
|
1186
1187
|
"type": "card",
|
|
1187
1188
|
"children": [
|
|
1188
1189
|
{
|
|
1189
|
-
"
|
|
1190
|
-
"
|
|
1190
|
+
"type": "stack",
|
|
1191
|
+
"direction": "vertical",
|
|
1191
1192
|
"children": [
|
|
1192
1193
|
{
|
|
1193
|
-
"type": "typography",
|
|
1194
1194
|
"content": "Event Handler Challenge",
|
|
1195
|
-
"variant": "h3"
|
|
1195
|
+
"variant": "h3",
|
|
1196
|
+
"type": "typography"
|
|
1196
1197
|
},
|
|
1197
1198
|
{
|
|
1198
|
-
"variant": "body",
|
|
1199
1199
|
"type": "typography",
|
|
1200
|
-
"
|
|
1201
|
-
"color": "muted"
|
|
1200
|
+
"variant": "body",
|
|
1201
|
+
"color": "muted",
|
|
1202
|
+
"content": "Wire the event handlers to fire on the right triggers."
|
|
1202
1203
|
},
|
|
1203
1204
|
{
|
|
1204
|
-
"icon": "check",
|
|
1205
|
-
"label": "Complete",
|
|
1206
1205
|
"action": "COMPLETE",
|
|
1207
1206
|
"variant": "primary",
|
|
1207
|
+
"icon": "check",
|
|
1208
|
+
"label": "Complete",
|
|
1208
1209
|
"type": "button"
|
|
1209
1210
|
}
|
|
1210
1211
|
],
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1212
|
+
"align": "center",
|
|
1213
|
+
"gap": "md"
|
|
1213
1214
|
}
|
|
1214
1215
|
]
|
|
1215
1216
|
}
|
|
1216
1217
|
],
|
|
1217
|
-
"gap": "md",
|
|
1218
|
-
"direction": "vertical",
|
|
1219
1218
|
"type": "stack"
|
|
1220
1219
|
}
|
|
1221
1220
|
],
|
|
1221
|
+
"type": "game-shell",
|
|
1222
1222
|
"showTopBar": true
|
|
1223
1223
|
}
|
|
1224
1224
|
]
|
|
@@ -1238,22 +1238,22 @@
|
|
|
1238
1238
|
"render-ui",
|
|
1239
1239
|
"main",
|
|
1240
1240
|
{
|
|
1241
|
-
"type": "game-shell",
|
|
1242
|
-
"showTopBar": true,
|
|
1243
1241
|
"children": [
|
|
1244
1242
|
{
|
|
1243
|
+
"type": "game-over-screen",
|
|
1244
|
+
"title": "Well Done!",
|
|
1245
1245
|
"menuItems": [
|
|
1246
1246
|
{
|
|
1247
|
-
"
|
|
1247
|
+
"variant": "primary",
|
|
1248
1248
|
"label": "Play Again",
|
|
1249
|
-
"
|
|
1249
|
+
"event": "RESTART"
|
|
1250
1250
|
}
|
|
1251
|
-
]
|
|
1252
|
-
"title": "Well Done!",
|
|
1253
|
-
"type": "game-over-screen"
|
|
1251
|
+
]
|
|
1254
1252
|
}
|
|
1255
1253
|
],
|
|
1256
|
-
"appName": "Coding Academy"
|
|
1254
|
+
"appName": "Coding Academy",
|
|
1255
|
+
"type": "game-shell",
|
|
1256
|
+
"showTopBar": true
|
|
1257
1257
|
}
|
|
1258
1258
|
]
|
|
1259
1259
|
]
|
|
@@ -1269,20 +1269,20 @@
|
|
|
1269
1269
|
{
|
|
1270
1270
|
"appName": "Coding Academy",
|
|
1271
1271
|
"type": "game-shell",
|
|
1272
|
+
"showTopBar": true,
|
|
1272
1273
|
"children": [
|
|
1273
1274
|
{
|
|
1274
1275
|
"menuItems": [
|
|
1275
1276
|
{
|
|
1276
|
-
"
|
|
1277
|
+
"event": "START",
|
|
1277
1278
|
"variant": "primary",
|
|
1278
|
-
"
|
|
1279
|
+
"label": "Start"
|
|
1279
1280
|
}
|
|
1280
1281
|
],
|
|
1281
1282
|
"type": "game-menu",
|
|
1282
1283
|
"title": "Event Handler Challenge"
|
|
1283
1284
|
}
|
|
1284
|
-
]
|
|
1285
|
-
"showTopBar": true
|
|
1285
|
+
]
|
|
1286
1286
|
}
|
|
1287
1287
|
]
|
|
1288
1288
|
]
|
|
@@ -1389,21 +1389,23 @@
|
|
|
1389
1389
|
"ref": "AppShell.traits.AppLayout",
|
|
1390
1390
|
"name": "StudentProgressAppLayout",
|
|
1391
1391
|
"config": {
|
|
1392
|
-
"
|
|
1392
|
+
"appName": "Coding Academy",
|
|
1393
|
+
"searchEvent": "STUDENT_PROGRESS_SEARCH",
|
|
1394
|
+
"contentTrait": "@trait.StudentProgressCatalog",
|
|
1393
1395
|
"navItems": [
|
|
1394
1396
|
{
|
|
1395
|
-
"label": "Sequencer",
|
|
1396
1397
|
"href": "/sequencer",
|
|
1398
|
+
"label": "Sequencer",
|
|
1397
1399
|
"icon": "list-ordered"
|
|
1398
1400
|
},
|
|
1399
1401
|
{
|
|
1402
|
+
"href": "/builder",
|
|
1400
1403
|
"label": "Builder",
|
|
1401
|
-
"icon": "wrench"
|
|
1402
|
-
"href": "/builder"
|
|
1404
|
+
"icon": "wrench"
|
|
1403
1405
|
},
|
|
1404
1406
|
{
|
|
1405
|
-
"label": "Events",
|
|
1406
1407
|
"href": "/events",
|
|
1408
|
+
"label": "Events",
|
|
1407
1409
|
"icon": "zap"
|
|
1408
1410
|
},
|
|
1409
1411
|
{
|
|
@@ -1412,10 +1414,8 @@
|
|
|
1412
1414
|
"icon": "trending-up"
|
|
1413
1415
|
}
|
|
1414
1416
|
],
|
|
1415
|
-
"
|
|
1416
|
-
"
|
|
1417
|
-
"searchEvent": "STUDENT_PROGRESS_SEARCH",
|
|
1418
|
-
"notifications": []
|
|
1417
|
+
"notifications": [],
|
|
1418
|
+
"notificationClickEvent": "STUDENT_PROGRESS_NOTIFICATIONS_OPEN"
|
|
1419
1419
|
},
|
|
1420
1420
|
"events": {
|
|
1421
1421
|
"SEARCH": "STUDENT_PROGRESS_SEARCH",
|
|
@@ -1486,32 +1486,35 @@
|
|
|
1486
1486
|
"render-ui",
|
|
1487
1487
|
"main",
|
|
1488
1488
|
{
|
|
1489
|
+
"direction": "vertical",
|
|
1490
|
+
"type": "stack",
|
|
1491
|
+
"gap": "lg",
|
|
1489
1492
|
"children": [
|
|
1490
1493
|
{
|
|
1491
|
-
"gap": "md",
|
|
1492
1494
|
"align": "center",
|
|
1495
|
+
"direction": "horizontal",
|
|
1496
|
+
"gap": "md",
|
|
1497
|
+
"type": "stack",
|
|
1493
1498
|
"children": [
|
|
1494
1499
|
{
|
|
1500
|
+
"align": "center",
|
|
1495
1501
|
"children": [
|
|
1496
1502
|
{
|
|
1497
|
-
"
|
|
1498
|
-
"
|
|
1503
|
+
"type": "icon",
|
|
1504
|
+
"name": "trending-up"
|
|
1499
1505
|
},
|
|
1500
1506
|
{
|
|
1507
|
+
"type": "typography",
|
|
1501
1508
|
"content": "Progress",
|
|
1502
|
-
"variant": "h2"
|
|
1503
|
-
"type": "typography"
|
|
1509
|
+
"variant": "h2"
|
|
1504
1510
|
}
|
|
1505
1511
|
],
|
|
1506
|
-
"align": "center",
|
|
1507
|
-
"type": "stack",
|
|
1508
1512
|
"gap": "sm",
|
|
1509
|
-
"direction": "horizontal"
|
|
1513
|
+
"direction": "horizontal",
|
|
1514
|
+
"type": "stack"
|
|
1510
1515
|
}
|
|
1511
1516
|
],
|
|
1512
|
-
"
|
|
1513
|
-
"justify": "between",
|
|
1514
|
-
"direction": "horizontal"
|
|
1517
|
+
"justify": "between"
|
|
1515
1518
|
},
|
|
1516
1519
|
{
|
|
1517
1520
|
"type": "divider"
|
|
@@ -1522,10 +1525,7 @@
|
|
|
1522
1525
|
"type": "divider"
|
|
1523
1526
|
},
|
|
1524
1527
|
"@trait.StudentProgressBrowseList"
|
|
1525
|
-
]
|
|
1526
|
-
"type": "stack",
|
|
1527
|
-
"gap": "lg",
|
|
1528
|
-
"direction": "vertical"
|
|
1528
|
+
]
|
|
1529
1529
|
}
|
|
1530
1530
|
]
|
|
1531
1531
|
]
|
|
@@ -1544,33 +1544,33 @@
|
|
|
1544
1544
|
"render-ui",
|
|
1545
1545
|
"main",
|
|
1546
1546
|
{
|
|
1547
|
-
"
|
|
1547
|
+
"className": "py-8",
|
|
1548
|
+
"direction": "vertical",
|
|
1548
1549
|
"children": [
|
|
1549
1550
|
{
|
|
1550
|
-
"
|
|
1551
|
-
"
|
|
1551
|
+
"name": "bell",
|
|
1552
|
+
"type": "icon"
|
|
1552
1553
|
},
|
|
1553
1554
|
{
|
|
1555
|
+
"content": "No notifications",
|
|
1554
1556
|
"type": "typography",
|
|
1555
|
-
"variant": "h3"
|
|
1556
|
-
"content": "No notifications"
|
|
1557
|
+
"variant": "h3"
|
|
1557
1558
|
},
|
|
1558
1559
|
{
|
|
1560
|
+
"color": "muted",
|
|
1559
1561
|
"content": "You're all caught up.",
|
|
1560
|
-
"type": "typography",
|
|
1561
1562
|
"variant": "caption",
|
|
1562
|
-
"
|
|
1563
|
+
"type": "typography"
|
|
1563
1564
|
},
|
|
1564
1565
|
{
|
|
1565
|
-
"type": "button",
|
|
1566
|
-
"label": "Back to progress",
|
|
1567
1566
|
"action": "INIT",
|
|
1568
|
-
"
|
|
1567
|
+
"type": "button",
|
|
1568
|
+
"variant": "ghost",
|
|
1569
|
+
"label": "Back to progress"
|
|
1569
1570
|
}
|
|
1570
1571
|
],
|
|
1571
1572
|
"type": "stack",
|
|
1572
|
-
"
|
|
1573
|
-
"direction": "vertical",
|
|
1573
|
+
"align": "center",
|
|
1574
1574
|
"gap": "md"
|
|
1575
1575
|
}
|
|
1576
1576
|
]
|
|
@@ -1584,43 +1584,43 @@
|
|
|
1584
1584
|
"ref": "Stats.traits.StatsItemStats",
|
|
1585
1585
|
"name": "StudentProgressStats",
|
|
1586
1586
|
"config": {
|
|
1587
|
+
"title": "Student Progress",
|
|
1587
1588
|
"metrics": [
|
|
1588
1589
|
{
|
|
1589
1590
|
"icon": "check-circle",
|
|
1591
|
+
"label": "Lessons Completed",
|
|
1592
|
+
"field": "lessonsCompleted",
|
|
1590
1593
|
"variant": "success",
|
|
1591
|
-
"aggregation": "sum",
|
|
1592
1594
|
"format": "number",
|
|
1593
|
-
"
|
|
1594
|
-
"label": "Lessons Completed"
|
|
1595
|
+
"aggregation": "sum"
|
|
1595
1596
|
},
|
|
1596
1597
|
{
|
|
1597
|
-
"aggregation": "avg",
|
|
1598
1598
|
"icon": "star",
|
|
1599
|
-
"label": "Average Score",
|
|
1600
|
-
"variant": "primary",
|
|
1601
1599
|
"format": "number",
|
|
1602
|
-
"
|
|
1600
|
+
"label": "Average Score",
|
|
1601
|
+
"aggregation": "avg",
|
|
1602
|
+
"field": "avgScore",
|
|
1603
|
+
"variant": "primary"
|
|
1603
1604
|
},
|
|
1604
1605
|
{
|
|
1605
|
-
"field": "streak",
|
|
1606
|
-
"variant": "warning",
|
|
1607
1606
|
"icon": "flame",
|
|
1607
|
+
"variant": "warning",
|
|
1608
|
+
"field": "streak",
|
|
1608
1609
|
"format": "number",
|
|
1609
|
-
"
|
|
1610
|
+
"label": "Streak",
|
|
1610
1611
|
"suffix": "d",
|
|
1611
|
-
"
|
|
1612
|
+
"aggregation": "max"
|
|
1612
1613
|
},
|
|
1613
1614
|
{
|
|
1615
|
+
"icon": "clock",
|
|
1616
|
+
"format": "number",
|
|
1617
|
+
"suffix": "m",
|
|
1614
1618
|
"label": "Total Time",
|
|
1615
1619
|
"aggregation": "sum",
|
|
1616
1620
|
"field": "totalTimeMinutes",
|
|
1617
|
-
"
|
|
1618
|
-
"variant": "info",
|
|
1619
|
-
"format": "number",
|
|
1620
|
-
"suffix": "m"
|
|
1621
|
+
"variant": "info"
|
|
1621
1622
|
}
|
|
1622
|
-
]
|
|
1623
|
-
"title": "Student Progress"
|
|
1623
|
+
]
|
|
1624
1624
|
},
|
|
1625
1625
|
"listens": [
|
|
1626
1626
|
{
|
|
@@ -1637,12 +1637,12 @@
|
|
|
1637
1637
|
"ref": "Graphs.traits.GraphItemGraph",
|
|
1638
1638
|
"name": "StudentProgressGraphs",
|
|
1639
1639
|
"config": {
|
|
1640
|
+
"showLegend": true,
|
|
1641
|
+
"chartType": "line",
|
|
1640
1642
|
"valueField": "progressPct",
|
|
1641
|
-
"height": 280.0,
|
|
1642
1643
|
"subtitle": "Daily progress %",
|
|
1643
|
-
"showLegend": true,
|
|
1644
1644
|
"dateField": "day",
|
|
1645
|
-
"
|
|
1645
|
+
"height": 280.0,
|
|
1646
1646
|
"title": "Progress over time"
|
|
1647
1647
|
},
|
|
1648
1648
|
"listens": [
|
|
@@ -1661,52 +1661,52 @@
|
|
|
1661
1661
|
"name": "StudentProgressBrowseList",
|
|
1662
1662
|
"linkedEntity": "StudentProgress",
|
|
1663
1663
|
"config": {
|
|
1664
|
-
"itemActions": [
|
|
1665
|
-
{
|
|
1666
|
-
"event": "VIEW",
|
|
1667
|
-
"variant": "ghost",
|
|
1668
|
-
"label": "View"
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"event": "EDIT",
|
|
1672
|
-
"variant": "ghost",
|
|
1673
|
-
"label": "Edit"
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"variant": "danger",
|
|
1677
|
-
"event": "DELETE",
|
|
1678
|
-
"label": "Delete"
|
|
1679
|
-
}
|
|
1680
|
-
],
|
|
1681
|
-
"gap": "sm",
|
|
1682
|
-
"cols": 1.0,
|
|
1683
1664
|
"fields": [
|
|
1684
1665
|
{
|
|
1685
1666
|
"variant": "h4",
|
|
1686
1667
|
"icon": "user",
|
|
1687
|
-
"
|
|
1688
|
-
"
|
|
1668
|
+
"label": "Student",
|
|
1669
|
+
"name": "student"
|
|
1689
1670
|
},
|
|
1690
1671
|
{
|
|
1672
|
+
"name": "lessonsCompleted",
|
|
1691
1673
|
"label": "Lessons Completed",
|
|
1692
|
-
"variant": "body"
|
|
1693
|
-
"name": "lessonsCompleted"
|
|
1674
|
+
"variant": "body"
|
|
1694
1675
|
},
|
|
1695
1676
|
{
|
|
1677
|
+
"label": "Avg Score",
|
|
1696
1678
|
"name": "avgScore",
|
|
1697
|
-
"variant": "badge"
|
|
1698
|
-
"label": "Avg Score"
|
|
1679
|
+
"variant": "badge"
|
|
1699
1680
|
},
|
|
1700
1681
|
{
|
|
1701
|
-
"
|
|
1682
|
+
"name": "streak",
|
|
1702
1683
|
"label": "Streak",
|
|
1703
|
-
"
|
|
1684
|
+
"variant": "body"
|
|
1704
1685
|
},
|
|
1705
1686
|
{
|
|
1706
|
-
"
|
|
1687
|
+
"label": "Last Active",
|
|
1707
1688
|
"variant": "caption",
|
|
1708
|
-
"
|
|
1709
|
-
"
|
|
1689
|
+
"name": "lastActiveAt",
|
|
1690
|
+
"format": "date"
|
|
1691
|
+
}
|
|
1692
|
+
],
|
|
1693
|
+
"gap": "sm",
|
|
1694
|
+
"cols": 1.0,
|
|
1695
|
+
"itemActions": [
|
|
1696
|
+
{
|
|
1697
|
+
"variant": "ghost",
|
|
1698
|
+
"event": "VIEW",
|
|
1699
|
+
"label": "View"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"event": "EDIT",
|
|
1703
|
+
"variant": "ghost",
|
|
1704
|
+
"label": "Edit"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"event": "DELETE",
|
|
1708
|
+
"label": "Delete",
|
|
1709
|
+
"variant": "danger"
|
|
1710
1710
|
}
|
|
1711
1711
|
]
|
|
1712
1712
|
},
|
|
@@ -1743,9 +1743,9 @@
|
|
|
1743
1743
|
"progressPct",
|
|
1744
1744
|
"lastActiveAt"
|
|
1745
1745
|
],
|
|
1746
|
-
"
|
|
1746
|
+
"mode": "edit",
|
|
1747
1747
|
"icon": "eye",
|
|
1748
|
-
"
|
|
1748
|
+
"title": "View Progress"
|
|
1749
1749
|
},
|
|
1750
1750
|
"events": {
|
|
1751
1751
|
"OPEN": "VIEW"
|
|
@@ -1766,7 +1766,6 @@
|
|
|
1766
1766
|
"name": "StudentProgressEdit",
|
|
1767
1767
|
"linkedEntity": "StudentProgress",
|
|
1768
1768
|
"config": {
|
|
1769
|
-
"mode": "edit",
|
|
1770
1769
|
"title": "Edit Progress",
|
|
1771
1770
|
"icon": "edit",
|
|
1772
1771
|
"fields": [
|
|
@@ -1777,7 +1776,8 @@
|
|
|
1777
1776
|
"totalTimeMinutes",
|
|
1778
1777
|
"progressPct",
|
|
1779
1778
|
"lastActiveAt"
|
|
1780
|
-
]
|
|
1779
|
+
],
|
|
1780
|
+
"mode": "edit"
|
|
1781
1781
|
},
|
|
1782
1782
|
"events": {
|
|
1783
1783
|
"OPEN": "EDIT"
|
|
@@ -1798,14 +1798,14 @@
|
|
|
1798
1798
|
"name": "StudentProgressDelete",
|
|
1799
1799
|
"linkedEntity": "StudentProgress",
|
|
1800
1800
|
"config": {
|
|
1801
|
-
"confirmLabel": "Delete",
|
|
1802
|
-
"icon": "alert-triangle",
|
|
1803
1801
|
"title": "Delete Progress",
|
|
1802
|
+
"icon": "alert-triangle",
|
|
1803
|
+
"confirmLabel": "Delete",
|
|
1804
1804
|
"alertMessage": "This action cannot be undone."
|
|
1805
1805
|
},
|
|
1806
1806
|
"events": {
|
|
1807
|
-
"
|
|
1808
|
-
"
|
|
1807
|
+
"REQUEST": "DELETE",
|
|
1808
|
+
"CONFIRM": "CONFIRM_DELETE"
|
|
1809
1809
|
},
|
|
1810
1810
|
"listens": [
|
|
1811
1811
|
{
|
|
@@ -1988,4 +1988,4 @@
|
|
|
1988
1988
|
]
|
|
1989
1989
|
}
|
|
1990
1990
|
]
|
|
1991
|
-
}
|
|
1991
|
+
}
|