fis: updates to remove Terraform Provider reserved word collisions

Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
allanice001
2025-12-05 12:17:36 +00:00
parent efac33fba6
commit 0b342f2c65
206 changed files with 29051 additions and 1896 deletions

19
sdk/ts/src/apis/index.ts Normal file
View File

@@ -0,0 +1,19 @@
/* tslint:disable */
/* eslint-disable */
export * from "./AnnotationsApi";
export * from "./ArcherAdminApi";
export * from "./AuthApi";
export * from "./ClustersApi";
export * from "./CredentialsApi";
export * from "./DNSApi";
export * from "./HealthApi";
export * from "./LabelsApi";
export * from "./LoadBalancersApi";
export * from "./MeApi";
export * from "./MeAPIKeysApi";
export * from "./MetaApi";
export * from "./NodePoolsApi";
export * from "./OrgsApi";
export * from "./ServersApi";
export * from "./SshApi";
export * from "./TaintsApi";