@klevar/portal-cli 0.1.17 → 0.1.18

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.
@@ -301,7 +301,7 @@ function interpolatePath(template, id) {
301
301
 
302
302
  const HELP_ENUMS = {
303
303
  priority: 'low|normal|high|urgent',
304
- submittedBy: 'client|admin|va',
304
+ submittedBy: 'client|admin|va|system',
305
305
  phase: 'current|next|future',
306
306
  billableStatus: 'included|goodwill|non_billable|out_of_scope|separate_quote',
307
307
  approvalStatus: 'pending|approved|rejected',
@@ -317,6 +317,13 @@ const HELP_ENUMS = {
317
317
  notifyOnReset: 'true|false',
318
318
  notifyClient: 'true|false',
319
319
  notifyAdmin: 'true|false',
320
+ cadence: 'weekly|biweekly|monthly|quarterly|custom_days',
321
+ cadenceType: 'weekly|biweekly|monthly|quarterly|custom_days',
322
+ outputType: 'task|project_update_draft|project_update|email_reminder',
323
+ notificationMode: 'silent|admin_only|client_on_acceptance|client_each_occurrence|client_digest_only',
324
+ owner: 'admin|client|shared',
325
+ requiresClientAcceptance: 'true|false',
326
+ requiresAdminAcceptance: 'true|false',
320
327
  };
321
328
 
322
329
  function helpFlag(commandKey, field) {
@@ -324,6 +331,7 @@ function helpFlag(commandKey, field) {
324
331
  if (field === 'visibility') {
325
332
  if (commandKey.startsWith('projects.')) hint = 'client_visible|internal_only';
326
333
  else if (commandKey.startsWith('capacity.')) hint = 'internal_only|client_visible_summary|client_visible_detail';
334
+ else if (commandKey.startsWith('recurring.')) hint = 'internal_only|client_visible';
327
335
  else hint = 'client|internal';
328
336
  }
329
337
  if (field === 'status') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@klevar/portal-cli",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "First-class npm CLI for the Klevar Client Management Portal",
5
5
  "type": "module",
6
6
  "bin": {