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

Customization and Profile ID support #13

Merged
merged 3 commits into from
Jan 7, 2025
Merged

Conversation

albertfdp
Copy link
Contributor

@albertfdp albertfdp commented Jan 5, 2025

Adds support for BT-23 and BT-24. In both cases, there is a standard default value. As these properties are now supported, enabling more round trip tests as they are passing now.

@albertfdp albertfdp changed the title Customization Customization and Profile ID support Jan 5, 2025
export interface IDocument {
id: DocumentId;
customizationId?: string;
businessProcess?: string;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Should these be required instead? That would require to always specify them when manually creating a document from scratch (not parsing)

Copy link
Owner

Choose a reason for hiding this comment

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

In my experience, the default values should cover most cases.

@albertfdp albertfdp marked this pull request as ready for review January 5, 2025 16:13
@esvit esvit merged commit 3f0bab9 into esvit:main Jan 7, 2025
2 checks passed
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