@snokam/mcp-api 0.128.0 → 0.129.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
|
@@ -1621,6 +1621,9 @@
|
|
|
1621
1621
|
"recurringId": {
|
|
1622
1622
|
"type": "string"
|
|
1623
1623
|
},
|
|
1624
|
+
"slackTs": {
|
|
1625
|
+
"type": "string"
|
|
1626
|
+
},
|
|
1624
1627
|
"slug": {
|
|
1625
1628
|
"$ref": "#/components/schemas/slug"
|
|
1626
1629
|
},
|
|
@@ -2151,6 +2154,9 @@
|
|
|
2151
2154
|
"recurringId": {
|
|
2152
2155
|
"type": "string"
|
|
2153
2156
|
},
|
|
2157
|
+
"slackTs": {
|
|
2158
|
+
"type": "string"
|
|
2159
|
+
},
|
|
2154
2160
|
"slug": {
|
|
2155
2161
|
"$ref": "#/components/schemas/slug"
|
|
2156
2162
|
},
|
|
@@ -2432,6 +2438,9 @@
|
|
|
2432
2438
|
"sanityUpdatedAt": {
|
|
2433
2439
|
"type": "string"
|
|
2434
2440
|
},
|
|
2441
|
+
"slackTs": {
|
|
2442
|
+
"type": "string"
|
|
2443
|
+
},
|
|
2435
2444
|
"slug": {
|
|
2436
2445
|
"$ref": "#/components/schemas/slug"
|
|
2437
2446
|
},
|
|
@@ -25921,6 +25921,9 @@
|
|
|
25921
25921
|
"type": "number",
|
|
25922
25922
|
"format": "double"
|
|
25923
25923
|
},
|
|
25924
|
+
"slackTs": {
|
|
25925
|
+
"type": "string"
|
|
25926
|
+
},
|
|
25924
25927
|
"teamsLink": {
|
|
25925
25928
|
"type": "string"
|
|
25926
25929
|
},
|
|
@@ -27662,6 +27665,9 @@
|
|
|
27662
27665
|
"type": "number",
|
|
27663
27666
|
"format": "double"
|
|
27664
27667
|
},
|
|
27668
|
+
"slackTs": {
|
|
27669
|
+
"type": "string"
|
|
27670
|
+
},
|
|
27665
27671
|
"teamsLink": {
|
|
27666
27672
|
"type": "string"
|
|
27667
27673
|
},
|
|
@@ -27929,6 +27935,10 @@
|
|
|
27929
27935
|
"type": "string",
|
|
27930
27936
|
"nullable": true
|
|
27931
27937
|
},
|
|
27938
|
+
"slackTs": {
|
|
27939
|
+
"type": "string",
|
|
27940
|
+
"nullable": true
|
|
27941
|
+
},
|
|
27932
27942
|
"maxParticipants": {
|
|
27933
27943
|
"type": "number",
|
|
27934
27944
|
"format": "double",
|
package/specs/test/events.json
CHANGED
|
@@ -1621,6 +1621,9 @@
|
|
|
1621
1621
|
"recurringId": {
|
|
1622
1622
|
"type": "string"
|
|
1623
1623
|
},
|
|
1624
|
+
"slackTs": {
|
|
1625
|
+
"type": "string"
|
|
1626
|
+
},
|
|
1624
1627
|
"slug": {
|
|
1625
1628
|
"$ref": "#/components/schemas/slug"
|
|
1626
1629
|
},
|
|
@@ -2151,6 +2154,9 @@
|
|
|
2151
2154
|
"recurringId": {
|
|
2152
2155
|
"type": "string"
|
|
2153
2156
|
},
|
|
2157
|
+
"slackTs": {
|
|
2158
|
+
"type": "string"
|
|
2159
|
+
},
|
|
2154
2160
|
"slug": {
|
|
2155
2161
|
"$ref": "#/components/schemas/slug"
|
|
2156
2162
|
},
|
|
@@ -2432,6 +2438,9 @@
|
|
|
2432
2438
|
"sanityUpdatedAt": {
|
|
2433
2439
|
"type": "string"
|
|
2434
2440
|
},
|
|
2441
|
+
"slackTs": {
|
|
2442
|
+
"type": "string"
|
|
2443
|
+
},
|
|
2435
2444
|
"slug": {
|
|
2436
2445
|
"$ref": "#/components/schemas/slug"
|
|
2437
2446
|
},
|
|
@@ -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://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.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://b2c47b20-df4a-49b5-a7ee-87f3647ab227/.default"
|
|
508
|
+
]
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
"ApiKey": []
|
|
512
|
+
}
|
|
513
|
+
]
|
|
514
|
+
}
|
|
463
515
|
}
|
|
464
516
|
},
|
|
465
517
|
"components": {
|
package/specs/test/sanity.json
CHANGED
|
@@ -25921,6 +25921,9 @@
|
|
|
25921
25921
|
"type": "number",
|
|
25922
25922
|
"format": "double"
|
|
25923
25923
|
},
|
|
25924
|
+
"slackTs": {
|
|
25925
|
+
"type": "string"
|
|
25926
|
+
},
|
|
25924
25927
|
"teamsLink": {
|
|
25925
25928
|
"type": "string"
|
|
25926
25929
|
},
|
|
@@ -27662,6 +27665,9 @@
|
|
|
27662
27665
|
"type": "number",
|
|
27663
27666
|
"format": "double"
|
|
27664
27667
|
},
|
|
27668
|
+
"slackTs": {
|
|
27669
|
+
"type": "string"
|
|
27670
|
+
},
|
|
27665
27671
|
"teamsLink": {
|
|
27666
27672
|
"type": "string"
|
|
27667
27673
|
},
|
|
@@ -27929,6 +27935,10 @@
|
|
|
27929
27935
|
"type": "string",
|
|
27930
27936
|
"nullable": true
|
|
27931
27937
|
},
|
|
27938
|
+
"slackTs": {
|
|
27939
|
+
"type": "string",
|
|
27940
|
+
"nullable": true
|
|
27941
|
+
},
|
|
27932
27942
|
"maxParticipants": {
|
|
27933
27943
|
"type": "number",
|
|
27934
27944
|
"format": "double",
|