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
3 changes: 3 additions & 0 deletions apps/docs/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9287,6 +9287,9 @@ export function NetSuiteIcon(props: SVGProps<SVGSVGElement>) {
)
}

/** Oracle's red O, shared by the Oracle product integrations. */
export const OracleIcon = NetSuiteIcon

export function WizaIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} viewBox='0 0 51 49' fill='none' xmlns='http://www.w3.org/2000/svg'>
Expand Down
2 changes: 2 additions & 0 deletions apps/docs/components/ui/icon-mapping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ import {
OktaIcon,
OnePasswordIcon,
OpenAIIcon,
OracleIcon,
OutlookIcon,
PackageSearchIcon,
PagerDutyIcon,
Expand Down Expand Up @@ -480,6 +481,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
onedrive: MicrosoftOneDriveIcon,
onepassword: OnePasswordIcon,
openai: OpenAIIcon,
oracle_fusion_financials: OracleIcon,
outlook: OutlookIcon,
pagerduty: PagerDutyIcon,
parallel_ai: ParallelIcon,
Expand Down
3 changes: 3 additions & 0 deletions apps/docs/content/docs/cli/credentials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@ Update Credential (personal API key required)
| `--auth-method <value>` | No | Provider authentication method. |
| `--private-key <value>` | No | Write-only PEM private key. |
| `--username <value>` | No | Provider run-as username. |
| `--instance-url <value>` | No | Canonical provider application origin. |
| `--token-url <value>` | No | Customer-owned OAuth token endpoint. |
| `--scope <value>` | No | Provider OAuth scope string. |
| `--name <displayName>` | No | Alias for --display-name. |

</CommandTable>
Expand Down
3 changes: 3 additions & 0 deletions apps/docs/content/docs/cli/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ sim credentials update <credentialId> [options]
| `--auth-method <value>` | No | Provider authentication method. |
| `--private-key <value>` | No | Write-only PEM private key. |
| `--username <value>` | No | Provider run-as username. |
| `--instance-url <value>` | No | Canonical provider application origin. |
| `--token-url <value>` | No | Customer-owned OAuth token endpoint. |
| `--scope <value>` | No | Provider OAuth scope string. |
| `--name <displayName>` | No | Alias for --display-name. |

</CommandTable>
Expand Down
1 change: 1 addition & 0 deletions apps/docs/content/docs/integrations/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
"onedrive",
"onepassword",
"openai",
"oracle_fusion_financials",
"outlook",
"pagerduty",
"parallel_ai",
Expand Down
Loading
Loading