@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
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$generated": "2026-05-
|
|
2
|
+
"$generated": "2026-05-11T16:33:44.151Z",
|
|
3
3
|
"$source": "tools/behavior-registry-sync",
|
|
4
|
-
"totalBehaviors":
|
|
5
|
-
"atoms":
|
|
4
|
+
"totalBehaviors": 213,
|
|
5
|
+
"atoms": 130,
|
|
6
6
|
"molecules": 25,
|
|
7
7
|
"organisms": 58,
|
|
8
8
|
"layers": {
|
|
9
|
-
"UI Patterns":
|
|
9
|
+
"UI Patterns": 181,
|
|
10
10
|
"Game": 17,
|
|
11
11
|
"Services": 15
|
|
12
12
|
},
|
|
@@ -3842,7 +3842,6 @@
|
|
|
3842
3842
|
"std-change-order",
|
|
3843
3843
|
"std-chart-of-accounts",
|
|
3844
3844
|
"std-checkin",
|
|
3845
|
-
"std-checkout-terminal",
|
|
3846
3845
|
"std-cicd-pipeline",
|
|
3847
3846
|
"std-class-roster",
|
|
3848
3847
|
"std-class-session",
|
|
@@ -3851,7 +3850,6 @@
|
|
|
3851
3850
|
"std-construction-pm",
|
|
3852
3851
|
"std-court-deadline",
|
|
3853
3852
|
"std-crm",
|
|
3854
|
-
"std-customer-account",
|
|
3855
3853
|
"std-customer-success",
|
|
3856
3854
|
"std-devops-dashboard",
|
|
3857
3855
|
"std-document-mgmt",
|
|
@@ -4048,7 +4046,6 @@
|
|
|
4048
4046
|
"std-change-order",
|
|
4049
4047
|
"std-chart-of-accounts",
|
|
4050
4048
|
"std-checkin",
|
|
4051
|
-
"std-checkout-terminal",
|
|
4052
4049
|
"std-cicd-pipeline",
|
|
4053
4050
|
"std-class-roster",
|
|
4054
4051
|
"std-class-session",
|
|
@@ -4057,7 +4054,6 @@
|
|
|
4057
4054
|
"std-construction-pm",
|
|
4058
4055
|
"std-court-deadline",
|
|
4059
4056
|
"std-crm",
|
|
4060
|
-
"std-customer-account",
|
|
4061
4057
|
"std-customer-success",
|
|
4062
4058
|
"std-devops-dashboard",
|
|
4063
4059
|
"std-document-mgmt",
|
|
@@ -4274,7 +4270,6 @@
|
|
|
4274
4270
|
"std-change-order",
|
|
4275
4271
|
"std-chart-of-accounts",
|
|
4276
4272
|
"std-checkin",
|
|
4277
|
-
"std-checkout-terminal",
|
|
4278
4273
|
"std-cicd-pipeline",
|
|
4279
4274
|
"std-class-roster",
|
|
4280
4275
|
"std-class-session",
|
|
@@ -4283,7 +4278,6 @@
|
|
|
4283
4278
|
"std-construction-pm",
|
|
4284
4279
|
"std-court-deadline",
|
|
4285
4280
|
"std-crm",
|
|
4286
|
-
"std-customer-account",
|
|
4287
4281
|
"std-customer-success",
|
|
4288
4282
|
"std-devops-dashboard",
|
|
4289
4283
|
"std-document-mgmt",
|
|
@@ -4498,7 +4492,6 @@
|
|
|
4498
4492
|
"std-change-order",
|
|
4499
4493
|
"std-chart-of-accounts",
|
|
4500
4494
|
"std-checkin",
|
|
4501
|
-
"std-checkout-terminal",
|
|
4502
4495
|
"std-cicd-pipeline",
|
|
4503
4496
|
"std-class-roster",
|
|
4504
4497
|
"std-class-session",
|
|
@@ -4507,7 +4500,6 @@
|
|
|
4507
4500
|
"std-construction-pm",
|
|
4508
4501
|
"std-court-deadline",
|
|
4509
4502
|
"std-crm",
|
|
4510
|
-
"std-customer-account",
|
|
4511
4503
|
"std-customer-success",
|
|
4512
4504
|
"std-devops-dashboard",
|
|
4513
4505
|
"std-document-mgmt",
|
|
@@ -4725,7 +4717,6 @@
|
|
|
4725
4717
|
"std-cart",
|
|
4726
4718
|
"std-chart-of-accounts",
|
|
4727
4719
|
"std-checkin",
|
|
4728
|
-
"std-checkout-terminal",
|
|
4729
4720
|
"std-cicd-pipeline",
|
|
4730
4721
|
"std-class-roster",
|
|
4731
4722
|
"std-class-session",
|
|
@@ -4734,7 +4725,6 @@
|
|
|
4734
4725
|
"std-construction-pm",
|
|
4735
4726
|
"std-court-deadline",
|
|
4736
4727
|
"std-crm",
|
|
4737
|
-
"std-customer-account",
|
|
4738
4728
|
"std-customer-success",
|
|
4739
4729
|
"std-devops-dashboard",
|
|
4740
4730
|
"std-document-mgmt",
|
|
@@ -4938,7 +4928,6 @@
|
|
|
4938
4928
|
"std-cart",
|
|
4939
4929
|
"std-change-order",
|
|
4940
4930
|
"std-checkin",
|
|
4941
|
-
"std-checkout-terminal",
|
|
4942
4931
|
"std-cicd-pipeline",
|
|
4943
4932
|
"std-class-roster",
|
|
4944
4933
|
"std-class-session",
|
|
@@ -4947,7 +4936,6 @@
|
|
|
4947
4936
|
"std-construction-pm",
|
|
4948
4937
|
"std-court-deadline",
|
|
4949
4938
|
"std-crm",
|
|
4950
|
-
"std-customer-account",
|
|
4951
4939
|
"std-customer-success",
|
|
4952
4940
|
"std-devops-dashboard",
|
|
4953
4941
|
"std-document-mgmt",
|
|
@@ -5144,7 +5132,6 @@
|
|
|
5144
5132
|
"std-cart",
|
|
5145
5133
|
"std-change-order",
|
|
5146
5134
|
"std-chart-of-accounts",
|
|
5147
|
-
"std-checkout-terminal",
|
|
5148
5135
|
"std-cicd-pipeline",
|
|
5149
5136
|
"std-class-roster",
|
|
5150
5137
|
"std-class-session",
|
|
@@ -5153,7 +5140,6 @@
|
|
|
5153
5140
|
"std-construction-pm",
|
|
5154
5141
|
"std-court-deadline",
|
|
5155
5142
|
"std-crm",
|
|
5156
|
-
"std-customer-account",
|
|
5157
5143
|
"std-customer-success",
|
|
5158
5144
|
"std-devops-dashboard",
|
|
5159
5145
|
"std-document-mgmt",
|
|
@@ -5265,227 +5251,6 @@
|
|
|
5265
5251
|
],
|
|
5266
5252
|
"eventPayloads": {}
|
|
5267
5253
|
},
|
|
5268
|
-
"std-checkout-terminal": {
|
|
5269
|
-
"name": "std-checkout-terminal",
|
|
5270
|
-
"level": "atom",
|
|
5271
|
-
"topic": "app",
|
|
5272
|
-
"family": "app",
|
|
5273
|
-
"layer": "UI Patterns",
|
|
5274
|
-
"description": "std-checkout-terminal — retail POS checkout terminal. Owns a CheckoutSession entity (one row per active register session) and a single terminal trait that loads open sessions, renders cart + total + status in a data-grid, and supports tender / void session actions.",
|
|
5275
|
-
"defaultOrbitalName": "CheckoutSessionOrbital",
|
|
5276
|
-
"statePattern": "browsing, error, loading",
|
|
5277
|
-
"complexity": {
|
|
5278
|
-
"states": 3,
|
|
5279
|
-
"events": 5,
|
|
5280
|
-
"transitions": 6
|
|
5281
|
-
},
|
|
5282
|
-
"defaultEntity": {
|
|
5283
|
-
"name": "CheckoutSession",
|
|
5284
|
-
"persistence": "persistent",
|
|
5285
|
-
"fields": [
|
|
5286
|
-
{
|
|
5287
|
-
"name": "id",
|
|
5288
|
-
"type": "string",
|
|
5289
|
-
"required": true
|
|
5290
|
-
},
|
|
5291
|
-
{
|
|
5292
|
-
"name": "terminalId",
|
|
5293
|
-
"type": "string",
|
|
5294
|
-
"required": true
|
|
5295
|
-
},
|
|
5296
|
-
{
|
|
5297
|
-
"name": "cashierId",
|
|
5298
|
-
"type": "string",
|
|
5299
|
-
"default": ""
|
|
5300
|
-
},
|
|
5301
|
-
{
|
|
5302
|
-
"name": "cashierName",
|
|
5303
|
-
"type": "string",
|
|
5304
|
-
"default": ""
|
|
5305
|
-
},
|
|
5306
|
-
{
|
|
5307
|
-
"name": "cartItemsJson",
|
|
5308
|
-
"type": "string",
|
|
5309
|
-
"default": ""
|
|
5310
|
-
},
|
|
5311
|
-
{
|
|
5312
|
-
"name": "subtotal",
|
|
5313
|
-
"type": "number",
|
|
5314
|
-
"default": 0
|
|
5315
|
-
},
|
|
5316
|
-
{
|
|
5317
|
-
"name": "tax",
|
|
5318
|
-
"type": "number",
|
|
5319
|
-
"default": 0
|
|
5320
|
-
},
|
|
5321
|
-
{
|
|
5322
|
-
"name": "total",
|
|
5323
|
-
"type": "number",
|
|
5324
|
-
"default": 0
|
|
5325
|
-
},
|
|
5326
|
-
{
|
|
5327
|
-
"name": "paymentMethod",
|
|
5328
|
-
"type": "string",
|
|
5329
|
-
"default": "card"
|
|
5330
|
-
},
|
|
5331
|
-
{
|
|
5332
|
-
"name": "status",
|
|
5333
|
-
"type": "string",
|
|
5334
|
-
"default": "open"
|
|
5335
|
-
},
|
|
5336
|
-
{
|
|
5337
|
-
"name": "openedAt",
|
|
5338
|
-
"type": "string",
|
|
5339
|
-
"default": ""
|
|
5340
|
-
},
|
|
5341
|
-
{
|
|
5342
|
-
"name": "completedAt",
|
|
5343
|
-
"type": "string",
|
|
5344
|
-
"default": ""
|
|
5345
|
-
}
|
|
5346
|
-
]
|
|
5347
|
-
},
|
|
5348
|
-
"defaultLabels": {
|
|
5349
|
-
"title": "CheckoutSessions",
|
|
5350
|
-
"entitySingular": "CheckoutSession",
|
|
5351
|
-
"entityPlural": "CheckoutSessions"
|
|
5352
|
-
},
|
|
5353
|
-
"defaultIcons": [],
|
|
5354
|
-
"composableWith": [
|
|
5355
|
-
"std-accounting",
|
|
5356
|
-
"std-ap-bill",
|
|
5357
|
-
"std-api-gateway",
|
|
5358
|
-
"std-applicant",
|
|
5359
|
-
"std-applicant-form",
|
|
5360
|
-
"std-application",
|
|
5361
|
-
"std-approval-request",
|
|
5362
|
-
"std-ats-recruiting",
|
|
5363
|
-
"std-booking-system",
|
|
5364
|
-
"std-broadcast-builder",
|
|
5365
|
-
"std-campaign-goal",
|
|
5366
|
-
"std-cart",
|
|
5367
|
-
"std-change-order",
|
|
5368
|
-
"std-chart-of-accounts",
|
|
5369
|
-
"std-checkin",
|
|
5370
|
-
"std-cicd-pipeline",
|
|
5371
|
-
"std-class-roster",
|
|
5372
|
-
"std-class-session",
|
|
5373
|
-
"std-cms",
|
|
5374
|
-
"std-coding-academy",
|
|
5375
|
-
"std-construction-pm",
|
|
5376
|
-
"std-court-deadline",
|
|
5377
|
-
"std-crm",
|
|
5378
|
-
"std-customer-account",
|
|
5379
|
-
"std-customer-success",
|
|
5380
|
-
"std-devops-dashboard",
|
|
5381
|
-
"std-document-mgmt",
|
|
5382
|
-
"std-donation-receipt",
|
|
5383
|
-
"std-donor",
|
|
5384
|
-
"std-drip-sequence",
|
|
5385
|
-
"std-driver",
|
|
5386
|
-
"std-dunning",
|
|
5387
|
-
"std-ecommerce",
|
|
5388
|
-
"std-email-broadcast",
|
|
5389
|
-
"std-event",
|
|
5390
|
-
"std-event-ticketing",
|
|
5391
|
-
"std-field-service",
|
|
5392
|
-
"std-finance-tracker",
|
|
5393
|
-
"std-fitness-studio",
|
|
5394
|
-
"std-fleet-mgmt",
|
|
5395
|
-
"std-form-builder",
|
|
5396
|
-
"std-forum",
|
|
5397
|
-
"std-health-score",
|
|
5398
|
-
"std-healthcare",
|
|
5399
|
-
"std-help-article",
|
|
5400
|
-
"std-help-category",
|
|
5401
|
-
"std-helpdesk",
|
|
5402
|
-
"std-hr-portal",
|
|
5403
|
-
"std-interview-slot",
|
|
5404
|
-
"std-inventory",
|
|
5405
|
-
"std-invoice",
|
|
5406
|
-
"std-iot-dashboard",
|
|
5407
|
-
"std-kitchen-display",
|
|
5408
|
-
"std-lease",
|
|
5409
|
-
"std-ledger-entry",
|
|
5410
|
-
"std-ledger-entry-form",
|
|
5411
|
-
"std-legal-case",
|
|
5412
|
-
"std-listings",
|
|
5413
|
-
"std-lms",
|
|
5414
|
-
"std-maintenance-request",
|
|
5415
|
-
"std-marketing-campaign",
|
|
5416
|
-
"std-marketplace",
|
|
5417
|
-
"std-matter",
|
|
5418
|
-
"std-membership",
|
|
5419
|
-
"std-menu",
|
|
5420
|
-
"std-modifier-group",
|
|
5421
|
-
"std-nonprofit-donations",
|
|
5422
|
-
"std-notes",
|
|
5423
|
-
"std-nps-survey",
|
|
5424
|
-
"std-offer-letter",
|
|
5425
|
-
"std-payout-ledger",
|
|
5426
|
-
"std-project-manager",
|
|
5427
|
-
"std-property-mgmt",
|
|
5428
|
-
"std-public-help-center",
|
|
5429
|
-
"std-question-bank",
|
|
5430
|
-
"std-realtime-chat",
|
|
5431
|
-
"std-receipt",
|
|
5432
|
-
"std-recurring-charge",
|
|
5433
|
-
"std-renewal-risk",
|
|
5434
|
-
"std-rent-charge",
|
|
5435
|
-
"std-reorder-rule",
|
|
5436
|
-
"std-response-collector",
|
|
5437
|
-
"std-restaurant-pos",
|
|
5438
|
-
"std-retail-pos",
|
|
5439
|
-
"std-rfi",
|
|
5440
|
-
"std-route-optimize",
|
|
5441
|
-
"std-segment",
|
|
5442
|
-
"std-service-calendar-ical",
|
|
5443
|
-
"std-service-custom-bearer",
|
|
5444
|
-
"std-service-email",
|
|
5445
|
-
"std-service-github",
|
|
5446
|
-
"std-service-llm",
|
|
5447
|
-
"std-service-maps",
|
|
5448
|
-
"std-service-marketplace",
|
|
5449
|
-
"std-service-oauth",
|
|
5450
|
-
"std-service-print",
|
|
5451
|
-
"std-service-redis",
|
|
5452
|
-
"std-service-research-assistant",
|
|
5453
|
-
"std-service-storage",
|
|
5454
|
-
"std-service-stripe",
|
|
5455
|
-
"std-service-twilio",
|
|
5456
|
-
"std-service-youtube",
|
|
5457
|
-
"std-social-feed",
|
|
5458
|
-
"std-stock-adjustment",
|
|
5459
|
-
"std-stock-level",
|
|
5460
|
-
"std-submittal",
|
|
5461
|
-
"std-subscription-billing",
|
|
5462
|
-
"std-survey",
|
|
5463
|
-
"std-table-map",
|
|
5464
|
-
"std-technician-dispatch",
|
|
5465
|
-
"std-telematics-event",
|
|
5466
|
-
"std-template-editor",
|
|
5467
|
-
"std-tenant",
|
|
5468
|
-
"std-ticket-tier",
|
|
5469
|
-
"std-time-entry",
|
|
5470
|
-
"std-time-tracking",
|
|
5471
|
-
"std-timesheet",
|
|
5472
|
-
"std-trading-dashboard",
|
|
5473
|
-
"std-trial",
|
|
5474
|
-
"std-vehicle",
|
|
5475
|
-
"std-vendor-onboarding",
|
|
5476
|
-
"std-waitlist",
|
|
5477
|
-
"std-warehouse",
|
|
5478
|
-
"std-wiki",
|
|
5479
|
-
"std-work-order"
|
|
5480
|
-
],
|
|
5481
|
-
"connectableEvents": [
|
|
5482
|
-
"CheckoutSessionLoaded",
|
|
5483
|
-
"CheckoutSessionLoadFailed",
|
|
5484
|
-
"TENDER_PAYMENT",
|
|
5485
|
-
"VOID_SESSION"
|
|
5486
|
-
],
|
|
5487
|
-
"eventPayloads": {}
|
|
5488
|
-
},
|
|
5489
5254
|
"std-class-roster": {
|
|
5490
5255
|
"name": "std-class-roster",
|
|
5491
5256
|
"level": "atom",
|
|
@@ -5568,7 +5333,6 @@
|
|
|
5568
5333
|
"std-change-order",
|
|
5569
5334
|
"std-chart-of-accounts",
|
|
5570
5335
|
"std-checkin",
|
|
5571
|
-
"std-checkout-terminal",
|
|
5572
5336
|
"std-cicd-pipeline",
|
|
5573
5337
|
"std-class-session",
|
|
5574
5338
|
"std-cms",
|
|
@@ -5576,7 +5340,6 @@
|
|
|
5576
5340
|
"std-construction-pm",
|
|
5577
5341
|
"std-court-deadline",
|
|
5578
5342
|
"std-crm",
|
|
5579
|
-
"std-customer-account",
|
|
5580
5343
|
"std-customer-success",
|
|
5581
5344
|
"std-devops-dashboard",
|
|
5582
5345
|
"std-document-mgmt",
|
|
@@ -5779,7 +5542,6 @@
|
|
|
5779
5542
|
"std-change-order",
|
|
5780
5543
|
"std-chart-of-accounts",
|
|
5781
5544
|
"std-checkin",
|
|
5782
|
-
"std-checkout-terminal",
|
|
5783
5545
|
"std-cicd-pipeline",
|
|
5784
5546
|
"std-class-roster",
|
|
5785
5547
|
"std-cms",
|
|
@@ -5787,7 +5549,6 @@
|
|
|
5787
5549
|
"std-construction-pm",
|
|
5788
5550
|
"std-court-deadline",
|
|
5789
5551
|
"std-crm",
|
|
5790
|
-
"std-customer-account",
|
|
5791
5552
|
"std-customer-success",
|
|
5792
5553
|
"std-devops-dashboard",
|
|
5793
5554
|
"std-document-mgmt",
|
|
@@ -5990,7 +5751,6 @@
|
|
|
5990
5751
|
"std-change-order",
|
|
5991
5752
|
"std-chart-of-accounts",
|
|
5992
5753
|
"std-checkin",
|
|
5993
|
-
"std-checkout-terminal",
|
|
5994
5754
|
"std-cicd-pipeline",
|
|
5995
5755
|
"std-class-roster",
|
|
5996
5756
|
"std-class-session",
|
|
@@ -5998,7 +5758,6 @@
|
|
|
5998
5758
|
"std-coding-academy",
|
|
5999
5759
|
"std-construction-pm",
|
|
6000
5760
|
"std-crm",
|
|
6001
|
-
"std-customer-account",
|
|
6002
5761
|
"std-customer-success",
|
|
6003
5762
|
"std-devops-dashboard",
|
|
6004
5763
|
"std-document-mgmt",
|
|
@@ -6109,217 +5868,6 @@
|
|
|
6109
5868
|
],
|
|
6110
5869
|
"eventPayloads": {}
|
|
6111
5870
|
},
|
|
6112
|
-
"std-customer-account": {
|
|
6113
|
-
"name": "std-customer-account",
|
|
6114
|
-
"level": "atom",
|
|
6115
|
-
"topic": "app",
|
|
6116
|
-
"family": "app",
|
|
6117
|
-
"layer": "UI Patterns",
|
|
6118
|
-
"description": "Retail customer profile primitive with purchase history reference, store credit, and loyalty points.",
|
|
6119
|
-
"defaultOrbitalName": "CustomerAccountOrbital",
|
|
6120
|
-
"statePattern": "browsing, error, loading",
|
|
6121
|
-
"complexity": {
|
|
6122
|
-
"states": 3,
|
|
6123
|
-
"events": 5,
|
|
6124
|
-
"transitions": 6
|
|
6125
|
-
},
|
|
6126
|
-
"defaultEntity": {
|
|
6127
|
-
"name": "CustomerAccount",
|
|
6128
|
-
"persistence": "persistent",
|
|
6129
|
-
"fields": [
|
|
6130
|
-
{
|
|
6131
|
-
"name": "id",
|
|
6132
|
-
"type": "string",
|
|
6133
|
-
"required": true
|
|
6134
|
-
},
|
|
6135
|
-
{
|
|
6136
|
-
"name": "name",
|
|
6137
|
-
"type": "string",
|
|
6138
|
-
"required": true
|
|
6139
|
-
},
|
|
6140
|
-
{
|
|
6141
|
-
"name": "email",
|
|
6142
|
-
"type": "string",
|
|
6143
|
-
"default": ""
|
|
6144
|
-
},
|
|
6145
|
-
{
|
|
6146
|
-
"name": "phone",
|
|
6147
|
-
"type": "string",
|
|
6148
|
-
"default": ""
|
|
6149
|
-
},
|
|
6150
|
-
{
|
|
6151
|
-
"name": "loyaltyPoints",
|
|
6152
|
-
"type": "number",
|
|
6153
|
-
"default": 0
|
|
6154
|
-
},
|
|
6155
|
-
{
|
|
6156
|
-
"name": "storeCreditAmount",
|
|
6157
|
-
"type": "number",
|
|
6158
|
-
"default": 0
|
|
6159
|
-
},
|
|
6160
|
-
{
|
|
6161
|
-
"name": "totalSpent",
|
|
6162
|
-
"type": "number",
|
|
6163
|
-
"default": 0
|
|
6164
|
-
},
|
|
6165
|
-
{
|
|
6166
|
-
"name": "joinedAt",
|
|
6167
|
-
"type": "string",
|
|
6168
|
-
"default": ""
|
|
6169
|
-
},
|
|
6170
|
-
{
|
|
6171
|
-
"name": "lastVisitAt",
|
|
6172
|
-
"type": "string",
|
|
6173
|
-
"default": ""
|
|
6174
|
-
},
|
|
6175
|
-
{
|
|
6176
|
-
"name": "status",
|
|
6177
|
-
"type": "string",
|
|
6178
|
-
"default": "active"
|
|
6179
|
-
}
|
|
6180
|
-
]
|
|
6181
|
-
},
|
|
6182
|
-
"defaultLabels": {
|
|
6183
|
-
"title": "CustomerAccounts",
|
|
6184
|
-
"entitySingular": "CustomerAccount",
|
|
6185
|
-
"entityPlural": "CustomerAccounts"
|
|
6186
|
-
},
|
|
6187
|
-
"defaultIcons": [],
|
|
6188
|
-
"composableWith": [
|
|
6189
|
-
"std-accounting",
|
|
6190
|
-
"std-ap-bill",
|
|
6191
|
-
"std-api-gateway",
|
|
6192
|
-
"std-applicant",
|
|
6193
|
-
"std-applicant-form",
|
|
6194
|
-
"std-application",
|
|
6195
|
-
"std-approval-request",
|
|
6196
|
-
"std-ats-recruiting",
|
|
6197
|
-
"std-booking-system",
|
|
6198
|
-
"std-broadcast-builder",
|
|
6199
|
-
"std-campaign-goal",
|
|
6200
|
-
"std-cart",
|
|
6201
|
-
"std-change-order",
|
|
6202
|
-
"std-chart-of-accounts",
|
|
6203
|
-
"std-checkin",
|
|
6204
|
-
"std-checkout-terminal",
|
|
6205
|
-
"std-cicd-pipeline",
|
|
6206
|
-
"std-class-roster",
|
|
6207
|
-
"std-class-session",
|
|
6208
|
-
"std-cms",
|
|
6209
|
-
"std-coding-academy",
|
|
6210
|
-
"std-construction-pm",
|
|
6211
|
-
"std-court-deadline",
|
|
6212
|
-
"std-crm",
|
|
6213
|
-
"std-customer-success",
|
|
6214
|
-
"std-devops-dashboard",
|
|
6215
|
-
"std-document-mgmt",
|
|
6216
|
-
"std-donation-receipt",
|
|
6217
|
-
"std-donor",
|
|
6218
|
-
"std-drip-sequence",
|
|
6219
|
-
"std-driver",
|
|
6220
|
-
"std-dunning",
|
|
6221
|
-
"std-ecommerce",
|
|
6222
|
-
"std-email-broadcast",
|
|
6223
|
-
"std-event",
|
|
6224
|
-
"std-event-ticketing",
|
|
6225
|
-
"std-field-service",
|
|
6226
|
-
"std-finance-tracker",
|
|
6227
|
-
"std-fitness-studio",
|
|
6228
|
-
"std-fleet-mgmt",
|
|
6229
|
-
"std-form-builder",
|
|
6230
|
-
"std-forum",
|
|
6231
|
-
"std-health-score",
|
|
6232
|
-
"std-healthcare",
|
|
6233
|
-
"std-help-article",
|
|
6234
|
-
"std-help-category",
|
|
6235
|
-
"std-helpdesk",
|
|
6236
|
-
"std-hr-portal",
|
|
6237
|
-
"std-interview-slot",
|
|
6238
|
-
"std-inventory",
|
|
6239
|
-
"std-invoice",
|
|
6240
|
-
"std-iot-dashboard",
|
|
6241
|
-
"std-kitchen-display",
|
|
6242
|
-
"std-lease",
|
|
6243
|
-
"std-ledger-entry",
|
|
6244
|
-
"std-ledger-entry-form",
|
|
6245
|
-
"std-legal-case",
|
|
6246
|
-
"std-listings",
|
|
6247
|
-
"std-lms",
|
|
6248
|
-
"std-maintenance-request",
|
|
6249
|
-
"std-marketing-campaign",
|
|
6250
|
-
"std-marketplace",
|
|
6251
|
-
"std-matter",
|
|
6252
|
-
"std-membership",
|
|
6253
|
-
"std-menu",
|
|
6254
|
-
"std-modifier-group",
|
|
6255
|
-
"std-nonprofit-donations",
|
|
6256
|
-
"std-notes",
|
|
6257
|
-
"std-nps-survey",
|
|
6258
|
-
"std-offer-letter",
|
|
6259
|
-
"std-payout-ledger",
|
|
6260
|
-
"std-project-manager",
|
|
6261
|
-
"std-property-mgmt",
|
|
6262
|
-
"std-public-help-center",
|
|
6263
|
-
"std-question-bank",
|
|
6264
|
-
"std-realtime-chat",
|
|
6265
|
-
"std-receipt",
|
|
6266
|
-
"std-recurring-charge",
|
|
6267
|
-
"std-renewal-risk",
|
|
6268
|
-
"std-rent-charge",
|
|
6269
|
-
"std-reorder-rule",
|
|
6270
|
-
"std-response-collector",
|
|
6271
|
-
"std-restaurant-pos",
|
|
6272
|
-
"std-retail-pos",
|
|
6273
|
-
"std-rfi",
|
|
6274
|
-
"std-route-optimize",
|
|
6275
|
-
"std-segment",
|
|
6276
|
-
"std-service-calendar-ical",
|
|
6277
|
-
"std-service-custom-bearer",
|
|
6278
|
-
"std-service-email",
|
|
6279
|
-
"std-service-github",
|
|
6280
|
-
"std-service-llm",
|
|
6281
|
-
"std-service-maps",
|
|
6282
|
-
"std-service-marketplace",
|
|
6283
|
-
"std-service-oauth",
|
|
6284
|
-
"std-service-print",
|
|
6285
|
-
"std-service-redis",
|
|
6286
|
-
"std-service-research-assistant",
|
|
6287
|
-
"std-service-storage",
|
|
6288
|
-
"std-service-stripe",
|
|
6289
|
-
"std-service-twilio",
|
|
6290
|
-
"std-service-youtube",
|
|
6291
|
-
"std-social-feed",
|
|
6292
|
-
"std-stock-adjustment",
|
|
6293
|
-
"std-stock-level",
|
|
6294
|
-
"std-submittal",
|
|
6295
|
-
"std-subscription-billing",
|
|
6296
|
-
"std-survey",
|
|
6297
|
-
"std-table-map",
|
|
6298
|
-
"std-technician-dispatch",
|
|
6299
|
-
"std-telematics-event",
|
|
6300
|
-
"std-template-editor",
|
|
6301
|
-
"std-tenant",
|
|
6302
|
-
"std-ticket-tier",
|
|
6303
|
-
"std-time-entry",
|
|
6304
|
-
"std-time-tracking",
|
|
6305
|
-
"std-timesheet",
|
|
6306
|
-
"std-trading-dashboard",
|
|
6307
|
-
"std-trial",
|
|
6308
|
-
"std-vehicle",
|
|
6309
|
-
"std-vendor-onboarding",
|
|
6310
|
-
"std-waitlist",
|
|
6311
|
-
"std-warehouse",
|
|
6312
|
-
"std-wiki",
|
|
6313
|
-
"std-work-order"
|
|
6314
|
-
],
|
|
6315
|
-
"connectableEvents": [
|
|
6316
|
-
"CustomerAccountLoaded",
|
|
6317
|
-
"CustomerAccountLoadFailed",
|
|
6318
|
-
"GRANT_POINTS",
|
|
6319
|
-
"GRANT_CREDIT"
|
|
6320
|
-
],
|
|
6321
|
-
"eventPayloads": {}
|
|
6322
|
-
},
|
|
6323
5871
|
"std-donation-receipt": {
|
|
6324
5872
|
"name": "std-donation-receipt",
|
|
6325
5873
|
"level": "atom",
|
|
@@ -6417,7 +5965,6 @@
|
|
|
6417
5965
|
"std-change-order",
|
|
6418
5966
|
"std-chart-of-accounts",
|
|
6419
5967
|
"std-checkin",
|
|
6420
|
-
"std-checkout-terminal",
|
|
6421
5968
|
"std-cicd-pipeline",
|
|
6422
5969
|
"std-class-roster",
|
|
6423
5970
|
"std-class-session",
|
|
@@ -6426,7 +5973,6 @@
|
|
|
6426
5973
|
"std-construction-pm",
|
|
6427
5974
|
"std-court-deadline",
|
|
6428
5975
|
"std-crm",
|
|
6429
|
-
"std-customer-account",
|
|
6430
5976
|
"std-customer-success",
|
|
6431
5977
|
"std-devops-dashboard",
|
|
6432
5978
|
"std-document-mgmt",
|
|
@@ -6628,7 +6174,6 @@
|
|
|
6628
6174
|
"std-change-order",
|
|
6629
6175
|
"std-chart-of-accounts",
|
|
6630
6176
|
"std-checkin",
|
|
6631
|
-
"std-checkout-terminal",
|
|
6632
6177
|
"std-cicd-pipeline",
|
|
6633
6178
|
"std-class-roster",
|
|
6634
6179
|
"std-class-session",
|
|
@@ -6637,7 +6182,6 @@
|
|
|
6637
6182
|
"std-construction-pm",
|
|
6638
6183
|
"std-court-deadline",
|
|
6639
6184
|
"std-crm",
|
|
6640
|
-
"std-customer-account",
|
|
6641
6185
|
"std-customer-success",
|
|
6642
6186
|
"std-devops-dashboard",
|
|
6643
6187
|
"std-document-mgmt",
|
|
@@ -6830,7 +6374,6 @@
|
|
|
6830
6374
|
"std-change-order",
|
|
6831
6375
|
"std-chart-of-accounts",
|
|
6832
6376
|
"std-checkin",
|
|
6833
|
-
"std-checkout-terminal",
|
|
6834
6377
|
"std-cicd-pipeline",
|
|
6835
6378
|
"std-class-roster",
|
|
6836
6379
|
"std-class-session",
|
|
@@ -6839,7 +6382,6 @@
|
|
|
6839
6382
|
"std-construction-pm",
|
|
6840
6383
|
"std-court-deadline",
|
|
6841
6384
|
"std-crm",
|
|
6842
|
-
"std-customer-account",
|
|
6843
6385
|
"std-customer-success",
|
|
6844
6386
|
"std-devops-dashboard",
|
|
6845
6387
|
"std-document-mgmt",
|
|
@@ -7057,7 +6599,6 @@
|
|
|
7057
6599
|
"std-change-order",
|
|
7058
6600
|
"std-chart-of-accounts",
|
|
7059
6601
|
"std-checkin",
|
|
7060
|
-
"std-checkout-terminal",
|
|
7061
6602
|
"std-cicd-pipeline",
|
|
7062
6603
|
"std-class-roster",
|
|
7063
6604
|
"std-class-session",
|
|
@@ -7066,7 +6607,6 @@
|
|
|
7066
6607
|
"std-construction-pm",
|
|
7067
6608
|
"std-court-deadline",
|
|
7068
6609
|
"std-crm",
|
|
7069
|
-
"std-customer-account",
|
|
7070
6610
|
"std-customer-success",
|
|
7071
6611
|
"std-devops-dashboard",
|
|
7072
6612
|
"std-document-mgmt",
|
|
@@ -7290,7 +6830,6 @@
|
|
|
7290
6830
|
"std-change-order",
|
|
7291
6831
|
"std-chart-of-accounts",
|
|
7292
6832
|
"std-checkin",
|
|
7293
|
-
"std-checkout-terminal",
|
|
7294
6833
|
"std-cicd-pipeline",
|
|
7295
6834
|
"std-class-roster",
|
|
7296
6835
|
"std-class-session",
|
|
@@ -7299,7 +6838,6 @@
|
|
|
7299
6838
|
"std-construction-pm",
|
|
7300
6839
|
"std-court-deadline",
|
|
7301
6840
|
"std-crm",
|
|
7302
|
-
"std-customer-account",
|
|
7303
6841
|
"std-customer-success",
|
|
7304
6842
|
"std-devops-dashboard",
|
|
7305
6843
|
"std-document-mgmt",
|
|
@@ -7505,7 +7043,6 @@
|
|
|
7505
7043
|
"std-change-order",
|
|
7506
7044
|
"std-chart-of-accounts",
|
|
7507
7045
|
"std-checkin",
|
|
7508
|
-
"std-checkout-terminal",
|
|
7509
7046
|
"std-cicd-pipeline",
|
|
7510
7047
|
"std-class-roster",
|
|
7511
7048
|
"std-class-session",
|
|
@@ -7514,7 +7051,6 @@
|
|
|
7514
7051
|
"std-construction-pm",
|
|
7515
7052
|
"std-court-deadline",
|
|
7516
7053
|
"std-crm",
|
|
7517
|
-
"std-customer-account",
|
|
7518
7054
|
"std-customer-success",
|
|
7519
7055
|
"std-devops-dashboard",
|
|
7520
7056
|
"std-document-mgmt",
|
|
@@ -7726,7 +7262,6 @@
|
|
|
7726
7262
|
"std-change-order",
|
|
7727
7263
|
"std-chart-of-accounts",
|
|
7728
7264
|
"std-checkin",
|
|
7729
|
-
"std-checkout-terminal",
|
|
7730
7265
|
"std-cicd-pipeline",
|
|
7731
7266
|
"std-class-roster",
|
|
7732
7267
|
"std-class-session",
|
|
@@ -7736,7 +7271,6 @@
|
|
|
7736
7271
|
"std-construction-pm",
|
|
7737
7272
|
"std-court-deadline",
|
|
7738
7273
|
"std-crm",
|
|
7739
|
-
"std-customer-account",
|
|
7740
7274
|
"std-customer-success",
|
|
7741
7275
|
"std-devops-dashboard",
|
|
7742
7276
|
"std-document-mgmt",
|
|
@@ -7965,7 +7499,6 @@
|
|
|
7965
7499
|
"std-change-order",
|
|
7966
7500
|
"std-chart-of-accounts",
|
|
7967
7501
|
"std-checkin",
|
|
7968
|
-
"std-checkout-terminal",
|
|
7969
7502
|
"std-cicd-pipeline",
|
|
7970
7503
|
"std-class-roster",
|
|
7971
7504
|
"std-class-session",
|
|
@@ -7974,7 +7507,6 @@
|
|
|
7974
7507
|
"std-construction-pm",
|
|
7975
7508
|
"std-court-deadline",
|
|
7976
7509
|
"std-crm",
|
|
7977
|
-
"std-customer-account",
|
|
7978
7510
|
"std-customer-success",
|
|
7979
7511
|
"std-devops-dashboard",
|
|
7980
7512
|
"std-document-mgmt",
|
|
@@ -8217,7 +7749,6 @@
|
|
|
8217
7749
|
"std-change-order",
|
|
8218
7750
|
"std-chart-of-accounts",
|
|
8219
7751
|
"std-checkin",
|
|
8220
|
-
"std-checkout-terminal",
|
|
8221
7752
|
"std-cicd-pipeline",
|
|
8222
7753
|
"std-class-roster",
|
|
8223
7754
|
"std-class-session",
|
|
@@ -8226,7 +7757,6 @@
|
|
|
8226
7757
|
"std-construction-pm",
|
|
8227
7758
|
"std-court-deadline",
|
|
8228
7759
|
"std-crm",
|
|
8229
|
-
"std-customer-account",
|
|
8230
7760
|
"std-customer-success",
|
|
8231
7761
|
"std-devops-dashboard",
|
|
8232
7762
|
"std-document-mgmt",
|
|
@@ -8449,7 +7979,6 @@
|
|
|
8449
7979
|
"std-change-order",
|
|
8450
7980
|
"std-chart-of-accounts",
|
|
8451
7981
|
"std-checkin",
|
|
8452
|
-
"std-checkout-terminal",
|
|
8453
7982
|
"std-cicd-pipeline",
|
|
8454
7983
|
"std-class-roster",
|
|
8455
7984
|
"std-class-session",
|
|
@@ -8458,7 +7987,6 @@
|
|
|
8458
7987
|
"std-construction-pm",
|
|
8459
7988
|
"std-court-deadline",
|
|
8460
7989
|
"std-crm",
|
|
8461
|
-
"std-customer-account",
|
|
8462
7990
|
"std-customer-success",
|
|
8463
7991
|
"std-devops-dashboard",
|
|
8464
7992
|
"std-document-mgmt",
|
|
@@ -8670,7 +8198,6 @@
|
|
|
8670
8198
|
"std-change-order",
|
|
8671
8199
|
"std-chart-of-accounts",
|
|
8672
8200
|
"std-checkin",
|
|
8673
|
-
"std-checkout-terminal",
|
|
8674
8201
|
"std-cicd-pipeline",
|
|
8675
8202
|
"std-class-roster",
|
|
8676
8203
|
"std-class-session",
|
|
@@ -8679,7 +8206,6 @@
|
|
|
8679
8206
|
"std-construction-pm",
|
|
8680
8207
|
"std-court-deadline",
|
|
8681
8208
|
"std-crm",
|
|
8682
|
-
"std-customer-account",
|
|
8683
8209
|
"std-customer-success",
|
|
8684
8210
|
"std-devops-dashboard",
|
|
8685
8211
|
"std-document-mgmt",
|
|
@@ -8900,7 +8426,6 @@
|
|
|
8900
8426
|
"std-change-order",
|
|
8901
8427
|
"std-chart-of-accounts",
|
|
8902
8428
|
"std-checkin",
|
|
8903
|
-
"std-checkout-terminal",
|
|
8904
8429
|
"std-cicd-pipeline",
|
|
8905
8430
|
"std-class-roster",
|
|
8906
8431
|
"std-class-session",
|
|
@@ -8909,7 +8434,6 @@
|
|
|
8909
8434
|
"std-construction-pm",
|
|
8910
8435
|
"std-court-deadline",
|
|
8911
8436
|
"std-crm",
|
|
8912
|
-
"std-customer-account",
|
|
8913
8437
|
"std-customer-success",
|
|
8914
8438
|
"std-devops-dashboard",
|
|
8915
8439
|
"std-document-mgmt",
|
|
@@ -9114,7 +8638,6 @@
|
|
|
9114
8638
|
"std-change-order",
|
|
9115
8639
|
"std-chart-of-accounts",
|
|
9116
8640
|
"std-checkin",
|
|
9117
|
-
"std-checkout-terminal",
|
|
9118
8641
|
"std-cicd-pipeline",
|
|
9119
8642
|
"std-class-roster",
|
|
9120
8643
|
"std-class-session",
|
|
@@ -9123,7 +8646,6 @@
|
|
|
9123
8646
|
"std-construction-pm",
|
|
9124
8647
|
"std-court-deadline",
|
|
9125
8648
|
"std-crm",
|
|
9126
|
-
"std-customer-account",
|
|
9127
8649
|
"std-customer-success",
|
|
9128
8650
|
"std-devops-dashboard",
|
|
9129
8651
|
"std-document-mgmt",
|
|
@@ -9328,7 +8850,6 @@
|
|
|
9328
8850
|
"std-change-order",
|
|
9329
8851
|
"std-chart-of-accounts",
|
|
9330
8852
|
"std-checkin",
|
|
9331
|
-
"std-checkout-terminal",
|
|
9332
8853
|
"std-cicd-pipeline",
|
|
9333
8854
|
"std-class-roster",
|
|
9334
8855
|
"std-class-session",
|
|
@@ -9337,7 +8858,6 @@
|
|
|
9337
8858
|
"std-construction-pm",
|
|
9338
8859
|
"std-court-deadline",
|
|
9339
8860
|
"std-crm",
|
|
9340
|
-
"std-customer-account",
|
|
9341
8861
|
"std-customer-success",
|
|
9342
8862
|
"std-devops-dashboard",
|
|
9343
8863
|
"std-document-mgmt",
|
|
@@ -9539,7 +9059,6 @@
|
|
|
9539
9059
|
"std-change-order",
|
|
9540
9060
|
"std-chart-of-accounts",
|
|
9541
9061
|
"std-checkin",
|
|
9542
|
-
"std-checkout-terminal",
|
|
9543
9062
|
"std-cicd-pipeline",
|
|
9544
9063
|
"std-class-roster",
|
|
9545
9064
|
"std-class-session",
|
|
@@ -9548,7 +9067,6 @@
|
|
|
9548
9067
|
"std-construction-pm",
|
|
9549
9068
|
"std-court-deadline",
|
|
9550
9069
|
"std-crm",
|
|
9551
|
-
"std-customer-account",
|
|
9552
9070
|
"std-customer-success",
|
|
9553
9071
|
"std-devops-dashboard",
|
|
9554
9072
|
"std-document-mgmt",
|
|
@@ -9760,7 +9278,6 @@
|
|
|
9760
9278
|
"std-change-order",
|
|
9761
9279
|
"std-chart-of-accounts",
|
|
9762
9280
|
"std-checkin",
|
|
9763
|
-
"std-checkout-terminal",
|
|
9764
9281
|
"std-cicd-pipeline",
|
|
9765
9282
|
"std-class-roster",
|
|
9766
9283
|
"std-class-session",
|
|
@@ -9769,7 +9286,6 @@
|
|
|
9769
9286
|
"std-construction-pm",
|
|
9770
9287
|
"std-court-deadline",
|
|
9771
9288
|
"std-crm",
|
|
9772
|
-
"std-customer-account",
|
|
9773
9289
|
"std-customer-success",
|
|
9774
9290
|
"std-devops-dashboard",
|
|
9775
9291
|
"std-document-mgmt",
|
|
@@ -9974,7 +9490,6 @@
|
|
|
9974
9490
|
"std-change-order",
|
|
9975
9491
|
"std-chart-of-accounts",
|
|
9976
9492
|
"std-checkin",
|
|
9977
|
-
"std-checkout-terminal",
|
|
9978
9493
|
"std-cicd-pipeline",
|
|
9979
9494
|
"std-class-roster",
|
|
9980
9495
|
"std-class-session",
|
|
@@ -9983,7 +9498,6 @@
|
|
|
9983
9498
|
"std-construction-pm",
|
|
9984
9499
|
"std-court-deadline",
|
|
9985
9500
|
"std-crm",
|
|
9986
|
-
"std-customer-account",
|
|
9987
9501
|
"std-customer-success",
|
|
9988
9502
|
"std-devops-dashboard",
|
|
9989
9503
|
"std-document-mgmt",
|
|
@@ -10186,7 +9700,6 @@
|
|
|
10186
9700
|
"std-change-order",
|
|
10187
9701
|
"std-chart-of-accounts",
|
|
10188
9702
|
"std-checkin",
|
|
10189
|
-
"std-checkout-terminal",
|
|
10190
9703
|
"std-cicd-pipeline",
|
|
10191
9704
|
"std-class-roster",
|
|
10192
9705
|
"std-class-session",
|
|
@@ -10195,7 +9708,6 @@
|
|
|
10195
9708
|
"std-construction-pm",
|
|
10196
9709
|
"std-court-deadline",
|
|
10197
9710
|
"std-crm",
|
|
10198
|
-
"std-customer-account",
|
|
10199
9711
|
"std-customer-success",
|
|
10200
9712
|
"std-devops-dashboard",
|
|
10201
9713
|
"std-document-mgmt",
|
|
@@ -10415,7 +9927,6 @@
|
|
|
10415
9927
|
"std-change-order",
|
|
10416
9928
|
"std-chart-of-accounts",
|
|
10417
9929
|
"std-checkin",
|
|
10418
|
-
"std-checkout-terminal",
|
|
10419
9930
|
"std-cicd-pipeline",
|
|
10420
9931
|
"std-class-roster",
|
|
10421
9932
|
"std-class-session",
|
|
@@ -10424,7 +9935,6 @@
|
|
|
10424
9935
|
"std-construction-pm",
|
|
10425
9936
|
"std-court-deadline",
|
|
10426
9937
|
"std-crm",
|
|
10427
|
-
"std-customer-account",
|
|
10428
9938
|
"std-customer-success",
|
|
10429
9939
|
"std-devops-dashboard",
|
|
10430
9940
|
"std-document-mgmt",
|
|
@@ -10624,7 +10134,6 @@
|
|
|
10624
10134
|
"std-change-order",
|
|
10625
10135
|
"std-chart-of-accounts",
|
|
10626
10136
|
"std-checkin",
|
|
10627
|
-
"std-checkout-terminal",
|
|
10628
10137
|
"std-cicd-pipeline",
|
|
10629
10138
|
"std-class-roster",
|
|
10630
10139
|
"std-class-session",
|
|
@@ -10633,7 +10142,6 @@
|
|
|
10633
10142
|
"std-construction-pm",
|
|
10634
10143
|
"std-court-deadline",
|
|
10635
10144
|
"std-crm",
|
|
10636
|
-
"std-customer-account",
|
|
10637
10145
|
"std-customer-success",
|
|
10638
10146
|
"std-devops-dashboard",
|
|
10639
10147
|
"std-document-mgmt",
|
|
@@ -10855,7 +10363,6 @@
|
|
|
10855
10363
|
"std-change-order",
|
|
10856
10364
|
"std-chart-of-accounts",
|
|
10857
10365
|
"std-checkin",
|
|
10858
|
-
"std-checkout-terminal",
|
|
10859
10366
|
"std-cicd-pipeline",
|
|
10860
10367
|
"std-class-roster",
|
|
10861
10368
|
"std-class-session",
|
|
@@ -10864,7 +10371,6 @@
|
|
|
10864
10371
|
"std-construction-pm",
|
|
10865
10372
|
"std-court-deadline",
|
|
10866
10373
|
"std-crm",
|
|
10867
|
-
"std-customer-account",
|
|
10868
10374
|
"std-customer-success",
|
|
10869
10375
|
"std-devops-dashboard",
|
|
10870
10376
|
"std-document-mgmt",
|
|
@@ -11075,7 +10581,6 @@
|
|
|
11075
10581
|
"std-change-order",
|
|
11076
10582
|
"std-chart-of-accounts",
|
|
11077
10583
|
"std-checkin",
|
|
11078
|
-
"std-checkout-terminal",
|
|
11079
10584
|
"std-cicd-pipeline",
|
|
11080
10585
|
"std-class-roster",
|
|
11081
10586
|
"std-class-session",
|
|
@@ -11084,7 +10589,6 @@
|
|
|
11084
10589
|
"std-construction-pm",
|
|
11085
10590
|
"std-court-deadline",
|
|
11086
10591
|
"std-crm",
|
|
11087
|
-
"std-customer-account",
|
|
11088
10592
|
"std-customer-success",
|
|
11089
10593
|
"std-devops-dashboard",
|
|
11090
10594
|
"std-document-mgmt",
|
|
@@ -11277,7 +10781,6 @@
|
|
|
11277
10781
|
"std-change-order",
|
|
11278
10782
|
"std-chart-of-accounts",
|
|
11279
10783
|
"std-checkin",
|
|
11280
|
-
"std-checkout-terminal",
|
|
11281
10784
|
"std-cicd-pipeline",
|
|
11282
10785
|
"std-class-roster",
|
|
11283
10786
|
"std-class-session",
|
|
@@ -11286,7 +10789,6 @@
|
|
|
11286
10789
|
"std-construction-pm",
|
|
11287
10790
|
"std-court-deadline",
|
|
11288
10791
|
"std-crm",
|
|
11289
|
-
"std-customer-account",
|
|
11290
10792
|
"std-customer-success",
|
|
11291
10793
|
"std-devops-dashboard",
|
|
11292
10794
|
"std-document-mgmt",
|
|
@@ -11478,7 +10980,6 @@
|
|
|
11478
10980
|
"std-change-order",
|
|
11479
10981
|
"std-chart-of-accounts",
|
|
11480
10982
|
"std-checkin",
|
|
11481
|
-
"std-checkout-terminal",
|
|
11482
10983
|
"std-cicd-pipeline",
|
|
11483
10984
|
"std-class-roster",
|
|
11484
10985
|
"std-class-session",
|
|
@@ -11487,7 +10988,6 @@
|
|
|
11487
10988
|
"std-construction-pm",
|
|
11488
10989
|
"std-court-deadline",
|
|
11489
10990
|
"std-crm",
|
|
11490
|
-
"std-customer-account",
|
|
11491
10991
|
"std-customer-success",
|
|
11492
10992
|
"std-devops-dashboard",
|
|
11493
10993
|
"std-document-mgmt",
|
|
@@ -11703,7 +11203,6 @@
|
|
|
11703
11203
|
"std-change-order",
|
|
11704
11204
|
"std-chart-of-accounts",
|
|
11705
11205
|
"std-checkin",
|
|
11706
|
-
"std-checkout-terminal",
|
|
11707
11206
|
"std-cicd-pipeline",
|
|
11708
11207
|
"std-class-roster",
|
|
11709
11208
|
"std-class-session",
|
|
@@ -11712,7 +11211,6 @@
|
|
|
11712
11211
|
"std-construction-pm",
|
|
11713
11212
|
"std-court-deadline",
|
|
11714
11213
|
"std-crm",
|
|
11715
|
-
"std-customer-account",
|
|
11716
11214
|
"std-customer-success",
|
|
11717
11215
|
"std-devops-dashboard",
|
|
11718
11216
|
"std-document-mgmt",
|
|
@@ -11928,7 +11426,6 @@
|
|
|
11928
11426
|
"std-change-order",
|
|
11929
11427
|
"std-chart-of-accounts",
|
|
11930
11428
|
"std-checkin",
|
|
11931
|
-
"std-checkout-terminal",
|
|
11932
11429
|
"std-cicd-pipeline",
|
|
11933
11430
|
"std-class-roster",
|
|
11934
11431
|
"std-class-session",
|
|
@@ -11938,7 +11435,6 @@
|
|
|
11938
11435
|
"std-construction-pm",
|
|
11939
11436
|
"std-court-deadline",
|
|
11940
11437
|
"std-crm",
|
|
11941
|
-
"std-customer-account",
|
|
11942
11438
|
"std-customer-success",
|
|
11943
11439
|
"std-devops-dashboard",
|
|
11944
11440
|
"std-document-mgmt",
|
|
@@ -12161,7 +11657,6 @@
|
|
|
12161
11657
|
"std-change-order",
|
|
12162
11658
|
"std-chart-of-accounts",
|
|
12163
11659
|
"std-checkin",
|
|
12164
|
-
"std-checkout-terminal",
|
|
12165
11660
|
"std-cicd-pipeline",
|
|
12166
11661
|
"std-class-roster",
|
|
12167
11662
|
"std-class-session",
|
|
@@ -12170,7 +11665,6 @@
|
|
|
12170
11665
|
"std-construction-pm",
|
|
12171
11666
|
"std-court-deadline",
|
|
12172
11667
|
"std-crm",
|
|
12173
|
-
"std-customer-account",
|
|
12174
11668
|
"std-customer-success",
|
|
12175
11669
|
"std-devops-dashboard",
|
|
12176
11670
|
"std-document-mgmt",
|
|
@@ -12382,7 +11876,6 @@
|
|
|
12382
11876
|
"std-change-order",
|
|
12383
11877
|
"std-chart-of-accounts",
|
|
12384
11878
|
"std-checkin",
|
|
12385
|
-
"std-checkout-terminal",
|
|
12386
11879
|
"std-cicd-pipeline",
|
|
12387
11880
|
"std-class-roster",
|
|
12388
11881
|
"std-class-session",
|
|
@@ -12391,7 +11884,6 @@
|
|
|
12391
11884
|
"std-construction-pm",
|
|
12392
11885
|
"std-court-deadline",
|
|
12393
11886
|
"std-crm",
|
|
12394
|
-
"std-customer-account",
|
|
12395
11887
|
"std-customer-success",
|
|
12396
11888
|
"std-devops-dashboard",
|
|
12397
11889
|
"std-document-mgmt",
|
|
@@ -12584,7 +12076,6 @@
|
|
|
12584
12076
|
"std-change-order",
|
|
12585
12077
|
"std-chart-of-accounts",
|
|
12586
12078
|
"std-checkin",
|
|
12587
|
-
"std-checkout-terminal",
|
|
12588
12079
|
"std-cicd-pipeline",
|
|
12589
12080
|
"std-class-roster",
|
|
12590
12081
|
"std-class-session",
|
|
@@ -12593,7 +12084,6 @@
|
|
|
12593
12084
|
"std-construction-pm",
|
|
12594
12085
|
"std-court-deadline",
|
|
12595
12086
|
"std-crm",
|
|
12596
|
-
"std-customer-account",
|
|
12597
12087
|
"std-customer-success",
|
|
12598
12088
|
"std-devops-dashboard",
|
|
12599
12089
|
"std-document-mgmt",
|
|
@@ -12773,7 +12263,6 @@
|
|
|
12773
12263
|
"std-change-order",
|
|
12774
12264
|
"std-chart-of-accounts",
|
|
12775
12265
|
"std-checkin",
|
|
12776
|
-
"std-checkout-terminal",
|
|
12777
12266
|
"std-cicd-pipeline",
|
|
12778
12267
|
"std-class-roster",
|
|
12779
12268
|
"std-class-session",
|
|
@@ -12782,7 +12271,6 @@
|
|
|
12782
12271
|
"std-construction-pm",
|
|
12783
12272
|
"std-court-deadline",
|
|
12784
12273
|
"std-crm",
|
|
12785
|
-
"std-customer-account",
|
|
12786
12274
|
"std-customer-success",
|
|
12787
12275
|
"std-devops-dashboard",
|
|
12788
12276
|
"std-document-mgmt",
|
|
@@ -13009,7 +12497,6 @@
|
|
|
13009
12497
|
"std-change-order",
|
|
13010
12498
|
"std-chart-of-accounts",
|
|
13011
12499
|
"std-checkin",
|
|
13012
|
-
"std-checkout-terminal",
|
|
13013
12500
|
"std-cicd-pipeline",
|
|
13014
12501
|
"std-class-roster",
|
|
13015
12502
|
"std-class-session",
|
|
@@ -13019,7 +12506,6 @@
|
|
|
13019
12506
|
"std-construction-pm",
|
|
13020
12507
|
"std-court-deadline",
|
|
13021
12508
|
"std-crm",
|
|
13022
|
-
"std-customer-account",
|
|
13023
12509
|
"std-customer-success",
|
|
13024
12510
|
"std-devops-dashboard",
|
|
13025
12511
|
"std-document-mgmt",
|
|
@@ -13231,7 +12717,6 @@
|
|
|
13231
12717
|
"std-change-order",
|
|
13232
12718
|
"std-chart-of-accounts",
|
|
13233
12719
|
"std-checkin",
|
|
13234
|
-
"std-checkout-terminal",
|
|
13235
12720
|
"std-cicd-pipeline",
|
|
13236
12721
|
"std-class-roster",
|
|
13237
12722
|
"std-class-session",
|
|
@@ -13240,7 +12725,6 @@
|
|
|
13240
12725
|
"std-construction-pm",
|
|
13241
12726
|
"std-court-deadline",
|
|
13242
12727
|
"std-crm",
|
|
13243
|
-
"std-customer-account",
|
|
13244
12728
|
"std-customer-success",
|
|
13245
12729
|
"std-devops-dashboard",
|
|
13246
12730
|
"std-document-mgmt",
|
|
@@ -13424,7 +12908,6 @@
|
|
|
13424
12908
|
"std-change-order",
|
|
13425
12909
|
"std-chart-of-accounts",
|
|
13426
12910
|
"std-checkin",
|
|
13427
|
-
"std-checkout-terminal",
|
|
13428
12911
|
"std-cicd-pipeline",
|
|
13429
12912
|
"std-class-roster",
|
|
13430
12913
|
"std-class-session",
|
|
@@ -13433,7 +12916,6 @@
|
|
|
13433
12916
|
"std-construction-pm",
|
|
13434
12917
|
"std-court-deadline",
|
|
13435
12918
|
"std-crm",
|
|
13436
|
-
"std-customer-account",
|
|
13437
12919
|
"std-customer-success",
|
|
13438
12920
|
"std-devops-dashboard",
|
|
13439
12921
|
"std-document-mgmt",
|
|
@@ -13625,7 +13107,6 @@
|
|
|
13625
13107
|
"std-change-order",
|
|
13626
13108
|
"std-chart-of-accounts",
|
|
13627
13109
|
"std-checkin",
|
|
13628
|
-
"std-checkout-terminal",
|
|
13629
13110
|
"std-cicd-pipeline",
|
|
13630
13111
|
"std-class-roster",
|
|
13631
13112
|
"std-class-session",
|
|
@@ -13634,7 +13115,6 @@
|
|
|
13634
13115
|
"std-construction-pm",
|
|
13635
13116
|
"std-court-deadline",
|
|
13636
13117
|
"std-crm",
|
|
13637
|
-
"std-customer-account",
|
|
13638
13118
|
"std-customer-success",
|
|
13639
13119
|
"std-devops-dashboard",
|
|
13640
13120
|
"std-document-mgmt",
|
|
@@ -13851,7 +13331,6 @@
|
|
|
13851
13331
|
"std-change-order",
|
|
13852
13332
|
"std-chart-of-accounts",
|
|
13853
13333
|
"std-checkin",
|
|
13854
|
-
"std-checkout-terminal",
|
|
13855
13334
|
"std-cicd-pipeline",
|
|
13856
13335
|
"std-class-roster",
|
|
13857
13336
|
"std-class-session",
|
|
@@ -13860,7 +13339,6 @@
|
|
|
13860
13339
|
"std-construction-pm",
|
|
13861
13340
|
"std-court-deadline",
|
|
13862
13341
|
"std-crm",
|
|
13863
|
-
"std-customer-account",
|
|
13864
13342
|
"std-customer-success",
|
|
13865
13343
|
"std-devops-dashboard",
|
|
13866
13344
|
"std-document-mgmt",
|
|
@@ -14081,7 +13559,6 @@
|
|
|
14081
13559
|
"std-change-order",
|
|
14082
13560
|
"std-chart-of-accounts",
|
|
14083
13561
|
"std-checkin",
|
|
14084
|
-
"std-checkout-terminal",
|
|
14085
13562
|
"std-cicd-pipeline",
|
|
14086
13563
|
"std-class-roster",
|
|
14087
13564
|
"std-class-session",
|
|
@@ -14090,7 +13567,6 @@
|
|
|
14090
13567
|
"std-construction-pm",
|
|
14091
13568
|
"std-court-deadline",
|
|
14092
13569
|
"std-crm",
|
|
14093
|
-
"std-customer-account",
|
|
14094
13570
|
"std-customer-success",
|
|
14095
13571
|
"std-devops-dashboard",
|
|
14096
13572
|
"std-document-mgmt",
|
|
@@ -14286,7 +13762,6 @@
|
|
|
14286
13762
|
"std-change-order",
|
|
14287
13763
|
"std-chart-of-accounts",
|
|
14288
13764
|
"std-checkin",
|
|
14289
|
-
"std-checkout-terminal",
|
|
14290
13765
|
"std-cicd-pipeline",
|
|
14291
13766
|
"std-class-roster",
|
|
14292
13767
|
"std-class-session",
|
|
@@ -14295,7 +13770,6 @@
|
|
|
14295
13770
|
"std-construction-pm",
|
|
14296
13771
|
"std-court-deadline",
|
|
14297
13772
|
"std-crm",
|
|
14298
|
-
"std-customer-account",
|
|
14299
13773
|
"std-customer-success",
|
|
14300
13774
|
"std-devops-dashboard",
|
|
14301
13775
|
"std-document-mgmt",
|
|
@@ -14513,7 +13987,6 @@
|
|
|
14513
13987
|
"std-change-order",
|
|
14514
13988
|
"std-chart-of-accounts",
|
|
14515
13989
|
"std-checkin",
|
|
14516
|
-
"std-checkout-terminal",
|
|
14517
13990
|
"std-cicd-pipeline",
|
|
14518
13991
|
"std-class-roster",
|
|
14519
13992
|
"std-class-session",
|
|
@@ -14522,7 +13995,6 @@
|
|
|
14522
13995
|
"std-construction-pm",
|
|
14523
13996
|
"std-court-deadline",
|
|
14524
13997
|
"std-crm",
|
|
14525
|
-
"std-customer-account",
|
|
14526
13998
|
"std-customer-success",
|
|
14527
13999
|
"std-devops-dashboard",
|
|
14528
14000
|
"std-document-mgmt",
|
|
@@ -14714,7 +14186,6 @@
|
|
|
14714
14186
|
"std-change-order",
|
|
14715
14187
|
"std-chart-of-accounts",
|
|
14716
14188
|
"std-checkin",
|
|
14717
|
-
"std-checkout-terminal",
|
|
14718
14189
|
"std-cicd-pipeline",
|
|
14719
14190
|
"std-class-roster",
|
|
14720
14191
|
"std-class-session",
|
|
@@ -14723,7 +14194,6 @@
|
|
|
14723
14194
|
"std-construction-pm",
|
|
14724
14195
|
"std-court-deadline",
|
|
14725
14196
|
"std-crm",
|
|
14726
|
-
"std-customer-account",
|
|
14727
14197
|
"std-customer-success",
|
|
14728
14198
|
"std-devops-dashboard",
|
|
14729
14199
|
"std-document-mgmt",
|
|
@@ -14920,7 +14390,6 @@
|
|
|
14920
14390
|
"std-change-order",
|
|
14921
14391
|
"std-chart-of-accounts",
|
|
14922
14392
|
"std-checkin",
|
|
14923
|
-
"std-checkout-terminal",
|
|
14924
14393
|
"std-cicd-pipeline",
|
|
14925
14394
|
"std-class-roster",
|
|
14926
14395
|
"std-class-session",
|
|
@@ -14929,7 +14398,6 @@
|
|
|
14929
14398
|
"std-construction-pm",
|
|
14930
14399
|
"std-court-deadline",
|
|
14931
14400
|
"std-crm",
|
|
14932
|
-
"std-customer-account",
|
|
14933
14401
|
"std-customer-success",
|
|
14934
14402
|
"std-devops-dashboard",
|
|
14935
14403
|
"std-document-mgmt",
|
|
@@ -15137,7 +14605,6 @@
|
|
|
15137
14605
|
"std-change-order",
|
|
15138
14606
|
"std-chart-of-accounts",
|
|
15139
14607
|
"std-checkin",
|
|
15140
|
-
"std-checkout-terminal",
|
|
15141
14608
|
"std-cicd-pipeline",
|
|
15142
14609
|
"std-class-roster",
|
|
15143
14610
|
"std-class-session",
|
|
@@ -15147,7 +14614,6 @@
|
|
|
15147
14614
|
"std-construction-pm",
|
|
15148
14615
|
"std-court-deadline",
|
|
15149
14616
|
"std-crm",
|
|
15150
|
-
"std-customer-account",
|
|
15151
14617
|
"std-customer-success",
|
|
15152
14618
|
"std-devops-dashboard",
|
|
15153
14619
|
"std-document-mgmt",
|
|
@@ -15383,7 +14849,6 @@
|
|
|
15383
14849
|
"std-change-order",
|
|
15384
14850
|
"std-chart-of-accounts",
|
|
15385
14851
|
"std-checkin",
|
|
15386
|
-
"std-checkout-terminal",
|
|
15387
14852
|
"std-cicd-pipeline",
|
|
15388
14853
|
"std-class-roster",
|
|
15389
14854
|
"std-class-session",
|
|
@@ -15392,7 +14857,6 @@
|
|
|
15392
14857
|
"std-construction-pm",
|
|
15393
14858
|
"std-court-deadline",
|
|
15394
14859
|
"std-crm",
|
|
15395
|
-
"std-customer-account",
|
|
15396
14860
|
"std-customer-success",
|
|
15397
14861
|
"std-devops-dashboard",
|
|
15398
14862
|
"std-document-mgmt",
|
|
@@ -15627,7 +15091,6 @@
|
|
|
15627
15091
|
"std-change-order",
|
|
15628
15092
|
"std-chart-of-accounts",
|
|
15629
15093
|
"std-checkin",
|
|
15630
|
-
"std-checkout-terminal",
|
|
15631
15094
|
"std-cicd-pipeline",
|
|
15632
15095
|
"std-class-roster",
|
|
15633
15096
|
"std-class-session",
|
|
@@ -15636,7 +15099,6 @@
|
|
|
15636
15099
|
"std-construction-pm",
|
|
15637
15100
|
"std-court-deadline",
|
|
15638
15101
|
"std-crm",
|
|
15639
|
-
"std-customer-account",
|
|
15640
15102
|
"std-customer-success",
|
|
15641
15103
|
"std-devops-dashboard",
|
|
15642
15104
|
"std-document-mgmt",
|
|
@@ -15852,7 +15314,6 @@
|
|
|
15852
15314
|
"std-change-order",
|
|
15853
15315
|
"std-chart-of-accounts",
|
|
15854
15316
|
"std-checkin",
|
|
15855
|
-
"std-checkout-terminal",
|
|
15856
15317
|
"std-cicd-pipeline",
|
|
15857
15318
|
"std-class-roster",
|
|
15858
15319
|
"std-class-session",
|
|
@@ -15862,7 +15323,6 @@
|
|
|
15862
15323
|
"std-construction-pm",
|
|
15863
15324
|
"std-court-deadline",
|
|
15864
15325
|
"std-crm",
|
|
15865
|
-
"std-customer-account",
|
|
15866
15326
|
"std-customer-success",
|
|
15867
15327
|
"std-devops-dashboard",
|
|
15868
15328
|
"std-document-mgmt",
|
|
@@ -16085,7 +15545,6 @@
|
|
|
16085
15545
|
"std-change-order",
|
|
16086
15546
|
"std-chart-of-accounts",
|
|
16087
15547
|
"std-checkin",
|
|
16088
|
-
"std-checkout-terminal",
|
|
16089
15548
|
"std-cicd-pipeline",
|
|
16090
15549
|
"std-class-roster",
|
|
16091
15550
|
"std-class-session",
|
|
@@ -16094,7 +15553,6 @@
|
|
|
16094
15553
|
"std-construction-pm",
|
|
16095
15554
|
"std-court-deadline",
|
|
16096
15555
|
"std-crm",
|
|
16097
|
-
"std-customer-account",
|
|
16098
15556
|
"std-customer-success",
|
|
16099
15557
|
"std-devops-dashboard",
|
|
16100
15558
|
"std-document-mgmt",
|
|
@@ -16305,7 +15763,6 @@
|
|
|
16305
15763
|
"std-change-order",
|
|
16306
15764
|
"std-chart-of-accounts",
|
|
16307
15765
|
"std-checkin",
|
|
16308
|
-
"std-checkout-terminal",
|
|
16309
15766
|
"std-cicd-pipeline",
|
|
16310
15767
|
"std-class-roster",
|
|
16311
15768
|
"std-class-session",
|
|
@@ -16315,7 +15772,6 @@
|
|
|
16315
15772
|
"std-construction-pm",
|
|
16316
15773
|
"std-court-deadline",
|
|
16317
15774
|
"std-crm",
|
|
16318
|
-
"std-customer-account",
|
|
16319
15775
|
"std-customer-success",
|
|
16320
15776
|
"std-devops-dashboard",
|
|
16321
15777
|
"std-document-mgmt",
|
|
@@ -16509,7 +15965,6 @@
|
|
|
16509
15965
|
"std-change-order",
|
|
16510
15966
|
"std-chart-of-accounts",
|
|
16511
15967
|
"std-checkin",
|
|
16512
|
-
"std-checkout-terminal",
|
|
16513
15968
|
"std-cicd-pipeline",
|
|
16514
15969
|
"std-class-roster",
|
|
16515
15970
|
"std-class-session",
|
|
@@ -16518,7 +15973,6 @@
|
|
|
16518
15973
|
"std-construction-pm",
|
|
16519
15974
|
"std-court-deadline",
|
|
16520
15975
|
"std-crm",
|
|
16521
|
-
"std-customer-account",
|
|
16522
15976
|
"std-customer-success",
|
|
16523
15977
|
"std-devops-dashboard",
|
|
16524
15978
|
"std-document-mgmt",
|
|
@@ -16721,7 +16175,6 @@
|
|
|
16721
16175
|
"std-change-order",
|
|
16722
16176
|
"std-chart-of-accounts",
|
|
16723
16177
|
"std-checkin",
|
|
16724
|
-
"std-checkout-terminal",
|
|
16725
16178
|
"std-cicd-pipeline",
|
|
16726
16179
|
"std-class-roster",
|
|
16727
16180
|
"std-class-session",
|
|
@@ -16731,7 +16184,6 @@
|
|
|
16731
16184
|
"std-construction-pm",
|
|
16732
16185
|
"std-court-deadline",
|
|
16733
16186
|
"std-crm",
|
|
16734
|
-
"std-customer-account",
|
|
16735
16187
|
"std-customer-success",
|
|
16736
16188
|
"std-devops-dashboard",
|
|
16737
16189
|
"std-dialogue-box",
|
|
@@ -16955,7 +16407,6 @@
|
|
|
16955
16407
|
"std-change-order",
|
|
16956
16408
|
"std-chart-of-accounts",
|
|
16957
16409
|
"std-checkin",
|
|
16958
|
-
"std-checkout-terminal",
|
|
16959
16410
|
"std-cicd-pipeline",
|
|
16960
16411
|
"std-class-roster",
|
|
16961
16412
|
"std-class-session",
|
|
@@ -16964,7 +16415,6 @@
|
|
|
16964
16415
|
"std-construction-pm",
|
|
16965
16416
|
"std-court-deadline",
|
|
16966
16417
|
"std-crm",
|
|
16967
|
-
"std-customer-account",
|
|
16968
16418
|
"std-customer-success",
|
|
16969
16419
|
"std-devops-dashboard",
|
|
16970
16420
|
"std-document-mgmt",
|
|
@@ -17172,7 +16622,6 @@
|
|
|
17172
16622
|
"std-change-order",
|
|
17173
16623
|
"std-chart-of-accounts",
|
|
17174
16624
|
"std-checkin",
|
|
17175
|
-
"std-checkout-terminal",
|
|
17176
16625
|
"std-cicd-pipeline",
|
|
17177
16626
|
"std-class-roster",
|
|
17178
16627
|
"std-class-session",
|
|
@@ -17181,7 +16630,6 @@
|
|
|
17181
16630
|
"std-construction-pm",
|
|
17182
16631
|
"std-court-deadline",
|
|
17183
16632
|
"std-crm",
|
|
17184
|
-
"std-customer-account",
|
|
17185
16633
|
"std-customer-success",
|
|
17186
16634
|
"std-devops-dashboard",
|
|
17187
16635
|
"std-document-mgmt",
|
|
@@ -17406,7 +16854,6 @@
|
|
|
17406
16854
|
"std-change-order",
|
|
17407
16855
|
"std-chart-of-accounts",
|
|
17408
16856
|
"std-checkin",
|
|
17409
|
-
"std-checkout-terminal",
|
|
17410
16857
|
"std-cicd-pipeline",
|
|
17411
16858
|
"std-class-roster",
|
|
17412
16859
|
"std-class-session",
|
|
@@ -17415,7 +16862,6 @@
|
|
|
17415
16862
|
"std-construction-pm",
|
|
17416
16863
|
"std-court-deadline",
|
|
17417
16864
|
"std-crm",
|
|
17418
|
-
"std-customer-account",
|
|
17419
16865
|
"std-customer-success",
|
|
17420
16866
|
"std-devops-dashboard",
|
|
17421
16867
|
"std-document-mgmt",
|
|
@@ -17598,7 +17044,6 @@
|
|
|
17598
17044
|
"std-change-order",
|
|
17599
17045
|
"std-chart-of-accounts",
|
|
17600
17046
|
"std-checkin",
|
|
17601
|
-
"std-checkout-terminal",
|
|
17602
17047
|
"std-cicd-pipeline",
|
|
17603
17048
|
"std-class-roster",
|
|
17604
17049
|
"std-class-session",
|
|
@@ -17607,7 +17052,6 @@
|
|
|
17607
17052
|
"std-construction-pm",
|
|
17608
17053
|
"std-court-deadline",
|
|
17609
17054
|
"std-crm",
|
|
17610
|
-
"std-customer-account",
|
|
17611
17055
|
"std-customer-success",
|
|
17612
17056
|
"std-devops-dashboard",
|
|
17613
17057
|
"std-document-mgmt",
|
|
@@ -17793,7 +17237,6 @@
|
|
|
17793
17237
|
"std-change-order",
|
|
17794
17238
|
"std-chart-of-accounts",
|
|
17795
17239
|
"std-checkin",
|
|
17796
|
-
"std-checkout-terminal",
|
|
17797
17240
|
"std-cicd-pipeline",
|
|
17798
17241
|
"std-class-roster",
|
|
17799
17242
|
"std-class-session",
|
|
@@ -17802,7 +17245,6 @@
|
|
|
17802
17245
|
"std-construction-pm",
|
|
17803
17246
|
"std-court-deadline",
|
|
17804
17247
|
"std-crm",
|
|
17805
|
-
"std-customer-account",
|
|
17806
17248
|
"std-customer-success",
|
|
17807
17249
|
"std-devops-dashboard",
|
|
17808
17250
|
"std-document-mgmt",
|
|
@@ -18022,7 +17464,6 @@
|
|
|
18022
17464
|
"std-change-order",
|
|
18023
17465
|
"std-chart-of-accounts",
|
|
18024
17466
|
"std-checkin",
|
|
18025
|
-
"std-checkout-terminal",
|
|
18026
17467
|
"std-cicd-pipeline",
|
|
18027
17468
|
"std-class-roster",
|
|
18028
17469
|
"std-class-session",
|
|
@@ -18031,7 +17472,6 @@
|
|
|
18031
17472
|
"std-construction-pm",
|
|
18032
17473
|
"std-court-deadline",
|
|
18033
17474
|
"std-crm",
|
|
18034
|
-
"std-customer-account",
|
|
18035
17475
|
"std-customer-success",
|
|
18036
17476
|
"std-devops-dashboard",
|
|
18037
17477
|
"std-document-mgmt",
|
|
@@ -18242,7 +17682,6 @@
|
|
|
18242
17682
|
"std-change-order",
|
|
18243
17683
|
"std-chart-of-accounts",
|
|
18244
17684
|
"std-checkin",
|
|
18245
|
-
"std-checkout-terminal",
|
|
18246
17685
|
"std-cicd-pipeline",
|
|
18247
17686
|
"std-class-roster",
|
|
18248
17687
|
"std-class-session",
|
|
@@ -18251,7 +17690,6 @@
|
|
|
18251
17690
|
"std-construction-pm",
|
|
18252
17691
|
"std-court-deadline",
|
|
18253
17692
|
"std-crm",
|
|
18254
|
-
"std-customer-account",
|
|
18255
17693
|
"std-customer-success",
|
|
18256
17694
|
"std-devops-dashboard",
|
|
18257
17695
|
"std-document-mgmt",
|
|
@@ -18449,7 +17887,6 @@
|
|
|
18449
17887
|
"std-change-order",
|
|
18450
17888
|
"std-chart-of-accounts",
|
|
18451
17889
|
"std-checkin",
|
|
18452
|
-
"std-checkout-terminal",
|
|
18453
17890
|
"std-cicd-pipeline",
|
|
18454
17891
|
"std-class-roster",
|
|
18455
17892
|
"std-class-session",
|
|
@@ -18458,7 +17895,6 @@
|
|
|
18458
17895
|
"std-construction-pm",
|
|
18459
17896
|
"std-court-deadline",
|
|
18460
17897
|
"std-crm",
|
|
18461
|
-
"std-customer-account",
|
|
18462
17898
|
"std-customer-success",
|
|
18463
17899
|
"std-devops-dashboard",
|
|
18464
17900
|
"std-document-mgmt",
|
|
@@ -18651,7 +18087,6 @@
|
|
|
18651
18087
|
"std-change-order",
|
|
18652
18088
|
"std-chart-of-accounts",
|
|
18653
18089
|
"std-checkin",
|
|
18654
|
-
"std-checkout-terminal",
|
|
18655
18090
|
"std-cicd-pipeline",
|
|
18656
18091
|
"std-class-roster",
|
|
18657
18092
|
"std-class-session",
|
|
@@ -18660,7 +18095,6 @@
|
|
|
18660
18095
|
"std-construction-pm",
|
|
18661
18096
|
"std-court-deadline",
|
|
18662
18097
|
"std-crm",
|
|
18663
|
-
"std-customer-account",
|
|
18664
18098
|
"std-customer-success",
|
|
18665
18099
|
"std-devops-dashboard",
|
|
18666
18100
|
"std-document-mgmt",
|
|
@@ -18857,7 +18291,6 @@
|
|
|
18857
18291
|
"std-change-order",
|
|
18858
18292
|
"std-chart-of-accounts",
|
|
18859
18293
|
"std-checkin",
|
|
18860
|
-
"std-checkout-terminal",
|
|
18861
18294
|
"std-cicd-pipeline",
|
|
18862
18295
|
"std-class-roster",
|
|
18863
18296
|
"std-class-session",
|
|
@@ -18866,7 +18299,6 @@
|
|
|
18866
18299
|
"std-construction-pm",
|
|
18867
18300
|
"std-court-deadline",
|
|
18868
18301
|
"std-crm",
|
|
18869
|
-
"std-customer-account",
|
|
18870
18302
|
"std-customer-success",
|
|
18871
18303
|
"std-devops-dashboard",
|
|
18872
18304
|
"std-document-mgmt",
|
|
@@ -19063,7 +18495,6 @@
|
|
|
19063
18495
|
"std-change-order",
|
|
19064
18496
|
"std-chart-of-accounts",
|
|
19065
18497
|
"std-checkin",
|
|
19066
|
-
"std-checkout-terminal",
|
|
19067
18498
|
"std-cicd-pipeline",
|
|
19068
18499
|
"std-class-roster",
|
|
19069
18500
|
"std-class-session",
|
|
@@ -19072,7 +18503,6 @@
|
|
|
19072
18503
|
"std-construction-pm",
|
|
19073
18504
|
"std-court-deadline",
|
|
19074
18505
|
"std-crm",
|
|
19075
|
-
"std-customer-account",
|
|
19076
18506
|
"std-customer-success",
|
|
19077
18507
|
"std-devops-dashboard",
|
|
19078
18508
|
"std-document-mgmt",
|
|
@@ -19272,7 +18702,6 @@
|
|
|
19272
18702
|
"std-change-order",
|
|
19273
18703
|
"std-chart-of-accounts",
|
|
19274
18704
|
"std-checkin",
|
|
19275
|
-
"std-checkout-terminal",
|
|
19276
18705
|
"std-cicd-pipeline",
|
|
19277
18706
|
"std-class-roster",
|
|
19278
18707
|
"std-class-session",
|
|
@@ -19281,7 +18710,6 @@
|
|
|
19281
18710
|
"std-construction-pm",
|
|
19282
18711
|
"std-court-deadline",
|
|
19283
18712
|
"std-crm",
|
|
19284
|
-
"std-customer-account",
|
|
19285
18713
|
"std-customer-success",
|
|
19286
18714
|
"std-devops-dashboard",
|
|
19287
18715
|
"std-document-mgmt",
|
|
@@ -19484,7 +18912,6 @@
|
|
|
19484
18912
|
"std-change-order",
|
|
19485
18913
|
"std-chart-of-accounts",
|
|
19486
18914
|
"std-checkin",
|
|
19487
|
-
"std-checkout-terminal",
|
|
19488
18915
|
"std-class-roster",
|
|
19489
18916
|
"std-class-session",
|
|
19490
18917
|
"std-cms",
|
|
@@ -19492,7 +18919,6 @@
|
|
|
19492
18919
|
"std-construction-pm",
|
|
19493
18920
|
"std-court-deadline",
|
|
19494
18921
|
"std-crm",
|
|
19495
|
-
"std-customer-account",
|
|
19496
18922
|
"std-customer-success",
|
|
19497
18923
|
"std-devops-dashboard",
|
|
19498
18924
|
"std-document-mgmt",
|
|
@@ -19696,7 +19122,6 @@
|
|
|
19696
19122
|
"std-change-order",
|
|
19697
19123
|
"std-chart-of-accounts",
|
|
19698
19124
|
"std-checkin",
|
|
19699
|
-
"std-checkout-terminal",
|
|
19700
19125
|
"std-cicd-pipeline",
|
|
19701
19126
|
"std-class-roster",
|
|
19702
19127
|
"std-class-session",
|
|
@@ -19704,7 +19129,6 @@
|
|
|
19704
19129
|
"std-construction-pm",
|
|
19705
19130
|
"std-court-deadline",
|
|
19706
19131
|
"std-crm",
|
|
19707
|
-
"std-customer-account",
|
|
19708
19132
|
"std-customer-success",
|
|
19709
19133
|
"std-devops-dashboard",
|
|
19710
19134
|
"std-document-mgmt",
|
|
@@ -19896,7 +19320,6 @@
|
|
|
19896
19320
|
"std-change-order",
|
|
19897
19321
|
"std-chart-of-accounts",
|
|
19898
19322
|
"std-checkin",
|
|
19899
|
-
"std-checkout-terminal",
|
|
19900
19323
|
"std-cicd-pipeline",
|
|
19901
19324
|
"std-class-roster",
|
|
19902
19325
|
"std-class-session",
|
|
@@ -19904,7 +19327,6 @@
|
|
|
19904
19327
|
"std-construction-pm",
|
|
19905
19328
|
"std-court-deadline",
|
|
19906
19329
|
"std-crm",
|
|
19907
|
-
"std-customer-account",
|
|
19908
19330
|
"std-customer-success",
|
|
19909
19331
|
"std-devops-dashboard",
|
|
19910
19332
|
"std-dialogue-box",
|
|
@@ -20125,7 +19547,6 @@
|
|
|
20125
19547
|
"std-change-order",
|
|
20126
19548
|
"std-chart-of-accounts",
|
|
20127
19549
|
"std-checkin",
|
|
20128
|
-
"std-checkout-terminal",
|
|
20129
19550
|
"std-cicd-pipeline",
|
|
20130
19551
|
"std-class-roster",
|
|
20131
19552
|
"std-class-session",
|
|
@@ -20133,7 +19554,6 @@
|
|
|
20133
19554
|
"std-coding-academy",
|
|
20134
19555
|
"std-court-deadline",
|
|
20135
19556
|
"std-crm",
|
|
20136
|
-
"std-customer-account",
|
|
20137
19557
|
"std-customer-success",
|
|
20138
19558
|
"std-devops-dashboard",
|
|
20139
19559
|
"std-document-mgmt",
|
|
@@ -20331,7 +19751,6 @@
|
|
|
20331
19751
|
"std-change-order",
|
|
20332
19752
|
"std-chart-of-accounts",
|
|
20333
19753
|
"std-checkin",
|
|
20334
|
-
"std-checkout-terminal",
|
|
20335
19754
|
"std-cicd-pipeline",
|
|
20336
19755
|
"std-class-roster",
|
|
20337
19756
|
"std-class-session",
|
|
@@ -20339,7 +19758,6 @@
|
|
|
20339
19758
|
"std-coding-academy",
|
|
20340
19759
|
"std-construction-pm",
|
|
20341
19760
|
"std-court-deadline",
|
|
20342
|
-
"std-customer-account",
|
|
20343
19761
|
"std-customer-success",
|
|
20344
19762
|
"std-devops-dashboard",
|
|
20345
19763
|
"std-document-mgmt",
|
|
@@ -20542,7 +19960,6 @@
|
|
|
20542
19960
|
"std-change-order",
|
|
20543
19961
|
"std-chart-of-accounts",
|
|
20544
19962
|
"std-checkin",
|
|
20545
|
-
"std-checkout-terminal",
|
|
20546
19963
|
"std-cicd-pipeline",
|
|
20547
19964
|
"std-class-roster",
|
|
20548
19965
|
"std-class-session",
|
|
@@ -20551,7 +19968,6 @@
|
|
|
20551
19968
|
"std-construction-pm",
|
|
20552
19969
|
"std-court-deadline",
|
|
20553
19970
|
"std-crm",
|
|
20554
|
-
"std-customer-account",
|
|
20555
19971
|
"std-devops-dashboard",
|
|
20556
19972
|
"std-document-mgmt",
|
|
20557
19973
|
"std-donation-receipt",
|
|
@@ -20756,7 +20172,6 @@
|
|
|
20756
20172
|
"std-change-order",
|
|
20757
20173
|
"std-chart-of-accounts",
|
|
20758
20174
|
"std-checkin",
|
|
20759
|
-
"std-checkout-terminal",
|
|
20760
20175
|
"std-cicd-pipeline",
|
|
20761
20176
|
"std-class-roster",
|
|
20762
20177
|
"std-class-session",
|
|
@@ -20765,7 +20180,6 @@
|
|
|
20765
20180
|
"std-construction-pm",
|
|
20766
20181
|
"std-court-deadline",
|
|
20767
20182
|
"std-crm",
|
|
20768
|
-
"std-customer-account",
|
|
20769
20183
|
"std-customer-success",
|
|
20770
20184
|
"std-document-mgmt",
|
|
20771
20185
|
"std-donation-receipt",
|
|
@@ -20962,7 +20376,6 @@
|
|
|
20962
20376
|
"std-change-order",
|
|
20963
20377
|
"std-chart-of-accounts",
|
|
20964
20378
|
"std-checkin",
|
|
20965
|
-
"std-checkout-terminal",
|
|
20966
20379
|
"std-cicd-pipeline",
|
|
20967
20380
|
"std-class-roster",
|
|
20968
20381
|
"std-class-session",
|
|
@@ -20971,7 +20384,6 @@
|
|
|
20971
20384
|
"std-construction-pm",
|
|
20972
20385
|
"std-court-deadline",
|
|
20973
20386
|
"std-crm",
|
|
20974
|
-
"std-customer-account",
|
|
20975
20387
|
"std-customer-success",
|
|
20976
20388
|
"std-devops-dashboard",
|
|
20977
20389
|
"std-donation-receipt",
|
|
@@ -21170,7 +20582,6 @@
|
|
|
21170
20582
|
"std-change-order",
|
|
21171
20583
|
"std-chart-of-accounts",
|
|
21172
20584
|
"std-checkin",
|
|
21173
|
-
"std-checkout-terminal",
|
|
21174
20585
|
"std-cicd-pipeline",
|
|
21175
20586
|
"std-class-roster",
|
|
21176
20587
|
"std-class-session",
|
|
@@ -21179,7 +20590,6 @@
|
|
|
21179
20590
|
"std-construction-pm",
|
|
21180
20591
|
"std-court-deadline",
|
|
21181
20592
|
"std-crm",
|
|
21182
|
-
"std-customer-account",
|
|
21183
20593
|
"std-customer-success",
|
|
21184
20594
|
"std-devops-dashboard",
|
|
21185
20595
|
"std-document-mgmt",
|
|
@@ -21386,7 +20796,6 @@
|
|
|
21386
20796
|
"std-change-order",
|
|
21387
20797
|
"std-chart-of-accounts",
|
|
21388
20798
|
"std-checkin",
|
|
21389
|
-
"std-checkout-terminal",
|
|
21390
20799
|
"std-cicd-pipeline",
|
|
21391
20800
|
"std-class-roster",
|
|
21392
20801
|
"std-class-session",
|
|
@@ -21395,7 +20804,6 @@
|
|
|
21395
20804
|
"std-construction-pm",
|
|
21396
20805
|
"std-court-deadline",
|
|
21397
20806
|
"std-crm",
|
|
21398
|
-
"std-customer-account",
|
|
21399
20807
|
"std-customer-success",
|
|
21400
20808
|
"std-devops-dashboard",
|
|
21401
20809
|
"std-document-mgmt",
|
|
@@ -21612,7 +21020,6 @@
|
|
|
21612
21020
|
"std-change-order",
|
|
21613
21021
|
"std-chart-of-accounts",
|
|
21614
21022
|
"std-checkin",
|
|
21615
|
-
"std-checkout-terminal",
|
|
21616
21023
|
"std-cicd-pipeline",
|
|
21617
21024
|
"std-class-roster",
|
|
21618
21025
|
"std-class-session",
|
|
@@ -21621,7 +21028,6 @@
|
|
|
21621
21028
|
"std-construction-pm",
|
|
21622
21029
|
"std-court-deadline",
|
|
21623
21030
|
"std-crm",
|
|
21624
|
-
"std-customer-account",
|
|
21625
21031
|
"std-customer-success",
|
|
21626
21032
|
"std-devops-dashboard",
|
|
21627
21033
|
"std-document-mgmt",
|
|
@@ -21817,7 +21223,6 @@
|
|
|
21817
21223
|
"std-change-order",
|
|
21818
21224
|
"std-chart-of-accounts",
|
|
21819
21225
|
"std-checkin",
|
|
21820
|
-
"std-checkout-terminal",
|
|
21821
21226
|
"std-cicd-pipeline",
|
|
21822
21227
|
"std-class-roster",
|
|
21823
21228
|
"std-class-session",
|
|
@@ -21826,7 +21231,6 @@
|
|
|
21826
21231
|
"std-construction-pm",
|
|
21827
21232
|
"std-court-deadline",
|
|
21828
21233
|
"std-crm",
|
|
21829
|
-
"std-customer-account",
|
|
21830
21234
|
"std-customer-success",
|
|
21831
21235
|
"std-devops-dashboard",
|
|
21832
21236
|
"std-document-mgmt",
|
|
@@ -22018,7 +21422,6 @@
|
|
|
22018
21422
|
"std-change-order",
|
|
22019
21423
|
"std-chart-of-accounts",
|
|
22020
21424
|
"std-checkin",
|
|
22021
|
-
"std-checkout-terminal",
|
|
22022
21425
|
"std-cicd-pipeline",
|
|
22023
21426
|
"std-class-roster",
|
|
22024
21427
|
"std-class-session",
|
|
@@ -22027,7 +21430,6 @@
|
|
|
22027
21430
|
"std-construction-pm",
|
|
22028
21431
|
"std-court-deadline",
|
|
22029
21432
|
"std-crm",
|
|
22030
|
-
"std-customer-account",
|
|
22031
21433
|
"std-customer-success",
|
|
22032
21434
|
"std-devops-dashboard",
|
|
22033
21435
|
"std-document-mgmt",
|
|
@@ -22229,7 +21631,6 @@
|
|
|
22229
21631
|
"std-change-order",
|
|
22230
21632
|
"std-chart-of-accounts",
|
|
22231
21633
|
"std-checkin",
|
|
22232
|
-
"std-checkout-terminal",
|
|
22233
21634
|
"std-cicd-pipeline",
|
|
22234
21635
|
"std-class-roster",
|
|
22235
21636
|
"std-class-session",
|
|
@@ -22238,7 +21639,6 @@
|
|
|
22238
21639
|
"std-construction-pm",
|
|
22239
21640
|
"std-court-deadline",
|
|
22240
21641
|
"std-crm",
|
|
22241
|
-
"std-customer-account",
|
|
22242
21642
|
"std-customer-success",
|
|
22243
21643
|
"std-devops-dashboard",
|
|
22244
21644
|
"std-document-mgmt",
|
|
@@ -22449,7 +21849,6 @@
|
|
|
22449
21849
|
"std-change-order",
|
|
22450
21850
|
"std-chart-of-accounts",
|
|
22451
21851
|
"std-checkin",
|
|
22452
|
-
"std-checkout-terminal",
|
|
22453
21852
|
"std-cicd-pipeline",
|
|
22454
21853
|
"std-class-roster",
|
|
22455
21854
|
"std-class-session",
|
|
@@ -22458,7 +21857,6 @@
|
|
|
22458
21857
|
"std-construction-pm",
|
|
22459
21858
|
"std-court-deadline",
|
|
22460
21859
|
"std-crm",
|
|
22461
|
-
"std-customer-account",
|
|
22462
21860
|
"std-customer-success",
|
|
22463
21861
|
"std-devops-dashboard",
|
|
22464
21862
|
"std-document-mgmt",
|
|
@@ -22657,7 +22055,6 @@
|
|
|
22657
22055
|
"std-change-order",
|
|
22658
22056
|
"std-chart-of-accounts",
|
|
22659
22057
|
"std-checkin",
|
|
22660
|
-
"std-checkout-terminal",
|
|
22661
22058
|
"std-cicd-pipeline",
|
|
22662
22059
|
"std-class-roster",
|
|
22663
22060
|
"std-class-session",
|
|
@@ -22666,7 +22063,6 @@
|
|
|
22666
22063
|
"std-construction-pm",
|
|
22667
22064
|
"std-court-deadline",
|
|
22668
22065
|
"std-crm",
|
|
22669
|
-
"std-customer-account",
|
|
22670
22066
|
"std-customer-success",
|
|
22671
22067
|
"std-devops-dashboard",
|
|
22672
22068
|
"std-document-mgmt",
|
|
@@ -22863,7 +22259,6 @@
|
|
|
22863
22259
|
"std-change-order",
|
|
22864
22260
|
"std-chart-of-accounts",
|
|
22865
22261
|
"std-checkin",
|
|
22866
|
-
"std-checkout-terminal",
|
|
22867
22262
|
"std-cicd-pipeline",
|
|
22868
22263
|
"std-class-roster",
|
|
22869
22264
|
"std-class-session",
|
|
@@ -22872,7 +22267,6 @@
|
|
|
22872
22267
|
"std-construction-pm",
|
|
22873
22268
|
"std-court-deadline",
|
|
22874
22269
|
"std-crm",
|
|
22875
|
-
"std-customer-account",
|
|
22876
22270
|
"std-customer-success",
|
|
22877
22271
|
"std-devops-dashboard",
|
|
22878
22272
|
"std-document-mgmt",
|
|
@@ -23074,7 +22468,6 @@
|
|
|
23074
22468
|
"std-change-order",
|
|
23075
22469
|
"std-chart-of-accounts",
|
|
23076
22470
|
"std-checkin",
|
|
23077
|
-
"std-checkout-terminal",
|
|
23078
22471
|
"std-cicd-pipeline",
|
|
23079
22472
|
"std-class-roster",
|
|
23080
22473
|
"std-class-session",
|
|
@@ -23083,7 +22476,6 @@
|
|
|
23083
22476
|
"std-construction-pm",
|
|
23084
22477
|
"std-court-deadline",
|
|
23085
22478
|
"std-crm",
|
|
23086
|
-
"std-customer-account",
|
|
23087
22479
|
"std-customer-success",
|
|
23088
22480
|
"std-devops-dashboard",
|
|
23089
22481
|
"std-document-mgmt",
|
|
@@ -23275,7 +22667,6 @@
|
|
|
23275
22667
|
"std-change-order",
|
|
23276
22668
|
"std-chart-of-accounts",
|
|
23277
22669
|
"std-checkin",
|
|
23278
|
-
"std-checkout-terminal",
|
|
23279
22670
|
"std-cicd-pipeline",
|
|
23280
22671
|
"std-class-roster",
|
|
23281
22672
|
"std-class-session",
|
|
@@ -23284,7 +22675,6 @@
|
|
|
23284
22675
|
"std-construction-pm",
|
|
23285
22676
|
"std-court-deadline",
|
|
23286
22677
|
"std-crm",
|
|
23287
|
-
"std-customer-account",
|
|
23288
22678
|
"std-customer-success",
|
|
23289
22679
|
"std-devops-dashboard",
|
|
23290
22680
|
"std-document-mgmt",
|
|
@@ -23475,7 +22865,6 @@
|
|
|
23475
22865
|
"std-change-order",
|
|
23476
22866
|
"std-chart-of-accounts",
|
|
23477
22867
|
"std-checkin",
|
|
23478
|
-
"std-checkout-terminal",
|
|
23479
22868
|
"std-cicd-pipeline",
|
|
23480
22869
|
"std-class-roster",
|
|
23481
22870
|
"std-class-session",
|
|
@@ -23484,7 +22873,6 @@
|
|
|
23484
22873
|
"std-construction-pm",
|
|
23485
22874
|
"std-court-deadline",
|
|
23486
22875
|
"std-crm",
|
|
23487
|
-
"std-customer-account",
|
|
23488
22876
|
"std-customer-success",
|
|
23489
22877
|
"std-devops-dashboard",
|
|
23490
22878
|
"std-document-mgmt",
|
|
@@ -23689,7 +23077,6 @@
|
|
|
23689
23077
|
"std-change-order",
|
|
23690
23078
|
"std-chart-of-accounts",
|
|
23691
23079
|
"std-checkin",
|
|
23692
|
-
"std-checkout-terminal",
|
|
23693
23080
|
"std-cicd-pipeline",
|
|
23694
23081
|
"std-class-roster",
|
|
23695
23082
|
"std-class-session",
|
|
@@ -23698,7 +23085,6 @@
|
|
|
23698
23085
|
"std-construction-pm",
|
|
23699
23086
|
"std-court-deadline",
|
|
23700
23087
|
"std-crm",
|
|
23701
|
-
"std-customer-account",
|
|
23702
23088
|
"std-customer-success",
|
|
23703
23089
|
"std-devops-dashboard",
|
|
23704
23090
|
"std-document-mgmt",
|
|
@@ -23915,7 +23301,6 @@
|
|
|
23915
23301
|
"std-change-order",
|
|
23916
23302
|
"std-chart-of-accounts",
|
|
23917
23303
|
"std-checkin",
|
|
23918
|
-
"std-checkout-terminal",
|
|
23919
23304
|
"std-cicd-pipeline",
|
|
23920
23305
|
"std-class-roster",
|
|
23921
23306
|
"std-class-session",
|
|
@@ -23924,7 +23309,6 @@
|
|
|
23924
23309
|
"std-construction-pm",
|
|
23925
23310
|
"std-court-deadline",
|
|
23926
23311
|
"std-crm",
|
|
23927
|
-
"std-customer-account",
|
|
23928
23312
|
"std-customer-success",
|
|
23929
23313
|
"std-devops-dashboard",
|
|
23930
23314
|
"std-document-mgmt",
|
|
@@ -24132,7 +23516,6 @@
|
|
|
24132
23516
|
"std-change-order",
|
|
24133
23517
|
"std-chart-of-accounts",
|
|
24134
23518
|
"std-checkin",
|
|
24135
|
-
"std-checkout-terminal",
|
|
24136
23519
|
"std-cicd-pipeline",
|
|
24137
23520
|
"std-class-roster",
|
|
24138
23521
|
"std-class-session",
|
|
@@ -24141,7 +23524,6 @@
|
|
|
24141
23524
|
"std-construction-pm",
|
|
24142
23525
|
"std-court-deadline",
|
|
24143
23526
|
"std-crm",
|
|
24144
|
-
"std-customer-account",
|
|
24145
23527
|
"std-customer-success",
|
|
24146
23528
|
"std-devops-dashboard",
|
|
24147
23529
|
"std-document-mgmt",
|
|
@@ -24354,7 +23736,6 @@
|
|
|
24354
23736
|
"std-change-order",
|
|
24355
23737
|
"std-chart-of-accounts",
|
|
24356
23738
|
"std-checkin",
|
|
24357
|
-
"std-checkout-terminal",
|
|
24358
23739
|
"std-cicd-pipeline",
|
|
24359
23740
|
"std-class-roster",
|
|
24360
23741
|
"std-class-session",
|
|
@@ -24363,7 +23744,6 @@
|
|
|
24363
23744
|
"std-construction-pm",
|
|
24364
23745
|
"std-court-deadline",
|
|
24365
23746
|
"std-crm",
|
|
24366
|
-
"std-customer-account",
|
|
24367
23747
|
"std-customer-success",
|
|
24368
23748
|
"std-devops-dashboard",
|
|
24369
23749
|
"std-document-mgmt",
|
|
@@ -24560,7 +23940,6 @@
|
|
|
24560
23940
|
"std-change-order",
|
|
24561
23941
|
"std-chart-of-accounts",
|
|
24562
23942
|
"std-checkin",
|
|
24563
|
-
"std-checkout-terminal",
|
|
24564
23943
|
"std-cicd-pipeline",
|
|
24565
23944
|
"std-class-roster",
|
|
24566
23945
|
"std-class-session",
|
|
@@ -24569,7 +23948,6 @@
|
|
|
24569
23948
|
"std-construction-pm",
|
|
24570
23949
|
"std-court-deadline",
|
|
24571
23950
|
"std-crm",
|
|
24572
|
-
"std-customer-account",
|
|
24573
23951
|
"std-customer-success",
|
|
24574
23952
|
"std-devops-dashboard",
|
|
24575
23953
|
"std-document-mgmt",
|
|
@@ -24766,7 +24144,6 @@
|
|
|
24766
24144
|
"std-change-order",
|
|
24767
24145
|
"std-chart-of-accounts",
|
|
24768
24146
|
"std-checkin",
|
|
24769
|
-
"std-checkout-terminal",
|
|
24770
24147
|
"std-cicd-pipeline",
|
|
24771
24148
|
"std-class-roster",
|
|
24772
24149
|
"std-class-session",
|
|
@@ -24775,7 +24152,6 @@
|
|
|
24775
24152
|
"std-construction-pm",
|
|
24776
24153
|
"std-court-deadline",
|
|
24777
24154
|
"std-crm",
|
|
24778
|
-
"std-customer-account",
|
|
24779
24155
|
"std-customer-success",
|
|
24780
24156
|
"std-devops-dashboard",
|
|
24781
24157
|
"std-document-mgmt",
|
|
@@ -24986,7 +24362,6 @@
|
|
|
24986
24362
|
"std-change-order",
|
|
24987
24363
|
"std-chart-of-accounts",
|
|
24988
24364
|
"std-checkin",
|
|
24989
|
-
"std-checkout-terminal",
|
|
24990
24365
|
"std-cicd-pipeline",
|
|
24991
24366
|
"std-class-roster",
|
|
24992
24367
|
"std-class-session",
|
|
@@ -24995,7 +24370,6 @@
|
|
|
24995
24370
|
"std-construction-pm",
|
|
24996
24371
|
"std-court-deadline",
|
|
24997
24372
|
"std-crm",
|
|
24998
|
-
"std-customer-account",
|
|
24999
24373
|
"std-customer-success",
|
|
25000
24374
|
"std-devops-dashboard",
|
|
25001
24375
|
"std-document-mgmt",
|
|
@@ -25202,7 +24576,6 @@
|
|
|
25202
24576
|
"std-change-order",
|
|
25203
24577
|
"std-chart-of-accounts",
|
|
25204
24578
|
"std-checkin",
|
|
25205
|
-
"std-checkout-terminal",
|
|
25206
24579
|
"std-cicd-pipeline",
|
|
25207
24580
|
"std-class-roster",
|
|
25208
24581
|
"std-class-session",
|
|
@@ -25211,7 +24584,6 @@
|
|
|
25211
24584
|
"std-construction-pm",
|
|
25212
24585
|
"std-court-deadline",
|
|
25213
24586
|
"std-crm",
|
|
25214
|
-
"std-customer-account",
|
|
25215
24587
|
"std-customer-success",
|
|
25216
24588
|
"std-devops-dashboard",
|
|
25217
24589
|
"std-document-mgmt",
|
|
@@ -25398,7 +24770,6 @@
|
|
|
25398
24770
|
"std-change-order",
|
|
25399
24771
|
"std-chart-of-accounts",
|
|
25400
24772
|
"std-checkin",
|
|
25401
|
-
"std-checkout-terminal",
|
|
25402
24773
|
"std-cicd-pipeline",
|
|
25403
24774
|
"std-class-roster",
|
|
25404
24775
|
"std-class-session",
|
|
@@ -25407,7 +24778,6 @@
|
|
|
25407
24778
|
"std-construction-pm",
|
|
25408
24779
|
"std-court-deadline",
|
|
25409
24780
|
"std-crm",
|
|
25410
|
-
"std-customer-account",
|
|
25411
24781
|
"std-customer-success",
|
|
25412
24782
|
"std-devops-dashboard",
|
|
25413
24783
|
"std-document-mgmt",
|
|
@@ -25614,7 +24984,6 @@
|
|
|
25614
24984
|
"std-change-order",
|
|
25615
24985
|
"std-chart-of-accounts",
|
|
25616
24986
|
"std-checkin",
|
|
25617
|
-
"std-checkout-terminal",
|
|
25618
24987
|
"std-cicd-pipeline",
|
|
25619
24988
|
"std-class-roster",
|
|
25620
24989
|
"std-class-session",
|
|
@@ -25623,7 +24992,6 @@
|
|
|
25623
24992
|
"std-construction-pm",
|
|
25624
24993
|
"std-court-deadline",
|
|
25625
24994
|
"std-crm",
|
|
25626
|
-
"std-customer-account",
|
|
25627
24995
|
"std-customer-success",
|
|
25628
24996
|
"std-devops-dashboard",
|
|
25629
24997
|
"std-document-mgmt",
|
|
@@ -25809,7 +25177,6 @@
|
|
|
25809
25177
|
"std-change-order",
|
|
25810
25178
|
"std-chart-of-accounts",
|
|
25811
25179
|
"std-checkin",
|
|
25812
|
-
"std-checkout-terminal",
|
|
25813
25180
|
"std-cicd-pipeline",
|
|
25814
25181
|
"std-class-roster",
|
|
25815
25182
|
"std-class-session",
|
|
@@ -25818,7 +25185,6 @@
|
|
|
25818
25185
|
"std-construction-pm",
|
|
25819
25186
|
"std-court-deadline",
|
|
25820
25187
|
"std-crm",
|
|
25821
|
-
"std-customer-account",
|
|
25822
25188
|
"std-customer-success",
|
|
25823
25189
|
"std-devops-dashboard",
|
|
25824
25190
|
"std-document-mgmt",
|
|
@@ -26007,7 +25373,6 @@
|
|
|
26007
25373
|
"std-change-order",
|
|
26008
25374
|
"std-chart-of-accounts",
|
|
26009
25375
|
"std-checkin",
|
|
26010
|
-
"std-checkout-terminal",
|
|
26011
25376
|
"std-cicd-pipeline",
|
|
26012
25377
|
"std-class-roster",
|
|
26013
25378
|
"std-class-session",
|
|
@@ -26016,7 +25381,6 @@
|
|
|
26016
25381
|
"std-construction-pm",
|
|
26017
25382
|
"std-court-deadline",
|
|
26018
25383
|
"std-crm",
|
|
26019
|
-
"std-customer-account",
|
|
26020
25384
|
"std-customer-success",
|
|
26021
25385
|
"std-devops-dashboard",
|
|
26022
25386
|
"std-document-mgmt",
|
|
@@ -26213,7 +25577,6 @@
|
|
|
26213
25577
|
"std-change-order",
|
|
26214
25578
|
"std-chart-of-accounts",
|
|
26215
25579
|
"std-checkin",
|
|
26216
|
-
"std-checkout-terminal",
|
|
26217
25580
|
"std-cicd-pipeline",
|
|
26218
25581
|
"std-class-roster",
|
|
26219
25582
|
"std-class-session",
|
|
@@ -26222,7 +25585,6 @@
|
|
|
26222
25585
|
"std-construction-pm",
|
|
26223
25586
|
"std-court-deadline",
|
|
26224
25587
|
"std-crm",
|
|
26225
|
-
"std-customer-account",
|
|
26226
25588
|
"std-customer-success",
|
|
26227
25589
|
"std-devops-dashboard",
|
|
26228
25590
|
"std-document-mgmt",
|
|
@@ -26419,7 +25781,6 @@
|
|
|
26419
25781
|
"std-change-order",
|
|
26420
25782
|
"std-chart-of-accounts",
|
|
26421
25783
|
"std-checkin",
|
|
26422
|
-
"std-checkout-terminal",
|
|
26423
25784
|
"std-cicd-pipeline",
|
|
26424
25785
|
"std-class-roster",
|
|
26425
25786
|
"std-class-session",
|
|
@@ -26428,7 +25789,6 @@
|
|
|
26428
25789
|
"std-construction-pm",
|
|
26429
25790
|
"std-court-deadline",
|
|
26430
25791
|
"std-crm",
|
|
26431
|
-
"std-customer-account",
|
|
26432
25792
|
"std-customer-success",
|
|
26433
25793
|
"std-devops-dashboard",
|
|
26434
25794
|
"std-document-mgmt",
|
|
@@ -26630,7 +25990,6 @@
|
|
|
26630
25990
|
"std-change-order",
|
|
26631
25991
|
"std-chart-of-accounts",
|
|
26632
25992
|
"std-checkin",
|
|
26633
|
-
"std-checkout-terminal",
|
|
26634
25993
|
"std-cicd-pipeline",
|
|
26635
25994
|
"std-class-roster",
|
|
26636
25995
|
"std-class-session",
|
|
@@ -26639,7 +25998,6 @@
|
|
|
26639
25998
|
"std-construction-pm",
|
|
26640
25999
|
"std-court-deadline",
|
|
26641
26000
|
"std-crm",
|
|
26642
|
-
"std-customer-account",
|
|
26643
26001
|
"std-customer-success",
|
|
26644
26002
|
"std-devops-dashboard",
|
|
26645
26003
|
"std-document-mgmt",
|
|
@@ -26826,7 +26184,6 @@
|
|
|
26826
26184
|
"std-change-order",
|
|
26827
26185
|
"std-chart-of-accounts",
|
|
26828
26186
|
"std-checkin",
|
|
26829
|
-
"std-checkout-terminal",
|
|
26830
26187
|
"std-cicd-pipeline",
|
|
26831
26188
|
"std-class-roster",
|
|
26832
26189
|
"std-class-session",
|
|
@@ -26835,7 +26192,6 @@
|
|
|
26835
26192
|
"std-construction-pm",
|
|
26836
26193
|
"std-court-deadline",
|
|
26837
26194
|
"std-crm",
|
|
26838
|
-
"std-customer-account",
|
|
26839
26195
|
"std-customer-success",
|
|
26840
26196
|
"std-devops-dashboard",
|
|
26841
26197
|
"std-document-mgmt",
|
|
@@ -27037,7 +26393,6 @@
|
|
|
27037
26393
|
"std-change-order",
|
|
27038
26394
|
"std-chart-of-accounts",
|
|
27039
26395
|
"std-checkin",
|
|
27040
|
-
"std-checkout-terminal",
|
|
27041
26396
|
"std-cicd-pipeline",
|
|
27042
26397
|
"std-class-roster",
|
|
27043
26398
|
"std-class-session",
|
|
@@ -27046,7 +26401,6 @@
|
|
|
27046
26401
|
"std-construction-pm",
|
|
27047
26402
|
"std-court-deadline",
|
|
27048
26403
|
"std-crm",
|
|
27049
|
-
"std-customer-account",
|
|
27050
26404
|
"std-customer-success",
|
|
27051
26405
|
"std-devops-dashboard",
|
|
27052
26406
|
"std-document-mgmt",
|
|
@@ -27238,7 +26592,6 @@
|
|
|
27238
26592
|
"std-change-order",
|
|
27239
26593
|
"std-chart-of-accounts",
|
|
27240
26594
|
"std-checkin",
|
|
27241
|
-
"std-checkout-terminal",
|
|
27242
26595
|
"std-cicd-pipeline",
|
|
27243
26596
|
"std-class-roster",
|
|
27244
26597
|
"std-class-session",
|
|
@@ -27247,7 +26600,6 @@
|
|
|
27247
26600
|
"std-construction-pm",
|
|
27248
26601
|
"std-court-deadline",
|
|
27249
26602
|
"std-crm",
|
|
27250
|
-
"std-customer-account",
|
|
27251
26603
|
"std-customer-success",
|
|
27252
26604
|
"std-devops-dashboard",
|
|
27253
26605
|
"std-document-mgmt",
|
|
@@ -27467,7 +26819,6 @@
|
|
|
27467
26819
|
"std-change-order",
|
|
27468
26820
|
"std-chart-of-accounts",
|
|
27469
26821
|
"std-checkin",
|
|
27470
|
-
"std-checkout-terminal",
|
|
27471
26822
|
"std-cicd-pipeline",
|
|
27472
26823
|
"std-class-roster",
|
|
27473
26824
|
"std-class-session",
|
|
@@ -27476,7 +26827,6 @@
|
|
|
27476
26827
|
"std-construction-pm",
|
|
27477
26828
|
"std-court-deadline",
|
|
27478
26829
|
"std-crm",
|
|
27479
|
-
"std-customer-account",
|
|
27480
26830
|
"std-customer-success",
|
|
27481
26831
|
"std-devops-dashboard",
|
|
27482
26832
|
"std-document-mgmt",
|
|
@@ -36000,7 +35350,6 @@
|
|
|
36000
35350
|
"std-change-order",
|
|
36001
35351
|
"std-chart-of-accounts",
|
|
36002
35352
|
"std-checkin",
|
|
36003
|
-
"std-checkout-terminal",
|
|
36004
35353
|
"std-cicd-pipeline",
|
|
36005
35354
|
"std-circuit-breaker",
|
|
36006
35355
|
"std-class-roster",
|
|
@@ -36011,7 +35360,6 @@
|
|
|
36011
35360
|
"std-construction-pm",
|
|
36012
35361
|
"std-court-deadline",
|
|
36013
35362
|
"std-crm",
|
|
36014
|
-
"std-customer-account",
|
|
36015
35363
|
"std-customer-success",
|
|
36016
35364
|
"std-dashboard",
|
|
36017
35365
|
"std-dashboard-grid-layout",
|
|
@@ -36289,7 +35637,6 @@
|
|
|
36289
35637
|
"std-change-order",
|
|
36290
35638
|
"std-chart-of-accounts",
|
|
36291
35639
|
"std-checkin",
|
|
36292
|
-
"std-checkout-terminal",
|
|
36293
35640
|
"std-cicd-pipeline",
|
|
36294
35641
|
"std-circuit-breaker",
|
|
36295
35642
|
"std-class-roster",
|
|
@@ -36300,7 +35647,6 @@
|
|
|
36300
35647
|
"std-construction-pm",
|
|
36301
35648
|
"std-court-deadline",
|
|
36302
35649
|
"std-crm",
|
|
36303
|
-
"std-customer-account",
|
|
36304
35650
|
"std-customer-success",
|
|
36305
35651
|
"std-dashboard",
|
|
36306
35652
|
"std-dashboard-grid-layout",
|
|
@@ -36593,7 +35939,6 @@
|
|
|
36593
35939
|
"std-change-order",
|
|
36594
35940
|
"std-chart-of-accounts",
|
|
36595
35941
|
"std-checkin",
|
|
36596
|
-
"std-checkout-terminal",
|
|
36597
35942
|
"std-cicd-pipeline",
|
|
36598
35943
|
"std-circuit-breaker",
|
|
36599
35944
|
"std-class-roster",
|
|
@@ -36604,7 +35949,6 @@
|
|
|
36604
35949
|
"std-construction-pm",
|
|
36605
35950
|
"std-court-deadline",
|
|
36606
35951
|
"std-crm",
|
|
36607
|
-
"std-customer-account",
|
|
36608
35952
|
"std-customer-success",
|
|
36609
35953
|
"std-dashboard",
|
|
36610
35954
|
"std-dashboard-grid-layout",
|
|
@@ -36882,7 +36226,6 @@
|
|
|
36882
36226
|
"std-change-order",
|
|
36883
36227
|
"std-chart-of-accounts",
|
|
36884
36228
|
"std-checkin",
|
|
36885
|
-
"std-checkout-terminal",
|
|
36886
36229
|
"std-cicd-pipeline",
|
|
36887
36230
|
"std-circuit-breaker",
|
|
36888
36231
|
"std-class-roster",
|
|
@@ -36893,7 +36236,6 @@
|
|
|
36893
36236
|
"std-construction-pm",
|
|
36894
36237
|
"std-court-deadline",
|
|
36895
36238
|
"std-crm",
|
|
36896
|
-
"std-customer-account",
|
|
36897
36239
|
"std-customer-success",
|
|
36898
36240
|
"std-dashboard",
|
|
36899
36241
|
"std-dashboard-grid-layout",
|
|
@@ -37176,7 +36518,6 @@
|
|
|
37176
36518
|
"std-change-order",
|
|
37177
36519
|
"std-chart-of-accounts",
|
|
37178
36520
|
"std-checkin",
|
|
37179
|
-
"std-checkout-terminal",
|
|
37180
36521
|
"std-cicd-pipeline",
|
|
37181
36522
|
"std-circuit-breaker",
|
|
37182
36523
|
"std-class-roster",
|
|
@@ -37187,7 +36528,6 @@
|
|
|
37187
36528
|
"std-construction-pm",
|
|
37188
36529
|
"std-court-deadline",
|
|
37189
36530
|
"std-crm",
|
|
37190
|
-
"std-customer-account",
|
|
37191
36531
|
"std-customer-success",
|
|
37192
36532
|
"std-dashboard",
|
|
37193
36533
|
"std-dashboard-grid-layout",
|
|
@@ -37452,7 +36792,6 @@
|
|
|
37452
36792
|
"std-change-order",
|
|
37453
36793
|
"std-chart-of-accounts",
|
|
37454
36794
|
"std-checkin",
|
|
37455
|
-
"std-checkout-terminal",
|
|
37456
36795
|
"std-cicd-pipeline",
|
|
37457
36796
|
"std-circuit-breaker",
|
|
37458
36797
|
"std-class-roster",
|
|
@@ -37463,7 +36802,6 @@
|
|
|
37463
36802
|
"std-construction-pm",
|
|
37464
36803
|
"std-court-deadline",
|
|
37465
36804
|
"std-crm",
|
|
37466
|
-
"std-customer-account",
|
|
37467
36805
|
"std-customer-success",
|
|
37468
36806
|
"std-dashboard",
|
|
37469
36807
|
"std-dashboard-grid-layout",
|
|
@@ -37726,7 +37064,6 @@
|
|
|
37726
37064
|
"std-change-order",
|
|
37727
37065
|
"std-chart-of-accounts",
|
|
37728
37066
|
"std-checkin",
|
|
37729
|
-
"std-checkout-terminal",
|
|
37730
37067
|
"std-cicd-pipeline",
|
|
37731
37068
|
"std-circuit-breaker",
|
|
37732
37069
|
"std-class-roster",
|
|
@@ -37737,7 +37074,6 @@
|
|
|
37737
37074
|
"std-construction-pm",
|
|
37738
37075
|
"std-court-deadline",
|
|
37739
37076
|
"std-crm",
|
|
37740
|
-
"std-customer-account",
|
|
37741
37077
|
"std-customer-success",
|
|
37742
37078
|
"std-dashboard",
|
|
37743
37079
|
"std-dashboard-grid-layout",
|
|
@@ -37998,7 +37334,6 @@
|
|
|
37998
37334
|
"std-change-order",
|
|
37999
37335
|
"std-chart-of-accounts",
|
|
38000
37336
|
"std-checkin",
|
|
38001
|
-
"std-checkout-terminal",
|
|
38002
37337
|
"std-cicd-pipeline",
|
|
38003
37338
|
"std-circuit-breaker",
|
|
38004
37339
|
"std-class-roster",
|
|
@@ -38009,7 +37344,6 @@
|
|
|
38009
37344
|
"std-construction-pm",
|
|
38010
37345
|
"std-court-deadline",
|
|
38011
37346
|
"std-crm",
|
|
38012
|
-
"std-customer-account",
|
|
38013
37347
|
"std-customer-success",
|
|
38014
37348
|
"std-dashboard",
|
|
38015
37349
|
"std-dashboard-grid-layout",
|
|
@@ -38289,7 +37623,6 @@
|
|
|
38289
37623
|
"std-change-order",
|
|
38290
37624
|
"std-chart-of-accounts",
|
|
38291
37625
|
"std-checkin",
|
|
38292
|
-
"std-checkout-terminal",
|
|
38293
37626
|
"std-cicd-pipeline",
|
|
38294
37627
|
"std-circuit-breaker",
|
|
38295
37628
|
"std-class-roster",
|
|
@@ -38300,7 +37633,6 @@
|
|
|
38300
37633
|
"std-construction-pm",
|
|
38301
37634
|
"std-court-deadline",
|
|
38302
37635
|
"std-crm",
|
|
38303
|
-
"std-customer-account",
|
|
38304
37636
|
"std-customer-success",
|
|
38305
37637
|
"std-dashboard",
|
|
38306
37638
|
"std-dashboard-grid-layout",
|
|
@@ -38568,7 +37900,6 @@
|
|
|
38568
37900
|
"std-change-order",
|
|
38569
37901
|
"std-chart-of-accounts",
|
|
38570
37902
|
"std-checkin",
|
|
38571
|
-
"std-checkout-terminal",
|
|
38572
37903
|
"std-cicd-pipeline",
|
|
38573
37904
|
"std-circuit-breaker",
|
|
38574
37905
|
"std-class-roster",
|
|
@@ -38579,7 +37910,6 @@
|
|
|
38579
37910
|
"std-construction-pm",
|
|
38580
37911
|
"std-court-deadline",
|
|
38581
37912
|
"std-crm",
|
|
38582
|
-
"std-customer-account",
|
|
38583
37913
|
"std-customer-success",
|
|
38584
37914
|
"std-dashboard",
|
|
38585
37915
|
"std-dashboard-grid-layout",
|
|
@@ -38852,7 +38182,6 @@
|
|
|
38852
38182
|
"std-change-order",
|
|
38853
38183
|
"std-chart-of-accounts",
|
|
38854
38184
|
"std-checkin",
|
|
38855
|
-
"std-checkout-terminal",
|
|
38856
38185
|
"std-cicd-pipeline",
|
|
38857
38186
|
"std-circuit-breaker",
|
|
38858
38187
|
"std-class-roster",
|
|
@@ -38863,7 +38192,6 @@
|
|
|
38863
38192
|
"std-construction-pm",
|
|
38864
38193
|
"std-court-deadline",
|
|
38865
38194
|
"std-crm",
|
|
38866
|
-
"std-customer-account",
|
|
38867
38195
|
"std-customer-success",
|
|
38868
38196
|
"std-dashboard",
|
|
38869
38197
|
"std-dashboard-grid-layout",
|
|
@@ -39141,7 +38469,6 @@
|
|
|
39141
38469
|
"std-change-order",
|
|
39142
38470
|
"std-chart-of-accounts",
|
|
39143
38471
|
"std-checkin",
|
|
39144
|
-
"std-checkout-terminal",
|
|
39145
38472
|
"std-cicd-pipeline",
|
|
39146
38473
|
"std-circuit-breaker",
|
|
39147
38474
|
"std-class-roster",
|
|
@@ -39152,7 +38479,6 @@
|
|
|
39152
38479
|
"std-construction-pm",
|
|
39153
38480
|
"std-court-deadline",
|
|
39154
38481
|
"std-crm",
|
|
39155
|
-
"std-customer-account",
|
|
39156
38482
|
"std-customer-success",
|
|
39157
38483
|
"std-dashboard",
|
|
39158
38484
|
"std-dashboard-grid-layout",
|
|
@@ -39420,7 +38746,6 @@
|
|
|
39420
38746
|
"std-change-order",
|
|
39421
38747
|
"std-chart-of-accounts",
|
|
39422
38748
|
"std-checkin",
|
|
39423
|
-
"std-checkout-terminal",
|
|
39424
38749
|
"std-cicd-pipeline",
|
|
39425
38750
|
"std-circuit-breaker",
|
|
39426
38751
|
"std-class-roster",
|
|
@@ -39431,7 +38756,6 @@
|
|
|
39431
38756
|
"std-construction-pm",
|
|
39432
38757
|
"std-court-deadline",
|
|
39433
38758
|
"std-crm",
|
|
39434
|
-
"std-customer-account",
|
|
39435
38759
|
"std-customer-success",
|
|
39436
38760
|
"std-dashboard",
|
|
39437
38761
|
"std-dashboard-grid-layout",
|
|
@@ -39684,7 +39008,6 @@
|
|
|
39684
39008
|
"std-change-order",
|
|
39685
39009
|
"std-chart-of-accounts",
|
|
39686
39010
|
"std-checkin",
|
|
39687
|
-
"std-checkout-terminal",
|
|
39688
39011
|
"std-cicd-pipeline",
|
|
39689
39012
|
"std-circuit-breaker",
|
|
39690
39013
|
"std-class-roster",
|
|
@@ -39695,7 +39018,6 @@
|
|
|
39695
39018
|
"std-construction-pm",
|
|
39696
39019
|
"std-court-deadline",
|
|
39697
39020
|
"std-crm",
|
|
39698
|
-
"std-customer-account",
|
|
39699
39021
|
"std-customer-success",
|
|
39700
39022
|
"std-dashboard",
|
|
39701
39023
|
"std-dashboard-grid-layout",
|
|
@@ -39975,7 +39297,6 @@
|
|
|
39975
39297
|
"std-change-order",
|
|
39976
39298
|
"std-chart-of-accounts",
|
|
39977
39299
|
"std-checkin",
|
|
39978
|
-
"std-checkout-terminal",
|
|
39979
39300
|
"std-cicd-pipeline",
|
|
39980
39301
|
"std-circuit-breaker",
|
|
39981
39302
|
"std-class-roster",
|
|
@@ -39987,7 +39308,6 @@
|
|
|
39987
39308
|
"std-construction-pm",
|
|
39988
39309
|
"std-court-deadline",
|
|
39989
39310
|
"std-crm",
|
|
39990
|
-
"std-customer-account",
|
|
39991
39311
|
"std-customer-success",
|
|
39992
39312
|
"std-dashboard",
|
|
39993
39313
|
"std-dashboard-grid-layout",
|