Skip to content

Commit

Permalink
ON-41184 # Added customerSecretId to DeveloperKey
Browse files Browse the repository at this point in the history
  • Loading branch information
mymattcarroll committed Jun 13, 2024
1 parent 9b07ca1 commit d213d4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

### Added

- `customerSecretId` to `DeveloperKey`

### Added

- `excludedAttachmentElementIds` to `FormSubmissionEventConfiguration`
- `ExecuteWorkflowEvent` to `FormsClient` class

Expand Down
1 change: 1 addition & 0 deletions OneBlink.SDK/models/DeveloperKey.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public class DeveloperKey
{
public string id { get; internal set; }
public string secret { get; internal set; }
public long customerSecretId { get; internal set; }
public string name { get; internal set; }
public DeveloperKeyPrivilege privilege { get; internal set; }
public DeveloperKeyLinks links { get; internal set; }
Expand Down

0 comments on commit d213d4a

Please sign in to comment.