Skip to content

Commit

Permalink
adding missing descriptions so push can be done (#2157)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-ayoub-segment authored Jul 9, 2024
1 parent 53d8440 commit 0836b6a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export type AuthResponseType = {
const destination: DestinationDefinition<Settings> = {
name: 'Angler AI',
slug: 'actions-angler-ai',
description: 'Send analytics events to Angler AI.',
mode: 'cloud',

authentication: {
Expand Down

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 @@ -73,15 +73,15 @@ const action: ActionDefinition<Settings, Payload> = {
confirmed: {
type: 'boolean',
label: 'Confirmed',
description: '',
description: 'Confirmed',
default: {
'@path': '$.properties.confirmed'
}
},
contact_email: {
type: 'string',
label: 'Contact Email',
description: '',
description: 'Contact Email',
default: {
'@if': {
exists: { '@path': '$.properties.contact_email' },
Expand Down Expand Up @@ -316,7 +316,7 @@ const action: ActionDefinition<Settings, Payload> = {
landing_site_ref: {
type: 'string',
label: 'Landing Site Ref',
description: '',
description: 'Landing Site Ref',
default: {
'@path': '$.properties.landing_site_ref'
}
Expand Down Expand Up @@ -365,7 +365,7 @@ const action: ActionDefinition<Settings, Payload> = {
reference: {
type: 'string',
label: 'Reference',
description: '',
description: 'Reference',
default: {
'@path': '$.properties.reference'
}
Expand Down

0 comments on commit 0836b6a

Please sign in to comment.