Skip to content

Commit

Permalink
Add AccountBilling.automaticFieldsPlacement
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Sep 5, 2024
1 parent 5221d8e commit 0efb954
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased]
- Add `AccountBilling.automaticFieldsPlacement`
- Extend `EnvelopeRecipient` and `EnvelopeTemplateRecipient` resource
- Add `EnvelopeDocument.createTagsByAutoplacement` endpoint
- Add `Webhook oAuth properties`
Expand Down
2 changes: 2 additions & 0 deletions src/Resource/AccountBilling.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,6 @@ class AccountBilling extends BaseResource
public int $identifyAiUsage;

public int $identifyNoneOrManualUsage;

public bool $automaticFieldsPlacement;
}

0 comments on commit 0efb954

Please sign in to comment.