@almadar/std 15.15.0 → 15.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors/behaviors-registry.json +2913 -156
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors-registry.json +2913 -156
- package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/registry/app/atoms/std-application.orb +300 -188
- package/dist/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/registry/app/atoms/std-donor.orb +191 -156
- package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/registry/app/atoms/std-driver.orb +440 -202
- package/dist/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/registry/app/atoms/std-event.orb +309 -178
- package/dist/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/registry/app/atoms/std-lease.orb +411 -178
- package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/registry/app/atoms/std-matter.orb +415 -189
- package/dist/registry/app/atoms/std-membership.orb +387 -167
- package/dist/registry/app/atoms/std-menu.orb +232 -175
- package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/registry/app/atoms/std-segment.orb +173 -139
- package/dist/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/registry/app/atoms/std-trial.orb +401 -183
- package/dist/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/package.json +1 -1
|
@@ -0,0 +1,330 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-reminder-scheduler",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "std-reminder-scheduler — declarative deadline-reminder rules for a target entity. Periodic tick logs scans to ReminderRunLog. v1.0 ships the knob set + scan topology so the questionnaire surfaces dateField + offsetsHours + template; auto-emit of ReminderDue per matching record lands in v1.1 (loop-with-emit gap — docs/Almadar_Std_Factories.md). Composed alongside std-notify-on-event in organisms once the emit lands.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "ReminderSchedulerOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "ReminderRunLog",
|
|
10
|
+
"collection": "reminder_runs",
|
|
11
|
+
"persistence": "persistent",
|
|
12
|
+
"fields": [
|
|
13
|
+
{
|
|
14
|
+
"name": "id",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"required": true
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "targetEntity",
|
|
20
|
+
"type": "string",
|
|
21
|
+
"default": ""
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "recordCount",
|
|
25
|
+
"type": "number",
|
|
26
|
+
"default": 0.0
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "ranAt",
|
|
30
|
+
"type": "number",
|
|
31
|
+
"default": 0.0
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "errors",
|
|
35
|
+
"type": "string",
|
|
36
|
+
"default": ""
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
},
|
|
40
|
+
"traits": [
|
|
41
|
+
{
|
|
42
|
+
"name": "ReminderScheduler",
|
|
43
|
+
"category": "lifecycle",
|
|
44
|
+
"linkedEntity": "ReminderRunLog",
|
|
45
|
+
"emits": [
|
|
46
|
+
{
|
|
47
|
+
"event": "ScanRecordsLoaded",
|
|
48
|
+
"payloadSchema": [
|
|
49
|
+
{
|
|
50
|
+
"name": "data",
|
|
51
|
+
"type": "[object]"
|
|
52
|
+
}
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"event": "ScanFailed",
|
|
57
|
+
"payloadSchema": [
|
|
58
|
+
{
|
|
59
|
+
"name": "error",
|
|
60
|
+
"type": "string"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"name": "code",
|
|
64
|
+
"type": "string"
|
|
65
|
+
}
|
|
66
|
+
]
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"event": "ReminderRunLogged",
|
|
70
|
+
"payloadSchema": [
|
|
71
|
+
{
|
|
72
|
+
"name": "row.id",
|
|
73
|
+
"type": "string",
|
|
74
|
+
"required": true
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"name": "row.targetEntity",
|
|
78
|
+
"type": "string"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"name": "row.recordCount",
|
|
82
|
+
"type": "number"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "row.ranAt",
|
|
86
|
+
"type": "number"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "row.errors",
|
|
90
|
+
"type": "string"
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"event": "ReminderRunFailed",
|
|
96
|
+
"payloadSchema": [
|
|
97
|
+
{
|
|
98
|
+
"name": "error",
|
|
99
|
+
"type": "string"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "code",
|
|
103
|
+
"type": "string"
|
|
104
|
+
}
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"stateMachine": {
|
|
109
|
+
"states": [
|
|
110
|
+
{
|
|
111
|
+
"name": "idle",
|
|
112
|
+
"isInitial": true
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"events": [
|
|
116
|
+
{
|
|
117
|
+
"key": "ScanRecordsLoaded",
|
|
118
|
+
"name": "Scan records loaded",
|
|
119
|
+
"payloadSchema": [
|
|
120
|
+
{
|
|
121
|
+
"name": "data",
|
|
122
|
+
"type": "[object]"
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"key": "ScanFailed",
|
|
128
|
+
"name": "Scan failed",
|
|
129
|
+
"payloadSchema": [
|
|
130
|
+
{
|
|
131
|
+
"name": "error",
|
|
132
|
+
"type": "string"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "code",
|
|
136
|
+
"type": "string"
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"key": "ReminderRunLogged",
|
|
142
|
+
"name": "ReminderRunLog ged",
|
|
143
|
+
"payloadSchema": [
|
|
144
|
+
{
|
|
145
|
+
"name": "row",
|
|
146
|
+
"type": "ReminderRunLog"
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"key": "ReminderRunFailed",
|
|
152
|
+
"name": "Reminder run failed",
|
|
153
|
+
"payloadSchema": [
|
|
154
|
+
{
|
|
155
|
+
"name": "error",
|
|
156
|
+
"type": "string"
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"name": "code",
|
|
160
|
+
"type": "string"
|
|
161
|
+
}
|
|
162
|
+
]
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"transitions": [
|
|
166
|
+
{
|
|
167
|
+
"from": "idle",
|
|
168
|
+
"to": "idle",
|
|
169
|
+
"event": "ScanRecordsLoaded",
|
|
170
|
+
"effects": [
|
|
171
|
+
[
|
|
172
|
+
"set",
|
|
173
|
+
"@entity.targetEntity",
|
|
174
|
+
"@config.targetEntity"
|
|
175
|
+
],
|
|
176
|
+
[
|
|
177
|
+
"set",
|
|
178
|
+
"@entity.recordCount",
|
|
179
|
+
[
|
|
180
|
+
"array/len",
|
|
181
|
+
"@payload.data"
|
|
182
|
+
]
|
|
183
|
+
],
|
|
184
|
+
[
|
|
185
|
+
"set",
|
|
186
|
+
"@entity.ranAt",
|
|
187
|
+
0.0
|
|
188
|
+
],
|
|
189
|
+
[
|
|
190
|
+
"persist",
|
|
191
|
+
"create",
|
|
192
|
+
"ReminderRunLog",
|
|
193
|
+
"@entity",
|
|
194
|
+
{
|
|
195
|
+
"emit": {
|
|
196
|
+
"failure": "ReminderRunFailed",
|
|
197
|
+
"success": "ReminderRunLogged"
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
]
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"from": "idle",
|
|
205
|
+
"to": "idle",
|
|
206
|
+
"event": "ScanFailed",
|
|
207
|
+
"effects": [
|
|
208
|
+
[
|
|
209
|
+
"set",
|
|
210
|
+
"@entity.targetEntity",
|
|
211
|
+
"@config.targetEntity"
|
|
212
|
+
],
|
|
213
|
+
[
|
|
214
|
+
"set",
|
|
215
|
+
"@entity.recordCount",
|
|
216
|
+
0.0
|
|
217
|
+
],
|
|
218
|
+
[
|
|
219
|
+
"set",
|
|
220
|
+
"@entity.errors",
|
|
221
|
+
"@payload.error"
|
|
222
|
+
],
|
|
223
|
+
[
|
|
224
|
+
"persist",
|
|
225
|
+
"create",
|
|
226
|
+
"ReminderRunLog",
|
|
227
|
+
"@entity",
|
|
228
|
+
{
|
|
229
|
+
"emit": {
|
|
230
|
+
"success": "ReminderRunLogged",
|
|
231
|
+
"failure": "ReminderRunFailed"
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
]
|
|
235
|
+
]
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"from": "idle",
|
|
239
|
+
"to": "idle",
|
|
240
|
+
"event": "ReminderRunLogged"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"from": "idle",
|
|
244
|
+
"to": "idle",
|
|
245
|
+
"event": "ReminderRunFailed"
|
|
246
|
+
}
|
|
247
|
+
]
|
|
248
|
+
},
|
|
249
|
+
"ticks": [
|
|
250
|
+
{
|
|
251
|
+
"name": "scanCycle",
|
|
252
|
+
"interval": 900000.0,
|
|
253
|
+
"effects": [
|
|
254
|
+
[
|
|
255
|
+
"fetch",
|
|
256
|
+
"ReminderRunLog",
|
|
257
|
+
{
|
|
258
|
+
"emit": {
|
|
259
|
+
"success": "ScanRecordsLoaded",
|
|
260
|
+
"failure": "ScanFailed"
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
]
|
|
264
|
+
]
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
"config": {
|
|
268
|
+
"severity": {
|
|
269
|
+
"type": "string",
|
|
270
|
+
"default": "info",
|
|
271
|
+
"label": "Severity",
|
|
272
|
+
"description": "Severity passed to the notifier when emit lands: info / warning / error.",
|
|
273
|
+
"tier": "customization"
|
|
274
|
+
},
|
|
275
|
+
"template": {
|
|
276
|
+
"type": "string",
|
|
277
|
+
"default": "",
|
|
278
|
+
"label": "Message template",
|
|
279
|
+
"description": "Message body passed to the notifier.",
|
|
280
|
+
"tier": "customization"
|
|
281
|
+
},
|
|
282
|
+
"dateField": {
|
|
283
|
+
"type": "string",
|
|
284
|
+
"default": "",
|
|
285
|
+
"label": "Deadline field",
|
|
286
|
+
"description": "Field on the target entity holding the deadline timestamp (e.g. 'dueAt', 'startsAt').",
|
|
287
|
+
"tier": "essential"
|
|
288
|
+
},
|
|
289
|
+
"targetEntity": {
|
|
290
|
+
"type": "string",
|
|
291
|
+
"default": "",
|
|
292
|
+
"label": "Target entity",
|
|
293
|
+
"description": "Entity to scan for upcoming deadlines (e.g. 'ClassSession', 'CourtDeadlineRecord').",
|
|
294
|
+
"tier": "essential"
|
|
295
|
+
},
|
|
296
|
+
"offsetsHours": {
|
|
297
|
+
"type": "[number]",
|
|
298
|
+
"default": [],
|
|
299
|
+
"label": "Reminder offsets (hours before deadline)",
|
|
300
|
+
"description": "Multi-touch reminder offsets: e.g. [168, 24, 1] for 7d/1d/1h reminders. v1.0 declarative only — emit lands in v1.1 (gap).",
|
|
301
|
+
"tier": "essential",
|
|
302
|
+
"items": {
|
|
303
|
+
"type": "number"
|
|
304
|
+
}
|
|
305
|
+
},
|
|
306
|
+
"windowToleranceMinutes": {
|
|
307
|
+
"type": "number",
|
|
308
|
+
"default": 60.0,
|
|
309
|
+
"label": "Match tolerance (minutes)",
|
|
310
|
+
"description": "How close to the offset a record must be to fire a reminder. Wider = more forgiving but more dupes.",
|
|
311
|
+
"tier": "advanced"
|
|
312
|
+
}
|
|
313
|
+
},
|
|
314
|
+
"scope": "instance"
|
|
315
|
+
}
|
|
316
|
+
],
|
|
317
|
+
"pages": [
|
|
318
|
+
{
|
|
319
|
+
"name": "ReminderSchedulerPage",
|
|
320
|
+
"path": "/reminders/scheduler",
|
|
321
|
+
"traits": [
|
|
322
|
+
{
|
|
323
|
+
"ref": "ReminderScheduler"
|
|
324
|
+
}
|
|
325
|
+
]
|
|
326
|
+
}
|
|
327
|
+
]
|
|
328
|
+
}
|
|
329
|
+
]
|
|
330
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-article",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Article section atom for marketing pages. Renders a centered prose block with title and rich content. Pick for about pages, mission statements, and blog-style content.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "ArticleItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "ArticleItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
}
|
|
17
|
+
]
|
|
18
|
+
},
|
|
19
|
+
"traits": [
|
|
20
|
+
{
|
|
21
|
+
"name": "ArticleItemArticle",
|
|
22
|
+
"category": "interaction",
|
|
23
|
+
"linkedEntity": "ArticleItem",
|
|
24
|
+
"stateMachine": {
|
|
25
|
+
"states": [
|
|
26
|
+
{
|
|
27
|
+
"name": "idle",
|
|
28
|
+
"isInitial": true
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"events": [
|
|
32
|
+
{
|
|
33
|
+
"key": "INIT",
|
|
34
|
+
"name": "Initialize"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"transitions": [
|
|
38
|
+
{
|
|
39
|
+
"from": "idle",
|
|
40
|
+
"to": "idle",
|
|
41
|
+
"event": "INIT",
|
|
42
|
+
"effects": [
|
|
43
|
+
[
|
|
44
|
+
"render-ui",
|
|
45
|
+
"main",
|
|
46
|
+
{
|
|
47
|
+
"type": "article-section",
|
|
48
|
+
"children": "@config.content",
|
|
49
|
+
"maxWidth": "@config.maxWidth",
|
|
50
|
+
"title": "@config.title"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
]
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
"config": {
|
|
58
|
+
"content": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"default": "We believe building software should be as natural as describing it.",
|
|
61
|
+
"label": "Content",
|
|
62
|
+
"description": "Body text rendered as markdown",
|
|
63
|
+
"tier": "essential"
|
|
64
|
+
},
|
|
65
|
+
"title": {
|
|
66
|
+
"type": "string",
|
|
67
|
+
"default": "Our Mission",
|
|
68
|
+
"label": "Title",
|
|
69
|
+
"description": "Section headline",
|
|
70
|
+
"tier": "essential"
|
|
71
|
+
},
|
|
72
|
+
"maxWidth": {
|
|
73
|
+
"type": "string",
|
|
74
|
+
"default": "lg",
|
|
75
|
+
"label": "Max Width",
|
|
76
|
+
"description": "Content width constraint",
|
|
77
|
+
"tier": "customization"
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"scope": "instance"
|
|
81
|
+
}
|
|
82
|
+
],
|
|
83
|
+
"pages": [
|
|
84
|
+
{
|
|
85
|
+
"name": "ArticleItemArticlePage",
|
|
86
|
+
"path": "/article",
|
|
87
|
+
"traits": [
|
|
88
|
+
{
|
|
89
|
+
"ref": "ArticleItemArticle"
|
|
90
|
+
}
|
|
91
|
+
]
|
|
92
|
+
}
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
}
|
|
@@ -0,0 +1,243 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "std-marketing-case-studies",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Case studies grid atom for marketing pages. Renders a grid of case study cards with categories, descriptions, and links. Pick for social proof and success story sections.",
|
|
5
|
+
"orbitals": [
|
|
6
|
+
{
|
|
7
|
+
"name": "CaseStudyItemOrbital",
|
|
8
|
+
"entity": {
|
|
9
|
+
"name": "CaseStudyItem",
|
|
10
|
+
"persistence": "runtime",
|
|
11
|
+
"fields": [
|
|
12
|
+
{
|
|
13
|
+
"name": "id",
|
|
14
|
+
"type": "string",
|
|
15
|
+
"required": true
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "items",
|
|
19
|
+
"type": "array",
|
|
20
|
+
"default": [],
|
|
21
|
+
"items": {
|
|
22
|
+
"type": "object",
|
|
23
|
+
"properties": {
|
|
24
|
+
"title": {
|
|
25
|
+
"name": "title",
|
|
26
|
+
"type": "string",
|
|
27
|
+
"required": true
|
|
28
|
+
},
|
|
29
|
+
"linkLabel": {
|
|
30
|
+
"name": "linkLabel",
|
|
31
|
+
"type": "string",
|
|
32
|
+
"required": false
|
|
33
|
+
},
|
|
34
|
+
"id": {
|
|
35
|
+
"name": "id",
|
|
36
|
+
"type": "string",
|
|
37
|
+
"required": true
|
|
38
|
+
},
|
|
39
|
+
"category": {
|
|
40
|
+
"name": "category",
|
|
41
|
+
"type": "string",
|
|
42
|
+
"required": true
|
|
43
|
+
},
|
|
44
|
+
"categoryColor": {
|
|
45
|
+
"name": "categoryColor",
|
|
46
|
+
"type": "string",
|
|
47
|
+
"required": false
|
|
48
|
+
},
|
|
49
|
+
"href": {
|
|
50
|
+
"name": "href",
|
|
51
|
+
"type": "string",
|
|
52
|
+
"required": true
|
|
53
|
+
},
|
|
54
|
+
"description": {
|
|
55
|
+
"name": "description",
|
|
56
|
+
"type": "string",
|
|
57
|
+
"required": true
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"traits": [
|
|
65
|
+
{
|
|
66
|
+
"name": "CaseStudyItemCaseStudies",
|
|
67
|
+
"category": "interaction",
|
|
68
|
+
"linkedEntity": "CaseStudyItem",
|
|
69
|
+
"emits": [
|
|
70
|
+
{
|
|
71
|
+
"event": "CASE_STUDY_CLICK",
|
|
72
|
+
"scope": "external",
|
|
73
|
+
"payloadSchema": [
|
|
74
|
+
{
|
|
75
|
+
"name": "id",
|
|
76
|
+
"type": "string"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "title",
|
|
80
|
+
"type": "string"
|
|
81
|
+
}
|
|
82
|
+
]
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"stateMachine": {
|
|
86
|
+
"states": [
|
|
87
|
+
{
|
|
88
|
+
"name": "idle",
|
|
89
|
+
"isInitial": true
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"events": [
|
|
93
|
+
{
|
|
94
|
+
"key": "INIT",
|
|
95
|
+
"name": "Initialize"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"key": "CASE_STUDY_CLICK",
|
|
99
|
+
"name": "Case Study Click",
|
|
100
|
+
"payloadSchema": [
|
|
101
|
+
{
|
|
102
|
+
"name": "id",
|
|
103
|
+
"type": "string"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"name": "title",
|
|
107
|
+
"type": "string"
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"transitions": [
|
|
113
|
+
{
|
|
114
|
+
"from": "idle",
|
|
115
|
+
"to": "idle",
|
|
116
|
+
"event": "INIT",
|
|
117
|
+
"effects": [
|
|
118
|
+
[
|
|
119
|
+
"set",
|
|
120
|
+
"@entity.items",
|
|
121
|
+
"@config.items"
|
|
122
|
+
],
|
|
123
|
+
[
|
|
124
|
+
"render-ui",
|
|
125
|
+
"main",
|
|
126
|
+
{
|
|
127
|
+
"type": "case-study-organism",
|
|
128
|
+
"entity": "@entity.items"
|
|
129
|
+
}
|
|
130
|
+
]
|
|
131
|
+
]
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"from": "idle",
|
|
135
|
+
"to": "idle",
|
|
136
|
+
"event": "CASE_STUDY_CLICK",
|
|
137
|
+
"effects": [
|
|
138
|
+
[
|
|
139
|
+
"emit",
|
|
140
|
+
"CASE_STUDY_CLICK",
|
|
141
|
+
{
|
|
142
|
+
"title": "@payload.title",
|
|
143
|
+
"id": "@payload.id"
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
]
|
|
147
|
+
}
|
|
148
|
+
]
|
|
149
|
+
},
|
|
150
|
+
"config": {
|
|
151
|
+
"items": {
|
|
152
|
+
"type": "[CaseStudyCard]",
|
|
153
|
+
"default": [
|
|
154
|
+
{
|
|
155
|
+
"description": "How Acme scaled from 1K to 1M users in 6 months.",
|
|
156
|
+
"id": "1",
|
|
157
|
+
"href": "#",
|
|
158
|
+
"category": "SaaS",
|
|
159
|
+
"categoryColor": "",
|
|
160
|
+
"linkLabel": "Read story",
|
|
161
|
+
"title": "Acme Corp"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"href": "#",
|
|
165
|
+
"linkLabel": "Read story",
|
|
166
|
+
"description": "Globex reduced infrastructure costs by 70%.",
|
|
167
|
+
"id": "2",
|
|
168
|
+
"title": "Globex",
|
|
169
|
+
"category": "Fintech",
|
|
170
|
+
"categoryColor": ""
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"description": "Initech shipped their mobile app 3x faster.",
|
|
174
|
+
"category": "Healthtech",
|
|
175
|
+
"id": "3",
|
|
176
|
+
"categoryColor": "",
|
|
177
|
+
"href": "#",
|
|
178
|
+
"linkLabel": "Read story",
|
|
179
|
+
"title": "Initech"
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"label": "Case Studies",
|
|
183
|
+
"description": "Array of case study cards",
|
|
184
|
+
"tier": "essential",
|
|
185
|
+
"items": {
|
|
186
|
+
"type": "object",
|
|
187
|
+
"properties": {
|
|
188
|
+
"categoryColor": {
|
|
189
|
+
"name": "categoryColor",
|
|
190
|
+
"type": "string",
|
|
191
|
+
"required": false
|
|
192
|
+
},
|
|
193
|
+
"href": {
|
|
194
|
+
"name": "href",
|
|
195
|
+
"type": "string",
|
|
196
|
+
"required": true
|
|
197
|
+
},
|
|
198
|
+
"id": {
|
|
199
|
+
"name": "id",
|
|
200
|
+
"type": "string",
|
|
201
|
+
"required": true
|
|
202
|
+
},
|
|
203
|
+
"title": {
|
|
204
|
+
"name": "title",
|
|
205
|
+
"type": "string",
|
|
206
|
+
"required": true
|
|
207
|
+
},
|
|
208
|
+
"description": {
|
|
209
|
+
"name": "description",
|
|
210
|
+
"type": "string",
|
|
211
|
+
"required": true
|
|
212
|
+
},
|
|
213
|
+
"linkLabel": {
|
|
214
|
+
"name": "linkLabel",
|
|
215
|
+
"type": "string",
|
|
216
|
+
"required": false
|
|
217
|
+
},
|
|
218
|
+
"category": {
|
|
219
|
+
"name": "category",
|
|
220
|
+
"type": "string",
|
|
221
|
+
"required": true
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
},
|
|
227
|
+
"scope": "instance"
|
|
228
|
+
}
|
|
229
|
+
],
|
|
230
|
+
"pages": [
|
|
231
|
+
{
|
|
232
|
+
"name": "CaseStudyItemCaseStudiesPage",
|
|
233
|
+
"path": "/case-studies",
|
|
234
|
+
"traits": [
|
|
235
|
+
{
|
|
236
|
+
"ref": "CaseStudyItemCaseStudies"
|
|
237
|
+
}
|
|
238
|
+
]
|
|
239
|
+
}
|
|
240
|
+
]
|
|
241
|
+
}
|
|
242
|
+
]
|
|
243
|
+
}
|