Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/CODEMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _97 entries — tsup.config `entry`. Regenerate with `agent-docs`._
| [`./app-auth`](api/app-auth.md) | 11 | `platform` |
| [`./assets`](api/assets.md) | 44 | — |
| [`./assistant`](api/assistant.md) | 56 | `runtime`, `web-react` |
| [`./billing`](api/billing.md) | 32 | — |
| [`./billing`](api/billing.md) | 34 | — |
| [`./brand`](api/brand.md) | 5 | — |
| [`./brand-extraction`](api/brand-extraction.md) | 19 | — |
| [`./catalog`](api/catalog.md) | 10 | `runtime` |
Expand Down Expand Up @@ -144,9 +144,9 @@ Depends on: `runtime`, `web-react`

## `./billing`

Source: `src/billing/index.ts` · 32 exports
Source: `src/billing/index.ts` · 34 exports

`createIdentityBoundWorkspaceKeyManager`, `createPlatformBalanceManager`, `createTcloudKeyProvisioner`, `createWorkspaceKeyManager`, `DurableWorkspaceKeyManager`, `DurableWorkspaceKeyManagerOptions`, `DurableWorkspaceKeyProvisioner`, `DurableWorkspaceKeyProvisioningRecord`, `DurableWorkspaceKeyRecord`, `DurableWorkspaceKeyScope`, `DurableWorkspaceKeyStore`, `KeyCrypto`, `KeyProvisioner`, `PlanLimit`, `PlatformBalanceInfo`, `PlatformBalanceManager`, `PlatformBalanceManagerOptions`, `PlatformBillingClient`, `PlatformIdentity`, `PlatformProductUsage`, `SharedBillingState`, `TcloudKeyClient`, `WorkspaceKeyIdentity`, `WorkspaceKeyManager`, `WorkspaceKeyManagerOptions`, `WorkspaceKeyProduct`, `WorkspaceKeyRecord`, `WorkspaceKeyStatus`, `WorkspaceKeyStore`, `WorkspaceKeyUsage`, `WorkspaceModelKeyUsage`, `WorkspaceRuntimeKey`
`createIdentityBoundWorkspaceKeyManager`, `createPlatformBalanceManager`, `createTcloudKeyProvisioner`, `createWorkspaceKeyManager`, `DurableWorkspaceKeyConditionalWrites`, `DurableWorkspaceKeyCreateInput`, `DurableWorkspaceKeyManager`, `DurableWorkspaceKeyManagerOptions`, `DurableWorkspaceKeyProvisioner`, `DurableWorkspaceKeyProvisioningRecord`, `DurableWorkspaceKeyRecord`, `DurableWorkspaceKeyScope`, `DurableWorkspaceKeyStore`, `KeyCrypto`, `KeyProvisioner`, `PlanLimit`, `PlatformBalanceInfo`, `PlatformBalanceManager`, `PlatformBalanceManagerOptions`, `PlatformBillingClient`, `PlatformIdentity`, `PlatformProductUsage`, `SharedBillingState`, `TcloudKeyClient`, `WorkspaceKeyIdentity`, `WorkspaceKeyManager`, `WorkspaceKeyManagerOptions`, `WorkspaceKeyProduct`, `WorkspaceKeyRecord`, `WorkspaceKeyStatus`, `WorkspaceKeyStore`, `WorkspaceKeyUsage`, `WorkspaceModelKeyUsage`, `WorkspaceRuntimeKey`

[Full API →](api/billing.md)

Expand Down
18 changes: 17 additions & 1 deletion docs/api/billing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Source: `src/billing/index.ts`

32 exports.
34 exports.

### `createIdentityBoundWorkspaceKeyManager`

Expand Down Expand Up @@ -38,6 +38,22 @@ Source: `src/billing/index.ts`
(opts: WorkspaceKeyManagerOptions) => WorkspaceKeyManager
```

### `DurableWorkspaceKeyConditionalWrites`

`interface` — Optional compare-and-set lifecycle writes for stores that support fencing.

```ts
interface DurableWorkspaceKeyConditionalWrites
```

### `DurableWorkspaceKeyCreateInput`

`interface` — The exact request identity that must be reused when recovering a create.

```ts
interface DurableWorkspaceKeyCreateInput
```

### `DurableWorkspaceKeyManager`

`interface` — Identity-bound durable key manager API.
Expand Down
12 changes: 12 additions & 0 deletions docs/codemap.json
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,18 @@
"signature": "(opts: WorkspaceKeyManagerOptions) => WorkspaceKeyManager",
"doc": "Create a workspace key manager that handles key provisioning and budget tracking"
},
{
"name": "DurableWorkspaceKeyConditionalWrites",
"kind": "interface",
"signature": "interface DurableWorkspaceKeyConditionalWrites",
"doc": "Optional compare-and-set lifecycle writes for stores that support fencing."
},
{
"name": "DurableWorkspaceKeyCreateInput",
"kind": "interface",
"signature": "interface DurableWorkspaceKeyCreateInput",
"doc": "The exact request identity that must be reused when recovering a create."
},
{
"name": "DurableWorkspaceKeyManager",
"kind": "interface",
Expand Down
16 changes: 16 additions & 0 deletions docs/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,22 @@ Source: `src/billing/index.ts`
(opts: WorkspaceKeyManagerOptions) => WorkspaceKeyManager
```

### `DurableWorkspaceKeyConditionalWrites`

`interface` — Optional compare-and-set lifecycle writes for stores that support fencing.

```ts
interface DurableWorkspaceKeyConditionalWrites
```

### `DurableWorkspaceKeyCreateInput`

`interface` — The exact request identity that must be reused when recovering a create.

```ts
interface DurableWorkspaceKeyCreateInput
```

### `DurableWorkspaceKeyManager`

`interface` — Identity-bound durable key manager API.
Expand Down
2 changes: 1 addition & 1 deletion docs/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _Generated by agent-docs from tsup.config `entry`; 97 entries. Regenerate with `
- [`./app-auth`](api/app-auth.md): 11 exports — AppAuth, AppAuthConfig, AppAuthEmailClient, AppAuthEmailConfig, AppAuthInstance, AppAuthSchema, AppAuthSession, AppAuthSocialConfig, …
- [`./assets`](api/assets.md): 44 exports — ApprovalEvent, ApprovalEventSchema, AssetContentMap, assetCreateJsonSchema, AssetFormat, AssetSpec, AssetStatus, AssetVariant, …
- [`./assistant`](api/assistant.md): 56 exports — adaptTranscript, AssistantChat, AssistantClient, AssistantClientConfig, AssistantClientInputError, AssistantClientProvider, AssistantDeliveryMode, AssistantDock, …
- [`./billing`](api/billing.md): 32 exports — createIdentityBoundWorkspaceKeyManager, createPlatformBalanceManager, createTcloudKeyProvisioner, createWorkspaceKeyManager, DurableWorkspaceKeyManager, DurableWorkspaceKeyManagerOptions, DurableWorkspaceKeyProvisioner, DurableWorkspaceKeyProvisioningRecord, …
- [`./billing`](api/billing.md): 34 exports — createIdentityBoundWorkspaceKeyManager, createPlatformBalanceManager, createTcloudKeyProvisioner, createWorkspaceKeyManager, DurableWorkspaceKeyConditionalWrites, DurableWorkspaceKeyCreateInput, DurableWorkspaceKeyManager, DurableWorkspaceKeyManagerOptions, …
- [`./brand`](api/brand.md): 5 exports — BrandHeader, BrandHeaderProps, Logo, LogoProps, TangleKnot
- [`./brand-extraction`](api/brand-extraction.md): 19 exports — BrandColor, BrandExtractionResult, BrandFont, BrandImage, BrandKit, BrandLogoCandidate, decideBrandKit, DecidedBrandKit, …
- [`./catalog`](api/catalog.md): 10 exports — buildCatalog, CatalogModel, catalogModelForId, fetchModelCatalog, isChatCapableModel, ModelCatalog, normalizeModelId, resolveCatalogModelId, …
Expand Down
Loading