REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.37 KB
Close
/proc/self/root/opt/alt/alt-nodejs19/root/lib/node_modules/npm/node_modules/sigstore/dist/client/rekor.d.ts
Text
Base64
import { Entry, EntryKind } from '../tlog'; export interface RekorOptions { baseURL: string; } export interface SearchIndex { email?: string; hash?: string; } export interface SearchLogQuery { entries?: EntryKind[]; entryUUIDs?: string[]; logIndexes?: number[]; } /** * Rekor API client. */ export declare class Rekor { private fetch; private baseUrl; constructor(options: RekorOptions); /** * Create a new entry in the Rekor log. * @param propsedEntry {EntryKind} Data to create a new entry * @returns {Promise<Entry>} The created entry */ createEntry(propsedEntry: EntryKind): Promise<Entry>; /** * Get an entry from the Rekor log. * @param uuid {string} The UUID of the entry to retrieve * @returns {Promise<Entry>} The retrieved entry */ getEntry(uuid: string): Promise<Entry>; /** * Search the Rekor log index for entries matching the given query. * @param opts {SearchIndex} Options to search the Rekor log * @returns {Promise<string[]>} UUIDs of matching entries */ searchIndex(opts: SearchIndex): Promise<string[]>; /** * Search the Rekor logs for matching the given query. * @param opts {SearchLogQuery} Query to search the Rekor log * @returns {Promise<Entry[]>} List of matching entries */ searchLog(opts: SearchLogQuery): Promise<Entry[]>; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
error.d.ts
326 B
lrw-r--r--
2023-12-06 18:07:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
error.js
631 B
lrw-r--r--
2023-12-06 18:07:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
fulcio.d.ts
723 B
lrw-r--r--
2023-12-06 18:07:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
fulcio.js
1.69 KB
lrw-r--r--
2023-12-06 18:07:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.d.ts
68 B
lrw-r--r--
2023-12-06 18:07:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
973 B
lrw-r--r--
2023-12-06 18:07:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
rekor.d.ts
1.37 KB
lrw-r--r--
2023-12-06 18:07:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
rekor.js
4.01 KB
lrw-r--r--
2023-12-06 18:07:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).