@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.
- package/dist/cjs/BaseClient.d.ts +32 -0
- package/dist/cjs/BaseClient.js +50 -0
- package/dist/cjs/api/index.d.ts +1 -0
- package/dist/cjs/api/index.js +17 -0
- package/dist/cjs/api/resources/commons/index.d.ts +1 -0
- package/dist/cjs/api/resources/commons/index.js +17 -0
- package/dist/cjs/api/resources/commons/types/Name.d.ts +8 -0
- package/dist/cjs/api/resources/commons/types/Name.js +3 -0
- package/dist/cjs/api/resources/commons/types/SafeAndUnsafeString.d.ts +6 -0
- package/dist/cjs/api/resources/commons/types/SafeAndUnsafeString.js +3 -0
- package/dist/cjs/api/resources/commons/types/index.d.ts +2 -0
- package/dist/cjs/api/resources/commons/types/index.js +18 -0
- package/dist/cjs/api/resources/dynamic/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/Auth.d.ts +19 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/Auth.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/AuthValues.d.ts +19 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/AuthValues.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/BasicAuth.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/BasicAuth.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/BasicAuthValues.d.ts +4 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/BasicAuthValues.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/BearerAuth.d.ts +4 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/BearerAuth.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/BearerAuthValues.d.ts +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/BearerAuthValues.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/HeaderAuth.d.ts +4 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/HeaderAuth.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/HeaderAuthValues.d.ts +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/HeaderAuthValues.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/InferredAuth.d.ts +9 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/InferredAuth.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/InferredAuthValues.d.ts +8 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/InferredAuthValues.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/OAuth.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/OAuth.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/OAuthValues.d.ts +4 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/OAuthValues.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/index.d.ts +12 -0
- package/dist/cjs/api/resources/dynamic/resources/auth/types/index.js +28 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/EndpointId.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/EndpointId.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/FernFilepath.d.ts +6 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/FernFilepath.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/Name.d.ts +8 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/Name.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/NameAndWireValue.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/NameAndWireValue.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.d.ts +6 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/TypeId.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/TypeId.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/WithDocs.d.ts +3 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/WithDocs.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/index.d.ts +7 -0
- package/dist/cjs/api/resources/dynamic/resources/commons/types/index.js +23 -0
- package/dist/cjs/api/resources/dynamic/resources/declaration/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/declaration/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/declaration/types/Declaration.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/declaration/types/Declaration.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/declaration/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/declaration/types/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/BodyRequest.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/BodyRequest.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Endpoint.d.ts +9 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Endpoint.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/EndpointExample.d.ts +7 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/EndpointExample.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.ts +8 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/EndpointLocation.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.d.ts +4 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +13 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequest.d.ts +9 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequest.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +14 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.d.ts +18 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +11 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Request.d.ts +13 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Request.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Response.d.ts +29 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/Response.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/index.d.ts +13 -0
- package/dist/cjs/api/resources/dynamic/resources/endpoints/types/index.js +29 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentId.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentId.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentUrl.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentUrl.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +14 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentValues.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/Environments.d.ts +10 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/Environments.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.d.ts +6 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +2 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.d.ts +6 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.d.ts +4 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/index.d.ts +12 -0
- package/dist/cjs/api/resources/dynamic/resources/environment/types/index.js +28 -0
- package/dist/cjs/api/resources/dynamic/resources/http/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/http/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/http/types/HttpMethod.d.ts +9 -0
- package/dist/cjs/api/resources/dynamic/resources/http/types/HttpMethod.js +12 -0
- package/dist/cjs/api/resources/dynamic/resources/http/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/http/types/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/index.d.ts +20 -0
- package/dist/cjs/api/resources/dynamic/resources/index.js +59 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/CratesPublishInfo.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/CratesPublishInfo.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.ts +34 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/GeneratorConfig.d.ts +15 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/GeneratorConfig.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.ts +15 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/GoPublishInfo.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/GoPublishInfo.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/MavenPublishInfo.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/MavenPublishInfo.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/NpmPublishInfo.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/NpmPublishInfo.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/NugetPublishInfo.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/NugetPublishInfo.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +28 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/PublishInfo.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/PypiPublishInfo.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/PypiPublishInfo.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/index.d.ts +12 -0
- package/dist/cjs/api/resources/dynamic/resources/ir/types/index.js +28 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.d.ts +14 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.d.ts +12 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/ErrorSeverity.js +8 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/Error_.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/Error_.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/Values.d.ts +7 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/Values.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/index.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/snippets/types/index.js +21 -0
- package/dist/cjs/api/resources/dynamic/resources/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/types/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/AliasType.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/AliasType.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.ts +7 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/EnumType.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/EnumType.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/LiteralType.d.ts +12 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/LiteralType.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/MapType.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/MapType.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +8 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/NamedParameter.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/NamedType.d.ts +22 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/NamedType.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.d.ts +5 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.js +8 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/ObjectType.d.ts +12 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/ObjectType.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.d.ts +18 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.js +21 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +13 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.ts +6 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.ts +7 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.ts +7 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/TypeReference.d.ts +38 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/TypeReference.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.d.ts +6 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/index.d.ts +16 -0
- package/dist/cjs/api/resources/dynamic/resources/types/types/index.js +32 -0
- package/dist/cjs/api/resources/dynamic/resources/variables/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/variables/index.js +17 -0
- package/dist/cjs/api/resources/dynamic/resources/variables/types/VariableDeclaration.d.ts +13 -0
- package/dist/cjs/api/resources/dynamic/resources/variables/types/VariableDeclaration.js +3 -0
- package/dist/cjs/api/resources/dynamic/resources/variables/types/index.d.ts +1 -0
- package/dist/cjs/api/resources/dynamic/resources/variables/types/index.js +17 -0
- package/dist/cjs/api/resources/generatorExec/index.d.ts +1 -0
- package/dist/cjs/api/resources/generatorExec/index.js +17 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/index.d.ts +1 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/index.js +17 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/BasicLicense.d.ts +4 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/BasicLicense.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.d.ts +7 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.d.ts +5 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/CustomLicense.d.ts +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/CustomLicense.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +1 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/EnvironmentVariable.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorConfig.d.ts +18 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +10 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.d.ts +8 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.d.ts +9 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +25 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.d.ts +5 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.d.ts +9 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GithubOutputMode.d.ts +14 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GithubOutputMode.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +25 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/GithubPublishInfo.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +10 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/LicenseConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +5 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/LicenseId.js +8 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenCentralSignature.d.ts +5 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenCentralSignature.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.d.ts +6 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.d.ts +9 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.d.ts +8 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.d.ts +8 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.d.ts +7 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.d.ts +5 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.d.ts +5 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.d.ts +7 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.d.ts +5 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMetadata.d.ts +5 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMetadata.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.d.ts +4 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +13 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/OutputMode.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PostmanConfig.d.ts +4 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PostmanConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.d.ts +5 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PublishingMetadata.d.ts +9 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PublishingMetadata.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.d.ts +9 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiMetadata.d.ts +6 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiMetadata.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.d.ts +8 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.d.ts +5 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.d.ts +7 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.d.ts +5 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.js +3 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/index.d.ts +38 -0
- package/dist/cjs/api/resources/generatorExec/resources/config/types/index.js +54 -0
- package/dist/cjs/api/resources/generatorExec/resources/index.d.ts +2 -0
- package/dist/cjs/api/resources/generatorExec/resources/index.js +41 -0
- package/dist/cjs/api/resources/index.d.ts +4 -0
- package/dist/cjs/api/resources/index.js +43 -0
- package/dist/cjs/core/exports.d.ts +1 -0
- package/dist/cjs/core/exports.js +17 -0
- package/dist/cjs/core/fetcher/APIResponse.d.ts +20 -0
- package/dist/cjs/core/fetcher/APIResponse.js +2 -0
- package/dist/cjs/core/fetcher/BinaryResponse.d.ts +19 -0
- package/dist/cjs/core/fetcher/BinaryResponse.js +17 -0
- package/dist/cjs/core/fetcher/EndpointMetadata.d.ts +13 -0
- package/dist/cjs/core/fetcher/EndpointMetadata.js +2 -0
- package/dist/cjs/core/fetcher/EndpointSupplier.d.ts +12 -0
- package/dist/cjs/core/fetcher/EndpointSupplier.js +22 -0
- package/dist/cjs/core/fetcher/Fetcher.d.ts +48 -0
- package/dist/cjs/core/fetcher/Fetcher.js +316 -0
- package/dist/cjs/core/fetcher/Headers.d.ts +2 -0
- package/dist/cjs/core/fetcher/Headers.js +84 -0
- package/dist/cjs/core/fetcher/HttpResponsePromise.d.ts +58 -0
- package/dist/cjs/core/fetcher/HttpResponsePromise.js +103 -0
- package/dist/cjs/core/fetcher/RawResponse.d.ts +29 -0
- package/dist/cjs/core/fetcher/RawResponse.js +44 -0
- package/dist/cjs/core/fetcher/Supplier.d.ts +4 -0
- package/dist/cjs/core/fetcher/Supplier.js +22 -0
- package/dist/cjs/core/fetcher/createRequestUrl.d.ts +1 -0
- package/dist/cjs/core/fetcher/createRequestUrl.js +8 -0
- package/dist/cjs/core/fetcher/getErrorResponseBody.d.ts +1 -0
- package/dist/cjs/core/fetcher/getErrorResponseBody.js +45 -0
- package/dist/cjs/core/fetcher/getFetchFn.d.ts +1 -0
- package/dist/cjs/core/fetcher/getFetchFn.js +17 -0
- package/dist/cjs/core/fetcher/getHeader.d.ts +1 -0
- package/dist/cjs/core/fetcher/getHeader.js +11 -0
- package/dist/cjs/core/fetcher/getRequestBody.d.ts +7 -0
- package/dist/cjs/core/fetcher/getRequestBody.js +27 -0
- package/dist/cjs/core/fetcher/getResponseBody.d.ts +1 -0
- package/dist/cjs/core/fetcher/getResponseBody.js +69 -0
- package/dist/cjs/core/fetcher/index.d.ts +11 -0
- package/dist/cjs/core/fetcher/index.js +17 -0
- package/dist/cjs/core/fetcher/makeRequest.d.ts +1 -0
- package/dist/cjs/core/fetcher/makeRequest.js +40 -0
- package/dist/cjs/core/fetcher/requestWithRetries.d.ts +1 -0
- package/dist/cjs/core/fetcher/requestWithRetries.js +67 -0
- package/dist/cjs/core/fetcher/signals.d.ts +5 -0
- package/dist/cjs/core/fetcher/signals.js +24 -0
- package/dist/cjs/core/headers.d.ts +2 -0
- package/dist/cjs/core/headers.js +31 -0
- package/dist/cjs/core/index.d.ts +4 -0
- package/dist/cjs/core/index.js +43 -0
- package/dist/cjs/core/json.d.ts +15 -0
- package/dist/cjs/core/json.js +24 -0
- package/dist/cjs/core/logging/exports.d.ts +18 -0
- package/dist/cjs/core/logging/exports.js +45 -0
- package/dist/cjs/core/logging/index.d.ts +1 -0
- package/dist/cjs/core/logging/index.js +17 -0
- package/dist/cjs/core/logging/logger.d.ts +126 -0
- package/dist/cjs/core/logging/logger.js +144 -0
- package/dist/cjs/core/runtime/index.d.ts +1 -0
- package/dist/cjs/core/runtime/index.js +5 -0
- package/dist/cjs/core/runtime/runtime.d.ts +9 -0
- package/dist/cjs/core/runtime/runtime.js +103 -0
- package/dist/cjs/core/url/encodePathParam.d.ts +1 -0
- package/dist/cjs/core/url/encodePathParam.js +21 -0
- package/dist/cjs/core/url/index.d.ts +3 -0
- package/dist/cjs/core/url/index.js +9 -0
- package/dist/cjs/core/url/join.d.ts +1 -0
- package/dist/cjs/core/url/join.js +68 -0
- package/dist/cjs/core/url/qs.d.ts +6 -0
- package/dist/cjs/core/url/qs.js +64 -0
- package/dist/cjs/errors/FernIrError.d.ts +12 -0
- package/dist/cjs/errors/FernIrError.js +32 -0
- package/dist/cjs/errors/FernIrTimeoutError.d.ts +3 -0
- package/dist/cjs/errors/FernIrTimeoutError.js +15 -0
- package/dist/cjs/errors/handleNonStatusCodeError.d.ts +2 -0
- package/dist/cjs/errors/handleNonStatusCodeError.js +65 -0
- package/dist/cjs/errors/index.d.ts +2 -0
- package/dist/cjs/errors/index.js +7 -0
- package/dist/cjs/exports.d.ts +1 -0
- package/dist/cjs/exports.js +17 -0
- package/dist/cjs/index.d.ts +4 -0
- package/dist/cjs/index.js +44 -0
- package/dist/cjs/version.d.ts +1 -0
- package/dist/cjs/version.js +4 -0
- package/dist/esm/BaseClient.d.mts +32 -0
- package/dist/esm/BaseClient.mjs +14 -0
- package/dist/esm/api/index.d.mts +1 -0
- package/dist/esm/api/index.mjs +1 -0
- package/dist/esm/api/resources/commons/index.d.mts +1 -0
- package/dist/esm/api/resources/commons/index.mjs +1 -0
- package/dist/esm/api/resources/commons/types/Name.d.mts +8 -0
- package/dist/esm/api/resources/commons/types/Name.mjs +2 -0
- package/dist/esm/api/resources/commons/types/SafeAndUnsafeString.d.mts +6 -0
- package/dist/esm/api/resources/commons/types/SafeAndUnsafeString.mjs +2 -0
- package/dist/esm/api/resources/commons/types/index.d.mts +2 -0
- package/dist/esm/api/resources/commons/types/index.mjs +2 -0
- package/dist/esm/api/resources/dynamic/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/auth/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/auth/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/Auth.d.mts +19 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/Auth.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/AuthValues.d.mts +19 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/AuthValues.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/BasicAuth.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/BasicAuth.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/BasicAuthValues.d.mts +4 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/BasicAuthValues.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/BearerAuth.d.mts +4 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/BearerAuth.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/BearerAuthValues.d.mts +3 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/BearerAuthValues.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/HeaderAuth.d.mts +4 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/HeaderAuth.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/HeaderAuthValues.d.mts +3 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/HeaderAuthValues.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/InferredAuth.d.mts +9 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/InferredAuth.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/InferredAuthValues.d.mts +8 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/InferredAuthValues.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/OAuth.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/OAuth.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/OAuthValues.d.mts +4 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/OAuthValues.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/index.d.mts +12 -0
- package/dist/esm/api/resources/dynamic/resources/auth/types/index.mjs +12 -0
- package/dist/esm/api/resources/dynamic/resources/commons/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/commons/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/EndpointId.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/EndpointId.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/FernFilepath.d.mts +6 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/FernFilepath.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/Name.d.mts +8 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/Name.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/NameAndWireValue.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/NameAndWireValue.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.d.mts +6 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/TypeId.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/TypeId.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/WithDocs.d.mts +3 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/WithDocs.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/index.d.mts +7 -0
- package/dist/esm/api/resources/dynamic/resources/commons/types/index.mjs +7 -0
- package/dist/esm/api/resources/dynamic/resources/declaration/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/declaration/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/declaration/types/Declaration.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/declaration/types/Declaration.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/declaration/types/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/declaration/types/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/BodyRequest.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/BodyRequest.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/Endpoint.d.mts +9 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/Endpoint.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/EndpointExample.d.mts +7 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/EndpointExample.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.mts +8 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/EndpointLocation.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.d.mts +4 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.mts +13 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequest.d.mts +9 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequest.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.mts +14 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.d.mts +18 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.mts +11 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/Request.d.mts +13 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/Request.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/Response.d.mts +29 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/Response.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/index.d.mts +13 -0
- package/dist/esm/api/resources/dynamic/resources/endpoints/types/index.mjs +13 -0
- package/dist/esm/api/resources/dynamic/resources/environment/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/environment/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentId.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentId.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentUrl.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentUrl.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.mts +14 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentValues.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/Environments.d.mts +10 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/Environments.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.d.mts +6 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.mts +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.d.mts +6 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.d.mts +4 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/index.d.mts +12 -0
- package/dist/esm/api/resources/dynamic/resources/environment/types/index.mjs +12 -0
- package/dist/esm/api/resources/dynamic/resources/http/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/http/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/http/types/HttpMethod.d.mts +9 -0
- package/dist/esm/api/resources/dynamic/resources/http/types/HttpMethod.mjs +9 -0
- package/dist/esm/api/resources/dynamic/resources/http/types/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/http/types/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/index.d.mts +20 -0
- package/dist/esm/api/resources/dynamic/resources/index.mjs +20 -0
- package/dist/esm/api/resources/dynamic/resources/ir/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/ir/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/CratesPublishInfo.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/CratesPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.mts +34 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/GeneratorConfig.d.mts +15 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/GeneratorConfig.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.mts +15 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/GoPublishInfo.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/GoPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/MavenPublishInfo.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/MavenPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/NpmPublishInfo.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/NpmPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/NugetPublishInfo.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/NugetPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/PublishInfo.d.mts +28 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/PublishInfo.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/PypiPublishInfo.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/PypiPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/index.d.mts +12 -0
- package/dist/esm/api/resources/dynamic/resources/ir/types/index.mjs +12 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.d.mts +14 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.d.mts +12 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/ErrorSeverity.mjs +5 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/Error_.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/Error_.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/Values.d.mts +7 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/Values.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/index.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/snippets/types/index.mjs +5 -0
- package/dist/esm/api/resources/dynamic/resources/types/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/types/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/AliasType.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/AliasType.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.mts +7 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/EnumType.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/EnumType.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/LiteralType.d.mts +12 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/LiteralType.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/MapType.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/MapType.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/NamedParameter.d.mts +8 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/NamedParameter.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/NamedType.d.mts +22 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/NamedType.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.d.mts +5 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.mjs +5 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/ObjectType.d.mts +12 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/ObjectType.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.d.mts +18 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.mjs +18 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.mts +13 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.mts +6 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.mts +7 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.mts +7 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/TypeReference.d.mts +38 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/TypeReference.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.d.mts +6 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/index.d.mts +16 -0
- package/dist/esm/api/resources/dynamic/resources/types/types/index.mjs +16 -0
- package/dist/esm/api/resources/dynamic/resources/variables/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/variables/index.mjs +1 -0
- package/dist/esm/api/resources/dynamic/resources/variables/types/VariableDeclaration.d.mts +13 -0
- package/dist/esm/api/resources/dynamic/resources/variables/types/VariableDeclaration.mjs +2 -0
- package/dist/esm/api/resources/dynamic/resources/variables/types/index.d.mts +1 -0
- package/dist/esm/api/resources/dynamic/resources/variables/types/index.mjs +1 -0
- package/dist/esm/api/resources/generatorExec/index.d.mts +1 -0
- package/dist/esm/api/resources/generatorExec/index.mjs +1 -0
- package/dist/esm/api/resources/generatorExec/resources/config/index.d.mts +1 -0
- package/dist/esm/api/resources/generatorExec/resources/config/index.mjs +1 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/BasicLicense.d.mts +4 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/BasicLicense.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.d.mts +7 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.d.mts +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/CustomLicense.d.mts +3 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/CustomLicense.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.mts +1 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/EnvironmentVariable.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorConfig.d.mts +18 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.mts +10 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.d.mts +8 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.d.mts +9 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.mts +25 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.d.mts +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.d.mts +9 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GithubOutputMode.d.mts +14 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GithubOutputMode.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.mts +25 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/GithubPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/LicenseConfig.d.mts +10 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/LicenseConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/LicenseId.d.mts +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/LicenseId.mjs +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/MavenCentralSignature.d.mts +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/MavenCentralSignature.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.d.mts +6 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.d.mts +9 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.d.mts +8 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.d.mts +8 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.d.mts +7 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.d.mts +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.d.mts +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.d.mts +7 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.d.mts +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMetadata.d.mts +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMetadata.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.d.mts +4 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMode.d.mts +13 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/OutputMode.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PostmanConfig.d.mts +4 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PostmanConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.d.mts +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PublishingMetadata.d.mts +9 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PublishingMetadata.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.d.mts +9 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PypiMetadata.d.mts +6 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PypiMetadata.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.d.mts +8 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.d.mts +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.d.mts +7 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.d.mts +5 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.mjs +2 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/index.d.mts +38 -0
- package/dist/esm/api/resources/generatorExec/resources/config/types/index.mjs +38 -0
- package/dist/esm/api/resources/generatorExec/resources/index.d.mts +2 -0
- package/dist/esm/api/resources/generatorExec/resources/index.mjs +2 -0
- package/dist/esm/api/resources/index.d.mts +4 -0
- package/dist/esm/api/resources/index.mjs +4 -0
- package/dist/esm/core/exports.d.mts +1 -0
- package/dist/esm/core/exports.mjs +1 -0
- package/dist/esm/core/fetcher/APIResponse.d.mts +20 -0
- package/dist/esm/core/fetcher/APIResponse.mjs +1 -0
- package/dist/esm/core/fetcher/BinaryResponse.d.mts +19 -0
- package/dist/esm/core/fetcher/BinaryResponse.mjs +14 -0
- package/dist/esm/core/fetcher/EndpointMetadata.d.mts +13 -0
- package/dist/esm/core/fetcher/EndpointMetadata.mjs +1 -0
- package/dist/esm/core/fetcher/EndpointSupplier.d.mts +12 -0
- package/dist/esm/core/fetcher/EndpointSupplier.mjs +19 -0
- package/dist/esm/core/fetcher/Fetcher.d.mts +48 -0
- package/dist/esm/core/fetcher/Fetcher.mjs +312 -0
- package/dist/esm/core/fetcher/Headers.d.mts +2 -0
- package/dist/esm/core/fetcher/Headers.mjs +82 -0
- package/dist/esm/core/fetcher/HttpResponsePromise.d.mts +58 -0
- package/dist/esm/core/fetcher/HttpResponsePromise.mjs +99 -0
- package/dist/esm/core/fetcher/RawResponse.d.mts +29 -0
- package/dist/esm/core/fetcher/RawResponse.mjs +40 -0
- package/dist/esm/core/fetcher/Supplier.d.mts +4 -0
- package/dist/esm/core/fetcher/Supplier.mjs +19 -0
- package/dist/esm/core/fetcher/createRequestUrl.d.mts +1 -0
- package/dist/esm/core/fetcher/createRequestUrl.mjs +5 -0
- package/dist/esm/core/fetcher/getErrorResponseBody.d.mts +1 -0
- package/dist/esm/core/fetcher/getErrorResponseBody.mjs +42 -0
- package/dist/esm/core/fetcher/getFetchFn.d.mts +1 -0
- package/dist/esm/core/fetcher/getFetchFn.mjs +14 -0
- package/dist/esm/core/fetcher/getHeader.d.mts +1 -0
- package/dist/esm/core/fetcher/getHeader.mjs +8 -0
- package/dist/esm/core/fetcher/getRequestBody.d.mts +7 -0
- package/dist/esm/core/fetcher/getRequestBody.mjs +24 -0
- package/dist/esm/core/fetcher/getResponseBody.d.mts +1 -0
- package/dist/esm/core/fetcher/getResponseBody.mjs +66 -0
- package/dist/esm/core/fetcher/index.d.mts +11 -0
- package/dist/esm/core/fetcher/index.mjs +6 -0
- package/dist/esm/core/fetcher/makeRequest.d.mts +1 -0
- package/dist/esm/core/fetcher/makeRequest.mjs +36 -0
- package/dist/esm/core/fetcher/requestWithRetries.d.mts +1 -0
- package/dist/esm/core/fetcher/requestWithRetries.mjs +64 -0
- package/dist/esm/core/fetcher/signals.d.mts +5 -0
- package/dist/esm/core/fetcher/signals.mjs +20 -0
- package/dist/esm/core/headers.d.mts +2 -0
- package/dist/esm/core/headers.mjs +27 -0
- package/dist/esm/core/index.d.mts +4 -0
- package/dist/esm/core/index.mjs +4 -0
- package/dist/esm/core/json.d.mts +15 -0
- package/dist/esm/core/json.mjs +19 -0
- package/dist/esm/core/logging/exports.d.mts +18 -0
- package/dist/esm/core/logging/exports.mjs +9 -0
- package/dist/esm/core/logging/index.d.mts +1 -0
- package/dist/esm/core/logging/index.mjs +1 -0
- package/dist/esm/core/logging/logger.d.mts +126 -0
- package/dist/esm/core/logging/logger.mjs +138 -0
- package/dist/esm/core/runtime/index.d.mts +1 -0
- package/dist/esm/core/runtime/index.mjs +1 -0
- package/dist/esm/core/runtime/runtime.d.mts +9 -0
- package/dist/esm/core/runtime/runtime.mjs +100 -0
- package/dist/esm/core/url/encodePathParam.d.mts +1 -0
- package/dist/esm/core/url/encodePathParam.mjs +18 -0
- package/dist/esm/core/url/index.d.mts +3 -0
- package/dist/esm/core/url/index.mjs +3 -0
- package/dist/esm/core/url/join.d.mts +1 -0
- package/dist/esm/core/url/join.mjs +65 -0
- package/dist/esm/core/url/qs.d.mts +6 -0
- package/dist/esm/core/url/qs.mjs +61 -0
- package/dist/esm/errors/FernIrError.d.mts +12 -0
- package/dist/esm/errors/FernIrError.mjs +28 -0
- package/dist/esm/errors/FernIrTimeoutError.d.mts +3 -0
- package/dist/esm/errors/FernIrTimeoutError.mjs +11 -0
- package/dist/esm/errors/handleNonStatusCodeError.d.mts +2 -0
- package/dist/esm/errors/handleNonStatusCodeError.mjs +29 -0
- package/dist/esm/errors/index.d.mts +2 -0
- package/dist/esm/errors/index.mjs +2 -0
- package/dist/esm/exports.d.mts +1 -0
- package/dist/esm/exports.mjs +1 -0
- package/dist/esm/index.d.mts +4 -0
- package/dist/esm/index.mjs +3 -0
- package/dist/esm/version.d.mts +1 -0
- package/dist/esm/version.mjs +1 -0
- package/package.json +54 -16
- package/api/index.d.ts +0 -1
- package/api/index.js +0 -17
- package/api/resources/commons/index.d.ts +0 -1
- package/api/resources/commons/index.js +0 -17
- package/api/resources/commons/types/Name.d.ts +0 -11
- package/api/resources/commons/types/Name.js +0 -5
- package/api/resources/commons/types/SafeAndUnsafeString.d.ts +0 -9
- package/api/resources/commons/types/SafeAndUnsafeString.js +0 -5
- package/api/resources/commons/types/index.d.ts +0 -2
- package/api/resources/commons/types/index.js +0 -18
- package/api/resources/dynamic/index.d.ts +0 -1
- package/api/resources/dynamic/index.js +0 -17
- package/api/resources/dynamic/resources/auth/index.d.ts +0 -1
- package/api/resources/dynamic/resources/auth/index.js +0 -17
- package/api/resources/dynamic/resources/auth/types/Auth.d.ts +0 -22
- package/api/resources/dynamic/resources/auth/types/Auth.js +0 -5
- package/api/resources/dynamic/resources/auth/types/AuthValues.d.ts +0 -22
- package/api/resources/dynamic/resources/auth/types/AuthValues.js +0 -5
- package/api/resources/dynamic/resources/auth/types/BasicAuth.d.ts +0 -8
- package/api/resources/dynamic/resources/auth/types/BasicAuth.js +0 -5
- package/api/resources/dynamic/resources/auth/types/BasicAuthValues.d.ts +0 -7
- package/api/resources/dynamic/resources/auth/types/BasicAuthValues.js +0 -5
- package/api/resources/dynamic/resources/auth/types/BearerAuth.d.ts +0 -7
- package/api/resources/dynamic/resources/auth/types/BearerAuth.js +0 -5
- package/api/resources/dynamic/resources/auth/types/BearerAuthValues.d.ts +0 -6
- package/api/resources/dynamic/resources/auth/types/BearerAuthValues.js +0 -5
- package/api/resources/dynamic/resources/auth/types/HeaderAuth.d.ts +0 -7
- package/api/resources/dynamic/resources/auth/types/HeaderAuth.js +0 -5
- package/api/resources/dynamic/resources/auth/types/HeaderAuthValues.d.ts +0 -6
- package/api/resources/dynamic/resources/auth/types/HeaderAuthValues.js +0 -5
- package/api/resources/dynamic/resources/auth/types/InferredAuth.d.ts +0 -12
- package/api/resources/dynamic/resources/auth/types/InferredAuth.js +0 -5
- package/api/resources/dynamic/resources/auth/types/InferredAuthValues.d.ts +0 -11
- package/api/resources/dynamic/resources/auth/types/InferredAuthValues.js +0 -5
- package/api/resources/dynamic/resources/auth/types/OAuth.d.ts +0 -8
- package/api/resources/dynamic/resources/auth/types/OAuth.js +0 -5
- package/api/resources/dynamic/resources/auth/types/OAuthValues.d.ts +0 -7
- package/api/resources/dynamic/resources/auth/types/OAuthValues.js +0 -5
- package/api/resources/dynamic/resources/auth/types/index.d.ts +0 -12
- package/api/resources/dynamic/resources/auth/types/index.js +0 -28
- package/api/resources/dynamic/resources/commons/index.d.ts +0 -1
- package/api/resources/dynamic/resources/commons/index.js +0 -17
- package/api/resources/dynamic/resources/commons/types/EndpointId.d.ts +0 -4
- package/api/resources/dynamic/resources/commons/types/EndpointId.js +0 -5
- package/api/resources/dynamic/resources/commons/types/FernFilepath.d.ts +0 -9
- package/api/resources/dynamic/resources/commons/types/FernFilepath.js +0 -5
- package/api/resources/dynamic/resources/commons/types/Name.d.ts +0 -11
- package/api/resources/dynamic/resources/commons/types/Name.js +0 -5
- package/api/resources/dynamic/resources/commons/types/NameAndWireValue.d.ts +0 -8
- package/api/resources/dynamic/resources/commons/types/NameAndWireValue.js +0 -5
- package/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.d.ts +0 -9
- package/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.js +0 -5
- package/api/resources/dynamic/resources/commons/types/TypeId.d.ts +0 -4
- package/api/resources/dynamic/resources/commons/types/TypeId.js +0 -5
- package/api/resources/dynamic/resources/commons/types/WithDocs.d.ts +0 -6
- package/api/resources/dynamic/resources/commons/types/WithDocs.js +0 -5
- package/api/resources/dynamic/resources/commons/types/index.d.ts +0 -7
- package/api/resources/dynamic/resources/commons/types/index.js +0 -23
- package/api/resources/dynamic/resources/declaration/index.d.ts +0 -1
- package/api/resources/dynamic/resources/declaration/index.js +0 -17
- package/api/resources/dynamic/resources/declaration/types/Declaration.d.ts +0 -8
- package/api/resources/dynamic/resources/declaration/types/Declaration.js +0 -5
- package/api/resources/dynamic/resources/declaration/types/index.d.ts +0 -1
- package/api/resources/dynamic/resources/declaration/types/index.js +0 -17
- package/api/resources/dynamic/resources/endpoints/index.d.ts +0 -1
- package/api/resources/dynamic/resources/endpoints/index.js +0 -17
- package/api/resources/dynamic/resources/endpoints/types/BodyRequest.d.ts +0 -8
- package/api/resources/dynamic/resources/endpoints/types/BodyRequest.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/Endpoint.d.ts +0 -12
- package/api/resources/dynamic/resources/endpoints/types/Endpoint.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/EndpointExample.d.ts +0 -10
- package/api/resources/dynamic/resources/endpoints/types/EndpointExample.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.ts +0 -11
- package/api/resources/dynamic/resources/endpoints/types/EndpointLocation.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.d.ts +0 -7
- package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +0 -16
- package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/InlinedRequest.d.ts +0 -12
- package/api/resources/dynamic/resources/endpoints/types/InlinedRequest.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +0 -17
- package/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.d.ts +0 -21
- package/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.ts +0 -8
- package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +0 -14
- package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/Request.d.ts +0 -16
- package/api/resources/dynamic/resources/endpoints/types/Request.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/Response.d.ts +0 -32
- package/api/resources/dynamic/resources/endpoints/types/Response.js +0 -5
- package/api/resources/dynamic/resources/endpoints/types/index.d.ts +0 -13
- package/api/resources/dynamic/resources/endpoints/types/index.js +0 -29
- package/api/resources/dynamic/resources/environment/index.d.ts +0 -1
- package/api/resources/dynamic/resources/environment/index.js +0 -17
- package/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.d.ts +0 -4
- package/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.js +0 -5
- package/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.d.ts +0 -8
- package/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.js +0 -5
- package/api/resources/dynamic/resources/environment/types/EnvironmentId.d.ts +0 -4
- package/api/resources/dynamic/resources/environment/types/EnvironmentId.js +0 -5
- package/api/resources/dynamic/resources/environment/types/EnvironmentUrl.d.ts +0 -4
- package/api/resources/dynamic/resources/environment/types/EnvironmentUrl.js +0 -5
- package/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +0 -17
- package/api/resources/dynamic/resources/environment/types/EnvironmentValues.js +0 -5
- package/api/resources/dynamic/resources/environment/types/Environments.d.ts +0 -13
- package/api/resources/dynamic/resources/environment/types/Environments.js +0 -5
- package/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.d.ts +0 -8
- package/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.js +0 -5
- package/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.d.ts +0 -9
- package/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.js +0 -5
- package/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.d.ts +0 -8
- package/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.js +0 -5
- package/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +0 -5
- package/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.js +0 -5
- package/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.d.ts +0 -9
- package/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.js +0 -5
- package/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.d.ts +0 -7
- package/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.js +0 -5
- package/api/resources/dynamic/resources/environment/types/index.d.ts +0 -12
- package/api/resources/dynamic/resources/environment/types/index.js +0 -28
- package/api/resources/dynamic/resources/http/index.d.ts +0 -1
- package/api/resources/dynamic/resources/http/index.js +0 -17
- package/api/resources/dynamic/resources/http/types/HttpMethod.d.ts +0 -12
- package/api/resources/dynamic/resources/http/types/HttpMethod.js +0 -14
- package/api/resources/dynamic/resources/http/types/index.d.ts +0 -1
- package/api/resources/dynamic/resources/http/types/index.js +0 -17
- package/api/resources/dynamic/resources/index.d.ts +0 -20
- package/api/resources/dynamic/resources/index.js +0 -59
- package/api/resources/dynamic/resources/ir/index.d.ts +0 -1
- package/api/resources/dynamic/resources/ir/index.js +0 -17
- package/api/resources/dynamic/resources/ir/types/CratesPublishInfo.d.ts +0 -8
- package/api/resources/dynamic/resources/ir/types/CratesPublishInfo.js +0 -5
- package/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.ts +0 -37
- package/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.js +0 -5
- package/api/resources/dynamic/resources/ir/types/GeneratorConfig.d.ts +0 -18
- package/api/resources/dynamic/resources/ir/types/GeneratorConfig.js +0 -5
- package/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.ts +0 -18
- package/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.js +0 -5
- package/api/resources/dynamic/resources/ir/types/GoPublishInfo.d.ts +0 -8
- package/api/resources/dynamic/resources/ir/types/GoPublishInfo.js +0 -5
- package/api/resources/dynamic/resources/ir/types/MavenPublishInfo.d.ts +0 -8
- package/api/resources/dynamic/resources/ir/types/MavenPublishInfo.js +0 -5
- package/api/resources/dynamic/resources/ir/types/NpmPublishInfo.d.ts +0 -8
- package/api/resources/dynamic/resources/ir/types/NpmPublishInfo.js +0 -5
- package/api/resources/dynamic/resources/ir/types/NugetPublishInfo.d.ts +0 -8
- package/api/resources/dynamic/resources/ir/types/NugetPublishInfo.js +0 -5
- package/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +0 -31
- package/api/resources/dynamic/resources/ir/types/PublishInfo.js +0 -5
- package/api/resources/dynamic/resources/ir/types/PypiPublishInfo.d.ts +0 -8
- package/api/resources/dynamic/resources/ir/types/PypiPublishInfo.js +0 -5
- package/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.d.ts +0 -8
- package/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.js +0 -5
- package/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.d.ts +0 -8
- package/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.js +0 -5
- package/api/resources/dynamic/resources/ir/types/index.d.ts +0 -12
- package/api/resources/dynamic/resources/ir/types/index.js +0 -28
- package/api/resources/dynamic/resources/snippets/index.d.ts +0 -1
- package/api/resources/dynamic/resources/snippets/index.js +0 -17
- package/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.d.ts +0 -17
- package/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.js +0 -5
- package/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.d.ts +0 -15
- package/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.js +0 -5
- package/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.ts +0 -8
- package/api/resources/dynamic/resources/snippets/types/ErrorSeverity.js +0 -10
- package/api/resources/dynamic/resources/snippets/types/Error_.d.ts +0 -8
- package/api/resources/dynamic/resources/snippets/types/Error_.js +0 -5
- package/api/resources/dynamic/resources/snippets/types/Values.d.ts +0 -10
- package/api/resources/dynamic/resources/snippets/types/Values.js +0 -5
- package/api/resources/dynamic/resources/snippets/types/index.d.ts +0 -5
- package/api/resources/dynamic/resources/snippets/types/index.js +0 -21
- package/api/resources/dynamic/resources/types/index.d.ts +0 -1
- package/api/resources/dynamic/resources/types/index.js +0 -17
- package/api/resources/dynamic/resources/types/types/AliasType.d.ts +0 -8
- package/api/resources/dynamic/resources/types/types/AliasType.js +0 -5
- package/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.ts +0 -10
- package/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.js +0 -5
- package/api/resources/dynamic/resources/types/types/EnumType.d.ts +0 -8
- package/api/resources/dynamic/resources/types/types/EnumType.js +0 -5
- package/api/resources/dynamic/resources/types/types/LiteralType.d.ts +0 -15
- package/api/resources/dynamic/resources/types/types/LiteralType.js +0 -5
- package/api/resources/dynamic/resources/types/types/MapType.d.ts +0 -8
- package/api/resources/dynamic/resources/types/types/MapType.js +0 -5
- package/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +0 -11
- package/api/resources/dynamic/resources/types/types/NamedParameter.js +0 -5
- package/api/resources/dynamic/resources/types/types/NamedType.d.ts +0 -25
- package/api/resources/dynamic/resources/types/types/NamedType.js +0 -5
- package/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.d.ts +0 -8
- package/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.js +0 -10
- package/api/resources/dynamic/resources/types/types/ObjectType.d.ts +0 -15
- package/api/resources/dynamic/resources/types/types/ObjectType.js +0 -5
- package/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.d.ts +0 -22
- package/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.js +0 -21
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +0 -16
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.js +0 -5
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.ts +0 -9
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.js +0 -5
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.ts +0 -10
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.js +0 -5
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.ts +0 -10
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.js +0 -5
- package/api/resources/dynamic/resources/types/types/TypeReference.d.ts +0 -41
- package/api/resources/dynamic/resources/types/types/TypeReference.js +0 -5
- package/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.d.ts +0 -9
- package/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.js +0 -5
- package/api/resources/dynamic/resources/types/types/index.d.ts +0 -16
- package/api/resources/dynamic/resources/types/types/index.js +0 -32
- package/api/resources/dynamic/resources/variables/index.d.ts +0 -1
- package/api/resources/dynamic/resources/variables/index.js +0 -17
- package/api/resources/dynamic/resources/variables/types/VariableDeclaration.d.ts +0 -16
- package/api/resources/dynamic/resources/variables/types/VariableDeclaration.js +0 -5
- package/api/resources/dynamic/resources/variables/types/index.d.ts +0 -1
- package/api/resources/dynamic/resources/variables/types/index.js +0 -17
- package/api/resources/generatorExec/index.d.ts +0 -1
- package/api/resources/generatorExec/index.js +0 -17
- package/api/resources/generatorExec/resources/config/index.d.ts +0 -1
- package/api/resources/generatorExec/resources/config/index.js +0 -17
- package/api/resources/generatorExec/resources/config/types/BasicLicense.d.ts +0 -7
- package/api/resources/generatorExec/resources/config/types/BasicLicense.js +0 -5
- package/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.d.ts +0 -10
- package/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.js +0 -5
- package/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.d.ts +0 -8
- package/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/CustomLicense.d.ts +0 -6
- package/api/resources/generatorExec/resources/config/types/CustomLicense.js +0 -5
- package/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +0 -4
- package/api/resources/generatorExec/resources/config/types/EnvironmentVariable.js +0 -5
- package/api/resources/generatorExec/resources/config/types/GeneratorConfig.d.ts +0 -21
- package/api/resources/generatorExec/resources/config/types/GeneratorConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +0 -13
- package/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.js +0 -5
- package/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.d.ts +0 -11
- package/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.d.ts +0 -12
- package/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +0 -28
- package/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.js +0 -5
- package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.d.ts +0 -8
- package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.d.ts +0 -12
- package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.js +0 -5
- package/api/resources/generatorExec/resources/config/types/GithubOutputMode.d.ts +0 -17
- package/api/resources/generatorExec/resources/config/types/GithubOutputMode.js +0 -5
- package/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +0 -28
- package/api/resources/generatorExec/resources/config/types/GithubPublishInfo.js +0 -5
- package/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +0 -13
- package/api/resources/generatorExec/resources/config/types/LicenseConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +0 -8
- package/api/resources/generatorExec/resources/config/types/LicenseId.js +0 -10
- package/api/resources/generatorExec/resources/config/types/MavenCentralSignature.d.ts +0 -8
- package/api/resources/generatorExec/resources/config/types/MavenCentralSignature.js +0 -5
- package/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.d.ts +0 -9
- package/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.js +0 -5
- package/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.d.ts +0 -12
- package/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.js +0 -5
- package/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.d.ts +0 -11
- package/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.d.ts +0 -11
- package/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.js +0 -5
- package/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.d.ts +0 -10
- package/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.js +0 -5
- package/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.d.ts +0 -8
- package/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.d.ts +0 -8
- package/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.js +0 -5
- package/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.d.ts +0 -10
- package/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.js +0 -5
- package/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.d.ts +0 -8
- package/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/OutputMetadata.d.ts +0 -8
- package/api/resources/generatorExec/resources/config/types/OutputMetadata.js +0 -5
- package/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.d.ts +0 -7
- package/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.js +0 -5
- package/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +0 -16
- package/api/resources/generatorExec/resources/config/types/OutputMode.js +0 -5
- package/api/resources/generatorExec/resources/config/types/PostmanConfig.d.ts +0 -7
- package/api/resources/generatorExec/resources/config/types/PostmanConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.d.ts +0 -8
- package/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.js +0 -5
- package/api/resources/generatorExec/resources/config/types/PublishingMetadata.d.ts +0 -12
- package/api/resources/generatorExec/resources/config/types/PublishingMetadata.js +0 -5
- package/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.d.ts +0 -12
- package/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.js +0 -5
- package/api/resources/generatorExec/resources/config/types/PypiMetadata.d.ts +0 -9
- package/api/resources/generatorExec/resources/config/types/PypiMetadata.js +0 -5
- package/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.d.ts +0 -11
- package/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.d.ts +0 -8
- package/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.js +0 -5
- package/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.d.ts +0 -10
- package/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.js +0 -5
- package/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.d.ts +0 -8
- package/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.js +0 -5
- package/api/resources/generatorExec/resources/config/types/index.d.ts +0 -38
- package/api/resources/generatorExec/resources/config/types/index.js +0 -54
- package/api/resources/generatorExec/resources/index.d.ts +0 -2
- package/api/resources/generatorExec/resources/index.js +0 -41
- package/api/resources/index.d.ts +0 -4
- package/api/resources/index.js +0 -43
- package/dist/api/index.d.ts +0 -1
- package/dist/api/index.js +0 -17
- package/dist/api/resources/commons/index.d.ts +0 -1
- package/dist/api/resources/commons/index.js +0 -17
- package/dist/api/resources/commons/types/Name.d.ts +0 -11
- package/dist/api/resources/commons/types/Name.js +0 -5
- package/dist/api/resources/commons/types/SafeAndUnsafeString.d.ts +0 -9
- package/dist/api/resources/commons/types/SafeAndUnsafeString.js +0 -5
- package/dist/api/resources/commons/types/index.d.ts +0 -2
- package/dist/api/resources/commons/types/index.js +0 -18
- package/dist/api/resources/dynamic/index.d.ts +0 -1
- package/dist/api/resources/dynamic/index.js +0 -17
- package/dist/api/resources/dynamic/resources/auth/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/auth/index.js +0 -17
- package/dist/api/resources/dynamic/resources/auth/types/Auth.d.ts +0 -22
- package/dist/api/resources/dynamic/resources/auth/types/Auth.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/AuthValues.d.ts +0 -22
- package/dist/api/resources/dynamic/resources/auth/types/AuthValues.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/BasicAuth.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/auth/types/BasicAuth.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/BasicAuthValues.d.ts +0 -7
- package/dist/api/resources/dynamic/resources/auth/types/BasicAuthValues.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/BearerAuth.d.ts +0 -7
- package/dist/api/resources/dynamic/resources/auth/types/BearerAuth.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/BearerAuthValues.d.ts +0 -6
- package/dist/api/resources/dynamic/resources/auth/types/BearerAuthValues.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/HeaderAuth.d.ts +0 -7
- package/dist/api/resources/dynamic/resources/auth/types/HeaderAuth.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/HeaderAuthValues.d.ts +0 -6
- package/dist/api/resources/dynamic/resources/auth/types/HeaderAuthValues.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/InferredAuth.d.ts +0 -12
- package/dist/api/resources/dynamic/resources/auth/types/InferredAuth.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/InferredAuthValues.d.ts +0 -11
- package/dist/api/resources/dynamic/resources/auth/types/InferredAuthValues.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/OAuth.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/auth/types/OAuth.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/OAuthValues.d.ts +0 -7
- package/dist/api/resources/dynamic/resources/auth/types/OAuthValues.js +0 -5
- package/dist/api/resources/dynamic/resources/auth/types/index.d.ts +0 -12
- package/dist/api/resources/dynamic/resources/auth/types/index.js +0 -28
- package/dist/api/resources/dynamic/resources/commons/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/commons/index.js +0 -17
- package/dist/api/resources/dynamic/resources/commons/types/EndpointId.d.ts +0 -4
- package/dist/api/resources/dynamic/resources/commons/types/EndpointId.js +0 -5
- package/dist/api/resources/dynamic/resources/commons/types/FernFilepath.d.ts +0 -9
- package/dist/api/resources/dynamic/resources/commons/types/FernFilepath.js +0 -5
- package/dist/api/resources/dynamic/resources/commons/types/Name.d.ts +0 -11
- package/dist/api/resources/dynamic/resources/commons/types/Name.js +0 -5
- package/dist/api/resources/dynamic/resources/commons/types/NameAndWireValue.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/commons/types/NameAndWireValue.js +0 -5
- package/dist/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.d.ts +0 -9
- package/dist/api/resources/dynamic/resources/commons/types/SafeAndUnsafeString.js +0 -5
- package/dist/api/resources/dynamic/resources/commons/types/TypeId.d.ts +0 -4
- package/dist/api/resources/dynamic/resources/commons/types/TypeId.js +0 -5
- package/dist/api/resources/dynamic/resources/commons/types/WithDocs.d.ts +0 -6
- package/dist/api/resources/dynamic/resources/commons/types/WithDocs.js +0 -5
- package/dist/api/resources/dynamic/resources/commons/types/index.d.ts +0 -7
- package/dist/api/resources/dynamic/resources/commons/types/index.js +0 -23
- package/dist/api/resources/dynamic/resources/declaration/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/declaration/index.js +0 -17
- package/dist/api/resources/dynamic/resources/declaration/types/Declaration.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/declaration/types/Declaration.js +0 -5
- package/dist/api/resources/dynamic/resources/declaration/types/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/declaration/types/index.js +0 -17
- package/dist/api/resources/dynamic/resources/endpoints/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/endpoints/index.js +0 -17
- package/dist/api/resources/dynamic/resources/endpoints/types/BodyRequest.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/endpoints/types/BodyRequest.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/Endpoint.d.ts +0 -12
- package/dist/api/resources/dynamic/resources/endpoints/types/Endpoint.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/EndpointExample.d.ts +0 -10
- package/dist/api/resources/dynamic/resources/endpoints/types/EndpointExample.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.ts +0 -11
- package/dist/api/resources/dynamic/resources/endpoints/types/EndpointLocation.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.d.ts +0 -7
- package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +0 -16
- package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequest.d.ts +0 -12
- package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequest.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +0 -17
- package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.d.ts +0 -21
- package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestMetadata.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +0 -14
- package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/Request.d.ts +0 -16
- package/dist/api/resources/dynamic/resources/endpoints/types/Request.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/Response.d.ts +0 -32
- package/dist/api/resources/dynamic/resources/endpoints/types/Response.js +0 -5
- package/dist/api/resources/dynamic/resources/endpoints/types/index.d.ts +0 -13
- package/dist/api/resources/dynamic/resources/endpoints/types/index.js +0 -29
- package/dist/api/resources/dynamic/resources/environment/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/environment/index.js +0 -17
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.d.ts +0 -4
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlId.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentBaseUrlWithId.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentId.d.ts +0 -4
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentId.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentUrl.d.ts +0 -4
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentUrl.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentValues.d.ts +0 -17
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentValues.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/Environments.d.ts +0 -13
- package/dist/api/resources/dynamic/resources/environment/types/Environments.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/environment/types/EnvironmentsConfig.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.d.ts +0 -9
- package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironments.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.d.ts +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/MultipleEnvironmentUrlValues.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.d.ts +0 -9
- package/dist/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironment.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.d.ts +0 -7
- package/dist/api/resources/dynamic/resources/environment/types/SingleBaseUrlEnvironments.js +0 -5
- package/dist/api/resources/dynamic/resources/environment/types/index.d.ts +0 -12
- package/dist/api/resources/dynamic/resources/environment/types/index.js +0 -28
- package/dist/api/resources/dynamic/resources/http/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/http/index.js +0 -17
- package/dist/api/resources/dynamic/resources/http/types/HttpMethod.d.ts +0 -12
- package/dist/api/resources/dynamic/resources/http/types/HttpMethod.js +0 -14
- package/dist/api/resources/dynamic/resources/http/types/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/http/types/index.js +0 -17
- package/dist/api/resources/dynamic/resources/index.d.ts +0 -20
- package/dist/api/resources/dynamic/resources/index.js +0 -59
- package/dist/api/resources/dynamic/resources/ir/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/ir/index.js +0 -17
- package/dist/api/resources/dynamic/resources/ir/types/CratesPublishInfo.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/ir/types/CratesPublishInfo.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.ts +0 -37
- package/dist/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/GeneratorConfig.d.ts +0 -18
- package/dist/api/resources/dynamic/resources/ir/types/GeneratorConfig.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.d.ts +0 -18
- package/dist/api/resources/dynamic/resources/ir/types/GeneratorOutputConfig.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/GoPublishInfo.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/ir/types/GoPublishInfo.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/MavenPublishInfo.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/ir/types/MavenPublishInfo.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/NpmPublishInfo.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/ir/types/NpmPublishInfo.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/NugetPublishInfo.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/ir/types/NugetPublishInfo.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/PublishInfo.d.ts +0 -31
- package/dist/api/resources/dynamic/resources/ir/types/PublishInfo.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/PypiPublishInfo.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/ir/types/PypiPublishInfo.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/ir/types/RubyGemsPublishInfo.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/ir/types/SwiftPublishInfo.js +0 -5
- package/dist/api/resources/dynamic/resources/ir/types/index.d.ts +0 -12
- package/dist/api/resources/dynamic/resources/ir/types/index.js +0 -28
- package/dist/api/resources/dynamic/resources/snippets/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/snippets/index.js +0 -17
- package/dist/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.d.ts +0 -17
- package/dist/api/resources/dynamic/resources/snippets/types/EndpointSnippetRequest.js +0 -5
- package/dist/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.d.ts +0 -15
- package/dist/api/resources/dynamic/resources/snippets/types/EndpointSnippetResponse.js +0 -5
- package/dist/api/resources/dynamic/resources/snippets/types/ErrorSeverity.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/snippets/types/ErrorSeverity.js +0 -10
- package/dist/api/resources/dynamic/resources/snippets/types/Error_.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/snippets/types/Error_.js +0 -5
- package/dist/api/resources/dynamic/resources/snippets/types/Values.d.ts +0 -10
- package/dist/api/resources/dynamic/resources/snippets/types/Values.js +0 -5
- package/dist/api/resources/dynamic/resources/snippets/types/index.d.ts +0 -5
- package/dist/api/resources/dynamic/resources/snippets/types/index.js +0 -21
- package/dist/api/resources/dynamic/resources/types/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/types/index.js +0 -17
- package/dist/api/resources/dynamic/resources/types/types/AliasType.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/types/types/AliasType.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.ts +0 -10
- package/dist/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/EnumType.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/types/types/EnumType.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/LiteralType.d.ts +0 -15
- package/dist/api/resources/dynamic/resources/types/types/LiteralType.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/MapType.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/types/types/MapType.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +0 -11
- package/dist/api/resources/dynamic/resources/types/types/NamedParameter.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/NamedType.d.ts +0 -25
- package/dist/api/resources/dynamic/resources/types/types/NamedType.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.d.ts +0 -8
- package/dist/api/resources/dynamic/resources/types/types/ObjectPropertyAccess.js +0 -10
- package/dist/api/resources/dynamic/resources/types/types/ObjectType.d.ts +0 -15
- package/dist/api/resources/dynamic/resources/types/types/ObjectType.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.d.ts +0 -22
- package/dist/api/resources/dynamic/resources/types/types/PrimitiveTypeV1.js +0 -21
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +0 -16
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.ts +0 -9
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.ts +0 -10
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.ts +0 -10
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/TypeReference.d.ts +0 -41
- package/dist/api/resources/dynamic/resources/types/types/TypeReference.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.d.ts +0 -9
- package/dist/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.js +0 -5
- package/dist/api/resources/dynamic/resources/types/types/index.d.ts +0 -16
- package/dist/api/resources/dynamic/resources/types/types/index.js +0 -32
- package/dist/api/resources/dynamic/resources/variables/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/variables/index.js +0 -17
- package/dist/api/resources/dynamic/resources/variables/types/VariableDeclaration.d.ts +0 -16
- package/dist/api/resources/dynamic/resources/variables/types/VariableDeclaration.js +0 -5
- package/dist/api/resources/dynamic/resources/variables/types/index.d.ts +0 -1
- package/dist/api/resources/dynamic/resources/variables/types/index.js +0 -17
- package/dist/api/resources/generatorExec/index.d.ts +0 -1
- package/dist/api/resources/generatorExec/index.js +0 -17
- package/dist/api/resources/generatorExec/resources/config/index.d.ts +0 -1
- package/dist/api/resources/generatorExec/resources/config/index.js +0 -17
- package/dist/api/resources/generatorExec/resources/config/types/BasicLicense.d.ts +0 -7
- package/dist/api/resources/generatorExec/resources/config/types/BasicLicense.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.d.ts +0 -10
- package/dist/api/resources/generatorExec/resources/config/types/CratesGithubPublishInfo.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.d.ts +0 -8
- package/dist/api/resources/generatorExec/resources/config/types/CratesRegistryConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/CustomLicense.d.ts +0 -6
- package/dist/api/resources/generatorExec/resources/config/types/CustomLicense.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +0 -4
- package/dist/api/resources/generatorExec/resources/config/types/EnvironmentVariable.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorConfig.d.ts +0 -21
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +0 -13
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.d.ts +0 -11
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.d.ts +0 -12
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +0 -28
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.d.ts +0 -8
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.d.ts +0 -12
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/GithubOutputMode.d.ts +0 -17
- package/dist/api/resources/generatorExec/resources/config/types/GithubOutputMode.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +0 -28
- package/dist/api/resources/generatorExec/resources/config/types/GithubPublishInfo.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +0 -13
- package/dist/api/resources/generatorExec/resources/config/types/LicenseConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +0 -8
- package/dist/api/resources/generatorExec/resources/config/types/LicenseId.js +0 -10
- package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignature.d.ts +0 -8
- package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignature.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.d.ts +0 -9
- package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.d.ts +0 -12
- package/dist/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.d.ts +0 -11
- package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.d.ts +0 -11
- package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.d.ts +0 -10
- package/dist/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.d.ts +0 -8
- package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.d.ts +0 -8
- package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.d.ts +0 -10
- package/dist/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.d.ts +0 -8
- package/dist/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/OutputMetadata.d.ts +0 -8
- package/dist/api/resources/generatorExec/resources/config/types/OutputMetadata.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.d.ts +0 -7
- package/dist/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +0 -16
- package/dist/api/resources/generatorExec/resources/config/types/OutputMode.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/PostmanConfig.d.ts +0 -7
- package/dist/api/resources/generatorExec/resources/config/types/PostmanConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.d.ts +0 -8
- package/dist/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/PublishingMetadata.d.ts +0 -12
- package/dist/api/resources/generatorExec/resources/config/types/PublishingMetadata.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.d.ts +0 -12
- package/dist/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/PypiMetadata.d.ts +0 -9
- package/dist/api/resources/generatorExec/resources/config/types/PypiMetadata.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.d.ts +0 -11
- package/dist/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.d.ts +0 -8
- package/dist/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.d.ts +0 -10
- package/dist/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.d.ts +0 -8
- package/dist/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.js +0 -5
- package/dist/api/resources/generatorExec/resources/config/types/index.d.ts +0 -38
- package/dist/api/resources/generatorExec/resources/config/types/index.js +0 -54
- package/dist/api/resources/generatorExec/resources/index.d.ts +0 -2
- package/dist/api/resources/generatorExec/resources/index.js +0 -41
- package/dist/api/resources/index.d.ts +0 -4
- package/dist/api/resources/index.js +0 -43
- package/dist/errors/FernIrError.d.ts +0 -12
- package/dist/errors/FernIrError.js +0 -32
- package/dist/errors/FernIrTimeoutError.d.ts +0 -6
- package/dist/errors/FernIrTimeoutError.js +0 -13
- package/dist/errors/index.d.ts +0 -2
- package/dist/errors/index.js +0 -7
- package/dist/index.d.ts +0 -2
- package/dist/index.js +0 -40
- package/dist/version.d.ts +0 -1
- package/dist/version.js +0 -4
- package/errors/FernIrError.d.ts +0 -12
- package/errors/FernIrError.js +0 -32
- package/errors/FernIrTimeoutError.d.ts +0 -6
- package/errors/FernIrTimeoutError.js +0 -13
- package/errors/index.d.ts +0 -2
- package/errors/index.js +0 -7
- package/index.d.ts +0 -2
- package/index.js +0 -40
- package/jest.config.js +0 -5
- package/version.d.ts +0 -1
- package/version.js +0 -4
|
@@ -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("./Declaration.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,9 @@
|
|
|
1
|
+
import type * as FernIr from "../../../../../index.js";
|
|
2
|
+
export interface Endpoint {
|
|
3
|
+
auth?: FernIr.dynamic.Auth;
|
|
4
|
+
declaration: FernIr.dynamic.Declaration;
|
|
5
|
+
location: FernIr.dynamic.EndpointLocation;
|
|
6
|
+
request: FernIr.dynamic.Request;
|
|
7
|
+
response: FernIr.dynamic.Response;
|
|
8
|
+
examples?: FernIr.dynamic.EndpointExample[];
|
|
9
|
+
}
|
package/dist/cjs/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as FernIr from "../../../../../index.js";
|
|
2
|
+
export type FileUploadRequestBodyProperty = FernIr.dynamic.FileUploadRequestBodyProperty.File_ | FernIr.dynamic.FileUploadRequestBodyProperty.FileArray | FernIr.dynamic.FileUploadRequestBodyProperty.BodyProperty;
|
|
3
|
+
export declare namespace FileUploadRequestBodyProperty {
|
|
4
|
+
interface File_ extends FernIr.dynamic.NameAndWireValue {
|
|
5
|
+
type: "file";
|
|
6
|
+
}
|
|
7
|
+
interface FileArray extends FernIr.dynamic.NameAndWireValue {
|
|
8
|
+
type: "fileArray";
|
|
9
|
+
}
|
|
10
|
+
interface BodyProperty extends FernIr.dynamic.NamedParameter {
|
|
11
|
+
type: "bodyProperty";
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type * as FernIr from "../../../../../index.js";
|
|
2
|
+
export interface InlinedRequest {
|
|
3
|
+
declaration: FernIr.dynamic.Declaration;
|
|
4
|
+
pathParameters?: FernIr.dynamic.NamedParameter[];
|
|
5
|
+
queryParameters?: FernIr.dynamic.NamedParameter[];
|
|
6
|
+
headers?: FernIr.dynamic.NamedParameter[];
|
|
7
|
+
body?: FernIr.dynamic.InlinedRequestBody;
|
|
8
|
+
metadata?: FernIr.dynamic.InlinedRequestMetadata;
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as FernIr from "../../../../../index.js";
|
|
2
|
+
export type InlinedRequestBody = FernIr.dynamic.InlinedRequestBody.Properties | FernIr.dynamic.InlinedRequestBody.Referenced | FernIr.dynamic.InlinedRequestBody.FileUpload;
|
|
3
|
+
export declare namespace InlinedRequestBody {
|
|
4
|
+
interface Properties {
|
|
5
|
+
type: "properties";
|
|
6
|
+
value: FernIr.dynamic.NamedParameter[];
|
|
7
|
+
}
|
|
8
|
+
interface Referenced extends FernIr.dynamic.ReferencedRequestBody {
|
|
9
|
+
type: "referenced";
|
|
10
|
+
}
|
|
11
|
+
interface FileUpload extends FernIr.dynamic.FileUploadRequestBody {
|
|
12
|
+
type: "fileUpload";
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export interface InlinedRequestMetadata {
|
|
2
|
+
/**
|
|
3
|
+
* If true, the path parameters should be included as properties in the
|
|
4
|
+
* inlined request type, but only if the generator is explicitly configured
|
|
5
|
+
* to do so.
|
|
6
|
+
*
|
|
7
|
+
* By default, the path parameters are generated as positional parameters.
|
|
8
|
+
*/
|
|
9
|
+
includePathParameters: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* If true, the path parameters are the only parameters specified in the
|
|
12
|
+
* inlined request.
|
|
13
|
+
*
|
|
14
|
+
* In combination with includePathParameters, this influences whether or not the
|
|
15
|
+
* inlined request type should be generated at all.
|
|
16
|
+
*/
|
|
17
|
+
onlyPathParameters: boolean;
|
|
18
|
+
}
|
package/dist/cjs/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type * as FernIr from "../../../../../index.js";
|
|
2
|
+
export type ReferencedRequestBodyType = FernIr.dynamic.ReferencedRequestBodyType.Bytes | FernIr.dynamic.ReferencedRequestBodyType.TypeReference;
|
|
3
|
+
export declare namespace ReferencedRequestBodyType {
|
|
4
|
+
interface Bytes {
|
|
5
|
+
type: "bytes";
|
|
6
|
+
}
|
|
7
|
+
interface TypeReference {
|
|
8
|
+
type: "typeReference";
|
|
9
|
+
value: FernIr.dynamic.TypeReference;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as FernIr from "../../../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Represents the request parameters required to call a specific endpoint.
|
|
4
|
+
*/
|
|
5
|
+
export type Request = FernIr.dynamic.Request.Body | FernIr.dynamic.Request.Inlined;
|
|
6
|
+
export declare namespace Request {
|
|
7
|
+
interface Body extends FernIr.dynamic.BodyRequest {
|
|
8
|
+
type: "body";
|
|
9
|
+
}
|
|
10
|
+
interface Inlined extends FernIr.dynamic.InlinedRequest {
|
|
11
|
+
type: "inlined";
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type * as FernIr from "../../../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Represents the response returned by a specific endpoint.
|
|
4
|
+
*
|
|
5
|
+
* For now, we only support json responses, but this is set up to support a
|
|
6
|
+
* variety of other endpoint response types (e.g. file download, pagination,
|
|
7
|
+
* streaming, etc).
|
|
8
|
+
*/
|
|
9
|
+
export type Response = FernIr.dynamic.Response.Json | FernIr.dynamic.Response.Streaming | FernIr.dynamic.Response.StreamParameter | FernIr.dynamic.Response.FileDownload | FernIr.dynamic.Response.Text | FernIr.dynamic.Response.Bytes;
|
|
10
|
+
export declare namespace Response {
|
|
11
|
+
interface Json {
|
|
12
|
+
type: "json";
|
|
13
|
+
}
|
|
14
|
+
interface Streaming {
|
|
15
|
+
type: "streaming";
|
|
16
|
+
}
|
|
17
|
+
interface StreamParameter {
|
|
18
|
+
type: "streamParameter";
|
|
19
|
+
}
|
|
20
|
+
interface FileDownload {
|
|
21
|
+
type: "fileDownload";
|
|
22
|
+
}
|
|
23
|
+
interface Text {
|
|
24
|
+
type: "text";
|
|
25
|
+
}
|
|
26
|
+
interface Bytes {
|
|
27
|
+
type: "bytes";
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./BodyRequest.js";
|
|
2
|
+
export * from "./Endpoint.js";
|
|
3
|
+
export * from "./EndpointExample.js";
|
|
4
|
+
export * from "./EndpointLocation.js";
|
|
5
|
+
export * from "./FileUploadRequestBody.js";
|
|
6
|
+
export * from "./FileUploadRequestBodyProperty.js";
|
|
7
|
+
export * from "./InlinedRequest.js";
|
|
8
|
+
export * from "./InlinedRequestBody.js";
|
|
9
|
+
export * from "./InlinedRequestMetadata.js";
|
|
10
|
+
export * from "./ReferencedRequestBody.js";
|
|
11
|
+
export * from "./ReferencedRequestBodyType.js";
|
|
12
|
+
export * from "./Request.js";
|
|
13
|
+
export * from "./Response.js";
|
|
@@ -0,0 +1,29 @@
|
|
|
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("./BodyRequest.js"), exports);
|
|
18
|
+
__exportStar(require("./Endpoint.js"), exports);
|
|
19
|
+
__exportStar(require("./EndpointExample.js"), exports);
|
|
20
|
+
__exportStar(require("./EndpointLocation.js"), exports);
|
|
21
|
+
__exportStar(require("./FileUploadRequestBody.js"), exports);
|
|
22
|
+
__exportStar(require("./FileUploadRequestBodyProperty.js"), exports);
|
|
23
|
+
__exportStar(require("./InlinedRequest.js"), exports);
|
|
24
|
+
__exportStar(require("./InlinedRequestBody.js"), exports);
|
|
25
|
+
__exportStar(require("./InlinedRequestMetadata.js"), exports);
|
|
26
|
+
__exportStar(require("./ReferencedRequestBody.js"), exports);
|
|
27
|
+
__exportStar(require("./ReferencedRequestBodyType.js"), exports);
|
|
28
|
+
__exportStar(require("./Request.js"), exports);
|
|
29
|
+
__exportStar(require("./Response.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 @@
|
|
|
1
|
+
export type EnvironmentBaseUrlId = string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type EnvironmentId = string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type EnvironmentUrl = string;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type * as FernIr from "../../../../../index.js";
|
|
2
|
+
/**
|
|
3
|
+
* Represents the value to use for a specific environment. There are three cases:
|
|
4
|
+
*
|
|
5
|
+
* 1. When sent as an EnvironmentId string, the generator assumes the value matches the name of the
|
|
6
|
+
* environment (e.g. "Staging"), and returns an error otherwise.
|
|
7
|
+
*
|
|
8
|
+
* 2. If the API supports multiple environment URLs, send a map of URLs, e.g.
|
|
9
|
+
* {
|
|
10
|
+
* "ec2": "https://staging.ec2.aws.com",
|
|
11
|
+
* "s3": "https://staging.s3.aws.com"
|
|
12
|
+
* }
|
|
13
|
+
*/
|
|
14
|
+
export type EnvironmentValues = FernIr.dynamic.EnvironmentId | FernIr.dynamic.MultipleEnvironmentUrlValues;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type * as FernIr from "../../../../../index.js";
|
|
2
|
+
export type Environments = FernIr.dynamic.Environments.SingleBaseUrl | FernIr.dynamic.Environments.MultipleBaseUrls;
|
|
3
|
+
export declare namespace Environments {
|
|
4
|
+
interface SingleBaseUrl extends FernIr.dynamic.SingleBaseUrlEnvironments {
|
|
5
|
+
type: "singleBaseUrl";
|
|
6
|
+
}
|
|
7
|
+
interface MultipleBaseUrls extends FernIr.dynamic.MultipleBaseUrlsEnvironments {
|
|
8
|
+
type: "multipleBaseUrls";
|
|
9
|
+
}
|
|
10
|
+
}
|
package/dist/cjs/api/resources/dynamic/resources/environment/types/MultipleBaseUrlsEnvironment.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type * as FernIr from "../../../../../index.js";
|
|
2
|
+
export interface MultipleBaseUrlsEnvironment extends FernIr.dynamic.WithDocs {
|
|
3
|
+
id: FernIr.dynamic.EnvironmentId;
|
|
4
|
+
name: FernIr.dynamic.Name;
|
|
5
|
+
urls: Record<FernIr.dynamic.EnvironmentBaseUrlId, FernIr.dynamic.EnvironmentUrl>;
|
|
6
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export * from "./EnvironmentBaseUrlId.js";
|
|
2
|
+
export * from "./EnvironmentBaseUrlWithId.js";
|
|
3
|
+
export * from "./EnvironmentId.js";
|
|
4
|
+
export * from "./Environments.js";
|
|
5
|
+
export * from "./EnvironmentsConfig.js";
|
|
6
|
+
export * from "./EnvironmentUrl.js";
|
|
7
|
+
export * from "./EnvironmentValues.js";
|
|
8
|
+
export * from "./MultipleBaseUrlsEnvironment.js";
|
|
9
|
+
export * from "./MultipleBaseUrlsEnvironments.js";
|
|
10
|
+
export * from "./MultipleEnvironmentUrlValues.js";
|
|
11
|
+
export * from "./SingleBaseUrlEnvironment.js";
|
|
12
|
+
export * from "./SingleBaseUrlEnvironments.js";
|
|
@@ -0,0 +1,28 @@
|
|
|
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("./EnvironmentBaseUrlId.js"), exports);
|
|
18
|
+
__exportStar(require("./EnvironmentBaseUrlWithId.js"), exports);
|
|
19
|
+
__exportStar(require("./EnvironmentId.js"), exports);
|
|
20
|
+
__exportStar(require("./Environments.js"), exports);
|
|
21
|
+
__exportStar(require("./EnvironmentsConfig.js"), exports);
|
|
22
|
+
__exportStar(require("./EnvironmentUrl.js"), exports);
|
|
23
|
+
__exportStar(require("./EnvironmentValues.js"), exports);
|
|
24
|
+
__exportStar(require("./MultipleBaseUrlsEnvironment.js"), exports);
|
|
25
|
+
__exportStar(require("./MultipleBaseUrlsEnvironments.js"), exports);
|
|
26
|
+
__exportStar(require("./MultipleEnvironmentUrlValues.js"), exports);
|
|
27
|
+
__exportStar(require("./SingleBaseUrlEnvironment.js"), exports);
|
|
28
|
+
__exportStar(require("./SingleBaseUrlEnvironments.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,9 @@
|
|
|
1
|
+
export declare const HttpMethod: {
|
|
2
|
+
readonly Get: "GET";
|
|
3
|
+
readonly Post: "POST";
|
|
4
|
+
readonly Put: "PUT";
|
|
5
|
+
readonly Patch: "PATCH";
|
|
6
|
+
readonly Delete: "DELETE";
|
|
7
|
+
readonly Head: "HEAD";
|
|
8
|
+
};
|
|
9
|
+
export type HttpMethod = (typeof HttpMethod)[keyof typeof HttpMethod];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.HttpMethod = void 0;
|
|
5
|
+
exports.HttpMethod = {
|
|
6
|
+
Get: "GET",
|
|
7
|
+
Post: "POST",
|
|
8
|
+
Put: "PUT",
|
|
9
|
+
Patch: "PATCH",
|
|
10
|
+
Delete: "DELETE",
|
|
11
|
+
Head: "HEAD",
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./HttpMethod.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("./HttpMethod.js"), exports);
|