mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-29 12:10:24 +00:00
Initial commit of eigent-main
This commit is contained in:
commit
723df5a03e
1144 changed files with 103478 additions and 0 deletions
14
package/@stackframe/react/dist/esm/lib/stack-app/internal-api-keys/index.js
vendored
Normal file
14
package/@stackframe/react/dist/esm/lib/stack-app/internal-api-keys/index.js
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// src/lib/stack-app/internal-api-keys/index.ts
|
||||
function internalApiKeyCreateOptionsToCrud(options) {
|
||||
return {
|
||||
description: options.description,
|
||||
expires_at_millis: options.expiresAt.getTime(),
|
||||
has_publishable_client_key: options.hasPublishableClientKey,
|
||||
has_secret_server_key: options.hasSecretServerKey,
|
||||
has_super_secret_admin_key: options.hasSuperSecretAdminKey
|
||||
};
|
||||
}
|
||||
export {
|
||||
internalApiKeyCreateOptionsToCrud
|
||||
};
|
||||
//# sourceMappingURL=index.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue