changes: - Schedule modulo delete old files

- Schedule mail module UI update
- Networks managment module add
This commit is contained in:
2025-11-11 09:51:22 -06:00
parent 02f8c54f26
commit a26b6164ce

View File

@@ -0,0 +1 @@
{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"networkId":{"type":"integer","format":"int32"},"isEnabled":{"type":"boolean"},"validatorSecret":{"type":"string","nullable":true},"postUrl":{"type":"string","nullable":true},"apiVersion":{"type":"string","nullable":true},"lastSyncedAt":{"type":"string","format":"date-time","nullable":true},"syncStatus":{"type":"string","nullable":true},"errorMessage":{"type":"string","nullable":true},"failedAttempts":{"type":"integer","format":"int32"},"tenantId":{"type":"integer","format":"int32"},"creatorUserId":{"type":"integer","format":"int64","nullable":true},"creationTime":{"type":"string","format":"date-time"},"lastModifierUserId":{"type":"integer","format":"int64","nullable":true},"lastModificationTime":{"type":"string","format":"date-time","nullable":true},"deleterUserId":{"type":"integer","format":"int64","nullable":true},"deletionTime":{"type":"string","format":"date-time","nullable":true},"isDeleted":{"type":"boolean"},"network":{"$ref":"#/components/schemas/SplashMerakiNetwork"}},"additionalProperties":false,"x-readme-ref-name":"SplashLocationScanningConfig"}