docusign_esign 5.0.0.rc1 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +72 -0
- data/README.md +1 -1
- data/docusign_esign.gemspec +1 -1
- data/lib/docusign_esign/client/api_client.rb +7 -7
- data/lib/docusign_esign/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90d7dd27655dd49cee5bf5719ef98f9d0df6b5de4341da19f458e0ca05a7b26c
|
4
|
+
data.tar.gz: 74fc703eefec5810ecdf8ea281ac97ab78baa275a2fc4eb50e4c588001e55df8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a10a3ada9b6e0190037c3df58a04926d0b44eb19c8ba14ab0bd51a89a3def86fd1490879f0ef4814437896371fb18b109dcf3cc2b6383bdc79aaf01ba3db4095
|
7
|
+
data.tar.gz: 19262a4c607f1473755a4270dfb9c3be04e970110de149570d00c90841a0044b02860032cd531447fd39853aa96bc63c5fac4c2a3fc81b8e74dc24447b8317db
|
data/CHANGELOG.md
CHANGED
@@ -3,6 +3,78 @@ All notable changes to this project will be documented in this file.
|
|
3
3
|
|
4
4
|
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
|
5
5
|
|
6
|
+
## [v5.0.0] - eSignature API v2.1-24.2.00.00 - 2024-07-23
|
7
|
+
### Breaking Changes
|
8
|
+
|
9
|
+
<details>
|
10
|
+
<summary>API Changes (Click to expand)</summary>
|
11
|
+
|
12
|
+
<div style="margin-left: 20px;">
|
13
|
+
|
14
|
+
<br/>
|
15
|
+
Added support for version v2.1-24.2.00.00 of the Docusign ESignature API.
|
16
|
+
|
17
|
+
## Endpoint-Specific Changes
|
18
|
+
|
19
|
+
### Updated [Envelopes: get](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/get/)
|
20
|
+
Added new optional query parameter named `include_anchor_tab_locations` of type string.
|
21
|
+
|
22
|
+
### Updated [Envelopes: update](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/update/)
|
23
|
+
Added new optional query parameter named `recycle_on_void` of type string.
|
24
|
+
|
25
|
+
### Updated [EnvelopeViews : createCorrect](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createcorrect/)
|
26
|
+
Request body object `correctViewRequest` has been changed to `envelopeViewRequest`.
|
27
|
+
|
28
|
+
## Model Changes
|
29
|
+
|
30
|
+
### Updated existing models
|
31
|
+
|
32
|
+
### `accountInformation`
|
33
|
+
|
34
|
+
- **Added fields:**
|
35
|
+
- `freeEnvelopeSendsRemainingForAdvancedDocGen`
|
36
|
+
|
37
|
+
### `accountSettingsInformation`
|
38
|
+
|
39
|
+
- **Added fields:**
|
40
|
+
- `defaultSigningResponsiveView`
|
41
|
+
- `defaultSigningResponsiveViewMetadata`
|
42
|
+
- `dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb`
|
43
|
+
- `enableAdditionalAdvancedWebFormsFeatures`
|
44
|
+
- `enableAdditionalAdvancedWebFormsFeaturesMetadata`
|
45
|
+
|
46
|
+
- **Removed fields:**
|
47
|
+
- `enableSaveAsEnvelopeCustomFieldInWebForms`
|
48
|
+
- `enableSaveAsEnvelopeCustomFieldInWebFormsMetadata`
|
49
|
+
|
50
|
+
### `bulksendingCopyDocGenFormField`
|
51
|
+
|
52
|
+
- **Added field:**
|
53
|
+
- `rowValues`
|
54
|
+
|
55
|
+
### `notaryRecipient`
|
56
|
+
|
57
|
+
- **Added field:**
|
58
|
+
- `canNotaryCorrectEnvelope`
|
59
|
+
|
60
|
+
### `tabAccountSettings`
|
61
|
+
|
62
|
+
- **Added field:**
|
63
|
+
- `enableTabAgreementDetails`
|
64
|
+
- `enableTabAgreementDetailsMetadata`
|
65
|
+
|
66
|
+
|
67
|
+
### Newly added Models
|
68
|
+
|
69
|
+
- `bulkSendingCopyDocGenFormFieldRowValue`
|
70
|
+
|
71
|
+
</div>
|
72
|
+
</details>
|
73
|
+
|
74
|
+
|
75
|
+
### Other Changes
|
76
|
+
- Updated the SDK release version.
|
77
|
+
|
6
78
|
## [v5.0.0.rc1] - eSignature API v2.1-24.2.00.00 - 2024-06-28
|
7
79
|
### Breaking Changes
|
8
80
|
|
data/README.md
CHANGED
@@ -30,7 +30,7 @@ This client SDK is provided as open source, which enables you to customize its f
|
|
30
30
|
<a id="versionInformation"></a>
|
31
31
|
### Version Information
|
32
32
|
- **API version**: v2.1
|
33
|
-
- **Latest SDK version**: 5.0.0
|
33
|
+
- **Latest SDK version**: 5.0.0
|
34
34
|
|
35
35
|
<a id="requirements"></a>
|
36
36
|
## Requirements
|
data/docusign_esign.gemspec
CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|
22
22
|
s.email = ["devcenter@docusign.com"]
|
23
23
|
s.homepage = "https://github.com/docusign/docusign-esign-ruby-client"
|
24
24
|
s.summary = "Docusign eSignature REST API Ruby Gem"
|
25
|
-
s.description = "The
|
25
|
+
s.description = "The Docusign package makes integrating Docusign into your apps and websites a super fast and painless process. The library is open sourced on GitHub, look for the docusign-esign-ruby-client repository. Join the eSign revolution!"
|
26
26
|
s.license = "MIT"
|
27
27
|
s.required_ruby_version = ">= 1.9"
|
28
28
|
|
@@ -35,7 +35,7 @@ module DocuSign_eSign
|
|
35
35
|
# @option config [Configuration] Configuration for initializing the object, default to Configuration.default
|
36
36
|
def initialize(config = Configuration.default)
|
37
37
|
@config = config
|
38
|
-
@user_agent = "Swagger-Codegen/v2.1/5.0.0
|
38
|
+
@user_agent = "Swagger-Codegen/v2.1/5.0.0/ruby-#{RUBY_VERSION}p#{RUBY_PATCHLEVEL}"
|
39
39
|
@default_headers = {
|
40
40
|
'Content-Type' => "application/json",
|
41
41
|
'User-Agent' => @user_agent
|
@@ -426,7 +426,7 @@ module DocuSign_eSign
|
|
426
426
|
end
|
427
427
|
|
428
428
|
# Helper method to configure the OAuth accessCode/implicit flow parameters
|
429
|
-
# @param [String] client_id
|
429
|
+
# @param [String] client_id Docusign OAuth Client Id(AKA Integrator Key)
|
430
430
|
# @param scopes The list of requested scopes. Client applications may be scoped to a limited set of system access.
|
431
431
|
# @param [String] redirect_uri This determines where to deliver the response containing the authorization code
|
432
432
|
# @param [String] response_type Determines the response type of the authorization request, NOTE: these response types are mutually exclusive for a client application. A public/native client application may only request a response type
|
@@ -446,8 +446,8 @@ module DocuSign_eSign
|
|
446
446
|
end
|
447
447
|
|
448
448
|
# Request JWT User Token
|
449
|
-
# @param [String] client_id
|
450
|
-
# @param [String] user_id
|
449
|
+
# @param [String] client_id Docusign OAuth Client Id(AKA Integrator Key)
|
450
|
+
# @param [String] user_id Docusign user Id to be impersonated
|
451
451
|
# @param [String] private_key_or_filename the RSA private key
|
452
452
|
# @param [Number] expires_in number of seconds remaining before the JWT assertion is considered as invalid
|
453
453
|
# @param scopes The list of requested scopes. Client applications may be scoped to a limited set of system access.
|
@@ -497,7 +497,7 @@ module DocuSign_eSign
|
|
497
497
|
end
|
498
498
|
|
499
499
|
# Request JWT User Token
|
500
|
-
# @param [String] client_id
|
500
|
+
# @param [String] client_id Docusign OAuth Client Id(AKA Integrator Key)
|
501
501
|
# @param [String] private_key_or_filename the RSA private key
|
502
502
|
# @param [Number] expires_in number of seconds remaining before the JWT assertion is considered as invalid
|
503
503
|
# @param scopes The list of requested scopes. Client applications may be scoped to a limited set of system access.
|
@@ -559,8 +559,8 @@ module DocuSign_eSign
|
|
559
559
|
end
|
560
560
|
|
561
561
|
# GenerateAccessToken will exchange the authorization code for an access token and refresh tokens.
|
562
|
-
# @param [String] client_id
|
563
|
-
# @param [String] client_secret The secret key you generated when you set up the integration in
|
562
|
+
# @param [String] client_id Docusign OAuth Client Id(AKA Integrator Key)
|
563
|
+
# @param [String] client_secret The secret key you generated when you set up the integration in Docusign Admin console.
|
564
564
|
# @param [String] code The authorization code
|
565
565
|
def generate_access_token(client_id, client_secret, code)
|
566
566
|
raise ArgumentError.new('client_id cannot be empty') if client_id.empty?
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: docusign_esign
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.0
|
4
|
+
version: 5.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- DocuSign
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jwt
|
@@ -270,7 +270,7 @@ dependencies:
|
|
270
270
|
- - ">="
|
271
271
|
- !ruby/object:Gem::Version
|
272
272
|
version: 0.2.11
|
273
|
-
description: The
|
273
|
+
description: The Docusign package makes integrating Docusign into your apps and websites
|
274
274
|
a super fast and painless process. The library is open sourced on GitHub, look for
|
275
275
|
the docusign-esign-ruby-client repository. Join the eSign revolution!
|
276
276
|
email:
|
@@ -893,9 +893,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
893
893
|
version: '1.9'
|
894
894
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
895
895
|
requirements:
|
896
|
-
- - "
|
896
|
+
- - ">="
|
897
897
|
- !ruby/object:Gem::Version
|
898
|
-
version:
|
898
|
+
version: '0'
|
899
899
|
requirements: []
|
900
900
|
rubyforge_project:
|
901
901
|
rubygems_version: 2.7.6
|