Skip to content

Commit a8763a3

Browse files
authored
Adding missing columns too emails_scoped_fields stream
Adds `action`, `email_template`, `headers`, and `step`
1 parent e44d30a commit a8763a3

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

airbyte-integrations/connectors/source-salesloft/manifest.yaml

+48
Original file line numberDiff line numberDiff line change
@@ -3492,6 +3492,54 @@ schemas:
34923492
type:
34933493
- boolean
34943494
- "null"
3495+
action:
3496+
type:
3497+
- object
3498+
- "null"
3499+
properties:
3500+
id:
3501+
type:
3502+
- "null"
3503+
- integer
3504+
cadence:
3505+
type:
3506+
- object
3507+
- "null"
3508+
properties:
3509+
_href:
3510+
type:
3511+
- "null"
3512+
- string
3513+
id:
3514+
type:
3515+
- "null"
3516+
- integer
3517+
email_template:
3518+
type:
3519+
- object
3520+
- "null"
3521+
properties:
3522+
_href:
3523+
type:
3524+
- "null"
3525+
- string
3526+
id:
3527+
type:
3528+
- "null"
3529+
- integer
3530+
step:
3531+
type:
3532+
- object
3533+
- "null"
3534+
properties:
3535+
_href:
3536+
type:
3537+
- "null"
3538+
- string
3539+
id:
3540+
type:
3541+
- "null"
3542+
- integer
34953543
required:
34963544
- id
34973545
- updated_at

0 commit comments

Comments
 (0)