Skip to content

Feature/integ 3159/trust updates - #170

Merged
ceciliastevens merged 3 commits into
feature/INTEG-3142/session-typefrom
feature/INTEG-3159/trust-updates
May 4, 2026
Merged

Feature/integ 3159/trust updates#170
ceciliastevens merged 3 commits into
feature/INTEG-3142/session-typefrom
feature/INTEG-3159/trust-updates

Conversation

@ceciliastevens

Copy link
Copy Markdown
Contributor

Adds some new features to trust

@ceciliastevens
ceciliastevens changed the base branch from main to feature/INTEG-3142/session-typeApril 23, 2026 15:37
Comment threaddocs/sdk/enums.md
::: incydr.enums.trusted_activities.BrowserDestination
:docstring:

* **AIRTABLE** = `"AIRTABLE"`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are we going to need to update these every time there is a new trusted activity browser destination? Are we going to be notified by the trusted activities team saying "hey, new browser destination just dropped"?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alternatively, do we need to enum these out? Could we just let it rip as a string and they need to find the valid values out from... elsewhere? The trusted activity api docs, perhaps?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could just let it be a string. The permissible values are documented in the API documentation. I went with the enum because that's the pattern we're already doing for cloud services and email services, so I wanted to be consistent with it.

Comment threaddocs/sdk/enums.md
::: incydr.enums.trusted_activities.BrowserDestination
:docstring:

* **AIRTABLE** = `"AIRTABLE"`

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

alternatively, do we need to enum these out? Could we just let it rip as a string and they need to find the valid values out from... elsewhere? The trusted activity api docs, perhaps?

@ceciliastevens
ceciliastevens merged commit 8474aef into feature/INTEG-3142/session-typeMay 4, 2026
7 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@ceciliastevens@jdullum@johnsonjben