@fern-api/dynamic-ir-sdk 63.2.0 → 64.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1382) hide show
  1. package/dist/cjs/BaseClient.d.ts +32 -0
  2. package/dist/cjs/BaseClient.js +50 -0
  3. package/dist/cjs/api/index.d.ts +1 -0
  4. package/dist/cjs/api/index.js +17 -0
  5. package/dist/cjs/api/resources/commons/index.d.ts +1 -0
  6. package/dist/cjs/api/resources/commons/index.js +17 -0
  7. package/dist/cjs/api/resources/commons/types/Name.d.ts +8 -0
  8. package/dist/cjs/api/resources/commons/types/Name.js +3 -0
  9. package/dist/cjs/api/resources/commons/types/SafeAndUnsafeString.d.ts +6 -0
  10. package/dist/cjs/api/resources/commons/types/SafeAndUnsafeString.js +3 -0
  11. package/dist/cjs/api/resources/commons/types/index.d.ts +2 -0
  12. package/dist/cjs/api/resources/commons/types/index.js +18 -0
  13. package/dist/cjs/api/resources/dynamic/index.d.ts +1 -0
  14. package/dist/cjs/api/resources/dynamic/index.js +17 -0
  15. package/dist/cjs/api/resources/dynamic/resources/auth/index.d.ts +1 -0
  16. package/dist/cjs/api/resources/dynamic/resources/auth/index.js +17 -0
  17. package/dist/cjs/api/resources/dynamic/resources/auth/types/Auth.d.ts +19 -0
  18. package/dist/cjs/api/resources/dynamic/resources/auth/types/Auth.js +3 -0
  19. package/dist/cjs/api/resources/dynamic/resources/auth/types/AuthValues.d.ts +19 -0
  20. package/dist/cjs/api/resources/dynamic/resources/auth/types/AuthValues.js +3 -0
  21. package/dist/cjs/api/resources/dynamic/resources/auth/types/BasicAuth.d.ts +5 -0
  22. package/dist/cjs/api/resources/dynamic/resources/auth/types/BasicAuth.js +3 -0
  23. package/dist/cjs/api/resources/dynamic/resources/auth/types/BasicAuthValues.d.ts +4 -0
  24. package/dist/cjs/api/resources/dynamic/resources/auth/types/BasicAuthValues.js +3 -0
  25. package/dist/cjs/api/resources/dynamic/resources/auth/types/BearerAuth.d.ts +4 -0
  26. package/dist/cjs/api/resources/dynamic/resources/auth/types/BearerAuth.js +3 -0
  27. package/dist/cjs/api/resources/dynamic/resources/auth/types/BearerAuthValues.d.ts +3 -0
  28. package/dist/cjs/api/resources/dynamic/resources/auth/types/BearerAuthValues.js +3 -0
  29. package/dist/cjs/api/resources/dynamic/resources/auth/types/HeaderAuth.d.ts +4 -0
  30. package/dist/cjs/api/resources/dynamic/resources/auth/types/HeaderAuth.js +3 -0
  31. package/dist/cjs/api/resources/dynamic/resources/auth/types/HeaderAuthValues.d.ts +3 -0
  32. package/dist/cjs/api/resources/dynamic/resources/auth/types/HeaderAuthValues.js +3 -0
  33. package/dist/cjs/api/resources/dynamic/resources/auth/types/InferredAuth.d.ts +9 -0
  34. package/dist/cjs/api/resources/dynamic/resources/auth/types/InferredAuth.js +3 -0
  35. package/dist/cjs/api/resources/dynamic/resources/auth/types/InferredAuthValues.d.ts +8 -0
  36. package/dist/cjs/api/resources/dynamic/resources/auth/types/InferredAuthValues.js +3 -0
  37. package/dist/cjs/api/resources/dynamic/resources/auth/types/OAuth.d.ts +5 -0
  38. package/dist/cjs/api/resources/dynamic/resources/auth/types/OAuth.js +3 -0
  39. package/dist/cjs/api/resources/dynamic/resources/auth/types/OAuthValues.d.ts +4 -0
  40. package/dist/cjs/api/resources/dynamic/resources/auth/types/OAuthValues.js +3 -0
  41. package/dist/cjs/api/resources/dynamic/resources/auth/types/index.d.ts +12 -0
  42. package/dist/cjs/api/resources/dynamic/resources/auth/types/index.js +28 -0
  43. package/dist/cjs/api/resources/dynamic/resources/commons/index.d.ts +1 -0
  44. package/dist/cjs/api/resources/dynamic/resources/commons/index.js +17 -0
  45. package/dist/cjs/api/resources/dynamic/resources/commons/types/EndpointId.d.ts +1 -0
  46. package/dist/cjs/api/resources/dynamic/resources/commons/types/EndpointId.js +3 -0
  47. package/dist/cjs/api/resources/dynamic/resources/commons/types/FernFilepath.d.ts +6 -0
  48. package/dist/cjs/api/resources/dynamic/resources/commons/types/FernFilepath.js +3 -0
  49. package/dist/cjs/api/resources/dynamic/resources/commons/types/Name.d.ts +8 -0
  50. package/dist/cjs/api/resources/dynamic/resources/commons/types/Name.js +3 -0
  51. package/dist/cjs/api/resources/dynamic/resources/commons/types/NameAndWireValue.d.ts +5 -0
  52. package/dist/cjs/api/resources/dynamic/resources/commons/types/NameAndWireValue.js +3 -0
  53. package/dist/cjs/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.d.ts +6 -0
  54. package/dist/cjs/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.js +3 -0
  55. package/dist/cjs/api/resources/dynamic/resources/commons/types/TypeId.d.ts +1 -0
  56. package/dist/cjs/api/resources/dynamic/resources/commons/types/TypeId.js +3 -0
  57. package/dist/cjs/api/resources/dynamic/resources/commons/types/WithDocs.d.ts +3 -0
  58. package/dist/cjs/api/resources/dynamic/resources/commons/types/WithDocs.js +3 -0
  59. package/dist/cjs/api/resources/dynamic/resources/commons/types/index.d.ts +7 -0
  60. package/dist/cjs/api/resources/dynamic/resources/commons/types/index.js +23 -0
  61. package/dist/cjs/api/resources/dynamic/resources/declaration/index.d.ts +1 -0
  62. package/dist/cjs/api/resources/dynamic/resources/declaration/index.js +17 -0
  63. package/dist/cjs/api/resources/dynamic/resources/declaration/types/Declaration.d.ts +5 -0
  64. package/dist/cjs/api/resources/dynamic/resources/declaration/types/Declaration.js +3 -0
  65. package/dist/cjs/api/resources/dynamic/resources/declaration/types/index.d.ts +1 -0
  66. package/dist/cjs/api/resources/dynamic/resources/declaration/types/index.js +17 -0
  67. package/dist/cjs/api/resources/dynamic/resources/endpoints/index.d.ts +1 -0
  68. package/dist/cjs/api/resources/dynamic/resources/endpoints/index.js +17 -0
  69. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/BodyRequest.d.ts +5 -0
  70. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/BodyRequest.js +3 -0
  71. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Endpoint.d.ts +9 -0
  72. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Endpoint.js +3 -0
  73. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/EndpointExample.d.ts +7 -0
  74. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/EndpointExample.js +3 -0
  75. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.ts +8 -0
  76. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/EndpointLocation.js +3 -0
  77. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.d.ts +4 -0
  78. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.js +3 -0
  79. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +13 -0
  80. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.js +3 -0
  81. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequest.d.ts +9 -0
  82. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequest.js +3 -0
  83. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +14 -0
  84. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.js +3 -0
  85. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.d.ts +18 -0
  86. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.js +3 -0
  87. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.ts +5 -0
  88. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.js +3 -0
  89. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +11 -0
  90. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.js +3 -0
  91. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Request.d.ts +13 -0
  92. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Request.js +3 -0
  93. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Response.d.ts +29 -0
  94. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Response.js +3 -0
  95. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/index.d.ts +13 -0
  96. package/dist/cjs/api/resources/dynamic/resources/endpoints/types/index.js +29 -0
  97. package/dist/cjs/api/resources/dynamic/resources/environment/index.d.ts +1 -0
  98. package/dist/cjs/api/resources/dynamic/resources/environment/index.js +17 -0
  99. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.d.ts +1 -0
  100. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.js +3 -0
  101. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.d.ts +5 -0
  102. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.js +3 -0
  103. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentId.d.ts +1 -0
  104. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentId.js +3 -0
  105. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentUrl.d.ts +1 -0
  106. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentUrl.js +3 -0
  107. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +14 -0
  108. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentValues.js +3 -0
  109. package/dist/cjs/api/resources/dynamic/resources/environment/types/Environments.d.ts +10 -0
  110. package/dist/cjs/api/resources/dynamic/resources/environment/types/Environments.js +3 -0
  111. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.d.ts +5 -0
  112. package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.js +3 -0
  113. package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.d.ts +6 -0
  114. package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.js +3 -0
  115. package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.d.ts +5 -0
  116. package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.js +3 -0
  117. package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +2 -0
  118. package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.js +3 -0
  119. package/dist/cjs/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.d.ts +6 -0
  120. package/dist/cjs/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.js +3 -0
  121. package/dist/cjs/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.d.ts +4 -0
  122. package/dist/cjs/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.js +3 -0
  123. package/dist/cjs/api/resources/dynamic/resources/environment/types/index.d.ts +12 -0
  124. package/dist/cjs/api/resources/dynamic/resources/environment/types/index.js +28 -0
  125. package/dist/cjs/api/resources/dynamic/resources/http/index.d.ts +1 -0
  126. package/dist/cjs/api/resources/dynamic/resources/http/index.js +17 -0
  127. package/dist/cjs/api/resources/dynamic/resources/http/types/HttpMethod.d.ts +9 -0
  128. package/dist/cjs/api/resources/dynamic/resources/http/types/HttpMethod.js +12 -0
  129. package/dist/cjs/api/resources/dynamic/resources/http/types/index.d.ts +1 -0
  130. package/dist/cjs/api/resources/dynamic/resources/http/types/index.js +17 -0
  131. package/dist/cjs/api/resources/dynamic/resources/index.d.ts +20 -0
  132. package/dist/cjs/api/resources/dynamic/resources/index.js +59 -0
  133. package/dist/cjs/api/resources/dynamic/resources/ir/index.d.ts +1 -0
  134. package/dist/cjs/api/resources/dynamic/resources/ir/index.js +17 -0
  135. package/dist/cjs/api/resources/dynamic/resources/ir/types/CratesPublishInfo.d.ts +5 -0
  136. package/dist/cjs/api/resources/dynamic/resources/ir/types/CratesPublishInfo.js +3 -0
  137. package/dist/cjs/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.ts +34 -0
  138. package/dist/cjs/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.js +3 -0
  139. package/dist/cjs/api/resources/dynamic/resources/ir/types/GeneratorConfig.d.ts +15 -0
  140. package/dist/cjs/api/resources/dynamic/resources/ir/types/GeneratorConfig.js +3 -0
  141. package/dist/cjs/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.ts +15 -0
  142. package/dist/cjs/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.js +3 -0
  143. package/dist/cjs/api/resources/dynamic/resources/ir/types/GoPublishInfo.d.ts +5 -0
  144. package/dist/cjs/api/resources/dynamic/resources/ir/types/GoPublishInfo.js +3 -0
  145. package/dist/cjs/api/resources/dynamic/resources/ir/types/MavenPublishInfo.d.ts +5 -0
  146. package/dist/cjs/api/resources/dynamic/resources/ir/types/MavenPublishInfo.js +3 -0
  147. package/dist/cjs/api/resources/dynamic/resources/ir/types/NpmPublishInfo.d.ts +5 -0
  148. package/dist/cjs/api/resources/dynamic/resources/ir/types/NpmPublishInfo.js +3 -0
  149. package/dist/cjs/api/resources/dynamic/resources/ir/types/NugetPublishInfo.d.ts +5 -0
  150. package/dist/cjs/api/resources/dynamic/resources/ir/types/NugetPublishInfo.js +3 -0
  151. package/dist/cjs/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +28 -0
  152. package/dist/cjs/api/resources/dynamic/resources/ir/types/PublishInfo.js +3 -0
  153. package/dist/cjs/api/resources/dynamic/resources/ir/types/PypiPublishInfo.d.ts +5 -0
  154. package/dist/cjs/api/resources/dynamic/resources/ir/types/PypiPublishInfo.js +3 -0
  155. package/dist/cjs/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.d.ts +5 -0
  156. package/dist/cjs/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.js +3 -0
  157. package/dist/cjs/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.d.ts +5 -0
  158. package/dist/cjs/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.js +3 -0
  159. package/dist/cjs/api/resources/dynamic/resources/ir/types/index.d.ts +12 -0
  160. package/dist/cjs/api/resources/dynamic/resources/ir/types/index.js +28 -0
  161. package/dist/cjs/api/resources/dynamic/resources/snippets/index.d.ts +1 -0
  162. package/dist/cjs/api/resources/dynamic/resources/snippets/index.js +17 -0
  163. package/dist/cjs/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.d.ts +14 -0
  164. package/dist/cjs/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.js +3 -0
  165. package/dist/cjs/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.d.ts +12 -0
  166. package/dist/cjs/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.js +3 -0
  167. package/dist/cjs/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.ts +5 -0
  168. package/dist/cjs/api/resources/dynamic/resources/snippets/types/ErrorSeverity.js +8 -0
  169. package/dist/cjs/api/resources/dynamic/resources/snippets/types/Error_.d.ts +5 -0
  170. package/dist/cjs/api/resources/dynamic/resources/snippets/types/Error_.js +3 -0
  171. package/dist/cjs/api/resources/dynamic/resources/snippets/types/Values.d.ts +7 -0
  172. package/dist/cjs/api/resources/dynamic/resources/snippets/types/Values.js +3 -0
  173. package/dist/cjs/api/resources/dynamic/resources/snippets/types/index.d.ts +5 -0
  174. package/dist/cjs/api/resources/dynamic/resources/snippets/types/index.js +21 -0
  175. package/dist/cjs/api/resources/dynamic/resources/types/index.d.ts +1 -0
  176. package/dist/cjs/api/resources/dynamic/resources/types/index.js +17 -0
  177. package/dist/cjs/api/resources/dynamic/resources/types/types/AliasType.d.ts +5 -0
  178. package/dist/cjs/api/resources/dynamic/resources/types/types/AliasType.js +3 -0
  179. package/dist/cjs/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.ts +7 -0
  180. package/dist/cjs/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.js +3 -0
  181. package/dist/cjs/api/resources/dynamic/resources/types/types/EnumType.d.ts +5 -0
  182. package/dist/cjs/api/resources/dynamic/resources/types/types/EnumType.js +3 -0
  183. package/dist/cjs/api/resources/dynamic/resources/types/types/LiteralType.d.ts +12 -0
  184. package/dist/cjs/api/resources/dynamic/resources/types/types/LiteralType.js +3 -0
  185. package/dist/cjs/api/resources/dynamic/resources/types/types/MapType.d.ts +5 -0
  186. package/dist/cjs/api/resources/dynamic/resources/types/types/MapType.js +3 -0
  187. package/dist/cjs/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +8 -0
  188. package/dist/cjs/api/resources/dynamic/resources/types/types/NamedParameter.js +3 -0
  189. package/dist/cjs/api/resources/dynamic/resources/types/types/NamedType.d.ts +22 -0
  190. package/dist/cjs/api/resources/dynamic/resources/types/types/NamedType.js +3 -0
  191. package/dist/cjs/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.d.ts +5 -0
  192. package/dist/cjs/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.js +8 -0
  193. package/dist/cjs/api/resources/dynamic/resources/types/types/ObjectType.d.ts +12 -0
  194. package/dist/cjs/api/resources/dynamic/resources/types/types/ObjectType.js +3 -0
  195. package/dist/cjs/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.d.ts +18 -0
  196. package/dist/cjs/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.js +21 -0
  197. package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +13 -0
  198. package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.js +3 -0
  199. package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.ts +6 -0
  200. package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.js +3 -0
  201. package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.ts +7 -0
  202. package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.js +3 -0
  203. package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.ts +7 -0
  204. package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.js +3 -0
  205. package/dist/cjs/api/resources/dynamic/resources/types/types/TypeReference.d.ts +38 -0
  206. package/dist/cjs/api/resources/dynamic/resources/types/types/TypeReference.js +3 -0
  207. package/dist/cjs/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.d.ts +6 -0
  208. package/dist/cjs/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.js +3 -0
  209. package/dist/cjs/api/resources/dynamic/resources/types/types/index.d.ts +16 -0
  210. package/dist/cjs/api/resources/dynamic/resources/types/types/index.js +32 -0
  211. package/dist/cjs/api/resources/dynamic/resources/variables/index.d.ts +1 -0
  212. package/dist/cjs/api/resources/dynamic/resources/variables/index.js +17 -0
  213. package/dist/cjs/api/resources/dynamic/resources/variables/types/VariableDeclaration.d.ts +13 -0
  214. package/dist/cjs/api/resources/dynamic/resources/variables/types/VariableDeclaration.js +3 -0
  215. package/dist/cjs/api/resources/dynamic/resources/variables/types/index.d.ts +1 -0
  216. package/dist/cjs/api/resources/dynamic/resources/variables/types/index.js +17 -0
  217. package/dist/cjs/api/resources/generatorExec/index.d.ts +1 -0
  218. package/dist/cjs/api/resources/generatorExec/index.js +17 -0
  219. package/dist/cjs/api/resources/generatorExec/resources/config/index.d.ts +1 -0
  220. package/dist/cjs/api/resources/generatorExec/resources/config/index.js +17 -0
  221. package/dist/cjs/api/resources/generatorExec/resources/config/types/BasicLicense.d.ts +4 -0
  222. package/dist/cjs/api/resources/generatorExec/resources/config/types/BasicLicense.js +3 -0
  223. package/dist/cjs/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.d.ts +7 -0
  224. package/dist/cjs/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.js +3 -0
  225. package/dist/cjs/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.d.ts +5 -0
  226. package/dist/cjs/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.js +3 -0
  227. package/dist/cjs/api/resources/generatorExec/resources/config/types/CustomLicense.d.ts +3 -0
  228. package/dist/cjs/api/resources/generatorExec/resources/config/types/CustomLicense.js +3 -0
  229. package/dist/cjs/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +1 -0
  230. package/dist/cjs/api/resources/generatorExec/resources/config/types/EnvironmentVariable.js +3 -0
  231. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorConfig.d.ts +18 -0
  232. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorConfig.js +3 -0
  233. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +10 -0
  234. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.js +3 -0
  235. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.d.ts +8 -0
  236. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.js +3 -0
  237. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.d.ts +9 -0
  238. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.js +3 -0
  239. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +25 -0
  240. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.js +3 -0
  241. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.d.ts +5 -0
  242. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.js +3 -0
  243. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.d.ts +9 -0
  244. package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.js +3 -0
  245. package/dist/cjs/api/resources/generatorExec/resources/config/types/GithubOutputMode.d.ts +14 -0
  246. package/dist/cjs/api/resources/generatorExec/resources/config/types/GithubOutputMode.js +3 -0
  247. package/dist/cjs/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +25 -0
  248. package/dist/cjs/api/resources/generatorExec/resources/config/types/GithubPublishInfo.js +3 -0
  249. package/dist/cjs/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +10 -0
  250. package/dist/cjs/api/resources/generatorExec/resources/config/types/LicenseConfig.js +3 -0
  251. package/dist/cjs/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +5 -0
  252. package/dist/cjs/api/resources/generatorExec/resources/config/types/LicenseId.js +8 -0
  253. package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenCentralSignature.d.ts +5 -0
  254. package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenCentralSignature.js +3 -0
  255. package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.d.ts +6 -0
  256. package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.js +3 -0
  257. package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.d.ts +9 -0
  258. package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.js +3 -0
  259. package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.d.ts +8 -0
  260. package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.js +3 -0
  261. package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.d.ts +8 -0
  262. package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.js +3 -0
  263. package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.d.ts +7 -0
  264. package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.js +3 -0
  265. package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.d.ts +5 -0
  266. package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.js +3 -0
  267. package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.d.ts +5 -0
  268. package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.js +3 -0
  269. package/dist/cjs/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.d.ts +7 -0
  270. package/dist/cjs/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.js +3 -0
  271. package/dist/cjs/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.d.ts +5 -0
  272. package/dist/cjs/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.js +3 -0
  273. package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMetadata.d.ts +5 -0
  274. package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMetadata.js +3 -0
  275. package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.d.ts +4 -0
  276. package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.js +3 -0
  277. package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +13 -0
  278. package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMode.js +3 -0
  279. package/dist/cjs/api/resources/generatorExec/resources/config/types/PostmanConfig.d.ts +4 -0
  280. package/dist/cjs/api/resources/generatorExec/resources/config/types/PostmanConfig.js +3 -0
  281. package/dist/cjs/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.d.ts +5 -0
  282. package/dist/cjs/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.js +3 -0
  283. package/dist/cjs/api/resources/generatorExec/resources/config/types/PublishingMetadata.d.ts +9 -0
  284. package/dist/cjs/api/resources/generatorExec/resources/config/types/PublishingMetadata.js +3 -0
  285. package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.d.ts +9 -0
  286. package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.js +3 -0
  287. package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiMetadata.d.ts +6 -0
  288. package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiMetadata.js +3 -0
  289. package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.d.ts +8 -0
  290. package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.js +3 -0
  291. package/dist/cjs/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.d.ts +5 -0
  292. package/dist/cjs/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.js +3 -0
  293. package/dist/cjs/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.d.ts +7 -0
  294. package/dist/cjs/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.js +3 -0
  295. package/dist/cjs/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.d.ts +5 -0
  296. package/dist/cjs/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.js +3 -0
  297. package/dist/cjs/api/resources/generatorExec/resources/config/types/index.d.ts +38 -0
  298. package/dist/cjs/api/resources/generatorExec/resources/config/types/index.js +54 -0
  299. package/dist/cjs/api/resources/generatorExec/resources/index.d.ts +2 -0
  300. package/dist/cjs/api/resources/generatorExec/resources/index.js +41 -0
  301. package/dist/cjs/api/resources/index.d.ts +4 -0
  302. package/dist/cjs/api/resources/index.js +43 -0
  303. package/dist/cjs/core/exports.d.ts +1 -0
  304. package/dist/cjs/core/exports.js +17 -0
  305. package/dist/cjs/core/fetcher/APIResponse.d.ts +20 -0
  306. package/dist/cjs/core/fetcher/APIResponse.js +2 -0
  307. package/dist/cjs/core/fetcher/BinaryResponse.d.ts +19 -0
  308. package/dist/cjs/core/fetcher/BinaryResponse.js +17 -0
  309. package/dist/cjs/core/fetcher/EndpointMetadata.d.ts +13 -0
  310. package/dist/cjs/core/fetcher/EndpointMetadata.js +2 -0
  311. package/dist/cjs/core/fetcher/EndpointSupplier.d.ts +12 -0
  312. package/dist/cjs/core/fetcher/EndpointSupplier.js +22 -0
  313. package/dist/cjs/core/fetcher/Fetcher.d.ts +48 -0
  314. package/dist/cjs/core/fetcher/Fetcher.js +316 -0
  315. package/dist/cjs/core/fetcher/Headers.d.ts +2 -0
  316. package/dist/cjs/core/fetcher/Headers.js +84 -0
  317. package/dist/cjs/core/fetcher/HttpResponsePromise.d.ts +58 -0
  318. package/dist/cjs/core/fetcher/HttpResponsePromise.js +103 -0
  319. package/dist/cjs/core/fetcher/RawResponse.d.ts +29 -0
  320. package/dist/cjs/core/fetcher/RawResponse.js +44 -0
  321. package/dist/cjs/core/fetcher/Supplier.d.ts +4 -0
  322. package/dist/cjs/core/fetcher/Supplier.js +22 -0
  323. package/dist/cjs/core/fetcher/createRequestUrl.d.ts +1 -0
  324. package/dist/cjs/core/fetcher/createRequestUrl.js +8 -0
  325. package/dist/cjs/core/fetcher/getErrorResponseBody.d.ts +1 -0
  326. package/dist/cjs/core/fetcher/getErrorResponseBody.js +45 -0
  327. package/dist/cjs/core/fetcher/getFetchFn.d.ts +1 -0
  328. package/dist/cjs/core/fetcher/getFetchFn.js +17 -0
  329. package/dist/cjs/core/fetcher/getHeader.d.ts +1 -0
  330. package/dist/cjs/core/fetcher/getHeader.js +11 -0
  331. package/dist/cjs/core/fetcher/getRequestBody.d.ts +7 -0
  332. package/dist/cjs/core/fetcher/getRequestBody.js +27 -0
  333. package/dist/cjs/core/fetcher/getResponseBody.d.ts +1 -0
  334. package/dist/cjs/core/fetcher/getResponseBody.js +69 -0
  335. package/dist/cjs/core/fetcher/index.d.ts +11 -0
  336. package/dist/cjs/core/fetcher/index.js +17 -0
  337. package/dist/cjs/core/fetcher/makeRequest.d.ts +1 -0
  338. package/dist/cjs/core/fetcher/makeRequest.js +40 -0
  339. package/dist/cjs/core/fetcher/requestWithRetries.d.ts +1 -0
  340. package/dist/cjs/core/fetcher/requestWithRetries.js +67 -0
  341. package/dist/cjs/core/fetcher/signals.d.ts +5 -0
  342. package/dist/cjs/core/fetcher/signals.js +24 -0
  343. package/dist/cjs/core/headers.d.ts +2 -0
  344. package/dist/cjs/core/headers.js +31 -0
  345. package/dist/cjs/core/index.d.ts +4 -0
  346. package/dist/cjs/core/index.js +43 -0
  347. package/dist/cjs/core/json.d.ts +15 -0
  348. package/dist/cjs/core/json.js +24 -0
  349. package/dist/cjs/core/logging/exports.d.ts +18 -0
  350. package/dist/cjs/core/logging/exports.js +45 -0
  351. package/dist/cjs/core/logging/index.d.ts +1 -0
  352. package/dist/cjs/core/logging/index.js +17 -0
  353. package/dist/cjs/core/logging/logger.d.ts +126 -0
  354. package/dist/cjs/core/logging/logger.js +144 -0
  355. package/dist/cjs/core/runtime/index.d.ts +1 -0
  356. package/dist/cjs/core/runtime/index.js +5 -0
  357. package/dist/cjs/core/runtime/runtime.d.ts +9 -0
  358. package/dist/cjs/core/runtime/runtime.js +103 -0
  359. package/dist/cjs/core/url/encodePathParam.d.ts +1 -0
  360. package/dist/cjs/core/url/encodePathParam.js +21 -0
  361. package/dist/cjs/core/url/index.d.ts +3 -0
  362. package/dist/cjs/core/url/index.js +9 -0
  363. package/dist/cjs/core/url/join.d.ts +1 -0
  364. package/dist/cjs/core/url/join.js +68 -0
  365. package/dist/cjs/core/url/qs.d.ts +6 -0
  366. package/dist/cjs/core/url/qs.js +64 -0
  367. package/dist/cjs/errors/FernIrError.d.ts +12 -0
  368. package/dist/cjs/errors/FernIrError.js +32 -0
  369. package/dist/cjs/errors/FernIrTimeoutError.d.ts +3 -0
  370. package/dist/cjs/errors/FernIrTimeoutError.js +15 -0
  371. package/dist/cjs/errors/handleNonStatusCodeError.d.ts +2 -0
  372. package/dist/cjs/errors/handleNonStatusCodeError.js +65 -0
  373. package/dist/cjs/errors/index.d.ts +2 -0
  374. package/dist/cjs/errors/index.js +7 -0
  375. package/dist/cjs/exports.d.ts +1 -0
  376. package/dist/cjs/exports.js +17 -0
  377. package/dist/cjs/index.d.ts +4 -0
  378. package/dist/cjs/index.js +44 -0
  379. package/dist/cjs/version.d.ts +1 -0
  380. package/dist/cjs/version.js +4 -0
  381. package/dist/esm/BaseClient.d.mts +32 -0
  382. package/dist/esm/BaseClient.mjs +14 -0
  383. package/dist/esm/api/index.d.mts +1 -0
  384. package/dist/esm/api/index.mjs +1 -0
  385. package/dist/esm/api/resources/commons/index.d.mts +1 -0
  386. package/dist/esm/api/resources/commons/index.mjs +1 -0
  387. package/dist/esm/api/resources/commons/types/Name.d.mts +8 -0
  388. package/dist/esm/api/resources/commons/types/Name.mjs +2 -0
  389. package/dist/esm/api/resources/commons/types/SafeAndUnsafeString.d.mts +6 -0
  390. package/dist/esm/api/resources/commons/types/SafeAndUnsafeString.mjs +2 -0
  391. package/dist/esm/api/resources/commons/types/index.d.mts +2 -0
  392. package/dist/esm/api/resources/commons/types/index.mjs +2 -0
  393. package/dist/esm/api/resources/dynamic/index.d.mts +1 -0
  394. package/dist/esm/api/resources/dynamic/index.mjs +1 -0
  395. package/dist/esm/api/resources/dynamic/resources/auth/index.d.mts +1 -0
  396. package/dist/esm/api/resources/dynamic/resources/auth/index.mjs +1 -0
  397. package/dist/esm/api/resources/dynamic/resources/auth/types/Auth.d.mts +19 -0
  398. package/dist/esm/api/resources/dynamic/resources/auth/types/Auth.mjs +2 -0
  399. package/dist/esm/api/resources/dynamic/resources/auth/types/AuthValues.d.mts +19 -0
  400. package/dist/esm/api/resources/dynamic/resources/auth/types/AuthValues.mjs +2 -0
  401. package/dist/esm/api/resources/dynamic/resources/auth/types/BasicAuth.d.mts +5 -0
  402. package/dist/esm/api/resources/dynamic/resources/auth/types/BasicAuth.mjs +2 -0
  403. package/dist/esm/api/resources/dynamic/resources/auth/types/BasicAuthValues.d.mts +4 -0
  404. package/dist/esm/api/resources/dynamic/resources/auth/types/BasicAuthValues.mjs +2 -0
  405. package/dist/esm/api/resources/dynamic/resources/auth/types/BearerAuth.d.mts +4 -0
  406. package/dist/esm/api/resources/dynamic/resources/auth/types/BearerAuth.mjs +2 -0
  407. package/dist/esm/api/resources/dynamic/resources/auth/types/BearerAuthValues.d.mts +3 -0
  408. package/dist/esm/api/resources/dynamic/resources/auth/types/BearerAuthValues.mjs +2 -0
  409. package/dist/esm/api/resources/dynamic/resources/auth/types/HeaderAuth.d.mts +4 -0
  410. package/dist/esm/api/resources/dynamic/resources/auth/types/HeaderAuth.mjs +2 -0
  411. package/dist/esm/api/resources/dynamic/resources/auth/types/HeaderAuthValues.d.mts +3 -0
  412. package/dist/esm/api/resources/dynamic/resources/auth/types/HeaderAuthValues.mjs +2 -0
  413. package/dist/esm/api/resources/dynamic/resources/auth/types/InferredAuth.d.mts +9 -0
  414. package/dist/esm/api/resources/dynamic/resources/auth/types/InferredAuth.mjs +2 -0
  415. package/dist/esm/api/resources/dynamic/resources/auth/types/InferredAuthValues.d.mts +8 -0
  416. package/dist/esm/api/resources/dynamic/resources/auth/types/InferredAuthValues.mjs +2 -0
  417. package/dist/esm/api/resources/dynamic/resources/auth/types/OAuth.d.mts +5 -0
  418. package/dist/esm/api/resources/dynamic/resources/auth/types/OAuth.mjs +2 -0
  419. package/dist/esm/api/resources/dynamic/resources/auth/types/OAuthValues.d.mts +4 -0
  420. package/dist/esm/api/resources/dynamic/resources/auth/types/OAuthValues.mjs +2 -0
  421. package/dist/esm/api/resources/dynamic/resources/auth/types/index.d.mts +12 -0
  422. package/dist/esm/api/resources/dynamic/resources/auth/types/index.mjs +12 -0
  423. package/dist/esm/api/resources/dynamic/resources/commons/index.d.mts +1 -0
  424. package/dist/esm/api/resources/dynamic/resources/commons/index.mjs +1 -0
  425. package/dist/esm/api/resources/dynamic/resources/commons/types/EndpointId.d.mts +1 -0
  426. package/dist/esm/api/resources/dynamic/resources/commons/types/EndpointId.mjs +2 -0
  427. package/dist/esm/api/resources/dynamic/resources/commons/types/FernFilepath.d.mts +6 -0
  428. package/dist/esm/api/resources/dynamic/resources/commons/types/FernFilepath.mjs +2 -0
  429. package/dist/esm/api/resources/dynamic/resources/commons/types/Name.d.mts +8 -0
  430. package/dist/esm/api/resources/dynamic/resources/commons/types/Name.mjs +2 -0
  431. package/dist/esm/api/resources/dynamic/resources/commons/types/NameAndWireValue.d.mts +5 -0
  432. package/dist/esm/api/resources/dynamic/resources/commons/types/NameAndWireValue.mjs +2 -0
  433. package/dist/esm/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.d.mts +6 -0
  434. package/dist/esm/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.mjs +2 -0
  435. package/dist/esm/api/resources/dynamic/resources/commons/types/TypeId.d.mts +1 -0
  436. package/dist/esm/api/resources/dynamic/resources/commons/types/TypeId.mjs +2 -0
  437. package/dist/esm/api/resources/dynamic/resources/commons/types/WithDocs.d.mts +3 -0
  438. package/dist/esm/api/resources/dynamic/resources/commons/types/WithDocs.mjs +2 -0
  439. package/dist/esm/api/resources/dynamic/resources/commons/types/index.d.mts +7 -0
  440. package/dist/esm/api/resources/dynamic/resources/commons/types/index.mjs +7 -0
  441. package/dist/esm/api/resources/dynamic/resources/declaration/index.d.mts +1 -0
  442. package/dist/esm/api/resources/dynamic/resources/declaration/index.mjs +1 -0
  443. package/dist/esm/api/resources/dynamic/resources/declaration/types/Declaration.d.mts +5 -0
  444. package/dist/esm/api/resources/dynamic/resources/declaration/types/Declaration.mjs +2 -0
  445. package/dist/esm/api/resources/dynamic/resources/declaration/types/index.d.mts +1 -0
  446. package/dist/esm/api/resources/dynamic/resources/declaration/types/index.mjs +1 -0
  447. package/dist/esm/api/resources/dynamic/resources/endpoints/index.d.mts +1 -0
  448. package/dist/esm/api/resources/dynamic/resources/endpoints/index.mjs +1 -0
  449. package/dist/esm/api/resources/dynamic/resources/endpoints/types/BodyRequest.d.mts +5 -0
  450. package/dist/esm/api/resources/dynamic/resources/endpoints/types/BodyRequest.mjs +2 -0
  451. package/dist/esm/api/resources/dynamic/resources/endpoints/types/Endpoint.d.mts +9 -0
  452. package/dist/esm/api/resources/dynamic/resources/endpoints/types/Endpoint.mjs +2 -0
  453. package/dist/esm/api/resources/dynamic/resources/endpoints/types/EndpointExample.d.mts +7 -0
  454. package/dist/esm/api/resources/dynamic/resources/endpoints/types/EndpointExample.mjs +2 -0
  455. package/dist/esm/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.mts +8 -0
  456. package/dist/esm/api/resources/dynamic/resources/endpoints/types/EndpointLocation.mjs +2 -0
  457. package/dist/esm/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.d.mts +4 -0
  458. package/dist/esm/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.mjs +2 -0
  459. package/dist/esm/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.mts +13 -0
  460. package/dist/esm/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.mjs +2 -0
  461. package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequest.d.mts +9 -0
  462. package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequest.mjs +2 -0
  463. package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.mts +14 -0
  464. package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.mjs +2 -0
  465. package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.d.mts +18 -0
  466. package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.mjs +2 -0
  467. package/dist/esm/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.mts +5 -0
  468. package/dist/esm/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.mjs +2 -0
  469. package/dist/esm/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.mts +11 -0
  470. package/dist/esm/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.mjs +2 -0
  471. package/dist/esm/api/resources/dynamic/resources/endpoints/types/Request.d.mts +13 -0
  472. package/dist/esm/api/resources/dynamic/resources/endpoints/types/Request.mjs +2 -0
  473. package/dist/esm/api/resources/dynamic/resources/endpoints/types/Response.d.mts +29 -0
  474. package/dist/esm/api/resources/dynamic/resources/endpoints/types/Response.mjs +2 -0
  475. package/dist/esm/api/resources/dynamic/resources/endpoints/types/index.d.mts +13 -0
  476. package/dist/esm/api/resources/dynamic/resources/endpoints/types/index.mjs +13 -0
  477. package/dist/esm/api/resources/dynamic/resources/environment/index.d.mts +1 -0
  478. package/dist/esm/api/resources/dynamic/resources/environment/index.mjs +1 -0
  479. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.d.mts +1 -0
  480. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.mjs +2 -0
  481. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.d.mts +5 -0
  482. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.mjs +2 -0
  483. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentId.d.mts +1 -0
  484. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentId.mjs +2 -0
  485. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentUrl.d.mts +1 -0
  486. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentUrl.mjs +2 -0
  487. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.mts +14 -0
  488. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentValues.mjs +2 -0
  489. package/dist/esm/api/resources/dynamic/resources/environment/types/Environments.d.mts +10 -0
  490. package/dist/esm/api/resources/dynamic/resources/environment/types/Environments.mjs +2 -0
  491. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.d.mts +5 -0
  492. package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.mjs +2 -0
  493. package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.d.mts +6 -0
  494. package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.mjs +2 -0
  495. package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.d.mts +5 -0
  496. package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.mjs +2 -0
  497. package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.mts +2 -0
  498. package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.mjs +2 -0
  499. package/dist/esm/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.d.mts +6 -0
  500. package/dist/esm/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.mjs +2 -0
  501. package/dist/esm/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.d.mts +4 -0
  502. package/dist/esm/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.mjs +2 -0
  503. package/dist/esm/api/resources/dynamic/resources/environment/types/index.d.mts +12 -0
  504. package/dist/esm/api/resources/dynamic/resources/environment/types/index.mjs +12 -0
  505. package/dist/esm/api/resources/dynamic/resources/http/index.d.mts +1 -0
  506. package/dist/esm/api/resources/dynamic/resources/http/index.mjs +1 -0
  507. package/dist/esm/api/resources/dynamic/resources/http/types/HttpMethod.d.mts +9 -0
  508. package/dist/esm/api/resources/dynamic/resources/http/types/HttpMethod.mjs +9 -0
  509. package/dist/esm/api/resources/dynamic/resources/http/types/index.d.mts +1 -0
  510. package/dist/esm/api/resources/dynamic/resources/http/types/index.mjs +1 -0
  511. package/dist/esm/api/resources/dynamic/resources/index.d.mts +20 -0
  512. package/dist/esm/api/resources/dynamic/resources/index.mjs +20 -0
  513. package/dist/esm/api/resources/dynamic/resources/ir/index.d.mts +1 -0
  514. package/dist/esm/api/resources/dynamic/resources/ir/index.mjs +1 -0
  515. package/dist/esm/api/resources/dynamic/resources/ir/types/CratesPublishInfo.d.mts +5 -0
  516. package/dist/esm/api/resources/dynamic/resources/ir/types/CratesPublishInfo.mjs +2 -0
  517. package/dist/esm/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.mts +34 -0
  518. package/dist/esm/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.mjs +2 -0
  519. package/dist/esm/api/resources/dynamic/resources/ir/types/GeneratorConfig.d.mts +15 -0
  520. package/dist/esm/api/resources/dynamic/resources/ir/types/GeneratorConfig.mjs +2 -0
  521. package/dist/esm/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.mts +15 -0
  522. package/dist/esm/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.mjs +2 -0
  523. package/dist/esm/api/resources/dynamic/resources/ir/types/GoPublishInfo.d.mts +5 -0
  524. package/dist/esm/api/resources/dynamic/resources/ir/types/GoPublishInfo.mjs +2 -0
  525. package/dist/esm/api/resources/dynamic/resources/ir/types/MavenPublishInfo.d.mts +5 -0
  526. package/dist/esm/api/resources/dynamic/resources/ir/types/MavenPublishInfo.mjs +2 -0
  527. package/dist/esm/api/resources/dynamic/resources/ir/types/NpmPublishInfo.d.mts +5 -0
  528. package/dist/esm/api/resources/dynamic/resources/ir/types/NpmPublishInfo.mjs +2 -0
  529. package/dist/esm/api/resources/dynamic/resources/ir/types/NugetPublishInfo.d.mts +5 -0
  530. package/dist/esm/api/resources/dynamic/resources/ir/types/NugetPublishInfo.mjs +2 -0
  531. package/dist/esm/api/resources/dynamic/resources/ir/types/PublishInfo.d.mts +28 -0
  532. package/dist/esm/api/resources/dynamic/resources/ir/types/PublishInfo.mjs +2 -0
  533. package/dist/esm/api/resources/dynamic/resources/ir/types/PypiPublishInfo.d.mts +5 -0
  534. package/dist/esm/api/resources/dynamic/resources/ir/types/PypiPublishInfo.mjs +2 -0
  535. package/dist/esm/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.d.mts +5 -0
  536. package/dist/esm/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.mjs +2 -0
  537. package/dist/esm/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.d.mts +5 -0
  538. package/dist/esm/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.mjs +2 -0
  539. package/dist/esm/api/resources/dynamic/resources/ir/types/index.d.mts +12 -0
  540. package/dist/esm/api/resources/dynamic/resources/ir/types/index.mjs +12 -0
  541. package/dist/esm/api/resources/dynamic/resources/snippets/index.d.mts +1 -0
  542. package/dist/esm/api/resources/dynamic/resources/snippets/index.mjs +1 -0
  543. package/dist/esm/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.d.mts +14 -0
  544. package/dist/esm/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.mjs +2 -0
  545. package/dist/esm/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.d.mts +12 -0
  546. package/dist/esm/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.mjs +2 -0
  547. package/dist/esm/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.mts +5 -0
  548. package/dist/esm/api/resources/dynamic/resources/snippets/types/ErrorSeverity.mjs +5 -0
  549. package/dist/esm/api/resources/dynamic/resources/snippets/types/Error_.d.mts +5 -0
  550. package/dist/esm/api/resources/dynamic/resources/snippets/types/Error_.mjs +2 -0
  551. package/dist/esm/api/resources/dynamic/resources/snippets/types/Values.d.mts +7 -0
  552. package/dist/esm/api/resources/dynamic/resources/snippets/types/Values.mjs +2 -0
  553. package/dist/esm/api/resources/dynamic/resources/snippets/types/index.d.mts +5 -0
  554. package/dist/esm/api/resources/dynamic/resources/snippets/types/index.mjs +5 -0
  555. package/dist/esm/api/resources/dynamic/resources/types/index.d.mts +1 -0
  556. package/dist/esm/api/resources/dynamic/resources/types/index.mjs +1 -0
  557. package/dist/esm/api/resources/dynamic/resources/types/types/AliasType.d.mts +5 -0
  558. package/dist/esm/api/resources/dynamic/resources/types/types/AliasType.mjs +2 -0
  559. package/dist/esm/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.mts +7 -0
  560. package/dist/esm/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.mjs +2 -0
  561. package/dist/esm/api/resources/dynamic/resources/types/types/EnumType.d.mts +5 -0
  562. package/dist/esm/api/resources/dynamic/resources/types/types/EnumType.mjs +2 -0
  563. package/dist/esm/api/resources/dynamic/resources/types/types/LiteralType.d.mts +12 -0
  564. package/dist/esm/api/resources/dynamic/resources/types/types/LiteralType.mjs +2 -0
  565. package/dist/esm/api/resources/dynamic/resources/types/types/MapType.d.mts +5 -0
  566. package/dist/esm/api/resources/dynamic/resources/types/types/MapType.mjs +2 -0
  567. package/dist/esm/api/resources/dynamic/resources/types/types/NamedParameter.d.mts +8 -0
  568. package/dist/esm/api/resources/dynamic/resources/types/types/NamedParameter.mjs +2 -0
  569. package/dist/esm/api/resources/dynamic/resources/types/types/NamedType.d.mts +22 -0
  570. package/dist/esm/api/resources/dynamic/resources/types/types/NamedType.mjs +2 -0
  571. package/dist/esm/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.d.mts +5 -0
  572. package/dist/esm/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.mjs +5 -0
  573. package/dist/esm/api/resources/dynamic/resources/types/types/ObjectType.d.mts +12 -0
  574. package/dist/esm/api/resources/dynamic/resources/types/types/ObjectType.mjs +2 -0
  575. package/dist/esm/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.d.mts +18 -0
  576. package/dist/esm/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.mjs +18 -0
  577. package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.mts +13 -0
  578. package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.mjs +2 -0
  579. package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.mts +6 -0
  580. package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.mjs +2 -0
  581. package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.mts +7 -0
  582. package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.mjs +2 -0
  583. package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.mts +7 -0
  584. package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.mjs +2 -0
  585. package/dist/esm/api/resources/dynamic/resources/types/types/TypeReference.d.mts +38 -0
  586. package/dist/esm/api/resources/dynamic/resources/types/types/TypeReference.mjs +2 -0
  587. package/dist/esm/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.d.mts +6 -0
  588. package/dist/esm/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.mjs +2 -0
  589. package/dist/esm/api/resources/dynamic/resources/types/types/index.d.mts +16 -0
  590. package/dist/esm/api/resources/dynamic/resources/types/types/index.mjs +16 -0
  591. package/dist/esm/api/resources/dynamic/resources/variables/index.d.mts +1 -0
  592. package/dist/esm/api/resources/dynamic/resources/variables/index.mjs +1 -0
  593. package/dist/esm/api/resources/dynamic/resources/variables/types/VariableDeclaration.d.mts +13 -0
  594. package/dist/esm/api/resources/dynamic/resources/variables/types/VariableDeclaration.mjs +2 -0
  595. package/dist/esm/api/resources/dynamic/resources/variables/types/index.d.mts +1 -0
  596. package/dist/esm/api/resources/dynamic/resources/variables/types/index.mjs +1 -0
  597. package/dist/esm/api/resources/generatorExec/index.d.mts +1 -0
  598. package/dist/esm/api/resources/generatorExec/index.mjs +1 -0
  599. package/dist/esm/api/resources/generatorExec/resources/config/index.d.mts +1 -0
  600. package/dist/esm/api/resources/generatorExec/resources/config/index.mjs +1 -0
  601. package/dist/esm/api/resources/generatorExec/resources/config/types/BasicLicense.d.mts +4 -0
  602. package/dist/esm/api/resources/generatorExec/resources/config/types/BasicLicense.mjs +2 -0
  603. package/dist/esm/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.d.mts +7 -0
  604. package/dist/esm/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.mjs +2 -0
  605. package/dist/esm/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.d.mts +5 -0
  606. package/dist/esm/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.mjs +2 -0
  607. package/dist/esm/api/resources/generatorExec/resources/config/types/CustomLicense.d.mts +3 -0
  608. package/dist/esm/api/resources/generatorExec/resources/config/types/CustomLicense.mjs +2 -0
  609. package/dist/esm/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.mts +1 -0
  610. package/dist/esm/api/resources/generatorExec/resources/config/types/EnvironmentVariable.mjs +2 -0
  611. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorConfig.d.mts +18 -0
  612. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorConfig.mjs +2 -0
  613. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.mts +10 -0
  614. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.mjs +2 -0
  615. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.d.mts +8 -0
  616. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.mjs +2 -0
  617. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.d.mts +9 -0
  618. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.mjs +2 -0
  619. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.mts +25 -0
  620. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.mjs +2 -0
  621. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.d.mts +5 -0
  622. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.mjs +2 -0
  623. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.d.mts +9 -0
  624. package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.mjs +2 -0
  625. package/dist/esm/api/resources/generatorExec/resources/config/types/GithubOutputMode.d.mts +14 -0
  626. package/dist/esm/api/resources/generatorExec/resources/config/types/GithubOutputMode.mjs +2 -0
  627. package/dist/esm/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.mts +25 -0
  628. package/dist/esm/api/resources/generatorExec/resources/config/types/GithubPublishInfo.mjs +2 -0
  629. package/dist/esm/api/resources/generatorExec/resources/config/types/LicenseConfig.d.mts +10 -0
  630. package/dist/esm/api/resources/generatorExec/resources/config/types/LicenseConfig.mjs +2 -0
  631. package/dist/esm/api/resources/generatorExec/resources/config/types/LicenseId.d.mts +5 -0
  632. package/dist/esm/api/resources/generatorExec/resources/config/types/LicenseId.mjs +5 -0
  633. package/dist/esm/api/resources/generatorExec/resources/config/types/MavenCentralSignature.d.mts +5 -0
  634. package/dist/esm/api/resources/generatorExec/resources/config/types/MavenCentralSignature.mjs +2 -0
  635. package/dist/esm/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.d.mts +6 -0
  636. package/dist/esm/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.mjs +2 -0
  637. package/dist/esm/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.d.mts +9 -0
  638. package/dist/esm/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.mjs +2 -0
  639. package/dist/esm/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.d.mts +8 -0
  640. package/dist/esm/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.mjs +2 -0
  641. package/dist/esm/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.d.mts +8 -0
  642. package/dist/esm/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.mjs +2 -0
  643. package/dist/esm/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.d.mts +7 -0
  644. package/dist/esm/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.mjs +2 -0
  645. package/dist/esm/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.d.mts +5 -0
  646. package/dist/esm/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.mjs +2 -0
  647. package/dist/esm/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.d.mts +5 -0
  648. package/dist/esm/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.mjs +2 -0
  649. package/dist/esm/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.d.mts +7 -0
  650. package/dist/esm/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.mjs +2 -0
  651. package/dist/esm/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.d.mts +5 -0
  652. package/dist/esm/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.mjs +2 -0
  653. package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMetadata.d.mts +5 -0
  654. package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMetadata.mjs +2 -0
  655. package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.d.mts +4 -0
  656. package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.mjs +2 -0
  657. package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMode.d.mts +13 -0
  658. package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMode.mjs +2 -0
  659. package/dist/esm/api/resources/generatorExec/resources/config/types/PostmanConfig.d.mts +4 -0
  660. package/dist/esm/api/resources/generatorExec/resources/config/types/PostmanConfig.mjs +2 -0
  661. package/dist/esm/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.d.mts +5 -0
  662. package/dist/esm/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.mjs +2 -0
  663. package/dist/esm/api/resources/generatorExec/resources/config/types/PublishingMetadata.d.mts +9 -0
  664. package/dist/esm/api/resources/generatorExec/resources/config/types/PublishingMetadata.mjs +2 -0
  665. package/dist/esm/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.d.mts +9 -0
  666. package/dist/esm/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.mjs +2 -0
  667. package/dist/esm/api/resources/generatorExec/resources/config/types/PypiMetadata.d.mts +6 -0
  668. package/dist/esm/api/resources/generatorExec/resources/config/types/PypiMetadata.mjs +2 -0
  669. package/dist/esm/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.d.mts +8 -0
  670. package/dist/esm/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.mjs +2 -0
  671. package/dist/esm/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.d.mts +5 -0
  672. package/dist/esm/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.mjs +2 -0
  673. package/dist/esm/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.d.mts +7 -0
  674. package/dist/esm/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.mjs +2 -0
  675. package/dist/esm/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.d.mts +5 -0
  676. package/dist/esm/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.mjs +2 -0
  677. package/dist/esm/api/resources/generatorExec/resources/config/types/index.d.mts +38 -0
  678. package/dist/esm/api/resources/generatorExec/resources/config/types/index.mjs +38 -0
  679. package/dist/esm/api/resources/generatorExec/resources/index.d.mts +2 -0
  680. package/dist/esm/api/resources/generatorExec/resources/index.mjs +2 -0
  681. package/dist/esm/api/resources/index.d.mts +4 -0
  682. package/dist/esm/api/resources/index.mjs +4 -0
  683. package/dist/esm/core/exports.d.mts +1 -0
  684. package/dist/esm/core/exports.mjs +1 -0
  685. package/dist/esm/core/fetcher/APIResponse.d.mts +20 -0
  686. package/dist/esm/core/fetcher/APIResponse.mjs +1 -0
  687. package/dist/esm/core/fetcher/BinaryResponse.d.mts +19 -0
  688. package/dist/esm/core/fetcher/BinaryResponse.mjs +14 -0
  689. package/dist/esm/core/fetcher/EndpointMetadata.d.mts +13 -0
  690. package/dist/esm/core/fetcher/EndpointMetadata.mjs +1 -0
  691. package/dist/esm/core/fetcher/EndpointSupplier.d.mts +12 -0
  692. package/dist/esm/core/fetcher/EndpointSupplier.mjs +19 -0
  693. package/dist/esm/core/fetcher/Fetcher.d.mts +48 -0
  694. package/dist/esm/core/fetcher/Fetcher.mjs +312 -0
  695. package/dist/esm/core/fetcher/Headers.d.mts +2 -0
  696. package/dist/esm/core/fetcher/Headers.mjs +82 -0
  697. package/dist/esm/core/fetcher/HttpResponsePromise.d.mts +58 -0
  698. package/dist/esm/core/fetcher/HttpResponsePromise.mjs +99 -0
  699. package/dist/esm/core/fetcher/RawResponse.d.mts +29 -0
  700. package/dist/esm/core/fetcher/RawResponse.mjs +40 -0
  701. package/dist/esm/core/fetcher/Supplier.d.mts +4 -0
  702. package/dist/esm/core/fetcher/Supplier.mjs +19 -0
  703. package/dist/esm/core/fetcher/createRequestUrl.d.mts +1 -0
  704. package/dist/esm/core/fetcher/createRequestUrl.mjs +5 -0
  705. package/dist/esm/core/fetcher/getErrorResponseBody.d.mts +1 -0
  706. package/dist/esm/core/fetcher/getErrorResponseBody.mjs +42 -0
  707. package/dist/esm/core/fetcher/getFetchFn.d.mts +1 -0
  708. package/dist/esm/core/fetcher/getFetchFn.mjs +14 -0
  709. package/dist/esm/core/fetcher/getHeader.d.mts +1 -0
  710. package/dist/esm/core/fetcher/getHeader.mjs +8 -0
  711. package/dist/esm/core/fetcher/getRequestBody.d.mts +7 -0
  712. package/dist/esm/core/fetcher/getRequestBody.mjs +24 -0
  713. package/dist/esm/core/fetcher/getResponseBody.d.mts +1 -0
  714. package/dist/esm/core/fetcher/getResponseBody.mjs +66 -0
  715. package/dist/esm/core/fetcher/index.d.mts +11 -0
  716. package/dist/esm/core/fetcher/index.mjs +6 -0
  717. package/dist/esm/core/fetcher/makeRequest.d.mts +1 -0
  718. package/dist/esm/core/fetcher/makeRequest.mjs +36 -0
  719. package/dist/esm/core/fetcher/requestWithRetries.d.mts +1 -0
  720. package/dist/esm/core/fetcher/requestWithRetries.mjs +64 -0
  721. package/dist/esm/core/fetcher/signals.d.mts +5 -0
  722. package/dist/esm/core/fetcher/signals.mjs +20 -0
  723. package/dist/esm/core/headers.d.mts +2 -0
  724. package/dist/esm/core/headers.mjs +27 -0
  725. package/dist/esm/core/index.d.mts +4 -0
  726. package/dist/esm/core/index.mjs +4 -0
  727. package/dist/esm/core/json.d.mts +15 -0
  728. package/dist/esm/core/json.mjs +19 -0
  729. package/dist/esm/core/logging/exports.d.mts +18 -0
  730. package/dist/esm/core/logging/exports.mjs +9 -0
  731. package/dist/esm/core/logging/index.d.mts +1 -0
  732. package/dist/esm/core/logging/index.mjs +1 -0
  733. package/dist/esm/core/logging/logger.d.mts +126 -0
  734. package/dist/esm/core/logging/logger.mjs +138 -0
  735. package/dist/esm/core/runtime/index.d.mts +1 -0
  736. package/dist/esm/core/runtime/index.mjs +1 -0
  737. package/dist/esm/core/runtime/runtime.d.mts +9 -0
  738. package/dist/esm/core/runtime/runtime.mjs +100 -0
  739. package/dist/esm/core/url/encodePathParam.d.mts +1 -0
  740. package/dist/esm/core/url/encodePathParam.mjs +18 -0
  741. package/dist/esm/core/url/index.d.mts +3 -0
  742. package/dist/esm/core/url/index.mjs +3 -0
  743. package/dist/esm/core/url/join.d.mts +1 -0
  744. package/dist/esm/core/url/join.mjs +65 -0
  745. package/dist/esm/core/url/qs.d.mts +6 -0
  746. package/dist/esm/core/url/qs.mjs +61 -0
  747. package/dist/esm/errors/FernIrError.d.mts +12 -0
  748. package/dist/esm/errors/FernIrError.mjs +28 -0
  749. package/dist/esm/errors/FernIrTimeoutError.d.mts +3 -0
  750. package/dist/esm/errors/FernIrTimeoutError.mjs +11 -0
  751. package/dist/esm/errors/handleNonStatusCodeError.d.mts +2 -0
  752. package/dist/esm/errors/handleNonStatusCodeError.mjs +29 -0
  753. package/dist/esm/errors/index.d.mts +2 -0
  754. package/dist/esm/errors/index.mjs +2 -0
  755. package/dist/esm/exports.d.mts +1 -0
  756. package/dist/esm/exports.mjs +1 -0
  757. package/dist/esm/index.d.mts +4 -0
  758. package/dist/esm/index.mjs +3 -0
  759. package/dist/esm/version.d.mts +1 -0
  760. package/dist/esm/version.mjs +1 -0
  761. package/package.json +54 -16
  762. package/api/index.d.ts +0 -1
  763. package/api/index.js +0 -17
  764. package/api/resources/commons/index.d.ts +0 -1
  765. package/api/resources/commons/index.js +0 -17
  766. package/api/resources/commons/types/Name.d.ts +0 -11
  767. package/api/resources/commons/types/Name.js +0 -5
  768. package/api/resources/commons/types/SafeAndUnsafeString.d.ts +0 -9
  769. package/api/resources/commons/types/SafeAndUnsafeString.js +0 -5
  770. package/api/resources/commons/types/index.d.ts +0 -2
  771. package/api/resources/commons/types/index.js +0 -18
  772. package/api/resources/dynamic/index.d.ts +0 -1
  773. package/api/resources/dynamic/index.js +0 -17
  774. package/api/resources/dynamic/resources/auth/index.d.ts +0 -1
  775. package/api/resources/dynamic/resources/auth/index.js +0 -17
  776. package/api/resources/dynamic/resources/auth/types/Auth.d.ts +0 -22
  777. package/api/resources/dynamic/resources/auth/types/Auth.js +0 -5
  778. package/api/resources/dynamic/resources/auth/types/AuthValues.d.ts +0 -22
  779. package/api/resources/dynamic/resources/auth/types/AuthValues.js +0 -5
  780. package/api/resources/dynamic/resources/auth/types/BasicAuth.d.ts +0 -8
  781. package/api/resources/dynamic/resources/auth/types/BasicAuth.js +0 -5
  782. package/api/resources/dynamic/resources/auth/types/BasicAuthValues.d.ts +0 -7
  783. package/api/resources/dynamic/resources/auth/types/BasicAuthValues.js +0 -5
  784. package/api/resources/dynamic/resources/auth/types/BearerAuth.d.ts +0 -7
  785. package/api/resources/dynamic/resources/auth/types/BearerAuth.js +0 -5
  786. package/api/resources/dynamic/resources/auth/types/BearerAuthValues.d.ts +0 -6
  787. package/api/resources/dynamic/resources/auth/types/BearerAuthValues.js +0 -5
  788. package/api/resources/dynamic/resources/auth/types/HeaderAuth.d.ts +0 -7
  789. package/api/resources/dynamic/resources/auth/types/HeaderAuth.js +0 -5
  790. package/api/resources/dynamic/resources/auth/types/HeaderAuthValues.d.ts +0 -6
  791. package/api/resources/dynamic/resources/auth/types/HeaderAuthValues.js +0 -5
  792. package/api/resources/dynamic/resources/auth/types/InferredAuth.d.ts +0 -12
  793. package/api/resources/dynamic/resources/auth/types/InferredAuth.js +0 -5
  794. package/api/resources/dynamic/resources/auth/types/InferredAuthValues.d.ts +0 -11
  795. package/api/resources/dynamic/resources/auth/types/InferredAuthValues.js +0 -5
  796. package/api/resources/dynamic/resources/auth/types/OAuth.d.ts +0 -8
  797. package/api/resources/dynamic/resources/auth/types/OAuth.js +0 -5
  798. package/api/resources/dynamic/resources/auth/types/OAuthValues.d.ts +0 -7
  799. package/api/resources/dynamic/resources/auth/types/OAuthValues.js +0 -5
  800. package/api/resources/dynamic/resources/auth/types/index.d.ts +0 -12
  801. package/api/resources/dynamic/resources/auth/types/index.js +0 -28
  802. package/api/resources/dynamic/resources/commons/index.d.ts +0 -1
  803. package/api/resources/dynamic/resources/commons/index.js +0 -17
  804. package/api/resources/dynamic/resources/commons/types/EndpointId.d.ts +0 -4
  805. package/api/resources/dynamic/resources/commons/types/EndpointId.js +0 -5
  806. package/api/resources/dynamic/resources/commons/types/FernFilepath.d.ts +0 -9
  807. package/api/resources/dynamic/resources/commons/types/FernFilepath.js +0 -5
  808. package/api/resources/dynamic/resources/commons/types/Name.d.ts +0 -11
  809. package/api/resources/dynamic/resources/commons/types/Name.js +0 -5
  810. package/api/resources/dynamic/resources/commons/types/NameAndWireValue.d.ts +0 -8
  811. package/api/resources/dynamic/resources/commons/types/NameAndWireValue.js +0 -5
  812. package/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.d.ts +0 -9
  813. package/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.js +0 -5
  814. package/api/resources/dynamic/resources/commons/types/TypeId.d.ts +0 -4
  815. package/api/resources/dynamic/resources/commons/types/TypeId.js +0 -5
  816. package/api/resources/dynamic/resources/commons/types/WithDocs.d.ts +0 -6
  817. package/api/resources/dynamic/resources/commons/types/WithDocs.js +0 -5
  818. package/api/resources/dynamic/resources/commons/types/index.d.ts +0 -7
  819. package/api/resources/dynamic/resources/commons/types/index.js +0 -23
  820. package/api/resources/dynamic/resources/declaration/index.d.ts +0 -1
  821. package/api/resources/dynamic/resources/declaration/index.js +0 -17
  822. package/api/resources/dynamic/resources/declaration/types/Declaration.d.ts +0 -8
  823. package/api/resources/dynamic/resources/declaration/types/Declaration.js +0 -5
  824. package/api/resources/dynamic/resources/declaration/types/index.d.ts +0 -1
  825. package/api/resources/dynamic/resources/declaration/types/index.js +0 -17
  826. package/api/resources/dynamic/resources/endpoints/index.d.ts +0 -1
  827. package/api/resources/dynamic/resources/endpoints/index.js +0 -17
  828. package/api/resources/dynamic/resources/endpoints/types/BodyRequest.d.ts +0 -8
  829. package/api/resources/dynamic/resources/endpoints/types/BodyRequest.js +0 -5
  830. package/api/resources/dynamic/resources/endpoints/types/Endpoint.d.ts +0 -12
  831. package/api/resources/dynamic/resources/endpoints/types/Endpoint.js +0 -5
  832. package/api/resources/dynamic/resources/endpoints/types/EndpointExample.d.ts +0 -10
  833. package/api/resources/dynamic/resources/endpoints/types/EndpointExample.js +0 -5
  834. package/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.ts +0 -11
  835. package/api/resources/dynamic/resources/endpoints/types/EndpointLocation.js +0 -5
  836. package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.d.ts +0 -7
  837. package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.js +0 -5
  838. package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +0 -16
  839. package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.js +0 -5
  840. package/api/resources/dynamic/resources/endpoints/types/InlinedRequest.d.ts +0 -12
  841. package/api/resources/dynamic/resources/endpoints/types/InlinedRequest.js +0 -5
  842. package/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +0 -17
  843. package/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.js +0 -5
  844. package/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.d.ts +0 -21
  845. package/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.js +0 -5
  846. package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.ts +0 -8
  847. package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.js +0 -5
  848. package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +0 -14
  849. package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.js +0 -5
  850. package/api/resources/dynamic/resources/endpoints/types/Request.d.ts +0 -16
  851. package/api/resources/dynamic/resources/endpoints/types/Request.js +0 -5
  852. package/api/resources/dynamic/resources/endpoints/types/Response.d.ts +0 -32
  853. package/api/resources/dynamic/resources/endpoints/types/Response.js +0 -5
  854. package/api/resources/dynamic/resources/endpoints/types/index.d.ts +0 -13
  855. package/api/resources/dynamic/resources/endpoints/types/index.js +0 -29
  856. package/api/resources/dynamic/resources/environment/index.d.ts +0 -1
  857. package/api/resources/dynamic/resources/environment/index.js +0 -17
  858. package/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.d.ts +0 -4
  859. package/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.js +0 -5
  860. package/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.d.ts +0 -8
  861. package/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.js +0 -5
  862. package/api/resources/dynamic/resources/environment/types/EnvironmentId.d.ts +0 -4
  863. package/api/resources/dynamic/resources/environment/types/EnvironmentId.js +0 -5
  864. package/api/resources/dynamic/resources/environment/types/EnvironmentUrl.d.ts +0 -4
  865. package/api/resources/dynamic/resources/environment/types/EnvironmentUrl.js +0 -5
  866. package/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +0 -17
  867. package/api/resources/dynamic/resources/environment/types/EnvironmentValues.js +0 -5
  868. package/api/resources/dynamic/resources/environment/types/Environments.d.ts +0 -13
  869. package/api/resources/dynamic/resources/environment/types/Environments.js +0 -5
  870. package/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.d.ts +0 -8
  871. package/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.js +0 -5
  872. package/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.d.ts +0 -9
  873. package/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.js +0 -5
  874. package/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.d.ts +0 -8
  875. package/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.js +0 -5
  876. package/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +0 -5
  877. package/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.js +0 -5
  878. package/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.d.ts +0 -9
  879. package/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.js +0 -5
  880. package/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.d.ts +0 -7
  881. package/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.js +0 -5
  882. package/api/resources/dynamic/resources/environment/types/index.d.ts +0 -12
  883. package/api/resources/dynamic/resources/environment/types/index.js +0 -28
  884. package/api/resources/dynamic/resources/http/index.d.ts +0 -1
  885. package/api/resources/dynamic/resources/http/index.js +0 -17
  886. package/api/resources/dynamic/resources/http/types/HttpMethod.d.ts +0 -12
  887. package/api/resources/dynamic/resources/http/types/HttpMethod.js +0 -14
  888. package/api/resources/dynamic/resources/http/types/index.d.ts +0 -1
  889. package/api/resources/dynamic/resources/http/types/index.js +0 -17
  890. package/api/resources/dynamic/resources/index.d.ts +0 -20
  891. package/api/resources/dynamic/resources/index.js +0 -59
  892. package/api/resources/dynamic/resources/ir/index.d.ts +0 -1
  893. package/api/resources/dynamic/resources/ir/index.js +0 -17
  894. package/api/resources/dynamic/resources/ir/types/CratesPublishInfo.d.ts +0 -8
  895. package/api/resources/dynamic/resources/ir/types/CratesPublishInfo.js +0 -5
  896. package/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.ts +0 -37
  897. package/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.js +0 -5
  898. package/api/resources/dynamic/resources/ir/types/GeneratorConfig.d.ts +0 -18
  899. package/api/resources/dynamic/resources/ir/types/GeneratorConfig.js +0 -5
  900. package/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.ts +0 -18
  901. package/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.js +0 -5
  902. package/api/resources/dynamic/resources/ir/types/GoPublishInfo.d.ts +0 -8
  903. package/api/resources/dynamic/resources/ir/types/GoPublishInfo.js +0 -5
  904. package/api/resources/dynamic/resources/ir/types/MavenPublishInfo.d.ts +0 -8
  905. package/api/resources/dynamic/resources/ir/types/MavenPublishInfo.js +0 -5
  906. package/api/resources/dynamic/resources/ir/types/NpmPublishInfo.d.ts +0 -8
  907. package/api/resources/dynamic/resources/ir/types/NpmPublishInfo.js +0 -5
  908. package/api/resources/dynamic/resources/ir/types/NugetPublishInfo.d.ts +0 -8
  909. package/api/resources/dynamic/resources/ir/types/NugetPublishInfo.js +0 -5
  910. package/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +0 -31
  911. package/api/resources/dynamic/resources/ir/types/PublishInfo.js +0 -5
  912. package/api/resources/dynamic/resources/ir/types/PypiPublishInfo.d.ts +0 -8
  913. package/api/resources/dynamic/resources/ir/types/PypiPublishInfo.js +0 -5
  914. package/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.d.ts +0 -8
  915. package/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.js +0 -5
  916. package/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.d.ts +0 -8
  917. package/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.js +0 -5
  918. package/api/resources/dynamic/resources/ir/types/index.d.ts +0 -12
  919. package/api/resources/dynamic/resources/ir/types/index.js +0 -28
  920. package/api/resources/dynamic/resources/snippets/index.d.ts +0 -1
  921. package/api/resources/dynamic/resources/snippets/index.js +0 -17
  922. package/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.d.ts +0 -17
  923. package/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.js +0 -5
  924. package/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.d.ts +0 -15
  925. package/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.js +0 -5
  926. package/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.ts +0 -8
  927. package/api/resources/dynamic/resources/snippets/types/ErrorSeverity.js +0 -10
  928. package/api/resources/dynamic/resources/snippets/types/Error_.d.ts +0 -8
  929. package/api/resources/dynamic/resources/snippets/types/Error_.js +0 -5
  930. package/api/resources/dynamic/resources/snippets/types/Values.d.ts +0 -10
  931. package/api/resources/dynamic/resources/snippets/types/Values.js +0 -5
  932. package/api/resources/dynamic/resources/snippets/types/index.d.ts +0 -5
  933. package/api/resources/dynamic/resources/snippets/types/index.js +0 -21
  934. package/api/resources/dynamic/resources/types/index.d.ts +0 -1
  935. package/api/resources/dynamic/resources/types/index.js +0 -17
  936. package/api/resources/dynamic/resources/types/types/AliasType.d.ts +0 -8
  937. package/api/resources/dynamic/resources/types/types/AliasType.js +0 -5
  938. package/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.ts +0 -10
  939. package/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.js +0 -5
  940. package/api/resources/dynamic/resources/types/types/EnumType.d.ts +0 -8
  941. package/api/resources/dynamic/resources/types/types/EnumType.js +0 -5
  942. package/api/resources/dynamic/resources/types/types/LiteralType.d.ts +0 -15
  943. package/api/resources/dynamic/resources/types/types/LiteralType.js +0 -5
  944. package/api/resources/dynamic/resources/types/types/MapType.d.ts +0 -8
  945. package/api/resources/dynamic/resources/types/types/MapType.js +0 -5
  946. package/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +0 -11
  947. package/api/resources/dynamic/resources/types/types/NamedParameter.js +0 -5
  948. package/api/resources/dynamic/resources/types/types/NamedType.d.ts +0 -25
  949. package/api/resources/dynamic/resources/types/types/NamedType.js +0 -5
  950. package/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.d.ts +0 -8
  951. package/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.js +0 -10
  952. package/api/resources/dynamic/resources/types/types/ObjectType.d.ts +0 -15
  953. package/api/resources/dynamic/resources/types/types/ObjectType.js +0 -5
  954. package/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.d.ts +0 -22
  955. package/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.js +0 -21
  956. package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +0 -16
  957. package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.js +0 -5
  958. package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.ts +0 -9
  959. package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.js +0 -5
  960. package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.ts +0 -10
  961. package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.js +0 -5
  962. package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.ts +0 -10
  963. package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.js +0 -5
  964. package/api/resources/dynamic/resources/types/types/TypeReference.d.ts +0 -41
  965. package/api/resources/dynamic/resources/types/types/TypeReference.js +0 -5
  966. package/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.d.ts +0 -9
  967. package/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.js +0 -5
  968. package/api/resources/dynamic/resources/types/types/index.d.ts +0 -16
  969. package/api/resources/dynamic/resources/types/types/index.js +0 -32
  970. package/api/resources/dynamic/resources/variables/index.d.ts +0 -1
  971. package/api/resources/dynamic/resources/variables/index.js +0 -17
  972. package/api/resources/dynamic/resources/variables/types/VariableDeclaration.d.ts +0 -16
  973. package/api/resources/dynamic/resources/variables/types/VariableDeclaration.js +0 -5
  974. package/api/resources/dynamic/resources/variables/types/index.d.ts +0 -1
  975. package/api/resources/dynamic/resources/variables/types/index.js +0 -17
  976. package/api/resources/generatorExec/index.d.ts +0 -1
  977. package/api/resources/generatorExec/index.js +0 -17
  978. package/api/resources/generatorExec/resources/config/index.d.ts +0 -1
  979. package/api/resources/generatorExec/resources/config/index.js +0 -17
  980. package/api/resources/generatorExec/resources/config/types/BasicLicense.d.ts +0 -7
  981. package/api/resources/generatorExec/resources/config/types/BasicLicense.js +0 -5
  982. package/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.d.ts +0 -10
  983. package/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.js +0 -5
  984. package/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.d.ts +0 -8
  985. package/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.js +0 -5
  986. package/api/resources/generatorExec/resources/config/types/CustomLicense.d.ts +0 -6
  987. package/api/resources/generatorExec/resources/config/types/CustomLicense.js +0 -5
  988. package/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +0 -4
  989. package/api/resources/generatorExec/resources/config/types/EnvironmentVariable.js +0 -5
  990. package/api/resources/generatorExec/resources/config/types/GeneratorConfig.d.ts +0 -21
  991. package/api/resources/generatorExec/resources/config/types/GeneratorConfig.js +0 -5
  992. package/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +0 -13
  993. package/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.js +0 -5
  994. package/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.d.ts +0 -11
  995. package/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.js +0 -5
  996. package/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.d.ts +0 -12
  997. package/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.js +0 -5
  998. package/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +0 -28
  999. package/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.js +0 -5
  1000. package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.d.ts +0 -8
  1001. package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.js +0 -5
  1002. package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.d.ts +0 -12
  1003. package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.js +0 -5
  1004. package/api/resources/generatorExec/resources/config/types/GithubOutputMode.d.ts +0 -17
  1005. package/api/resources/generatorExec/resources/config/types/GithubOutputMode.js +0 -5
  1006. package/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +0 -28
  1007. package/api/resources/generatorExec/resources/config/types/GithubPublishInfo.js +0 -5
  1008. package/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +0 -13
  1009. package/api/resources/generatorExec/resources/config/types/LicenseConfig.js +0 -5
  1010. package/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +0 -8
  1011. package/api/resources/generatorExec/resources/config/types/LicenseId.js +0 -10
  1012. package/api/resources/generatorExec/resources/config/types/MavenCentralSignature.d.ts +0 -8
  1013. package/api/resources/generatorExec/resources/config/types/MavenCentralSignature.js +0 -5
  1014. package/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.d.ts +0 -9
  1015. package/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.js +0 -5
  1016. package/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.d.ts +0 -12
  1017. package/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.js +0 -5
  1018. package/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.d.ts +0 -11
  1019. package/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.js +0 -5
  1020. package/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.d.ts +0 -11
  1021. package/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.js +0 -5
  1022. package/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.d.ts +0 -10
  1023. package/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.js +0 -5
  1024. package/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.d.ts +0 -8
  1025. package/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.js +0 -5
  1026. package/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.d.ts +0 -8
  1027. package/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.js +0 -5
  1028. package/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.d.ts +0 -10
  1029. package/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.js +0 -5
  1030. package/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.d.ts +0 -8
  1031. package/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.js +0 -5
  1032. package/api/resources/generatorExec/resources/config/types/OutputMetadata.d.ts +0 -8
  1033. package/api/resources/generatorExec/resources/config/types/OutputMetadata.js +0 -5
  1034. package/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.d.ts +0 -7
  1035. package/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.js +0 -5
  1036. package/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +0 -16
  1037. package/api/resources/generatorExec/resources/config/types/OutputMode.js +0 -5
  1038. package/api/resources/generatorExec/resources/config/types/PostmanConfig.d.ts +0 -7
  1039. package/api/resources/generatorExec/resources/config/types/PostmanConfig.js +0 -5
  1040. package/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.d.ts +0 -8
  1041. package/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.js +0 -5
  1042. package/api/resources/generatorExec/resources/config/types/PublishingMetadata.d.ts +0 -12
  1043. package/api/resources/generatorExec/resources/config/types/PublishingMetadata.js +0 -5
  1044. package/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.d.ts +0 -12
  1045. package/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.js +0 -5
  1046. package/api/resources/generatorExec/resources/config/types/PypiMetadata.d.ts +0 -9
  1047. package/api/resources/generatorExec/resources/config/types/PypiMetadata.js +0 -5
  1048. package/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.d.ts +0 -11
  1049. package/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.js +0 -5
  1050. package/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.d.ts +0 -8
  1051. package/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.js +0 -5
  1052. package/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.d.ts +0 -10
  1053. package/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.js +0 -5
  1054. package/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.d.ts +0 -8
  1055. package/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.js +0 -5
  1056. package/api/resources/generatorExec/resources/config/types/index.d.ts +0 -38
  1057. package/api/resources/generatorExec/resources/config/types/index.js +0 -54
  1058. package/api/resources/generatorExec/resources/index.d.ts +0 -2
  1059. package/api/resources/generatorExec/resources/index.js +0 -41
  1060. package/api/resources/index.d.ts +0 -4
  1061. package/api/resources/index.js +0 -43
  1062. package/dist/api/index.d.ts +0 -1
  1063. package/dist/api/index.js +0 -17
  1064. package/dist/api/resources/commons/index.d.ts +0 -1
  1065. package/dist/api/resources/commons/index.js +0 -17
  1066. package/dist/api/resources/commons/types/Name.d.ts +0 -11
  1067. package/dist/api/resources/commons/types/Name.js +0 -5
  1068. package/dist/api/resources/commons/types/SafeAndUnsafeString.d.ts +0 -9
  1069. package/dist/api/resources/commons/types/SafeAndUnsafeString.js +0 -5
  1070. package/dist/api/resources/commons/types/index.d.ts +0 -2
  1071. package/dist/api/resources/commons/types/index.js +0 -18
  1072. package/dist/api/resources/dynamic/index.d.ts +0 -1
  1073. package/dist/api/resources/dynamic/index.js +0 -17
  1074. package/dist/api/resources/dynamic/resources/auth/index.d.ts +0 -1
  1075. package/dist/api/resources/dynamic/resources/auth/index.js +0 -17
  1076. package/dist/api/resources/dynamic/resources/auth/types/Auth.d.ts +0 -22
  1077. package/dist/api/resources/dynamic/resources/auth/types/Auth.js +0 -5
  1078. package/dist/api/resources/dynamic/resources/auth/types/AuthValues.d.ts +0 -22
  1079. package/dist/api/resources/dynamic/resources/auth/types/AuthValues.js +0 -5
  1080. package/dist/api/resources/dynamic/resources/auth/types/BasicAuth.d.ts +0 -8
  1081. package/dist/api/resources/dynamic/resources/auth/types/BasicAuth.js +0 -5
  1082. package/dist/api/resources/dynamic/resources/auth/types/BasicAuthValues.d.ts +0 -7
  1083. package/dist/api/resources/dynamic/resources/auth/types/BasicAuthValues.js +0 -5
  1084. package/dist/api/resources/dynamic/resources/auth/types/BearerAuth.d.ts +0 -7
  1085. package/dist/api/resources/dynamic/resources/auth/types/BearerAuth.js +0 -5
  1086. package/dist/api/resources/dynamic/resources/auth/types/BearerAuthValues.d.ts +0 -6
  1087. package/dist/api/resources/dynamic/resources/auth/types/BearerAuthValues.js +0 -5
  1088. package/dist/api/resources/dynamic/resources/auth/types/HeaderAuth.d.ts +0 -7
  1089. package/dist/api/resources/dynamic/resources/auth/types/HeaderAuth.js +0 -5
  1090. package/dist/api/resources/dynamic/resources/auth/types/HeaderAuthValues.d.ts +0 -6
  1091. package/dist/api/resources/dynamic/resources/auth/types/HeaderAuthValues.js +0 -5
  1092. package/dist/api/resources/dynamic/resources/auth/types/InferredAuth.d.ts +0 -12
  1093. package/dist/api/resources/dynamic/resources/auth/types/InferredAuth.js +0 -5
  1094. package/dist/api/resources/dynamic/resources/auth/types/InferredAuthValues.d.ts +0 -11
  1095. package/dist/api/resources/dynamic/resources/auth/types/InferredAuthValues.js +0 -5
  1096. package/dist/api/resources/dynamic/resources/auth/types/OAuth.d.ts +0 -8
  1097. package/dist/api/resources/dynamic/resources/auth/types/OAuth.js +0 -5
  1098. package/dist/api/resources/dynamic/resources/auth/types/OAuthValues.d.ts +0 -7
  1099. package/dist/api/resources/dynamic/resources/auth/types/OAuthValues.js +0 -5
  1100. package/dist/api/resources/dynamic/resources/auth/types/index.d.ts +0 -12
  1101. package/dist/api/resources/dynamic/resources/auth/types/index.js +0 -28
  1102. package/dist/api/resources/dynamic/resources/commons/index.d.ts +0 -1
  1103. package/dist/api/resources/dynamic/resources/commons/index.js +0 -17
  1104. package/dist/api/resources/dynamic/resources/commons/types/EndpointId.d.ts +0 -4
  1105. package/dist/api/resources/dynamic/resources/commons/types/EndpointId.js +0 -5
  1106. package/dist/api/resources/dynamic/resources/commons/types/FernFilepath.d.ts +0 -9
  1107. package/dist/api/resources/dynamic/resources/commons/types/FernFilepath.js +0 -5
  1108. package/dist/api/resources/dynamic/resources/commons/types/Name.d.ts +0 -11
  1109. package/dist/api/resources/dynamic/resources/commons/types/Name.js +0 -5
  1110. package/dist/api/resources/dynamic/resources/commons/types/NameAndWireValue.d.ts +0 -8
  1111. package/dist/api/resources/dynamic/resources/commons/types/NameAndWireValue.js +0 -5
  1112. package/dist/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.d.ts +0 -9
  1113. package/dist/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.js +0 -5
  1114. package/dist/api/resources/dynamic/resources/commons/types/TypeId.d.ts +0 -4
  1115. package/dist/api/resources/dynamic/resources/commons/types/TypeId.js +0 -5
  1116. package/dist/api/resources/dynamic/resources/commons/types/WithDocs.d.ts +0 -6
  1117. package/dist/api/resources/dynamic/resources/commons/types/WithDocs.js +0 -5
  1118. package/dist/api/resources/dynamic/resources/commons/types/index.d.ts +0 -7
  1119. package/dist/api/resources/dynamic/resources/commons/types/index.js +0 -23
  1120. package/dist/api/resources/dynamic/resources/declaration/index.d.ts +0 -1
  1121. package/dist/api/resources/dynamic/resources/declaration/index.js +0 -17
  1122. package/dist/api/resources/dynamic/resources/declaration/types/Declaration.d.ts +0 -8
  1123. package/dist/api/resources/dynamic/resources/declaration/types/Declaration.js +0 -5
  1124. package/dist/api/resources/dynamic/resources/declaration/types/index.d.ts +0 -1
  1125. package/dist/api/resources/dynamic/resources/declaration/types/index.js +0 -17
  1126. package/dist/api/resources/dynamic/resources/endpoints/index.d.ts +0 -1
  1127. package/dist/api/resources/dynamic/resources/endpoints/index.js +0 -17
  1128. package/dist/api/resources/dynamic/resources/endpoints/types/BodyRequest.d.ts +0 -8
  1129. package/dist/api/resources/dynamic/resources/endpoints/types/BodyRequest.js +0 -5
  1130. package/dist/api/resources/dynamic/resources/endpoints/types/Endpoint.d.ts +0 -12
  1131. package/dist/api/resources/dynamic/resources/endpoints/types/Endpoint.js +0 -5
  1132. package/dist/api/resources/dynamic/resources/endpoints/types/EndpointExample.d.ts +0 -10
  1133. package/dist/api/resources/dynamic/resources/endpoints/types/EndpointExample.js +0 -5
  1134. package/dist/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.ts +0 -11
  1135. package/dist/api/resources/dynamic/resources/endpoints/types/EndpointLocation.js +0 -5
  1136. package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.d.ts +0 -7
  1137. package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.js +0 -5
  1138. package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +0 -16
  1139. package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.js +0 -5
  1140. package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequest.d.ts +0 -12
  1141. package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequest.js +0 -5
  1142. package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +0 -17
  1143. package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.js +0 -5
  1144. package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.d.ts +0 -21
  1145. package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.js +0 -5
  1146. package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.ts +0 -8
  1147. package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.js +0 -5
  1148. package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +0 -14
  1149. package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.js +0 -5
  1150. package/dist/api/resources/dynamic/resources/endpoints/types/Request.d.ts +0 -16
  1151. package/dist/api/resources/dynamic/resources/endpoints/types/Request.js +0 -5
  1152. package/dist/api/resources/dynamic/resources/endpoints/types/Response.d.ts +0 -32
  1153. package/dist/api/resources/dynamic/resources/endpoints/types/Response.js +0 -5
  1154. package/dist/api/resources/dynamic/resources/endpoints/types/index.d.ts +0 -13
  1155. package/dist/api/resources/dynamic/resources/endpoints/types/index.js +0 -29
  1156. package/dist/api/resources/dynamic/resources/environment/index.d.ts +0 -1
  1157. package/dist/api/resources/dynamic/resources/environment/index.js +0 -17
  1158. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.d.ts +0 -4
  1159. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.js +0 -5
  1160. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.d.ts +0 -8
  1161. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.js +0 -5
  1162. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentId.d.ts +0 -4
  1163. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentId.js +0 -5
  1164. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentUrl.d.ts +0 -4
  1165. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentUrl.js +0 -5
  1166. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +0 -17
  1167. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentValues.js +0 -5
  1168. package/dist/api/resources/dynamic/resources/environment/types/Environments.d.ts +0 -13
  1169. package/dist/api/resources/dynamic/resources/environment/types/Environments.js +0 -5
  1170. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.d.ts +0 -8
  1171. package/dist/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.js +0 -5
  1172. package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.d.ts +0 -9
  1173. package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.js +0 -5
  1174. package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.d.ts +0 -8
  1175. package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.js +0 -5
  1176. package/dist/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +0 -5
  1177. package/dist/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.js +0 -5
  1178. package/dist/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.d.ts +0 -9
  1179. package/dist/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.js +0 -5
  1180. package/dist/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.d.ts +0 -7
  1181. package/dist/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.js +0 -5
  1182. package/dist/api/resources/dynamic/resources/environment/types/index.d.ts +0 -12
  1183. package/dist/api/resources/dynamic/resources/environment/types/index.js +0 -28
  1184. package/dist/api/resources/dynamic/resources/http/index.d.ts +0 -1
  1185. package/dist/api/resources/dynamic/resources/http/index.js +0 -17
  1186. package/dist/api/resources/dynamic/resources/http/types/HttpMethod.d.ts +0 -12
  1187. package/dist/api/resources/dynamic/resources/http/types/HttpMethod.js +0 -14
  1188. package/dist/api/resources/dynamic/resources/http/types/index.d.ts +0 -1
  1189. package/dist/api/resources/dynamic/resources/http/types/index.js +0 -17
  1190. package/dist/api/resources/dynamic/resources/index.d.ts +0 -20
  1191. package/dist/api/resources/dynamic/resources/index.js +0 -59
  1192. package/dist/api/resources/dynamic/resources/ir/index.d.ts +0 -1
  1193. package/dist/api/resources/dynamic/resources/ir/index.js +0 -17
  1194. package/dist/api/resources/dynamic/resources/ir/types/CratesPublishInfo.d.ts +0 -8
  1195. package/dist/api/resources/dynamic/resources/ir/types/CratesPublishInfo.js +0 -5
  1196. package/dist/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.ts +0 -37
  1197. package/dist/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.js +0 -5
  1198. package/dist/api/resources/dynamic/resources/ir/types/GeneratorConfig.d.ts +0 -18
  1199. package/dist/api/resources/dynamic/resources/ir/types/GeneratorConfig.js +0 -5
  1200. package/dist/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.ts +0 -18
  1201. package/dist/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.js +0 -5
  1202. package/dist/api/resources/dynamic/resources/ir/types/GoPublishInfo.d.ts +0 -8
  1203. package/dist/api/resources/dynamic/resources/ir/types/GoPublishInfo.js +0 -5
  1204. package/dist/api/resources/dynamic/resources/ir/types/MavenPublishInfo.d.ts +0 -8
  1205. package/dist/api/resources/dynamic/resources/ir/types/MavenPublishInfo.js +0 -5
  1206. package/dist/api/resources/dynamic/resources/ir/types/NpmPublishInfo.d.ts +0 -8
  1207. package/dist/api/resources/dynamic/resources/ir/types/NpmPublishInfo.js +0 -5
  1208. package/dist/api/resources/dynamic/resources/ir/types/NugetPublishInfo.d.ts +0 -8
  1209. package/dist/api/resources/dynamic/resources/ir/types/NugetPublishInfo.js +0 -5
  1210. package/dist/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +0 -31
  1211. package/dist/api/resources/dynamic/resources/ir/types/PublishInfo.js +0 -5
  1212. package/dist/api/resources/dynamic/resources/ir/types/PypiPublishInfo.d.ts +0 -8
  1213. package/dist/api/resources/dynamic/resources/ir/types/PypiPublishInfo.js +0 -5
  1214. package/dist/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.d.ts +0 -8
  1215. package/dist/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.js +0 -5
  1216. package/dist/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.d.ts +0 -8
  1217. package/dist/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.js +0 -5
  1218. package/dist/api/resources/dynamic/resources/ir/types/index.d.ts +0 -12
  1219. package/dist/api/resources/dynamic/resources/ir/types/index.js +0 -28
  1220. package/dist/api/resources/dynamic/resources/snippets/index.d.ts +0 -1
  1221. package/dist/api/resources/dynamic/resources/snippets/index.js +0 -17
  1222. package/dist/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.d.ts +0 -17
  1223. package/dist/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.js +0 -5
  1224. package/dist/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.d.ts +0 -15
  1225. package/dist/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.js +0 -5
  1226. package/dist/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.ts +0 -8
  1227. package/dist/api/resources/dynamic/resources/snippets/types/ErrorSeverity.js +0 -10
  1228. package/dist/api/resources/dynamic/resources/snippets/types/Error_.d.ts +0 -8
  1229. package/dist/api/resources/dynamic/resources/snippets/types/Error_.js +0 -5
  1230. package/dist/api/resources/dynamic/resources/snippets/types/Values.d.ts +0 -10
  1231. package/dist/api/resources/dynamic/resources/snippets/types/Values.js +0 -5
  1232. package/dist/api/resources/dynamic/resources/snippets/types/index.d.ts +0 -5
  1233. package/dist/api/resources/dynamic/resources/snippets/types/index.js +0 -21
  1234. package/dist/api/resources/dynamic/resources/types/index.d.ts +0 -1
  1235. package/dist/api/resources/dynamic/resources/types/index.js +0 -17
  1236. package/dist/api/resources/dynamic/resources/types/types/AliasType.d.ts +0 -8
  1237. package/dist/api/resources/dynamic/resources/types/types/AliasType.js +0 -5
  1238. package/dist/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.ts +0 -10
  1239. package/dist/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.js +0 -5
  1240. package/dist/api/resources/dynamic/resources/types/types/EnumType.d.ts +0 -8
  1241. package/dist/api/resources/dynamic/resources/types/types/EnumType.js +0 -5
  1242. package/dist/api/resources/dynamic/resources/types/types/LiteralType.d.ts +0 -15
  1243. package/dist/api/resources/dynamic/resources/types/types/LiteralType.js +0 -5
  1244. package/dist/api/resources/dynamic/resources/types/types/MapType.d.ts +0 -8
  1245. package/dist/api/resources/dynamic/resources/types/types/MapType.js +0 -5
  1246. package/dist/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +0 -11
  1247. package/dist/api/resources/dynamic/resources/types/types/NamedParameter.js +0 -5
  1248. package/dist/api/resources/dynamic/resources/types/types/NamedType.d.ts +0 -25
  1249. package/dist/api/resources/dynamic/resources/types/types/NamedType.js +0 -5
  1250. package/dist/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.d.ts +0 -8
  1251. package/dist/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.js +0 -10
  1252. package/dist/api/resources/dynamic/resources/types/types/ObjectType.d.ts +0 -15
  1253. package/dist/api/resources/dynamic/resources/types/types/ObjectType.js +0 -5
  1254. package/dist/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.d.ts +0 -22
  1255. package/dist/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.js +0 -21
  1256. package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +0 -16
  1257. package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.js +0 -5
  1258. package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.ts +0 -9
  1259. package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.js +0 -5
  1260. package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.ts +0 -10
  1261. package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.js +0 -5
  1262. package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.ts +0 -10
  1263. package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.js +0 -5
  1264. package/dist/api/resources/dynamic/resources/types/types/TypeReference.d.ts +0 -41
  1265. package/dist/api/resources/dynamic/resources/types/types/TypeReference.js +0 -5
  1266. package/dist/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.d.ts +0 -9
  1267. package/dist/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.js +0 -5
  1268. package/dist/api/resources/dynamic/resources/types/types/index.d.ts +0 -16
  1269. package/dist/api/resources/dynamic/resources/types/types/index.js +0 -32
  1270. package/dist/api/resources/dynamic/resources/variables/index.d.ts +0 -1
  1271. package/dist/api/resources/dynamic/resources/variables/index.js +0 -17
  1272. package/dist/api/resources/dynamic/resources/variables/types/VariableDeclaration.d.ts +0 -16
  1273. package/dist/api/resources/dynamic/resources/variables/types/VariableDeclaration.js +0 -5
  1274. package/dist/api/resources/dynamic/resources/variables/types/index.d.ts +0 -1
  1275. package/dist/api/resources/dynamic/resources/variables/types/index.js +0 -17
  1276. package/dist/api/resources/generatorExec/index.d.ts +0 -1
  1277. package/dist/api/resources/generatorExec/index.js +0 -17
  1278. package/dist/api/resources/generatorExec/resources/config/index.d.ts +0 -1
  1279. package/dist/api/resources/generatorExec/resources/config/index.js +0 -17
  1280. package/dist/api/resources/generatorExec/resources/config/types/BasicLicense.d.ts +0 -7
  1281. package/dist/api/resources/generatorExec/resources/config/types/BasicLicense.js +0 -5
  1282. package/dist/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.d.ts +0 -10
  1283. package/dist/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.js +0 -5
  1284. package/dist/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.d.ts +0 -8
  1285. package/dist/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.js +0 -5
  1286. package/dist/api/resources/generatorExec/resources/config/types/CustomLicense.d.ts +0 -6
  1287. package/dist/api/resources/generatorExec/resources/config/types/CustomLicense.js +0 -5
  1288. package/dist/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +0 -4
  1289. package/dist/api/resources/generatorExec/resources/config/types/EnvironmentVariable.js +0 -5
  1290. package/dist/api/resources/generatorExec/resources/config/types/GeneratorConfig.d.ts +0 -21
  1291. package/dist/api/resources/generatorExec/resources/config/types/GeneratorConfig.js +0 -5
  1292. package/dist/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +0 -13
  1293. package/dist/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.js +0 -5
  1294. package/dist/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.d.ts +0 -11
  1295. package/dist/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.js +0 -5
  1296. package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.d.ts +0 -12
  1297. package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.js +0 -5
  1298. package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +0 -28
  1299. package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.js +0 -5
  1300. package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.d.ts +0 -8
  1301. package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.js +0 -5
  1302. package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.d.ts +0 -12
  1303. package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.js +0 -5
  1304. package/dist/api/resources/generatorExec/resources/config/types/GithubOutputMode.d.ts +0 -17
  1305. package/dist/api/resources/generatorExec/resources/config/types/GithubOutputMode.js +0 -5
  1306. package/dist/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +0 -28
  1307. package/dist/api/resources/generatorExec/resources/config/types/GithubPublishInfo.js +0 -5
  1308. package/dist/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +0 -13
  1309. package/dist/api/resources/generatorExec/resources/config/types/LicenseConfig.js +0 -5
  1310. package/dist/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +0 -8
  1311. package/dist/api/resources/generatorExec/resources/config/types/LicenseId.js +0 -10
  1312. package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignature.d.ts +0 -8
  1313. package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignature.js +0 -5
  1314. package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.d.ts +0 -9
  1315. package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.js +0 -5
  1316. package/dist/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.d.ts +0 -12
  1317. package/dist/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.js +0 -5
  1318. package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.d.ts +0 -11
  1319. package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.js +0 -5
  1320. package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.d.ts +0 -11
  1321. package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.js +0 -5
  1322. package/dist/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.d.ts +0 -10
  1323. package/dist/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.js +0 -5
  1324. package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.d.ts +0 -8
  1325. package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.js +0 -5
  1326. package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.d.ts +0 -8
  1327. package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.js +0 -5
  1328. package/dist/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.d.ts +0 -10
  1329. package/dist/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.js +0 -5
  1330. package/dist/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.d.ts +0 -8
  1331. package/dist/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.js +0 -5
  1332. package/dist/api/resources/generatorExec/resources/config/types/OutputMetadata.d.ts +0 -8
  1333. package/dist/api/resources/generatorExec/resources/config/types/OutputMetadata.js +0 -5
  1334. package/dist/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.d.ts +0 -7
  1335. package/dist/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.js +0 -5
  1336. package/dist/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +0 -16
  1337. package/dist/api/resources/generatorExec/resources/config/types/OutputMode.js +0 -5
  1338. package/dist/api/resources/generatorExec/resources/config/types/PostmanConfig.d.ts +0 -7
  1339. package/dist/api/resources/generatorExec/resources/config/types/PostmanConfig.js +0 -5
  1340. package/dist/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.d.ts +0 -8
  1341. package/dist/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.js +0 -5
  1342. package/dist/api/resources/generatorExec/resources/config/types/PublishingMetadata.d.ts +0 -12
  1343. package/dist/api/resources/generatorExec/resources/config/types/PublishingMetadata.js +0 -5
  1344. package/dist/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.d.ts +0 -12
  1345. package/dist/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.js +0 -5
  1346. package/dist/api/resources/generatorExec/resources/config/types/PypiMetadata.d.ts +0 -9
  1347. package/dist/api/resources/generatorExec/resources/config/types/PypiMetadata.js +0 -5
  1348. package/dist/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.d.ts +0 -11
  1349. package/dist/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.js +0 -5
  1350. package/dist/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.d.ts +0 -8
  1351. package/dist/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.js +0 -5
  1352. package/dist/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.d.ts +0 -10
  1353. package/dist/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.js +0 -5
  1354. package/dist/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.d.ts +0 -8
  1355. package/dist/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.js +0 -5
  1356. package/dist/api/resources/generatorExec/resources/config/types/index.d.ts +0 -38
  1357. package/dist/api/resources/generatorExec/resources/config/types/index.js +0 -54
  1358. package/dist/api/resources/generatorExec/resources/index.d.ts +0 -2
  1359. package/dist/api/resources/generatorExec/resources/index.js +0 -41
  1360. package/dist/api/resources/index.d.ts +0 -4
  1361. package/dist/api/resources/index.js +0 -43
  1362. package/dist/errors/FernIrError.d.ts +0 -12
  1363. package/dist/errors/FernIrError.js +0 -32
  1364. package/dist/errors/FernIrTimeoutError.d.ts +0 -6
  1365. package/dist/errors/FernIrTimeoutError.js +0 -13
  1366. package/dist/errors/index.d.ts +0 -2
  1367. package/dist/errors/index.js +0 -7
  1368. package/dist/index.d.ts +0 -2
  1369. package/dist/index.js +0 -40
  1370. package/dist/version.d.ts +0 -1
  1371. package/dist/version.js +0 -4
  1372. package/errors/FernIrError.d.ts +0 -12
  1373. package/errors/FernIrError.js +0 -32
  1374. package/errors/FernIrTimeoutError.d.ts +0 -6
  1375. package/errors/FernIrTimeoutError.js +0 -13
  1376. package/errors/index.d.ts +0 -2
  1377. package/errors/index.js +0 -7
  1378. package/index.d.ts +0 -2
  1379. package/index.js +0 -40
  1380. package/jest.config.js +0 -5
  1381. package/version.d.ts +0 -1
  1382. package/version.js +0 -4
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ export declare const ObjectPropertyAccess: {
2
+ readonly ReadOnly: "READ_ONLY";
3
+ readonly WriteOnly: "WRITE_ONLY";
4
+ };
5
+ export type ObjectPropertyAccess = (typeof ObjectPropertyAccess)[keyof typeof ObjectPropertyAccess];
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.ObjectPropertyAccess = void 0;
5
+ exports.ObjectPropertyAccess = {
6
+ ReadOnly: "READ_ONLY",
7
+ WriteOnly: "WRITE_ONLY",
8
+ };
@@ -0,0 +1,12 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface ObjectType {
3
+ declaration: FernIr.dynamic.Declaration;
4
+ properties: FernIr.dynamic.NamedParameter[];
5
+ /**
6
+ * List of type IDs that this object extends. Used by generators that need to
7
+ * handle inheritance patterns differently (e.g., Rust uses flattened wrapper fields).
8
+ */
9
+ extends?: FernIr.dynamic.TypeId[];
10
+ /** Whether the type allows additional properties. */
11
+ additionalProperties?: boolean;
12
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,18 @@
1
+ export declare const PrimitiveTypeV1: {
2
+ readonly Integer: "INTEGER";
3
+ /**
4
+ * Within the range -2^53 to 2^53 */
5
+ readonly Long: "LONG";
6
+ readonly Uint: "UINT";
7
+ readonly Uint64: "UINT_64";
8
+ readonly Float: "FLOAT";
9
+ readonly Double: "DOUBLE";
10
+ readonly Boolean: "BOOLEAN";
11
+ readonly String: "STRING";
12
+ readonly Date: "DATE";
13
+ readonly DateTime: "DATE_TIME";
14
+ readonly Uuid: "UUID";
15
+ readonly Base64: "BASE_64";
16
+ readonly BigInteger: "BIG_INTEGER";
17
+ };
18
+ export type PrimitiveTypeV1 = (typeof PrimitiveTypeV1)[keyof typeof PrimitiveTypeV1];
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.PrimitiveTypeV1 = void 0;
5
+ exports.PrimitiveTypeV1 = {
6
+ Integer: "INTEGER",
7
+ /**
8
+ * Within the range -2^53 to 2^53 */
9
+ Long: "LONG",
10
+ Uint: "UINT",
11
+ Uint64: "UINT_64",
12
+ Float: "FLOAT",
13
+ Double: "DOUBLE",
14
+ Boolean: "BOOLEAN",
15
+ String: "STRING",
16
+ Date: "DATE",
17
+ DateTime: "DATE_TIME",
18
+ Uuid: "UUID",
19
+ Base64: "BASE_64",
20
+ BigInteger: "BIG_INTEGER",
21
+ };
@@ -0,0 +1,13 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export type SingleDiscriminatedUnionType = FernIr.dynamic.SingleDiscriminatedUnionType.SamePropertiesAsObject | FernIr.dynamic.SingleDiscriminatedUnionType.SingleProperty | FernIr.dynamic.SingleDiscriminatedUnionType.NoProperties;
3
+ export declare namespace SingleDiscriminatedUnionType {
4
+ interface SamePropertiesAsObject extends FernIr.dynamic.SingleDiscriminatedUnionTypeObject {
5
+ type: "samePropertiesAsObject";
6
+ }
7
+ interface SingleProperty extends FernIr.dynamic.SingleDiscriminatedUnionTypeSingleProperty {
8
+ type: "singleProperty";
9
+ }
10
+ interface NoProperties extends FernIr.dynamic.SingleDiscriminatedUnionTypeNoProperties {
11
+ type: "noProperties";
12
+ }
13
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface SingleDiscriminatedUnionTypeNoProperties {
3
+ discriminantValue: FernIr.dynamic.NameAndWireValue;
4
+ /** Any properties included here are the base and/or extended properties from the union. */
5
+ properties?: FernIr.dynamic.NamedParameter[];
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface SingleDiscriminatedUnionTypeObject {
3
+ typeId: FernIr.dynamic.TypeId;
4
+ discriminantValue: FernIr.dynamic.NameAndWireValue;
5
+ /** Any properties included here are the base and/or extended properties from the union. */
6
+ properties: FernIr.dynamic.NamedParameter[];
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface SingleDiscriminatedUnionTypeSingleProperty {
3
+ typeReference: FernIr.dynamic.TypeReference;
4
+ discriminantValue: FernIr.dynamic.NameAndWireValue;
5
+ /** Any properties included here are the base and/or extended properties from the union. */
6
+ properties?: FernIr.dynamic.NamedParameter[];
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,38 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export type TypeReference = FernIr.dynamic.TypeReference.List | FernIr.dynamic.TypeReference.Literal | FernIr.dynamic.TypeReference.Map | FernIr.dynamic.TypeReference.Named | FernIr.dynamic.TypeReference.Nullable | FernIr.dynamic.TypeReference.Optional | FernIr.dynamic.TypeReference.Primitive | FernIr.dynamic.TypeReference.Set | FernIr.dynamic.TypeReference.Unknown;
3
+ export declare namespace TypeReference {
4
+ interface List {
5
+ type: "list";
6
+ value: FernIr.dynamic.TypeReference;
7
+ }
8
+ interface Literal {
9
+ type: "literal";
10
+ value: FernIr.dynamic.LiteralType;
11
+ }
12
+ interface Map extends FernIr.dynamic.MapType {
13
+ type: "map";
14
+ }
15
+ interface Named {
16
+ type: "named";
17
+ value: FernIr.dynamic.TypeId;
18
+ }
19
+ interface Nullable {
20
+ type: "nullable";
21
+ value: FernIr.dynamic.TypeReference;
22
+ }
23
+ interface Optional {
24
+ type: "optional";
25
+ value: FernIr.dynamic.TypeReference;
26
+ }
27
+ interface Primitive {
28
+ type: "primitive";
29
+ value: FernIr.dynamic.PrimitiveTypeV1;
30
+ }
31
+ interface Set {
32
+ type: "set";
33
+ value: FernIr.dynamic.TypeReference;
34
+ }
35
+ interface Unknown {
36
+ type: "unknown";
37
+ }
38
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface UndiscriminatedUnionType {
3
+ declaration: FernIr.dynamic.Declaration;
4
+ /** The dynamic type will be rendered with the first type that matches. */
5
+ types: FernIr.dynamic.TypeReference[];
6
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ export * from "./AliasType.js";
2
+ export * from "./DiscriminatedUnionType.js";
3
+ export * from "./EnumType.js";
4
+ export * from "./LiteralType.js";
5
+ export * from "./MapType.js";
6
+ export * from "./NamedParameter.js";
7
+ export * from "./NamedType.js";
8
+ export * from "./ObjectPropertyAccess.js";
9
+ export * from "./ObjectType.js";
10
+ export * from "./PrimitiveTypeV1.js";
11
+ export * from "./SingleDiscriminatedUnionType.js";
12
+ export * from "./SingleDiscriminatedUnionTypeNoProperties.js";
13
+ export * from "./SingleDiscriminatedUnionTypeObject.js";
14
+ export * from "./SingleDiscriminatedUnionTypeSingleProperty.js";
15
+ export * from "./TypeReference.js";
16
+ export * from "./UndiscriminatedUnionType.js";
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./AliasType.js"), exports);
18
+ __exportStar(require("./DiscriminatedUnionType.js"), exports);
19
+ __exportStar(require("./EnumType.js"), exports);
20
+ __exportStar(require("./LiteralType.js"), exports);
21
+ __exportStar(require("./MapType.js"), exports);
22
+ __exportStar(require("./NamedParameter.js"), exports);
23
+ __exportStar(require("./NamedType.js"), exports);
24
+ __exportStar(require("./ObjectPropertyAccess.js"), exports);
25
+ __exportStar(require("./ObjectType.js"), exports);
26
+ __exportStar(require("./PrimitiveTypeV1.js"), exports);
27
+ __exportStar(require("./SingleDiscriminatedUnionType.js"), exports);
28
+ __exportStar(require("./SingleDiscriminatedUnionTypeNoProperties.js"), exports);
29
+ __exportStar(require("./SingleDiscriminatedUnionTypeObject.js"), exports);
30
+ __exportStar(require("./SingleDiscriminatedUnionTypeSingleProperty.js"), exports);
31
+ __exportStar(require("./TypeReference.js"), exports);
32
+ __exportStar(require("./UndiscriminatedUnionType.js"), exports);
@@ -0,0 +1 @@
1
+ export * from "./types/index.js";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types/index.js"), exports);
@@ -0,0 +1,13 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ /**
3
+ * A variable that is configured at the client level and can be
4
+ * referenced in path parameters and other contexts.
5
+ */
6
+ export interface VariableDeclaration {
7
+ /** The unique identifier for the variable */
8
+ id: string;
9
+ /** The name of the variable */
10
+ name: FernIr.Name;
11
+ /** The type of the variable */
12
+ typeReference: FernIr.dynamic.TypeReference;
13
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export * from "./VariableDeclaration.js";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./VariableDeclaration.js"), exports);
@@ -0,0 +1 @@
1
+ export * from "./resources/index.js";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./resources/index.js"), exports);
@@ -0,0 +1 @@
1
+ export * from "./types/index.js";
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./types/index.js"), exports);
@@ -0,0 +1,4 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface BasicLicense {
3
+ id: FernIr.generatorExec.LicenseId;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface CratesGithubPublishInfo {
3
+ registryUrl: string;
4
+ packageName: string;
5
+ tokenEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
6
+ shouldGeneratePublishWorkflow?: boolean;
7
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ export interface CratesRegistryConfig {
2
+ registryUrl: string;
3
+ token: string;
4
+ packageName: string;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ export interface CustomLicense {
2
+ filename: string;
3
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1 @@
1
+ export type EnvironmentVariable = string;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,18 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface GeneratorConfig {
3
+ dryRun: boolean;
4
+ irFilepath: string;
5
+ originalReadmeFilepath?: string;
6
+ license?: FernIr.generatorExec.LicenseConfig;
7
+ output: FernIr.generatorExec.GeneratorOutputConfig;
8
+ /** Deprecated. Use output.mode instead. */
9
+ publish?: FernIr.generatorExec.GeneratorPublishConfig;
10
+ workspaceName: string;
11
+ organization: string;
12
+ customConfig?: unknown;
13
+ environment: FernIr.generatorExec.GeneratorEnvironment;
14
+ whitelabel: boolean;
15
+ writeUnitTests: boolean;
16
+ generatePaginatedClients?: boolean;
17
+ generateOauthClients: boolean;
18
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export type GeneratorEnvironment = FernIr.generatorExec.GeneratorEnvironment.Local | FernIr.generatorExec.GeneratorEnvironment.Remote;
3
+ export declare namespace GeneratorEnvironment {
4
+ interface Local {
5
+ _type: "local";
6
+ }
7
+ interface Remote extends FernIr.generatorExec.RemoteGeneratorEnvironment {
8
+ _type: "remote";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,8 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface GeneratorOutputConfig {
3
+ path: string;
4
+ snippetFilepath?: string;
5
+ snippetTemplateFilepath?: string;
6
+ publishingMetadata?: FernIr.generatorExec.PublishingMetadata;
7
+ mode: FernIr.generatorExec.OutputMode;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface GeneratorPublishConfig {
3
+ /** Deprecated, use publishTargets instead. */
4
+ registries: FernIr.generatorExec.GeneratorRegistriesConfig;
5
+ /** Deprecated, use publishTargets instead. */
6
+ registriesV2: FernIr.generatorExec.GeneratorRegistriesConfigV2;
7
+ publishTarget?: FernIr.generatorExec.GeneratorPublishTarget;
8
+ version: string;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,25 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export type GeneratorPublishTarget = FernIr.generatorExec.GeneratorPublishTarget.Maven | FernIr.generatorExec.GeneratorPublishTarget.Npm | FernIr.generatorExec.GeneratorPublishTarget.Pypi | FernIr.generatorExec.GeneratorPublishTarget.Postman | FernIr.generatorExec.GeneratorPublishTarget.Rubygems | FernIr.generatorExec.GeneratorPublishTarget.Nuget | FernIr.generatorExec.GeneratorPublishTarget.Crates;
3
+ export declare namespace GeneratorPublishTarget {
4
+ interface Maven extends FernIr.generatorExec.MavenRegistryConfigV2 {
5
+ type: "maven";
6
+ }
7
+ interface Npm extends FernIr.generatorExec.NpmRegistryConfigV2 {
8
+ type: "npm";
9
+ }
10
+ interface Pypi extends FernIr.generatorExec.PypiRegistryConfig {
11
+ type: "pypi";
12
+ }
13
+ interface Postman extends FernIr.generatorExec.PostmanConfig {
14
+ type: "postman";
15
+ }
16
+ interface Rubygems extends FernIr.generatorExec.RubyGemsRegistryConfig {
17
+ type: "rubygems";
18
+ }
19
+ interface Nuget extends FernIr.generatorExec.NugetRegistryConfig {
20
+ type: "nuget";
21
+ }
22
+ interface Crates extends FernIr.generatorExec.CratesRegistryConfig {
23
+ type: "crates";
24
+ }
25
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface GeneratorRegistriesConfig {
3
+ maven: FernIr.generatorExec.MavenRegistryConfig;
4
+ npm: FernIr.generatorExec.NpmRegistryConfig;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,9 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface GeneratorRegistriesConfigV2 {
3
+ maven: FernIr.generatorExec.MavenRegistryConfigV2;
4
+ npm: FernIr.generatorExec.NpmRegistryConfigV2;
5
+ pypi: FernIr.generatorExec.PypiRegistryConfig;
6
+ rubygems: FernIr.generatorExec.RubyGemsRegistryConfig;
7
+ nuget: FernIr.generatorExec.NugetRegistryConfig;
8
+ crates: FernIr.generatorExec.CratesRegistryConfig;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export interface GithubOutputMode {
3
+ version: string;
4
+ /** A full repo url (i.e. https://github.com/fern-api/fern) */
5
+ repoUrl: string;
6
+ /**
7
+ * The token scoped to installing the repository. If not specified, the generator
8
+ * should NOT attempt to clone the repository.
9
+ */
10
+ installationToken?: string;
11
+ /** The branch to use for README cloning. Defaults to the repository's default branch when omitted. */
12
+ branch?: string;
13
+ publishInfo?: FernIr.generatorExec.GithubPublishInfo;
14
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,25 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export type GithubPublishInfo = FernIr.generatorExec.GithubPublishInfo.Npm | FernIr.generatorExec.GithubPublishInfo.Maven | FernIr.generatorExec.GithubPublishInfo.Postman | FernIr.generatorExec.GithubPublishInfo.Pypi | FernIr.generatorExec.GithubPublishInfo.Rubygems | FernIr.generatorExec.GithubPublishInfo.Nuget | FernIr.generatorExec.GithubPublishInfo.Crates;
3
+ export declare namespace GithubPublishInfo {
4
+ interface Npm extends FernIr.generatorExec.NpmGithubPublishInfo {
5
+ type: "npm";
6
+ }
7
+ interface Maven extends FernIr.generatorExec.MavenGithubPublishInfo {
8
+ type: "maven";
9
+ }
10
+ interface Postman extends FernIr.generatorExec.PostmanGithubPublishInfo {
11
+ type: "postman";
12
+ }
13
+ interface Pypi extends FernIr.generatorExec.PypiGithubPublishInfo {
14
+ type: "pypi";
15
+ }
16
+ interface Rubygems extends FernIr.generatorExec.RubyGemsGithubPublishInfo {
17
+ type: "rubygems";
18
+ }
19
+ interface Nuget extends FernIr.generatorExec.NugetGithubPublishInfo {
20
+ type: "nuget";
21
+ }
22
+ interface Crates extends FernIr.generatorExec.CratesGithubPublishInfo {
23
+ type: "crates";
24
+ }
25
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type * as FernIr from "../../../../../index.js";
2
+ export type LicenseConfig = FernIr.generatorExec.LicenseConfig.Basic | FernIr.generatorExec.LicenseConfig.Custom;
3
+ export declare namespace LicenseConfig {
4
+ interface Basic extends FernIr.generatorExec.BasicLicense {
5
+ type: "basic";
6
+ }
7
+ interface Custom extends FernIr.generatorExec.CustomLicense {
8
+ type: "custom";
9
+ }
10
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ // This file was auto-generated by Fern from our API Definition.
3
+ Object.defineProperty(exports, "__esModule", { value: true });