Skip to content

Commit

Permalink
ON-40646 # Changed domain/key to be a guid
Browse files Browse the repository at this point in the history
  • Loading branch information
jdawg093 committed May 23, 2024
1 parent e68be3f commit 2fc58ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- **[BREAKING]** `isCloningFormGoogleMapsIntegrationEnvironmentId` from `FormsAppEnvironmentCloneOptions`
- **[BREAKING]** `googleMapsIntegrationEnvironmentId` from `FormMigrationOptions`
- **[BREAKING]** `googleMapsIntegrationEnvironmentId` from `Form`
- **[BREAKING]** `recaptchaIntegrationDomainId` to be a `Guid` type

## [5.6.4] - 2024-05-20

Expand Down
4 changes: 2 additions & 2 deletions OneBlink.SDK/models/FormsAppBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ public abstract string type
{
get;
}
public string recaptchaIntegrationDomainId
public Guid recaptchaIntegrationDomainId
{
get; set;
}
public string googleMapsIntegrationKeyId
public Guid googleMapsIntegrationKeyId
{
get; set;
}
Expand Down

0 comments on commit 2fc58ed

Please sign in to comment.