@fern-api/dynamic-ir-sdk 53.16.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/api/index.d.ts +1 -0
- package/api/index.js +17 -0
- package/api/resources/commons/index.d.ts +1 -0
- package/api/resources/commons/index.js +17 -0
- package/api/resources/commons/types/EndpointId.d.ts +4 -0
- package/api/resources/commons/types/EndpointId.js +5 -0
- package/api/resources/commons/types/FernFilepath.d.ts +9 -0
- package/api/resources/commons/types/FernFilepath.js +5 -0
- package/api/resources/commons/types/Name.d.ts +11 -0
- package/api/resources/commons/types/Name.js +5 -0
- package/api/resources/commons/types/NameAndWireValue.d.ts +8 -0
- package/api/resources/commons/types/NameAndWireValue.js +5 -0
- package/api/resources/commons/types/SafeAndUnsafeString.d.ts +9 -0
- package/api/resources/commons/types/SafeAndUnsafeString.js +5 -0
- package/api/resources/commons/types/TypeId.d.ts +4 -0
- package/api/resources/commons/types/TypeId.js +5 -0
- package/api/resources/commons/types/index.d.ts +6 -0
- package/api/resources/commons/types/index.js +22 -0
- package/api/resources/dynamic/index.d.ts +1 -0
- package/api/resources/dynamic/index.js +17 -0
- package/api/resources/dynamic/resources/auth/index.d.ts +1 -0
- package/api/resources/dynamic/resources/auth/index.js +17 -0
- package/api/resources/dynamic/resources/auth/types/Auth.d.ts +16 -0
- package/api/resources/dynamic/resources/auth/types/Auth.js +5 -0
- package/api/resources/dynamic/resources/auth/types/BasicAuth.d.ts +8 -0
- package/api/resources/dynamic/resources/auth/types/BasicAuth.js +5 -0
- package/api/resources/dynamic/resources/auth/types/BearerAuth.d.ts +7 -0
- package/api/resources/dynamic/resources/auth/types/BearerAuth.js +5 -0
- package/api/resources/dynamic/resources/auth/types/HeaderAuth.d.ts +7 -0
- package/api/resources/dynamic/resources/auth/types/HeaderAuth.js +5 -0
- package/api/resources/dynamic/resources/auth/types/index.d.ts +4 -0
- package/api/resources/dynamic/resources/auth/types/index.js +20 -0
- package/api/resources/dynamic/resources/declaration/index.d.ts +1 -0
- package/api/resources/dynamic/resources/declaration/index.js +17 -0
- package/api/resources/dynamic/resources/declaration/types/Declaration.d.ts +8 -0
- package/api/resources/dynamic/resources/declaration/types/Declaration.js +5 -0
- package/api/resources/dynamic/resources/declaration/types/index.d.ts +1 -0
- package/api/resources/dynamic/resources/declaration/types/index.js +17 -0
- package/api/resources/dynamic/resources/endpoints/index.d.ts +1 -0
- package/api/resources/dynamic/resources/endpoints/index.js +17 -0
- package/api/resources/dynamic/resources/endpoints/types/BodyRequest.d.ts +8 -0
- package/api/resources/dynamic/resources/endpoints/types/BodyRequest.js +5 -0
- package/api/resources/dynamic/resources/endpoints/types/Endpoint.d.ts +11 -0
- package/api/resources/dynamic/resources/endpoints/types/Endpoint.js +5 -0
- package/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.ts +11 -0
- package/api/resources/dynamic/resources/endpoints/types/EndpointLocation.js +5 -0
- package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.d.ts +7 -0
- package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.js +5 -0
- package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +16 -0
- package/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.js +5 -0
- package/api/resources/dynamic/resources/endpoints/types/InlinedRequest.d.ts +11 -0
- package/api/resources/dynamic/resources/endpoints/types/InlinedRequest.js +5 -0
- package/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +17 -0
- package/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.js +5 -0
- package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.ts +8 -0
- package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.js +5 -0
- package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +14 -0
- package/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.js +5 -0
- package/api/resources/dynamic/resources/endpoints/types/Request.d.ts +16 -0
- package/api/resources/dynamic/resources/endpoints/types/Request.js +5 -0
- package/api/resources/dynamic/resources/endpoints/types/Response.d.ts +17 -0
- package/api/resources/dynamic/resources/endpoints/types/Response.js +5 -0
- package/api/resources/dynamic/resources/endpoints/types/index.d.ts +11 -0
- package/api/resources/dynamic/resources/endpoints/types/index.js +27 -0
- package/api/resources/dynamic/resources/index.d.ts +10 -0
- package/api/resources/dynamic/resources/index.js +39 -0
- package/api/resources/dynamic/resources/ir/index.d.ts +1 -0
- package/api/resources/dynamic/resources/ir/index.js +17 -0
- package/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.ts +24 -0
- package/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.js +5 -0
- package/api/resources/dynamic/resources/ir/types/index.d.ts +1 -0
- package/api/resources/dynamic/resources/ir/types/index.js +17 -0
- package/api/resources/dynamic/resources/types/index.d.ts +1 -0
- package/api/resources/dynamic/resources/types/index.js +17 -0
- package/api/resources/dynamic/resources/types/types/AliasType.d.ts +8 -0
- package/api/resources/dynamic/resources/types/types/AliasType.js +5 -0
- package/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.ts +10 -0
- package/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.js +5 -0
- package/api/resources/dynamic/resources/types/types/EnumType.d.ts +8 -0
- package/api/resources/dynamic/resources/types/types/EnumType.js +5 -0
- package/api/resources/dynamic/resources/types/types/LiteralType.d.ts +15 -0
- package/api/resources/dynamic/resources/types/types/LiteralType.js +5 -0
- package/api/resources/dynamic/resources/types/types/MapType.d.ts +8 -0
- package/api/resources/dynamic/resources/types/types/MapType.js +5 -0
- package/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +8 -0
- package/api/resources/dynamic/resources/types/types/NamedParameter.js +5 -0
- package/api/resources/dynamic/resources/types/types/NamedType.d.ts +25 -0
- package/api/resources/dynamic/resources/types/types/NamedType.js +5 -0
- package/api/resources/dynamic/resources/types/types/ObjectType.d.ts +8 -0
- package/api/resources/dynamic/resources/types/types/ObjectType.js +5 -0
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +16 -0
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.js +5 -0
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.ts +9 -0
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.js +5 -0
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.ts +10 -0
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.js +5 -0
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.ts +10 -0
- package/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.js +5 -0
- package/api/resources/dynamic/resources/types/types/TypeReference.d.ts +37 -0
- package/api/resources/dynamic/resources/types/types/TypeReference.js +5 -0
- package/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.d.ts +9 -0
- package/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.js +5 -0
- package/api/resources/dynamic/resources/types/types/index.d.ts +14 -0
- package/api/resources/dynamic/resources/types/types/index.js +30 -0
- package/api/resources/generatorExec/index.d.ts +1 -0
- package/api/resources/generatorExec/index.js +17 -0
- package/api/resources/generatorExec/resources/config/index.d.ts +1 -0
- package/api/resources/generatorExec/resources/config/index.js +17 -0
- package/api/resources/generatorExec/resources/config/types/BasicLicense.d.ts +7 -0
- package/api/resources/generatorExec/resources/config/types/BasicLicense.js +5 -0
- package/api/resources/generatorExec/resources/config/types/CustomLicense.d.ts +6 -0
- package/api/resources/generatorExec/resources/config/types/CustomLicense.js +5 -0
- package/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +4 -0
- package/api/resources/generatorExec/resources/config/types/EnvironmentVariable.js +5 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorConfig.d.ts +21 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorConfig.js +5 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +13 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.js +5 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.d.ts +11 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.js +5 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.d.ts +12 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.js +5 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +25 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.js +5 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.d.ts +8 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.js +5 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.d.ts +11 -0
- package/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.js +5 -0
- package/api/resources/generatorExec/resources/config/types/GithubOutputMode.d.ts +15 -0
- package/api/resources/generatorExec/resources/config/types/GithubOutputMode.js +5 -0
- package/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +25 -0
- package/api/resources/generatorExec/resources/config/types/GithubPublishInfo.js +5 -0
- package/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +13 -0
- package/api/resources/generatorExec/resources/config/types/LicenseConfig.js +5 -0
- package/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +8 -0
- package/api/resources/generatorExec/resources/config/types/LicenseId.js +10 -0
- package/api/resources/generatorExec/resources/config/types/MavenCentralSignature.d.ts +8 -0
- package/api/resources/generatorExec/resources/config/types/MavenCentralSignature.js +5 -0
- package/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.d.ts +9 -0
- package/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.js +5 -0
- package/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.d.ts +12 -0
- package/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.js +5 -0
- package/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.d.ts +11 -0
- package/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.js +5 -0
- package/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.d.ts +11 -0
- package/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.js +5 -0
- package/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.d.ts +10 -0
- package/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.js +5 -0
- package/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.d.ts +8 -0
- package/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.js +5 -0
- package/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.d.ts +8 -0
- package/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.js +5 -0
- package/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.d.ts +10 -0
- package/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.js +5 -0
- package/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.d.ts +8 -0
- package/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.js +5 -0
- package/api/resources/generatorExec/resources/config/types/OutputMetadata.d.ts +8 -0
- package/api/resources/generatorExec/resources/config/types/OutputMetadata.js +5 -0
- package/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.d.ts +7 -0
- package/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.js +5 -0
- package/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +16 -0
- package/api/resources/generatorExec/resources/config/types/OutputMode.js +5 -0
- package/api/resources/generatorExec/resources/config/types/PostmanConfig.d.ts +7 -0
- package/api/resources/generatorExec/resources/config/types/PostmanConfig.js +5 -0
- package/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.d.ts +8 -0
- package/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.js +5 -0
- package/api/resources/generatorExec/resources/config/types/PublishingMetadata.d.ts +12 -0
- package/api/resources/generatorExec/resources/config/types/PublishingMetadata.js +5 -0
- package/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.d.ts +12 -0
- package/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.js +5 -0
- package/api/resources/generatorExec/resources/config/types/PypiMetadata.d.ts +9 -0
- package/api/resources/generatorExec/resources/config/types/PypiMetadata.js +5 -0
- package/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.d.ts +11 -0
- package/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.js +5 -0
- package/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.d.ts +8 -0
- package/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.js +5 -0
- package/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.d.ts +10 -0
- package/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.js +5 -0
- package/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.d.ts +8 -0
- package/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.js +5 -0
- package/api/resources/generatorExec/resources/config/types/index.d.ts +36 -0
- package/api/resources/generatorExec/resources/config/types/index.js +52 -0
- package/api/resources/generatorExec/resources/index.d.ts +2 -0
- package/api/resources/generatorExec/resources/index.js +31 -0
- package/api/resources/http/index.d.ts +1 -0
- package/api/resources/http/index.js +17 -0
- package/api/resources/http/types/HttpMethod.d.ts +11 -0
- package/api/resources/http/types/HttpMethod.js +13 -0
- package/api/resources/http/types/index.d.ts +1 -0
- package/api/resources/http/types/index.js +17 -0
- package/api/resources/index.d.ts +8 -0
- package/api/resources/index.js +37 -0
- package/api/resources/types/index.d.ts +1 -0
- package/api/resources/types/index.js +17 -0
- package/api/resources/types/types/PrimitiveTypeV1.d.ts +22 -0
- package/api/resources/types/types/PrimitiveTypeV1.js +21 -0
- package/api/resources/types/types/index.d.ts +1 -0
- package/api/resources/types/types/index.js +17 -0
- package/dist/api/index.d.ts +1 -0
- package/dist/api/index.js +17 -0
- package/dist/api/resources/commons/index.d.ts +1 -0
- package/dist/api/resources/commons/index.js +17 -0
- package/dist/api/resources/commons/types/EndpointId.d.ts +4 -0
- package/dist/api/resources/commons/types/EndpointId.js +5 -0
- package/dist/api/resources/commons/types/FernFilepath.d.ts +9 -0
- package/dist/api/resources/commons/types/FernFilepath.js +5 -0
- package/dist/api/resources/commons/types/Name.d.ts +11 -0
- package/dist/api/resources/commons/types/Name.js +5 -0
- package/dist/api/resources/commons/types/NameAndWireValue.d.ts +8 -0
- package/dist/api/resources/commons/types/NameAndWireValue.js +5 -0
- package/dist/api/resources/commons/types/SafeAndUnsafeString.d.ts +9 -0
- package/dist/api/resources/commons/types/SafeAndUnsafeString.js +5 -0
- package/dist/api/resources/commons/types/TypeId.d.ts +4 -0
- package/dist/api/resources/commons/types/TypeId.js +5 -0
- package/dist/api/resources/commons/types/index.d.ts +6 -0
- package/dist/api/resources/commons/types/index.js +22 -0
- package/dist/api/resources/dynamic/index.d.ts +1 -0
- package/dist/api/resources/dynamic/index.js +17 -0
- package/dist/api/resources/dynamic/resources/auth/index.d.ts +1 -0
- package/dist/api/resources/dynamic/resources/auth/index.js +17 -0
- package/dist/api/resources/dynamic/resources/auth/types/Auth.d.ts +16 -0
- package/dist/api/resources/dynamic/resources/auth/types/Auth.js +5 -0
- package/dist/api/resources/dynamic/resources/auth/types/BasicAuth.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/auth/types/BasicAuth.js +5 -0
- package/dist/api/resources/dynamic/resources/auth/types/BearerAuth.d.ts +7 -0
- package/dist/api/resources/dynamic/resources/auth/types/BearerAuth.js +5 -0
- package/dist/api/resources/dynamic/resources/auth/types/HeaderAuth.d.ts +7 -0
- package/dist/api/resources/dynamic/resources/auth/types/HeaderAuth.js +5 -0
- package/dist/api/resources/dynamic/resources/auth/types/index.d.ts +4 -0
- package/dist/api/resources/dynamic/resources/auth/types/index.js +20 -0
- package/dist/api/resources/dynamic/resources/declaration/index.d.ts +1 -0
- package/dist/api/resources/dynamic/resources/declaration/index.js +17 -0
- package/dist/api/resources/dynamic/resources/declaration/types/Declaration.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/declaration/types/Declaration.js +5 -0
- package/dist/api/resources/dynamic/resources/declaration/types/index.d.ts +1 -0
- package/dist/api/resources/dynamic/resources/declaration/types/index.js +17 -0
- package/dist/api/resources/dynamic/resources/endpoints/index.d.ts +1 -0
- package/dist/api/resources/dynamic/resources/endpoints/index.js +17 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/BodyRequest.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/BodyRequest.js +5 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/Endpoint.d.ts +11 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/Endpoint.js +5 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/EndpointLocation.d.ts +11 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/EndpointLocation.js +5 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.d.ts +7 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBody.js +5 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.d.ts +16 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/FileUploadRequestBodyProperty.js +5 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequest.d.ts +11 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequest.js +5 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.d.ts +17 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/InlinedRequestBody.js +5 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBody.js +5 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.d.ts +14 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/ReferencedRequestBodyType.js +5 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/Request.d.ts +16 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/Request.js +5 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/Response.d.ts +17 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/Response.js +5 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/index.d.ts +11 -0
- package/dist/api/resources/dynamic/resources/endpoints/types/index.js +27 -0
- package/dist/api/resources/dynamic/resources/index.d.ts +10 -0
- package/dist/api/resources/dynamic/resources/index.js +39 -0
- package/dist/api/resources/dynamic/resources/ir/index.d.ts +1 -0
- package/dist/api/resources/dynamic/resources/ir/index.js +17 -0
- package/dist/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.d.ts +24 -0
- package/dist/api/resources/dynamic/resources/ir/types/DynamicIntermediateRepresentation.js +5 -0
- package/dist/api/resources/dynamic/resources/ir/types/index.d.ts +1 -0
- package/dist/api/resources/dynamic/resources/ir/types/index.js +17 -0
- package/dist/api/resources/dynamic/resources/types/index.d.ts +1 -0
- package/dist/api/resources/dynamic/resources/types/index.js +17 -0
- package/dist/api/resources/dynamic/resources/types/types/AliasType.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/types/types/AliasType.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.d.ts +10 -0
- package/dist/api/resources/dynamic/resources/types/types/DiscriminatedUnionType.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/EnumType.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/types/types/EnumType.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/LiteralType.d.ts +15 -0
- package/dist/api/resources/dynamic/resources/types/types/LiteralType.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/MapType.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/types/types/MapType.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/NamedParameter.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/types/types/NamedParameter.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/NamedType.d.ts +25 -0
- package/dist/api/resources/dynamic/resources/types/types/NamedType.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/ObjectType.d.ts +8 -0
- package/dist/api/resources/dynamic/resources/types/types/ObjectType.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.d.ts +16 -0
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionType.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.d.ts +9 -0
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeNoProperties.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.d.ts +10 -0
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeObject.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.d.ts +10 -0
- package/dist/api/resources/dynamic/resources/types/types/SingleDiscriminatedUnionTypeSingleProperty.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/TypeReference.d.ts +37 -0
- package/dist/api/resources/dynamic/resources/types/types/TypeReference.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.d.ts +9 -0
- package/dist/api/resources/dynamic/resources/types/types/UndiscriminatedUnionType.js +5 -0
- package/dist/api/resources/dynamic/resources/types/types/index.d.ts +14 -0
- package/dist/api/resources/dynamic/resources/types/types/index.js +30 -0
- package/dist/api/resources/generatorExec/index.d.ts +1 -0
- package/dist/api/resources/generatorExec/index.js +17 -0
- package/dist/api/resources/generatorExec/resources/config/index.d.ts +1 -0
- package/dist/api/resources/generatorExec/resources/config/index.js +17 -0
- package/dist/api/resources/generatorExec/resources/config/types/BasicLicense.d.ts +7 -0
- package/dist/api/resources/generatorExec/resources/config/types/BasicLicense.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/CustomLicense.d.ts +6 -0
- package/dist/api/resources/generatorExec/resources/config/types/CustomLicense.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/EnvironmentVariable.d.ts +4 -0
- package/dist/api/resources/generatorExec/resources/config/types/EnvironmentVariable.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorConfig.d.ts +21 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorConfig.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.d.ts +13 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorEnvironment.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.d.ts +11 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorOutputConfig.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.d.ts +12 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishConfig.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.d.ts +25 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorPublishTarget.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.d.ts +8 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfig.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.d.ts +11 -0
- package/dist/api/resources/generatorExec/resources/config/types/GeneratorRegistriesConfigV2.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/GithubOutputMode.d.ts +15 -0
- package/dist/api/resources/generatorExec/resources/config/types/GithubOutputMode.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/GithubPublishInfo.d.ts +25 -0
- package/dist/api/resources/generatorExec/resources/config/types/GithubPublishInfo.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/LicenseConfig.d.ts +13 -0
- package/dist/api/resources/generatorExec/resources/config/types/LicenseConfig.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/LicenseId.d.ts +8 -0
- package/dist/api/resources/generatorExec/resources/config/types/LicenseId.js +10 -0
- package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignature.d.ts +8 -0
- package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignature.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.d.ts +9 -0
- package/dist/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.d.ts +12 -0
- package/dist/api/resources/generatorExec/resources/config/types/MavenGithubPublishInfo.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.d.ts +11 -0
- package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfig.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.d.ts +11 -0
- package/dist/api/resources/generatorExec/resources/config/types/MavenRegistryConfigV2.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.d.ts +10 -0
- package/dist/api/resources/generatorExec/resources/config/types/NpmGithubPublishInfo.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.d.ts +8 -0
- package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfig.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.d.ts +8 -0
- package/dist/api/resources/generatorExec/resources/config/types/NpmRegistryConfigV2.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.d.ts +10 -0
- package/dist/api/resources/generatorExec/resources/config/types/NugetGithubPublishInfo.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.d.ts +8 -0
- package/dist/api/resources/generatorExec/resources/config/types/NugetRegistryConfig.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/OutputMetadata.d.ts +8 -0
- package/dist/api/resources/generatorExec/resources/config/types/OutputMetadata.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.d.ts +7 -0
- package/dist/api/resources/generatorExec/resources/config/types/OutputMetadataAuthor.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/OutputMode.d.ts +16 -0
- package/dist/api/resources/generatorExec/resources/config/types/OutputMode.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/PostmanConfig.d.ts +7 -0
- package/dist/api/resources/generatorExec/resources/config/types/PostmanConfig.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.d.ts +8 -0
- package/dist/api/resources/generatorExec/resources/config/types/PostmanGithubPublishInfo.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/PublishingMetadata.d.ts +12 -0
- package/dist/api/resources/generatorExec/resources/config/types/PublishingMetadata.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.d.ts +12 -0
- package/dist/api/resources/generatorExec/resources/config/types/PypiGithubPublishInfo.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/PypiMetadata.d.ts +9 -0
- package/dist/api/resources/generatorExec/resources/config/types/PypiMetadata.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.d.ts +11 -0
- package/dist/api/resources/generatorExec/resources/config/types/PypiRegistryConfig.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.d.ts +8 -0
- package/dist/api/resources/generatorExec/resources/config/types/RemoteGeneratorEnvironment.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.d.ts +10 -0
- package/dist/api/resources/generatorExec/resources/config/types/RubyGemsGithubPublishInfo.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.d.ts +8 -0
- package/dist/api/resources/generatorExec/resources/config/types/RubyGemsRegistryConfig.js +5 -0
- package/dist/api/resources/generatorExec/resources/config/types/index.d.ts +36 -0
- package/dist/api/resources/generatorExec/resources/config/types/index.js +52 -0
- package/dist/api/resources/generatorExec/resources/index.d.ts +2 -0
- package/dist/api/resources/generatorExec/resources/index.js +31 -0
- package/dist/api/resources/http/index.d.ts +1 -0
- package/dist/api/resources/http/index.js +17 -0
- package/dist/api/resources/http/types/HttpMethod.d.ts +11 -0
- package/dist/api/resources/http/types/HttpMethod.js +13 -0
- package/dist/api/resources/http/types/index.d.ts +1 -0
- package/dist/api/resources/http/types/index.js +17 -0
- package/dist/api/resources/index.d.ts +8 -0
- package/dist/api/resources/index.js +37 -0
- package/dist/api/resources/types/index.d.ts +1 -0
- package/dist/api/resources/types/index.js +17 -0
- package/dist/api/resources/types/types/PrimitiveTypeV1.d.ts +22 -0
- package/dist/api/resources/types/types/PrimitiveTypeV1.js +21 -0
- package/dist/api/resources/types/types/index.d.ts +1 -0
- package/dist/api/resources/types/types/index.js +17 -0
- package/dist/errors/FernIrError.d.ts +12 -0
- package/dist/errors/FernIrError.js +32 -0
- package/dist/errors/FernIrTimeoutError.d.ts +6 -0
- package/dist/errors/FernIrTimeoutError.js +13 -0
- package/dist/errors/index.d.ts +2 -0
- package/dist/errors/index.js +7 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +30 -0
- package/errors/FernIrError.d.ts +12 -0
- package/errors/FernIrError.js +32 -0
- package/errors/FernIrTimeoutError.d.ts +6 -0
- package/errors/FernIrTimeoutError.js +13 -0
- package/errors/index.d.ts +2 -0
- package/errors/index.js +7 -0
- package/index.d.ts +2 -0
- package/index.js +30 -0
- package/jest.config.js +5 -0
- package/package.json +27 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface GeneratorConfig {
|
|
6
|
+
dryRun: boolean;
|
|
7
|
+
irFilepath: string;
|
|
8
|
+
originalReadmeFilepath: string | undefined;
|
|
9
|
+
license: FernIr.generatorExec.LicenseConfig | undefined;
|
|
10
|
+
output: FernIr.generatorExec.GeneratorOutputConfig;
|
|
11
|
+
/** Deprecated. Use output.mode instead. */
|
|
12
|
+
publish: FernIr.generatorExec.GeneratorPublishConfig | undefined;
|
|
13
|
+
workspaceName: string;
|
|
14
|
+
organization: string;
|
|
15
|
+
customConfig: unknown;
|
|
16
|
+
environment: FernIr.generatorExec.GeneratorEnvironment;
|
|
17
|
+
whitelabel: boolean;
|
|
18
|
+
writeUnitTests: boolean;
|
|
19
|
+
generatePaginatedClients: boolean | undefined;
|
|
20
|
+
generateOauthClients: boolean;
|
|
21
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export declare type GeneratorEnvironment = FernIr.generatorExec.GeneratorEnvironment.Local | FernIr.generatorExec.GeneratorEnvironment.Remote;
|
|
6
|
+
export declare namespace GeneratorEnvironment {
|
|
7
|
+
interface Local {
|
|
8
|
+
_type: "local";
|
|
9
|
+
}
|
|
10
|
+
interface Remote extends FernIr.generatorExec.RemoteGeneratorEnvironment {
|
|
11
|
+
_type: "remote";
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface GeneratorOutputConfig {
|
|
6
|
+
path: string;
|
|
7
|
+
snippetFilepath: string | undefined;
|
|
8
|
+
snippetTemplateFilepath: string | undefined;
|
|
9
|
+
publishingMetadata: FernIr.generatorExec.PublishingMetadata | undefined;
|
|
10
|
+
mode: FernIr.generatorExec.OutputMode;
|
|
11
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface GeneratorPublishConfig {
|
|
6
|
+
/** Deprecated, use publishTargets instead. */
|
|
7
|
+
registries: FernIr.generatorExec.GeneratorRegistriesConfig;
|
|
8
|
+
/** Deprecated, use publishTargets instead. */
|
|
9
|
+
registriesV2: FernIr.generatorExec.GeneratorRegistriesConfigV2;
|
|
10
|
+
publishTarget: FernIr.generatorExec.GeneratorPublishTarget | undefined;
|
|
11
|
+
version: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export declare type GeneratorPublishTarget = FernIr.generatorExec.GeneratorPublishTarget.Maven | FernIr.generatorExec.GeneratorPublishTarget.Npm | FernIr.generatorExec.GeneratorPublishTarget.Pypi | FernIr.generatorExec.GeneratorPublishTarget.Postman | FernIr.generatorExec.GeneratorPublishTarget.Rubygems | FernIr.generatorExec.GeneratorPublishTarget.Nuget;
|
|
6
|
+
export declare namespace GeneratorPublishTarget {
|
|
7
|
+
interface Maven extends FernIr.generatorExec.MavenRegistryConfigV2 {
|
|
8
|
+
type: "maven";
|
|
9
|
+
}
|
|
10
|
+
interface Npm extends FernIr.generatorExec.NpmRegistryConfigV2 {
|
|
11
|
+
type: "npm";
|
|
12
|
+
}
|
|
13
|
+
interface Pypi extends FernIr.generatorExec.PypiRegistryConfig {
|
|
14
|
+
type: "pypi";
|
|
15
|
+
}
|
|
16
|
+
interface Postman extends FernIr.generatorExec.PostmanConfig {
|
|
17
|
+
type: "postman";
|
|
18
|
+
}
|
|
19
|
+
interface Rubygems extends FernIr.generatorExec.RubyGemsRegistryConfig {
|
|
20
|
+
type: "rubygems";
|
|
21
|
+
}
|
|
22
|
+
interface Nuget extends FernIr.generatorExec.NugetRegistryConfig {
|
|
23
|
+
type: "nuget";
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface GeneratorRegistriesConfig {
|
|
6
|
+
maven: FernIr.generatorExec.MavenRegistryConfig;
|
|
7
|
+
npm: FernIr.generatorExec.NpmRegistryConfig;
|
|
8
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface GeneratorRegistriesConfigV2 {
|
|
6
|
+
maven: FernIr.generatorExec.MavenRegistryConfigV2;
|
|
7
|
+
npm: FernIr.generatorExec.NpmRegistryConfigV2;
|
|
8
|
+
pypi: FernIr.generatorExec.PypiRegistryConfig;
|
|
9
|
+
rubygems: FernIr.generatorExec.RubyGemsRegistryConfig;
|
|
10
|
+
nuget: FernIr.generatorExec.NugetRegistryConfig;
|
|
11
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface GithubOutputMode {
|
|
6
|
+
version: string;
|
|
7
|
+
/** A full repo url (i.e. https://github.com/fern-api/fern) */
|
|
8
|
+
repoUrl: string;
|
|
9
|
+
/**
|
|
10
|
+
* The token scoped to installing the repository. If not specified, the generator
|
|
11
|
+
* should NOT attempt to clone the repository.
|
|
12
|
+
*/
|
|
13
|
+
installationToken: string | undefined;
|
|
14
|
+
publishInfo: FernIr.generatorExec.GithubPublishInfo | undefined;
|
|
15
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export declare type GithubPublishInfo = FernIr.generatorExec.GithubPublishInfo.Npm | FernIr.generatorExec.GithubPublishInfo.Maven | FernIr.generatorExec.GithubPublishInfo.Postman | FernIr.generatorExec.GithubPublishInfo.Pypi | FernIr.generatorExec.GithubPublishInfo.Rubygems | FernIr.generatorExec.GithubPublishInfo.Nuget;
|
|
6
|
+
export declare namespace GithubPublishInfo {
|
|
7
|
+
interface Npm extends FernIr.generatorExec.NpmGithubPublishInfo {
|
|
8
|
+
type: "npm";
|
|
9
|
+
}
|
|
10
|
+
interface Maven extends FernIr.generatorExec.MavenGithubPublishInfo {
|
|
11
|
+
type: "maven";
|
|
12
|
+
}
|
|
13
|
+
interface Postman extends FernIr.generatorExec.PostmanGithubPublishInfo {
|
|
14
|
+
type: "postman";
|
|
15
|
+
}
|
|
16
|
+
interface Pypi extends FernIr.generatorExec.PypiGithubPublishInfo {
|
|
17
|
+
type: "pypi";
|
|
18
|
+
}
|
|
19
|
+
interface Rubygems extends FernIr.generatorExec.RubyGemsGithubPublishInfo {
|
|
20
|
+
type: "rubygems";
|
|
21
|
+
}
|
|
22
|
+
interface Nuget extends FernIr.generatorExec.NugetGithubPublishInfo {
|
|
23
|
+
type: "nuget";
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export declare type LicenseConfig = FernIr.generatorExec.LicenseConfig.Basic | FernIr.generatorExec.LicenseConfig.Custom;
|
|
6
|
+
export declare namespace LicenseConfig {
|
|
7
|
+
interface Basic extends FernIr.generatorExec.BasicLicense {
|
|
8
|
+
type: "basic";
|
|
9
|
+
}
|
|
10
|
+
interface Custom extends FernIr.generatorExec.CustomLicense {
|
|
11
|
+
type: "custom";
|
|
12
|
+
}
|
|
13
|
+
}
|
package/api/resources/generatorExec/resources/config/types/MavenCentralSignatureGithubInfo.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface MavenCentralSignatureGithubInfo {
|
|
6
|
+
keyIdEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
|
|
7
|
+
passwordEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
|
|
8
|
+
secretKeyEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
|
|
9
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface MavenGithubPublishInfo {
|
|
6
|
+
registryUrl: string;
|
|
7
|
+
coordinate: string;
|
|
8
|
+
usernameEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
|
|
9
|
+
passwordEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
|
|
10
|
+
signature: FernIr.generatorExec.MavenCentralSignatureGithubInfo | undefined;
|
|
11
|
+
shouldGeneratePublishWorkflow: boolean | undefined;
|
|
12
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface MavenRegistryConfig {
|
|
6
|
+
registryUrl: string;
|
|
7
|
+
username: string;
|
|
8
|
+
password: string;
|
|
9
|
+
group: string;
|
|
10
|
+
signature: FernIr.generatorExec.MavenCentralSignature | undefined;
|
|
11
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface MavenRegistryConfigV2 {
|
|
6
|
+
registryUrl: string;
|
|
7
|
+
username: string;
|
|
8
|
+
password: string;
|
|
9
|
+
coordinate: string;
|
|
10
|
+
signature: FernIr.generatorExec.MavenCentralSignature | undefined;
|
|
11
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface NpmGithubPublishInfo {
|
|
6
|
+
registryUrl: string;
|
|
7
|
+
packageName: string;
|
|
8
|
+
tokenEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
|
|
9
|
+
shouldGeneratePublishWorkflow: boolean | undefined;
|
|
10
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface NugetGithubPublishInfo {
|
|
6
|
+
registryUrl: string;
|
|
7
|
+
packageName: string;
|
|
8
|
+
apiKeyEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
|
|
9
|
+
shouldGeneratePublishWorkflow: boolean | undefined;
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface OutputMetadata {
|
|
6
|
+
description: string | undefined;
|
|
7
|
+
authors: FernIr.generatorExec.OutputMetadataAuthor[] | undefined;
|
|
8
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export declare type OutputMode = FernIr.generatorExec.OutputMode.Publish | FernIr.generatorExec.OutputMode.DownloadFiles | FernIr.generatorExec.OutputMode.Github;
|
|
6
|
+
export declare namespace OutputMode {
|
|
7
|
+
interface Publish extends FernIr.generatorExec.GeneratorPublishConfig {
|
|
8
|
+
type: "publish";
|
|
9
|
+
}
|
|
10
|
+
interface DownloadFiles {
|
|
11
|
+
type: "downloadFiles";
|
|
12
|
+
}
|
|
13
|
+
interface Github extends FernIr.generatorExec.GithubOutputMode {
|
|
14
|
+
type: "github";
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface PostmanGithubPublishInfo {
|
|
6
|
+
apiKeyEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
|
|
7
|
+
workspaceIdEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
|
|
8
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* This should effectively be deprecated in favor of a more specific configuration per-output mode (pypi, maven, etc.).
|
|
6
|
+
*/
|
|
7
|
+
export interface PublishingMetadata {
|
|
8
|
+
package_description: string | undefined;
|
|
9
|
+
publisher_email: string | undefined;
|
|
10
|
+
reference_url: string | undefined;
|
|
11
|
+
publisher_name: string | undefined;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface PypiGithubPublishInfo {
|
|
6
|
+
registryUrl: string;
|
|
7
|
+
packageName: string;
|
|
8
|
+
usernameEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
|
|
9
|
+
passwordEnvironmentVariable: FernIr.generatorExec.EnvironmentVariable;
|
|
10
|
+
pypiMetadata: FernIr.generatorExec.PypiMetadata | undefined;
|
|
11
|
+
shouldGeneratePublishWorkflow: boolean | undefined;
|
|
12
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface PypiMetadata extends FernIr.generatorExec.OutputMetadata {
|
|
6
|
+
keywords: string[] | undefined;
|
|
7
|
+
documentationLink: string | undefined;
|
|
8
|
+
homepageLink: string | undefined;
|
|
9
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
*/
|
|
4
|
+
import * as FernIr from "../../../../../index";
|
|
5
|
+
export interface PypiRegistryConfig {
|
|
6
|
+
registryUrl: string;
|
|
7
|
+
username: string;
|
|
8
|
+
password: string;
|
|
9
|
+
packageName: string;
|
|
10
|
+
pypiMetadata: FernIr.generatorExec.PypiMetadata | undefined;
|
|
11
|
+
}
|