Skip to content

Commit 3ab5ca0

Browse files
committed
Credential id field
1 parent cc9399d commit 3ab5ca0

File tree

1 file changed

+1
-2
lines changed
  • apps/sim/app/workspace/[workspaceId]/home/components/message-content/components/special-tags

1 file changed

+1
-2
lines changed

apps/sim/app/workspace/[workspaceId]/home/components/message-content/components/special-tags/special-tags.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ export interface UsageUpgradeTagData {
2121

2222
export interface CredentialTagData {
2323
value: string
24-
type: 'env_key' | 'oauth_key' | 'sim_key' | 'link'
24+
type: 'env_key' | 'oauth_key' | 'sim_key' | 'credential_id' | 'link'
2525
provider?: string
26-
credential_id?: string
2726
}
2827

2928
export type ContentSegment =

0 commit comments

Comments
 (0)