Skip to content
Merged
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
4 changes: 4 additions & 0 deletions apps/sim/blocks/blocks/brex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,10 @@ export const BrexBlock: BlockConfig<BrexResponse> = {
createdAt: { type: 'string', description: 'Creation timestamp of the transfer' },
displayName: { type: 'string', description: 'Display name of the transfer' },
externalMemo: { type: 'string', description: 'External memo of the transfer' },
isPproEnabled: {
type: 'boolean',
description: 'Whether Principal Protection (PPRO) is enabled for the transfer',
},
},
}

Expand Down
Loading