Skip to content

Commit

Permalink
updating field description and updating generated types
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment committed May 28, 2024
1 parent 1107970 commit 6170334
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { Settings } from './generated-types'

export const commonFields: ActionDefinition<Settings>['fields'] = {
enable_batching: {
label: 'Send data to Attio in batches',
label: 'Batch events',
description:
'Send batches of events to Attio, for improved performance, however invalid events are silently dropped.',
'Events will be sent Attio in batches. When batching is enabled any invalid events will be silently dropped.',
type: 'boolean',
required: false,
default: false
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6170334

Please sign in to comment.