@snokam/mcp-api 0.129.0 → 0.130.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/package.json
CHANGED
|
@@ -460,6 +460,58 @@
|
|
|
460
460
|
}
|
|
461
461
|
]
|
|
462
462
|
}
|
|
463
|
+
},
|
|
464
|
+
"/v1.0/protected/time-logging/reminder/trigger": {
|
|
465
|
+
"post": {
|
|
466
|
+
"tags": [
|
|
467
|
+
"Notifications"
|
|
468
|
+
],
|
|
469
|
+
"summary": "Trigger the time-logging SMS reminder",
|
|
470
|
+
"description": "Manually runs the personal time-logging SMS reminder for the calling tenant: texts active employees who have not yet locked their hours for the current month. Ignores the last-day-of-month gate.",
|
|
471
|
+
"operationId": "TriggerTimeLoggingReminder",
|
|
472
|
+
"responses": {
|
|
473
|
+
"200": {
|
|
474
|
+
"description": "Reminder run completed",
|
|
475
|
+
"x-ms-summary": "Success"
|
|
476
|
+
}
|
|
477
|
+
},
|
|
478
|
+
"security": [
|
|
479
|
+
{
|
|
480
|
+
"Implicit": [
|
|
481
|
+
"api://bb21a8d0-366b-4a95-aa59-dbbf708322d1/.default"
|
|
482
|
+
]
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"ApiKey": []
|
|
486
|
+
}
|
|
487
|
+
]
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
"/v1.0/protected/time-logging/shame/trigger": {
|
|
491
|
+
"post": {
|
|
492
|
+
"tags": [
|
|
493
|
+
"Notifications"
|
|
494
|
+
],
|
|
495
|
+
"summary": "Trigger the monthly time-logging shame",
|
|
496
|
+
"description": "Manually runs the monthly time-logging shame for the calling tenant: reads employees without all hours approved for last month from accounting/PowerOffice and posts the public reminder to #general.",
|
|
497
|
+
"operationId": "TriggerTimeLoggingShame",
|
|
498
|
+
"responses": {
|
|
499
|
+
"200": {
|
|
500
|
+
"description": "Shame run completed",
|
|
501
|
+
"x-ms-summary": "Success"
|
|
502
|
+
}
|
|
503
|
+
},
|
|
504
|
+
"security": [
|
|
505
|
+
{
|
|
506
|
+
"Implicit": [
|
|
507
|
+
"api://bb21a8d0-366b-4a95-aa59-dbbf708322d1/.default"
|
|
508
|
+
]
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"ApiKey": []
|
|
512
|
+
}
|
|
513
|
+
]
|
|
514
|
+
}
|
|
463
515
|
}
|
|
464
516
|
},
|
|
465
517
|
"components": {
|