feat(ql3): add secure console cron scheduling

This commit is contained in:
whyour
2026-08-29 17:13:09 +08:00
parent 951de26ffd
commit b970e2aede
30 changed files with 1916 additions and 31 deletions
@@ -1759,6 +1759,11 @@ test('starts an optional product surface after recovery and drains it before own
typeof authority.taskDefinitions.listTaskDefinitions,
'function',
);
assert.equal(typeof authority.triggers.listTriggers, 'function');
assert.equal(
typeof authority.triggerAdministrationForCredential,
'function',
);
assert.equal(typeof authority.runAttemptLogRead.read, 'function');
assert.equal(typeof authority.apiCredentials.resolve, 'function');
assert.equal(typeof authority.ownerPepper.resolveKey, 'function');