From b679c79f1c5850e9bbae67277f6c85575e0f4e93 Mon Sep 17 00:00:00 2001 From: Niels Swimberghe <3382717+Swimburger@users.noreply.github.com> Date: Fri, 27 Dec 2024 16:03:14 -0500 Subject: [PATCH] fix(typescript): Export namespace members that used to be exported by declared namespace (#5497) fix(typescript): Export everything inside TS namespaces --- .../src/GeneratedEndpointTypeSchemaImpl.ts | 3 +- .../src/GeneratedExpressErrorSchemaImpl.ts | 3 +- ...atedExpressInlinedRequestBodySchemaImpl.ts | 1 + .../src/enum/GeneratedEnumTypeImpl.ts | 4 +-- .../src/alias/GeneratedAliasTypeSchemaImpl.ts | 3 +- .../src/enum/GeneratedEnumTypeSchemaImpl.ts | 3 +- .../object/GeneratedObjectTypeSchemaImpl.ts | 3 +- ...ratedUndiscriminatedUnionTypeSchemaImpl.ts | 3 +- .../union-generator/src/GeneratedUnionImpl.ts | 9 ++++-- .../src/AbstractRawSingleUnionType.ts | 3 +- .../src/GeneratedUnionSchema.ts | 6 ++-- generators/typescript/sdk/CHANGELOG.md | 6 ++++ generators/typescript/sdk/VERSION | 2 +- .../src/GeneratedSdkClientClassImpl.ts | 9 ++++-- .../src/GeneratedEndpointTypeSchemaImpl.ts | 3 +- .../src/GeneratedSdkErrorSchemaImpl.ts | 3 +- ...eneratedSdkInlinedRequestBodySchemaImpl.ts | 3 +- .../service/requests/InlinedChildRequest.ts | 2 +- .../serialization/types/AliasType.ts | 2 +- .../serialization/types/Child.ts | 2 +- .../serialization/types/Parent.ts | 2 +- .../alias/serialization/types/Object_.ts | 2 +- .../alias/serialization/types/Type.ts | 2 +- .../alias/serialization/types/TypeId.ts | 2 +- .../auth/service/requests/GetTokenRequest.ts | 2 +- .../resources/auth/types/TokenResponse.ts | 2 +- .../resources/user/service/get.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../resources/commons/types/Imported.ts | 2 +- .../resources/service/types/Response.ts | 2 +- .../folderB/resources/common/types/Foo.ts | 2 +- .../resources/common/types/FolderCFoo.ts | 2 +- .../resources/service/types/Response.ts | 2 +- .../foo/service/requests/FindRequest.ts | 2 +- .../resources/foo/types/FilteredType.ts | 2 +- .../resources/foo/types/ImportingType.ts | 2 +- .../resources/foo/types/OptionalString.ts | 2 +- .../service/service/getWithApiKey.ts | 2 +- .../service/service/getWithHeader.ts | 2 +- .../basicAuth/service/getWithBasicAuth.ts | 2 +- .../basicAuth/service/postWithBasicAuth.ts | 2 +- .../types/UnauthorizedRequestErrorBody.ts | 2 +- .../basicAuth/service/getWithBasicAuth.ts | 2 +- .../basicAuth/service/postWithBasicAuth.ts | 2 +- .../types/UnauthorizedRequestErrorBody.ts | 2 +- .../service/service/getWithBearerToken.ts | 2 +- .../serialization/resources/a/types/A.ts | 2 +- .../resources/ast/types/ContainerValue.ts | 6 ++-- .../resources/ast/types/FieldName.ts | 2 +- .../resources/ast/types/FieldValue.ts | 8 +++--- .../resources/ast/types/ObjectFieldValue.ts | 2 +- .../resources/ast/types/ObjectValue.ts | 2 +- .../resources/ast/types/PrimitiveValue.ts | 2 +- .../serialization/types/ImportingA.ts | 2 +- .../serialization/types/RootType.ts | 2 +- .../serialization/resources/a/types/A.ts | 2 +- .../resources/ast/types/ContainerValue.ts | 6 ++-- .../resources/ast/types/FieldValue.ts | 8 +++--- .../resources/ast/types/JsonLike.ts | 2 +- .../resources/ast/types/ObjectValue.ts | 2 +- .../resources/ast/types/PrimitiveValue.ts | 2 +- .../serialization/types/ImportingA.ts | 2 +- .../serialization/types/RootType.ts | 2 +- .../resources/commons/types/Imported.ts | 2 +- .../resources/service/types/Response.ts | 2 +- .../folderB/resources/common/types/Foo.ts | 2 +- .../folderC/resources/common/types/Foo.ts | 2 +- .../resources/service/types/Response.ts | 2 +- .../foo/service/requests/FindRequest.ts | 2 +- .../resources/foo/types/ImportingType.ts | 2 +- .../resources/foo/types/OptionalString.ts | 2 +- .../customAuth/service/getWithCustomAuth.ts | 2 +- .../customAuth/service/postWithCustomAuth.ts | 2 +- .../types/UnauthorizedRequestErrorBody.ts | 2 +- .../requests/SendEnumInlinedRequest.ts | 2 +- .../enum/serialization/types/Color.ts | 2 +- .../serialization/types/ColorOrOperand.ts | 2 +- .../enum/serialization/types/Operand.ts | 2 +- .../types/PropertyBasedErrorTestBody.ts | 2 +- .../propertyBasedError/service/throwError.ts | 2 +- .../api/resources/types/types/Metadata.ts | 2 +- .../commons/resources/types/types/Data.ts | 6 ++-- .../resources/types/types/EventInfo.ts | 6 ++-- .../commons/resources/types/types/Metadata.ts | 2 +- .../commons/resources/types/types/Tag.ts | 2 +- .../file/resources/service/types/Filename.ts | 2 +- .../health/resources/service/service/ping.ts | 2 +- .../resources/types/errors/NotFoundError.ts | 2 +- .../resources/types/types/Actor.ts | 2 +- .../resources/types/types/Actress.ts | 2 +- .../resources/types/types/BigEntity.ts | 2 +- .../resources/types/types/CastMember.ts | 2 +- .../resources/types/types/Directory.ts | 2 +- .../resources/types/types/Entity.ts | 2 +- .../resources/types/types/Exception.ts | 6 ++-- .../resources/types/types/ExceptionInfo.ts | 2 +- .../resources/types/types/ExtendedMovie.ts | 2 +- .../resources/types/types/File_.ts | 2 +- .../resources/types/types/Metadata.ts | 8 +++--- .../resources/types/types/Migration.ts | 2 +- .../resources/types/types/MigrationStatus.ts | 2 +- .../resources/types/types/Moment.ts | 2 +- .../resources/types/types/Movie.ts | 2 +- .../resources/types/types/MovieId.ts | 2 +- .../resources/types/types/Node.ts | 2 +- .../resources/types/types/Request.ts | 2 +- .../resources/types/types/Response.ts | 2 +- .../resources/types/types/ResponseType.ts | 2 +- .../resources/types/types/StuntDouble.ts | 2 +- .../resources/types/types/Test.ts | 6 ++-- .../resources/types/types/Tree.ts | 2 +- .../examples/serialization/service/echo.ts | 4 +-- .../examples/serialization/types/BasicType.ts | 2 +- .../serialization/types/ComplexType.ts | 2 +- .../serialization/types/Identifier.ts | 2 +- .../examples/serialization/types/Type.ts | 2 +- .../service/getAndReturnListOfObjects.ts | 4 +-- .../service/getAndReturnListOfPrimitives.ts | 4 +-- .../service/getAndReturnMapOfPrimToObject.ts | 4 +-- .../service/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/service/getAndReturnOptional.ts | 4 +-- .../service/getAndReturnSetOfObjects.ts | 4 +-- .../service/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/service/testDelete.ts | 2 +- .../resources/httpMethods/service/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/service/getWithInlinePath.ts | 2 +- .../resources/params/service/getWithPath.ts | 2 +- .../params/service/modifyWithInlinePath.ts | 4 +-- .../params/service/modifyWithPath.ts | 4 +-- .../primitive/service/getAndReturnBase64.ts | 4 +-- .../primitive/service/getAndReturnBool.ts | 4 +-- .../primitive/service/getAndReturnDate.ts | 4 +-- .../primitive/service/getAndReturnDatetime.ts | 4 +-- .../primitive/service/getAndReturnDouble.ts | 4 +-- .../primitive/service/getAndReturnInt.ts | 4 +-- .../primitive/service/getAndReturnLong.ts | 4 +-- .../primitive/service/getAndReturnString.ts | 4 +-- .../primitive/service/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../service/requests/PostWithObjectBody.ts | 2 +- .../noAuth/service/postWithNoAuth.ts | 2 +- .../service/postWithNoRequestBody.ts | 2 +- .../service/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- .../service/getAndReturnListOfObjects.ts | 4 +-- .../service/getAndReturnListOfPrimitives.ts | 4 +-- .../service/getAndReturnMapOfPrimToObject.ts | 4 +-- .../service/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/service/getAndReturnOptional.ts | 4 +-- .../service/getAndReturnSetOfObjects.ts | 4 +-- .../service/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/service/testDelete.ts | 2 +- .../resources/httpMethods/service/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/service/getWithInlinePath.ts | 2 +- .../resources/params/service/getWithPath.ts | 2 +- .../params/service/modifyWithInlinePath.ts | 4 +-- .../params/service/modifyWithPath.ts | 4 +-- .../primitive/service/getAndReturnBase64.ts | 4 +-- .../primitive/service/getAndReturnBool.ts | 4 +-- .../primitive/service/getAndReturnDate.ts | 4 +-- .../primitive/service/getAndReturnDatetime.ts | 4 +-- .../primitive/service/getAndReturnDouble.ts | 4 +-- .../primitive/service/getAndReturnInt.ts | 4 +-- .../primitive/service/getAndReturnLong.ts | 4 +-- .../primitive/service/getAndReturnString.ts | 4 +-- .../primitive/service/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../service/requests/PostWithObjectBody.ts | 2 +- .../noAuth/service/postWithNoAuth.ts | 2 +- .../service/postWithNoRequestBody.ts | 2 +- .../service/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- .../service/getAndReturnListOfObjects.ts | 4 +-- .../service/getAndReturnListOfPrimitives.ts | 4 +-- .../service/getAndReturnMapOfPrimToObject.ts | 4 +-- .../service/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/service/getAndReturnOptional.ts | 4 +-- .../service/getAndReturnSetOfObjects.ts | 4 +-- .../service/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/service/testDelete.ts | 2 +- .../resources/httpMethods/service/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/service/getWithInlinePath.ts | 2 +- .../resources/params/service/getWithPath.ts | 2 +- .../params/service/modifyWithInlinePath.ts | 4 +-- .../params/service/modifyWithPath.ts | 4 +-- .../primitive/service/getAndReturnBase64.ts | 4 +-- .../primitive/service/getAndReturnBool.ts | 4 +-- .../primitive/service/getAndReturnDate.ts | 4 +-- .../primitive/service/getAndReturnDatetime.ts | 4 +-- .../primitive/service/getAndReturnDouble.ts | 4 +-- .../primitive/service/getAndReturnInt.ts | 4 +-- .../primitive/service/getAndReturnLong.ts | 4 +-- .../primitive/service/getAndReturnString.ts | 4 +-- .../primitive/service/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../service/requests/PostWithObjectBody.ts | 2 +- .../noAuth/service/postWithNoAuth.ts | 2 +- .../service/postWithNoRequestBody.ts | 2 +- .../service/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- .../service/getAndReturnListOfObjects.ts | 4 +-- .../service/getAndReturnListOfPrimitives.ts | 4 +-- .../service/getAndReturnMapOfPrimToObject.ts | 4 +-- .../service/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/service/getAndReturnOptional.ts | 4 +-- .../service/getAndReturnSetOfObjects.ts | 4 +-- .../service/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/service/testDelete.ts | 2 +- .../resources/httpMethods/service/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/service/getWithInlinePath.ts | 2 +- .../resources/params/service/getWithPath.ts | 2 +- .../params/service/modifyWithInlinePath.ts | 4 +-- .../params/service/modifyWithPath.ts | 4 +-- .../primitive/service/getAndReturnBase64.ts | 4 +-- .../primitive/service/getAndReturnBool.ts | 4 +-- .../primitive/service/getAndReturnDate.ts | 4 +-- .../primitive/service/getAndReturnDatetime.ts | 4 +-- .../primitive/service/getAndReturnDouble.ts | 4 +-- .../primitive/service/getAndReturnInt.ts | 4 +-- .../primitive/service/getAndReturnLong.ts | 4 +-- .../primitive/service/getAndReturnString.ts | 4 +-- .../primitive/service/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../service/requests/PostWithObjectBody.ts | 2 +- .../noAuth/service/postWithNoAuth.ts | 2 +- .../service/postWithNoRequestBody.ts | 2 +- .../service/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../types/resources/union/types/Animal.ts | 4 +-- .../service/getAndReturnListOfObjects.ts | 4 +-- .../service/getAndReturnListOfPrimitives.ts | 4 +-- .../service/getAndReturnMapOfPrimToObject.ts | 4 +-- .../service/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/service/getAndReturnOptional.ts | 4 +-- .../service/getAndReturnSetOfObjects.ts | 4 +-- .../service/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/service/testDelete.ts | 2 +- .../resources/httpMethods/service/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/service/getWithInlinePath.ts | 2 +- .../resources/params/service/getWithPath.ts | 2 +- .../params/service/modifyWithInlinePath.ts | 4 +-- .../params/service/modifyWithPath.ts | 4 +-- .../primitive/service/getAndReturnBase64.ts | 4 +-- .../primitive/service/getAndReturnBool.ts | 4 +-- .../primitive/service/getAndReturnDate.ts | 4 +-- .../primitive/service/getAndReturnDatetime.ts | 4 +-- .../primitive/service/getAndReturnDouble.ts | 4 +-- .../primitive/service/getAndReturnInt.ts | 4 +-- .../primitive/service/getAndReturnLong.ts | 4 +-- .../primitive/service/getAndReturnString.ts | 4 +-- .../primitive/service/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../service/requests/PostWithObjectBody.ts | 2 +- .../noAuth/service/postWithNoAuth.ts | 2 +- .../service/postWithNoRequestBody.ts | 2 +- .../service/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- .../serialization/service/requests/Inlined.ts | 2 +- .../extends/serialization/types/Docs.ts | 2 +- .../serialization/types/ExampleType.ts | 2 +- .../extends/serialization/types/Json.ts | 2 +- .../extends/serialization/types/NestedType.ts | 2 +- .../service/requests/CreateUserRequest.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../serialization/types/Failure.ts | 2 +- .../resources/d/resources/types/types/Foo.ts | 2 +- .../resources/service/errors/NotFoundError.ts | 2 +- .../resources/payment/service/create.ts | 2 +- .../service/requests/CreatePaymentRequest.ts | 2 +- .../resources/payment/types/Currency.ts | 2 +- .../imdb/types/CreateMovieRequest.ts | 2 +- .../resources/imdb/types/Movie.ts | 2 +- .../resources/imdb/types/MovieId.ts | 2 +- .../imdb/types/CreateMovieRequest.ts | 2 +- .../resources/imdb/types/Movie.ts | 2 +- .../resources/imdb/types/MovieId.ts | 2 +- .../imdb/types/CreateMovieRequest.ts | 2 +- .../resources/imdb/types/Movie.ts | 2 +- .../resources/imdb/types/MovieId.ts | 2 +- .../imdb/types/CreateMovieRequest.ts | 2 +- .../resources/imdb/types/Movie.ts | 2 +- .../resources/imdb/types/MovieId.ts | 2 +- .../license/serialization/types/Type.ts | 2 +- .../requests/SendLiteralsInHeadersRequest.ts | 2 +- .../requests/SendLiteralsInlinedRequest.ts | 2 +- .../resources/inlined/types/ANestedLiteral.ts | 2 +- .../inlined/types/ATopLevelLiteral.ts | 2 +- .../inlined/types/SomeAliasedLiteral.ts | 2 +- .../reference/types/ContainerObject.ts | 2 +- .../types/NestedObjectWithLiterals.ts | 2 +- .../resources/reference/types/SendRequest.ts | 2 +- .../resources/reference/types/SomeLiteral.ts | 2 +- .../serialization/types/SendResponse.ts | 2 +- .../api/resources/service/types/Resource.ts | 2 +- .../service/service/listResources.ts | 2 +- .../resources/service/types/NestedUser.ts | 2 +- .../resources/service/types/Organization.ts | 2 +- .../resources/service/types/Resource.ts | 8 +++--- .../resources/service/types/ResourceStatus.ts | 2 +- .../resources/service/types/User.ts | 2 +- .../api/resources/service/types/Resource.ts | 2 +- .../service/service/listResources.ts | 2 +- .../resources/service/types/NestedUser.ts | 2 +- .../resources/service/types/Organization.ts | 2 +- .../resources/service/types/Resource.ts | 8 +++--- .../resources/service/types/ResourceStatus.ts | 2 +- .../resources/service/types/User.ts | 2 +- .../types/CreateOrganizationRequest.ts | 2 +- .../organization/types/Organization.ts | 2 +- .../resources/metadata/types/Metadata.ts | 2 +- .../resources/events/service/listEvents.ts | 2 +- .../user/resources/events/types/Event.ts | 2 +- .../resources/user/service/list.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../serialization/types/Id.ts | 2 +- .../service/requests/CreateUserRequest.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../serialization/types/Operand.ts | 2 +- .../service/requests/BootInstanceRequest.ts | 2 +- .../resources/s3/service/getPresignedUrl.ts | 2 +- .../requests/GetPresignedUrlRequest.ts | 2 +- .../service/requests/BootInstanceRequest.ts | 2 +- .../resources/s3/service/getPresignedUrl.ts | 2 +- .../requests/GetPresignedUrlRequest.ts | 2 +- .../resources/dummy/service/getDummy.ts | 2 +- .../auth/service/requests/GetTokenRequest.ts | 2 +- .../resources/auth/types/TokenResponse.ts | 2 +- .../auth/service/requests/GetTokenRequest.ts | 2 +- .../service/requests/RefreshTokenRequest.ts | 2 +- .../resources/auth/types/TokenResponse.ts | 2 +- .../auth/service/requests/GetTokenRequest.ts | 2 +- .../resources/auth/types/TokenResponse.ts | 2 +- .../auth/service/requests/GetTokenRequest.ts | 2 +- .../service/requests/RefreshTokenRequest.ts | 2 +- .../resources/auth/types/TokenResponse.ts | 2 +- .../object/serialization/types/Name.ts | 2 +- .../object/serialization/types/Type.ts | 2 +- .../resources/metadata/types/Metadata.ts | 2 +- .../resources/directory/types/Directory.ts | 2 +- .../resources/file/types/FileInfo.ts | 2 +- .../resources/file/types/File_.ts | 2 +- .../serialization/types/Node.ts | 2 +- .../serialization/types/Tree.ts | 2 +- .../optional/service/sendOptionalBody.ts | 4 +-- .../package-yml/serialization/service/echo.ts | 2 +- .../serialization/types/EchoRequest.ts | 2 +- .../ListUsersBodyCursorPaginationRequest.ts | 2 +- .../ListUsersBodyOffsetPaginationRequest.ts | 2 +- .../ListUsersExtendedOptionalListResponse.ts | 2 +- .../users/types/ListUsersExtendedResponse.ts | 2 +- .../types/ListUsersPaginationResponse.ts | 2 +- .../resources/users/types/NextPage.ts | 2 +- .../resources/users/types/Order.ts | 2 +- .../resources/users/types/Page.ts | 2 +- .../resources/users/types/User.ts | 2 +- .../users/types/UserListContainer.ts | 2 +- .../users/types/UserOptionalListContainer.ts | 2 +- .../users/types/UserOptionalListPage.ts | 2 +- .../resources/users/types/UserPage.ts | 2 +- .../users/types/UsernameContainer.ts | 2 +- .../resources/users/types/WithCursor.ts | 2 +- .../resources/users/types/WithPage.ts | 2 +- .../serialization/types/UsernameCursor.ts | 2 +- .../serialization/types/UsernamePage.ts | 2 +- .../service/searchOrganizations.ts | 2 +- .../organizations/types/Organization.ts | 2 +- .../resources/user/service/searchUsers.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../resources/user/types/NestedUser.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../resources/package/types/Package.ts | 2 +- .../resources/package/types/Record_.ts | 2 +- .../resources/service/service/getMovie.ts | 2 +- .../resources/service/service/getMovieDocs.ts | 2 +- .../service/service/getMovieMetadata.ts | 2 +- .../resources/service/service/getMovieName.ts | 2 +- .../service/service/getOptionalMovie.ts | 4 +-- .../service/service/getOptionalMovieDocs.ts | 2 +- .../service/service/getOptionalMovieName.ts | 2 +- .../resources/service/types/Movie.ts | 2 +- .../service/types/OptionalWithDocs.ts | 2 +- .../resources/service/types/Response.ts | 2 +- .../resources/service/types/WithDocs.ts | 2 +- .../types/OptionalStringResponse.ts | 2 +- .../serialization/types/StringResponse.ts | 2 +- .../serialization/types/WithMetadata.ts | 2 +- .../serialization/types/Account.ts | 2 +- .../serialization/types/BaseResource.ts | 2 +- .../simple-fhir/serialization/types/Memo.ts | 2 +- .../serialization/types/Patient.ts | 2 +- .../serialization/types/Practitioner.ts | 2 +- .../serialization/types/ResourceList.ts | 2 +- .../simple-fhir/serialization/types/Script.ts | 2 +- .../resources/dummy/service/getDummy.ts | 2 +- .../resources/dummy/service/getDummy.ts | 2 +- .../requests/StoreTracedTestCaseRequest.ts | 2 +- .../requests/StoreTracedWorkspaceRequest.ts | 2 +- .../admin/service/storeTracedTestCaseV2.ts | 2 +- .../admin/service/storeTracedWorkspaceV2.ts | 2 +- .../resources/admin/types/Test.ts | 6 ++-- .../types/BinaryTreeNodeAndTreeValue.ts | 2 +- .../commons/types/BinaryTreeNodeValue.ts | 2 +- .../commons/types/BinaryTreeValue.ts | 2 +- .../commons/types/DebugKeyValuePairs.ts | 2 +- .../resources/commons/types/DebugMapValue.ts | 2 +- .../commons/types/DebugVariableValue.ts | 28 +++++++++---------- .../types/DoublyLinkedListNodeAndListValue.ts | 2 +- .../types/DoublyLinkedListNodeValue.ts | 2 +- .../commons/types/DoublyLinkedListValue.ts | 2 +- .../resources/commons/types/FileInfo.ts | 2 +- .../resources/commons/types/GenericValue.ts | 2 +- .../resources/commons/types/KeyValuePair.ts | 2 +- .../resources/commons/types/Language.ts | 2 +- .../resources/commons/types/ListType.ts | 2 +- .../resources/commons/types/MapType.ts | 2 +- .../resources/commons/types/MapValue.ts | 2 +- .../resources/commons/types/NodeId.ts | 2 +- .../resources/commons/types/ProblemId.ts | 2 +- .../types/SinglyLinkedListNodeAndListValue.ts | 2 +- .../types/SinglyLinkedListNodeValue.ts | 2 +- .../commons/types/SinglyLinkedListValue.ts | 2 +- .../resources/commons/types/TestCase.ts | 2 +- .../types/TestCaseWithExpectedResult.ts | 2 +- .../resources/commons/types/UserId.ts | 2 +- .../resources/commons/types/VariableType.ts | 22 +++++++-------- .../resources/commons/types/VariableValue.ts | 24 ++++++++-------- .../homepage/service/getHomepageProblems.ts | 2 +- .../homepage/service/setHomepageProblems.ts | 2 +- .../langServer/types/LangServerRequest.ts | 2 +- .../langServer/types/LangServerResponse.ts | 2 +- .../service/getAttemptedMigrations.ts | 2 +- .../resources/migration/types/Migration.ts | 2 +- .../migration/types/MigrationStatus.ts | 2 +- .../playlist/service/getPlaylists.ts | 2 +- .../playlist/service/updatePlaylist.ts | 4 +-- .../resources/playlist/types/Playlist.ts | 2 +- .../playlist/types/PlaylistCreateRequest.ts | 2 +- .../resources/playlist/types/PlaylistId.ts | 2 +- .../types/PlaylistIdNotFoundErrorBody.ts | 4 +-- .../playlist/types/ReservedKeywordEnum.ts | 2 +- .../playlist/types/UpdatePlaylistRequest.ts | 2 +- .../requests/GetDefaultStarterFilesRequest.ts | 2 +- .../problem/types/CreateProblemError.ts | 4 +-- .../problem/types/CreateProblemRequest.ts | 2 +- .../problem/types/CreateProblemResponse.ts | 6 ++-- .../types/GenericCreateProblemError.ts | 2 +- .../types/GetDefaultStarterFilesResponse.ts | 2 +- .../problem/types/ProblemDescription.ts | 2 +- .../problem/types/ProblemDescriptionBoard.ts | 11 +++++--- .../resources/problem/types/ProblemFiles.ts | 2 +- .../resources/problem/types/ProblemInfo.ts | 2 +- .../problem/types/UpdateProblemResponse.ts | 2 +- .../problem/types/VariableTypeAndName.ts | 2 +- .../submission/service/getExecutionSession.ts | 2 +- .../submission/types/ActualResult.ts | 8 +++--- .../types/BuildingExecutorResponse.ts | 2 +- .../submission/types/CodeExecutionUpdate.ts | 24 ++++++++-------- .../submission/types/CompileError.ts | 2 +- .../types/CustomTestCasesUnsupported.ts | 2 +- .../resources/submission/types/ErrorInfo.ts | 8 +++--- .../submission/types/ErroredResponse.ts | 2 +- .../submission/types/ExceptionInfo.ts | 2 +- .../resources/submission/types/ExceptionV2.ts | 6 ++-- .../types/ExecutionSessionResponse.ts | 2 +- .../submission/types/ExecutionSessionState.ts | 2 +- .../types/ExecutionSessionStatus.ts | 2 +- .../types/ExistingSubmissionExecuting.ts | 2 +- .../submission/types/ExpressionLocation.ts | 2 +- .../submission/types/FinishedResponse.ts | 2 +- .../types/GetExecutionSessionStateResponse.ts | 2 +- .../types/GetSubmissionStateResponse.ts | 2 +- .../types/GetTraceResponsesPageRequest.ts | 2 +- .../submission/types/GradedResponse.ts | 2 +- .../submission/types/GradedResponseV2.ts | 2 +- .../submission/types/GradedTestCaseUpdate.ts | 2 +- .../types/InitializeProblemRequest.ts | 2 +- .../submission/types/InternalError.ts | 2 +- .../submission/types/InvalidRequestCause.ts | 8 +++--- .../types/InvalidRequestResponse.ts | 2 +- .../types/LightweightStackframeInformation.ts | 2 +- .../types/RecordedResponseNotification.ts | 2 +- .../types/RecordedTestCaseUpdate.ts | 2 +- .../types/RecordingResponseNotification.ts | 2 +- .../submission/types/RunningResponse.ts | 2 +- .../types/RunningSubmissionState.ts | 2 +- .../submission/types/RuntimeError.ts | 2 +- .../resources/submission/types/Scope.ts | 2 +- .../resources/submission/types/ShareId.ts | 2 +- .../resources/submission/types/StackFrame.ts | 2 +- .../submission/types/StackInformation.ts | 2 +- .../submission/types/StderrResponse.ts | 2 +- .../submission/types/StdoutResponse.ts | 2 +- .../resources/submission/types/StopRequest.ts | 2 +- .../submission/types/StoppedResponse.ts | 2 +- .../submission/types/SubmissionFileInfo.ts | 2 +- .../submission/types/SubmissionId.ts | 2 +- .../submission/types/SubmissionIdNotFound.ts | 2 +- .../submission/types/SubmissionRequest.ts | 12 ++++---- .../submission/types/SubmissionResponse.ts | 14 +++++----- .../types/SubmissionStatusForTestCase.ts | 8 +++--- .../submission/types/SubmissionStatusV2.ts | 6 ++-- .../submission/types/SubmissionTypeEnum.ts | 2 +- .../submission/types/SubmissionTypeState.ts | 6 ++-- .../submission/types/SubmitRequestV2.ts | 2 +- .../submission/types/TerminatedResponse.ts | 2 +- .../submission/types/TestCaseGrade.ts | 6 ++-- .../submission/types/TestCaseHiddenGrade.ts | 2 +- .../types/TestCaseNonHiddenGrade.ts | 2 +- .../submission/types/TestCaseResult.ts | 2 +- .../types/TestCaseResultWithStdout.ts | 2 +- .../submission/types/TestSubmissionState.ts | 2 +- .../submission/types/TestSubmissionStatus.ts | 10 +++---- .../types/TestSubmissionStatusV2.ts | 2 +- .../submission/types/TestSubmissionUpdate.ts | 2 +- .../types/TestSubmissionUpdateInfo.ts | 14 +++++----- .../submission/types/TraceResponse.ts | 2 +- .../submission/types/TraceResponseV2.ts | 2 +- .../submission/types/TraceResponsesPage.ts | 2 +- .../submission/types/TraceResponsesPageV2.ts | 2 +- .../resources/submission/types/TracedFile.ts | 2 +- .../submission/types/TracedTestCase.ts | 2 +- .../types/UnexpectedLanguageError.ts | 2 +- .../submission/types/WorkspaceFiles.ts | 2 +- .../submission/types/WorkspaceRanResponse.ts | 2 +- .../submission/types/WorkspaceRunDetails.ts | 2 +- .../types/WorkspaceStarterFilesResponse.ts | 2 +- .../types/WorkspaceStarterFilesResponseV2.ts | 2 +- .../types/WorkspaceSubmissionState.ts | 2 +- .../types/WorkspaceSubmissionStatus.ts | 12 ++++---- .../types/WorkspaceSubmissionStatusV2.ts | 2 +- .../types/WorkspaceSubmissionUpdate.ts | 2 +- .../types/WorkspaceSubmissionUpdateInfo.ts | 16 +++++------ .../types/WorkspaceSubmitRequest.ts | 2 +- .../submission/types/WorkspaceTracedUpdate.ts | 2 +- .../sysprop/service/getNumWarmInstances.ts | 2 +- .../problem/service/getLightweightProblems.ts | 2 +- .../resources/problem/service/getProblems.ts | 2 +- .../problem/types/AssertCorrectnessCheck.ts | 6 ++-- .../problem/types/BasicCustomFiles.ts | 2 +- .../problem/types/BasicTestCaseTemplate.ts | 2 +- .../problem/types/CreateProblemRequestV2.ts | 2 +- .../v2/resources/problem/types/CustomFiles.ts | 6 ++-- .../types/DeepEqualityCorrectnessCheck.ts | 2 +- .../problem/types/DefaultProvidedFile.ts | 2 +- .../v2/resources/problem/types/FileInfoV2.ts | 2 +- .../v2/resources/problem/types/Files.ts | 2 +- .../problem/types/FunctionImplementation.ts | 2 +- ...ctionImplementationForMultipleLanguages.ts | 2 +- .../problem/types/FunctionSignature.ts | 8 +++--- .../resources/problem/types/GeneratedFiles.ts | 2 +- .../types/GetBasicSolutionFileRequest.ts | 2 +- .../types/GetBasicSolutionFileResponse.ts | 2 +- .../types/GetFunctionSignatureRequest.ts | 2 +- .../types/GetFunctionSignatureResponse.ts | 2 +- .../types/GetGeneratedTestCaseFileRequest.ts | 2 +- ...GetGeneratedTestCaseTemplateFileRequest.ts | 2 +- .../problem/types/LightweightProblemInfoV2.ts | 2 +- .../types/NonVoidFunctionDefinition.ts | 2 +- .../problem/types/NonVoidFunctionSignature.ts | 2 +- .../v2/resources/problem/types/Parameter.ts | 2 +- .../v2/resources/problem/types/ParameterId.ts | 2 +- .../resources/problem/types/ProblemInfoV2.ts | 2 +- .../problem/types/TestCaseExpects.ts | 2 +- .../problem/types/TestCaseFunction.ts | 6 ++-- .../v2/resources/problem/types/TestCaseId.ts | 2 +- .../problem/types/TestCaseImplementation.ts | 2 +- .../TestCaseImplementationDescription.ts | 2 +- .../TestCaseImplementationDescriptionBoard.ts | 6 ++-- .../types/TestCaseImplementationReference.ts | 6 ++-- .../problem/types/TestCaseMetadata.ts | 2 +- .../problem/types/TestCaseTemplate.ts | 2 +- .../problem/types/TestCaseTemplateId.ts | 2 +- .../v2/resources/problem/types/TestCaseV2.ts | 2 +- .../TestCaseWithActualResultImplementation.ts | 2 +- .../problem/types/VoidFunctionDefinition.ts | 2 +- ...FunctionDefinitionThatTakesActualResult.ts | 2 +- .../problem/types/VoidFunctionSignature.ts | 2 +- ...dFunctionSignatureThatTakesActualResult.ts | 2 +- .../problem/service/getLightweightProblems.ts | 2 +- .../resources/problem/service/getProblems.ts | 2 +- .../problem/types/AssertCorrectnessCheck.ts | 6 ++-- .../problem/types/BasicCustomFiles.ts | 2 +- .../problem/types/BasicTestCaseTemplate.ts | 2 +- .../problem/types/CreateProblemRequestV2.ts | 2 +- .../v3/resources/problem/types/CustomFiles.ts | 6 ++-- .../types/DeepEqualityCorrectnessCheck.ts | 2 +- .../problem/types/DefaultProvidedFile.ts | 2 +- .../v3/resources/problem/types/FileInfoV2.ts | 2 +- .../v3/resources/problem/types/Files.ts | 2 +- .../problem/types/FunctionImplementation.ts | 2 +- ...ctionImplementationForMultipleLanguages.ts | 2 +- .../problem/types/FunctionSignature.ts | 9 +++--- .../resources/problem/types/GeneratedFiles.ts | 2 +- .../types/GetBasicSolutionFileRequest.ts | 2 +- .../types/GetBasicSolutionFileResponse.ts | 2 +- .../types/GetFunctionSignatureRequest.ts | 2 +- .../types/GetFunctionSignatureResponse.ts | 2 +- .../types/GetGeneratedTestCaseFileRequest.ts | 2 +- ...GetGeneratedTestCaseTemplateFileRequest.ts | 2 +- .../problem/types/LightweightProblemInfoV2.ts | 2 +- .../types/NonVoidFunctionDefinition.ts | 2 +- .../problem/types/NonVoidFunctionSignature.ts | 2 +- .../v3/resources/problem/types/Parameter.ts | 2 +- .../v3/resources/problem/types/ParameterId.ts | 2 +- .../resources/problem/types/ProblemInfoV2.ts | 2 +- .../problem/types/TestCaseExpects.ts | 2 +- .../problem/types/TestCaseFunction.ts | 6 ++-- .../v3/resources/problem/types/TestCaseId.ts | 2 +- .../problem/types/TestCaseImplementation.ts | 2 +- .../TestCaseImplementationDescription.ts | 2 +- .../TestCaseImplementationDescriptionBoard.ts | 6 ++-- .../types/TestCaseImplementationReference.ts | 6 ++-- .../problem/types/TestCaseMetadata.ts | 2 +- .../problem/types/TestCaseTemplate.ts | 2 +- .../problem/types/TestCaseTemplateId.ts | 2 +- .../v3/resources/problem/types/TestCaseV2.ts | 2 +- .../TestCaseWithActualResultImplementation.ts | 2 +- .../problem/types/VoidFunctionDefinition.ts | 2 +- ...FunctionDefinitionThatTakesActualResult.ts | 2 +- .../problem/types/VoidFunctionSignature.ts | 2 +- ...dFunctionSignatureThatTakesActualResult.ts | 2 +- .../service/requests/CreateMovieRequest.ts | 2 +- .../resources/imdb/types/Movie.ts | 2 +- .../resources/imdb/types/MovieId.ts | 2 +- .../requests/GetDiscriminatedUnionRequest.ts | 2 +- .../GetUndiscriminatedUnionRequest.ts | 2 +- .../service/requests/PostRootRequest.ts | 2 +- .../serialization/types/AliasInlineValue.ts | 2 +- .../serialization/types/AliasListInline.ts | 2 +- .../serialization/types/AliasMapInline.ts | 2 +- .../serialization/types/AliasSetInline.ts | 2 +- .../types/DiscriminatedUnion1.ts | 8 +++--- .../types/DiscriminatedUnion1InlineType1.ts | 2 +- ...scriminatedUnion1InlineType1InlineType1.ts | 2 +- .../types/DiscriminatedUnion1InlineType2.ts | 2 +- .../serialization/types/InlineEnum1.ts | 2 +- .../serialization/types/ReferenceType.ts | 2 +- .../types/RequestTypeInlineType1.ts | 2 +- .../serialization/types/RootType1.ts | 2 +- .../types/RootType1FooListItem.ts | 2 +- .../types/RootType1FooMapValue.ts | 2 +- .../types/RootType1FooSetItem.ts | 2 +- .../types/RootType1InlineType1.ts | 2 +- .../RootType1InlineType1NestedInlineType1.ts | 2 +- .../types/UndiscriminatedUnion1.ts | 2 +- ...ndiscriminatedUnion1DiscriminatedUnion1.ts | 8 +++--- ...tedUnion1DiscriminatedUnion1InlineType1.ts | 2 +- ...scriminatedUnion1InlineType1InlineType1.ts | 2 +- ...tedUnion1DiscriminatedUnion1InlineType2.ts | 2 +- .../types/UndiscriminatedUnion1InlineEnum1.ts | 2 +- .../UndiscriminatedUnion1InlineListItem1.ts | 2 +- .../UndiscriminatedUnion1InlineMapItem1.ts | 2 +- .../UndiscriminatedUnion1InlineSetItem1.ts | 2 +- .../types/UndiscriminatedUnion1InlineType1.ts | 2 +- ...scriminatedUnion1InlineType1InlineType1.ts | 2 +- .../types/UndiscriminatedUnion1InlineType2.ts | 2 +- .../serialization/types/UserId.ts | 2 +- .../resources/union/types/Key.ts | 2 +- .../resources/union/types/KeyType.ts | 2 +- .../resources/union/types/Metadata.ts | 2 +- .../resources/union/types/MyUnion.ts | 2 +- .../union/types/TypeWithOptionalUnion.ts | 2 +- .../types/types/UnionWithBaseProperties.ts | 2 +- .../resources/types/types/UnionWithLiteral.ts | 2 +- .../unions/api/resources/union/types/Shape.ts | 2 +- .../resources/types/types/Bar.ts | 2 +- .../resources/types/types/Foo.ts | 2 +- .../resources/types/types/Union.ts | 6 ++-- .../types/types/UnionWithBaseProperties.ts | 10 +++---- .../types/types/UnionWithDiscriminant.ts | 6 ++-- .../resources/types/types/UnionWithLiteral.ts | 6 ++-- .../types/types/UnionWithOptionalTime.ts | 6 ++-- .../types/types/UnionWithPrimitive.ts | 6 ++-- .../types/types/UnionWithSingleElement.ts | 4 +-- .../resources/types/types/UnionWithTime.ts | 8 +++--- .../resources/types/types/UnionWithUnknown.ts | 6 ++-- .../resources/types/types/UnionWithoutKey.ts | 6 ++-- .../resources/union/service/update.ts | 2 +- .../resources/union/types/Circle.ts | 2 +- .../resources/union/types/GetShapeRequest.ts | 2 +- .../resources/union/types/Shape.ts | 8 +++--- .../resources/union/types/Square.ts | 2 +- .../resources/unknown/service/post.ts | 2 +- .../resources/unknown/service/postObject.ts | 2 +- .../resources/unknown/types/MyAlias.ts | 2 +- .../resources/unknown/types/MyObject.ts | 2 +- .../service/requests/CreateRequest.ts | 2 +- .../validation/serialization/types/Double.ts | 2 +- .../serialization/types/LargeInteger.ts | 2 +- .../serialization/types/Sentence.ts | 2 +- .../validation/serialization/types/Shape.ts | 2 +- .../serialization/types/SmallInteger.ts | 2 +- .../validation/serialization/types/Type.ts | 2 +- .../validation/serialization/types/Word.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../resources/user/types/UserId.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../resources/user/types/UserId.ts | 2 +- seed/ts-sdk/alias-extends/src/Client.ts | 4 +-- .../client/requests/InlinedChildRequest.ts | 2 +- .../src/serialization/types/AliasType.ts | 2 +- .../src/serialization/types/Child.ts | 2 +- .../src/serialization/types/Parent.ts | 2 +- seed/ts-sdk/alias/src/Client.ts | 4 +-- .../alias/src/serialization/types/Object_.ts | 2 +- .../alias/src/serialization/types/Type.ts | 2 +- .../alias/src/serialization/types/TypeId.ts | 2 +- seed/ts-sdk/any-auth/src/Client.ts | 4 +-- .../src/api/resources/auth/client/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../auth/client/requests/GetTokenRequest.ts | 2 +- .../resources/auth/types/TokenResponse.ts | 2 +- .../resources/user/client/get.ts | 2 +- .../resources/user/types/User.ts | 2 +- seed/ts-sdk/api-wide-base-path/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../audiences/no-custom-config/src/Client.ts | 4 +-- .../api/resources/folderA/client/Client.ts | 4 +-- .../resources/service/client/Client.ts | 4 +-- .../api/resources/folderD/client/Client.ts | 4 +-- .../resources/service/client/Client.ts | 4 +-- .../src/api/resources/foo/client/Client.ts | 4 +-- .../resources/commons/types/Imported.ts | 2 +- .../resources/service/types/Response.ts | 2 +- .../folderB/resources/common/types/Foo.ts | 2 +- .../resources/common/types/FolderCFoo.ts | 2 +- .../resources/service/types/Response.ts | 2 +- .../foo/client/requests/FindRequest.ts | 2 +- .../resources/foo/types/FilteredType.ts | 2 +- .../resources/foo/types/ImportingType.ts | 2 +- .../resources/foo/types/OptionalString.ts | 2 +- .../with-partner-audience/src/Client.ts | 4 +-- .../api/resources/folderD/client/Client.ts | 4 +-- .../resources/service/client/Client.ts | 4 +-- .../resources/service/types/Response.ts | 2 +- .../auth-environment-variables/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../resources/service/client/getWithApiKey.ts | 2 +- .../resources/service/client/getWithHeader.ts | 2 +- .../src/Client.ts | 4 +-- .../api/resources/basicAuth/client/Client.ts | 4 +-- .../basicAuth/client/getWithBasicAuth.ts | 2 +- .../basicAuth/client/postWithBasicAuth.ts | 2 +- .../types/UnauthorizedRequestErrorBody.ts | 2 +- seed/ts-sdk/basic-auth/src/Client.ts | 4 +-- .../api/resources/basicAuth/client/Client.ts | 4 +-- .../basicAuth/client/getWithBasicAuth.ts | 2 +- .../basicAuth/client/postWithBasicAuth.ts | 2 +- .../types/UnauthorizedRequestErrorBody.ts | 2 +- .../src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../service/client/getWithBearerToken.ts | 2 +- seed/ts-sdk/bytes/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../src/serialization/resources/a/types/A.ts | 2 +- .../resources/ast/types/ContainerValue.ts | 6 ++-- .../resources/ast/types/FieldName.ts | 2 +- .../resources/ast/types/FieldValue.ts | 8 +++--- .../resources/ast/types/ObjectFieldValue.ts | 2 +- .../resources/ast/types/ObjectValue.ts | 2 +- .../resources/ast/types/PrimitiveValue.ts | 2 +- .../src/serialization/types/ImportingA.ts | 2 +- .../src/serialization/types/RootType.ts | 2 +- .../src/serialization/resources/a/types/A.ts | 2 +- .../resources/ast/types/ContainerValue.ts | 6 ++-- .../resources/ast/types/FieldValue.ts | 8 +++--- .../resources/ast/types/JsonLike.ts | 2 +- .../resources/ast/types/ObjectValue.ts | 2 +- .../resources/ast/types/PrimitiveValue.ts | 2 +- .../src/serialization/types/ImportingA.ts | 2 +- .../src/serialization/types/RootType.ts | 2 +- .../cross-package-type-names/src/Client.ts | 4 +-- .../api/resources/folderA/client/Client.ts | 4 +-- .../resources/service/client/Client.ts | 4 +-- .../api/resources/folderD/client/Client.ts | 4 +-- .../resources/service/client/Client.ts | 4 +-- .../src/api/resources/foo/client/Client.ts | 4 +-- .../resources/commons/types/Imported.ts | 2 +- .../resources/service/types/Response.ts | 2 +- .../folderB/resources/common/types/Foo.ts | 2 +- .../folderC/resources/common/types/Foo.ts | 2 +- .../resources/service/types/Response.ts | 2 +- .../foo/client/requests/FindRequest.ts | 2 +- .../resources/foo/types/ImportingType.ts | 2 +- .../resources/foo/types/OptionalString.ts | 2 +- seed/ts-sdk/custom-auth/src/Client.ts | 4 +-- .../api/resources/customAuth/client/Client.ts | 4 +-- .../customAuth/client/getWithCustomAuth.ts | 2 +- .../customAuth/client/postWithCustomAuth.ts | 2 +- .../types/UnauthorizedRequestErrorBody.ts | 2 +- seed/ts-sdk/enum/src/Client.ts | 4 +-- .../resources/inlinedRequest/client/Client.ts | 4 +-- .../api/resources/pathParam/client/Client.ts | 4 +-- .../api/resources/queryParam/client/Client.ts | 4 +-- .../client/requests/SendEnumInlinedRequest.ts | 2 +- .../enum/src/serialization/types/Color.ts | 2 +- .../src/serialization/types/ColorOrOperand.ts | 2 +- .../enum/src/serialization/types/Operand.ts | 2 +- .../error-property/union-utils/src/Client.ts | 4 +-- .../propertyBasedError/client/Client.ts | 4 +-- .../types/PropertyBasedErrorTestBody.ts | 2 +- .../propertyBasedError/client/throwError.ts | 2 +- .../examples-with-api-reference/src/Client.ts | 4 +-- .../src/api/resources/file/client/Client.ts | 4 +-- .../resources/notification/client/Client.ts | 4 +-- .../resources/service/client/Client.ts | 4 +-- .../file/resources/service/client/Client.ts | 4 +-- .../src/api/resources/health/client/Client.ts | 4 +-- .../health/resources/service/client/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../src/api/resources/types/types/Metadata.ts | 2 +- .../src/serialization/client/echo.ts | 4 +-- .../commons/resources/types/types/Data.ts | 6 ++-- .../resources/types/types/EventInfo.ts | 6 ++-- .../commons/resources/types/types/Metadata.ts | 2 +- .../commons/resources/types/types/Tag.ts | 2 +- .../file/resources/service/types/Filename.ts | 2 +- .../health/resources/service/client/ping.ts | 2 +- .../resources/types/errors/NotFoundError.ts | 2 +- .../resources/types/types/Actor.ts | 2 +- .../resources/types/types/Actress.ts | 2 +- .../resources/types/types/BigEntity.ts | 2 +- .../resources/types/types/CastMember.ts | 2 +- .../resources/types/types/Directory.ts | 2 +- .../resources/types/types/Entity.ts | 2 +- .../resources/types/types/Exception.ts | 6 ++-- .../resources/types/types/ExceptionInfo.ts | 2 +- .../resources/types/types/ExtendedMovie.ts | 2 +- .../resources/types/types/File_.ts | 2 +- .../resources/types/types/Metadata.ts | 8 +++--- .../resources/types/types/Migration.ts | 2 +- .../resources/types/types/MigrationStatus.ts | 2 +- .../resources/types/types/Moment.ts | 2 +- .../resources/types/types/Movie.ts | 2 +- .../resources/types/types/MovieId.ts | 2 +- .../resources/types/types/Node.ts | 2 +- .../resources/types/types/Request.ts | 2 +- .../resources/types/types/Response.ts | 2 +- .../resources/types/types/ResponseType.ts | 2 +- .../resources/types/types/StuntDouble.ts | 2 +- .../resources/types/types/Test.ts | 6 ++-- .../resources/types/types/Tree.ts | 2 +- .../src/serialization/types/BasicType.ts | 2 +- .../src/serialization/types/ComplexType.ts | 2 +- .../src/serialization/types/Identifier.ts | 2 +- .../src/serialization/types/Type.ts | 2 +- .../retain-original-casing/src/Client.ts | 4 +-- .../src/api/resources/file/client/Client.ts | 4 +-- .../resources/notification/client/Client.ts | 4 +-- .../resources/service/client/Client.ts | 4 +-- .../file/resources/service/client/Client.ts | 4 +-- .../src/api/resources/health/client/Client.ts | 4 +-- .../health/resources/service/client/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../src/api/resources/types/types/Metadata.ts | 2 +- .../src/serialization/client/echo.ts | 4 +-- .../commons/resources/types/types/Data.ts | 6 ++-- .../resources/types/types/EventInfo.ts | 6 ++-- .../commons/resources/types/types/Metadata.ts | 2 +- .../commons/resources/types/types/Tag.ts | 2 +- .../file/resources/service/types/Filename.ts | 2 +- .../health/resources/service/client/ping.ts | 2 +- .../resources/types/errors/NotFoundError.ts | 2 +- .../resources/types/types/Actor.ts | 2 +- .../resources/types/types/Actress.ts | 2 +- .../resources/types/types/BigEntity.ts | 2 +- .../resources/types/types/CastMember.ts | 2 +- .../resources/types/types/Directory.ts | 2 +- .../resources/types/types/Entity.ts | 2 +- .../resources/types/types/Exception.ts | 6 ++-- .../resources/types/types/ExceptionInfo.ts | 2 +- .../resources/types/types/ExtendedMovie.ts | 2 +- .../resources/types/types/File_.ts | 2 +- .../resources/types/types/Metadata.ts | 8 +++--- .../resources/types/types/Migration.ts | 2 +- .../resources/types/types/MigrationStatus.ts | 2 +- .../resources/types/types/Moment.ts | 2 +- .../resources/types/types/Movie.ts | 2 +- .../resources/types/types/MovieId.ts | 2 +- .../resources/types/types/Node.ts | 2 +- .../resources/types/types/Request.ts | 2 +- .../resources/types/types/Response.ts | 2 +- .../resources/types/types/ResponseType.ts | 2 +- .../resources/types/types/StuntDouble.ts | 2 +- .../resources/types/types/Test.ts | 6 ++-- .../resources/types/types/Tree.ts | 2 +- .../src/serialization/types/BasicType.ts | 2 +- .../src/serialization/types/ComplexType.ts | 2 +- .../src/serialization/types/Identifier.ts | 2 +- .../src/serialization/types/Type.ts | 2 +- .../allow-extra-fields/src/Client.ts | 4 +-- .../api/resources/endpoints/client/Client.ts | 4 +-- .../resources/container/client/Client.ts | 4 +-- .../resources/contentType/client/Client.ts | 4 +-- .../endpoints/resources/enum/client/Client.ts | 4 +-- .../resources/httpMethods/client/Client.ts | 4 +-- .../resources/object/client/Client.ts | 4 +-- .../resources/params/client/Client.ts | 4 +-- .../resources/primitive/client/Client.ts | 4 +-- .../resources/union/client/Client.ts | 4 +-- .../inlinedRequests/client/Client.ts | 4 +-- .../src/api/resources/noAuth/client/Client.ts | 4 +-- .../api/resources/noReqBody/client/Client.ts | 4 +-- .../resources/reqWithHeaders/client/Client.ts | 4 +-- .../client/getAndReturnListOfObjects.ts | 4 +-- .../client/getAndReturnListOfPrimitives.ts | 4 +-- .../client/getAndReturnMapOfPrimToObject.ts | 4 +-- .../client/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/client/getAndReturnOptional.ts | 4 +-- .../client/getAndReturnSetOfObjects.ts | 4 +-- .../client/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/client/testDelete.ts | 2 +- .../resources/httpMethods/client/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/client/getWithInlinePath.ts | 2 +- .../resources/params/client/getWithPath.ts | 2 +- .../params/client/modifyWithInlinePath.ts | 4 +-- .../resources/params/client/modifyWithPath.ts | 4 +-- .../primitive/client/getAndReturnBase64.ts | 4 +-- .../primitive/client/getAndReturnBool.ts | 4 +-- .../primitive/client/getAndReturnDate.ts | 4 +-- .../primitive/client/getAndReturnDatetime.ts | 4 +-- .../primitive/client/getAndReturnDouble.ts | 4 +-- .../primitive/client/getAndReturnInt.ts | 4 +-- .../primitive/client/getAndReturnLong.ts | 4 +-- .../primitive/client/getAndReturnString.ts | 4 +-- .../primitive/client/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../client/requests/PostWithObjectBody.ts | 2 +- .../resources/noAuth/client/postWithNoAuth.ts | 2 +- .../noReqBody/client/postWithNoRequestBody.ts | 2 +- .../client/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- seed/ts-sdk/exhaustive/bigint/src/Client.ts | 4 +-- .../api/resources/endpoints/client/Client.ts | 4 +-- .../resources/container/client/Client.ts | 4 +-- .../resources/contentType/client/Client.ts | 4 +-- .../endpoints/resources/enum/client/Client.ts | 4 +-- .../resources/httpMethods/client/Client.ts | 4 +-- .../resources/object/client/Client.ts | 4 +-- .../resources/params/client/Client.ts | 4 +-- .../resources/primitive/client/Client.ts | 4 +-- .../resources/union/client/Client.ts | 4 +-- .../inlinedRequests/client/Client.ts | 4 +-- .../src/api/resources/noAuth/client/Client.ts | 4 +-- .../api/resources/noReqBody/client/Client.ts | 4 +-- .../resources/reqWithHeaders/client/Client.ts | 4 +-- .../client/getAndReturnListOfObjects.ts | 4 +-- .../client/getAndReturnListOfPrimitives.ts | 4 +-- .../client/getAndReturnMapOfPrimToObject.ts | 4 +-- .../client/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/client/getAndReturnOptional.ts | 4 +-- .../client/getAndReturnSetOfObjects.ts | 4 +-- .../client/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/client/testDelete.ts | 2 +- .../resources/httpMethods/client/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/client/getWithInlinePath.ts | 2 +- .../resources/params/client/getWithPath.ts | 2 +- .../params/client/modifyWithInlinePath.ts | 4 +-- .../resources/params/client/modifyWithPath.ts | 4 +-- .../primitive/client/getAndReturnBase64.ts | 4 +-- .../primitive/client/getAndReturnBool.ts | 4 +-- .../primitive/client/getAndReturnDate.ts | 4 +-- .../primitive/client/getAndReturnDatetime.ts | 4 +-- .../primitive/client/getAndReturnDouble.ts | 4 +-- .../primitive/client/getAndReturnInt.ts | 4 +-- .../primitive/client/getAndReturnLong.ts | 4 +-- .../primitive/client/getAndReturnString.ts | 4 +-- .../primitive/client/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../client/requests/PostWithObjectBody.ts | 2 +- .../resources/noAuth/client/postWithNoAuth.ts | 2 +- .../noReqBody/client/postWithNoRequestBody.ts | 2 +- .../client/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- seed/ts-sdk/exhaustive/bundle/src/Client.ts | 4 +-- .../api/resources/endpoints/client/Client.ts | 4 +-- .../resources/container/client/Client.ts | 4 +-- .../client/getAndReturnListOfObjects.ts | 4 +-- .../client/getAndReturnListOfPrimitives.ts | 4 +-- .../client/getAndReturnMapOfPrimToObject.ts | 4 +-- .../client/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/client/getAndReturnOptional.ts | 4 +-- .../client/getAndReturnSetOfObjects.ts | 4 +-- .../client/getAndReturnSetOfPrimitives.ts | 4 +-- .../resources/contentType/client/Client.ts | 4 +-- .../client/postJsonPatchContentType.ts | 4 +-- .../postJsonPatchContentWithCharsetType.ts | 4 +-- .../endpoints/resources/enum/client/Client.ts | 4 +-- .../resources/enum/client/getAndReturnEnum.ts | 4 +-- .../resources/httpMethods/client/Client.ts | 4 +-- .../httpMethods/client/testDelete.ts | 4 +-- .../resources/httpMethods/client/testGet.ts | 4 +-- .../resources/httpMethods/client/testPatch.ts | 4 +-- .../resources/httpMethods/client/testPost.ts | 4 +-- .../resources/httpMethods/client/testPut.ts | 4 +-- .../resources/object/client/Client.ts | 4 +-- .../getAndReturnNestedWithOptionalField.ts | 4 +-- .../getAndReturnNestedWithRequiredField.ts | 4 +-- ...tAndReturnNestedWithRequiredFieldAsList.ts | 4 +-- .../object/client/getAndReturnWithMapOfMap.ts | 4 +-- .../client/getAndReturnWithOptionalField.ts | 4 +-- .../client/getAndReturnWithRequiredField.ts | 4 +-- .../resources/params/client/Client.ts | 4 +-- .../client/getWithAllowMultipleQuery.ts | 4 +-- .../params/client/getWithInlinePath.ts | 4 +-- .../client/getWithInlinePathAndQuery.ts | 4 +-- .../resources/params/client/getWithPath.ts | 4 +-- .../params/client/getWithPathAndQuery.ts | 4 +-- .../resources/params/client/getWithQuery.ts | 4 +-- .../params/client/modifyWithInlinePath.ts | 4 +-- .../resources/params/client/modifyWithPath.ts | 4 +-- .../resources/primitive/client/Client.ts | 4 +-- .../primitive/client/getAndReturnBase64.ts | 4 +-- .../primitive/client/getAndReturnBool.ts | 4 +-- .../primitive/client/getAndReturnDate.ts | 4 +-- .../primitive/client/getAndReturnDatetime.ts | 4 +-- .../primitive/client/getAndReturnDouble.ts | 4 +-- .../primitive/client/getAndReturnInt.ts | 4 +-- .../primitive/client/getAndReturnLong.ts | 4 +-- .../primitive/client/getAndReturnString.ts | 4 +-- .../primitive/client/getAndReturnUuid.ts | 4 +-- .../resources/union/client/Client.ts | 4 +-- .../union/client/getAndReturnUnion.ts | 4 +-- .../inlinedRequests/client/Client.ts | 4 +-- .../client/postWithObjectBodyandResponse.ts | 4 +-- .../src/api/resources/noAuth/client/Client.ts | 4 +-- .../resources/noAuth/client/postWithNoAuth.ts | 4 +-- .../api/resources/noReqBody/client/Client.ts | 4 +-- .../noReqBody/client/getWithNoRequestBody.ts | 4 +-- .../noReqBody/client/postWithNoRequestBody.ts | 4 +-- .../resources/reqWithHeaders/client/Client.ts | 4 +-- .../client/getWithCustomHeader.ts | 4 +-- .../resources/enum/types/WeatherReport.ts | 2 +- .../types/resources/union/types/Animal.ts | 4 +-- .../client/getAndReturnListOfObjects.ts | 4 +-- .../client/getAndReturnListOfPrimitives.ts | 4 +-- .../client/getAndReturnMapOfPrimToObject.ts | 4 +-- .../client/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/client/getAndReturnOptional.ts | 4 +-- .../client/getAndReturnSetOfObjects.ts | 4 +-- .../client/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/client/testDelete.ts | 2 +- .../resources/httpMethods/client/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/client/getWithInlinePath.ts | 2 +- .../resources/params/client/getWithPath.ts | 2 +- .../params/client/modifyWithInlinePath.ts | 4 +-- .../resources/params/client/modifyWithPath.ts | 4 +-- .../primitive/client/getAndReturnBase64.ts | 4 +-- .../primitive/client/getAndReturnBool.ts | 4 +-- .../primitive/client/getAndReturnDate.ts | 4 +-- .../primitive/client/getAndReturnDatetime.ts | 4 +-- .../primitive/client/getAndReturnDouble.ts | 4 +-- .../primitive/client/getAndReturnInt.ts | 4 +-- .../primitive/client/getAndReturnLong.ts | 4 +-- .../primitive/client/getAndReturnString.ts | 4 +-- .../primitive/client/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../client/requests/PostWithObjectBody.ts | 2 +- .../resources/noAuth/client/postWithNoAuth.ts | 2 +- .../noReqBody/client/postWithNoRequestBody.ts | 2 +- .../client/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- .../custom-package-json/src/Client.ts | 4 +-- .../api/resources/endpoints/client/Client.ts | 4 +-- .../resources/container/client/Client.ts | 4 +-- .../client/getAndReturnListOfObjects.ts | 4 +-- .../client/getAndReturnListOfPrimitives.ts | 4 +-- .../client/getAndReturnMapOfPrimToObject.ts | 4 +-- .../client/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/client/getAndReturnOptional.ts | 4 +-- .../client/getAndReturnSetOfObjects.ts | 4 +-- .../client/getAndReturnSetOfPrimitives.ts | 4 +-- .../resources/contentType/client/Client.ts | 4 +-- .../client/postJsonPatchContentType.ts | 4 +-- .../postJsonPatchContentWithCharsetType.ts | 4 +-- .../endpoints/resources/enum/client/Client.ts | 4 +-- .../resources/enum/client/getAndReturnEnum.ts | 4 +-- .../resources/httpMethods/client/Client.ts | 4 +-- .../httpMethods/client/testDelete.ts | 4 +-- .../resources/httpMethods/client/testGet.ts | 4 +-- .../resources/httpMethods/client/testPatch.ts | 4 +-- .../resources/httpMethods/client/testPost.ts | 4 +-- .../resources/httpMethods/client/testPut.ts | 4 +-- .../resources/object/client/Client.ts | 4 +-- .../getAndReturnNestedWithOptionalField.ts | 4 +-- .../getAndReturnNestedWithRequiredField.ts | 4 +-- ...tAndReturnNestedWithRequiredFieldAsList.ts | 4 +-- .../object/client/getAndReturnWithMapOfMap.ts | 4 +-- .../client/getAndReturnWithOptionalField.ts | 4 +-- .../client/getAndReturnWithRequiredField.ts | 4 +-- .../resources/params/client/Client.ts | 4 +-- .../client/getWithAllowMultipleQuery.ts | 4 +-- .../params/client/getWithInlinePath.ts | 4 +-- .../client/getWithInlinePathAndQuery.ts | 4 +-- .../resources/params/client/getWithPath.ts | 4 +-- .../params/client/getWithPathAndQuery.ts | 4 +-- .../resources/params/client/getWithQuery.ts | 4 +-- .../params/client/modifyWithInlinePath.ts | 4 +-- .../resources/params/client/modifyWithPath.ts | 4 +-- .../resources/primitive/client/Client.ts | 4 +-- .../primitive/client/getAndReturnBase64.ts | 4 +-- .../primitive/client/getAndReturnBool.ts | 4 +-- .../primitive/client/getAndReturnDate.ts | 4 +-- .../primitive/client/getAndReturnDatetime.ts | 4 +-- .../primitive/client/getAndReturnDouble.ts | 4 +-- .../primitive/client/getAndReturnInt.ts | 4 +-- .../primitive/client/getAndReturnLong.ts | 4 +-- .../primitive/client/getAndReturnString.ts | 4 +-- .../primitive/client/getAndReturnUuid.ts | 4 +-- .../resources/union/client/Client.ts | 4 +-- .../union/client/getAndReturnUnion.ts | 4 +-- .../inlinedRequests/client/Client.ts | 4 +-- .../client/postWithObjectBodyandResponse.ts | 4 +-- .../src/api/resources/noAuth/client/Client.ts | 4 +-- .../resources/noAuth/client/postWithNoAuth.ts | 4 +-- .../api/resources/noReqBody/client/Client.ts | 4 +-- .../noReqBody/client/getWithNoRequestBody.ts | 4 +-- .../noReqBody/client/postWithNoRequestBody.ts | 4 +-- .../resources/reqWithHeaders/client/Client.ts | 4 +-- .../client/getWithCustomHeader.ts | 4 +-- .../resources/enum/types/WeatherReport.ts | 2 +- .../types/resources/union/types/Animal.ts | 4 +-- .../client/getAndReturnListOfObjects.ts | 4 +-- .../client/getAndReturnListOfPrimitives.ts | 4 +-- .../client/getAndReturnMapOfPrimToObject.ts | 4 +-- .../client/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/client/getAndReturnOptional.ts | 4 +-- .../client/getAndReturnSetOfObjects.ts | 4 +-- .../client/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/client/testDelete.ts | 2 +- .../resources/httpMethods/client/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/client/getWithInlinePath.ts | 2 +- .../resources/params/client/getWithPath.ts | 2 +- .../params/client/modifyWithInlinePath.ts | 4 +-- .../resources/params/client/modifyWithPath.ts | 4 +-- .../primitive/client/getAndReturnBase64.ts | 4 +-- .../primitive/client/getAndReturnBool.ts | 4 +-- .../primitive/client/getAndReturnDate.ts | 4 +-- .../primitive/client/getAndReturnDatetime.ts | 4 +-- .../primitive/client/getAndReturnDouble.ts | 4 +-- .../primitive/client/getAndReturnInt.ts | 4 +-- .../primitive/client/getAndReturnLong.ts | 4 +-- .../primitive/client/getAndReturnString.ts | 4 +-- .../primitive/client/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../client/requests/PostWithObjectBody.ts | 2 +- .../resources/noAuth/client/postWithNoAuth.ts | 2 +- .../noReqBody/client/postWithNoRequestBody.ts | 2 +- .../client/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- .../exhaustive/dev-dependencies/src/Client.ts | 4 +-- .../api/resources/endpoints/client/Client.ts | 4 +-- .../resources/container/client/Client.ts | 4 +-- .../client/getAndReturnListOfObjects.ts | 4 +-- .../client/getAndReturnListOfPrimitives.ts | 4 +-- .../client/getAndReturnMapOfPrimToObject.ts | 4 +-- .../client/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/client/getAndReturnOptional.ts | 4 +-- .../client/getAndReturnSetOfObjects.ts | 4 +-- .../client/getAndReturnSetOfPrimitives.ts | 4 +-- .../resources/contentType/client/Client.ts | 4 +-- .../client/postJsonPatchContentType.ts | 4 +-- .../postJsonPatchContentWithCharsetType.ts | 4 +-- .../endpoints/resources/enum/client/Client.ts | 4 +-- .../resources/enum/client/getAndReturnEnum.ts | 4 +-- .../resources/httpMethods/client/Client.ts | 4 +-- .../httpMethods/client/testDelete.ts | 4 +-- .../resources/httpMethods/client/testGet.ts | 4 +-- .../resources/httpMethods/client/testPatch.ts | 4 +-- .../resources/httpMethods/client/testPost.ts | 4 +-- .../resources/httpMethods/client/testPut.ts | 4 +-- .../resources/object/client/Client.ts | 4 +-- .../getAndReturnNestedWithOptionalField.ts | 4 +-- .../getAndReturnNestedWithRequiredField.ts | 4 +-- ...tAndReturnNestedWithRequiredFieldAsList.ts | 4 +-- .../object/client/getAndReturnWithMapOfMap.ts | 4 +-- .../client/getAndReturnWithOptionalField.ts | 4 +-- .../client/getAndReturnWithRequiredField.ts | 4 +-- .../resources/params/client/Client.ts | 4 +-- .../client/getWithAllowMultipleQuery.ts | 4 +-- .../params/client/getWithInlinePath.ts | 4 +-- .../client/getWithInlinePathAndQuery.ts | 4 +-- .../resources/params/client/getWithPath.ts | 4 +-- .../params/client/getWithPathAndQuery.ts | 4 +-- .../resources/params/client/getWithQuery.ts | 4 +-- .../params/client/modifyWithInlinePath.ts | 4 +-- .../resources/params/client/modifyWithPath.ts | 4 +-- .../resources/primitive/client/Client.ts | 4 +-- .../primitive/client/getAndReturnBase64.ts | 4 +-- .../primitive/client/getAndReturnBool.ts | 4 +-- .../primitive/client/getAndReturnDate.ts | 4 +-- .../primitive/client/getAndReturnDatetime.ts | 4 +-- .../primitive/client/getAndReturnDouble.ts | 4 +-- .../primitive/client/getAndReturnInt.ts | 4 +-- .../primitive/client/getAndReturnLong.ts | 4 +-- .../primitive/client/getAndReturnString.ts | 4 +-- .../primitive/client/getAndReturnUuid.ts | 4 +-- .../resources/union/client/Client.ts | 4 +-- .../union/client/getAndReturnUnion.ts | 4 +-- .../inlinedRequests/client/Client.ts | 4 +-- .../client/postWithObjectBodyandResponse.ts | 4 +-- .../src/api/resources/noAuth/client/Client.ts | 4 +-- .../resources/noAuth/client/postWithNoAuth.ts | 4 +-- .../api/resources/noReqBody/client/Client.ts | 4 +-- .../noReqBody/client/getWithNoRequestBody.ts | 4 +-- .../noReqBody/client/postWithNoRequestBody.ts | 4 +-- .../resources/reqWithHeaders/client/Client.ts | 4 +-- .../client/getWithCustomHeader.ts | 4 +-- .../resources/enum/types/WeatherReport.ts | 2 +- .../types/resources/union/types/Animal.ts | 4 +-- .../client/getAndReturnListOfObjects.ts | 4 +-- .../client/getAndReturnListOfPrimitives.ts | 4 +-- .../client/getAndReturnMapOfPrimToObject.ts | 4 +-- .../client/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/client/getAndReturnOptional.ts | 4 +-- .../client/getAndReturnSetOfObjects.ts | 4 +-- .../client/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/client/testDelete.ts | 2 +- .../resources/httpMethods/client/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/client/getWithInlinePath.ts | 2 +- .../resources/params/client/getWithPath.ts | 2 +- .../params/client/modifyWithInlinePath.ts | 4 +-- .../resources/params/client/modifyWithPath.ts | 4 +-- .../primitive/client/getAndReturnBase64.ts | 4 +-- .../primitive/client/getAndReturnBool.ts | 4 +-- .../primitive/client/getAndReturnDate.ts | 4 +-- .../primitive/client/getAndReturnDatetime.ts | 4 +-- .../primitive/client/getAndReturnDouble.ts | 4 +-- .../primitive/client/getAndReturnInt.ts | 4 +-- .../primitive/client/getAndReturnLong.ts | 4 +-- .../primitive/client/getAndReturnString.ts | 4 +-- .../primitive/client/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../client/requests/PostWithObjectBody.ts | 2 +- .../resources/noAuth/client/postWithNoAuth.ts | 2 +- .../noReqBody/client/postWithNoRequestBody.ts | 2 +- .../client/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- seed/ts-sdk/exhaustive/jsr/src/Client.ts | 4 +-- .../api/resources/endpoints/client/Client.ts | 4 +-- .../resources/container/client/Client.ts | 4 +-- .../resources/contentType/client/Client.ts | 4 +-- .../endpoints/resources/enum/client/Client.ts | 4 +-- .../resources/httpMethods/client/Client.ts | 4 +-- .../resources/object/client/Client.ts | 4 +-- .../resources/params/client/Client.ts | 4 +-- .../resources/primitive/client/Client.ts | 4 +-- .../resources/union/client/Client.ts | 4 +-- .../inlinedRequests/client/Client.ts | 4 +-- .../src/api/resources/noAuth/client/Client.ts | 4 +-- .../api/resources/noReqBody/client/Client.ts | 4 +-- .../resources/reqWithHeaders/client/Client.ts | 4 +-- .../client/getAndReturnListOfObjects.ts | 4 +-- .../client/getAndReturnListOfPrimitives.ts | 4 +-- .../client/getAndReturnMapOfPrimToObject.ts | 4 +-- .../client/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/client/getAndReturnOptional.ts | 4 +-- .../client/getAndReturnSetOfObjects.ts | 4 +-- .../client/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/client/testDelete.ts | 2 +- .../resources/httpMethods/client/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/client/getWithInlinePath.ts | 2 +- .../resources/params/client/getWithPath.ts | 2 +- .../params/client/modifyWithInlinePath.ts | 4 +-- .../resources/params/client/modifyWithPath.ts | 4 +-- .../primitive/client/getAndReturnBase64.ts | 4 +-- .../primitive/client/getAndReturnBool.ts | 4 +-- .../primitive/client/getAndReturnDate.ts | 4 +-- .../primitive/client/getAndReturnDatetime.ts | 4 +-- .../primitive/client/getAndReturnDouble.ts | 4 +-- .../primitive/client/getAndReturnInt.ts | 4 +-- .../primitive/client/getAndReturnLong.ts | 4 +-- .../primitive/client/getAndReturnString.ts | 4 +-- .../primitive/client/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../client/requests/PostWithObjectBody.ts | 2 +- .../resources/noAuth/client/postWithNoAuth.ts | 2 +- .../noReqBody/client/postWithNoRequestBody.ts | 2 +- .../client/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- .../exhaustive/no-custom-config/src/Client.ts | 4 +-- .../api/resources/endpoints/client/Client.ts | 4 +-- .../resources/container/client/Client.ts | 4 +-- .../resources/contentType/client/Client.ts | 4 +-- .../endpoints/resources/enum/client/Client.ts | 4 +-- .../resources/httpMethods/client/Client.ts | 4 +-- .../resources/object/client/Client.ts | 4 +-- .../resources/params/client/Client.ts | 4 +-- .../resources/primitive/client/Client.ts | 4 +-- .../resources/union/client/Client.ts | 4 +-- .../inlinedRequests/client/Client.ts | 4 +-- .../src/api/resources/noAuth/client/Client.ts | 4 +-- .../api/resources/noReqBody/client/Client.ts | 4 +-- .../resources/reqWithHeaders/client/Client.ts | 4 +-- .../client/getAndReturnListOfObjects.ts | 4 +-- .../client/getAndReturnListOfPrimitives.ts | 4 +-- .../client/getAndReturnMapOfPrimToObject.ts | 4 +-- .../client/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/client/getAndReturnOptional.ts | 4 +-- .../client/getAndReturnSetOfObjects.ts | 4 +-- .../client/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/client/testDelete.ts | 2 +- .../resources/httpMethods/client/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/client/getWithInlinePath.ts | 2 +- .../resources/params/client/getWithPath.ts | 2 +- .../params/client/modifyWithInlinePath.ts | 4 +-- .../resources/params/client/modifyWithPath.ts | 4 +-- .../primitive/client/getAndReturnBase64.ts | 4 +-- .../primitive/client/getAndReturnBool.ts | 4 +-- .../primitive/client/getAndReturnDate.ts | 4 +-- .../primitive/client/getAndReturnDatetime.ts | 4 +-- .../primitive/client/getAndReturnDouble.ts | 4 +-- .../primitive/client/getAndReturnInt.ts | 4 +-- .../primitive/client/getAndReturnLong.ts | 4 +-- .../primitive/client/getAndReturnString.ts | 4 +-- .../primitive/client/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../client/requests/PostWithObjectBody.ts | 2 +- .../resources/noAuth/client/postWithNoAuth.ts | 2 +- .../noReqBody/client/postWithNoRequestBody.ts | 2 +- .../client/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- .../retain-original-casing/src/Client.ts | 4 +-- .../api/resources/endpoints/client/Client.ts | 4 +-- .../resources/container/client/Client.ts | 4 +-- .../resources/contentType/client/Client.ts | 4 +-- .../endpoints/resources/enum/client/Client.ts | 4 +-- .../resources/httpMethods/client/Client.ts | 4 +-- .../resources/object/client/Client.ts | 4 +-- .../resources/params/client/Client.ts | 4 +-- .../resources/primitive/client/Client.ts | 4 +-- .../resources/union/client/Client.ts | 4 +-- .../inlinedRequests/client/Client.ts | 4 +-- .../src/api/resources/noAuth/client/Client.ts | 4 +-- .../api/resources/noReqBody/client/Client.ts | 4 +-- .../resources/reqWithHeaders/client/Client.ts | 4 +-- .../client/getAndReturnListOfObjects.ts | 4 +-- .../client/getAndReturnListOfPrimitives.ts | 4 +-- .../client/getAndReturnMapOfPrimToObject.ts | 4 +-- .../client/getAndReturnMapPrimToPrim.ts | 4 +-- .../container/client/getAndReturnOptional.ts | 4 +-- .../client/getAndReturnSetOfObjects.ts | 4 +-- .../client/getAndReturnSetOfPrimitives.ts | 4 +-- .../httpMethods/client/testDelete.ts | 2 +- .../resources/httpMethods/client/testGet.ts | 2 +- ...tAndReturnNestedWithRequiredFieldAsList.ts | 2 +- .../params/client/getWithInlinePath.ts | 2 +- .../resources/params/client/getWithPath.ts | 2 +- .../params/client/modifyWithInlinePath.ts | 4 +-- .../resources/params/client/modifyWithPath.ts | 4 +-- .../primitive/client/getAndReturnBase64.ts | 4 +-- .../primitive/client/getAndReturnBool.ts | 4 +-- .../primitive/client/getAndReturnDate.ts | 4 +-- .../primitive/client/getAndReturnDatetime.ts | 4 +-- .../primitive/client/getAndReturnDouble.ts | 4 +-- .../primitive/client/getAndReturnInt.ts | 4 +-- .../primitive/client/getAndReturnLong.ts | 4 +-- .../primitive/client/getAndReturnString.ts | 4 +-- .../primitive/client/getAndReturnUuid.ts | 4 +-- .../types/BadObjectRequestInfo.ts | 2 +- .../client/requests/PostWithObjectBody.ts | 2 +- .../resources/noAuth/client/postWithNoAuth.ts | 2 +- .../noReqBody/client/postWithNoRequestBody.ts | 2 +- .../client/getWithCustomHeader.ts | 2 +- .../resources/enum/types/WeatherReport.ts | 2 +- .../resources/object/types/DoubleOptional.ts | 2 +- .../types/NestedObjectWithOptionalField.ts | 2 +- .../types/NestedObjectWithRequiredField.ts | 2 +- .../object/types/ObjectWithMapOfMap.ts | 2 +- .../object/types/ObjectWithOptionalField.ts | 2 +- .../object/types/ObjectWithRequiredField.ts | 2 +- .../resources/object/types/OptionalAlias.ts | 2 +- .../types/resources/union/types/Animal.ts | 6 ++-- .../types/resources/union/types/Cat.ts | 2 +- .../types/resources/union/types/Dog.ts | 2 +- seed/ts-sdk/extends/src/Client.ts | 4 +-- .../serialization/client/requests/Inlined.ts | 2 +- .../extends/src/serialization/types/Docs.ts | 2 +- .../src/serialization/types/ExampleType.ts | 2 +- .../extends/src/serialization/types/Json.ts | 2 +- .../src/serialization/types/NestedType.ts | 2 +- seed/ts-sdk/extra-properties/src/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../user/client/requests/CreateUserRequest.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../src/serialization/types/Failure.ts | 2 +- .../src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../no-custom-config/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../no-custom-config/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../resources/service/types/Id.ts | 2 +- .../resources/service/types/MyObject.ts | 2 +- .../resources/service/types/ObjectType.ts | 2 +- .../wrap-file-properties/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../resources/service/types/Id.ts | 2 +- .../resources/service/types/MyObject.ts | 2 +- .../resources/service/types/ObjectType.ts | 2 +- seed/ts-sdk/folders/src/Client.ts | 4 +-- .../src/api/resources/a/client/Client.ts | 4 +-- .../resources/a/resources/b/client/Client.ts | 4 +-- .../resources/a/resources/c/client/Client.ts | 4 +-- .../src/api/resources/folder/client/Client.ts | 4 +-- .../folder/resources/service/client/Client.ts | 4 +-- .../resources/d/resources/types/types/Foo.ts | 2 +- .../resources/service/errors/NotFoundError.ts | 2 +- seed/ts-sdk/idempotency-headers/src/Client.ts | 4 +-- .../api/resources/payment/client/Client.ts | 4 +-- .../resources/payment/client/create.ts | 2 +- .../client/requests/CreatePaymentRequest.ts | 2 +- .../resources/payment/types/Currency.ts | 2 +- .../imdb/no-custom-config/src/Client.ts | 4 +-- .../src/api/resources/imdb/client/Client.ts | 4 +-- .../imdb/types/CreateMovieRequest.ts | 2 +- .../resources/imdb/types/Movie.ts | 2 +- .../resources/imdb/types/MovieId.ts | 2 +- seed/ts-sdk/imdb/noScripts/src/Client.ts | 4 +-- .../src/api/resources/imdb/client/Client.ts | 4 +-- .../imdb/types/CreateMovieRequest.ts | 2 +- .../resources/imdb/types/Movie.ts | 2 +- .../resources/imdb/types/MovieId.ts | 2 +- seed/ts-sdk/imdb/omit-undefined/src/Client.ts | 4 +-- .../src/api/resources/imdb/client/Client.ts | 4 +-- .../imdb/types/CreateMovieRequest.ts | 2 +- .../resources/imdb/types/Movie.ts | 2 +- .../resources/imdb/types/MovieId.ts | 2 +- seed/ts-sdk/license/src/Client.ts | 4 +-- .../license/src/serialization/types/Type.ts | 2 +- seed/ts-sdk/literal/src/Client.ts | 4 +-- .../api/resources/headers/client/Client.ts | 4 +-- .../api/resources/inlined/client/Client.ts | 4 +-- .../src/api/resources/path/client/Client.ts | 4 +-- .../src/api/resources/query/client/Client.ts | 4 +-- .../api/resources/reference/client/Client.ts | 4 +-- .../requests/SendLiteralsInHeadersRequest.ts | 2 +- .../requests/SendLiteralsInlinedRequest.ts | 2 +- .../resources/inlined/types/ANestedLiteral.ts | 2 +- .../inlined/types/ATopLevelLiteral.ts | 2 +- .../inlined/types/SomeAliasedLiteral.ts | 2 +- .../reference/types/ContainerObject.ts | 2 +- .../types/NestedObjectWithLiterals.ts | 2 +- .../resources/reference/types/SendRequest.ts | 2 +- .../resources/reference/types/SomeLiteral.ts | 2 +- .../src/serialization/types/SendResponse.ts | 2 +- .../mixed-case/no-custom-config/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../api/resources/service/types/Resource.ts | 2 +- .../resources/service/client/listResources.ts | 2 +- .../resources/service/types/NestedUser.ts | 2 +- .../resources/service/types/Organization.ts | 2 +- .../resources/service/types/Resource.ts | 8 +++--- .../resources/service/types/ResourceStatus.ts | 2 +- .../resources/service/types/User.ts | 2 +- .../retain-original-casing/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../api/resources/service/types/Resource.ts | 2 +- .../resources/service/client/listResources.ts | 2 +- .../resources/service/types/NestedUser.ts | 2 +- .../resources/service/types/Organization.ts | 2 +- .../resources/service/types/Resource.ts | 8 +++--- .../resources/service/types/ResourceStatus.ts | 2 +- .../resources/service/types/User.ts | 2 +- .../ts-sdk/mixed-file-directory/src/Client.ts | 4 +-- .../resources/organization/client/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../user/resources/events/client/Client.ts | 4 +-- .../resources/metadata/client/Client.ts | 4 +-- .../types/CreateOrganizationRequest.ts | 2 +- .../organization/types/Organization.ts | 2 +- .../resources/user/client/list.ts | 2 +- .../resources/events/client/listEvents.ts | 2 +- .../resources/metadata/types/Metadata.ts | 2 +- .../user/resources/events/types/Event.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../src/serialization/types/Id.ts | 2 +- seed/ts-sdk/multi-line-docs/src/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../user/client/requests/CreateUserRequest.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../src/serialization/types/Operand.ts | 2 +- .../src/Client.ts | 4 +-- .../src/api/resources/ec2/client/Client.ts | 4 +-- .../src/api/resources/s3/client/Client.ts | 4 +-- .../client/requests/BootInstanceRequest.ts | 2 +- .../resources/s3/client/getPresignedUrl.ts | 2 +- .../client/requests/GetPresignedUrlRequest.ts | 2 +- .../multi-url-environment/src/Client.ts | 4 +-- .../src/api/resources/ec2/client/Client.ts | 4 +-- .../src/api/resources/s3/client/Client.ts | 4 +-- .../client/requests/BootInstanceRequest.ts | 2 +- .../resources/s3/client/getPresignedUrl.ts | 2 +- .../client/requests/GetPresignedUrlRequest.ts | 2 +- seed/ts-sdk/no-environment/src/Client.ts | 4 +-- .../src/api/resources/dummy/client/Client.ts | 4 +-- .../resources/dummy/client/getDummy.ts | 2 +- .../src/Client.ts | 4 +-- .../src/api/resources/auth/client/Client.ts | 4 +-- .../auth/client/requests/GetTokenRequest.ts | 2 +- .../resources/auth/types/TokenResponse.ts | 2 +- .../src/Client.ts | 4 +-- .../src/api/resources/auth/client/Client.ts | 4 +-- .../auth/client/requests/GetTokenRequest.ts | 2 +- .../client/requests/RefreshTokenRequest.ts | 2 +- .../resources/auth/types/TokenResponse.ts | 2 +- .../never-throw-errors/src/Client.ts | 4 +-- .../src/api/resources/auth/client/Client.ts | 4 +-- .../src/api/resources/auth/client/getToken.ts | 4 +-- .../auth/client/requests/GetTokenRequest.ts | 2 +- .../resources/auth/types/TokenResponse.ts | 2 +- .../no-custom-config/src/Client.ts | 4 +-- .../src/api/resources/auth/client/Client.ts | 4 +-- .../auth/client/requests/GetTokenRequest.ts | 2 +- .../resources/auth/types/TokenResponse.ts | 2 +- .../oauth-client-credentials/src/Client.ts | 4 +-- .../src/api/resources/auth/client/Client.ts | 4 +-- .../auth/client/requests/GetTokenRequest.ts | 2 +- .../client/requests/RefreshTokenRequest.ts | 2 +- .../resources/auth/types/TokenResponse.ts | 2 +- .../object/src/serialization/types/Name.ts | 2 +- .../object/src/serialization/types/Type.ts | 2 +- .../resources/metadata/types/Metadata.ts | 2 +- .../resources/directory/types/Directory.ts | 2 +- .../resources/file/types/FileInfo.ts | 2 +- .../resources/file/types/File_.ts | 2 +- .../src/serialization/types/Node.ts | 2 +- .../src/serialization/types/Tree.ts | 2 +- seed/ts-sdk/optional/src/Client.ts | 4 +-- .../api/resources/optional/client/Client.ts | 4 +-- .../optional/client/sendOptionalBody.ts | 4 +-- seed/ts-sdk/package-yml/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../src/serialization/client/echo.ts | 2 +- .../src/serialization/types/EchoRequest.ts | 2 +- seed/ts-sdk/pagination/src/Client.ts | 4 +-- .../src/api/resources/users/client/Client.ts | 4 +-- .../ListUsersBodyCursorPaginationRequest.ts | 2 +- .../ListUsersBodyOffsetPaginationRequest.ts | 2 +- .../ListUsersExtendedOptionalListResponse.ts | 2 +- .../users/types/ListUsersExtendedResponse.ts | 2 +- .../types/ListUsersPaginationResponse.ts | 2 +- .../resources/users/types/NextPage.ts | 2 +- .../resources/users/types/Order.ts | 2 +- .../resources/users/types/Page.ts | 2 +- .../resources/users/types/User.ts | 2 +- .../users/types/UserListContainer.ts | 2 +- .../users/types/UserOptionalListContainer.ts | 2 +- .../users/types/UserOptionalListPage.ts | 2 +- .../resources/users/types/UserPage.ts | 2 +- .../users/types/UsernameContainer.ts | 2 +- .../resources/users/types/WithCursor.ts | 2 +- .../resources/users/types/WithPage.ts | 2 +- .../src/serialization/types/UsernameCursor.ts | 2 +- .../src/serialization/types/UsernamePage.ts | 2 +- .../path-parameters/default/src/Client.ts | 4 +-- .../resources/organizations/client/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../client/searchOrganizations.ts | 2 +- .../organizations/types/Organization.ts | 2 +- .../resources/user/client/searchUsers.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../src/Client.ts | 4 +-- .../resources/organizations/client/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../src/Client.ts | 4 +-- .../resources/organizations/client/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../client/searchOrganizations.ts | 2 +- .../organizations/types/Organization.ts | 2 +- .../resources/user/client/searchUsers.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../inline-path-parameters/src/Client.ts | 4 +-- .../resources/organizations/client/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../client/searchOrganizations.ts | 2 +- .../organizations/types/Organization.ts | 2 +- .../resources/user/client/searchUsers.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../retain-original-casing/src/Client.ts | 4 +-- .../resources/organizations/client/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../client/searchOrganizations.ts | 2 +- .../organizations/types/Organization.ts | 2 +- .../resources/user/client/searchUsers.ts | 2 +- .../resources/user/types/User.ts | 2 +- seed/ts-sdk/plain-text/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../no-custom-config/src/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../resources/user/types/NestedUser.ts | 2 +- .../resources/user/types/User.ts | 2 +- .../no-serde-layer-query/src/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- seed/ts-sdk/reserved-keywords/src/Client.ts | 4 +-- .../api/resources/package/client/Client.ts | 4 +-- .../resources/package/types/Package.ts | 2 +- .../resources/package/types/Record_.ts | 2 +- seed/ts-sdk/response-property/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- .../resources/service/client/getMovie.ts | 2 +- .../resources/service/client/getMovieDocs.ts | 2 +- .../service/client/getMovieMetadata.ts | 2 +- .../resources/service/client/getMovieName.ts | 2 +- .../service/client/getOptionalMovie.ts | 4 +-- .../service/client/getOptionalMovieDocs.ts | 2 +- .../service/client/getOptionalMovieName.ts | 2 +- .../resources/service/types/Movie.ts | 2 +- .../service/types/OptionalWithDocs.ts | 2 +- .../resources/service/types/Response.ts | 2 +- .../resources/service/types/WithDocs.ts | 2 +- .../types/OptionalStringResponse.ts | 2 +- .../src/serialization/types/StringResponse.ts | 2 +- .../src/serialization/types/WithMetadata.ts | 2 +- .../server-sent-event-examples/src/Client.ts | 4 +-- .../resources/completions/client/Client.ts | 4 +-- .../requests/StreamCompletionRequest.ts | 2 +- .../completions/types/StreamedCompletion.ts | 2 +- seed/ts-sdk/server-sent-events/src/Client.ts | 4 +-- .../resources/completions/client/Client.ts | 4 +-- .../requests/StreamCompletionRequest.ts | 2 +- .../completions/types/StreamedCompletion.ts | 2 +- seed/ts-sdk/simple-fhir/src/Client.ts | 4 +-- .../src/serialization/types/Account.ts | 2 +- .../src/serialization/types/BaseResource.ts | 2 +- .../src/serialization/types/Memo.ts | 2 +- .../src/serialization/types/Patient.ts | 2 +- .../src/serialization/types/Practitioner.ts | 2 +- .../src/serialization/types/ResourceList.ts | 2 +- .../src/serialization/types/Script.ts | 2 +- .../src/Client.ts | 4 +-- .../src/api/resources/dummy/client/Client.ts | 4 +-- .../resources/dummy/client/getDummy.ts | 2 +- .../src/Client.ts | 4 +-- .../src/api/resources/dummy/client/Client.ts | 4 +-- .../resources/dummy/client/getDummy.ts | 2 +- .../allow-custom-fetcher/src/Client.ts | 4 +-- .../src/api/resources/dummy/client/Client.ts | 4 +-- .../client/requests/GenerateStreamRequest.ts | 2 +- .../dummy/client/requests/Generateequest.ts | 2 +- .../resources/dummy/types/StreamResponse.ts | 2 +- .../streaming/no-custom-config/src/Client.ts | 4 +-- .../src/api/resources/dummy/client/Client.ts | 4 +-- .../client/requests/GenerateStreamRequest.ts | 2 +- .../dummy/client/requests/Generateequest.ts | 2 +- .../resources/dummy/types/StreamResponse.ts | 2 +- .../streaming/no-serde-layer/src/Client.ts | 4 +-- .../src/api/resources/dummy/client/Client.ts | 4 +-- .../client/requests/GenerateStreamRequest.ts | 2 +- .../dummy/client/requests/Generateequest.ts | 2 +- .../resources/dummy/types/StreamResponse.ts | 2 +- seed/ts-sdk/trace/exhaustive/src/Client.ts | 4 +-- .../src/api/resources/admin/client/Client.ts | 4 +-- .../admin/client/sendTestSubmissionUpdate.ts | 4 +-- .../client/sendWorkspaceSubmissionUpdate.ts | 4 +-- .../admin/client/storeTracedTestCase.ts | 4 +-- .../admin/client/storeTracedTestCaseV2.ts | 4 +-- .../admin/client/storeTracedWorkspace.ts | 4 +-- .../admin/client/storeTracedWorkspaceV2.ts | 4 +-- .../client/updateTestSubmissionStatus.ts | 4 +-- .../client/updateWorkspaceSubmissionStatus.ts | 4 +-- .../src/api/resources/admin/types/Test.ts | 4 +-- .../commons/types/DebugVariableValue.ts | 4 +-- .../api/resources/commons/types/Language.ts | 2 +- .../resources/commons/types/VariableType.ts | 4 +-- .../resources/commons/types/VariableValue.ts | 4 +-- .../api/resources/homepage/client/Client.ts | 4 +-- .../homepage/client/getHomepageProblems.ts | 4 +-- .../homepage/client/setHomepageProblems.ts | 4 +-- .../api/resources/migration/client/Client.ts | 4 +-- .../client/getAttemptedMigrations.ts | 4 +-- .../migration/types/MigrationStatus.ts | 2 +- .../api/resources/playlist/client/Client.ts | 4 +-- .../playlist/client/createPlaylist.ts | 4 +-- .../playlist/client/deletePlaylist.ts | 4 +-- .../resources/playlist/client/getPlaylist.ts | 4 +-- .../resources/playlist/client/getPlaylists.ts | 4 +-- .../playlist/client/updatePlaylist.ts | 4 +-- .../types/PlaylistIdNotFoundErrorBody.ts | 4 +-- .../playlist/types/ReservedKeywordEnum.ts | 2 +- .../api/resources/problem/client/Client.ts | 4 +-- .../resources/problem/client/createProblem.ts | 4 +-- .../resources/problem/client/deleteProblem.ts | 4 +-- .../problem/client/getDefaultStarterFiles.ts | 4 +-- .../resources/problem/client/updateProblem.ts | 4 +-- .../problem/types/CreateProblemError.ts | 4 +-- .../problem/types/CreateProblemResponse.ts | 4 +-- .../problem/types/ProblemDescriptionBoard.ts | 4 +-- .../api/resources/submission/client/Client.ts | 4 +-- .../client/createExecutionSession.ts | 4 +-- .../submission/client/getExecutionSession.ts | 4 +-- .../client/getExecutionSessionsState.ts | 4 +-- .../submission/client/stopExecutionSession.ts | 4 +-- .../submission/types/ActualResult.ts | 4 +-- .../submission/types/CodeExecutionUpdate.ts | 4 +-- .../resources/submission/types/ErrorInfo.ts | 4 +-- .../resources/submission/types/ExceptionV2.ts | 4 +-- .../types/ExecutionSessionStatus.ts | 2 +- .../submission/types/InvalidRequestCause.ts | 4 +-- .../types/RunningSubmissionState.ts | 2 +- .../submission/types/SubmissionRequest.ts | 4 +-- .../submission/types/SubmissionResponse.ts | 4 +-- .../types/SubmissionStatusForTestCase.ts | 4 +-- .../submission/types/SubmissionStatusV2.ts | 4 +-- .../submission/types/SubmissionTypeEnum.ts | 2 +- .../submission/types/SubmissionTypeState.ts | 4 +-- .../submission/types/TestCaseGrade.ts | 4 +-- .../submission/types/TestSubmissionStatus.ts | 4 +-- .../types/TestSubmissionUpdateInfo.ts | 4 +-- .../types/WorkspaceSubmissionStatus.ts | 4 +-- .../types/WorkspaceSubmissionUpdateInfo.ts | 4 +-- .../api/resources/sysprop/client/Client.ts | 4 +-- .../sysprop/client/getNumWarmInstances.ts | 4 +-- .../sysprop/client/setNumWarmInstances.ts | 4 +-- .../src/api/resources/v2/client/Client.ts | 4 +-- .../src/api/resources/v2/client/test.ts | 4 +-- .../v2/resources/problem/client/Client.ts | 4 +-- .../problem/client/getLatestProblem.ts | 4 +-- .../problem/client/getLightweightProblems.ts | 4 +-- .../problem/client/getProblemVersion.ts | 4 +-- .../resources/problem/client/getProblems.ts | 4 +-- .../problem/types/AssertCorrectnessCheck.ts | 4 +-- .../v2/resources/problem/types/CustomFiles.ts | 4 +-- .../problem/types/FunctionSignature.ts | 4 +-- .../problem/types/TestCaseFunction.ts | 4 +-- .../TestCaseImplementationDescriptionBoard.ts | 4 +-- .../types/TestCaseImplementationReference.ts | 4 +-- .../v2/resources/v3/client/Client.ts | 4 +-- .../v3/resources/problem/client/Client.ts | 4 +-- .../problem/client/getLatestProblem.ts | 4 +-- .../problem/client/getLightweightProblems.ts | 4 +-- .../problem/client/getProblemVersion.ts | 4 +-- .../resources/problem/client/getProblems.ts | 4 +-- .../problem/types/AssertCorrectnessCheck.ts | 4 +-- .../v3/resources/problem/types/CustomFiles.ts | 4 +-- .../problem/types/FunctionSignature.ts | 4 +-- .../problem/types/TestCaseFunction.ts | 4 +-- .../TestCaseImplementationDescriptionBoard.ts | 4 +-- .../types/TestCaseImplementationReference.ts | 4 +-- .../requests/StoreTracedTestCaseRequest.ts | 2 +- .../requests/StoreTracedWorkspaceRequest.ts | 2 +- .../admin/client/storeTracedTestCaseV2.ts | 2 +- .../admin/client/storeTracedWorkspaceV2.ts | 2 +- .../resources/admin/types/Test.ts | 6 ++-- .../types/BinaryTreeNodeAndTreeValue.ts | 2 +- .../commons/types/BinaryTreeNodeValue.ts | 2 +- .../commons/types/BinaryTreeValue.ts | 2 +- .../commons/types/DebugKeyValuePairs.ts | 2 +- .../resources/commons/types/DebugMapValue.ts | 2 +- .../commons/types/DebugVariableValue.ts | 28 +++++++++---------- .../types/DoublyLinkedListNodeAndListValue.ts | 2 +- .../types/DoublyLinkedListNodeValue.ts | 2 +- .../commons/types/DoublyLinkedListValue.ts | 2 +- .../resources/commons/types/FileInfo.ts | 2 +- .../resources/commons/types/GenericValue.ts | 2 +- .../resources/commons/types/KeyValuePair.ts | 2 +- .../resources/commons/types/Language.ts | 2 +- .../resources/commons/types/ListType.ts | 2 +- .../resources/commons/types/MapType.ts | 2 +- .../resources/commons/types/MapValue.ts | 2 +- .../resources/commons/types/NodeId.ts | 2 +- .../resources/commons/types/ProblemId.ts | 2 +- .../types/SinglyLinkedListNodeAndListValue.ts | 2 +- .../types/SinglyLinkedListNodeValue.ts | 2 +- .../commons/types/SinglyLinkedListValue.ts | 2 +- .../resources/commons/types/TestCase.ts | 2 +- .../types/TestCaseWithExpectedResult.ts | 2 +- .../resources/commons/types/UserId.ts | 2 +- .../resources/commons/types/VariableType.ts | 22 +++++++-------- .../resources/commons/types/VariableValue.ts | 24 ++++++++-------- .../homepage/client/getHomepageProblems.ts | 2 +- .../homepage/client/setHomepageProblems.ts | 2 +- .../langServer/types/LangServerRequest.ts | 2 +- .../langServer/types/LangServerResponse.ts | 2 +- .../client/getAttemptedMigrations.ts | 2 +- .../resources/migration/types/Migration.ts | 2 +- .../migration/types/MigrationStatus.ts | 2 +- .../resources/playlist/client/getPlaylist.ts | 6 ++-- .../resources/playlist/client/getPlaylists.ts | 2 +- .../playlist/client/updatePlaylist.ts | 8 +++--- .../resources/playlist/types/Playlist.ts | 2 +- .../playlist/types/PlaylistCreateRequest.ts | 2 +- .../resources/playlist/types/PlaylistId.ts | 2 +- .../types/PlaylistIdNotFoundErrorBody.ts | 4 +-- .../playlist/types/ReservedKeywordEnum.ts | 2 +- .../playlist/types/UpdatePlaylistRequest.ts | 2 +- .../requests/GetDefaultStarterFilesRequest.ts | 2 +- .../problem/types/CreateProblemError.ts | 4 +-- .../problem/types/CreateProblemRequest.ts | 2 +- .../problem/types/CreateProblemResponse.ts | 6 ++-- .../types/GenericCreateProblemError.ts | 2 +- .../types/GetDefaultStarterFilesResponse.ts | 2 +- .../problem/types/ProblemDescription.ts | 2 +- .../problem/types/ProblemDescriptionBoard.ts | 11 +++++--- .../resources/problem/types/ProblemFiles.ts | 2 +- .../resources/problem/types/ProblemInfo.ts | 2 +- .../problem/types/UpdateProblemResponse.ts | 2 +- .../problem/types/VariableTypeAndName.ts | 2 +- .../submission/client/getExecutionSession.ts | 2 +- .../submission/types/ActualResult.ts | 8 +++--- .../types/BuildingExecutorResponse.ts | 2 +- .../submission/types/CodeExecutionUpdate.ts | 24 ++++++++-------- .../submission/types/CompileError.ts | 2 +- .../types/CustomTestCasesUnsupported.ts | 2 +- .../resources/submission/types/ErrorInfo.ts | 8 +++--- .../submission/types/ErroredResponse.ts | 2 +- .../submission/types/ExceptionInfo.ts | 2 +- .../resources/submission/types/ExceptionV2.ts | 6 ++-- .../types/ExecutionSessionResponse.ts | 2 +- .../submission/types/ExecutionSessionState.ts | 2 +- .../types/ExecutionSessionStatus.ts | 2 +- .../types/ExistingSubmissionExecuting.ts | 2 +- .../submission/types/ExpressionLocation.ts | 2 +- .../submission/types/FinishedResponse.ts | 2 +- .../types/GetExecutionSessionStateResponse.ts | 2 +- .../types/GetSubmissionStateResponse.ts | 2 +- .../types/GetTraceResponsesPageRequest.ts | 2 +- .../submission/types/GradedResponse.ts | 2 +- .../submission/types/GradedResponseV2.ts | 2 +- .../submission/types/GradedTestCaseUpdate.ts | 2 +- .../types/InitializeProblemRequest.ts | 2 +- .../submission/types/InternalError.ts | 2 +- .../submission/types/InvalidRequestCause.ts | 8 +++--- .../types/InvalidRequestResponse.ts | 2 +- .../types/LightweightStackframeInformation.ts | 2 +- .../types/RecordedResponseNotification.ts | 2 +- .../types/RecordedTestCaseUpdate.ts | 2 +- .../types/RecordingResponseNotification.ts | 2 +- .../submission/types/RunningResponse.ts | 2 +- .../types/RunningSubmissionState.ts | 2 +- .../submission/types/RuntimeError.ts | 2 +- .../resources/submission/types/Scope.ts | 2 +- .../resources/submission/types/ShareId.ts | 2 +- .../resources/submission/types/StackFrame.ts | 2 +- .../submission/types/StackInformation.ts | 2 +- .../submission/types/StderrResponse.ts | 2 +- .../submission/types/StdoutResponse.ts | 2 +- .../resources/submission/types/StopRequest.ts | 2 +- .../submission/types/StoppedResponse.ts | 2 +- .../submission/types/SubmissionFileInfo.ts | 2 +- .../submission/types/SubmissionId.ts | 2 +- .../submission/types/SubmissionIdNotFound.ts | 2 +- .../submission/types/SubmissionRequest.ts | 12 ++++---- .../submission/types/SubmissionResponse.ts | 14 +++++----- .../types/SubmissionStatusForTestCase.ts | 8 +++--- .../submission/types/SubmissionStatusV2.ts | 6 ++-- .../submission/types/SubmissionTypeEnum.ts | 2 +- .../submission/types/SubmissionTypeState.ts | 6 ++-- .../submission/types/SubmitRequestV2.ts | 2 +- .../submission/types/TerminatedResponse.ts | 2 +- .../submission/types/TestCaseGrade.ts | 6 ++-- .../submission/types/TestCaseHiddenGrade.ts | 2 +- .../types/TestCaseNonHiddenGrade.ts | 2 +- .../submission/types/TestCaseResult.ts | 2 +- .../types/TestCaseResultWithStdout.ts | 2 +- .../submission/types/TestSubmissionState.ts | 2 +- .../submission/types/TestSubmissionStatus.ts | 10 +++---- .../types/TestSubmissionStatusV2.ts | 2 +- .../submission/types/TestSubmissionUpdate.ts | 2 +- .../types/TestSubmissionUpdateInfo.ts | 14 +++++----- .../submission/types/TraceResponse.ts | 2 +- .../submission/types/TraceResponseV2.ts | 2 +- .../submission/types/TraceResponsesPage.ts | 2 +- .../submission/types/TraceResponsesPageV2.ts | 2 +- .../resources/submission/types/TracedFile.ts | 2 +- .../submission/types/TracedTestCase.ts | 2 +- .../types/UnexpectedLanguageError.ts | 2 +- .../submission/types/WorkspaceFiles.ts | 2 +- .../submission/types/WorkspaceRanResponse.ts | 2 +- .../submission/types/WorkspaceRunDetails.ts | 2 +- .../types/WorkspaceStarterFilesResponse.ts | 2 +- .../types/WorkspaceStarterFilesResponseV2.ts | 2 +- .../types/WorkspaceSubmissionState.ts | 2 +- .../types/WorkspaceSubmissionStatus.ts | 12 ++++---- .../types/WorkspaceSubmissionStatusV2.ts | 2 +- .../types/WorkspaceSubmissionUpdate.ts | 2 +- .../types/WorkspaceSubmissionUpdateInfo.ts | 16 +++++------ .../types/WorkspaceSubmitRequest.ts | 2 +- .../submission/types/WorkspaceTracedUpdate.ts | 2 +- .../sysprop/client/getNumWarmInstances.ts | 2 +- .../problem/client/getLightweightProblems.ts | 2 +- .../resources/problem/client/getProblems.ts | 2 +- .../problem/types/AssertCorrectnessCheck.ts | 6 ++-- .../problem/types/BasicCustomFiles.ts | 2 +- .../problem/types/BasicTestCaseTemplate.ts | 2 +- .../problem/types/CreateProblemRequestV2.ts | 2 +- .../v2/resources/problem/types/CustomFiles.ts | 6 ++-- .../types/DeepEqualityCorrectnessCheck.ts | 2 +- .../problem/types/DefaultProvidedFile.ts | 2 +- .../v2/resources/problem/types/FileInfoV2.ts | 2 +- .../v2/resources/problem/types/Files.ts | 2 +- .../problem/types/FunctionImplementation.ts | 2 +- ...ctionImplementationForMultipleLanguages.ts | 2 +- .../problem/types/FunctionSignature.ts | 8 +++--- .../resources/problem/types/GeneratedFiles.ts | 2 +- .../types/GetBasicSolutionFileRequest.ts | 2 +- .../types/GetBasicSolutionFileResponse.ts | 2 +- .../types/GetFunctionSignatureRequest.ts | 2 +- .../types/GetFunctionSignatureResponse.ts | 2 +- .../types/GetGeneratedTestCaseFileRequest.ts | 2 +- ...GetGeneratedTestCaseTemplateFileRequest.ts | 2 +- .../problem/types/LightweightProblemInfoV2.ts | 2 +- .../types/NonVoidFunctionDefinition.ts | 2 +- .../problem/types/NonVoidFunctionSignature.ts | 2 +- .../v2/resources/problem/types/Parameter.ts | 2 +- .../v2/resources/problem/types/ParameterId.ts | 2 +- .../resources/problem/types/ProblemInfoV2.ts | 2 +- .../problem/types/TestCaseExpects.ts | 2 +- .../problem/types/TestCaseFunction.ts | 6 ++-- .../v2/resources/problem/types/TestCaseId.ts | 2 +- .../problem/types/TestCaseImplementation.ts | 2 +- .../TestCaseImplementationDescription.ts | 2 +- .../TestCaseImplementationDescriptionBoard.ts | 6 ++-- .../types/TestCaseImplementationReference.ts | 6 ++-- .../problem/types/TestCaseMetadata.ts | 2 +- .../problem/types/TestCaseTemplate.ts | 2 +- .../problem/types/TestCaseTemplateId.ts | 2 +- .../v2/resources/problem/types/TestCaseV2.ts | 2 +- .../TestCaseWithActualResultImplementation.ts | 2 +- .../problem/types/VoidFunctionDefinition.ts | 2 +- ...FunctionDefinitionThatTakesActualResult.ts | 2 +- .../problem/types/VoidFunctionSignature.ts | 2 +- ...dFunctionSignatureThatTakesActualResult.ts | 2 +- .../problem/client/getLightweightProblems.ts | 2 +- .../resources/problem/client/getProblems.ts | 2 +- .../problem/types/AssertCorrectnessCheck.ts | 6 ++-- .../problem/types/BasicCustomFiles.ts | 2 +- .../problem/types/BasicTestCaseTemplate.ts | 2 +- .../problem/types/CreateProblemRequestV2.ts | 2 +- .../v3/resources/problem/types/CustomFiles.ts | 6 ++-- .../types/DeepEqualityCorrectnessCheck.ts | 2 +- .../problem/types/DefaultProvidedFile.ts | 2 +- .../v3/resources/problem/types/FileInfoV2.ts | 2 +- .../v3/resources/problem/types/Files.ts | 2 +- .../problem/types/FunctionImplementation.ts | 2 +- ...ctionImplementationForMultipleLanguages.ts | 2 +- .../problem/types/FunctionSignature.ts | 8 +++--- .../resources/problem/types/GeneratedFiles.ts | 2 +- .../types/GetBasicSolutionFileRequest.ts | 2 +- .../types/GetBasicSolutionFileResponse.ts | 2 +- .../types/GetFunctionSignatureRequest.ts | 2 +- .../types/GetFunctionSignatureResponse.ts | 2 +- .../types/GetGeneratedTestCaseFileRequest.ts | 2 +- ...GetGeneratedTestCaseTemplateFileRequest.ts | 2 +- .../problem/types/LightweightProblemInfoV2.ts | 2 +- .../types/NonVoidFunctionDefinition.ts | 2 +- .../problem/types/NonVoidFunctionSignature.ts | 2 +- .../v3/resources/problem/types/Parameter.ts | 2 +- .../v3/resources/problem/types/ParameterId.ts | 2 +- .../resources/problem/types/ProblemInfoV2.ts | 2 +- .../problem/types/TestCaseExpects.ts | 2 +- .../problem/types/TestCaseFunction.ts | 6 ++-- .../v3/resources/problem/types/TestCaseId.ts | 2 +- .../problem/types/TestCaseImplementation.ts | 2 +- .../TestCaseImplementationDescription.ts | 2 +- .../TestCaseImplementationDescriptionBoard.ts | 6 ++-- .../types/TestCaseImplementationReference.ts | 6 ++-- .../problem/types/TestCaseMetadata.ts | 2 +- .../problem/types/TestCaseTemplate.ts | 2 +- .../problem/types/TestCaseTemplateId.ts | 2 +- .../v3/resources/problem/types/TestCaseV2.ts | 2 +- .../TestCaseWithActualResultImplementation.ts | 2 +- .../problem/types/VoidFunctionDefinition.ts | 2 +- ...FunctionDefinitionThatTakesActualResult.ts | 2 +- .../problem/types/VoidFunctionSignature.ts | 2 +- ...dFunctionSignatureThatTakesActualResult.ts | 2 +- .../trace/no-custom-config/src/Client.ts | 4 +-- .../src/api/resources/admin/client/Client.ts | 4 +-- .../api/resources/homepage/client/Client.ts | 4 +-- .../api/resources/migration/client/Client.ts | 4 +-- .../api/resources/playlist/client/Client.ts | 4 +-- .../api/resources/problem/client/Client.ts | 4 +-- .../api/resources/submission/client/Client.ts | 4 +-- .../api/resources/sysprop/client/Client.ts | 4 +-- .../src/api/resources/v2/client/Client.ts | 4 +-- .../v2/resources/problem/client/Client.ts | 4 +-- .../v2/resources/v3/client/Client.ts | 4 +-- .../v3/resources/problem/client/Client.ts | 4 +-- .../requests/StoreTracedTestCaseRequest.ts | 2 +- .../requests/StoreTracedWorkspaceRequest.ts | 2 +- .../admin/client/storeTracedTestCaseV2.ts | 2 +- .../admin/client/storeTracedWorkspaceV2.ts | 2 +- .../resources/admin/types/Test.ts | 6 ++-- .../types/BinaryTreeNodeAndTreeValue.ts | 2 +- .../commons/types/BinaryTreeNodeValue.ts | 2 +- .../commons/types/BinaryTreeValue.ts | 2 +- .../commons/types/DebugKeyValuePairs.ts | 2 +- .../resources/commons/types/DebugMapValue.ts | 2 +- .../commons/types/DebugVariableValue.ts | 28 +++++++++---------- .../types/DoublyLinkedListNodeAndListValue.ts | 2 +- .../types/DoublyLinkedListNodeValue.ts | 2 +- .../commons/types/DoublyLinkedListValue.ts | 2 +- .../resources/commons/types/FileInfo.ts | 2 +- .../resources/commons/types/GenericValue.ts | 2 +- .../resources/commons/types/KeyValuePair.ts | 2 +- .../resources/commons/types/Language.ts | 2 +- .../resources/commons/types/ListType.ts | 2 +- .../resources/commons/types/MapType.ts | 2 +- .../resources/commons/types/MapValue.ts | 2 +- .../resources/commons/types/NodeId.ts | 2 +- .../resources/commons/types/ProblemId.ts | 2 +- .../types/SinglyLinkedListNodeAndListValue.ts | 2 +- .../types/SinglyLinkedListNodeValue.ts | 2 +- .../commons/types/SinglyLinkedListValue.ts | 2 +- .../resources/commons/types/TestCase.ts | 2 +- .../types/TestCaseWithExpectedResult.ts | 2 +- .../resources/commons/types/UserId.ts | 2 +- .../resources/commons/types/VariableType.ts | 22 +++++++-------- .../resources/commons/types/VariableValue.ts | 24 ++++++++-------- .../homepage/client/getHomepageProblems.ts | 2 +- .../homepage/client/setHomepageProblems.ts | 2 +- .../langServer/types/LangServerRequest.ts | 2 +- .../langServer/types/LangServerResponse.ts | 2 +- .../client/getAttemptedMigrations.ts | 2 +- .../resources/migration/types/Migration.ts | 2 +- .../migration/types/MigrationStatus.ts | 2 +- .../resources/playlist/client/getPlaylists.ts | 2 +- .../playlist/client/updatePlaylist.ts | 4 +-- .../resources/playlist/types/Playlist.ts | 2 +- .../playlist/types/PlaylistCreateRequest.ts | 2 +- .../resources/playlist/types/PlaylistId.ts | 2 +- .../types/PlaylistIdNotFoundErrorBody.ts | 4 +-- .../playlist/types/ReservedKeywordEnum.ts | 2 +- .../playlist/types/UpdatePlaylistRequest.ts | 2 +- .../requests/GetDefaultStarterFilesRequest.ts | 2 +- .../problem/types/CreateProblemError.ts | 4 +-- .../problem/types/CreateProblemRequest.ts | 2 +- .../problem/types/CreateProblemResponse.ts | 6 ++-- .../types/GenericCreateProblemError.ts | 2 +- .../types/GetDefaultStarterFilesResponse.ts | 2 +- .../problem/types/ProblemDescription.ts | 2 +- .../problem/types/ProblemDescriptionBoard.ts | 11 +++++--- .../resources/problem/types/ProblemFiles.ts | 2 +- .../resources/problem/types/ProblemInfo.ts | 2 +- .../problem/types/UpdateProblemResponse.ts | 2 +- .../problem/types/VariableTypeAndName.ts | 2 +- .../submission/client/getExecutionSession.ts | 2 +- .../submission/types/ActualResult.ts | 8 +++--- .../types/BuildingExecutorResponse.ts | 2 +- .../submission/types/CodeExecutionUpdate.ts | 24 ++++++++-------- .../submission/types/CompileError.ts | 2 +- .../types/CustomTestCasesUnsupported.ts | 2 +- .../resources/submission/types/ErrorInfo.ts | 8 +++--- .../submission/types/ErroredResponse.ts | 2 +- .../submission/types/ExceptionInfo.ts | 2 +- .../resources/submission/types/ExceptionV2.ts | 6 ++-- .../types/ExecutionSessionResponse.ts | 2 +- .../submission/types/ExecutionSessionState.ts | 2 +- .../types/ExecutionSessionStatus.ts | 2 +- .../types/ExistingSubmissionExecuting.ts | 2 +- .../submission/types/ExpressionLocation.ts | 2 +- .../submission/types/FinishedResponse.ts | 2 +- .../types/GetExecutionSessionStateResponse.ts | 2 +- .../types/GetSubmissionStateResponse.ts | 2 +- .../types/GetTraceResponsesPageRequest.ts | 2 +- .../submission/types/GradedResponse.ts | 2 +- .../submission/types/GradedResponseV2.ts | 2 +- .../submission/types/GradedTestCaseUpdate.ts | 2 +- .../types/InitializeProblemRequest.ts | 2 +- .../submission/types/InternalError.ts | 2 +- .../submission/types/InvalidRequestCause.ts | 8 +++--- .../types/InvalidRequestResponse.ts | 2 +- .../types/LightweightStackframeInformation.ts | 2 +- .../types/RecordedResponseNotification.ts | 2 +- .../types/RecordedTestCaseUpdate.ts | 2 +- .../types/RecordingResponseNotification.ts | 2 +- .../submission/types/RunningResponse.ts | 2 +- .../types/RunningSubmissionState.ts | 2 +- .../submission/types/RuntimeError.ts | 2 +- .../resources/submission/types/Scope.ts | 2 +- .../resources/submission/types/ShareId.ts | 2 +- .../resources/submission/types/StackFrame.ts | 2 +- .../submission/types/StackInformation.ts | 2 +- .../submission/types/StderrResponse.ts | 2 +- .../submission/types/StdoutResponse.ts | 2 +- .../resources/submission/types/StopRequest.ts | 2 +- .../submission/types/StoppedResponse.ts | 2 +- .../submission/types/SubmissionFileInfo.ts | 2 +- .../submission/types/SubmissionId.ts | 2 +- .../submission/types/SubmissionIdNotFound.ts | 2 +- .../submission/types/SubmissionRequest.ts | 12 ++++---- .../submission/types/SubmissionResponse.ts | 14 +++++----- .../types/SubmissionStatusForTestCase.ts | 8 +++--- .../submission/types/SubmissionStatusV2.ts | 6 ++-- .../submission/types/SubmissionTypeEnum.ts | 2 +- .../submission/types/SubmissionTypeState.ts | 6 ++-- .../submission/types/SubmitRequestV2.ts | 2 +- .../submission/types/TerminatedResponse.ts | 2 +- .../submission/types/TestCaseGrade.ts | 6 ++-- .../submission/types/TestCaseHiddenGrade.ts | 2 +- .../types/TestCaseNonHiddenGrade.ts | 2 +- .../submission/types/TestCaseResult.ts | 2 +- .../types/TestCaseResultWithStdout.ts | 2 +- .../submission/types/TestSubmissionState.ts | 2 +- .../submission/types/TestSubmissionStatus.ts | 10 +++---- .../types/TestSubmissionStatusV2.ts | 2 +- .../submission/types/TestSubmissionUpdate.ts | 2 +- .../types/TestSubmissionUpdateInfo.ts | 14 +++++----- .../submission/types/TraceResponse.ts | 2 +- .../submission/types/TraceResponseV2.ts | 2 +- .../submission/types/TraceResponsesPage.ts | 2 +- .../submission/types/TraceResponsesPageV2.ts | 2 +- .../resources/submission/types/TracedFile.ts | 2 +- .../submission/types/TracedTestCase.ts | 2 +- .../types/UnexpectedLanguageError.ts | 2 +- .../submission/types/WorkspaceFiles.ts | 2 +- .../submission/types/WorkspaceRanResponse.ts | 2 +- .../submission/types/WorkspaceRunDetails.ts | 2 +- .../types/WorkspaceStarterFilesResponse.ts | 2 +- .../types/WorkspaceStarterFilesResponseV2.ts | 2 +- .../types/WorkspaceSubmissionState.ts | 2 +- .../types/WorkspaceSubmissionStatus.ts | 12 ++++---- .../types/WorkspaceSubmissionStatusV2.ts | 2 +- .../types/WorkspaceSubmissionUpdate.ts | 2 +- .../types/WorkspaceSubmissionUpdateInfo.ts | 16 +++++------ .../types/WorkspaceSubmitRequest.ts | 2 +- .../submission/types/WorkspaceTracedUpdate.ts | 2 +- .../sysprop/client/getNumWarmInstances.ts | 2 +- .../problem/client/getLightweightProblems.ts | 2 +- .../resources/problem/client/getProblems.ts | 2 +- .../problem/types/AssertCorrectnessCheck.ts | 6 ++-- .../problem/types/BasicCustomFiles.ts | 2 +- .../problem/types/BasicTestCaseTemplate.ts | 2 +- .../problem/types/CreateProblemRequestV2.ts | 2 +- .../v2/resources/problem/types/CustomFiles.ts | 6 ++-- .../types/DeepEqualityCorrectnessCheck.ts | 2 +- .../problem/types/DefaultProvidedFile.ts | 2 +- .../v2/resources/problem/types/FileInfoV2.ts | 2 +- .../v2/resources/problem/types/Files.ts | 2 +- .../problem/types/FunctionImplementation.ts | 2 +- ...ctionImplementationForMultipleLanguages.ts | 2 +- .../problem/types/FunctionSignature.ts | 8 +++--- .../resources/problem/types/GeneratedFiles.ts | 2 +- .../types/GetBasicSolutionFileRequest.ts | 2 +- .../types/GetBasicSolutionFileResponse.ts | 2 +- .../types/GetFunctionSignatureRequest.ts | 2 +- .../types/GetFunctionSignatureResponse.ts | 2 +- .../types/GetGeneratedTestCaseFileRequest.ts | 2 +- ...GetGeneratedTestCaseTemplateFileRequest.ts | 2 +- .../problem/types/LightweightProblemInfoV2.ts | 2 +- .../types/NonVoidFunctionDefinition.ts | 2 +- .../problem/types/NonVoidFunctionSignature.ts | 2 +- .../v2/resources/problem/types/Parameter.ts | 2 +- .../v2/resources/problem/types/ParameterId.ts | 2 +- .../resources/problem/types/ProblemInfoV2.ts | 2 +- .../problem/types/TestCaseExpects.ts | 2 +- .../problem/types/TestCaseFunction.ts | 6 ++-- .../v2/resources/problem/types/TestCaseId.ts | 2 +- .../problem/types/TestCaseImplementation.ts | 2 +- .../TestCaseImplementationDescription.ts | 2 +- .../TestCaseImplementationDescriptionBoard.ts | 6 ++-- .../types/TestCaseImplementationReference.ts | 6 ++-- .../problem/types/TestCaseMetadata.ts | 2 +- .../problem/types/TestCaseTemplate.ts | 2 +- .../problem/types/TestCaseTemplateId.ts | 2 +- .../v2/resources/problem/types/TestCaseV2.ts | 2 +- .../TestCaseWithActualResultImplementation.ts | 2 +- .../problem/types/VoidFunctionDefinition.ts | 2 +- ...FunctionDefinitionThatTakesActualResult.ts | 2 +- .../problem/types/VoidFunctionSignature.ts | 2 +- ...dFunctionSignatureThatTakesActualResult.ts | 2 +- .../problem/client/getLightweightProblems.ts | 2 +- .../resources/problem/client/getProblems.ts | 2 +- .../problem/types/AssertCorrectnessCheck.ts | 6 ++-- .../problem/types/BasicCustomFiles.ts | 2 +- .../problem/types/BasicTestCaseTemplate.ts | 2 +- .../problem/types/CreateProblemRequestV2.ts | 2 +- .../v3/resources/problem/types/CustomFiles.ts | 6 ++-- .../types/DeepEqualityCorrectnessCheck.ts | 2 +- .../problem/types/DefaultProvidedFile.ts | 2 +- .../v3/resources/problem/types/FileInfoV2.ts | 2 +- .../v3/resources/problem/types/Files.ts | 2 +- .../problem/types/FunctionImplementation.ts | 2 +- ...ctionImplementationForMultipleLanguages.ts | 2 +- .../problem/types/FunctionSignature.ts | 8 +++--- .../resources/problem/types/GeneratedFiles.ts | 2 +- .../types/GetBasicSolutionFileRequest.ts | 2 +- .../types/GetBasicSolutionFileResponse.ts | 2 +- .../types/GetFunctionSignatureRequest.ts | 2 +- .../types/GetFunctionSignatureResponse.ts | 2 +- .../types/GetGeneratedTestCaseFileRequest.ts | 2 +- ...GetGeneratedTestCaseTemplateFileRequest.ts | 2 +- .../problem/types/LightweightProblemInfoV2.ts | 2 +- .../types/NonVoidFunctionDefinition.ts | 2 +- .../problem/types/NonVoidFunctionSignature.ts | 2 +- .../v3/resources/problem/types/Parameter.ts | 2 +- .../v3/resources/problem/types/ParameterId.ts | 2 +- .../resources/problem/types/ProblemInfoV2.ts | 2 +- .../problem/types/TestCaseExpects.ts | 2 +- .../problem/types/TestCaseFunction.ts | 6 ++-- .../v3/resources/problem/types/TestCaseId.ts | 2 +- .../problem/types/TestCaseImplementation.ts | 2 +- .../TestCaseImplementationDescription.ts | 2 +- .../TestCaseImplementationDescriptionBoard.ts | 6 ++-- .../types/TestCaseImplementationReference.ts | 6 ++-- .../problem/types/TestCaseMetadata.ts | 2 +- .../problem/types/TestCaseTemplate.ts | 2 +- .../problem/types/TestCaseTemplateId.ts | 2 +- .../v3/resources/problem/types/TestCaseV2.ts | 2 +- .../TestCaseWithActualResultImplementation.ts | 2 +- .../problem/types/VoidFunctionDefinition.ts | 2 +- ...FunctionDefinitionThatTakesActualResult.ts | 2 +- .../problem/types/VoidFunctionSignature.ts | 2 +- ...dFunctionSignatureThatTakesActualResult.ts | 2 +- .../trace/no-zurg-no-throwing/src/Client.ts | 4 +-- .../src/api/resources/admin/client/Client.ts | 4 +-- .../admin/client/sendTestSubmissionUpdate.ts | 2 +- .../client/sendWorkspaceSubmissionUpdate.ts | 2 +- .../admin/client/storeTracedTestCase.ts | 2 +- .../admin/client/storeTracedTestCaseV2.ts | 2 +- .../admin/client/storeTracedWorkspace.ts | 2 +- .../admin/client/storeTracedWorkspaceV2.ts | 2 +- .../client/updateTestSubmissionStatus.ts | 2 +- .../client/updateWorkspaceSubmissionStatus.ts | 2 +- .../api/resources/homepage/client/Client.ts | 4 +-- .../homepage/client/getHomepageProblems.ts | 2 +- .../homepage/client/setHomepageProblems.ts | 2 +- .../api/resources/migration/client/Client.ts | 4 +-- .../client/getAttemptedMigrations.ts | 2 +- .../api/resources/playlist/client/Client.ts | 4 +-- .../playlist/client/createPlaylist.ts | 2 +- .../playlist/client/deletePlaylist.ts | 2 +- .../resources/playlist/client/getPlaylist.ts | 2 +- .../resources/playlist/client/getPlaylists.ts | 2 +- .../playlist/client/updatePlaylist.ts | 2 +- .../api/resources/problem/client/Client.ts | 4 +-- .../resources/problem/client/createProblem.ts | 2 +- .../resources/problem/client/deleteProblem.ts | 2 +- .../problem/client/getDefaultStarterFiles.ts | 2 +- .../resources/problem/client/updateProblem.ts | 2 +- .../api/resources/submission/client/Client.ts | 4 +-- .../client/createExecutionSession.ts | 2 +- .../submission/client/getExecutionSession.ts | 2 +- .../client/getExecutionSessionsState.ts | 2 +- .../submission/client/stopExecutionSession.ts | 2 +- .../api/resources/sysprop/client/Client.ts | 4 +-- .../sysprop/client/getNumWarmInstances.ts | 2 +- .../sysprop/client/setNumWarmInstances.ts | 2 +- .../src/api/resources/v2/client/Client.ts | 4 +-- .../src/api/resources/v2/client/test.ts | 2 +- .../v2/resources/problem/client/Client.ts | 4 +-- .../problem/client/getLatestProblem.ts | 2 +- .../problem/client/getLightweightProblems.ts | 2 +- .../problem/client/getProblemVersion.ts | 2 +- .../resources/problem/client/getProblems.ts | 2 +- .../v2/resources/v3/client/Client.ts | 4 +-- .../v3/resources/problem/client/Client.ts | 4 +-- .../problem/client/getLatestProblem.ts | 2 +- .../problem/client/getLightweightProblems.ts | 2 +- .../problem/client/getProblemVersion.ts | 2 +- .../resources/problem/client/getProblems.ts | 2 +- seed/ts-sdk/trace/no-zurg-trace/src/Client.ts | 4 +-- .../src/api/resources/admin/client/Client.ts | 4 +-- .../api/resources/homepage/client/Client.ts | 4 +-- .../api/resources/migration/client/Client.ts | 4 +-- .../api/resources/playlist/client/Client.ts | 4 +-- .../api/resources/problem/client/Client.ts | 4 +-- .../api/resources/submission/client/Client.ts | 4 +-- .../api/resources/sysprop/client/Client.ts | 4 +-- .../src/api/resources/v2/client/Client.ts | 4 +-- .../v2/resources/problem/client/Client.ts | 4 +-- .../v2/resources/v3/client/Client.ts | 4 +-- .../v3/resources/problem/client/Client.ts | 4 +-- seed/ts-sdk/ts-express-casing/src/Client.ts | 4 +-- .../src/api/resources/imdb/client/Client.ts | 4 +-- .../client/requests/CreateMovieRequest.ts | 2 +- .../resources/imdb/types/Movie.ts | 2 +- .../resources/imdb/types/MovieId.ts | 2 +- .../ts-inline-types/inline/src/Client.ts | 4 +-- .../ts-inline-types/no-inline/src/Client.ts | 4 +-- .../no-custom-config/src/Client.ts | 4 +-- .../src/api/resources/union/client/Client.ts | 4 +-- .../resources/union/types/Key.ts | 2 +- .../resources/union/types/KeyType.ts | 2 +- .../resources/union/types/Metadata.ts | 2 +- .../resources/union/types/MyUnion.ts | 2 +- .../union/types/TypeWithOptionalUnion.ts | 2 +- .../skip-response-validation/src/Client.ts | 4 +-- .../src/api/resources/union/client/Client.ts | 4 +-- .../resources/union/types/Key.ts | 2 +- .../resources/union/types/KeyType.ts | 2 +- .../resources/union/types/Metadata.ts | 2 +- .../resources/union/types/MyUnion.ts | 2 +- .../union/types/TypeWithOptionalUnion.ts | 2 +- seed/ts-sdk/unions/src/Client.ts | 4 +-- .../types/types/UnionWithBaseProperties.ts | 2 +- .../resources/types/types/UnionWithLiteral.ts | 2 +- .../src/api/resources/union/client/Client.ts | 4 +-- .../src/api/resources/union/types/Shape.ts | 2 +- .../resources/types/types/Bar.ts | 2 +- .../resources/types/types/Foo.ts | 2 +- .../resources/types/types/Union.ts | 6 ++-- .../types/types/UnionWithBaseProperties.ts | 10 +++---- .../types/types/UnionWithDiscriminant.ts | 6 ++-- .../resources/types/types/UnionWithLiteral.ts | 6 ++-- .../types/types/UnionWithOptionalTime.ts | 6 ++-- .../types/types/UnionWithPrimitive.ts | 6 ++-- .../types/types/UnionWithSingleElement.ts | 4 +-- .../resources/types/types/UnionWithTime.ts | 8 +++--- .../resources/types/types/UnionWithUnknown.ts | 6 ++-- .../resources/types/types/UnionWithoutKey.ts | 6 ++-- .../resources/union/client/update.ts | 2 +- .../resources/union/types/Circle.ts | 2 +- .../resources/union/types/GetShapeRequest.ts | 2 +- .../resources/union/types/Shape.ts | 8 +++--- .../resources/union/types/Square.ts | 2 +- .../unknown/no-custom-config/src/Client.ts | 4 +-- .../api/resources/unknown/client/Client.ts | 4 +-- .../resources/unknown/client/post.ts | 2 +- .../resources/unknown/client/postObject.ts | 2 +- .../resources/unknown/types/MyAlias.ts | 2 +- .../resources/unknown/types/MyObject.ts | 2 +- .../unknown/unknown-as-any/src/Client.ts | 4 +-- .../api/resources/unknown/client/Client.ts | 4 +-- .../resources/unknown/client/post.ts | 2 +- .../resources/unknown/client/postObject.ts | 2 +- .../resources/unknown/types/MyAlias.ts | 2 +- .../resources/unknown/types/MyObject.ts | 2 +- seed/ts-sdk/validation/src/Client.ts | 4 +-- .../client/requests/CreateRequest.ts | 2 +- .../src/serialization/types/Double.ts | 2 +- .../src/serialization/types/LargeInteger.ts | 2 +- .../src/serialization/types/Sentence.ts | 2 +- .../src/serialization/types/Shape.ts | 2 +- .../src/serialization/types/SmallInteger.ts | 2 +- .../src/serialization/types/Type.ts | 2 +- .../src/serialization/types/Word.ts | 2 +- seed/ts-sdk/variables/src/Client.ts | 4 +-- .../api/resources/service/client/Client.ts | 4 +-- seed/ts-sdk/version-no-default/src/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../resources/user/types/User.ts | 2 +- .../resources/user/types/UserId.ts | 2 +- seed/ts-sdk/version/src/Client.ts | 4 +-- .../src/api/resources/user/client/Client.ts | 4 +-- .../resources/user/types/User.ts | 2 +- .../resources/user/types/UserId.ts | 2 +- 2470 files changed, 3854 insertions(+), 3819 deletions(-) diff --git a/generators/typescript/express/express-endpoint-type-schemas-generator/src/GeneratedEndpointTypeSchemaImpl.ts b/generators/typescript/express/express-endpoint-type-schemas-generator/src/GeneratedEndpointTypeSchemaImpl.ts index cf6fd1ae526..40c4b3ae9e0 100644 --- a/generators/typescript/express/express-endpoint-type-schemas-generator/src/GeneratedEndpointTypeSchemaImpl.ts +++ b/generators/typescript/express/express-endpoint-type-schemas-generator/src/GeneratedEndpointTypeSchemaImpl.ts @@ -22,7 +22,8 @@ export class GeneratedEndpointTypeSchemaImpl extends AbstractGeneratedEndpointTy protected generateRawTypeDeclaration(context: ExpressContext, module: ModuleDeclaration): void { module.addTypeAlias({ name: AbstractGeneratedSchema.RAW_TYPE_NAME, - type: getTextOfTsNode(context.typeSchema.getReferenceToRawType(this.type).typeNode) + type: getTextOfTsNode(context.typeSchema.getReferenceToRawType(this.type).typeNode), + isExported: true }); } diff --git a/generators/typescript/express/express-error-schema-generator/src/GeneratedExpressErrorSchemaImpl.ts b/generators/typescript/express/express-error-schema-generator/src/GeneratedExpressErrorSchemaImpl.ts index 424f296d123..3482480ee70 100644 --- a/generators/typescript/express/express-error-schema-generator/src/GeneratedExpressErrorSchemaImpl.ts +++ b/generators/typescript/express/express-error-schema-generator/src/GeneratedExpressErrorSchemaImpl.ts @@ -98,7 +98,8 @@ export class GeneratedExpressErrorSchemaImpl protected generateRawTypeDeclaration(context: ExpressContext, module: ModuleDeclaration): void { module.addTypeAlias({ name: AbstractGeneratedSchema.RAW_TYPE_NAME, - type: getTextOfTsNode(context.typeSchema.getReferenceToRawType(this.type).typeNode) + type: getTextOfTsNode(context.typeSchema.getReferenceToRawType(this.type).typeNode), + isExported: true }); } diff --git a/generators/typescript/express/express-inlined-request-body-schema-generator/src/GeneratedExpressInlinedRequestBodySchemaImpl.ts b/generators/typescript/express/express-inlined-request-body-schema-generator/src/GeneratedExpressInlinedRequestBodySchemaImpl.ts index 98e35523a02..d94e7433a50 100644 --- a/generators/typescript/express/express-inlined-request-body-schema-generator/src/GeneratedExpressInlinedRequestBodySchemaImpl.ts +++ b/generators/typescript/express/express-inlined-request-body-schema-generator/src/GeneratedExpressInlinedRequestBodySchemaImpl.ts @@ -78,6 +78,7 @@ export class GeneratedExpressInlinedRequestBodySchemaImpl protected generateRawTypeDeclaration(context: ExpressContext, module: ModuleDeclaration): void { module.addInterface({ name: AbstractGeneratedSchema.RAW_TYPE_NAME, + isExported: true, properties: this.inlinedRequestBody.properties.map((property) => { const type = context.typeSchema.getReferenceToRawType(property.valueType); return { diff --git a/generators/typescript/model/type-generator/src/enum/GeneratedEnumTypeImpl.ts b/generators/typescript/model/type-generator/src/enum/GeneratedEnumTypeImpl.ts index e5dda9347b3..18eeb324c63 100644 --- a/generators/typescript/model/type-generator/src/enum/GeneratedEnumTypeImpl.ts +++ b/generators/typescript/model/type-generator/src/enum/GeneratedEnumTypeImpl.ts @@ -3,7 +3,6 @@ import { GetReferenceOpts, getTextOfTsNode, getWriterForMultiLineUnionType, - maybeAddDocsNode, maybeAddDocsStructure } from "@fern-typescript/commons"; import { BaseContext, GeneratedEnumType } from "@fern-typescript/contexts"; @@ -251,7 +250,8 @@ export class GeneratedEnumTypeImpl ) ) } - ] + ], + isExported: true } ] }; diff --git a/generators/typescript/model/type-schema-generator/src/alias/GeneratedAliasTypeSchemaImpl.ts b/generators/typescript/model/type-schema-generator/src/alias/GeneratedAliasTypeSchemaImpl.ts index 7ad0ac744f0..d5db13d42d7 100644 --- a/generators/typescript/model/type-schema-generator/src/alias/GeneratedAliasTypeSchemaImpl.ts +++ b/generators/typescript/model/type-schema-generator/src/alias/GeneratedAliasTypeSchemaImpl.ts @@ -48,7 +48,8 @@ export class GeneratedAliasTypeSchemaImpl protected override generateRawTypeDeclaration(context: Context, module: ModuleDeclaration): void { module.addTypeAlias({ name: AbstractGeneratedSchema.RAW_TYPE_NAME, - type: getTextOfTsNode(context.typeSchema.getReferenceToRawType(this.shape.aliasOf).typeNode) + type: getTextOfTsNode(context.typeSchema.getReferenceToRawType(this.shape.aliasOf).typeNode), + isExported: true }); } diff --git a/generators/typescript/model/type-schema-generator/src/enum/GeneratedEnumTypeSchemaImpl.ts b/generators/typescript/model/type-schema-generator/src/enum/GeneratedEnumTypeSchemaImpl.ts index 99e35bcbf82..24caf1004bc 100644 --- a/generators/typescript/model/type-schema-generator/src/enum/GeneratedEnumTypeSchemaImpl.ts +++ b/generators/typescript/model/type-schema-generator/src/enum/GeneratedEnumTypeSchemaImpl.ts @@ -24,7 +24,8 @@ export class GeneratedEnumTypeSchemaImpl ts.factory.createLiteralTypeNode(ts.factory.createStringLiteral(value.name.wireValue)) ) ) - ) + ), + isExported: true }); } } diff --git a/generators/typescript/model/type-schema-generator/src/object/GeneratedObjectTypeSchemaImpl.ts b/generators/typescript/model/type-schema-generator/src/object/GeneratedObjectTypeSchemaImpl.ts index 2e5c08fae39..c3c7f157b70 100644 --- a/generators/typescript/model/type-schema-generator/src/object/GeneratedObjectTypeSchemaImpl.ts +++ b/generators/typescript/model/type-schema-generator/src/object/GeneratedObjectTypeSchemaImpl.ts @@ -67,7 +67,8 @@ export class GeneratedObjectTypeSchemaImpl } ] : []) - ] + ], + isExported: true }); } diff --git a/generators/typescript/model/type-schema-generator/src/undiscriminated-union/GeneratedUndiscriminatedUnionTypeSchemaImpl.ts b/generators/typescript/model/type-schema-generator/src/undiscriminated-union/GeneratedUndiscriminatedUnionTypeSchemaImpl.ts index e1bd1cc0e28..c0a214b8521 100644 --- a/generators/typescript/model/type-schema-generator/src/undiscriminated-union/GeneratedUndiscriminatedUnionTypeSchemaImpl.ts +++ b/generators/typescript/model/type-schema-generator/src/undiscriminated-union/GeneratedUndiscriminatedUnionTypeSchemaImpl.ts @@ -24,7 +24,8 @@ export class GeneratedUndiscriminatedUnionTypeSchemaImpl context.typeSchema.getReferenceToRawType(value.type).typeNode) ) - ) + ), + isExported: true }); } } diff --git a/generators/typescript/model/union-generator/src/GeneratedUnionImpl.ts b/generators/typescript/model/union-generator/src/GeneratedUnionImpl.ts index 8f02e7436c2..b01c5f539a2 100644 --- a/generators/typescript/model/union-generator/src/GeneratedUnionImpl.ts +++ b/generators/typescript/model/union-generator/src/GeneratedUnionImpl.ts @@ -367,7 +367,8 @@ export class GeneratedUnionImpl implements Generat name: GeneratedUnionImpl.VISIT_UTIL_PROPERTY_NAME, type: getTextOfTsNode(this.getVisitSignature(context)) } - ] + ], + isExported: true }; } @@ -383,7 +384,8 @@ export class GeneratedUnionImpl implements Generat type: getTextOfTsNode(this.noOptionalProperties ? type.typeNode : type.typeNodeWithoutUndefined), hasQuestionToken: !this.noOptionalProperties && type.isOptional }; - }) + }), + isExported: true }; } @@ -428,7 +430,8 @@ export class GeneratedUnionImpl implements Generat name: singleUnionType.getVisitorKey(), type: getTextOfTsNode(singleUnionType.getVisitMethodSignature(context, this)) }) - ) + ), + isExported: true }; } diff --git a/generators/typescript/model/union-schema-generator/src/AbstractRawSingleUnionType.ts b/generators/typescript/model/union-schema-generator/src/AbstractRawSingleUnionType.ts index 7affb9e4645..b3d6800fcbc 100644 --- a/generators/typescript/model/union-schema-generator/src/AbstractRawSingleUnionType.ts +++ b/generators/typescript/model/union-schema-generator/src/AbstractRawSingleUnionType.ts @@ -33,7 +33,8 @@ export abstract class AbstractRawSingleUnionType implements RawSingleUn type: `"${this.discriminantValue}"` }, ...this.getNonDiscriminantPropertiesForInterface(context) - ] + ], + isExported: true }; } diff --git a/generators/typescript/model/union-schema-generator/src/GeneratedUnionSchema.ts b/generators/typescript/model/union-schema-generator/src/GeneratedUnionSchema.ts index ea45d9dbe71..b9f5714c907 100644 --- a/generators/typescript/model/union-schema-generator/src/GeneratedUnionSchema.ts +++ b/generators/typescript/model/union-schema-generator/src/GeneratedUnionSchema.ts @@ -65,7 +65,8 @@ export class GeneratedUnionSchema extends Abstract ) ) ) - ) + ), + isExported: true }); for (const interfaceStructure of interfaces) { @@ -85,7 +86,8 @@ export class GeneratedUnionSchema extends Abstract type: getTextOfTsNode(type.typeNodeWithoutUndefined), hasQuestionToken: type.isOptional }; - }) + }), + isExported: true }); } } diff --git a/generators/typescript/sdk/CHANGELOG.md b/generators/typescript/sdk/CHANGELOG.md index 99332a9d9c0..3cfe21034ef 100644 --- a/generators/typescript/sdk/CHANGELOG.md +++ b/generators/typescript/sdk/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.45.1] - 2024-12-27 + +- Fix: Export everything inside of TypeScript namespaces that used to be ambient. + + For the `enableInlineTypes` feature, some namespaces were no longer declared (ambient), and types and interfaces inside the namespace would no longer be automatically exported without the `export` keyword. This fix exports everything that's inside these namespaces and also declared namespaces for good measure (in case they are not declared in the future). + ## [0.45.0] - 2024-12-26 - Feat: Update dependencies of the generated TS SDK and Express generator. TypeScript has been updated to 5.7.2 which is a major version upgrade from 4.6.4. diff --git a/generators/typescript/sdk/VERSION b/generators/typescript/sdk/VERSION index bcce5d06b8a..ff12df2fbb0 100644 --- a/generators/typescript/sdk/VERSION +++ b/generators/typescript/sdk/VERSION @@ -1 +1 @@ -0.45.0 +0.45.1 diff --git a/generators/typescript/sdk/client-class-generator/src/GeneratedSdkClientClassImpl.ts b/generators/typescript/sdk/client-class-generator/src/GeneratedSdkClientClassImpl.ts index c7946c0b1b6..21ecb9d72a7 100644 --- a/generators/typescript/sdk/client-class-generator/src/GeneratedSdkClientClassImpl.ts +++ b/generators/typescript/sdk/client-class-generator/src/GeneratedSdkClientClassImpl.ts @@ -997,7 +997,8 @@ export class GeneratedSdkClientClassImpl implements GeneratedSdkClientClass { hasQuestionToken: true, docs: ["Additional headers to include in the request."] } - ] + ], + isExported: true }; const generatedVersion = context.versionContext.getGeneratedVersion(); @@ -1033,7 +1034,8 @@ export class GeneratedSdkClientClassImpl implements GeneratedSdkClientClass { kind: StructureKind.Interface, name: GeneratedSdkClientClassImpl.IDEMPOTENT_REQUEST_OPTIONS_INTERFACE_NAME, extends: [GeneratedSdkClientClassImpl.REQUEST_OPTIONS_INTERFACE_NAME], - properties + properties, + isExported: true }; } @@ -1336,7 +1338,8 @@ export class GeneratedSdkClientClassImpl implements GeneratedSdkClientClass { return { kind: StructureKind.Interface, name: GeneratedSdkClientClassImpl.OPTIONS_INTERFACE_NAME, - properties + properties, + isExported: true }; } diff --git a/generators/typescript/sdk/sdk-endpoint-type-schemas-generator/src/GeneratedEndpointTypeSchemaImpl.ts b/generators/typescript/sdk/sdk-endpoint-type-schemas-generator/src/GeneratedEndpointTypeSchemaImpl.ts index cd550e297d2..62be07e5772 100644 --- a/generators/typescript/sdk/sdk-endpoint-type-schemas-generator/src/GeneratedEndpointTypeSchemaImpl.ts +++ b/generators/typescript/sdk/sdk-endpoint-type-schemas-generator/src/GeneratedEndpointTypeSchemaImpl.ts @@ -22,7 +22,8 @@ export class GeneratedEndpointTypeSchemaImpl extends AbstractGeneratedEndpointTy protected generateRawTypeDeclaration(context: SdkContext, module: ModuleDeclaration): void { module.addTypeAlias({ name: AbstractGeneratedSchema.RAW_TYPE_NAME, - type: getTextOfTsNode(context.typeSchema.getReferenceToRawType(this.type).typeNode) + type: getTextOfTsNode(context.typeSchema.getReferenceToRawType(this.type).typeNode), + isExported: true }); } diff --git a/generators/typescript/sdk/sdk-error-schema-generator/src/GeneratedSdkErrorSchemaImpl.ts b/generators/typescript/sdk/sdk-error-schema-generator/src/GeneratedSdkErrorSchemaImpl.ts index 124e9dd94bb..84f12b5dc74 100644 --- a/generators/typescript/sdk/sdk-error-schema-generator/src/GeneratedSdkErrorSchemaImpl.ts +++ b/generators/typescript/sdk/sdk-error-schema-generator/src/GeneratedSdkErrorSchemaImpl.ts @@ -101,7 +101,8 @@ export class GeneratedSdkErrorSchemaImpl protected generateRawTypeDeclaration(context: SdkContext, module: ModuleDeclaration): void { module.addTypeAlias({ name: AbstractGeneratedSchema.RAW_TYPE_NAME, - type: getTextOfTsNode(context.typeSchema.getReferenceToRawType(this.type).typeNode) + type: getTextOfTsNode(context.typeSchema.getReferenceToRawType(this.type).typeNode), + isExported: true }); } diff --git a/generators/typescript/sdk/sdk-inlined-request-body-schema-generator/src/GeneratedSdkInlinedRequestBodySchemaImpl.ts b/generators/typescript/sdk/sdk-inlined-request-body-schema-generator/src/GeneratedSdkInlinedRequestBodySchemaImpl.ts index 03d10ffda31..0b1fda0f6f8 100644 --- a/generators/typescript/sdk/sdk-inlined-request-body-schema-generator/src/GeneratedSdkInlinedRequestBodySchemaImpl.ts +++ b/generators/typescript/sdk/sdk-inlined-request-body-schema-generator/src/GeneratedSdkInlinedRequestBodySchemaImpl.ts @@ -81,7 +81,8 @@ export class GeneratedSdkInlinedRequestBodySchemaImpl }), extends: this.inlinedRequestBody.extends.map((extension) => getTextOfTsNode(context.typeSchema.getReferenceToRawNamedType(extension).getTypeNode()) - ) + ), + isExported: true }); } diff --git a/seed/ts-express/alias-extends/serialization/service/requests/InlinedChildRequest.ts b/seed/ts-express/alias-extends/serialization/service/requests/InlinedChildRequest.ts index e97f63712bb..b361399aa56 100644 --- a/seed/ts-express/alias-extends/serialization/service/requests/InlinedChildRequest.ts +++ b/seed/ts-express/alias-extends/serialization/service/requests/InlinedChildRequest.ts @@ -16,7 +16,7 @@ export const InlinedChildRequest: core.serialization.Schema< .extend(core.serialization.lazyObject(() => serializers.AliasType)); export declare namespace InlinedChildRequest { - interface Raw extends serializers.AliasType.Raw { + export interface Raw extends serializers.AliasType.Raw { child: string; } } diff --git a/seed/ts-express/alias-extends/serialization/types/AliasType.ts b/seed/ts-express/alias-extends/serialization/types/AliasType.ts index f5a050f683d..1423df2d406 100644 --- a/seed/ts-express/alias-extends/serialization/types/AliasType.ts +++ b/seed/ts-express/alias-extends/serialization/types/AliasType.ts @@ -10,5 +10,5 @@ export const AliasType: core.serialization.ObjectSchema serializers.Parent); export declare namespace AliasType { - type Raw = serializers.Parent.Raw; + export type Raw = serializers.Parent.Raw; } diff --git a/seed/ts-express/alias-extends/serialization/types/Child.ts b/seed/ts-express/alias-extends/serialization/types/Child.ts index 03dd18debf0..8a90dd362b0 100644 --- a/seed/ts-express/alias-extends/serialization/types/Child.ts +++ b/seed/ts-express/alias-extends/serialization/types/Child.ts @@ -13,7 +13,7 @@ export const Child: core.serialization.ObjectSchema serializers.Parent)); export declare namespace Child { - interface Raw extends serializers.Parent.Raw { + export interface Raw extends serializers.Parent.Raw { child: string; } } diff --git a/seed/ts-express/alias-extends/serialization/types/Parent.ts b/seed/ts-express/alias-extends/serialization/types/Parent.ts index c177f55fc47..c64e5d84f07 100644 --- a/seed/ts-express/alias-extends/serialization/types/Parent.ts +++ b/seed/ts-express/alias-extends/serialization/types/Parent.ts @@ -12,7 +12,7 @@ export const Parent: core.serialization.ObjectSchema serializers.Type); export declare namespace Object_ { - type Raw = serializers.Type.Raw; + export type Raw = serializers.Type.Raw; } diff --git a/seed/ts-express/alias/serialization/types/Type.ts b/seed/ts-express/alias/serialization/types/Type.ts index 23b330d6ca0..e8f81841f49 100644 --- a/seed/ts-express/alias/serialization/types/Type.ts +++ b/seed/ts-express/alias/serialization/types/Type.ts @@ -12,7 +12,7 @@ export const Type: core.serialization.ObjectSchema = core.serialization.string(); export declare namespace TypeId { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/any-auth/serialization/resources/auth/service/requests/GetTokenRequest.ts b/seed/ts-express/any-auth/serialization/resources/auth/service/requests/GetTokenRequest.ts index 1c7010987d4..3374e7b7964 100644 --- a/seed/ts-express/any-auth/serialization/resources/auth/service/requests/GetTokenRequest.ts +++ b/seed/ts-express/any-auth/serialization/resources/auth/service/requests/GetTokenRequest.ts @@ -16,7 +16,7 @@ export const GetTokenRequest: core.serialization.Schema serializers.User)); export declare namespace Response { - type Raw = serializers.User.Raw[]; + export type Raw = serializers.User.Raw[]; } diff --git a/seed/ts-express/any-auth/serialization/resources/user/types/User.ts b/seed/ts-express/any-auth/serialization/resources/user/types/User.ts index 1652ef6adda..e0d319c13e0 100644 --- a/seed/ts-express/any-auth/serialization/resources/user/types/User.ts +++ b/seed/ts-express/any-auth/serialization/resources/user/types/User.ts @@ -12,7 +12,7 @@ export const User: core.serialization.ObjectSchema = .extend(core.serialization.lazyObject(() => serializers.RootType)); export declare namespace A { - interface Raw extends serializers.RootType.Raw {} + export interface Raw extends serializers.RootType.Raw {} } diff --git a/seed/ts-express/circular-references-advanced/serialization/resources/ast/types/ContainerValue.ts b/seed/ts-express/circular-references-advanced/serialization/resources/ast/types/ContainerValue.ts index b80b1f78d2f..2e67673db02 100644 --- a/seed/ts-express/circular-references-advanced/serialization/resources/ast/types/ContainerValue.ts +++ b/seed/ts-express/circular-references-advanced/serialization/resources/ast/types/ContainerValue.ts @@ -22,14 +22,14 @@ export const ContainerValue: core.serialization.Schema = .extend(core.serialization.lazyObject(() => serializers.RootType)); export declare namespace A { - interface Raw extends serializers.RootType.Raw {} + export interface Raw extends serializers.RootType.Raw {} } diff --git a/seed/ts-express/circular-references/serialization/resources/ast/types/ContainerValue.ts b/seed/ts-express/circular-references/serialization/resources/ast/types/ContainerValue.ts index b80b1f78d2f..2e67673db02 100644 --- a/seed/ts-express/circular-references/serialization/resources/ast/types/ContainerValue.ts +++ b/seed/ts-express/circular-references/serialization/resources/ast/types/ContainerValue.ts @@ -22,14 +22,14 @@ export const ContainerValue: core.serialization.Schema | string | number | boolean; + export type Raw = serializers.JsonLike.Raw[] | Record | string | number | boolean; } diff --git a/seed/ts-express/circular-references/serialization/resources/ast/types/ObjectValue.ts b/seed/ts-express/circular-references/serialization/resources/ast/types/ObjectValue.ts index d628460bcba..373fbf4b0e1 100644 --- a/seed/ts-express/circular-references/serialization/resources/ast/types/ObjectValue.ts +++ b/seed/ts-express/circular-references/serialization/resources/ast/types/ObjectValue.ts @@ -10,5 +10,5 @@ export const ObjectValue: core.serialization.ObjectSchema = core.serialization.string().optional(); export declare namespace OptionalString { - type Raw = string | null | undefined; + export type Raw = string | null | undefined; } diff --git a/seed/ts-express/custom-auth/serialization/resources/customAuth/service/getWithCustomAuth.ts b/seed/ts-express/custom-auth/serialization/resources/customAuth/service/getWithCustomAuth.ts index a38a617a70a..8f4afba93f5 100644 --- a/seed/ts-express/custom-auth/serialization/resources/customAuth/service/getWithCustomAuth.ts +++ b/seed/ts-express/custom-auth/serialization/resources/customAuth/service/getWithCustomAuth.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema; tags: Set; } diff --git a/seed/ts-express/examples/serialization/resources/commons/resources/types/types/Data.ts b/seed/ts-express/examples/serialization/resources/commons/resources/types/types/Data.ts index 6d25634617a..b48eefe6f75 100644 --- a/seed/ts-express/examples/serialization/resources/commons/resources/types/types/Data.ts +++ b/seed/ts-express/examples/serialization/resources/commons/resources/types/types/Data.ts @@ -22,14 +22,14 @@ export const Data: core.serialization.Schema | null; jsonString?: string | null; diff --git a/seed/ts-express/examples/serialization/resources/commons/resources/types/types/Tag.ts b/seed/ts-express/examples/serialization/resources/commons/resources/types/types/Tag.ts index a24529f9ffc..a1102d00492 100644 --- a/seed/ts-express/examples/serialization/resources/commons/resources/types/types/Tag.ts +++ b/seed/ts-express/examples/serialization/resources/commons/resources/types/types/Tag.ts @@ -10,5 +10,5 @@ export const Tag: core.serialization.Schema serializers.Movie)); export declare namespace ExtendedMovie { - interface Raw extends serializers.Movie.Raw { + export interface Raw extends serializers.Movie.Raw { cast: string[]; } } diff --git a/seed/ts-express/examples/serialization/resources/types/types/File_.ts b/seed/ts-express/examples/serialization/resources/types/types/File_.ts index 064eb81b831..5b29b9f22a3 100644 --- a/seed/ts-express/examples/serialization/resources/types/types/File_.ts +++ b/seed/ts-express/examples/serialization/resources/types/types/File_.ts @@ -13,7 +13,7 @@ export const File_: core.serialization.ObjectSchema; tags: string[]; } diff --git a/seed/ts-express/examples/serialization/resources/types/types/Migration.ts b/seed/ts-express/examples/serialization/resources/types/types/Migration.ts index 87e3dd7716c..26538e5815f 100644 --- a/seed/ts-express/examples/serialization/resources/types/types/Migration.ts +++ b/seed/ts-express/examples/serialization/resources/types/types/Migration.ts @@ -13,7 +13,7 @@ export const Migration: core.serialization.ObjectSchema = core.serialization.string(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/examples/serialization/types/BasicType.ts b/seed/ts-express/examples/serialization/types/BasicType.ts index f2a8bfc47b1..f6edae77ecc 100644 --- a/seed/ts-express/examples/serialization/types/BasicType.ts +++ b/seed/ts-express/examples/serialization/types/BasicType.ts @@ -10,5 +10,5 @@ export const BasicType: core.serialization.Schema = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts index 08096f3a883..273cfa66c2e 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.string()); export declare namespace Request { - type Raw = string[]; + export type Raw = string[]; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.string()); export declare namespace Response { - type Raw = string[]; + export type Raw = string[]; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts index b085308c1f7..e9564b953b0 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts @@ -15,7 +15,7 @@ export const Request: core.serialization.Schema< ); export declare namespace Request { - type Raw = Record; + export type Raw = Record; } export const Response: core.serialization.Schema< @@ -27,5 +27,5 @@ export const Response: core.serialization.Schema< ); export declare namespace Response { - type Raw = Record; + export type Raw = Record; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts index 462fb80e0cd..f430f207d7c 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.record(core.serialization.string(), core.serialization.string()); export declare namespace Request { - type Raw = Record; + export type Raw = Record; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.record(core.serialization.string(), core.serialization.string()); export declare namespace Response { - type Raw = Record; + export type Raw = Record; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts index c912cf685ac..526897f6807 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField).optional(); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; + export type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField).optional(); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; + export type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts index f4a8af76e20..d7866f00e4f 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts index 88523ae1338..4048ec363db 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.set(core.serialization.string()); export declare namespace Request { - type Raw = string[]; + export type Raw = string[]; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.set(core.serialization.string()); export declare namespace Response { - type Raw = string[]; + export type Raw = string[]; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts index 24d30f2d882..914fe1333f9 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.list(core.serialization.lazyObject(() => serializers.types.NestedObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.NestedObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.NestedObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts index 7fa72cf226b..d5da1240f1c 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts index 1896be56a75..85bb3eabbdb 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts @@ -9,12 +9,12 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts index 51f5fb9d8cd..57bdfc8f72a 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.string(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts index 06baa40a707..b019ccc981b 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.boolean(); export declare namespace Response { - type Raw = boolean; + export type Raw = boolean; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts index 85e2f483e45..a22ca8db8e9 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts index 3b34e447f1c..1f51c47cdde 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.date(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.date(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts index 23e73a6f8f3..b0e2976900a 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.number(); export declare namespace Request { - type Raw = number; + export type Raw = number; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts index 2d9c35eacee..3080dcaab54 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts @@ -9,12 +9,12 @@ export const Request: core.serialization.Schema = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts index 65075508215..d470a5447bd 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts index 8e21d2a8e5c..6b3f6bfd40a 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.string(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts index 09ab909c0e1..daf58a605c7 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts index 0fa5d5a16e0..efd456a4323 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts @@ -14,7 +14,7 @@ export const BadObjectRequestInfo: core.serialization.ObjectSchema< }); export declare namespace BadObjectRequestInfo { - interface Raw { + export interface Raw { message: string; } } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts index aa5f48dd824..ef67418433a 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts @@ -19,7 +19,7 @@ export const PostWithObjectBody: core.serialization.Schema< }); export declare namespace PostWithObjectBody { - interface Raw { + export interface Raw { string: string; integer: number; NestedObject: serializers.types.ObjectWithOptionalField.Raw; diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/noAuth/service/postWithNoAuth.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/noAuth/service/postWithNoAuth.ts index 7620221ee5e..8d4035a07d3 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/noAuth/service/postWithNoAuth.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/noAuth/service/postWithNoAuth.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.enum_(["SUNNY", "CLOUDY", "RAINING", "SNOWING"]); export declare namespace WeatherReport { - type Raw = "SUNNY" | "CLOUDY" | "RAINING" | "SNOWING"; + export type Raw = "SUNNY" | "CLOUDY" | "RAINING" | "SNOWING"; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/DoubleOptional.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/DoubleOptional.ts index 6ace5539eed..2ff75dd74ac 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/DoubleOptional.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/DoubleOptional.ts @@ -14,7 +14,7 @@ export const DoubleOptional: core.serialization.ObjectSchema< }); export declare namespace DoubleOptional { - interface Raw { + export interface Raw { optionalAlias?: (serializers.types.OptionalAlias.Raw | undefined) | null; } } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts index baf0cdc72c5..6d7164ccd32 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts @@ -18,7 +18,7 @@ export const NestedObjectWithOptionalField: core.serialization.ObjectSchema< }); export declare namespace NestedObjectWithOptionalField { - interface Raw { + export interface Raw { string?: string | null; NestedObject?: serializers.types.ObjectWithOptionalField.Raw | null; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts index 6d51e9fc3bd..e2dcc265bfc 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts @@ -18,7 +18,7 @@ export const NestedObjectWithRequiredField: core.serialization.ObjectSchema< }); export declare namespace NestedObjectWithRequiredField { - interface Raw { + export interface Raw { string: string; NestedObject: serializers.types.ObjectWithOptionalField.Raw; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts index 5b78a825d87..66b881cb3d5 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts @@ -17,7 +17,7 @@ export const ObjectWithMapOfMap: core.serialization.ObjectSchema< }); export declare namespace ObjectWithMapOfMap { - interface Raw { + export interface Raw { map: Record>; } } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts index ec3ca233d7d..694e5e60cf5 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts @@ -26,7 +26,7 @@ export const ObjectWithOptionalField: core.serialization.ObjectSchema< }); export declare namespace ObjectWithOptionalField { - interface Raw { + export interface Raw { string?: string | null; integer?: number | null; long?: number | null; diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts index 4ffe9dbe6d4..91464b02649 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts @@ -14,7 +14,7 @@ export const ObjectWithRequiredField: core.serialization.ObjectSchema< }); export declare namespace ObjectWithRequiredField { - interface Raw { + export interface Raw { string: string; } } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/OptionalAlias.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/OptionalAlias.ts index de326e0c0ad..7ca2d36e71e 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/OptionalAlias.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/object/types/OptionalAlias.ts @@ -12,5 +12,5 @@ export const OptionalAlias: core.serialization.Schema< > = core.serialization.string().optional(); export declare namespace OptionalAlias { - type Raw = string | null | undefined; + export type Raw = string | null | undefined; } diff --git a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/union/types/Animal.ts b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/union/types/Animal.ts index 1b4c339dc6e..63b8a715b1a 100644 --- a/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/union/types/Animal.ts +++ b/seed/ts-express/exhaustive/allow-extra-fields/serialization/resources/types/resources/union/types/Animal.ts @@ -18,13 +18,13 @@ export const Animal: core.serialization.Schema = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts index 08096f3a883..273cfa66c2e 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.string()); export declare namespace Request { - type Raw = string[]; + export type Raw = string[]; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.string()); export declare namespace Response { - type Raw = string[]; + export type Raw = string[]; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts index b085308c1f7..e9564b953b0 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts @@ -15,7 +15,7 @@ export const Request: core.serialization.Schema< ); export declare namespace Request { - type Raw = Record; + export type Raw = Record; } export const Response: core.serialization.Schema< @@ -27,5 +27,5 @@ export const Response: core.serialization.Schema< ); export declare namespace Response { - type Raw = Record; + export type Raw = Record; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts index 462fb80e0cd..f430f207d7c 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.record(core.serialization.string(), core.serialization.string()); export declare namespace Request { - type Raw = Record; + export type Raw = Record; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.record(core.serialization.string(), core.serialization.string()); export declare namespace Response { - type Raw = Record; + export type Raw = Record; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts index c912cf685ac..526897f6807 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField).optional(); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; + export type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField).optional(); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; + export type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts index f4a8af76e20..d7866f00e4f 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts index 88523ae1338..4048ec363db 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.set(core.serialization.string()); export declare namespace Request { - type Raw = string[]; + export type Raw = string[]; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.set(core.serialization.string()); export declare namespace Response { - type Raw = string[]; + export type Raw = string[]; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts index 24d30f2d882..914fe1333f9 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.list(core.serialization.lazyObject(() => serializers.types.NestedObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.NestedObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.NestedObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts index 7fa72cf226b..d5da1240f1c 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts index 1896be56a75..85bb3eabbdb 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts @@ -9,12 +9,12 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts index 51f5fb9d8cd..57bdfc8f72a 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.string(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts index 06baa40a707..b019ccc981b 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.boolean(); export declare namespace Response { - type Raw = boolean; + export type Raw = boolean; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts index 85e2f483e45..a22ca8db8e9 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts index 3b34e447f1c..1f51c47cdde 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.date(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.date(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts index 23e73a6f8f3..b0e2976900a 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.number(); export declare namespace Request { - type Raw = number; + export type Raw = number; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts index 2d9c35eacee..3080dcaab54 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts @@ -9,12 +9,12 @@ export const Request: core.serialization.Schema = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts index 65075508215..d470a5447bd 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts index 8e21d2a8e5c..6b3f6bfd40a 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.string(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts index 09ab909c0e1..daf58a605c7 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts index 0fa5d5a16e0..efd456a4323 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts @@ -14,7 +14,7 @@ export const BadObjectRequestInfo: core.serialization.ObjectSchema< }); export declare namespace BadObjectRequestInfo { - interface Raw { + export interface Raw { message: string; } } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts index aa5f48dd824..ef67418433a 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts @@ -19,7 +19,7 @@ export const PostWithObjectBody: core.serialization.Schema< }); export declare namespace PostWithObjectBody { - interface Raw { + export interface Raw { string: string; integer: number; NestedObject: serializers.types.ObjectWithOptionalField.Raw; diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/noAuth/service/postWithNoAuth.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/noAuth/service/postWithNoAuth.ts index 7620221ee5e..8d4035a07d3 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/noAuth/service/postWithNoAuth.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/noAuth/service/postWithNoAuth.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.enum_(["SUNNY", "CLOUDY", "RAINING", "SNOWING"]); export declare namespace WeatherReport { - type Raw = "SUNNY" | "CLOUDY" | "RAINING" | "SNOWING"; + export type Raw = "SUNNY" | "CLOUDY" | "RAINING" | "SNOWING"; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/DoubleOptional.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/DoubleOptional.ts index 6ace5539eed..2ff75dd74ac 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/DoubleOptional.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/DoubleOptional.ts @@ -14,7 +14,7 @@ export const DoubleOptional: core.serialization.ObjectSchema< }); export declare namespace DoubleOptional { - interface Raw { + export interface Raw { optionalAlias?: (serializers.types.OptionalAlias.Raw | undefined) | null; } } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts index baf0cdc72c5..6d7164ccd32 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts @@ -18,7 +18,7 @@ export const NestedObjectWithOptionalField: core.serialization.ObjectSchema< }); export declare namespace NestedObjectWithOptionalField { - interface Raw { + export interface Raw { string?: string | null; NestedObject?: serializers.types.ObjectWithOptionalField.Raw | null; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts index 6d51e9fc3bd..e2dcc265bfc 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts @@ -18,7 +18,7 @@ export const NestedObjectWithRequiredField: core.serialization.ObjectSchema< }); export declare namespace NestedObjectWithRequiredField { - interface Raw { + export interface Raw { string: string; NestedObject: serializers.types.ObjectWithOptionalField.Raw; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts index 5b78a825d87..66b881cb3d5 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts @@ -17,7 +17,7 @@ export const ObjectWithMapOfMap: core.serialization.ObjectSchema< }); export declare namespace ObjectWithMapOfMap { - interface Raw { + export interface Raw { map: Record>; } } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts index ec3ca233d7d..694e5e60cf5 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts @@ -26,7 +26,7 @@ export const ObjectWithOptionalField: core.serialization.ObjectSchema< }); export declare namespace ObjectWithOptionalField { - interface Raw { + export interface Raw { string?: string | null; integer?: number | null; long?: number | null; diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts index 4ffe9dbe6d4..91464b02649 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts @@ -14,7 +14,7 @@ export const ObjectWithRequiredField: core.serialization.ObjectSchema< }); export declare namespace ObjectWithRequiredField { - interface Raw { + export interface Raw { string: string; } } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/OptionalAlias.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/OptionalAlias.ts index de326e0c0ad..7ca2d36e71e 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/OptionalAlias.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/object/types/OptionalAlias.ts @@ -12,5 +12,5 @@ export const OptionalAlias: core.serialization.Schema< > = core.serialization.string().optional(); export declare namespace OptionalAlias { - type Raw = string | null | undefined; + export type Raw = string | null | undefined; } diff --git a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/union/types/Animal.ts b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/union/types/Animal.ts index 1b4c339dc6e..63b8a715b1a 100644 --- a/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/union/types/Animal.ts +++ b/seed/ts-express/exhaustive/no-custom-config/serialization/resources/types/resources/union/types/Animal.ts @@ -18,13 +18,13 @@ export const Animal: core.serialization.Schema = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts index 08096f3a883..273cfa66c2e 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.string()); export declare namespace Request { - type Raw = string[]; + export type Raw = string[]; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.string()); export declare namespace Response { - type Raw = string[]; + export type Raw = string[]; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts index b085308c1f7..e9564b953b0 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts @@ -15,7 +15,7 @@ export const Request: core.serialization.Schema< ); export declare namespace Request { - type Raw = Record; + export type Raw = Record; } export const Response: core.serialization.Schema< @@ -27,5 +27,5 @@ export const Response: core.serialization.Schema< ); export declare namespace Response { - type Raw = Record; + export type Raw = Record; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts index 462fb80e0cd..f430f207d7c 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.record(core.serialization.string(), core.serialization.string()); export declare namespace Request { - type Raw = Record; + export type Raw = Record; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.record(core.serialization.string(), core.serialization.string()); export declare namespace Response { - type Raw = Record; + export type Raw = Record; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts index c912cf685ac..526897f6807 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField).optional(); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; + export type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField).optional(); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; + export type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts index f4a8af76e20..d7866f00e4f 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts index 88523ae1338..4048ec363db 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.set(core.serialization.string()); export declare namespace Request { - type Raw = string[]; + export type Raw = string[]; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.set(core.serialization.string()); export declare namespace Response { - type Raw = string[]; + export type Raw = string[]; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts index 24d30f2d882..914fe1333f9 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.list(core.serialization.lazyObject(() => serializers.types.NestedObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.NestedObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.NestedObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts index 7fa72cf226b..d5da1240f1c 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts index 1896be56a75..85bb3eabbdb 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts @@ -9,12 +9,12 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts index 51f5fb9d8cd..57bdfc8f72a 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.string(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts index 06baa40a707..b019ccc981b 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.boolean(); export declare namespace Response { - type Raw = boolean; + export type Raw = boolean; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts index 85e2f483e45..a22ca8db8e9 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts index 3b34e447f1c..1f51c47cdde 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.date(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.date(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts index 23e73a6f8f3..b0e2976900a 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.number(); export declare namespace Request { - type Raw = number; + export type Raw = number; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts index 2d9c35eacee..3080dcaab54 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts @@ -9,12 +9,12 @@ export const Request: core.serialization.Schema = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts index 65075508215..d470a5447bd 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts index 8e21d2a8e5c..6b3f6bfd40a 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.string(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts index 09ab909c0e1..daf58a605c7 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts index 1b1dd5a9589..eed14108aaf 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts @@ -14,7 +14,7 @@ export const BadObjectRequestInfo: core.serialization.ObjectSchema< }); export declare namespace BadObjectRequestInfo { - interface Raw { + export interface Raw { message: string; } } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts index aa5f48dd824..ef67418433a 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts @@ -19,7 +19,7 @@ export const PostWithObjectBody: core.serialization.Schema< }); export declare namespace PostWithObjectBody { - interface Raw { + export interface Raw { string: string; integer: number; NestedObject: serializers.types.ObjectWithOptionalField.Raw; diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/noAuth/service/postWithNoAuth.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/noAuth/service/postWithNoAuth.ts index 7620221ee5e..8d4035a07d3 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/noAuth/service/postWithNoAuth.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/noAuth/service/postWithNoAuth.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.enum_(["SUNNY", "CLOUDY", "RAINING", "SNOWING"]); export declare namespace WeatherReport { - type Raw = "SUNNY" | "CLOUDY" | "RAINING" | "SNOWING"; + export type Raw = "SUNNY" | "CLOUDY" | "RAINING" | "SNOWING"; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/DoubleOptional.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/DoubleOptional.ts index 8c1aef0fb44..3e3b56fd521 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/DoubleOptional.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/DoubleOptional.ts @@ -14,7 +14,7 @@ export const DoubleOptional: core.serialization.ObjectSchema< }); export declare namespace DoubleOptional { - interface Raw { + export interface Raw { optionalAlias?: (serializers.types.OptionalAlias.Raw | undefined) | null; } } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts index 1fae63deed2..149d278c209 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts @@ -18,7 +18,7 @@ export const NestedObjectWithOptionalField: core.serialization.ObjectSchema< }); export declare namespace NestedObjectWithOptionalField { - interface Raw { + export interface Raw { string?: string | null; NestedObject?: serializers.types.ObjectWithOptionalField.Raw | null; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts index 3114a6d85ee..87354603337 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts @@ -18,7 +18,7 @@ export const NestedObjectWithRequiredField: core.serialization.ObjectSchema< }); export declare namespace NestedObjectWithRequiredField { - interface Raw { + export interface Raw { string: string; NestedObject: serializers.types.ObjectWithOptionalField.Raw; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts index b851431201e..b0b98ff0a35 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts @@ -17,7 +17,7 @@ export const ObjectWithMapOfMap: core.serialization.ObjectSchema< }); export declare namespace ObjectWithMapOfMap { - interface Raw { + export interface Raw { map: Record>; } } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts index 8e25077e65b..5038ffaa8fe 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts @@ -26,7 +26,7 @@ export const ObjectWithOptionalField: core.serialization.ObjectSchema< }); export declare namespace ObjectWithOptionalField { - interface Raw { + export interface Raw { string?: string | null; integer?: number | null; long?: number | null; diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts index ff91bb71ca9..a40280084f7 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts @@ -14,7 +14,7 @@ export const ObjectWithRequiredField: core.serialization.ObjectSchema< }); export declare namespace ObjectWithRequiredField { - interface Raw { + export interface Raw { string: string; } } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/OptionalAlias.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/OptionalAlias.ts index de326e0c0ad..7ca2d36e71e 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/OptionalAlias.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/object/types/OptionalAlias.ts @@ -12,5 +12,5 @@ export const OptionalAlias: core.serialization.Schema< > = core.serialization.string().optional(); export declare namespace OptionalAlias { - type Raw = string | null | undefined; + export type Raw = string | null | undefined; } diff --git a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/union/types/Animal.ts b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/union/types/Animal.ts index 1b4c339dc6e..63b8a715b1a 100644 --- a/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/union/types/Animal.ts +++ b/seed/ts-express/exhaustive/no-optional-properties/serialization/resources/types/resources/union/types/Animal.ts @@ -18,13 +18,13 @@ export const Animal: core.serialization.Schema = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts index 08096f3a883..273cfa66c2e 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.string()); export declare namespace Request { - type Raw = string[]; + export type Raw = string[]; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.string()); export declare namespace Response { - type Raw = string[]; + export type Raw = string[]; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts index b085308c1f7..e9564b953b0 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts @@ -15,7 +15,7 @@ export const Request: core.serialization.Schema< ); export declare namespace Request { - type Raw = Record; + export type Raw = Record; } export const Response: core.serialization.Schema< @@ -27,5 +27,5 @@ export const Response: core.serialization.Schema< ); export declare namespace Response { - type Raw = Record; + export type Raw = Record; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts index 462fb80e0cd..f430f207d7c 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.record(core.serialization.string(), core.serialization.string()); export declare namespace Request { - type Raw = Record; + export type Raw = Record; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.record(core.serialization.string(), core.serialization.string()); export declare namespace Response { - type Raw = Record; + export type Raw = Record; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts index c912cf685ac..526897f6807 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField).optional(); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; + export type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField).optional(); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; + export type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts index f4a8af76e20..d7866f00e4f 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts index 88523ae1338..4048ec363db 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.set(core.serialization.string()); export declare namespace Request { - type Raw = string[]; + export type Raw = string[]; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.set(core.serialization.string()); export declare namespace Response { - type Raw = string[]; + export type Raw = string[]; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts index 24d30f2d882..914fe1333f9 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.list(core.serialization.lazyObject(() => serializers.types.NestedObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.NestedObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.NestedObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts index 7fa72cf226b..d5da1240f1c 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts index 1896be56a75..85bb3eabbdb 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts @@ -9,12 +9,12 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts index 51f5fb9d8cd..57bdfc8f72a 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.string(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts index 06baa40a707..b019ccc981b 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.boolean(); export declare namespace Response { - type Raw = boolean; + export type Raw = boolean; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts index 85e2f483e45..a22ca8db8e9 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts index 3b34e447f1c..1f51c47cdde 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.date(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.date(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts index 23e73a6f8f3..b0e2976900a 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.number(); export declare namespace Request { - type Raw = number; + export type Raw = number; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts index 2d9c35eacee..3080dcaab54 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts @@ -9,12 +9,12 @@ export const Request: core.serialization.Schema = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts index 65075508215..d470a5447bd 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts index 8e21d2a8e5c..6b3f6bfd40a 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.string(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts index 09ab909c0e1..daf58a605c7 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts index 0fa5d5a16e0..efd456a4323 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts @@ -14,7 +14,7 @@ export const BadObjectRequestInfo: core.serialization.ObjectSchema< }); export declare namespace BadObjectRequestInfo { - interface Raw { + export interface Raw { message: string; } } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts index a9928e10834..de53f630665 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts @@ -16,7 +16,7 @@ export const PostWithObjectBody: core.serialization.Schema< }); export declare namespace PostWithObjectBody { - interface Raw { + export interface Raw { string: string; integer: number; NestedObject: serializers.types.ObjectWithOptionalField.Raw; diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/noAuth/service/postWithNoAuth.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/noAuth/service/postWithNoAuth.ts index 7620221ee5e..8d4035a07d3 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/noAuth/service/postWithNoAuth.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/noAuth/service/postWithNoAuth.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.enum_(["SUNNY", "CLOUDY", "RAINING", "SNOWING"]); export declare namespace WeatherReport { - type Raw = "SUNNY" | "CLOUDY" | "RAINING" | "SNOWING"; + export type Raw = "SUNNY" | "CLOUDY" | "RAINING" | "SNOWING"; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/DoubleOptional.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/DoubleOptional.ts index 6ace5539eed..2ff75dd74ac 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/DoubleOptional.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/DoubleOptional.ts @@ -14,7 +14,7 @@ export const DoubleOptional: core.serialization.ObjectSchema< }); export declare namespace DoubleOptional { - interface Raw { + export interface Raw { optionalAlias?: (serializers.types.OptionalAlias.Raw | undefined) | null; } } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts index 155be5ab041..403c90b7a28 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts @@ -15,7 +15,7 @@ export const NestedObjectWithOptionalField: core.serialization.ObjectSchema< }); export declare namespace NestedObjectWithOptionalField { - interface Raw { + export interface Raw { string?: string | null; NestedObject?: serializers.types.ObjectWithOptionalField.Raw | null; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts index e14c31f7385..66280d7631c 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts @@ -15,7 +15,7 @@ export const NestedObjectWithRequiredField: core.serialization.ObjectSchema< }); export declare namespace NestedObjectWithRequiredField { - interface Raw { + export interface Raw { string: string; NestedObject: serializers.types.ObjectWithOptionalField.Raw; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts index 5b78a825d87..66b881cb3d5 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts @@ -17,7 +17,7 @@ export const ObjectWithMapOfMap: core.serialization.ObjectSchema< }); export declare namespace ObjectWithMapOfMap { - interface Raw { + export interface Raw { map: Record>; } } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts index ec3ca233d7d..694e5e60cf5 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts @@ -26,7 +26,7 @@ export const ObjectWithOptionalField: core.serialization.ObjectSchema< }); export declare namespace ObjectWithOptionalField { - interface Raw { + export interface Raw { string?: string | null; integer?: number | null; long?: number | null; diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts index 4ffe9dbe6d4..91464b02649 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts @@ -14,7 +14,7 @@ export const ObjectWithRequiredField: core.serialization.ObjectSchema< }); export declare namespace ObjectWithRequiredField { - interface Raw { + export interface Raw { string: string; } } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/OptionalAlias.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/OptionalAlias.ts index de326e0c0ad..7ca2d36e71e 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/OptionalAlias.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/object/types/OptionalAlias.ts @@ -12,5 +12,5 @@ export const OptionalAlias: core.serialization.Schema< > = core.serialization.string().optional(); export declare namespace OptionalAlias { - type Raw = string | null | undefined; + export type Raw = string | null | undefined; } diff --git a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/union/types/Animal.ts b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/union/types/Animal.ts index 1b4c339dc6e..63b8a715b1a 100644 --- a/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/union/types/Animal.ts +++ b/seed/ts-express/exhaustive/retain-original-casing/serialization/resources/types/resources/union/types/Animal.ts @@ -18,13 +18,13 @@ export const Animal: core.serialization.Schema { + export interface Visitor { sunny: () => R; cloudy: () => R; raining: () => R; diff --git a/seed/ts-express/exhaustive/union-utils/api/resources/types/resources/union/types/Animal.ts b/seed/ts-express/exhaustive/union-utils/api/resources/types/resources/union/types/Animal.ts index a17e3662ac9..2322939b391 100644 --- a/seed/ts-express/exhaustive/union-utils/api/resources/types/resources/union/types/Animal.ts +++ b/seed/ts-express/exhaustive/union-utils/api/resources/types/resources/union/types/Animal.ts @@ -22,11 +22,11 @@ export namespace Animal { animal: void; } - interface _Utils { + export interface _Utils { _visit: <_Result>(visitor: SeedExhaustive.types.Animal._Visitor<_Result>) => _Result; } - interface _Visitor<_Result> { + export interface _Visitor<_Result> { dog: (value: SeedExhaustive.types.Dog) => _Result; cat: (value: SeedExhaustive.types.Cat) => _Result; _other: (value: { animal: string }) => _Result; diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnListOfObjects.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnListOfObjects.ts index 70cbcad151d..b2e2d61e202 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnListOfObjects.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnListOfObjects.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts index 08096f3a883..273cfa66c2e 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnListOfPrimitives.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.string()); export declare namespace Request { - type Raw = string[]; + export type Raw = string[]; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.string()); export declare namespace Response { - type Raw = string[]; + export type Raw = string[]; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts index b085308c1f7..e9564b953b0 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnMapOfPrimToObject.ts @@ -15,7 +15,7 @@ export const Request: core.serialization.Schema< ); export declare namespace Request { - type Raw = Record; + export type Raw = Record; } export const Response: core.serialization.Schema< @@ -27,5 +27,5 @@ export const Response: core.serialization.Schema< ); export declare namespace Response { - type Raw = Record; + export type Raw = Record; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts index 462fb80e0cd..f430f207d7c 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnMapPrimToPrim.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.record(core.serialization.string(), core.serialization.string()); export declare namespace Request { - type Raw = Record; + export type Raw = Record; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.record(core.serialization.string(), core.serialization.string()); export declare namespace Response { - type Raw = Record; + export type Raw = Record; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts index c912cf685ac..526897f6807 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnOptional.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField).optional(); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; + export type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField).optional(); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; + export type Raw = serializers.types.ObjectWithRequiredField.Raw | null | undefined; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts index f4a8af76e20..d7866f00e4f 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfObjects.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.types.ObjectWithRequiredField)); export declare namespace Response { - type Raw = serializers.types.ObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.ObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts index 88523ae1338..4048ec363db 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/container/service/getAndReturnSetOfPrimitives.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.set(core.serialization.string()); export declare namespace Request { - type Raw = string[]; + export type Raw = string[]; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.set(core.serialization.string()); export declare namespace Response { - type Raw = string[]; + export type Raw = string[]; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts index 24d30f2d882..914fe1333f9 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/httpMethods/service/testDelete.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.list(core.serialization.lazyObject(() => serializers.types.NestedObjectWithRequiredField)); export declare namespace Request { - type Raw = serializers.types.NestedObjectWithRequiredField.Raw[]; + export type Raw = serializers.types.NestedObjectWithRequiredField.Raw[]; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts index 7fa72cf226b..d5da1240f1c 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/params/service/getWithInlinePath.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts index 1896be56a75..85bb3eabbdb 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/params/service/modifyWithPath.ts @@ -9,12 +9,12 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts index 51f5fb9d8cd..57bdfc8f72a 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnBase64.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.string(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts index 06baa40a707..b019ccc981b 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnBool.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.boolean(); export declare namespace Response { - type Raw = boolean; + export type Raw = boolean; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts index 85e2f483e45..a22ca8db8e9 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDate.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts index 3b34e447f1c..1f51c47cdde 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDatetime.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.date(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.date(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts index 23e73a6f8f3..b0e2976900a 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnDouble.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.number(); export declare namespace Request { - type Raw = number; + export type Raw = number; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts index 2d9c35eacee..3080dcaab54 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnInt.ts @@ -9,12 +9,12 @@ export const Request: core.serialization.Schema = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts index 65075508215..d470a5447bd 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnLong.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.number(); export declare namespace Response { - type Raw = number; + export type Raw = number; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts index 8e21d2a8e5c..6b3f6bfd40a 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnString.ts @@ -11,7 +11,7 @@ export const Request: core.serialization.Schema< > = core.serialization.string(); export declare namespace Request { - type Raw = string; + export type Raw = string; } export const Response: core.serialization.Schema< @@ -20,5 +20,5 @@ export const Response: core.serialization.Schema< > = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts index 09ab909c0e1..daf58a605c7 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/endpoints/resources/primitive/service/getAndReturnUuid.ts @@ -9,7 +9,7 @@ export const Request: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts index 0fa5d5a16e0..efd456a4323 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/generalErrors/types/BadObjectRequestInfo.ts @@ -14,7 +14,7 @@ export const BadObjectRequestInfo: core.serialization.ObjectSchema< }); export declare namespace BadObjectRequestInfo { - interface Raw { + export interface Raw { message: string; } } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts index aa5f48dd824..ef67418433a 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/inlinedRequests/service/requests/PostWithObjectBody.ts @@ -19,7 +19,7 @@ export const PostWithObjectBody: core.serialization.Schema< }); export declare namespace PostWithObjectBody { - interface Raw { + export interface Raw { string: string; integer: number; NestedObject: serializers.types.ObjectWithOptionalField.Raw; diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/noAuth/service/postWithNoAuth.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/noAuth/service/postWithNoAuth.ts index 7620221ee5e..8d4035a07d3 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/noAuth/service/postWithNoAuth.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/noAuth/service/postWithNoAuth.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.enum_(["SUNNY", "CLOUDY", "RAINING", "SNOWING"]); export declare namespace WeatherReport { - type Raw = "SUNNY" | "CLOUDY" | "RAINING" | "SNOWING"; + export type Raw = "SUNNY" | "CLOUDY" | "RAINING" | "SNOWING"; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/DoubleOptional.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/DoubleOptional.ts index 6ace5539eed..2ff75dd74ac 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/DoubleOptional.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/DoubleOptional.ts @@ -14,7 +14,7 @@ export const DoubleOptional: core.serialization.ObjectSchema< }); export declare namespace DoubleOptional { - interface Raw { + export interface Raw { optionalAlias?: (serializers.types.OptionalAlias.Raw | undefined) | null; } } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts index baf0cdc72c5..6d7164ccd32 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/NestedObjectWithOptionalField.ts @@ -18,7 +18,7 @@ export const NestedObjectWithOptionalField: core.serialization.ObjectSchema< }); export declare namespace NestedObjectWithOptionalField { - interface Raw { + export interface Raw { string?: string | null; NestedObject?: serializers.types.ObjectWithOptionalField.Raw | null; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts index 6d51e9fc3bd..e2dcc265bfc 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/NestedObjectWithRequiredField.ts @@ -18,7 +18,7 @@ export const NestedObjectWithRequiredField: core.serialization.ObjectSchema< }); export declare namespace NestedObjectWithRequiredField { - interface Raw { + export interface Raw { string: string; NestedObject: serializers.types.ObjectWithOptionalField.Raw; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts index 5b78a825d87..66b881cb3d5 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithMapOfMap.ts @@ -17,7 +17,7 @@ export const ObjectWithMapOfMap: core.serialization.ObjectSchema< }); export declare namespace ObjectWithMapOfMap { - interface Raw { + export interface Raw { map: Record>; } } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts index ec3ca233d7d..694e5e60cf5 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithOptionalField.ts @@ -26,7 +26,7 @@ export const ObjectWithOptionalField: core.serialization.ObjectSchema< }); export declare namespace ObjectWithOptionalField { - interface Raw { + export interface Raw { string?: string | null; integer?: number | null; long?: number | null; diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts index 4ffe9dbe6d4..91464b02649 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/ObjectWithRequiredField.ts @@ -14,7 +14,7 @@ export const ObjectWithRequiredField: core.serialization.ObjectSchema< }); export declare namespace ObjectWithRequiredField { - interface Raw { + export interface Raw { string: string; } } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/OptionalAlias.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/OptionalAlias.ts index de326e0c0ad..7ca2d36e71e 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/OptionalAlias.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/object/types/OptionalAlias.ts @@ -12,5 +12,5 @@ export const OptionalAlias: core.serialization.Schema< > = core.serialization.string().optional(); export declare namespace OptionalAlias { - type Raw = string | null | undefined; + export type Raw = string | null | undefined; } diff --git a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/union/types/Animal.ts b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/union/types/Animal.ts index 30907e14cdf..2c899e3a7dc 100644 --- a/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/union/types/Animal.ts +++ b/seed/ts-express/exhaustive/union-utils/serialization/resources/types/resources/union/types/Animal.ts @@ -27,13 +27,13 @@ export const Animal: core.serialization.Schema serializers.ExampleType)); export declare namespace Inlined { - interface Raw extends serializers.ExampleType.Raw { + export interface Raw extends serializers.ExampleType.Raw { unique: string; } } diff --git a/seed/ts-express/extends/serialization/types/Docs.ts b/seed/ts-express/extends/serialization/types/Docs.ts index 93278fc3647..efca251227a 100644 --- a/seed/ts-express/extends/serialization/types/Docs.ts +++ b/seed/ts-express/extends/serialization/types/Docs.ts @@ -11,7 +11,7 @@ export const Docs: core.serialization.ObjectSchema serializers.Docs)); export declare namespace ExampleType { - interface Raw extends serializers.Docs.Raw { + export interface Raw extends serializers.Docs.Raw { name: string; } } diff --git a/seed/ts-express/extends/serialization/types/Json.ts b/seed/ts-express/extends/serialization/types/Json.ts index f9ba0faca83..e2db969faca 100644 --- a/seed/ts-express/extends/serialization/types/Json.ts +++ b/seed/ts-express/extends/serialization/types/Json.ts @@ -13,7 +13,7 @@ export const Json: core.serialization.ObjectSchema serializers.Docs)); export declare namespace Json { - interface Raw extends serializers.Docs.Raw { + export interface Raw extends serializers.Docs.Raw { raw: string; } } diff --git a/seed/ts-express/extends/serialization/types/NestedType.ts b/seed/ts-express/extends/serialization/types/NestedType.ts index e212025f818..63691daae82 100644 --- a/seed/ts-express/extends/serialization/types/NestedType.ts +++ b/seed/ts-express/extends/serialization/types/NestedType.ts @@ -14,7 +14,7 @@ export const NestedType: core.serialization.ObjectSchema serializers.Json)); export declare namespace NestedType { - interface Raw extends serializers.Json.Raw { + export interface Raw extends serializers.Json.Raw { name: string; } } diff --git a/seed/ts-express/extra-properties/serialization/resources/user/service/requests/CreateUserRequest.ts b/seed/ts-express/extra-properties/serialization/resources/user/service/requests/CreateUserRequest.ts index cdfa66c379b..d3396c01863 100644 --- a/seed/ts-express/extra-properties/serialization/resources/user/service/requests/CreateUserRequest.ts +++ b/seed/ts-express/extra-properties/serialization/resources/user/service/requests/CreateUserRequest.ts @@ -16,7 +16,7 @@ export const CreateUserRequest: core.serialization.Schema< }); export declare namespace CreateUserRequest { - interface Raw { + export interface Raw { _type: "CreateUserRequest"; _version: "v1"; name: string; diff --git a/seed/ts-express/extra-properties/serialization/resources/user/types/User.ts b/seed/ts-express/extra-properties/serialization/resources/user/types/User.ts index baf55e1fd2c..6a84f8684d2 100644 --- a/seed/ts-express/extra-properties/serialization/resources/user/types/User.ts +++ b/seed/ts-express/extra-properties/serialization/resources/user/types/User.ts @@ -13,7 +13,7 @@ export const User: core.serialization.ObjectSchema = core.serialization.string(); export declare namespace Foo { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/folders/serialization/resources/folder/resources/service/errors/NotFoundError.ts b/seed/ts-express/folders/serialization/resources/folder/resources/service/errors/NotFoundError.ts index 36e52a65b21..a554a1fd279 100644 --- a/seed/ts-express/folders/serialization/resources/folder/resources/service/errors/NotFoundError.ts +++ b/seed/ts-express/folders/serialization/resources/folder/resources/service/errors/NotFoundError.ts @@ -9,5 +9,5 @@ export const NotFoundError: core.serialization.Schema = core.serialization.string(); export declare namespace MovieId { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/imdb/skip-request-validation/serialization/resources/imdb/types/CreateMovieRequest.ts b/seed/ts-express/imdb/skip-request-validation/serialization/resources/imdb/types/CreateMovieRequest.ts index 4c2ced2c092..671da2b75be 100644 --- a/seed/ts-express/imdb/skip-request-validation/serialization/resources/imdb/types/CreateMovieRequest.ts +++ b/seed/ts-express/imdb/skip-request-validation/serialization/resources/imdb/types/CreateMovieRequest.ts @@ -15,7 +15,7 @@ export const CreateMovieRequest: core.serialization.ObjectSchema< }); export declare namespace CreateMovieRequest { - interface Raw { + export interface Raw { title: string; rating: number; } diff --git a/seed/ts-express/imdb/skip-request-validation/serialization/resources/imdb/types/Movie.ts b/seed/ts-express/imdb/skip-request-validation/serialization/resources/imdb/types/Movie.ts index cca7f62460d..527cd55d0a9 100644 --- a/seed/ts-express/imdb/skip-request-validation/serialization/resources/imdb/types/Movie.ts +++ b/seed/ts-express/imdb/skip-request-validation/serialization/resources/imdb/types/Movie.ts @@ -13,7 +13,7 @@ export const Movie: core.serialization.ObjectSchema = core.serialization.string(); export declare namespace MovieId { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/imdb/skip-response-validation/serialization/resources/imdb/types/CreateMovieRequest.ts b/seed/ts-express/imdb/skip-response-validation/serialization/resources/imdb/types/CreateMovieRequest.ts index 4c2ced2c092..671da2b75be 100644 --- a/seed/ts-express/imdb/skip-response-validation/serialization/resources/imdb/types/CreateMovieRequest.ts +++ b/seed/ts-express/imdb/skip-response-validation/serialization/resources/imdb/types/CreateMovieRequest.ts @@ -15,7 +15,7 @@ export const CreateMovieRequest: core.serialization.ObjectSchema< }); export declare namespace CreateMovieRequest { - interface Raw { + export interface Raw { title: string; rating: number; } diff --git a/seed/ts-express/imdb/skip-response-validation/serialization/resources/imdb/types/Movie.ts b/seed/ts-express/imdb/skip-response-validation/serialization/resources/imdb/types/Movie.ts index cca7f62460d..527cd55d0a9 100644 --- a/seed/ts-express/imdb/skip-response-validation/serialization/resources/imdb/types/Movie.ts +++ b/seed/ts-express/imdb/skip-response-validation/serialization/resources/imdb/types/Movie.ts @@ -13,7 +13,7 @@ export const Movie: core.serialization.ObjectSchema = core.serialization.string(); export declare namespace MovieId { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/imdb/validation-status-code/serialization/resources/imdb/types/CreateMovieRequest.ts b/seed/ts-express/imdb/validation-status-code/serialization/resources/imdb/types/CreateMovieRequest.ts index 4c2ced2c092..671da2b75be 100644 --- a/seed/ts-express/imdb/validation-status-code/serialization/resources/imdb/types/CreateMovieRequest.ts +++ b/seed/ts-express/imdb/validation-status-code/serialization/resources/imdb/types/CreateMovieRequest.ts @@ -15,7 +15,7 @@ export const CreateMovieRequest: core.serialization.ObjectSchema< }); export declare namespace CreateMovieRequest { - interface Raw { + export interface Raw { title: string; rating: number; } diff --git a/seed/ts-express/imdb/validation-status-code/serialization/resources/imdb/types/Movie.ts b/seed/ts-express/imdb/validation-status-code/serialization/resources/imdb/types/Movie.ts index cca7f62460d..527cd55d0a9 100644 --- a/seed/ts-express/imdb/validation-status-code/serialization/resources/imdb/types/Movie.ts +++ b/seed/ts-express/imdb/validation-status-code/serialization/resources/imdb/types/Movie.ts @@ -13,7 +13,7 @@ export const Movie: core.serialization.ObjectSchema = core.serialization.string(); export declare namespace MovieId { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/license/serialization/types/Type.ts b/seed/ts-express/license/serialization/types/Type.ts index dcea84426af..2f7ea37dd3d 100644 --- a/seed/ts-express/license/serialization/types/Type.ts +++ b/seed/ts-express/license/serialization/types/Type.ts @@ -11,7 +11,7 @@ export const Type: core.serialization.ObjectSchema = core.serialization.stringLiteral("You're super wise"); export declare namespace SomeAliasedLiteral { - type Raw = "You're super wise"; + export type Raw = "You're super wise"; } diff --git a/seed/ts-express/literal/serialization/resources/reference/types/ContainerObject.ts b/seed/ts-express/literal/serialization/resources/reference/types/ContainerObject.ts index 840df155179..7e63d4a3a3d 100644 --- a/seed/ts-express/literal/serialization/resources/reference/types/ContainerObject.ts +++ b/seed/ts-express/literal/serialization/resources/reference/types/ContainerObject.ts @@ -14,7 +14,7 @@ export const ContainerObject: core.serialization.ObjectSchema< }); export declare namespace ContainerObject { - interface Raw { + export interface Raw { nestedObjects: serializers.NestedObjectWithLiterals.Raw[]; } } diff --git a/seed/ts-express/literal/serialization/resources/reference/types/NestedObjectWithLiterals.ts b/seed/ts-express/literal/serialization/resources/reference/types/NestedObjectWithLiterals.ts index 842ef5a2af5..ca58ea04d5f 100644 --- a/seed/ts-express/literal/serialization/resources/reference/types/NestedObjectWithLiterals.ts +++ b/seed/ts-express/literal/serialization/resources/reference/types/NestedObjectWithLiterals.ts @@ -16,7 +16,7 @@ export const NestedObjectWithLiterals: core.serialization.ObjectSchema< }); export declare namespace NestedObjectWithLiterals { - interface Raw { + export interface Raw { literal1: "literal1"; literal2: "literal2"; strProp: string; diff --git a/seed/ts-express/literal/serialization/resources/reference/types/SendRequest.ts b/seed/ts-express/literal/serialization/resources/reference/types/SendRequest.ts index 7ad3a318344..139bf10924b 100644 --- a/seed/ts-express/literal/serialization/resources/reference/types/SendRequest.ts +++ b/seed/ts-express/literal/serialization/resources/reference/types/SendRequest.ts @@ -17,7 +17,7 @@ export const SendRequest: core.serialization.ObjectSchema = core.serialization.list(core.serialization.lazy(() => serializers.Resource)); export declare namespace Response { - type Raw = serializers.Resource.Raw[]; + export type Raw = serializers.Resource.Raw[]; } diff --git a/seed/ts-express/mixed-case/no-custom-config/serialization/resources/service/types/NestedUser.ts b/seed/ts-express/mixed-case/no-custom-config/serialization/resources/service/types/NestedUser.ts index 314d22cabb7..e544b32c3ae 100644 --- a/seed/ts-express/mixed-case/no-custom-config/serialization/resources/service/types/NestedUser.ts +++ b/seed/ts-express/mixed-case/no-custom-config/serialization/resources/service/types/NestedUser.ts @@ -16,7 +16,7 @@ export const NestedUser: core.serialization.ObjectSchema; diff --git a/seed/ts-express/mixed-case/retain-original-casing/api/resources/service/types/Resource.ts b/seed/ts-express/mixed-case/retain-original-casing/api/resources/service/types/Resource.ts index ef2a74911b0..070ba7be676 100644 --- a/seed/ts-express/mixed-case/retain-original-casing/api/resources/service/types/Resource.ts +++ b/seed/ts-express/mixed-case/retain-original-casing/api/resources/service/types/Resource.ts @@ -27,7 +27,7 @@ export namespace Resource { resourceType: "Organization"; } - interface _Base { + export interface _Base { status: SeedMixedCase.ResourceStatus; } } diff --git a/seed/ts-express/mixed-case/retain-original-casing/serialization/resources/service/service/listResources.ts b/seed/ts-express/mixed-case/retain-original-casing/serialization/resources/service/service/listResources.ts index 1fe4ec567a2..d6316533834 100644 --- a/seed/ts-express/mixed-case/retain-original-casing/serialization/resources/service/service/listResources.ts +++ b/seed/ts-express/mixed-case/retain-original-casing/serialization/resources/service/service/listResources.ts @@ -12,5 +12,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazy(() => serializers.Resource)); export declare namespace Response { - type Raw = serializers.Resource.Raw[]; + export type Raw = serializers.Resource.Raw[]; } diff --git a/seed/ts-express/mixed-case/retain-original-casing/serialization/resources/service/types/NestedUser.ts b/seed/ts-express/mixed-case/retain-original-casing/serialization/resources/service/types/NestedUser.ts index 1427f231e07..516caeebc83 100644 --- a/seed/ts-express/mixed-case/retain-original-casing/serialization/resources/service/types/NestedUser.ts +++ b/seed/ts-express/mixed-case/retain-original-casing/serialization/resources/service/types/NestedUser.ts @@ -13,7 +13,7 @@ export const NestedUser: core.serialization.ObjectSchema; diff --git a/seed/ts-express/mixed-file-directory/serialization/resources/organization/types/CreateOrganizationRequest.ts b/seed/ts-express/mixed-file-directory/serialization/resources/organization/types/CreateOrganizationRequest.ts index 7dd01a9fbf2..ec92653d0ad 100644 --- a/seed/ts-express/mixed-file-directory/serialization/resources/organization/types/CreateOrganizationRequest.ts +++ b/seed/ts-express/mixed-file-directory/serialization/resources/organization/types/CreateOrganizationRequest.ts @@ -14,7 +14,7 @@ export const CreateOrganizationRequest: core.serialization.ObjectSchema< }); export declare namespace CreateOrganizationRequest { - interface Raw { + export interface Raw { name: string; } } diff --git a/seed/ts-express/mixed-file-directory/serialization/resources/organization/types/Organization.ts b/seed/ts-express/mixed-file-directory/serialization/resources/organization/types/Organization.ts index 88e5b965186..16c92f7085a 100644 --- a/seed/ts-express/mixed-file-directory/serialization/resources/organization/types/Organization.ts +++ b/seed/ts-express/mixed-file-directory/serialization/resources/organization/types/Organization.ts @@ -16,7 +16,7 @@ export const Organization: core.serialization.ObjectSchema< }); export declare namespace Organization { - interface Raw { + export interface Raw { id: serializers.Id.Raw; name: string; users: serializers.User.Raw[]; diff --git a/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/resources/metadata/types/Metadata.ts b/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/resources/metadata/types/Metadata.ts index f44c8002a59..a0f28de73a0 100644 --- a/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/resources/metadata/types/Metadata.ts +++ b/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/resources/metadata/types/Metadata.ts @@ -15,7 +15,7 @@ export const Metadata: core.serialization.ObjectSchema< }); export declare namespace Metadata { - interface Raw { + export interface Raw { id: serializers.Id.Raw; value?: unknown; } diff --git a/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/service/listEvents.ts b/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/service/listEvents.ts index 3e63d7781ef..42005174fe8 100644 --- a/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/service/listEvents.ts +++ b/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/service/listEvents.ts @@ -12,5 +12,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.user.Event)); export declare namespace Response { - type Raw = serializers.user.Event.Raw[]; + export type Raw = serializers.user.Event.Raw[]; } diff --git a/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/types/Event.ts b/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/types/Event.ts index 9ff9d957f90..b950e704730 100644 --- a/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/types/Event.ts +++ b/seed/ts-express/mixed-file-directory/serialization/resources/user/resources/events/types/Event.ts @@ -13,7 +13,7 @@ export const Event: core.serialization.ObjectSchema serializers.User)); export declare namespace Response { - type Raw = serializers.User.Raw[]; + export type Raw = serializers.User.Raw[]; } diff --git a/seed/ts-express/mixed-file-directory/serialization/resources/user/types/User.ts b/seed/ts-express/mixed-file-directory/serialization/resources/user/types/User.ts index e6df171ee8f..10969ff833b 100644 --- a/seed/ts-express/mixed-file-directory/serialization/resources/user/types/User.ts +++ b/seed/ts-express/mixed-file-directory/serialization/resources/user/types/User.ts @@ -14,7 +14,7 @@ export const User: core.serialization.ObjectSchema = core.serialization.string(); export declare namespace Id { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/multi-line-docs/serialization/resources/user/service/requests/CreateUserRequest.ts b/seed/ts-express/multi-line-docs/serialization/resources/user/service/requests/CreateUserRequest.ts index 680d4777dee..358b6d6bdb7 100644 --- a/seed/ts-express/multi-line-docs/serialization/resources/user/service/requests/CreateUserRequest.ts +++ b/seed/ts-express/multi-line-docs/serialization/resources/user/service/requests/CreateUserRequest.ts @@ -15,7 +15,7 @@ export const CreateUserRequest: core.serialization.Schema< }); export declare namespace CreateUserRequest { - interface Raw { + export interface Raw { name: string; age?: number | null; } diff --git a/seed/ts-express/multi-line-docs/serialization/resources/user/types/User.ts b/seed/ts-express/multi-line-docs/serialization/resources/user/types/User.ts index 4623f9ac69f..27f5ee7e088 100644 --- a/seed/ts-express/multi-line-docs/serialization/resources/user/types/User.ts +++ b/seed/ts-express/multi-line-docs/serialization/resources/user/types/User.ts @@ -14,7 +14,7 @@ export const User: core.serialization.ObjectSchema", "=", "less_than"]); export declare namespace Operand { - type Raw = ">" | "=" | "less_than"; + export type Raw = ">" | "=" | "less_than"; } diff --git a/seed/ts-express/multi-url-environment-no-default/serialization/resources/ec2/service/requests/BootInstanceRequest.ts b/seed/ts-express/multi-url-environment-no-default/serialization/resources/ec2/service/requests/BootInstanceRequest.ts index 8d5052cddae..0d5b4ff7e4f 100644 --- a/seed/ts-express/multi-url-environment-no-default/serialization/resources/ec2/service/requests/BootInstanceRequest.ts +++ b/seed/ts-express/multi-url-environment-no-default/serialization/resources/ec2/service/requests/BootInstanceRequest.ts @@ -14,7 +14,7 @@ export const BootInstanceRequest: core.serialization.Schema< }); export declare namespace BootInstanceRequest { - interface Raw { + export interface Raw { size: string; } } diff --git a/seed/ts-express/multi-url-environment-no-default/serialization/resources/s3/service/getPresignedUrl.ts b/seed/ts-express/multi-url-environment-no-default/serialization/resources/s3/service/getPresignedUrl.ts index a6ee656bfe8..297c092bd9e 100644 --- a/seed/ts-express/multi-url-environment-no-default/serialization/resources/s3/service/getPresignedUrl.ts +++ b/seed/ts-express/multi-url-environment-no-default/serialization/resources/s3/service/getPresignedUrl.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema | null; } diff --git a/seed/ts-express/objects-with-imports/serialization/resources/file/resources/directory/types/Directory.ts b/seed/ts-express/objects-with-imports/serialization/resources/file/resources/directory/types/Directory.ts index 4fc9295c3b4..d0d397326ac 100644 --- a/seed/ts-express/objects-with-imports/serialization/resources/file/resources/directory/types/Directory.ts +++ b/seed/ts-express/objects-with-imports/serialization/resources/file/resources/directory/types/Directory.ts @@ -16,7 +16,7 @@ export const Directory: core.serialization.ObjectSchema< }); export declare namespace Directory { - interface Raw { + export interface Raw { name: string; files?: serializers.File_.Raw[] | null; directories?: serializers.file.Directory.Raw[] | null; diff --git a/seed/ts-express/objects-with-imports/serialization/resources/file/types/FileInfo.ts b/seed/ts-express/objects-with-imports/serialization/resources/file/types/FileInfo.ts index 7838eb65de6..ebf0a09b0bc 100644 --- a/seed/ts-express/objects-with-imports/serialization/resources/file/types/FileInfo.ts +++ b/seed/ts-express/objects-with-imports/serialization/resources/file/types/FileInfo.ts @@ -10,5 +10,5 @@ export const FileInfo: core.serialization.Schema = core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional(); export declare namespace Request { - type Raw = Record | null | undefined; + export type Raw = Record | null | undefined; } export const Response: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/package-yml/serialization/service/echo.ts b/seed/ts-express/package-yml/serialization/service/echo.ts index 19e4a341c35..070c0096db1 100644 --- a/seed/ts-express/package-yml/serialization/service/echo.ts +++ b/seed/ts-express/package-yml/serialization/service/echo.ts @@ -8,5 +8,5 @@ import * as core from "../../core"; export const Response: core.serialization.Schema = core.serialization.string(); export declare namespace Response { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/package-yml/serialization/types/EchoRequest.ts b/seed/ts-express/package-yml/serialization/types/EchoRequest.ts index b51c82cf7b9..c3302324988 100644 --- a/seed/ts-express/package-yml/serialization/types/EchoRequest.ts +++ b/seed/ts-express/package-yml/serialization/types/EchoRequest.ts @@ -13,7 +13,7 @@ export const EchoRequest: core.serialization.ObjectSchema serializers.UserOptionalListPage)); export declare namespace ListUsersExtendedOptionalListResponse { - interface Raw extends serializers.UserOptionalListPage.Raw { + export interface Raw extends serializers.UserOptionalListPage.Raw { total_count: number; } } diff --git a/seed/ts-express/pagination/serialization/resources/users/types/ListUsersExtendedResponse.ts b/seed/ts-express/pagination/serialization/resources/users/types/ListUsersExtendedResponse.ts index ab4d5bf2741..aae18e1b34e 100644 --- a/seed/ts-express/pagination/serialization/resources/users/types/ListUsersExtendedResponse.ts +++ b/seed/ts-express/pagination/serialization/resources/users/types/ListUsersExtendedResponse.ts @@ -16,7 +16,7 @@ export const ListUsersExtendedResponse: core.serialization.ObjectSchema< .extend(core.serialization.lazyObject(() => serializers.UserPage)); export declare namespace ListUsersExtendedResponse { - interface Raw extends serializers.UserPage.Raw { + export interface Raw extends serializers.UserPage.Raw { total_count: number; } } diff --git a/seed/ts-express/pagination/serialization/resources/users/types/ListUsersPaginationResponse.ts b/seed/ts-express/pagination/serialization/resources/users/types/ListUsersPaginationResponse.ts index dd1b0e34263..26990bb9e7e 100644 --- a/seed/ts-express/pagination/serialization/resources/users/types/ListUsersPaginationResponse.ts +++ b/seed/ts-express/pagination/serialization/resources/users/types/ListUsersPaginationResponse.ts @@ -17,7 +17,7 @@ export const ListUsersPaginationResponse: core.serialization.ObjectSchema< }); export declare namespace ListUsersPaginationResponse { - interface Raw { + export interface Raw { hasNextPage?: boolean | null; page?: serializers.Page.Raw | null; total_count: number; diff --git a/seed/ts-express/pagination/serialization/resources/users/types/NextPage.ts b/seed/ts-express/pagination/serialization/resources/users/types/NextPage.ts index c1388eaa103..065217122cb 100644 --- a/seed/ts-express/pagination/serialization/resources/users/types/NextPage.ts +++ b/seed/ts-express/pagination/serialization/resources/users/types/NextPage.ts @@ -13,7 +13,7 @@ export const NextPage: core.serialization.ObjectSchema = core.serialization.list(core.serialization.lazyObject(() => serializers.Organization)); export declare namespace Response { - type Raw = serializers.Organization.Raw[]; + export type Raw = serializers.Organization.Raw[]; } diff --git a/seed/ts-express/path-parameters/serialization/resources/organizations/types/Organization.ts b/seed/ts-express/path-parameters/serialization/resources/organizations/types/Organization.ts index d0177895ca0..555a014d238 100644 --- a/seed/ts-express/path-parameters/serialization/resources/organizations/types/Organization.ts +++ b/seed/ts-express/path-parameters/serialization/resources/organizations/types/Organization.ts @@ -15,7 +15,7 @@ export const Organization: core.serialization.ObjectSchema< }); export declare namespace Organization { - interface Raw { + export interface Raw { name: string; tags: string[]; } diff --git a/seed/ts-express/path-parameters/serialization/resources/user/service/searchUsers.ts b/seed/ts-express/path-parameters/serialization/resources/user/service/searchUsers.ts index b66a4ff8e26..06b210ce196 100644 --- a/seed/ts-express/path-parameters/serialization/resources/user/service/searchUsers.ts +++ b/seed/ts-express/path-parameters/serialization/resources/user/service/searchUsers.ts @@ -10,5 +10,5 @@ export const Response: core.serialization.Schema serializers.User)); export declare namespace Response { - type Raw = serializers.User.Raw[]; + export type Raw = serializers.User.Raw[]; } diff --git a/seed/ts-express/path-parameters/serialization/resources/user/types/User.ts b/seed/ts-express/path-parameters/serialization/resources/user/types/User.ts index f85255d90a7..336b1717ebf 100644 --- a/seed/ts-express/path-parameters/serialization/resources/user/types/User.ts +++ b/seed/ts-express/path-parameters/serialization/resources/user/types/User.ts @@ -13,7 +13,7 @@ export const User: core.serialization.ObjectSchema; "3d": number; } diff --git a/seed/ts-express/response-property/serialization/resources/service/service/getMovie.ts b/seed/ts-express/response-property/serialization/resources/service/service/getMovie.ts index 64cc05cd826..88df77c1575 100644 --- a/seed/ts-express/response-property/serialization/resources/service/service/getMovie.ts +++ b/seed/ts-express/response-property/serialization/resources/service/service/getMovie.ts @@ -9,5 +9,5 @@ export const Request: core.serialization.Schema = core.serialization.lazyObject(() => serializers.Response).optional(); export declare namespace Response { - type Raw = serializers.Response.Raw | null | undefined; + export type Raw = serializers.Response.Raw | null | undefined; } diff --git a/seed/ts-express/response-property/serialization/resources/service/service/getOptionalMovieDocs.ts b/seed/ts-express/response-property/serialization/resources/service/service/getOptionalMovieDocs.ts index ba9c9b7a57d..fae3f4c286b 100644 --- a/seed/ts-express/response-property/serialization/resources/service/service/getOptionalMovieDocs.ts +++ b/seed/ts-express/response-property/serialization/resources/service/service/getOptionalMovieDocs.ts @@ -9,5 +9,5 @@ export const Request: core.serialization.Schema = core.serialization.lazyObject(() => serializers.WithDocs).optional(); export declare namespace OptionalWithDocs { - type Raw = serializers.WithDocs.Raw | null | undefined; + export type Raw = serializers.WithDocs.Raw | null | undefined; } diff --git a/seed/ts-express/response-property/serialization/resources/service/types/Response.ts b/seed/ts-express/response-property/serialization/resources/service/types/Response.ts index 974a7d8f6e9..37d23c68847 100644 --- a/seed/ts-express/response-property/serialization/resources/service/types/Response.ts +++ b/seed/ts-express/response-property/serialization/resources/service/types/Response.ts @@ -15,7 +15,7 @@ export const Response: core.serialization.ObjectSchema serializers.WithDocs)); export declare namespace Response { - interface Raw extends serializers.WithMetadata.Raw, serializers.WithDocs.Raw { + export interface Raw extends serializers.WithMetadata.Raw, serializers.WithDocs.Raw { data: serializers.Movie.Raw; } } diff --git a/seed/ts-express/response-property/serialization/resources/service/types/WithDocs.ts b/seed/ts-express/response-property/serialization/resources/service/types/WithDocs.ts index 38d8f6866e8..bc8f6c15f8b 100644 --- a/seed/ts-express/response-property/serialization/resources/service/types/WithDocs.ts +++ b/seed/ts-express/response-property/serialization/resources/service/types/WithDocs.ts @@ -12,7 +12,7 @@ export const WithDocs: core.serialization.ObjectSchema = core.serialization.lazyObject(() => serializers.StringResponse).optional(); export declare namespace OptionalStringResponse { - type Raw = serializers.StringResponse.Raw | null | undefined; + export type Raw = serializers.StringResponse.Raw | null | undefined; } diff --git a/seed/ts-express/response-property/serialization/types/StringResponse.ts b/seed/ts-express/response-property/serialization/types/StringResponse.ts index eb7e3b07f25..c5d66d5777a 100644 --- a/seed/ts-express/response-property/serialization/types/StringResponse.ts +++ b/seed/ts-express/response-property/serialization/types/StringResponse.ts @@ -14,7 +14,7 @@ export const StringResponse: core.serialization.ObjectSchema< }); export declare namespace StringResponse { - interface Raw { + export interface Raw { data: string; } } diff --git a/seed/ts-express/response-property/serialization/types/WithMetadata.ts b/seed/ts-express/response-property/serialization/types/WithMetadata.ts index e950487e5b3..9874690152c 100644 --- a/seed/ts-express/response-property/serialization/types/WithMetadata.ts +++ b/seed/ts-express/response-property/serialization/types/WithMetadata.ts @@ -14,7 +14,7 @@ export const WithMetadata: core.serialization.ObjectSchema< }); export declare namespace WithMetadata { - interface Raw { + export interface Raw { metadata: Record; } } diff --git a/seed/ts-express/simple-fhir/serialization/types/Account.ts b/seed/ts-express/simple-fhir/serialization/types/Account.ts index a338bb08f6a..3bad3e7e1d4 100644 --- a/seed/ts-express/simple-fhir/serialization/types/Account.ts +++ b/seed/ts-express/simple-fhir/serialization/types/Account.ts @@ -16,7 +16,7 @@ export const Account: core.serialization.ObjectSchema serializers.BaseResource)); export declare namespace Account { - interface Raw extends serializers.BaseResource.Raw { + export interface Raw extends serializers.BaseResource.Raw { resource_type: "Account"; name: string; patient?: serializers.Patient.Raw | null; diff --git a/seed/ts-express/simple-fhir/serialization/types/BaseResource.ts b/seed/ts-express/simple-fhir/serialization/types/BaseResource.ts index 9e22d4c951e..80c31e8d4fd 100644 --- a/seed/ts-express/simple-fhir/serialization/types/BaseResource.ts +++ b/seed/ts-express/simple-fhir/serialization/types/BaseResource.ts @@ -17,7 +17,7 @@ export const BaseResource: core.serialization.ObjectSchema serializers.BaseResource)); export declare namespace Patient { - interface Raw extends serializers.BaseResource.Raw { + export interface Raw extends serializers.BaseResource.Raw { resource_type: "Patient"; name: string; scripts: serializers.Script.Raw[]; diff --git a/seed/ts-express/simple-fhir/serialization/types/Practitioner.ts b/seed/ts-express/simple-fhir/serialization/types/Practitioner.ts index 1b3160dd416..691a6d83e96 100644 --- a/seed/ts-express/simple-fhir/serialization/types/Practitioner.ts +++ b/seed/ts-express/simple-fhir/serialization/types/Practitioner.ts @@ -18,7 +18,7 @@ export const Practitioner: core.serialization.ObjectSchema serializers.BaseResource)); export declare namespace Practitioner { - interface Raw extends serializers.BaseResource.Raw { + export interface Raw extends serializers.BaseResource.Raw { resource_type: "Practitioner"; name: string; } diff --git a/seed/ts-express/simple-fhir/serialization/types/ResourceList.ts b/seed/ts-express/simple-fhir/serialization/types/ResourceList.ts index b1c8e2c8976..04b70140ccf 100644 --- a/seed/ts-express/simple-fhir/serialization/types/ResourceList.ts +++ b/seed/ts-express/simple-fhir/serialization/types/ResourceList.ts @@ -15,7 +15,7 @@ export const ResourceList: core.serialization.Schema serializers.BaseResource)); export declare namespace Script { - interface Raw extends serializers.BaseResource.Raw { + export interface Raw extends serializers.BaseResource.Raw { resource_type: "Script"; name: string; } diff --git a/seed/ts-express/single-url-environment-default/serialization/resources/dummy/service/getDummy.ts b/seed/ts-express/single-url-environment-default/serialization/resources/dummy/service/getDummy.ts index 31341cb3f54..961a52d7914 100644 --- a/seed/ts-express/single-url-environment-default/serialization/resources/dummy/service/getDummy.ts +++ b/seed/ts-express/single-url-environment-default/serialization/resources/dummy/service/getDummy.ts @@ -9,5 +9,5 @@ export const Response: core.serialization.Schema = core.serialization.list(core.serialization.lazyObject(() => serializers.TraceResponseV2)); export declare namespace Request { - type Raw = serializers.TraceResponseV2.Raw[]; + export type Raw = serializers.TraceResponseV2.Raw[]; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/admin/service/storeTracedWorkspaceV2.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/admin/service/storeTracedWorkspaceV2.ts index 65fa8d2ee7d..891c2a59e33 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/admin/service/storeTracedWorkspaceV2.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/admin/service/storeTracedWorkspaceV2.ts @@ -12,5 +12,5 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.TraceResponseV2)); export declare namespace Request { - type Raw = serializers.TraceResponseV2.Raw[]; + export type Raw = serializers.TraceResponseV2.Raw[]; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/admin/types/Test.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/admin/types/Test.ts index cc9b81d6838..16bc76f3f20 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/admin/types/Test.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/admin/types/Test.ts @@ -21,14 +21,14 @@ export const Test: core.serialization.Schema; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/DebugKeyValuePairs.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/DebugKeyValuePairs.ts index b256c18fadf..0c6519557ff 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/DebugKeyValuePairs.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/DebugKeyValuePairs.ts @@ -15,7 +15,7 @@ export const DebugKeyValuePairs: core.serialization.ObjectSchema< }); export declare namespace DebugKeyValuePairs { - interface Raw { + export interface Raw { key: serializers.DebugVariableValue.Raw; value: serializers.DebugVariableValue.Raw; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/DebugMapValue.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/DebugMapValue.ts index 79ea610ab3c..234821ce47d 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/DebugMapValue.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/DebugMapValue.ts @@ -12,7 +12,7 @@ export const DebugMapValue: core.serialization.ObjectSchema; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/FileInfo.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/FileInfo.ts index f86881c42be..3e33f6f30e4 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/FileInfo.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/FileInfo.ts @@ -13,7 +13,7 @@ export const FileInfo: core.serialization.ObjectSchema = core.serialization.string(); export declare namespace NodeId { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/ProblemId.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/ProblemId.ts index 09833e36371..0937ef2c123 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/ProblemId.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/ProblemId.ts @@ -10,5 +10,5 @@ export const ProblemId: core.serialization.Schema; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/TestCase.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/TestCase.ts index 90c4aeddd06..03851edbca1 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/TestCase.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/TestCase.ts @@ -13,7 +13,7 @@ export const TestCase: core.serialization.ObjectSchema = core.serialization.string(); export declare namespace UserId { - type Raw = string; + export type Raw = string; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/VariableType.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/VariableType.ts index 0b8d7d38992..2c21add9947 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/VariableType.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/commons/types/VariableType.ts @@ -26,7 +26,7 @@ export const VariableType: core.serialization.Schema = core.serialization.list(core.serialization.lazy(() => serializers.ProblemId)); export declare namespace Response { - type Raw = serializers.ProblemId.Raw[]; + export type Raw = serializers.ProblemId.Raw[]; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/homepage/service/setHomepageProblems.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/homepage/service/setHomepageProblems.ts index ed8bf6d6a8a..6375ab16ae9 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/homepage/service/setHomepageProblems.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/homepage/service/setHomepageProblems.ts @@ -12,5 +12,5 @@ export const Request: core.serialization.Schema< > = core.serialization.list(core.serialization.lazy(() => serializers.ProblemId)); export declare namespace Request { - type Raw = serializers.ProblemId.Raw[]; + export type Raw = serializers.ProblemId.Raw[]; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/langServer/types/LangServerRequest.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/langServer/types/LangServerRequest.ts index 64ef45d078a..48bcf5e2dd9 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/langServer/types/LangServerRequest.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/langServer/types/LangServerRequest.ts @@ -14,7 +14,7 @@ export const LangServerRequest: core.serialization.ObjectSchema< }); export declare namespace LangServerRequest { - interface Raw { + export interface Raw { request?: unknown; } } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/langServer/types/LangServerResponse.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/langServer/types/LangServerResponse.ts index 9062a83857e..2d13eeec34e 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/langServer/types/LangServerResponse.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/langServer/types/LangServerResponse.ts @@ -14,7 +14,7 @@ export const LangServerResponse: core.serialization.ObjectSchema< }); export declare namespace LangServerResponse { - interface Raw { + export interface Raw { response?: unknown; } } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/migration/service/getAttemptedMigrations.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/migration/service/getAttemptedMigrations.ts index e46355b90cc..8bc883c0d85 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/migration/service/getAttemptedMigrations.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/migration/service/getAttemptedMigrations.ts @@ -12,5 +12,5 @@ export const Response: core.serialization.Schema< > = core.serialization.list(core.serialization.lazyObject(() => serializers.Migration)); export declare namespace Response { - type Raw = serializers.Migration.Raw[]; + export type Raw = serializers.Migration.Raw[]; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/migration/types/Migration.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/migration/types/Migration.ts index cc0a883d87d..c1bf058c992 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/migration/types/Migration.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/migration/types/Migration.ts @@ -13,7 +13,7 @@ export const Migration: core.serialization.ObjectSchema serializers.Playlist)); export declare namespace Response { - type Raw = serializers.Playlist.Raw[]; + export type Raw = serializers.Playlist.Raw[]; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/service/updatePlaylist.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/service/updatePlaylist.ts index ccdc53141a0..8237e3f2228 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/service/updatePlaylist.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/service/updatePlaylist.ts @@ -12,7 +12,7 @@ export const Request: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.UpdatePlaylistRequest).optional(); export declare namespace Request { - type Raw = serializers.UpdatePlaylistRequest.Raw | null | undefined; + export type Raw = serializers.UpdatePlaylistRequest.Raw | null | undefined; } export const Response: core.serialization.Schema< @@ -21,5 +21,5 @@ export const Response: core.serialization.Schema< > = core.serialization.lazyObject(() => serializers.Playlist).optional(); export declare namespace Response { - type Raw = serializers.Playlist.Raw | null | undefined; + export type Raw = serializers.Playlist.Raw | null | undefined; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/Playlist.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/Playlist.ts index e0a7e52dba9..a1b30448129 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/Playlist.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/Playlist.ts @@ -21,7 +21,7 @@ export const Playlist: core.serialization.ObjectSchema serializers.PlaylistCreateRequest)); export declare namespace Playlist { - interface Raw extends serializers.PlaylistCreateRequest.Raw { + export interface Raw extends serializers.PlaylistCreateRequest.Raw { playlist_id: serializers.PlaylistId.Raw; "owner-id": serializers.UserId.Raw; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/PlaylistCreateRequest.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/PlaylistCreateRequest.ts index b4ad767b4e7..dfd361fabb6 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/PlaylistCreateRequest.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/PlaylistCreateRequest.ts @@ -15,7 +15,7 @@ export const PlaylistCreateRequest: core.serialization.ObjectSchema< }); export declare namespace PlaylistCreateRequest { - interface Raw { + export interface Raw { name: string; problems: serializers.ProblemId.Raw[]; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/PlaylistId.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/PlaylistId.ts index 05d8f760fed..4d27beef991 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/PlaylistId.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/PlaylistId.ts @@ -10,5 +10,5 @@ export const PlaylistId: core.serialization.Schema = core.serialization.enum_(["is", "as"]); export declare namespace ReservedKeywordEnum { - type Raw = "is" | "as"; + export type Raw = "is" | "as"; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/UpdatePlaylistRequest.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/UpdatePlaylistRequest.ts index 8cfafc4985b..120c4617431 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/UpdatePlaylistRequest.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/playlist/types/UpdatePlaylistRequest.ts @@ -15,7 +15,7 @@ export const UpdatePlaylistRequest: core.serialization.ObjectSchema< }); export declare namespace UpdatePlaylistRequest { - interface Raw { + export interface Raw { name: string; problems: serializers.ProblemId.Raw[]; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/service/requests/GetDefaultStarterFilesRequest.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/service/requests/GetDefaultStarterFilesRequest.ts index 17388fac46c..1f955b38a03 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/service/requests/GetDefaultStarterFilesRequest.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/service/requests/GetDefaultStarterFilesRequest.ts @@ -16,7 +16,7 @@ export const GetDefaultStarterFilesRequest: core.serialization.Schema< }); export declare namespace GetDefaultStarterFilesRequest { - interface Raw { + export interface Raw { inputParams: serializers.VariableTypeAndName.Raw[]; outputType: serializers.VariableType.Raw; methodName: string; diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemError.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemError.ts index b1ce03f4a5a..46e045b19d7 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemError.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemError.ts @@ -19,9 +19,9 @@ export const CreateProblemError: core.serialization.Schema< }); export declare namespace CreateProblemError { - type Raw = CreateProblemError.Generic; + export type Raw = CreateProblemError.Generic; - interface Generic extends serializers.GenericCreateProblemError.Raw { + export interface Generic extends serializers.GenericCreateProblemError.Raw { _type: "generic"; } } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemRequest.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemRequest.ts index a6e4358d1b0..9b1cf790eb1 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemRequest.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemRequest.ts @@ -23,7 +23,7 @@ export const CreateProblemRequest: core.serialization.ObjectSchema< }); export declare namespace CreateProblemRequest { - interface Raw { + export interface Raw { problemName: string; problemDescription: serializers.ProblemDescription.Raw; files: Record; diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemResponse.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemResponse.ts index 0897707a0c3..acec02dfd2b 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemResponse.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/CreateProblemResponse.ts @@ -24,14 +24,14 @@ export const CreateProblemResponse: core.serialization.Schema< }); export declare namespace CreateProblemResponse { - type Raw = CreateProblemResponse.Success | CreateProblemResponse.Error; + export type Raw = CreateProblemResponse.Success | CreateProblemResponse.Error; - interface Success { + export interface Success { type: "success"; value: serializers.ProblemId.Raw; } - interface Error { + export interface Error { type: "error"; value: serializers.CreateProblemError.Raw; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/GenericCreateProblemError.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/GenericCreateProblemError.ts index 0c4c1dc90a4..47a28b87046 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/GenericCreateProblemError.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/GenericCreateProblemError.ts @@ -16,7 +16,7 @@ export const GenericCreateProblemError: core.serialization.ObjectSchema< }); export declare namespace GenericCreateProblemError { - interface Raw { + export interface Raw { message: string; type: string; stacktrace: string; diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/GetDefaultStarterFilesResponse.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/GetDefaultStarterFilesResponse.ts index 67e03b89a52..e9435542d21 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/GetDefaultStarterFilesResponse.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/GetDefaultStarterFilesResponse.ts @@ -17,7 +17,7 @@ export const GetDefaultStarterFilesResponse: core.serialization.ObjectSchema< }); export declare namespace GetDefaultStarterFilesResponse { - interface Raw { + export interface Raw { files: Record; } } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemDescription.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemDescription.ts index 449698eb358..dc9de77654e 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemDescription.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemDescription.ts @@ -14,7 +14,7 @@ export const ProblemDescription: core.serialization.ObjectSchema< }); export declare namespace ProblemDescription { - interface Raw { + export interface Raw { boards: serializers.ProblemDescriptionBoard.Raw[]; } } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemDescriptionBoard.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemDescriptionBoard.ts index 450d607d623..e43ec55bf84 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemDescriptionBoard.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemDescriptionBoard.ts @@ -27,19 +27,22 @@ export const ProblemDescriptionBoard: core.serialization.Schema< }); export declare namespace ProblemDescriptionBoard { - type Raw = ProblemDescriptionBoard.Html | ProblemDescriptionBoard.Variable | ProblemDescriptionBoard.TestCaseId; + export type Raw = + | ProblemDescriptionBoard.Html + | ProblemDescriptionBoard.Variable + | ProblemDescriptionBoard.TestCaseId; - interface Html { + export interface Html { type: "html"; value: string; } - interface Variable { + export interface Variable { type: "variable"; value: serializers.VariableValue.Raw; } - interface TestCaseId { + export interface TestCaseId { type: "testCaseId"; value: string; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemFiles.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemFiles.ts index 78742f14433..fc5de48435e 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemFiles.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/problem/types/ProblemFiles.ts @@ -13,7 +13,7 @@ export const ProblemFiles: core.serialization.ObjectSchema = core.serialization.lazyObject(() => serializers.ExecutionSessionResponse).optional(); export declare namespace Response { - type Raw = serializers.ExecutionSessionResponse.Raw | null | undefined; + export type Raw = serializers.ExecutionSessionResponse.Raw | null | undefined; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/ActualResult.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/ActualResult.ts index 21335dac4ad..cb6b37b85f6 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/ActualResult.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/ActualResult.ts @@ -23,18 +23,18 @@ export const ActualResult: core.serialization.Schema; numWarmingInstances?: number | null; warmingSessionIds: string[]; diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GetSubmissionStateResponse.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GetSubmissionStateResponse.ts index 224dbd3300a..7d5b7c46b52 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GetSubmissionStateResponse.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GetSubmissionStateResponse.ts @@ -17,7 +17,7 @@ export const GetSubmissionStateResponse: core.serialization.ObjectSchema< }); export declare namespace GetSubmissionStateResponse { - interface Raw { + export interface Raw { timeSubmitted?: string | null; submission: string; language: serializers.Language.Raw; diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GetTraceResponsesPageRequest.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GetTraceResponsesPageRequest.ts index 0bbdb1f0c0b..953b5c6d031 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GetTraceResponsesPageRequest.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GetTraceResponsesPageRequest.ts @@ -14,7 +14,7 @@ export const GetTraceResponsesPageRequest: core.serialization.ObjectSchema< }); export declare namespace GetTraceResponsesPageRequest { - interface Raw { + export interface Raw { offset?: number | null; } } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedResponse.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedResponse.ts index f968434af89..9f5a1d7d528 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedResponse.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedResponse.ts @@ -16,7 +16,7 @@ export const GradedResponse: core.serialization.ObjectSchema; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedResponseV2.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedResponseV2.ts index 1144d35a817..50b1d981c4f 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedResponseV2.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedResponseV2.ts @@ -18,7 +18,7 @@ export const GradedResponseV2: core.serialization.ObjectSchema< }); export declare namespace GradedResponseV2 { - interface Raw { + export interface Raw { submissionId: serializers.SubmissionId.Raw; testCases: Record; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedTestCaseUpdate.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedTestCaseUpdate.ts index d49e98997fd..cccc057eec7 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedTestCaseUpdate.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/GradedTestCaseUpdate.ts @@ -15,7 +15,7 @@ export const GradedTestCaseUpdate: core.serialization.ObjectSchema< }); export declare namespace GradedTestCaseUpdate { - interface Raw { + export interface Raw { testCaseId: serializers.v2.TestCaseId.Raw; grade: serializers.TestCaseGrade.Raw; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/InitializeProblemRequest.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/InitializeProblemRequest.ts index 6995f254021..8e82ad74e12 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/InitializeProblemRequest.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/InitializeProblemRequest.ts @@ -15,7 +15,7 @@ export const InitializeProblemRequest: core.serialization.ObjectSchema< }); export declare namespace InitializeProblemRequest { - interface Raw { + export interface Raw { problemId: serializers.ProblemId.Raw; problemVersion?: number | null; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/InternalError.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/InternalError.ts index 8ff86a75c7d..e6bb911685a 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/InternalError.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/InternalError.ts @@ -12,7 +12,7 @@ export const InternalError: core.serialization.ObjectSchema; } } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/ShareId.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/ShareId.ts index c1656200994..52a9ef238bc 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/ShareId.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/ShareId.ts @@ -10,5 +10,5 @@ export const ShareId: core.serialization.Schema = core.serialization.enum_(["TEST"]); export declare namespace SubmissionTypeEnum { - type Raw = "TEST"; + export type Raw = "TEST"; } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/SubmissionTypeState.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/SubmissionTypeState.ts index f3ad8956863..7f16093e5fc 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/SubmissionTypeState.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/SubmissionTypeState.ts @@ -20,13 +20,13 @@ export const SubmissionTypeState: core.serialization.Schema< }); export declare namespace SubmissionTypeState { - type Raw = SubmissionTypeState.Test | SubmissionTypeState.Workspace; + export type Raw = SubmissionTypeState.Test | SubmissionTypeState.Workspace; - interface Test extends serializers.TestSubmissionState.Raw { + export interface Test extends serializers.TestSubmissionState.Raw { type: "test"; } - interface Workspace extends serializers.WorkspaceSubmissionState.Raw { + export interface Workspace extends serializers.WorkspaceSubmissionState.Raw { type: "workspace"; } } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/SubmitRequestV2.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/SubmitRequestV2.ts index bc19facf743..17a7a379ee7 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/SubmitRequestV2.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/SubmitRequestV2.ts @@ -19,7 +19,7 @@ export const SubmitRequestV2: core.serialization.ObjectSchema< }); export declare namespace SubmitRequestV2 { - interface Raw { + export interface Raw { submissionId: serializers.SubmissionId.Raw; language: serializers.Language.Raw; submissionFiles: serializers.SubmissionFileInfo.Raw[]; diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/TerminatedResponse.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/TerminatedResponse.ts index 3204c351d26..8fd060483bd 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/TerminatedResponse.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/TerminatedResponse.ts @@ -12,5 +12,5 @@ export const TerminatedResponse: core.serialization.ObjectSchema< > = core.serialization.object({}); export declare namespace TerminatedResponse { - interface Raw {} + export interface Raw {} } diff --git a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/TestCaseGrade.ts b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/TestCaseGrade.ts index 64dd20de109..2cd5fda5913 100644 --- a/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/TestCaseGrade.ts +++ b/seed/ts-express/trace/no-custom-config/serialization/resources/submission/types/TestCaseGrade.ts @@ -18,13 +18,13 @@ export const TestCaseGrade: core.serialization.Schema