Skip to content

Commit e81a5f9

Browse files
Version 6.5.0-rc-v2.1-21.3.00.00 release (#153)
Co-authored-by: DevCenter-DocuSign <dcdev@docusign.com>
1 parent a465259 commit e81a5f9

File tree

463 files changed

+4202
-932
lines changed

Some content is hidden

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

463 files changed

+4202
-932
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
33

44
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
55

6+
## [6.5.0-rc] - ESignature API v2.1-21.3.00.00 - 2021-09-20
7+
### Changed
8+
- Added support for version v2.1-21.3.00.00 of the DocuSign ESignature API.
9+
- Updated the SDK release version.
10+
11+
612
## [v6.4.0] - ESignature API v2.1-21.2.02.00 - 2021-09-02
713
### Changed
814
- Added support for version v2.1-21.2.02.00 of the DocuSign ESignature API.

src/Model/AccessCodeFormat.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*
77
* @category Class
88
* @package DocuSign\eSign
9-
* @author Swaagger Codegen team
9+
* @author Swagger Codegen team <apihelp@docusign.com>
10+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
1011
* @link https://github.com/swagger-api/swagger-codegen
1112
*/
1213

@@ -37,7 +38,8 @@
3738
*
3839
* @category Class
3940
* @package DocuSign\eSign
40-
* @author Swagger Codegen team
41+
* @author Swagger Codegen team <apihelp@docusign.com>
42+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
4143
* @link https://github.com/swagger-api/swagger-codegen
4244
*/
4345
class AccessCodeFormat implements ModelInterface, ArrayAccess

src/Model/AccountAddress.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*
77
* @category Class
88
* @package DocuSign\eSign
9-
* @author Swaagger Codegen team
9+
* @author Swagger Codegen team <apihelp@docusign.com>
10+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
1011
* @link https://github.com/swagger-api/swagger-codegen
1112
*/
1213

@@ -38,7 +39,8 @@
3839
* @category Class
3940
* @description Contains information about an account address.
4041
* @package DocuSign\eSign
41-
* @author Swagger Codegen team
42+
* @author Swagger Codegen team <apihelp@docusign.com>
43+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
4244
* @link https://github.com/swagger-api/swagger-codegen
4345
*/
4446
class AccountAddress implements ModelInterface, ArrayAccess

src/Model/AccountBillingPlan.php

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*
77
* @category Class
88
* @package DocuSign\eSign
9-
* @author Swaagger Codegen team
9+
* @author Swagger Codegen team <apihelp@docusign.com>
10+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
1011
* @link https://github.com/swagger-api/swagger-codegen
1112
*/
1213

@@ -38,7 +39,8 @@
3839
* @category Class
3940
* @description Contains information about an account billing plan.
4041
* @package DocuSign\eSign
41-
* @author Swagger Codegen team
42+
* @author Swagger Codegen team <apihelp@docusign.com>
43+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
4244
* @link https://github.com/swagger-api/swagger-codegen
4345
*/
4446
class AccountBillingPlan implements ModelInterface, ArrayAccess
@@ -79,6 +81,7 @@ class AccountBillingPlan implements ModelInterface, ArrayAccess
7981
'plan_id' => '?string',
8082
'plan_name' => '?string',
8183
'plan_start_date' => '?string',
84+
'product_id' => '?string',
8285
'renewal_date' => '?string',
8386
'renewal_status' => '?string',
8487
'seat_discounts' => '\DocuSign\eSign\Model\SeatDiscount[]',
@@ -114,6 +117,7 @@ class AccountBillingPlan implements ModelInterface, ArrayAccess
114117
'plan_id' => null,
115118
'plan_name' => null,
116119
'plan_start_date' => null,
120+
'product_id' => null,
117121
'renewal_date' => null,
118122
'renewal_status' => null,
119123
'seat_discounts' => null,
@@ -170,6 +174,7 @@ public static function swaggerFormats()
170174
'plan_id' => 'planId',
171175
'plan_name' => 'planName',
172176
'plan_start_date' => 'planStartDate',
177+
'product_id' => 'productId',
173178
'renewal_date' => 'renewalDate',
174179
'renewal_status' => 'renewalStatus',
175180
'seat_discounts' => 'seatDiscounts',
@@ -205,6 +210,7 @@ public static function swaggerFormats()
205210
'plan_id' => 'setPlanId',
206211
'plan_name' => 'setPlanName',
207212
'plan_start_date' => 'setPlanStartDate',
213+
'product_id' => 'setProductId',
208214
'renewal_date' => 'setRenewalDate',
209215
'renewal_status' => 'setRenewalStatus',
210216
'seat_discounts' => 'setSeatDiscounts',
@@ -240,6 +246,7 @@ public static function swaggerFormats()
240246
'plan_id' => 'getPlanId',
241247
'plan_name' => 'getPlanName',
242248
'plan_start_date' => 'getPlanStartDate',
249+
'product_id' => 'getProductId',
243250
'renewal_date' => 'getRenewalDate',
244251
'renewal_status' => 'getRenewalStatus',
245252
'seat_discounts' => 'getSeatDiscounts',
@@ -329,6 +336,7 @@ public function __construct(array $data = null)
329336
$this->container['plan_id'] = isset($data['plan_id']) ? $data['plan_id'] : null;
330337
$this->container['plan_name'] = isset($data['plan_name']) ? $data['plan_name'] : null;
331338
$this->container['plan_start_date'] = isset($data['plan_start_date']) ? $data['plan_start_date'] : null;
339+
$this->container['product_id'] = isset($data['product_id']) ? $data['product_id'] : null;
332340
$this->container['renewal_date'] = isset($data['renewal_date']) ? $data['renewal_date'] : null;
333341
$this->container['renewal_status'] = isset($data['renewal_status']) ? $data['renewal_status'] : null;
334342
$this->container['seat_discounts'] = isset($data['seat_discounts']) ? $data['seat_discounts'] : null;
@@ -865,6 +873,30 @@ public function setPlanStartDate($plan_start_date)
865873
return $this;
866874
}
867875

876+
/**
877+
* Gets product_id
878+
*
879+
* @return ?string
880+
*/
881+
public function getProductId()
882+
{
883+
return $this->container['product_id'];
884+
}
885+
886+
/**
887+
* Sets product_id
888+
*
889+
* @param ?string $product_id
890+
*
891+
* @return $this
892+
*/
893+
public function setProductId($product_id)
894+
{
895+
$this->container['product_id'] = $product_id;
896+
897+
return $this;
898+
}
899+
868900
/**
869901
* Gets renewal_date
870902
*

src/Model/AccountBillingPlanResponse.php

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*
77
* @category Class
88
* @package DocuSign\eSign
9-
* @author Swaagger Codegen team
9+
* @author Swagger Codegen team <apihelp@docusign.com>
10+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
1011
* @link https://github.com/swagger-api/swagger-codegen
1112
*/
1213

@@ -38,7 +39,8 @@
3839
* @category Class
3940
* @description Defines an account billing plan response object.
4041
* @package DocuSign\eSign
41-
* @author Swagger Codegen team
42+
* @author Swagger Codegen team <apihelp@docusign.com>
43+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
4244
* @link https://github.com/swagger-api/swagger-codegen
4345
*/
4446
class AccountBillingPlanResponse implements ModelInterface, ArrayAccess
@@ -64,6 +66,7 @@ class AccountBillingPlanResponse implements ModelInterface, ArrayAccess
6466
'credit_card_information' => '\DocuSign\eSign\Model\CreditCardInformation',
6567
'direct_debit_processor_information' => '\DocuSign\eSign\Model\DirectDebitProcessorInformation',
6668
'downgrade_plan_information' => '\DocuSign\eSign\Model\DowngradePlanUpdateResponse',
69+
'downgrade_request_information' => '\DocuSign\eSign\Model\DowngradeRequestInformation',
6770
'entity_name' => '?string',
6871
'payment_method' => '?string',
6972
'payment_processor_information' => '\DocuSign\eSign\Model\PaymentProcessorInformation',
@@ -83,6 +86,7 @@ class AccountBillingPlanResponse implements ModelInterface, ArrayAccess
8386
'credit_card_information' => null,
8487
'direct_debit_processor_information' => null,
8588
'downgrade_plan_information' => null,
89+
'downgrade_request_information' => null,
8690
'entity_name' => null,
8791
'payment_method' => null,
8892
'payment_processor_information' => null,
@@ -123,6 +127,7 @@ public static function swaggerFormats()
123127
'credit_card_information' => 'creditCardInformation',
124128
'direct_debit_processor_information' => 'directDebitProcessorInformation',
125129
'downgrade_plan_information' => 'downgradePlanInformation',
130+
'downgrade_request_information' => 'downgradeRequestInformation',
126131
'entity_name' => 'entityName',
127132
'payment_method' => 'paymentMethod',
128133
'payment_processor_information' => 'paymentProcessorInformation',
@@ -142,6 +147,7 @@ public static function swaggerFormats()
142147
'credit_card_information' => 'setCreditCardInformation',
143148
'direct_debit_processor_information' => 'setDirectDebitProcessorInformation',
144149
'downgrade_plan_information' => 'setDowngradePlanInformation',
150+
'downgrade_request_information' => 'setDowngradeRequestInformation',
145151
'entity_name' => 'setEntityName',
146152
'payment_method' => 'setPaymentMethod',
147153
'payment_processor_information' => 'setPaymentProcessorInformation',
@@ -161,6 +167,7 @@ public static function swaggerFormats()
161167
'credit_card_information' => 'getCreditCardInformation',
162168
'direct_debit_processor_information' => 'getDirectDebitProcessorInformation',
163169
'downgrade_plan_information' => 'getDowngradePlanInformation',
170+
'downgrade_request_information' => 'getDowngradeRequestInformation',
164171
'entity_name' => 'getEntityName',
165172
'payment_method' => 'getPaymentMethod',
166173
'payment_processor_information' => 'getPaymentProcessorInformation',
@@ -234,6 +241,7 @@ public function __construct(array $data = null)
234241
$this->container['credit_card_information'] = isset($data['credit_card_information']) ? $data['credit_card_information'] : null;
235242
$this->container['direct_debit_processor_information'] = isset($data['direct_debit_processor_information']) ? $data['direct_debit_processor_information'] : null;
236243
$this->container['downgrade_plan_information'] = isset($data['downgrade_plan_information']) ? $data['downgrade_plan_information'] : null;
244+
$this->container['downgrade_request_information'] = isset($data['downgrade_request_information']) ? $data['downgrade_request_information'] : null;
237245
$this->container['entity_name'] = isset($data['entity_name']) ? $data['entity_name'] : null;
238246
$this->container['payment_method'] = isset($data['payment_method']) ? $data['payment_method'] : null;
239247
$this->container['payment_processor_information'] = isset($data['payment_processor_information']) ? $data['payment_processor_information'] : null;
@@ -409,6 +417,30 @@ public function setDowngradePlanInformation($downgrade_plan_information)
409417
return $this;
410418
}
411419

420+
/**
421+
* Gets downgrade_request_information
422+
*
423+
* @return \DocuSign\eSign\Model\DowngradeRequestInformation
424+
*/
425+
public function getDowngradeRequestInformation()
426+
{
427+
return $this->container['downgrade_request_information'];
428+
}
429+
430+
/**
431+
* Sets downgrade_request_information
432+
*
433+
* @param \DocuSign\eSign\Model\DowngradeRequestInformation $downgrade_request_information downgrade_request_information
434+
*
435+
* @return $this
436+
*/
437+
public function setDowngradeRequestInformation($downgrade_request_information)
438+
{
439+
$this->container['downgrade_request_information'] = $downgrade_request_information;
440+
441+
return $this;
442+
}
443+
412444
/**
413445
* Gets entity_name
414446
*

src/Model/AccountIdentityInputOption.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*
77
* @category Class
88
* @package DocuSign\eSign
9-
* @author Swaagger Codegen team
9+
* @author Swagger Codegen team <apihelp@docusign.com>
10+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
1011
* @link https://github.com/swagger-api/swagger-codegen
1112
*/
1213

@@ -37,7 +38,8 @@
3738
*
3839
* @category Class
3940
* @package DocuSign\eSign
40-
* @author Swagger Codegen team
41+
* @author Swagger Codegen team <apihelp@docusign.com>
42+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
4143
* @link https://github.com/swagger-api/swagger-codegen
4244
*/
4345
class AccountIdentityInputOption implements ModelInterface, ArrayAccess

src/Model/AccountIdentityVerificationResponse.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*
77
* @category Class
88
* @package DocuSign\eSign
9-
* @author Swaagger Codegen team
9+
* @author Swagger Codegen team <apihelp@docusign.com>
10+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
1011
* @link https://github.com/swagger-api/swagger-codegen
1112
*/
1213

@@ -37,7 +38,8 @@
3738
*
3839
* @category Class
3940
* @package DocuSign\eSign
40-
* @author Swagger Codegen team
41+
* @author Swagger Codegen team <apihelp@docusign.com>
42+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
4143
* @link https://github.com/swagger-api/swagger-codegen
4244
*/
4345
class AccountIdentityVerificationResponse implements ModelInterface, ArrayAccess

src/Model/AccountIdentityVerificationStep.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*
77
* @category Class
88
* @package DocuSign\eSign
9-
* @author Swaagger Codegen team
9+
* @author Swagger Codegen team <apihelp@docusign.com>
10+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
1011
* @link https://github.com/swagger-api/swagger-codegen
1112
*/
1213

@@ -37,7 +38,8 @@
3738
*
3839
* @category Class
3940
* @package DocuSign\eSign
40-
* @author Swagger Codegen team
41+
* @author Swagger Codegen team <apihelp@docusign.com>
42+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
4143
* @link https://github.com/swagger-api/swagger-codegen
4244
*/
4345
class AccountIdentityVerificationStep implements ModelInterface, ArrayAccess

src/Model/AccountIdentityVerificationWorkflow.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*
77
* @category Class
88
* @package DocuSign\eSign
9-
* @author Swaagger Codegen team
9+
* @author Swagger Codegen team <apihelp@docusign.com>
10+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
1011
* @link https://github.com/swagger-api/swagger-codegen
1112
*/
1213

@@ -37,7 +38,8 @@
3738
*
3839
* @category Class
3940
* @package DocuSign\eSign
40-
* @author Swagger Codegen team
41+
* @author Swagger Codegen team <apihelp@docusign.com>
42+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
4143
* @link https://github.com/swagger-api/swagger-codegen
4244
*/
4345
class AccountIdentityVerificationWorkflow implements ModelInterface, ArrayAccess

src/Model/AccountInformation.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*
77
* @category Class
88
* @package DocuSign\eSign
9-
* @author Swaagger Codegen team
9+
* @author Swagger Codegen team <apihelp@docusign.com>
10+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
1011
* @link https://github.com/swagger-api/swagger-codegen
1112
*/
1213

@@ -38,7 +39,8 @@
3839
* @category Class
3940
* @description Contains account Information.
4041
* @package DocuSign\eSign
41-
* @author Swagger Codegen team
42+
* @author Swagger Codegen team <apihelp@docusign.com>
43+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
4244
* @link https://github.com/swagger-api/swagger-codegen
4345
*/
4446
class AccountInformation implements ModelInterface, ArrayAccess

src/Model/AccountMinimumPasswordLength.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*
77
* @category Class
88
* @package DocuSign\eSign
9-
* @author Swaagger Codegen team
9+
* @author Swagger Codegen team <apihelp@docusign.com>
10+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
1011
* @link https://github.com/swagger-api/swagger-codegen
1112
*/
1213

@@ -37,7 +38,8 @@
3738
*
3839
* @category Class
3940
* @package DocuSign\eSign
40-
* @author Swagger Codegen team
41+
* @author Swagger Codegen team <apihelp@docusign.com>
42+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
4143
* @link https://github.com/swagger-api/swagger-codegen
4244
*/
4345
class AccountMinimumPasswordLength implements ModelInterface, ArrayAccess

src/Model/AccountNotification.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
*
77
* @category Class
88
* @package DocuSign\eSign
9-
* @author Swaagger Codegen team
9+
* @author Swagger Codegen team <apihelp@docusign.com>
10+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
1011
* @link https://github.com/swagger-api/swagger-codegen
1112
*/
1213

@@ -37,7 +38,8 @@
3738
*
3839
* @category Class
3940
* @package DocuSign\eSign
40-
* @author Swagger Codegen team
41+
* @author Swagger Codegen team <apihelp@docusign.com>
42+
* @license The DocuSign eSignature PHP Client SDK is licensed under the MIT License.
4143
* @link https://github.com/swagger-api/swagger-codegen
4244
*/
4345
class AccountNotification implements ModelInterface, ArrayAccess

0 commit comments

Comments
 (0)