@smartytalent/mcp-tools 0.2.4-rc.2 → 0.2.4
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/dist/tools.json +0 -10
- package/package.json +1 -1
package/dist/tools.json
CHANGED
|
@@ -117,11 +117,6 @@
|
|
|
117
117
|
"format": "date-time",
|
|
118
118
|
"description": "ISO timestamp the tenant was archived (soft-deleted). Present only on archived/purging tenants; null otherwise. The deletion deadline is archivedAt + the retention window (90 days on prod/test)."
|
|
119
119
|
},
|
|
120
|
-
"deleteAt": {
|
|
121
|
-
"type": "string",
|
|
122
|
-
"format": "date-time",
|
|
123
|
-
"description": "Computed deadline after which an archived tenant is automatically and permanently purged (= archivedAt + the environment's retention window). Null while the tenant is active. Backend-computed and environment-correct, so clients render it directly without hardcoding the retention window. The hourly sweeper collects tenants past this deadline, so the actual purge lands within ~1h after it."
|
|
124
|
-
},
|
|
125
120
|
"timestamps": {
|
|
126
121
|
"title": "ResourceTimestampsSchema",
|
|
127
122
|
"type": "object",
|
|
@@ -440,11 +435,6 @@
|
|
|
440
435
|
"format": "date-time",
|
|
441
436
|
"description": "ISO timestamp the tenant was archived (soft-deleted). Present only on archived/purging tenants; null otherwise. The deletion deadline is archivedAt + the retention window (90 days on prod/test)."
|
|
442
437
|
},
|
|
443
|
-
"deleteAt": {
|
|
444
|
-
"type": "string",
|
|
445
|
-
"format": "date-time",
|
|
446
|
-
"description": "Computed deadline after which an archived tenant is automatically and permanently purged (= archivedAt + the environment's retention window). Null while the tenant is active. Backend-computed and environment-correct, so clients render it directly without hardcoding the retention window. The hourly sweeper collects tenants past this deadline, so the actual purge lands within ~1h after it."
|
|
447
|
-
},
|
|
448
438
|
"timestamps": {
|
|
449
439
|
"title": "ResourceTimestampsSchema",
|
|
450
440
|
"type": "object",
|