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

[Sequence] Configuration Changes #78

Merged
merged 4 commits into from
Nov 28, 2024
Merged

Conversation

quangquandev
Copy link
Collaborator

1. Configuration Changes

1.1 Providing typeCode via DTO
The typeCode is now passed as a parameter through the DTO when calling the sequence feature.

{
  "tenantCode": "exampleTenant",
  "typeCode": "sequence",
  "rotateBy": "fiscal_yearly",
  "params": {
     "code1": "exampleCode1",
     "code2":"exampleCode2",
     "code3":"exampleCode3",
     "code4":"exampleCode4",
     "code5":"exampleCode5"
  }
}

@quangquandev quangquandev self-assigned this Nov 28, 2024
@koichimurakami koichimurakami merged commit 08ac0cd into develop Nov 28, 2024
4 checks passed
@koichimurakami koichimurakami deleted the feat/sequence-update branch November 29, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants