helixzypher-api-client
Version:
Orval generated API client for heliZypher
51 lines (50 loc) • 2.18 kB
TypeScript
/**
* Generated by orval v7.9.0 🍺
* Do not edit manually.
* HELIXZ helixZypher APIs
* HelixZypher is a custom-built authentication server by Helixz Solutions, developed using Spring Boot with JWT and OAuth2 support. It provides a secure, scalable, and flexible foundation for managing user authentication and authorization across modern applications and microservices.
* OpenAPI spec version: 1.0.0
*/
export * from "./authority";
export * from "./authorityModifyDto";
export * from "./authoritySearchRequest";
export * from "./authoritySuggestion";
export * from "./company";
export * from "./companyModifyDto";
export * from "./companySearchRequest";
export * from "./companySuggestion";
export * from "./deleteResponse";
export * from "./listResponseWrapperAuthoritySuggestion";
export * from "./listResponseWrapperCompanySuggestion";
export * from "./listResponseWrapperRoleSuggestion";
export * from "./listResponseWrapperUserSuggestion";
export * from "./pagination";
export * from "./pagingListResponseWrapperAuthority";
export * from "./pagingListResponseWrapperCompany";
export * from "./pagingListResponseWrapperRole";
export * from "./pagingListResponseWrapperUser";
export * from "./retrieveAuthorityForSuggestionsParams";
export * from "./retrieveCompanyForSuggestionsParams";
export * from "./retrieveRoleForSuggestionsParams";
export * from "./retrieveUserForSuggestionsParams";
export * from "./role";
export * from "./roleModifyDto";
export * from "./roleSearchRequest";
export * from "./roleSuggestion";
export * from "./searchAuthoritiesParams";
export * from "./searchCompaniesParams";
export * from "./searchRolesParams";
export * from "./searchUsersParams";
export * from "./simpleResponseWrapperAuthority";
export * from "./simpleResponseWrapperCompany";
export * from "./simpleResponseWrapperDeleteResponse";
export * from "./simpleResponseWrapperRole";
export * from "./simpleResponseWrapperUser";
export * from "./tsid";
export * from "./user";
export * from "./userCreateDto";
export * from "./userInfo";
export * from "./userInfoCreateDto";
export * from "./userSearchRequest";
export * from "./userSuggestion";
export * from "./userUpdateDto";