-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into alex/bypass_validation
- Loading branch information
Showing
46 changed files
with
6,572 additions
and
5,803 deletions.
There are no files selected for viewing
7 changes: 0 additions & 7 deletions
7
airbyte-integrations/connectors/source-outreach/.dockerignore
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# | ||
# Copyright (c) 2024 Airbyte, Inc., all rights reserved. | ||
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
airbyte-integrations/connectors/source-outreach/integration_tests/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# | ||
# Copyright (c) 2021 Airbyte, Inc., all rights reserved. | ||
# Copyright (c) 2024 Airbyte, Inc., all rights reserved. | ||
# |
34 changes: 17 additions & 17 deletions
34
airbyte-integrations/connectors/source-outreach/integration_tests/abnormal_state.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
{ | ||
"prospects": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"sequences": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"sequence_states": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"sequence_steps": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"accounts": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"opportunities": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"personas": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"mailings": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"mailboxes": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"stages": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"calls": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"call_purposes": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"call_dispositions": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"users": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"tasks": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"templates": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
}, | ||
"snippets": { | ||
"updatedAt": "2040-11-16T00:00:00Z" | ||
"updatedAt": "2040-11-16T00:00:00.000Z" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.