@wonsukchoi/crondex 0.20.1 → 0.21.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.
Files changed (33) hide show
  1. package/README.md +5 -1
  2. package/catalog.json +704 -1
  3. package/jobs/fieldservice/maintenance-contract-renewal-check.yaml +36 -0
  4. package/jobs/fieldservice/parts-low-stock-reorder-check.yaml +29 -0
  5. package/jobs/fieldservice/tech-eta-no-show-check.yaml +32 -0
  6. package/jobs/fieldservice/tech-license-renewal-check.yaml +36 -0
  7. package/jobs/fieldservice/unpaid-invoice-aging-check.yaml +35 -0
  8. package/jobs/fieldservice/unresolved-callback-tracker.yaml +35 -0
  9. package/jobs/fieldservice/warranty-claim-expiry-check.yaml +35 -0
  10. package/jobs/publishing/arc-review-copy-followup.yaml +35 -0
  11. package/jobs/publishing/isbn-registration-tracker.yaml +35 -0
  12. package/jobs/publishing/manuscript-deadline-tracker.yaml +34 -0
  13. package/jobs/publishing/permissions-clearance-tracker.yaml +36 -0
  14. package/jobs/publishing/print-run-reorder-threshold-check.yaml +32 -0
  15. package/jobs/publishing/rights-license-expiry-check.yaml +35 -0
  16. package/jobs/publishing/royalty-statement-due-check.yaml +33 -0
  17. package/jobs/spa/appointment-no-show-tracker.yaml +46 -0
  18. package/jobs/spa/gift-card-expiry-check.yaml +35 -0
  19. package/jobs/spa/license-renewal-tracker.yaml +35 -0
  20. package/jobs/spa/membership-unused-session-expiry-check.yaml +35 -0
  21. package/jobs/spa/product-chemical-expiry-check.yaml +35 -0
  22. package/jobs/spa/retail-product-low-stock-check.yaml +26 -0
  23. package/jobs/spa/safety-inspection-due-reminder.yaml +33 -0
  24. package/jobs/telecom/circuit-outage-detection.yaml +38 -0
  25. package/jobs/telecom/circuit-provisioning-order-aging.yaml +36 -0
  26. package/jobs/telecom/cpe-firmware-update-tracker.yaml +45 -0
  27. package/jobs/telecom/link-capacity-threshold-alert.yaml +37 -0
  28. package/jobs/telecom/peering-transit-contract-renewal-check.yaml +36 -0
  29. package/jobs/telecom/service-ticket-churn-risk-review.yaml +56 -0
  30. package/jobs/telecom/sla-uptime-breach-tracker.yaml +36 -0
  31. package/lib/category-descriptions.js +4 -0
  32. package/lib/duplicates-allowlist.js +5 -0
  33. package/package.json +1 -1
package/README.md CHANGED
@@ -117,7 +117,7 @@ tags, variables) use `crondex list`, `crondex recommend`, or browse
117
117
  `jobs/<category>/` directly.
118
118
 
119
119
  <!-- BEGIN JOB SUMMARY -->
120
- 347 jobs across 44 categories:
120
+ 375 jobs across 48 categories:
121
121
 
122
122
  | category | jobs | description |
123
123
  |---|---|---|
@@ -132,6 +132,7 @@ tags, variables) use `crondex list`, `crondex recommend`, or browse
132
132
  | `ecommerce` | 7 | Storefront ops — carts, stock, returns, reviews. |
133
133
  | `education` | 7 | Classroom ops — grading, attendance, deadlines, permission slips. |
134
134
  | `events` | 7 | Event planning — budget, RSVPs, staffing, vendors, day-of check-in. |
135
+ | `fieldservice` | 7 | Dispatch ops — tech ETAs, parts, warranty claims, maintenance contracts. |
135
136
  | `finance` | 10 | Personal/business finance — budgets, invoices, taxes, subscriptions. |
136
137
  | `fitness` | 7 | Gym/studio ops — memberships, class utilization, equipment. |
137
138
  | `fleet` | 7 | Vehicle fleet compliance — maintenance, registration, licenses, fuel. |
@@ -155,13 +156,16 @@ tags, variables) use `crondex list`, `crondex recommend`, or browse
155
156
  | `personal` | 9 | Daily life reminders — bills, habits, meals, screen time. |
156
157
  | `podcast` | 7 | Show ops — publish cadence, guests, sponsors, ratings. |
157
158
  | `productivity` | 9 | Work habits — inbox, standups, focus, meetings, reports. |
159
+ | `publishing` | 7 | Book/print ops — manuscript deadlines, royalties, print runs, rights. |
158
160
  | `realestate` | 7 | Property management — leases, rent, vacancy, inspections, tax. |
159
161
  | `restaurant` | 7 | Kitchen/FOH ops — food cost, labor cost, waste, inspections. |
160
162
  | `retail` | 7 | Store ops — till reconciliation, opening checklist, scheduling. |
161
163
  | `sales` | 7 | Pipeline ops — leads, deals, quota, CRM sync. |
162
164
  | `security` | 14 | Security posture — keys, certs, access, scans, firewalls. |
165
+ | `spa` | 7 | Salon/spa/wellness ops — no-shows, inventory, license renewals, membership churn. |
163
166
  | `support` | 7 | Helpdesk ops — SLA, backlog, CSAT, agent workload. |
164
167
  | `team` | 7 | Team ops — 1:1s, on-call, PTO, anniversaries. |
168
+ | `telecom` | 7 | ISP/telecom ops — outages, SLA uptime, circuit provisioning, churn. |
165
169
  | `travel` | 7 | Trip logistics — flights, passports, visas, insurance, miles. |
166
170
  | `veterinary` | 7 | Clinic ops for animals — vaccines, controlled substances, boarding. |
167
171
  | `warehousing` | 7 | Warehouse ops — dock scheduling, pick/pack errors, climate control. |