SDK Diffs

This section include automatic diffs between the published NET SDK Nuget package

4.97.1 to 4.96

<Assembly Name="Bulksign.ApiTypeDefinitions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" DiffType="Modified">
  <Module Name="Bulksign.ApiTypeDefinitions.dll" DiffType="Modified">
    <Type Name="Bulksign.Api.AccountLoginTypeApi" DiffType="New" />
    <Type Name="Bulksign.Api.BaseUpdateApiModel" DiffType="Modified">
      <Property Name="DisableRecipientNotifications" DiffType="New" />
      <Property Name="DisableSignerEmailNotifications" DiffType="Deleted" />
    </Type>
    <Type Name="Bulksign.Api.DraftDetailsResultApiModel" DiffType="Modified">
      <Property Name="Recipients" DiffType="Modified">
        <DeclarationDiffs>
          <DiffItem DiffType="Modified">Member type changed from RecipientApiModel[] to RecipientResultApiModel[].</DiffItem>
        </DeclarationDiffs>
      </Property>
    </Type>
    <Type Name="Bulksign.Api.EnvelopeApiModel" DiffType="Modified">
      <Property Name="DisableRecipientNotifications" DiffType="New" />
      <Property Name="DisableSignerEmailNotifications" DiffType="Deleted" />
    </Type>
    <Type Name="Bulksign.Api.EnvelopeDetailsResultApiModel" DiffType="Modified">
      <Property Name="DisableRecipientNotifications" DiffType="New" />
      <Property Name="DisableSignerEmailNotifications" DiffType="Deleted" />
      <Property Name="Recipients" DiffType="Modified">
        <DeclarationDiffs>
          <DiffItem DiffType="Modified">Member type changed from RecipientResultApiModel[] to EnvelopeRecipientResultApiModel[].</DiffItem>
        </DeclarationDiffs>
      </Property>
    </Type>
    <Type Name="Bulksign.Api.EnvelopeRecipientResultApiModel" DiffType="New" />
    <Type Name="Bulksign.Api.MessageTypeApi" DiffType="Modified">
      <DeclarationDiffs>
        <CustomAttribute Name="System.Runtime.Serialization.DataContractAttribute::.ctor()" DiffType="New" />
      </DeclarationDiffs>
      <Field Name="Email" DiffType="Modified">
        <DeclarationDiffs>
          <CustomAttribute Name="System.Runtime.Serialization.EnumMemberAttribute::.ctor()" DiffType="New" />
        </DeclarationDiffs>
      </Field>
      <Field Name="SMS" DiffType="Modified">
        <DeclarationDiffs>
          <CustomAttribute Name="System.Runtime.Serialization.EnumMemberAttribute::.ctor()" DiffType="New" />
        </DeclarationDiffs>
      </Field>
    </Type>
    <Type Name="Bulksign.Api.NewUserApiModel" DiffType="Modified">
      <Property Name="AccountLoginType" DiffType="New" />
    </Type>
    <Type Name="Bulksign.Api.OrganizationSignGroupResultApiModel" DiffType="New" />
    <Type Name="Bulksign.Api.RecipientApiModel" DiffType="Modified">
      <Property Name="Identifier" DiffType="Deleted" />
      <Property Name="SignGroup" DiffType="New" />
    </Type>
    <Type Name="Bulksign.Api.RecipientResultApiModel" DiffType="Modified">
      <DeclarationDiffs>
        <CustomAttribute Name="System.Runtime.Serialization.DataContractAttribute::.ctor()" DiffType="Deleted" />
      </DeclarationDiffs>
      <Property Name="AccessCode" DiffType="Deleted" />
      <Property Name="Attachments" DiffType="Deleted" />
      <Property Name="FinishedDate" DiffType="Deleted" />
      <Property Name="HasBeenDelegated" DiffType="Deleted" />
      <Property Name="Language" DiffType="New" />
      <Property Name="LockedDate" DiffType="Deleted" />
      <Property Name="RejectionMessage" DiffType="Deleted" />
      <Property Name="SignGroup" DiffType="New" />
      <Property Name="SigningUrl" DiffType="Deleted" />
      <Property Name="SignNotificationChannel" DiffType="New" />
      <Property Name="Status" DiffType="Deleted" />
    </Type>
    <Type Name="Bulksign.Api.SignGroupMemberResultApiModel" DiffType="New" />
    <Type Name="Bulksign.Api.TemplateDetailsResultApiModel" DiffType="Modified">
      <Property Name="Recipients" DiffType="Modified">
        <DeclarationDiffs>
          <DiffItem DiffType="Modified">Member type changed from RecipientApiModel[] to RecipientResultApiModel[].</DiffItem>
        </DeclarationDiffs>
      </Property>
    </Type>
  </Module>
</Assembly>

4.91 to 4.96

<Assembly Name="Bulksign.ApiTypeDefinitions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" DiffType="Modified">
  <Module Name="Bulksign.ApiTypeDefinitions.dll" DiffType="Modified">
    <Type Name="Bulksign.Api.OrganizationPoliciesApiModel" DiffType="Modified">
      <Property Name="ForceBatchSign" DiffType="New" />
    </Type>
  </Module>
</Assembly>

4.90 to 4.91

<Assembly Name="Bulksign.ApiTypeDefinitions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" DiffType="Modified">
  <Module Name="Bulksign.ApiTypeDefinitions.dll" DiffType="Modified">
    <Type Name="Bulksign.Api.MessageApiModel" DiffType="Modified">
      <Property Name="MessageType" DiffType="New" />
    </Type>
    <Type Name="Bulksign.Api.MessageTypeApi" DiffType="New" />
    <Type Name="Bulksign.Api.RecipientApiModel" DiffType="Modified">
      <Property Name="SignNotificationChannel" DiffType="New" />
    </Type>
    <Type Name="Bulksign.Api.ReplaceEnvelopeRecipientApiModel" DiffType="Modified">
      <Property Name="SignNotificationChannel" DiffType="New" />
    </Type>
    <Type Name="Bulksign.Api.SignNotificationChannelTypeApi" DiffType="New" />
  </Module>
</Assembly>

4.74 to 4.90

<Assembly Name="Bulksign.ApiTypeDefinitions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" DiffType="Modified">
  <Module Name="Bulksign.ApiTypeDefinitions.dll" DiffType="Modified">
    <Type Name="Bulksign.Api.BaseDocumentApiInput" DiffType="Modified">
      <Property Name="EmailMessage" DiffType="Deleted" />
      <Property Name="EmailSubject" DiffType="Deleted" />
      <Property Name="Messages" DiffType="New" />
    </Type>
    <Type Name="Bulksign.Api.BaseUpdateApiModel" DiffType="Modified">
      <Property Name="EmailMessage" DiffType="Deleted" />
      <Property Name="EmailSubject" DiffType="Deleted" />
      <Property Name="Messages" DiffType="New" />
    </Type>
    <Type Name="Bulksign.Api.MessageApiModel" DiffType="New" />
    <Type Name="Bulksign.Api.OrganizationPoliciesApiModel" DiffType="Modified">
      <Property Name="AllowLockedDocuments" DiffType="New" />
    </Type>
    <Type Name="Bulksign.Api.OrganizationUpdateSettingsApiModel" DiffType="Modified">
      <Property Name="DefaultEmailBody" DiffType="Deleted" />
      <Property Name="DefaultEmailSubject" DiffType="Deleted" />
      <Property Name="DefaultEmailTemplateLanguage" DiffType="Deleted" />
      <Property Name="InvitationEmailLanguage" DiffType="New" />
    </Type>
    <Type Name="Bulksign.Api.RecipientAuthenticationTypeApi" DiffType="Modified">
      <Field Name="ActiveDirectory" DiffType="New" />
    </Type>
  </Module>
</Assembly>

4.73 to 4.74

<Assembly Name="Bulksign.ApiTypeDefinitions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" DiffType="Modified">
  <Module Name="Bulksign.ApiTypeDefinitions.dll" DiffType="Modified">
    <Type Name="Bulksign.Api.ReplaceEnvelopeRecipientApiModel" DiffType="Modified">
      <Property Name="Language" DiffType="New" />
    </Type>
    <Type Name="Bulksign.Api.TemplateReplaceRecipientApiModel" DiffType="Modified">
      <Property Name="Language" DiffType="New" />
    </Type>
  </Module>
</Assembly>

4.72 to 4.73

<Assembly Name="Bulksign.ApiTypeDefinitions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" DiffType="Modified">
  <Module Name="Bulksign.ApiTypeDefinitions.dll" DiffType="Modified">
    <Type Name="Bulksign.Api.BaseDocumentApiInput" DiffType="Modified">
      <Property Name="OverwriteDisclosureAgreement" DiffType="New" />
      <Property Name="OverwriteSignatureDisclosure" DiffType="Deleted" />
    </Type>
    <Type Name="Bulksign.Api.BaseUpdateApiModel" DiffType="Modified">
      <Property Name="OverwriteDisclosureAgreements" DiffType="New" />
      <Property Name="OverwriteSignatureDisclosure" DiffType="Deleted" />
    </Type>
    <Type Name="Bulksign.Api.DisclosureAgreementApiModel" DiffType="New" />
    <Type Name="Bulksign.Api.DisclosureAgreementTextApiModel" DiffType="New" />
    <Type Name="Bulksign.Api.OptionalApiField" DiffType="New" />
    <Type Name="Bulksign.Api.RecipientApiModel" DiffType="Modified">
      <Property Name="Email" DiffType="Modified">
        <DeclarationDiffs>
          <CustomAttribute Name="Bulksign.Api.RequiredApiField::.ctor()" DiffType="New" />
        </DeclarationDiffs>
      </Property>
      <Property Name="Language" DiffType="New" />
      <Property Name="Name" DiffType="Modified">
        <DeclarationDiffs>
          <CustomAttribute Name="Bulksign.Api.RequiredApiField::.ctor()" DiffType="New" />
        </DeclarationDiffs>
      </Property>
      <Property Name="PersonalMessage" DiffType="Modified">
        <DeclarationDiffs>
          <CustomAttribute Name="Bulksign.Api.OptionalApiField::.ctor()" DiffType="New" />
        </DeclarationDiffs>
      </Property>
      <Property Name="RecipientAuthenticationMethods" DiffType="Modified">
        <DeclarationDiffs>
          <CustomAttribute Name="Bulksign.Api.OptionalApiField::.ctor()" DiffType="New" />
        </DeclarationDiffs>
      </Property>
    </Type>
    <Type Name="Bulksign.Api.RequiredApiField" DiffType="New" />
    <Type Name="Bulksign.Api.SignatureDisclosureApiModel" DiffType="Deleted" />
  </Module>
</Assembly>

4.64 to 4.72

<Assembly Name="Bulksign.ApiTypeDefinitions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" DiffType="Modified">
  <Module Name="Bulksign.ApiTypeDefinitions.dll" DiffType="Modified">
    <Type Name="Bulksign.Api.RecipientAuthenticationTypeApi" DiffType="Modified">
      <Field Name="ManualIdentityVerification" DiffType="New" />
    </Type>
  </Module>
</Assembly>[diff] Difference found: NuGetAssemblyProvider:Bulksign.NetSdk.dll and NuGetAssemblyProvider:Bulksign.NetSdk.dll
<Assembly Name="Bulksign.NetSdk, Version=4.4.1.0, Culture=neutral, PublicKeyToken=null" DiffType="Modified">
  <Module Name="Bulksign.NetSdk.dll" DiffType="Modified">
    <Type Name="Bulksign.DomainLogic.Api.ApiErrorCode" DiffType="Modified">
      <Field Name="API_ERROR_CODE_DELETE_RECIPIENT_IDENTITY_IN_PROGRESS" DiffType="New" />
      <Field Name="API_ERROR_CODE_MAX_SEARCH_LENGTH" DiffType="New" />
      <Field Name="API_ERROR_MESSAGE_CODE_MAX_SEARCH_LENGTH" DiffType="New" />
      <Field Name="API_ERROR_MESSAGE_DELETE_RECIPIENT_IDENTITY_IN_PROGRESS" DiffType="New" />
    </Type>
  </Module>
</Assembly>