Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Esign Client Laravel Package

docusign/esign-client

View on GitHub
Deep Wiki
Context7
v9.0.0

Added

  • Envelopes API: getEnvelopesShares and getEnvelopesShare methods for retrieving envelope share information.
  • Recipients: New authorized_signatories recipient type on Recipients and TemplateRecipients.
  • Models: AuthorizedSignatory model for authorized signatory recipients.
  • Account Settings: enable_ai_agents, enable_ai_agents_metadata, and allow_connect_workspace_upload_request_u_i properties.
  • DocGen: filter property on DocGenFormField.
  • Template Roles: Signing group properties (signing_group_name, signing_group_type, signing_group_users) on TemplateRole.
  • User Authorizations: task_source and task_type properties and query parameters for authorization listing endpoints.

Changed

  • Added support for version v2.1-26.2.01.01 of the DocuSign ESignature API.
  • Updated the SDK release version.
v8.8.1

Changed

  • Replaced JWT dependency: Switched from firebase/php-jwt (^6.0) to adhocore/jwt (^1.1) in composer.json template.
  • Updated JWT import namespace: Changed use Firebase\JWT\JWT to use Ahc\Jwt\JWT in ApiClient.
v8.8.0

Changed

  • Added support for version v2.1-26.1.00.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v8.7.0

Changed

  • Added support for version v2.1-25.4.01.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v8.6.0

Changed

  • Added support for version v2.1-25.3.01.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v8.5.0

Changed

  • Added support for version v2.1-25.3.01.00 of the Docusign ESignature API.
  • Updated the SDK release version.
v8.4.0

Changed

  • Added support for version v2.1-25.2.02.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
  • Fixed type for customParameters property under connectOAuthConfig.
v8.3.0

Changed

  • Added support for version v2.1-25.2.01.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v8.2.0

Changed

  • Added support for version v2.1-25.2.00.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v8.1.0

Changed

  • Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.
  • Updated the SDK release version.
v8.1.0-rc1

Changed

  • Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.
  • Updated the SDK release version.
v8.0.0

Breaking Changes

Endpoint-Specific Changes

Updated Envelopes: get

Added new optional query parameter named include_anchor_tab_locations of type string.

Updated Envelopes: update

Added new optional query parameter named recycle_on_void of type string.

Updated EnvelopeViews : createCorrect

Request body object correctViewRequest has been changed to envelopeViewRequest.

Model Changes

Updated existing models

accountInformation

  • Added fields:
    • freeEnvelopeSendsRemainingForAdvancedDocGen

accountSettingsInformation

  • Added fields:

    • defaultSigningResponsiveView
    • defaultSigningResponsiveViewMetadata
    • dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb
    • enableAdditionalAdvancedWebFormsFeatures
    • enableAdditionalAdvancedWebFormsFeaturesMetadata
  • Removed fields:

    • enableSaveAsEnvelopeCustomFieldInWebForms
    • enableSaveAsEnvelopeCustomFieldInWebFormsMetadata

bulksendingCopyDocGenFormField

  • Added field:
    • rowValues

notaryRecipient

  • Added field:
    • canNotaryCorrectEnvelope

tabAccountSettings

  • Added field:
    • enableTabAgreementDetails
    • enableTabAgreementDetailsMetadata

Newly added Models

  • bulkSendingCopyDocGenFormFieldRowValue

Other Changes

  • Updated the SDK release version.
v8.0.0-rc1

Breaking Changes

Endpoint-Specific Changes

Updated Envelopes: get

Added new optional query parameter named include_anchor_tab_locations of type string.

Updated Envelopes: update

Added new optional query parameter named recycle_on_void of type string.

Updated EnvelopeViews : createCorrect

Request body object correctViewRequest has been changed to envelopeViewRequest.

Model Changes

Updated existing models

accountInformation

  • Added fields:
    • freeEnvelopeSendsRemainingForAdvancedDocGen

accountSettingsInformation

  • Added fields:

    • defaultSigningResponsiveView
    • defaultSigningResponsiveViewMetadata
    • dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb
    • enableAdditionalAdvancedWebFormsFeatures
    • enableAdditionalAdvancedWebFormsFeaturesMetadata
  • Removed fields:

    • enableSaveAsEnvelopeCustomFieldInWebForms
    • enableSaveAsEnvelopeCustomFieldInWebFormsMetadata

bulksendingCopyDocGenFormField

  • Added field:
    • rowValues

notaryRecipient

  • Added field:
    • canNotaryCorrectEnvelope

tabAccountSettings

  • Added field:
    • enableTabAgreementDetails
    • enableTabAgreementDetailsMetadata

Newly added Models

  • bulkSendingCopyDocGenFormFieldRowValue

Other Changes

  • Updated the SDK release version.
v7.0.0

Endpoint-Specific Changes

Updated EnvelopeRecipients: createRecipientProofFileResourceToken

The "token_scopes" parameter has been moved from path parameters to query parameters for the above mentioned endpoint.

Updated EnvelopeView:CreateSender and EnvelopeView:CreateEdit

The body parameter returnUrlRequest has been changed to envelopeViewRequest. envelopeViewRequest has the same properties as the previous returnUrlRequest but now includes additional viewAccess and settings properties, where settings is a complex object with several UI controls for the view experience.

Updated TemplateViews: createEdit

The body parameter returnUrlRequest has been changed to templateViewRequest. templateViewRequest has the same properties as the previous returnUrlRequest but now includes an additional viewAccess string.

Model Changes

  • Updated existing models

accountSettingsInformation

  • Added fields:

    • allowConnectEnvelopeRemovedEvent
    • allowOrganizationBranding
    • allowOrganizationBrandingMetadata
    • allowPendingDestinationUrlEdition
    • allowPendingDestinationUrlEditionMetadata
    • disableBulkSendRecipientLimit
    • disableBulkSendRecipientLimitMetaData
    • enableAdvancedSearch
    • enableAdvancedSearchMetadata
    • enableContentSearch
    • enableContentSearchMetadata
    • enableMultiUserRepositoryFeatures
    • enableMultiUserRepositoryFeaturesMetadata
    • enablePremiumDataVerificationExtensions
    • enablePremiumDataVerificationExtensionsMetadata
    • enableSaveAsEnvelopeCustomFieldInWebForms
    • enableSaveAsEnvelopeCustomFieldInWebFormsMetadata
    • enableScheduledRelease
    • enableScheduledReleaseMetadata
    • isvOemEmbed
    • isvOemEmbedMetaData
  • Removed fields:

    • enableInboxRelevanceSortForRecentAccounts
    • enableInboxRelevanceSortForRecentAccountsMetadata
    • enableScheduledRelease
    • enableScheduledReleaseMetadata
    • enableSearch
    • enableSearchMetadata
    • enableSearchUI
    • enableSearchUIMetadata

accountUISettings

  • Added fields:
    • enableEnvelopeTypes
    • enableEnvelopeTypesMetadata

envelopDefinitions

  • Added field:
    • uSigState

envelopTemplate

  • Added field:
    • uSigState

group

  • Added property:
    • lastModifiedOn

receipientViewRequest

  • Added property:
    • displayFormat

userSettingsInformation

  • Added properties:
    • accountAgreementsAccessType
    • accountAgreementsAccessTypeMetadata
    • canBulkUploadAgreements
    • canBulkUploadAgreementsMetadata
    • canManageAgreementParties
    • canManageAgreementPartiesMetadata

Newly added Models

  • envelopeViewDocumentSettings
  • envelopeViewEnvelopeCustomFieldSettings
  • envelopeViewRecipientSettings
  • envelopeViewRequest
  • envelopeViewSettings
  • envelopeViewTaggerSettings
  • envelopeViewTemplateSettings
  • paletteItemSettings
  • paletteSettings
  • templateViewRequest

Removed Models

  • returnUrlRequest
v7.0.0-rc1

Changed

  • Added support for version v2.1-24.1.01.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.19.0

Changed

  • Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
  • Adjusted the minimum required firebase/php-jwt package version to 6.0.
v6.19.0-rc2

Changed

  • Adjusted the minimum required firebase/php-jwt package version to 6.0.
  • Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.18.0

Changed

  • Added support for version v2.1-23.3.01.02 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.18.0-rc

Changed

  • Added support for version v2.1-23.3.01.02 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.17.0

Changed

  • Added support for version v2.1-23.3.00.01 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.17.0-rc

Changed

  • Added support for version v2.1-23.3.00.01 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.16.0

Changed

  • Added support for version v2.1-23.2.00.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.16.0-rc

Changed

  • Added support for version v2.1-23.2.00.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.15.0-rc

Changed

  • Added support for version v2.1-23.1.01.01 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.14.0-rc

Changed

  • Added support for version v2.1-23.1.01.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.13.0-rc

Changed

  • Added support for version v2.1-22.4.02.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.12.0

Changed

  • Added support for version v2.1-22.3.01.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.12.0-rc

Fixed

  • Issue - #172: Cannot install the last version due to the firebase/php-jwt version.
  • Issue - #174: Consider making firebase/php-jwt version requirement more relaxed.
v6.11.0

Changed

  • Added support for version v2.1-1.2.7 of the DocuSign DBTest API.
  • Updated the SDK release version.
v6.10.0

Changed

  • Added support for version v2.1-22.2.00.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.9.0

Changed

  • Added support for version v2.1-22.1.02.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
v6.8.0

Changed

  • Added support for version v2.1-22.1.01.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle