Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add updates to reactors, tenants, 3ds, tokens #260

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

lcschy
Copy link
Contributor

@lcschy lcschy commented Oct 16, 2024

Description

  • Update SDK to match latest features in Vault

Testing required outside of automated testing?

  • Not Applicable

Screenshots (if appropriate):

  • Not Applicable

Rollback / Rollforward Procedure

  • Roll Forward
  • Roll Back

Reviewer Checklist

  • Description of Change
  • Description of outside testing if applicable.
  • Description of Roll Forward / Backward Procedure
  • Documentation updated for Change

@lcschy lcschy requested a review from a team as a code owner October 16, 2024 16:04
@lcschy lcschy changed the title feat: add detokenize api, updates to reactors, proxy, 3ds and more feat: add updates to reactors, tenants, 3ds, tokens Oct 17, 2024
Comment on lines +23 to +70
namespace BasisTheory.net.Test.Model
{
/// <summary>
/// Class for testing TokenExtras
/// </summary>
/// <remarks>
/// This file is automatically generated by OpenAPI Generator (https://openapi-generator.tech).
/// Please update the test case below to test the model.
/// </remarks>
public class TokenExtrasTests : IDisposable
{
// TODO uncomment below to declare an instance variable for TokenExtras
//private TokenExtras instance;

public TokenExtrasTests()
{
// TODO uncomment below to create an instance of TokenExtras
//instance = new TokenExtras();
}

public void Dispose()
{
// Cleanup when everything is done.
}

/// <summary>
/// Test an instance of TokenExtras
/// </summary>
[Fact]
public void TokenExtrasInstanceTest()
{
// TODO uncomment below to test "IsType" TokenExtras
//Assert.IsType<TokenExtras>(instance);
}


/// <summary>
/// Test the property 'Deduplicated'
/// </summary>
[Fact]
public void DeduplicatedTest()
{
// TODO unit test for the property 'Deduplicated'
}

}

}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lcschy any idea what this is?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its something we are working on around token intents and stuff, adding additional info outside of the token schema for certain types of tokens

@lcschy lcschy merged commit a515108 into master Oct 17, 2024
1 check passed
@lcschy lcschy deleted the eng-7394 branch October 17, 2024 13:43
bt-platform-eng pushed a commit that referenced this pull request Oct 17, 2024
# [3.2.0](v3.1.0...v3.2.0) (2024-10-17)

### Features

* add detokenize api, updates to reactors, proxy, 3ds and more ([#260](#260)) ([a515108](a515108))
@bt-platform-eng
Copy link

🎉 This PR is included in version 3.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants