Skip to content

Add WServicesWithSomeQuery type map#62

Merged
dknogl merged 1 commit intomasterfrom
WServicesWithSomeQuery_type_map
Apr 9, 2026
Merged

Add WServicesWithSomeQuery type map#62
dknogl merged 1 commit intomasterfrom
WServicesWithSomeQuery_type_map

Conversation

@SH-Exact
Copy link
Copy Markdown
Contributor

Summary

This PR adds a new generated interface WServicesWithSomeQuery that maps each service key (e.g. article, bankAccount) to its service-specific SomeQuery parameter type (e.g. ArticleService_Some_Query). This complements the existing WServicesWithSome map which maps service keys to the "some" function type itself.

Motivation

Consumers of the SDK currently have no type-safe way to look up the query type for a given service's some function by key. The new map enables writing generic utility functions that accept a service key and derive the correct SomeQuery type at compile time.

@SH-Exact SH-Exact self-assigned this Mar 31, 2026
@dknogl dknogl merged commit 31f86f6 into master Apr 9, 2026
8 checks passed
@dknogl dknogl deleted the WServicesWithSomeQuery_type_map branch April 9, 2026 12:19
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