Skip to content

Commit

Permalink
Merge pull request #4 from Inleads/fix/inleads-3267
Browse files Browse the repository at this point in the history
fix [inleads-3267] Updated generated types
  • Loading branch information
nagendra-d authored Apr 19, 2024
2 parents a07dfa1 + a330774 commit 4e3907e
Show file tree
Hide file tree
Showing 7 changed files with 343 additions and 13 deletions.

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.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { ActionDefinition } from '@segment/actions-core'
import type { Settings,Payload } from '../generated-types'
import type { Settings } from '../generated-types'
import type { Payload } from './generated-types'
import { commonFields } from '../common-fields'
import { IntegrationBaseUrl, IntegrationName } from '../contants'

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
@@ -1,5 +1,6 @@
import type { ActionDefinition } from '@segment/actions-core'
import type { Settings, Payload } from '../generated-types'
import type { Settings } from '../generated-types'
import type { Payload } from './generated-types'
import { commonFields } from '../common-fields'
import { IntegrationBaseUrl, IntegrationName } from '../contants'

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
@@ -1,5 +1,6 @@
import type { ActionDefinition } from '@segment/actions-core'
import type { Settings, Payload } from '../generated-types'
import type { Settings } from '../generated-types'
import type { Payload } from './generated-types'
import { commonFields } from '../common-fields'
import { IntegrationBaseUrl, IntegrationName } from '../contants'

Expand Down

0 comments on commit 4e3907e

Please sign in to comment.