@almadar/std 15.15.0 → 15.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors/behaviors-registry.json +2913 -156
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
- package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
- package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
- package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/dist/behaviors-registry.json +2913 -156
- package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
- package/dist/registry/app/atoms/std-applicant.orb +207 -165
- package/dist/registry/app/atoms/std-application.orb +300 -188
- package/dist/registry/app/atoms/std-approval-request.orb +370 -215
- package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
- package/dist/registry/app/atoms/std-change-order.orb +458 -194
- package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
- package/dist/registry/app/atoms/std-checkin.orb +215 -151
- package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
- package/dist/registry/app/atoms/std-class-roster.orb +343 -170
- package/dist/registry/app/atoms/std-class-session.orb +321 -190
- package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
- package/dist/registry/app/atoms/std-customer-account.orb +376 -157
- package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
- package/dist/registry/app/atoms/std-donor.orb +191 -156
- package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
- package/dist/registry/app/atoms/std-driver.orb +440 -202
- package/dist/registry/app/atoms/std-dunning.orb +431 -167
- package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
- package/dist/registry/app/atoms/std-event.orb +309 -178
- package/dist/registry/app/atoms/std-form-builder.orb +353 -220
- package/dist/registry/app/atoms/std-health-score.orb +218 -183
- package/dist/registry/app/atoms/std-help-article.orb +425 -162
- package/dist/registry/app/atoms/std-help-category.orb +409 -166
- package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
- package/dist/registry/app/atoms/std-invoice.orb +349 -211
- package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
- package/dist/registry/app/atoms/std-lease.orb +411 -178
- package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
- package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
- package/dist/registry/app/atoms/std-matter.orb +415 -189
- package/dist/registry/app/atoms/std-membership.orb +387 -167
- package/dist/registry/app/atoms/std-menu.orb +232 -175
- package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
- package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
- package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
- package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
- package/dist/registry/app/atoms/std-question-bank.orb +211 -145
- package/dist/registry/app/atoms/std-receipt.orb +248 -177
- package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
- package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
- package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
- package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
- package/dist/registry/app/atoms/std-response-collector.orb +213 -150
- package/dist/registry/app/atoms/std-rfi.orb +365 -210
- package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
- package/dist/registry/app/atoms/std-segment.orb +173 -139
- package/dist/registry/app/atoms/std-stock-level.orb +205 -135
- package/dist/registry/app/atoms/std-submittal.orb +323 -166
- package/dist/registry/app/atoms/std-table-map.orb +187 -63
- package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
- package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
- package/dist/registry/app/atoms/std-template-editor.orb +255 -189
- package/dist/registry/app/atoms/std-tenant.orb +375 -147
- package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
- package/dist/registry/app/atoms/std-time-entry.orb +259 -150
- package/dist/registry/app/atoms/std-timesheet.orb +292 -183
- package/dist/registry/app/atoms/std-trial.orb +401 -183
- package/dist/registry/app/atoms/std-vehicle.orb +447 -205
- package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
- package/dist/registry/app/atoms/std-waitlist.orb +308 -177
- package/dist/registry/app/atoms/std-warehouse.orb +211 -141
- package/dist/registry/app/atoms/std-work-order.orb +374 -219
- package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
- package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
- package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
- package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
- package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
- package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
- package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
- package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
- package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
- package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
- package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
- package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
- package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
- package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
- package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
- package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
- package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
- package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
- package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
- package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
- package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
- package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
- package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
- package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
- package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
- package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-help-article",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "std-help-article —
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"description": "std-help-article — public help center article (title, body, category, status, view count). Listens for SET_STATUS so std-lifecycle can drive transitions. Exposes Content/Knowledge knobs (visibilityScope, keepVersions, enabledLocales, …).",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
7
7
|
"name": "HelpArticleOrbital",
|
|
@@ -216,6 +216,83 @@
|
|
|
216
216
|
"type": "string"
|
|
217
217
|
}
|
|
218
218
|
]
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"event": "HelpArticleUpdated",
|
|
222
|
+
"payloadSchema": [
|
|
223
|
+
{
|
|
224
|
+
"name": "row.id",
|
|
225
|
+
"type": "string",
|
|
226
|
+
"required": true
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"name": "row.title",
|
|
230
|
+
"type": "string",
|
|
231
|
+
"required": true
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
"name": "row.slug",
|
|
235
|
+
"type": "string",
|
|
236
|
+
"required": true
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"name": "row.body",
|
|
240
|
+
"type": "string"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"name": "row.summary",
|
|
244
|
+
"type": "string"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "row.categoryId",
|
|
248
|
+
"type": "string"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"name": "row.categoryName",
|
|
252
|
+
"type": "string"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "row.author",
|
|
256
|
+
"type": "string"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "row.status",
|
|
260
|
+
"type": "string"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "row.viewCount",
|
|
264
|
+
"type": "number"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "row.helpfulCount",
|
|
268
|
+
"type": "number"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"name": "row.notHelpfulCount",
|
|
272
|
+
"type": "number"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "row.publishedAt",
|
|
276
|
+
"type": "string"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "row.updatedAt",
|
|
280
|
+
"type": "string"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"name": "row.pendingId",
|
|
284
|
+
"type": "string"
|
|
285
|
+
}
|
|
286
|
+
]
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"event": "HelpArticleUpdateFailed",
|
|
290
|
+
"payloadSchema": [
|
|
291
|
+
{
|
|
292
|
+
"name": "message",
|
|
293
|
+
"type": "string"
|
|
294
|
+
}
|
|
295
|
+
]
|
|
219
296
|
}
|
|
220
297
|
],
|
|
221
298
|
"stateMachine": {
|
|
@@ -289,6 +366,42 @@
|
|
|
289
366
|
}
|
|
290
367
|
]
|
|
291
368
|
},
|
|
369
|
+
{
|
|
370
|
+
"key": "SET_STATUS",
|
|
371
|
+
"name": "Set Status",
|
|
372
|
+
"payloadSchema": [
|
|
373
|
+
{
|
|
374
|
+
"name": "entityId",
|
|
375
|
+
"type": "string",
|
|
376
|
+
"required": true
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"name": "newStatus",
|
|
380
|
+
"type": "string",
|
|
381
|
+
"required": true
|
|
382
|
+
}
|
|
383
|
+
]
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"key": "HelpArticleUpdated",
|
|
387
|
+
"name": "HelpArticle updated",
|
|
388
|
+
"payloadSchema": [
|
|
389
|
+
{
|
|
390
|
+
"name": "row",
|
|
391
|
+
"type": "HelpArticle"
|
|
392
|
+
}
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"key": "HelpArticleUpdateFailed",
|
|
397
|
+
"name": "HelpArticle update failed",
|
|
398
|
+
"payloadSchema": [
|
|
399
|
+
{
|
|
400
|
+
"name": "message",
|
|
401
|
+
"type": "string"
|
|
402
|
+
}
|
|
403
|
+
]
|
|
404
|
+
},
|
|
292
405
|
{
|
|
293
406
|
"key": "CLOSE_VIEW",
|
|
294
407
|
"name": "Close View"
|
|
@@ -316,8 +429,8 @@
|
|
|
316
429
|
"HelpArticle",
|
|
317
430
|
{
|
|
318
431
|
"emit": {
|
|
319
|
-
"
|
|
320
|
-
"
|
|
432
|
+
"failure": "HelpArticleLoadFailed",
|
|
433
|
+
"success": "HelpArticleLoaded"
|
|
321
434
|
}
|
|
322
435
|
}
|
|
323
436
|
],
|
|
@@ -325,21 +438,21 @@
|
|
|
325
438
|
"render-ui",
|
|
326
439
|
"main",
|
|
327
440
|
{
|
|
441
|
+
"direction": "vertical",
|
|
442
|
+
"align": "center",
|
|
443
|
+
"gap": "md",
|
|
444
|
+
"type": "stack",
|
|
328
445
|
"children": [
|
|
329
446
|
{
|
|
330
447
|
"type": "spinner"
|
|
331
448
|
},
|
|
332
449
|
{
|
|
333
|
-
"color": "muted",
|
|
334
|
-
"variant": "caption",
|
|
335
450
|
"type": "typography",
|
|
336
|
-
"
|
|
451
|
+
"variant": "caption",
|
|
452
|
+
"content": "Loading help articles…",
|
|
453
|
+
"color": "muted"
|
|
337
454
|
}
|
|
338
455
|
],
|
|
339
|
-
"type": "stack",
|
|
340
|
-
"align": "center",
|
|
341
|
-
"gap": "md",
|
|
342
|
-
"direction": "vertical",
|
|
343
456
|
"className": "py-12"
|
|
344
457
|
}
|
|
345
458
|
]
|
|
@@ -365,57 +478,57 @@
|
|
|
365
478
|
},
|
|
366
479
|
{
|
|
367
480
|
"variant": "h3",
|
|
368
|
-
"
|
|
369
|
-
"
|
|
481
|
+
"type": "typography",
|
|
482
|
+
"content": "@config.title"
|
|
370
483
|
}
|
|
371
484
|
],
|
|
372
|
-
"
|
|
373
|
-
"
|
|
485
|
+
"gap": "sm",
|
|
486
|
+
"direction": "horizontal"
|
|
374
487
|
},
|
|
375
488
|
{
|
|
489
|
+
"type": "simple-grid",
|
|
376
490
|
"children": [
|
|
377
491
|
{
|
|
378
492
|
"type": "stat-display",
|
|
493
|
+
"icon": "book-open",
|
|
379
494
|
"label": "Total articles",
|
|
380
|
-
"value": "@payload.data.length"
|
|
381
|
-
"icon": "book-open"
|
|
495
|
+
"value": "@payload.data.length"
|
|
382
496
|
},
|
|
383
497
|
{
|
|
384
|
-
"value": "184",
|
|
385
|
-
"icon": "check-circle",
|
|
386
498
|
"label": "Published",
|
|
387
|
-
"type": "stat-display"
|
|
499
|
+
"type": "stat-display",
|
|
500
|
+
"value": "184",
|
|
501
|
+
"icon": "check-circle"
|
|
388
502
|
},
|
|
389
503
|
{
|
|
390
|
-
"value": "12",
|
|
391
504
|
"icon": "edit",
|
|
392
505
|
"type": "stat-display",
|
|
393
|
-
"label": "Drafts"
|
|
506
|
+
"label": "Drafts",
|
|
507
|
+
"value": "12"
|
|
394
508
|
},
|
|
395
509
|
{
|
|
396
|
-
"type": "stat-display",
|
|
397
510
|
"icon": "thumbs-up",
|
|
398
|
-
"
|
|
399
|
-
"value": "87%"
|
|
511
|
+
"type": "stat-display",
|
|
512
|
+
"value": "87%",
|
|
513
|
+
"label": "Avg helpful rate"
|
|
400
514
|
}
|
|
401
515
|
],
|
|
402
|
-
"cols": 4.0
|
|
403
|
-
"type": "simple-grid"
|
|
516
|
+
"cols": 4.0
|
|
404
517
|
},
|
|
405
518
|
{
|
|
406
519
|
"type": "divider"
|
|
407
520
|
},
|
|
408
521
|
{
|
|
409
|
-
"entity": "@payload.data",
|
|
410
|
-
"cols": 1.0,
|
|
411
|
-
"itemActions": "@config.itemActions",
|
|
412
522
|
"fields": "@config.fields",
|
|
523
|
+
"itemActions": "@config.itemActions",
|
|
413
524
|
"type": "data-grid",
|
|
414
|
-
"
|
|
525
|
+
"cols": 1.0,
|
|
526
|
+
"gap": "sm",
|
|
527
|
+
"entity": "@payload.data"
|
|
415
528
|
}
|
|
416
529
|
],
|
|
417
|
-
"type": "stack",
|
|
418
530
|
"direction": "vertical",
|
|
531
|
+
"type": "stack",
|
|
419
532
|
"gap": "md"
|
|
420
533
|
}
|
|
421
534
|
]
|
|
@@ -506,28 +619,27 @@
|
|
|
506
619
|
"render-ui",
|
|
507
620
|
"main",
|
|
508
621
|
{
|
|
509
|
-
"direction": "vertical",
|
|
510
622
|
"gap": "md",
|
|
511
623
|
"type": "stack",
|
|
512
624
|
"children": [
|
|
513
625
|
{
|
|
514
|
-
"
|
|
515
|
-
"
|
|
626
|
+
"gap": "sm",
|
|
627
|
+
"type": "stack",
|
|
516
628
|
"children": [
|
|
517
629
|
{
|
|
630
|
+
"label": "Back",
|
|
518
631
|
"action": "CLOSE_VIEW",
|
|
519
632
|
"type": "button",
|
|
520
|
-
"label": "Back",
|
|
521
633
|
"variant": "ghost"
|
|
522
634
|
},
|
|
523
635
|
{
|
|
524
|
-
"
|
|
525
|
-
"
|
|
636
|
+
"name": "book-open",
|
|
637
|
+
"type": "icon"
|
|
526
638
|
},
|
|
527
639
|
{
|
|
528
|
-
"
|
|
640
|
+
"type": "typography",
|
|
529
641
|
"variant": "h3",
|
|
530
|
-
"
|
|
642
|
+
"content": "@entity.title"
|
|
531
643
|
},
|
|
532
644
|
{
|
|
533
645
|
"label": "@entity.status",
|
|
@@ -535,151 +647,152 @@
|
|
|
535
647
|
"type": "badge"
|
|
536
648
|
}
|
|
537
649
|
],
|
|
538
|
-
"
|
|
539
|
-
"
|
|
650
|
+
"direction": "horizontal",
|
|
651
|
+
"align": "center"
|
|
540
652
|
},
|
|
541
653
|
{
|
|
542
654
|
"type": "divider"
|
|
543
655
|
},
|
|
544
656
|
{
|
|
545
|
-
"gap": "sm",
|
|
546
657
|
"type": "stack",
|
|
547
|
-
"
|
|
658
|
+
"gap": "sm",
|
|
548
659
|
"children": [
|
|
549
660
|
{
|
|
550
|
-
"gap": "md",
|
|
551
|
-
"type": "stack",
|
|
552
661
|
"direction": "horizontal",
|
|
553
662
|
"children": [
|
|
554
663
|
{
|
|
555
|
-
"color": "muted",
|
|
556
|
-
"variant": "caption",
|
|
557
664
|
"content": "Slug",
|
|
558
|
-
"type": "typography"
|
|
665
|
+
"type": "typography",
|
|
666
|
+
"color": "muted",
|
|
667
|
+
"variant": "caption"
|
|
559
668
|
},
|
|
560
669
|
{
|
|
561
|
-
"type": "typography",
|
|
562
670
|
"variant": "body",
|
|
563
|
-
"content": "@entity.slug"
|
|
671
|
+
"content": "@entity.slug",
|
|
672
|
+
"type": "typography"
|
|
564
673
|
}
|
|
565
|
-
]
|
|
674
|
+
],
|
|
675
|
+
"gap": "md",
|
|
676
|
+
"type": "stack"
|
|
566
677
|
},
|
|
567
678
|
{
|
|
679
|
+
"direction": "horizontal",
|
|
568
680
|
"type": "stack",
|
|
569
|
-
"gap": "md",
|
|
570
681
|
"children": [
|
|
571
682
|
{
|
|
572
|
-
"content": "Category",
|
|
573
683
|
"type": "typography",
|
|
574
684
|
"color": "muted",
|
|
685
|
+
"content": "Category",
|
|
575
686
|
"variant": "caption"
|
|
576
687
|
},
|
|
577
688
|
{
|
|
578
|
-
"
|
|
689
|
+
"type": "typography",
|
|
579
690
|
"variant": "body",
|
|
580
|
-
"
|
|
691
|
+
"content": "@entity.categoryName"
|
|
581
692
|
}
|
|
582
693
|
],
|
|
583
|
-
"
|
|
694
|
+
"gap": "md"
|
|
584
695
|
},
|
|
585
696
|
{
|
|
586
697
|
"gap": "md",
|
|
587
698
|
"children": [
|
|
588
699
|
{
|
|
589
700
|
"variant": "caption",
|
|
590
|
-
"type": "typography",
|
|
591
701
|
"color": "muted",
|
|
702
|
+
"type": "typography",
|
|
592
703
|
"content": "Author"
|
|
593
704
|
},
|
|
594
705
|
{
|
|
595
|
-
"
|
|
706
|
+
"content": "@entity.author",
|
|
596
707
|
"type": "typography",
|
|
597
|
-
"
|
|
708
|
+
"variant": "body"
|
|
598
709
|
}
|
|
599
710
|
],
|
|
600
|
-
"
|
|
601
|
-
"
|
|
711
|
+
"direction": "horizontal",
|
|
712
|
+
"type": "stack"
|
|
602
713
|
},
|
|
603
714
|
{
|
|
604
715
|
"children": [
|
|
605
716
|
{
|
|
606
|
-
"type": "typography",
|
|
607
717
|
"variant": "caption",
|
|
608
718
|
"color": "muted",
|
|
609
|
-
"content": "Summary"
|
|
719
|
+
"content": "Summary",
|
|
720
|
+
"type": "typography"
|
|
610
721
|
},
|
|
611
722
|
{
|
|
612
|
-
"variant": "body",
|
|
613
723
|
"type": "typography",
|
|
724
|
+
"variant": "body",
|
|
614
725
|
"content": "@entity.summary"
|
|
615
726
|
}
|
|
616
727
|
],
|
|
617
728
|
"gap": "md",
|
|
618
|
-
"
|
|
619
|
-
"
|
|
729
|
+
"type": "stack",
|
|
730
|
+
"direction": "horizontal"
|
|
620
731
|
}
|
|
621
|
-
]
|
|
732
|
+
],
|
|
733
|
+
"direction": "vertical"
|
|
622
734
|
},
|
|
623
735
|
{
|
|
624
736
|
"type": "divider"
|
|
625
737
|
},
|
|
626
738
|
{
|
|
739
|
+
"type": "simple-grid",
|
|
627
740
|
"cols": 4.0,
|
|
628
741
|
"children": [
|
|
629
742
|
{
|
|
630
|
-
"
|
|
743
|
+
"value": "@entity.viewCount",
|
|
631
744
|
"label": "Views",
|
|
632
|
-
"
|
|
633
|
-
"
|
|
745
|
+
"type": "stat-display",
|
|
746
|
+
"icon": "eye"
|
|
634
747
|
},
|
|
635
748
|
{
|
|
636
|
-
"
|
|
749
|
+
"value": "@entity.helpfulCount",
|
|
637
750
|
"icon": "thumbs-up",
|
|
638
751
|
"label": "Helpful",
|
|
639
|
-
"
|
|
752
|
+
"type": "stat-display"
|
|
640
753
|
},
|
|
641
754
|
{
|
|
642
|
-
"icon": "thumbs-down",
|
|
643
755
|
"type": "stat-display",
|
|
756
|
+
"icon": "thumbs-down",
|
|
644
757
|
"label": "Not helpful",
|
|
645
758
|
"value": "@entity.notHelpfulCount"
|
|
646
759
|
},
|
|
647
760
|
{
|
|
648
761
|
"value": "@entity.publishedAt",
|
|
649
762
|
"label": "Published",
|
|
650
|
-
"
|
|
651
|
-
"
|
|
763
|
+
"type": "stat-display",
|
|
764
|
+
"icon": "calendar"
|
|
652
765
|
}
|
|
653
|
-
]
|
|
654
|
-
"type": "simple-grid"
|
|
766
|
+
]
|
|
655
767
|
},
|
|
656
768
|
{
|
|
657
|
-
"gap": "sm",
|
|
658
|
-
"direction": "horizontal",
|
|
659
|
-
"align": "center",
|
|
660
769
|
"children": [
|
|
661
770
|
{
|
|
662
|
-
"variant": "primary",
|
|
663
|
-
"label": "Publish",
|
|
664
|
-
"type": "button",
|
|
665
|
-
"action": "PUBLISH",
|
|
666
771
|
"actionPayload": {
|
|
667
772
|
"id": "@entity.id"
|
|
668
|
-
}
|
|
773
|
+
},
|
|
774
|
+
"type": "button",
|
|
775
|
+
"label": "Publish",
|
|
776
|
+
"variant": "primary",
|
|
777
|
+
"action": "PUBLISH"
|
|
669
778
|
},
|
|
670
779
|
{
|
|
671
780
|
"label": "Archive",
|
|
781
|
+
"variant": "danger",
|
|
782
|
+
"type": "button",
|
|
672
783
|
"actionPayload": {
|
|
673
784
|
"id": "@entity.id"
|
|
674
785
|
},
|
|
675
|
-
"variant": "danger",
|
|
676
|
-
"type": "button",
|
|
677
786
|
"action": "ARCHIVE"
|
|
678
787
|
}
|
|
679
788
|
],
|
|
680
|
-
"
|
|
789
|
+
"direction": "horizontal",
|
|
790
|
+
"gap": "sm",
|
|
791
|
+
"type": "stack",
|
|
792
|
+
"align": "center"
|
|
681
793
|
}
|
|
682
|
-
]
|
|
794
|
+
],
|
|
795
|
+
"direction": "vertical"
|
|
683
796
|
}
|
|
684
797
|
]
|
|
685
798
|
]
|
|
@@ -699,8 +812,8 @@
|
|
|
699
812
|
"HelpArticle",
|
|
700
813
|
{
|
|
701
814
|
"emit": {
|
|
702
|
-
"
|
|
703
|
-
"
|
|
815
|
+
"success": "HelpArticleLoaded",
|
|
816
|
+
"failure": "HelpArticleLoadFailed"
|
|
704
817
|
}
|
|
705
818
|
}
|
|
706
819
|
],
|
|
@@ -708,30 +821,81 @@
|
|
|
708
821
|
"render-ui",
|
|
709
822
|
"main",
|
|
710
823
|
{
|
|
824
|
+
"type": "stack",
|
|
711
825
|
"className": "py-12",
|
|
712
826
|
"gap": "md",
|
|
713
|
-
"direction": "vertical",
|
|
714
|
-
"align": "center",
|
|
715
827
|
"children": [
|
|
716
828
|
{
|
|
717
829
|
"type": "spinner"
|
|
718
830
|
},
|
|
719
831
|
{
|
|
720
|
-
"
|
|
832
|
+
"color": "muted",
|
|
721
833
|
"variant": "caption",
|
|
834
|
+
"content": "Archiving article…",
|
|
835
|
+
"type": "typography"
|
|
836
|
+
}
|
|
837
|
+
],
|
|
838
|
+
"align": "center",
|
|
839
|
+
"direction": "vertical"
|
|
840
|
+
}
|
|
841
|
+
]
|
|
842
|
+
]
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"from": "browsing",
|
|
846
|
+
"to": "loading",
|
|
847
|
+
"event": "SET_STATUS",
|
|
848
|
+
"effects": [
|
|
849
|
+
[
|
|
850
|
+
"set",
|
|
851
|
+
"@entity.id",
|
|
852
|
+
"@payload.entityId"
|
|
853
|
+
],
|
|
854
|
+
[
|
|
855
|
+
"set",
|
|
856
|
+
"@entity.status",
|
|
857
|
+
"@payload.newStatus"
|
|
858
|
+
],
|
|
859
|
+
[
|
|
860
|
+
"persist",
|
|
861
|
+
"update",
|
|
862
|
+
"HelpArticle",
|
|
863
|
+
"@entity",
|
|
864
|
+
{
|
|
865
|
+
"emit": {
|
|
866
|
+
"failure": "HelpArticleUpdateFailed",
|
|
867
|
+
"success": "HelpArticleUpdated"
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
],
|
|
871
|
+
[
|
|
872
|
+
"render-ui",
|
|
873
|
+
"main",
|
|
874
|
+
{
|
|
875
|
+
"align": "center",
|
|
876
|
+
"className": "py-12",
|
|
877
|
+
"children": [
|
|
878
|
+
{
|
|
879
|
+
"type": "spinner"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
722
882
|
"color": "muted",
|
|
723
|
-
"
|
|
883
|
+
"variant": "caption",
|
|
884
|
+
"type": "typography",
|
|
885
|
+
"content": "Updating article status…"
|
|
724
886
|
}
|
|
725
887
|
],
|
|
726
|
-
"
|
|
888
|
+
"direction": "vertical",
|
|
889
|
+
"type": "stack",
|
|
890
|
+
"gap": "md"
|
|
727
891
|
}
|
|
728
892
|
]
|
|
729
893
|
]
|
|
730
894
|
},
|
|
731
895
|
{
|
|
732
|
-
"from": "
|
|
896
|
+
"from": "browsing",
|
|
733
897
|
"to": "loading",
|
|
734
|
-
"event": "
|
|
898
|
+
"event": "HelpArticleUpdated",
|
|
735
899
|
"effects": [
|
|
736
900
|
[
|
|
737
901
|
"fetch",
|
|
@@ -742,27 +906,60 @@
|
|
|
742
906
|
"failure": "HelpArticleLoadFailed"
|
|
743
907
|
}
|
|
744
908
|
}
|
|
909
|
+
]
|
|
910
|
+
]
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"from": "browsing",
|
|
914
|
+
"to": "browsing",
|
|
915
|
+
"event": "HelpArticleUpdateFailed",
|
|
916
|
+
"effects": [
|
|
917
|
+
[
|
|
918
|
+
"render-ui",
|
|
919
|
+
"main",
|
|
920
|
+
{
|
|
921
|
+
"variant": "error",
|
|
922
|
+
"type": "alert",
|
|
923
|
+
"message": "@payload.message"
|
|
924
|
+
}
|
|
925
|
+
]
|
|
926
|
+
]
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
"from": "viewing_single",
|
|
930
|
+
"to": "loading",
|
|
931
|
+
"event": "CLOSE_VIEW",
|
|
932
|
+
"effects": [
|
|
933
|
+
[
|
|
934
|
+
"fetch",
|
|
935
|
+
"HelpArticle",
|
|
936
|
+
{
|
|
937
|
+
"emit": {
|
|
938
|
+
"failure": "HelpArticleLoadFailed",
|
|
939
|
+
"success": "HelpArticleLoaded"
|
|
940
|
+
}
|
|
941
|
+
}
|
|
745
942
|
],
|
|
746
943
|
[
|
|
747
944
|
"render-ui",
|
|
748
945
|
"main",
|
|
749
946
|
{
|
|
750
|
-
"type": "stack",
|
|
751
|
-
"className": "py-12",
|
|
752
947
|
"children": [
|
|
753
948
|
{
|
|
754
949
|
"type": "spinner"
|
|
755
950
|
},
|
|
756
951
|
{
|
|
757
|
-
"type": "typography",
|
|
758
952
|
"variant": "caption",
|
|
759
|
-
"
|
|
760
|
-
"
|
|
953
|
+
"content": "Loading help articles…",
|
|
954
|
+
"type": "typography",
|
|
955
|
+
"color": "muted"
|
|
761
956
|
}
|
|
762
957
|
],
|
|
763
|
-
"
|
|
958
|
+
"className": "py-12",
|
|
764
959
|
"align": "center",
|
|
765
|
-
"gap": "md"
|
|
960
|
+
"gap": "md",
|
|
961
|
+
"direction": "vertical",
|
|
962
|
+
"type": "stack"
|
|
766
963
|
}
|
|
767
964
|
]
|
|
768
965
|
]
|
|
@@ -791,22 +988,22 @@
|
|
|
791
988
|
"render-ui",
|
|
792
989
|
"main",
|
|
793
990
|
{
|
|
794
|
-
"
|
|
795
|
-
"className": "py-12",
|
|
796
|
-
"type": "stack",
|
|
797
|
-
"direction": "vertical",
|
|
991
|
+
"align": "center",
|
|
798
992
|
"children": [
|
|
799
993
|
{
|
|
800
994
|
"type": "spinner"
|
|
801
995
|
},
|
|
802
996
|
{
|
|
803
|
-
"content": "Publishing article…",
|
|
804
997
|
"type": "typography",
|
|
805
|
-
"
|
|
806
|
-
"color": "muted"
|
|
998
|
+
"content": "Publishing article…",
|
|
999
|
+
"color": "muted",
|
|
1000
|
+
"variant": "caption"
|
|
807
1001
|
}
|
|
808
1002
|
],
|
|
809
|
-
"
|
|
1003
|
+
"gap": "md",
|
|
1004
|
+
"className": "py-12",
|
|
1005
|
+
"type": "stack",
|
|
1006
|
+
"direction": "vertical"
|
|
810
1007
|
}
|
|
811
1008
|
]
|
|
812
1009
|
]
|
|
@@ -826,8 +1023,8 @@
|
|
|
826
1023
|
"HelpArticle",
|
|
827
1024
|
{
|
|
828
1025
|
"emit": {
|
|
829
|
-
"
|
|
830
|
-
"
|
|
1026
|
+
"success": "HelpArticleLoaded",
|
|
1027
|
+
"failure": "HelpArticleLoadFailed"
|
|
831
1028
|
}
|
|
832
1029
|
}
|
|
833
1030
|
],
|
|
@@ -835,22 +1032,22 @@
|
|
|
835
1032
|
"render-ui",
|
|
836
1033
|
"main",
|
|
837
1034
|
{
|
|
838
|
-
"className": "py-12",
|
|
839
1035
|
"children": [
|
|
840
1036
|
{
|
|
841
1037
|
"type": "spinner"
|
|
842
1038
|
},
|
|
843
1039
|
{
|
|
844
|
-
"type": "typography",
|
|
845
|
-
"content": "Archiving article…",
|
|
846
1040
|
"variant": "caption",
|
|
847
|
-
"color": "muted"
|
|
1041
|
+
"color": "muted",
|
|
1042
|
+
"content": "Archiving article…",
|
|
1043
|
+
"type": "typography"
|
|
848
1044
|
}
|
|
849
1045
|
],
|
|
850
|
-
"
|
|
1046
|
+
"className": "py-12",
|
|
851
1047
|
"direction": "vertical",
|
|
852
|
-
"
|
|
853
|
-
"gap": "md"
|
|
1048
|
+
"type": "stack",
|
|
1049
|
+
"gap": "md",
|
|
1050
|
+
"align": "center"
|
|
854
1051
|
}
|
|
855
1052
|
]
|
|
856
1053
|
]
|
|
@@ -874,8 +1071,8 @@
|
|
|
874
1071
|
"render-ui",
|
|
875
1072
|
"main",
|
|
876
1073
|
{
|
|
877
|
-
"
|
|
878
|
-
"
|
|
1074
|
+
"type": "spinner",
|
|
1075
|
+
"size": "sm"
|
|
879
1076
|
}
|
|
880
1077
|
]
|
|
881
1078
|
]
|
|
@@ -883,6 +1080,13 @@
|
|
|
883
1080
|
]
|
|
884
1081
|
},
|
|
885
1082
|
"config": {
|
|
1083
|
+
"scheduledPublishEnabled": {
|
|
1084
|
+
"type": "boolean",
|
|
1085
|
+
"default": false,
|
|
1086
|
+
"label": "Scheduled publish",
|
|
1087
|
+
"description": "Allow authors to schedule publish in the future. v1.2 declarative.",
|
|
1088
|
+
"tier": "customization"
|
|
1089
|
+
},
|
|
886
1090
|
"title": {
|
|
887
1091
|
"type": "string",
|
|
888
1092
|
"default": "Help Articles",
|
|
@@ -890,43 +1094,102 @@
|
|
|
890
1094
|
"description": "Heading shown above the help articles list",
|
|
891
1095
|
"tier": "customization"
|
|
892
1096
|
},
|
|
1097
|
+
"keepVersions": {
|
|
1098
|
+
"type": "number",
|
|
1099
|
+
"default": 10.0,
|
|
1100
|
+
"label": "Versions to retain",
|
|
1101
|
+
"description": "How many revisions to keep per article. v1.2 declarative.",
|
|
1102
|
+
"tier": "customization"
|
|
1103
|
+
},
|
|
1104
|
+
"visibilityScope": {
|
|
1105
|
+
"type": "string",
|
|
1106
|
+
"default": "public",
|
|
1107
|
+
"label": "Visibility scope",
|
|
1108
|
+
"description": "Who can read published articles: public web, internal staff, signed-in customers.",
|
|
1109
|
+
"tier": "essential",
|
|
1110
|
+
"values": [
|
|
1111
|
+
"public",
|
|
1112
|
+
"internal",
|
|
1113
|
+
"customer"
|
|
1114
|
+
]
|
|
1115
|
+
},
|
|
1116
|
+
"defaultLocale": {
|
|
1117
|
+
"type": "string",
|
|
1118
|
+
"default": "en",
|
|
1119
|
+
"label": "Default locale",
|
|
1120
|
+
"description": "Locale used when no translation is available for the reader's preferred language.",
|
|
1121
|
+
"tier": "customization"
|
|
1122
|
+
},
|
|
1123
|
+
"seoEnabled": {
|
|
1124
|
+
"type": "boolean",
|
|
1125
|
+
"default": true,
|
|
1126
|
+
"label": "SEO meta enabled",
|
|
1127
|
+
"description": "Emit canonical tags + meta description for indexing.",
|
|
1128
|
+
"tier": "customization"
|
|
1129
|
+
},
|
|
1130
|
+
"draftAutosaveSeconds": {
|
|
1131
|
+
"type": "number",
|
|
1132
|
+
"default": 30.0,
|
|
1133
|
+
"label": "Draft autosave interval (s)",
|
|
1134
|
+
"description": "Seconds between draft autosaves in the editor.",
|
|
1135
|
+
"tier": "advanced"
|
|
1136
|
+
},
|
|
1137
|
+
"enabledLocales": {
|
|
1138
|
+
"type": "[string]",
|
|
1139
|
+
"default": [
|
|
1140
|
+
"en"
|
|
1141
|
+
],
|
|
1142
|
+
"label": "Enabled locales",
|
|
1143
|
+
"description": "Locales the article can be translated into.",
|
|
1144
|
+
"tier": "customization",
|
|
1145
|
+
"items": {
|
|
1146
|
+
"type": "string"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
"allowRollback": {
|
|
1150
|
+
"type": "boolean",
|
|
1151
|
+
"default": true,
|
|
1152
|
+
"label": "Allow rollback",
|
|
1153
|
+
"description": "Permit reverting an article to a prior retained version.",
|
|
1154
|
+
"tier": "customization"
|
|
1155
|
+
},
|
|
893
1156
|
"fields": {
|
|
894
1157
|
"type": "[FieldSpec]",
|
|
895
1158
|
"default": [
|
|
896
1159
|
{
|
|
1160
|
+
"variant": "caption",
|
|
897
1161
|
"name": "title",
|
|
898
|
-
"label": "Title"
|
|
899
|
-
"variant": "caption"
|
|
1162
|
+
"label": "Title"
|
|
900
1163
|
},
|
|
901
1164
|
{
|
|
902
|
-
"
|
|
1165
|
+
"label": "Slug",
|
|
903
1166
|
"name": "slug",
|
|
904
|
-
"
|
|
1167
|
+
"variant": "caption"
|
|
905
1168
|
},
|
|
906
1169
|
{
|
|
907
|
-
"
|
|
1170
|
+
"name": "categoryName",
|
|
908
1171
|
"label": "Category",
|
|
909
|
-
"
|
|
1172
|
+
"variant": "caption"
|
|
910
1173
|
},
|
|
911
1174
|
{
|
|
912
|
-
"name": "author",
|
|
913
1175
|
"variant": "caption",
|
|
914
|
-
"label": "Author"
|
|
1176
|
+
"label": "Author",
|
|
1177
|
+
"name": "author"
|
|
915
1178
|
},
|
|
916
1179
|
{
|
|
917
|
-
"name": "status",
|
|
918
1180
|
"label": "Status",
|
|
1181
|
+
"name": "status",
|
|
919
1182
|
"variant": "badge"
|
|
920
1183
|
},
|
|
921
1184
|
{
|
|
1185
|
+
"label": "Views",
|
|
922
1186
|
"variant": "caption",
|
|
923
|
-
"name": "viewCount"
|
|
924
|
-
"label": "Views"
|
|
1187
|
+
"name": "viewCount"
|
|
925
1188
|
},
|
|
926
1189
|
{
|
|
927
|
-
"
|
|
1190
|
+
"name": "publishedAt",
|
|
928
1191
|
"label": "Published",
|
|
929
|
-
"
|
|
1192
|
+
"variant": "caption"
|
|
930
1193
|
}
|
|
931
1194
|
],
|
|
932
1195
|
"label": "Columns to show",
|
|
@@ -935,18 +1198,13 @@
|
|
|
935
1198
|
"items": {
|
|
936
1199
|
"type": "object",
|
|
937
1200
|
"properties": {
|
|
938
|
-
"variant": {
|
|
939
|
-
"name": "variant",
|
|
940
|
-
"type": "string",
|
|
941
|
-
"required": false
|
|
942
|
-
},
|
|
943
1201
|
"icon": {
|
|
944
1202
|
"name": "icon",
|
|
945
1203
|
"type": "string",
|
|
946
1204
|
"required": false
|
|
947
1205
|
},
|
|
948
|
-
"
|
|
949
|
-
"name": "
|
|
1206
|
+
"variant": {
|
|
1207
|
+
"name": "variant",
|
|
950
1208
|
"type": "string",
|
|
951
1209
|
"required": false
|
|
952
1210
|
},
|
|
@@ -955,18 +1213,23 @@
|
|
|
955
1213
|
"type": "string",
|
|
956
1214
|
"required": false
|
|
957
1215
|
},
|
|
1216
|
+
"header": {
|
|
1217
|
+
"name": "header",
|
|
1218
|
+
"type": "string",
|
|
1219
|
+
"required": false
|
|
1220
|
+
},
|
|
958
1221
|
"name": {
|
|
959
1222
|
"name": "name",
|
|
960
1223
|
"type": "string",
|
|
961
1224
|
"required": true
|
|
962
1225
|
},
|
|
963
|
-
"
|
|
964
|
-
"name": "
|
|
1226
|
+
"label": {
|
|
1227
|
+
"name": "label",
|
|
965
1228
|
"type": "string",
|
|
966
1229
|
"required": false
|
|
967
1230
|
},
|
|
968
|
-
"
|
|
969
|
-
"name": "
|
|
1231
|
+
"key": {
|
|
1232
|
+
"name": "key",
|
|
970
1233
|
"type": "string",
|
|
971
1234
|
"required": false
|
|
972
1235
|
}
|
|
@@ -977,15 +1240,15 @@
|
|
|
977
1240
|
"type": "[ItemAction]",
|
|
978
1241
|
"default": [
|
|
979
1242
|
{
|
|
980
|
-
"
|
|
981
|
-
"event": "OPEN_ARTICLE",
|
|
1243
|
+
"icon": "arrow-right",
|
|
982
1244
|
"variant": "primary",
|
|
983
|
-
"
|
|
1245
|
+
"label": "Open",
|
|
1246
|
+
"event": "OPEN_ARTICLE"
|
|
984
1247
|
},
|
|
985
1248
|
{
|
|
986
|
-
"
|
|
1249
|
+
"variant": "danger",
|
|
987
1250
|
"event": "ARCHIVE",
|
|
988
|
-
"
|
|
1251
|
+
"label": "Archive"
|
|
989
1252
|
}
|
|
990
1253
|
],
|
|
991
1254
|
"label": "Row actions",
|
|
@@ -994,8 +1257,8 @@
|
|
|
994
1257
|
"items": {
|
|
995
1258
|
"type": "object",
|
|
996
1259
|
"properties": {
|
|
997
|
-
"
|
|
998
|
-
"name": "
|
|
1260
|
+
"label": {
|
|
1261
|
+
"name": "label",
|
|
999
1262
|
"type": "string",
|
|
1000
1263
|
"required": true
|
|
1001
1264
|
},
|
|
@@ -1004,15 +1267,15 @@
|
|
|
1004
1267
|
"type": "string",
|
|
1005
1268
|
"required": false
|
|
1006
1269
|
},
|
|
1007
|
-
"label": {
|
|
1008
|
-
"name": "label",
|
|
1009
|
-
"type": "string",
|
|
1010
|
-
"required": true
|
|
1011
|
-
},
|
|
1012
1270
|
"variant": {
|
|
1013
1271
|
"name": "variant",
|
|
1014
1272
|
"type": "string",
|
|
1015
1273
|
"required": false
|
|
1274
|
+
},
|
|
1275
|
+
"event": {
|
|
1276
|
+
"name": "event",
|
|
1277
|
+
"type": "string",
|
|
1278
|
+
"required": true
|
|
1016
1279
|
}
|
|
1017
1280
|
}
|
|
1018
1281
|
}
|
|
@@ -1034,4 +1297,4 @@
|
|
|
1034
1297
|
]
|
|
1035
1298
|
}
|
|
1036
1299
|
]
|
|
1037
|
-
}
|
|
1300
|
+
}
|