Skip to content

Commit 9a98106

Browse files
authored
release 1.10.0 (#17)
1 parent 6fc59f8 commit 9a98106

File tree

201 files changed

+599
-229
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+599
-229
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To install the bindings via [Composer](https://getcomposer.org/), add the follow
5353
```json
5454
{
5555
"require": {
56-
"dropbox/sign": "^1.9.0"
56+
"dropbox/sign": "^1.10.0"
5757
},
5858
"minimum-stability": "dev"
5959
}
@@ -64,7 +64,7 @@ Then run `composer install`
6464
Alternatively, install directly with
6565

6666
```
67-
composer require dropbox/sign:^1.9.0
67+
composer require dropbox/sign:^1.10.0
6868
```
6969

7070
## Getting Started
@@ -447,6 +447,6 @@ [email protected]
447447
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
448448

449449
- API version: `3.0.0`
450-
- Package version: `1.9.0`
450+
- Package version: `1.10.0`
451451
- Generator version: `7.12.0`
452452
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0

docs/Model/OAuthTokenRefreshRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
88
------------ | ------------- | ------------- | -------------
99
| `grant_type`<sup>*_required_</sup> | ```string``` | When refreshing an existing token use `refresh_token`. | [default to 'refresh_token'] |
1010
| `refresh_token`<sup>*_required_</sup> | ```string``` | The token provided when you got the expired access token. | |
11-
| `client_id` | ```string``` | The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the &quot;Client Credentials Required&quot; setting is enabled for token refresh; optional if disabled. | |
12-
| `client_secret` | ```string``` | The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the &quot;Client Credentials Required&quot; setting is enabled for token refresh; optional if disabled. | |
11+
| `client_id` | ```string``` | The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. | |
12+
| `client_secret` | ```string``` | The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings. | |
1313

1414
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

docs/Model/TemplateResponseDocumentFormFieldText.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Name | Type | Description | Notes
1212
| `original_font_size` | ```int``` | Original font size used in this form field&#39;s text. | |
1313
| `font_family` | ```string``` | Font family used in this form field&#39;s text. | |
1414
| `validation_type` | ```string``` | Each text field may contain a `validation_type` parameter. Check out the list of [validation types](https://faq.hellosign.com/hc/en-us/articles/217115577) to learn more about the possible values. | |
15+
| `validation_custom_regex` | ```string``` | When `validation_type` is set to `custom_regex`, this specifies the custom regular expression pattern that will be used to validate the text field. | |
16+
| `validation_custom_regex_format_label` | ```string``` | When `validation_type` is set to `custom_regex`, this specifies the error message displayed to the signer when the text does not match the provided regex pattern. | |
1517
| `group` | ```string``` | The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields. | |
1618

1719
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)

openapi-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
generatorName: php
22
additionalProperties:
33
packageName: dropbox/sign
4-
packageVersion: "^1.9.0"
5-
artifactVersion: 1.9.0
4+
packageVersion: "^1.10.0"
5+
artifactVersion: 1.10.0
66
invokerPackage: "Dropbox\\Sign"
77
sortModelPropertiesByRequiredFlag: true
88
srcBasePath: src

openapi-sdk.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7797,7 +7797,7 @@ components:
77977797
type: array
77987798
items:
77997799
type: string
7800-
maxItems: 2
7800+
maxItems: 10
78017801
minItems: 1
78027802
name:
78037803
description: 'The name you want to assign to the ApiApp.'
@@ -7823,7 +7823,7 @@ components:
78237823
type: array
78247824
items:
78257825
type: string
7826-
maxItems: 2
7826+
maxItems: 10
78277827
name:
78287828
description: 'The name you want to assign to the ApiApp.'
78297829
type: string
@@ -8112,10 +8112,10 @@ components:
81128112
description: 'The token provided when you got the expired access token.'
81138113
type: string
81148114
client_id:
8115-
description: 'The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled.'
8115+
description: 'The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.'
81168116
type: string
81178117
client_secret:
8118-
description: 'The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled.'
8118+
description: 'The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.'
81198119
type: string
81208120
type: object
81218121
ReportCreateRequest:
@@ -8135,6 +8135,7 @@ components:
81358135
enum:
81368136
- user_activity
81378137
- document_status
8138+
- sms_activity
81388139
maxItems: 2
81398140
minItems: 1
81408141
start_date:
@@ -11964,6 +11965,7 @@ components:
1196411965
enum:
1196511966
- user_activity
1196611967
- document_status
11968+
- sms_activity
1196711969
type: object
1196811970
x-internal-class: true
1196911971
SignatureRequestResponse:
@@ -13130,6 +13132,14 @@ components:
1313013132
- employer_identification_number
1313113133
- custom_regex
1313213134
nullable: true
13135+
validation_custom_regex:
13136+
description: 'When `validation_type` is set to `custom_regex`, this specifies the custom regular expression pattern that will be used to validate the text field.'
13137+
type: string
13138+
nullable: true
13139+
validation_custom_regex_format_label:
13140+
description: 'When `validation_type` is set to `custom_regex`, this specifies the error message displayed to the signer when the text does not match the provided regex pattern.'
13141+
type: string
13142+
nullable: true
1313313143
group:
1313413144
description: 'The name of the group this field is in. If this field is not a group, this defaults to `null` except for Radio fields.'
1313513145
type: string

src/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Configuration
9797
*
9898
* @var string
9999
*/
100-
protected $userAgent = 'OpenAPI-Generator/1.9.0/PHP';
100+
protected $userAgent = 'OpenAPI-Generator/1.10.0/PHP';
101101

102102
/**
103103
* Debug switch (default set to false)
@@ -438,7 +438,7 @@ public static function toDebugReport()
438438
$report .= ' OS: ' . php_uname() . PHP_EOL;
439439
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
440440
$report .= ' The version of the OpenAPI document: 3.0.0' . PHP_EOL;
441-
$report .= ' SDK Package Version: 1.9.0' . PHP_EOL;
441+
$report .= ' SDK Package Version: 1.10.0' . PHP_EOL;
442442
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
443443

444444
return $report;

src/Model/AccountCreateRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*
3939
* @category Class
4040
* @see https://openapi-generator.tech
41-
* @implements \ArrayAccess<string, mixed>
41+
* @implements ArrayAccess<string, mixed>
4242
*/
4343
class AccountCreateRequest implements ModelInterface, ArrayAccess, JsonSerializable
4444
{

src/Model/AccountCreateResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*
3939
* @category Class
4040
* @see https://openapi-generator.tech
41-
* @implements \ArrayAccess<string, mixed>
41+
* @implements ArrayAccess<string, mixed>
4242
*/
4343
class AccountCreateResponse implements ModelInterface, ArrayAccess, JsonSerializable
4444
{

src/Model/AccountGetResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*
3939
* @category Class
4040
* @see https://openapi-generator.tech
41-
* @implements \ArrayAccess<string, mixed>
41+
* @implements ArrayAccess<string, mixed>
4242
*/
4343
class AccountGetResponse implements ModelInterface, ArrayAccess, JsonSerializable
4444
{

0 commit comments

Comments
 (0)