Skip to content

Commit

Permalink
Merge pull request #337 from oneblink/ON-44406
Browse files Browse the repository at this point in the history
ON-44406 # Added `startingAutoIncrement` to `FormExternalIdGenerationConfiguration`
  • Loading branch information
mymattcarroll authored Oct 25, 2024
2 parents 11e077a + 61838a8 commit 36afac7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Added

- `startingSequentialNumber` to `FormExternalIdGenerationConfiguration`
- `isCloningScheduledTasks` to `FormsAppEnvironmentCloneOptions`

## [8.1.0] - 2024-10-09
Expand Down
4 changes: 4 additions & 0 deletions OneBlink.SDK/models/FormExternalIdGenerationConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ public List<FormExternalIdGenerationReceiptComponent> receiptComponents
{
get; set;
}
public long? startingSequentialNumber
{
get; set;
}
}

}

0 comments on commit 36afac7

Please sign in to comment.