From 9d2391b064599901441963ad5d1d99cebedc2ea1 Mon Sep 17 00:00:00 2001 From: cloudpdf-sdk-bot Date: Sun, 9 Aug 2026 08:05:59 +0000 Subject: [PATCH] chore: generate CloudPDF .NET SDK 3.0.0-next.1 --- .fern/metadata.json | 10 +- .github/workflows/sdk-ci.yml | 3 +- .github/workflows/sdk-release.yml | 143 +++++ CloudPDF.slnx | 4 + CloudpdfApi.slnx | 4 - README.md | 20 +- cloudpdf-generation.json | 2 +- reference.md | 68 +-- .../CloudPDF.Test.Custom.props} | 0 .../CloudPDF.Test.csproj} | 7 +- .../Core/HeadersBuilderTests.cs | 4 +- .../Core/Json/AdditionalPropertiesTests.cs | 4 +- .../Core/Json/DateOnlyJsonTests.cs | 4 +- .../Core/Json/DateTimeJsonTests.cs | 4 +- .../Core/Json/JsonAccessAttributeTests.cs | 4 +- .../Core/QueryStringBuilderTests.cs | 4 +- .../Core/QueryStringConverterTests.cs | 4 +- .../Core/RawClientTests/GzipResponseTests.cs | 8 +- .../Core/RawClientTests/MultipartFormTests.cs | 8 +- .../RawClientTests/QueryParameterTests.cs | 4 +- .../Core/RawClientTests/RetriesTests.cs | 28 +- .../Core/WithRawResponseTests.cs | 6 +- .../TestClient.cs | 2 +- .../Unit/MockServer/BaseMockServerTest.cs | 8 +- .../Deployment/LicenseStatusTest.cs | 6 +- .../MockServer/Doc/Annotations/CreateTest.cs | 8 +- .../MockServer/Doc/Annotations/DeleteTest.cs | 8 +- .../MockServer/Doc/Annotations/ListTest.cs | 8 +- .../MockServer/Doc/Annotations/UpdateTest.cs | 8 +- .../Unit/MockServer/Doc/Forms/GetTest.cs | 8 +- .../MockServer/Doc/Forms/ImportDataTest.cs | 8 +- .../Unit/MockServer/Doc/Forms/ResetTest.cs | 8 +- .../Unit/MockServer/Doc/Forms/SetValueTest.cs | 8 +- .../Unit/MockServer/Doc/HeadTest.cs | 8 +- .../Unit/MockServer/Doc/ManifestTest.cs | 8 +- .../Unit/MockServer/Doc/Metadata/GetTest.cs | 8 +- .../Unit/MockServer/Doc/Pages/DeleteTest.cs | 8 +- .../Unit/MockServer/Doc/Pages/FlattenTest.cs | 8 +- .../Unit/MockServer/Doc/Pages/MoveTest.cs | 8 +- .../Unit/MockServer/Doc/Pages/RotateTest.cs | 8 +- .../MockServer/Doc/Redactions/ApplyTest.cs | 8 +- .../Unit/MockServer/Doc/TextTest.cs | 8 +- .../Unit/MockServer/Documents/CommitTest.cs | 8 +- .../Unit/MockServer/Documents/DeleteTest.cs | 6 +- .../Unit/MockServer/Documents/GetTest.cs | 8 +- .../Unit/MockServer/Documents/InitTest.cs | 8 +- .../Unit/MockServer/Documents/ListTest.cs | 8 +- .../Unit/MockServer/Tenants/CreateTest.cs | 8 +- .../Unit/MockServer/Tenants/DeleteTest.cs | 6 +- .../Unit/MockServer/Tenants/GetTest.cs | 8 +- .../Unit/MockServer/Tenants/ListTest.cs | 8 +- .../Unit/MockServer/Tokens/IssueTest.cs | 8 +- .../Unit/MockServer/Tokens/RevokeTest.cs | 6 +- .../Utils/AdditionalPropertiesComparer.cs | 4 +- .../Utils/JsonAssert.cs | 4 +- .../Utils/JsonElementComparer.cs | 0 .../Utils/NUnitExtensions.cs | 0 .../Utils/OneOfComparer.cs | 2 +- .../Utils/OptionalComparer.cs | 2 +- .../Utils/ReadOnlyMemoryComparer.cs | 0 .../CloudPDF.Custom.props} | 0 .../CloudPDF.csproj} | 12 +- .../CloudPDFClient.cs} | 10 +- .../Core/ApiResponse.cs | 2 +- .../Core/BaseRequest.cs | 2 +- .../Core/CollectionItemSerializer.cs | 2 +- .../Core/Constants.cs | 2 +- .../Core/DateOnlyConverter.cs | 2 +- .../Core/DateTimeSerializer.cs | 2 +- .../Core/DefaultHttpClientFactory.cs | 2 +- .../Core/EmptyRequest.cs | 2 +- .../Core/EncodingCache.cs | 2 +- .../Core/Extensions.cs | 2 +- .../Core/FormUrlEncoder.cs | 2 +- .../Core/HeaderValue.cs | 2 +- src/{CloudpdfApi => CloudPDF}/Core/Headers.cs | 2 +- .../Core/HeadersBuilder.cs | 2 +- .../Core/HttpContentExtensions.cs | 2 +- .../Core/HttpMethodExtensions.cs | 2 +- .../Core/IIsRetryableContent.cs | 2 +- .../Core/IRequestOptions.cs | 2 +- .../Core/JsonAccessAttribute.cs | 2 +- .../Core/JsonConfiguration.cs | 2 +- .../Core/JsonRequest.cs | 2 +- .../Core/MultipartFormRequest.cs | 2 +- .../Core/NullableAttribute.cs | 2 +- .../Core/OneOfSerializer.cs | 2 +- .../Core/Optional.cs | 2 +- .../Core/OptionalAttribute.cs | 2 +- .../Core/Public/AdditionalProperties.cs | 4 +- .../Core/Public/ClientOptions.cs | 4 +- .../Core/Public/CloudPDFApiException.cs} | 10 +- .../Core/Public/CloudPDFException.cs} | 4 +- .../Core/Public/FileParameter.cs | 2 +- .../Core/Public/RawResponse.cs | 2 +- .../Core/Public/RequestOptions.cs | 4 +- .../Core/Public/Version.cs | 2 +- .../Core/Public/WithRawResponse.cs | 2 +- .../Core/Public/WithRawResponseStream.cs | 2 +- .../Core/Public/WithRawResponseTask.cs | 2 +- .../Core/QueryStringBuilder.cs | 2 +- .../Core/QueryStringConverter.cs | 2 +- .../Core/RawClient.cs | 18 +- .../Core/RawResponse.cs | 2 +- .../Core/ResponseHeaders.cs | 2 +- .../Core/StreamRequest.cs | 2 +- .../Core/StringEnum.cs | 2 +- .../Core/StringEnumExtensions.cs | 2 +- .../Core/ValueConvert.cs | 2 +- .../Deployment/DeploymentClient.cs | 18 +- .../Deployment/IDeploymentClient.cs | 2 +- .../Doc/Annotations/AnnotationsClient.cs | 74 +-- .../Doc/Annotations/IAnnotationsClient.cs | 4 +- .../Requests/CreateAnnotationsRequest.cs | 4 +- .../Requests/DeleteAnnotationsRequest.cs | 4 +- .../Requests/ListAnnotationsRequest.cs | 4 +- .../Requests/UpdateAnnotationsRequest.cs | 4 +- .../Doc/DocClient.cs | 78 +-- .../Doc/Forms/FormsClient.cs | 86 +-- .../Doc/Forms/IFormsClient.cs | 4 +- .../Forms/Requests/ExportDataFormsRequest.cs | 4 +- .../Doc/Forms/Requests/GetFormsRequest.cs | 4 +- .../Forms/Requests/ImportDataFormsRequest.cs | 4 +- .../Doc/Forms/Requests/ResetFormsRequest.cs | 4 +- .../Forms/Requests/SetValueFormsRequest.cs | 4 +- .../Types/ExportDataFormsRequestFormat.cs | 4 +- .../Doc/IDocClient.cs | 4 +- .../Doc/Metadata/IMetadataClient.cs | 4 +- .../Doc/Metadata/MetadataClient.cs | 22 +- .../Metadata/Requests/GetMetadataRequest.cs | 4 +- .../Doc/Pages/IPagesClient.cs | 4 +- .../Doc/Pages/PagesClient.cs | 78 +-- .../Doc/Pages/Requests/DeletePagesRequest.cs | 4 +- .../Doc/Pages/Requests/FlattenPagesRequest.cs | 4 +- .../Doc/Pages/Requests/MovePagesRequest.cs | 4 +- .../Doc/Pages/Requests/RotatePagesRequest.cs | 4 +- .../Doc/Redactions/IRedactionsClient.cs | 4 +- .../Doc/Redactions/RedactionsClient.cs | 24 +- .../Requests/ApplyRedactionsRequest.cs | 4 +- .../Doc/Requests/DownloadDocRequest.cs | 4 +- .../Doc/Requests/HeadDocRequest.cs | 4 +- .../Doc/Requests/ManifestDocRequest.cs | 4 +- .../Doc/Requests/RenderDocRequest.cs | 4 +- .../Doc/Requests/TextDocRequest.cs | 4 +- .../Documents/DocumentsClient.cs | 128 ++--- .../Documents/IDocumentsClient.cs | 2 +- .../Requests/DeleteDocumentsRequest.cs | 4 +- .../Requests/DocumentsCommitRequest.cs | 4 +- .../Requests/DocumentsInitRequest.cs | 4 +- .../Requests/DownloadDocumentsRequest.cs | 4 +- .../Documents/Requests/GetDocumentsRequest.cs | 4 +- .../Requests/ListDocumentsRequest.cs | 4 +- .../Requests/ThumbnailDocumentsRequest.cs | 4 +- .../Types/DocumentsInitRequestDedupMode.cs | 4 +- .../Types/ListDocumentsRequestState.cs | 4 +- src/CloudPDF/Exceptions/BadRequestError.cs | 8 + src/CloudPDF/Exceptions/ForbiddenError.cs | 8 + src/CloudPDF/Exceptions/NotFoundError.cs | 8 + .../ICloudPDFClient.cs} | 4 +- .../Tenants/ITenantsClient.cs | 2 +- .../Tenants/Requests/DeleteTenantsRequest.cs | 4 +- .../Tenants/Requests/GetTenantsRequest.cs | 4 +- .../Tenants/Requests/ListTenantsRequest.cs | 4 +- .../Tenants/Requests/TenantsCreateRequest.cs | 4 +- .../Tenants/TenantsClient.cs | 64 +-- .../Tokens/ITokensClient.cs | 2 +- .../Tokens/Requests/IssueTokensRequest.cs | 4 +- .../Tokens/Requests/TokensRevokeRequest.cs | 4 +- .../Tokens/TokensClient.cs | 36 +- .../Types/AdminErrorPayload.cs | 4 +- .../Types/AdminErrorPayloadError.cs | 4 +- .../Types/DeploymentLicenseStatusResponse.cs | 4 +- .../Types/DocAnnotationsCreate200Response.cs | 4 +- .../DocAnnotationsCreate200ResponseMeta.cs | 4 +- ...sCreate200ResponseMetaAffectedPagesItem.cs | 4 +- ...00ResponseMetaAffectedPagesItemRevision.cs | 4 +- ...etaAffectedPagesItemWeakAnnotationState.cs | 56 +- ...fectedPagesItemWeakAnnotationStateKnown.cs | 4 +- ...ctedPagesItemWeakAnnotationStateUnknown.cs | 4 +- ...otationsCreate200ResponseMetaCacheDelta.cs | 4 +- ...reate200ResponseMetaCacheDeltaPagesItem.cs | 4 +- ...200ResponseMetaCacheDeltaPagesItemCache.cs | 4 +- .../Types/DocAnnotationsCreate400Response.cs | 4 +- .../DocAnnotationsCreate400ResponseCode.cs | 4 +- .../DocAnnotationsCreate400ResponseName.cs | 4 +- .../Types/DocAnnotationsCreate404Response.cs | 4 +- .../DocAnnotationsCreate404ResponseCode.cs | 4 +- .../DocAnnotationsCreate404ResponseName.cs | 4 +- .../Types/DocAnnotationsDelete200Response.cs | 4 +- .../DocAnnotationsDelete200ResponseMeta.cs | 4 +- ...sDelete200ResponseMetaAffectedPagesItem.cs | 4 +- ...00ResponseMetaAffectedPagesItemRevision.cs | 4 +- ...etaAffectedPagesItemWeakAnnotationState.cs | 56 +- ...fectedPagesItemWeakAnnotationStateKnown.cs | 4 +- ...ctedPagesItemWeakAnnotationStateUnknown.cs | 4 +- ...otationsDelete200ResponseMetaCacheDelta.cs | 4 +- ...elete200ResponseMetaCacheDeltaPagesItem.cs | 4 +- ...200ResponseMetaCacheDeltaPagesItemCache.cs | 4 +- .../Types/DocAnnotationsDelete404Response.cs | 4 +- .../DocAnnotationsDelete404ResponseCode.cs | 4 +- .../DocAnnotationsDelete404ResponseName.cs | 4 +- .../Types/DocAnnotationsList200Response.cs | 4 +- ...notationsList200ResponseAnnotationsItem.cs | 508 +++++++++--------- ...ionsList200ResponseAnnotationsItemCaret.cs | 4 +- ...t200ResponseAnnotationsItemCaretActions.cs | 4 +- ...onseAnnotationsItemCaretActionsActivate.cs | 4 +- ...AnnotationsItemCaretActionsActivateRoot.cs | 4 +- ...tationsItemCaretActionsActivateRootType.cs | 4 +- ...onsItemCaretActionsActivateWarningsItem.cs | 4 +- ...ResponseAnnotationsItemCaretActionsBlur.cs | 4 +- ...onseAnnotationsItemCaretActionsBlurRoot.cs | 4 +- ...AnnotationsItemCaretActionsBlurRootType.cs | 4 +- ...tationsItemCaretActionsBlurWarningsItem.cs | 4 +- ...eAnnotationsItemCaretActionsCursorEnter.cs | 4 +- ...otationsItemCaretActionsCursorEnterRoot.cs | 4 +- ...ionsItemCaretActionsCursorEnterRootType.cs | 4 +- ...ItemCaretActionsCursorEnterWarningsItem.cs | 4 +- ...seAnnotationsItemCaretActionsCursorExit.cs | 4 +- ...notationsItemCaretActionsCursorExitRoot.cs | 4 +- ...tionsItemCaretActionsCursorExitRootType.cs | 4 +- ...sItemCaretActionsCursorExitWarningsItem.cs | 4 +- ...esponseAnnotationsItemCaretActionsFocus.cs | 4 +- ...nseAnnotationsItemCaretActionsFocusRoot.cs | 4 +- ...nnotationsItemCaretActionsFocusRootType.cs | 4 +- ...ationsItemCaretActionsFocusWarningsItem.cs | 4 +- ...nseAnnotationsItemCaretActionsMouseDown.cs | 4 +- ...nnotationsItemCaretActionsMouseDownRoot.cs | 4 +- ...ationsItemCaretActionsMouseDownRootType.cs | 4 +- ...nsItemCaretActionsMouseDownWarningsItem.cs | 4 +- ...ponseAnnotationsItemCaretActionsMouseUp.cs | 4 +- ...eAnnotationsItemCaretActionsMouseUpRoot.cs | 4 +- ...otationsItemCaretActionsMouseUpRootType.cs | 4 +- ...ionsItemCaretActionsMouseUpWarningsItem.cs | 4 +- ...nseAnnotationsItemCaretActionsPageClose.cs | 4 +- ...nnotationsItemCaretActionsPageCloseRoot.cs | 4 +- ...ationsItemCaretActionsPageCloseRootType.cs | 4 +- ...nsItemCaretActionsPageCloseWarningsItem.cs | 4 +- ...nnotationsItemCaretActionsPageInvisible.cs | 4 +- ...ationsItemCaretActionsPageInvisibleRoot.cs | 4 +- ...nsItemCaretActionsPageInvisibleRootType.cs | 4 +- ...emCaretActionsPageInvisibleWarningsItem.cs | 4 +- ...onseAnnotationsItemCaretActionsPageOpen.cs | 4 +- ...AnnotationsItemCaretActionsPageOpenRoot.cs | 4 +- ...tationsItemCaretActionsPageOpenRootType.cs | 4 +- ...onsItemCaretActionsPageOpenWarningsItem.cs | 4 +- ...eAnnotationsItemCaretActionsPageVisible.cs | 4 +- ...otationsItemCaretActionsPageVisibleRoot.cs | 4 +- ...ionsItemCaretActionsPageVisibleRootType.cs | 4 +- ...ItemCaretActionsPageVisibleWarningsItem.cs | 4 +- ...00ResponseAnnotationsItemCaretBlendMode.cs | 4 +- ...ist200ResponseAnnotationsItemCaretColor.cs | 4 +- ...ist200ResponseAnnotationsItemCaretFlags.cs | 4 +- ...onseAnnotationsItemCaretIdentityQuality.cs | 4 +- ...00ResponseAnnotationsItemCaretInReplyTo.cs | 88 ++- ...ponseAnnotationsItemCaretInReplyToIndex.cs | 4 +- ...otationsItemCaretInReplyToIndexRevision.cs | 4 +- ...ResponseAnnotationsItemCaretInReplyToNm.cs | 4 +- ...notationsItemCaretInReplyToObjectNumber.cs | 4 +- ...st200ResponseAnnotationsItemCaretIntent.cs | 4 +- ...List200ResponseAnnotationsItemCaretRect.cs | 4 +- ...onseAnnotationsItemCaretRectDifferences.cs | 4 +- ...sList200ResponseAnnotationsItemCaretRef.cs | 84 ++- ...200ResponseAnnotationsItemCaretRefIndex.cs | 4 +- ...nseAnnotationsItemCaretRefIndexRevision.cs | 4 +- ...ist200ResponseAnnotationsItemCaretRefNm.cs | 4 +- ...onseAnnotationsItemCaretRefObjectNumber.cs | 4 +- ...00ResponseAnnotationsItemCaretReplyType.cs | 4 +- ...onsList200ResponseAnnotationsItemCircle.cs | 4 +- ...200ResponseAnnotationsItemCircleActions.cs | 4 +- ...nseAnnotationsItemCircleActionsActivate.cs | 4 +- ...nnotationsItemCircleActionsActivateRoot.cs | 4 +- ...ationsItemCircleActionsActivateRootType.cs | 4 +- ...nsItemCircleActionsActivateWarningsItem.cs | 4 +- ...esponseAnnotationsItemCircleActionsBlur.cs | 4 +- ...nseAnnotationsItemCircleActionsBlurRoot.cs | 4 +- ...nnotationsItemCircleActionsBlurRootType.cs | 4 +- ...ationsItemCircleActionsBlurWarningsItem.cs | 4 +- ...AnnotationsItemCircleActionsCursorEnter.cs | 4 +- ...tationsItemCircleActionsCursorEnterRoot.cs | 4 +- ...onsItemCircleActionsCursorEnterRootType.cs | 4 +- ...temCircleActionsCursorEnterWarningsItem.cs | 4 +- ...eAnnotationsItemCircleActionsCursorExit.cs | 4 +- ...otationsItemCircleActionsCursorExitRoot.cs | 4 +- ...ionsItemCircleActionsCursorExitRootType.cs | 4 +- ...ItemCircleActionsCursorExitWarningsItem.cs | 4 +- ...sponseAnnotationsItemCircleActionsFocus.cs | 4 +- ...seAnnotationsItemCircleActionsFocusRoot.cs | 4 +- ...notationsItemCircleActionsFocusRootType.cs | 4 +- ...tionsItemCircleActionsFocusWarningsItem.cs | 4 +- ...seAnnotationsItemCircleActionsMouseDown.cs | 4 +- ...notationsItemCircleActionsMouseDownRoot.cs | 4 +- ...tionsItemCircleActionsMouseDownRootType.cs | 4 +- ...sItemCircleActionsMouseDownWarningsItem.cs | 4 +- ...onseAnnotationsItemCircleActionsMouseUp.cs | 4 +- ...AnnotationsItemCircleActionsMouseUpRoot.cs | 4 +- ...tationsItemCircleActionsMouseUpRootType.cs | 4 +- ...onsItemCircleActionsMouseUpWarningsItem.cs | 4 +- ...seAnnotationsItemCircleActionsPageClose.cs | 4 +- ...notationsItemCircleActionsPageCloseRoot.cs | 4 +- ...tionsItemCircleActionsPageCloseRootType.cs | 4 +- ...sItemCircleActionsPageCloseWarningsItem.cs | 4 +- ...notationsItemCircleActionsPageInvisible.cs | 4 +- ...tionsItemCircleActionsPageInvisibleRoot.cs | 4 +- ...sItemCircleActionsPageInvisibleRootType.cs | 4 +- ...mCircleActionsPageInvisibleWarningsItem.cs | 4 +- ...nseAnnotationsItemCircleActionsPageOpen.cs | 4 +- ...nnotationsItemCircleActionsPageOpenRoot.cs | 4 +- ...ationsItemCircleActionsPageOpenRootType.cs | 4 +- ...nsItemCircleActionsPageOpenWarningsItem.cs | 4 +- ...AnnotationsItemCircleActionsPageVisible.cs | 4 +- ...tationsItemCircleActionsPageVisibleRoot.cs | 4 +- ...onsItemCircleActionsPageVisibleRootType.cs | 4 +- ...temCircleActionsPageVisibleWarningsItem.cs | 4 +- ...0ResponseAnnotationsItemCircleBlendMode.cs | 4 +- ...esponseAnnotationsItemCircleBorderStyle.cs | 4 +- ...st200ResponseAnnotationsItemCircleColor.cs | 4 +- ...st200ResponseAnnotationsItemCircleFlags.cs | 4 +- ...nseAnnotationsItemCircleIdentityQuality.cs | 4 +- ...0ResponseAnnotationsItemCircleInReplyTo.cs | 86 ++- ...onseAnnotationsItemCircleInReplyToIndex.cs | 4 +- ...tationsItemCircleInReplyToIndexRevision.cs | 4 +- ...esponseAnnotationsItemCircleInReplyToNm.cs | 4 +- ...otationsItemCircleInReplyToObjectNumber.cs | 4 +- ...ponseAnnotationsItemCircleInteriorColor.cs | 4 +- ...ist200ResponseAnnotationsItemCircleRect.cs | 4 +- ...nseAnnotationsItemCircleRectDifferences.cs | 4 +- ...List200ResponseAnnotationsItemCircleRef.cs | 84 ++- ...00ResponseAnnotationsItemCircleRefIndex.cs | 4 +- ...seAnnotationsItemCircleRefIndexRevision.cs | 4 +- ...st200ResponseAnnotationsItemCircleRefNm.cs | 4 +- ...nseAnnotationsItemCircleRefObjectNumber.cs | 4 +- ...0ResponseAnnotationsItemCircleReplyType.cs | 4 +- ...ponseAnnotationsItemCircleUnrotatedRect.cs | 4 +- ...00ResponseAnnotationsItemFileAttachment.cs | 4 +- ...nseAnnotationsItemFileAttachmentActions.cs | 4 +- ...ationsItemFileAttachmentActionsActivate.cs | 4 +- ...nsItemFileAttachmentActionsActivateRoot.cs | 4 +- ...emFileAttachmentActionsActivateRootType.cs | 4 +- ...leAttachmentActionsActivateWarningsItem.cs | 4 +- ...nnotationsItemFileAttachmentActionsBlur.cs | 4 +- ...ationsItemFileAttachmentActionsBlurRoot.cs | 4 +- ...nsItemFileAttachmentActionsBlurRootType.cs | 4 +- ...emFileAttachmentActionsBlurWarningsItem.cs | 4 +- ...onsItemFileAttachmentActionsCursorEnter.cs | 4 +- ...temFileAttachmentActionsCursorEnterRoot.cs | 4 +- ...ileAttachmentActionsCursorEnterRootType.cs | 4 +- ...ttachmentActionsCursorEnterWarningsItem.cs | 4 +- ...ionsItemFileAttachmentActionsCursorExit.cs | 4 +- ...ItemFileAttachmentActionsCursorExitRoot.cs | 4 +- ...FileAttachmentActionsCursorExitRootType.cs | 4 +- ...AttachmentActionsCursorExitWarningsItem.cs | 4 +- ...notationsItemFileAttachmentActionsFocus.cs | 4 +- ...tionsItemFileAttachmentActionsFocusRoot.cs | 4 +- ...sItemFileAttachmentActionsFocusRootType.cs | 4 +- ...mFileAttachmentActionsFocusWarningsItem.cs | 4 +- ...tionsItemFileAttachmentActionsMouseDown.cs | 4 +- ...sItemFileAttachmentActionsMouseDownRoot.cs | 4 +- ...mFileAttachmentActionsMouseDownRootType.cs | 4 +- ...eAttachmentActionsMouseDownWarningsItem.cs | 4 +- ...tationsItemFileAttachmentActionsMouseUp.cs | 4 +- ...onsItemFileAttachmentActionsMouseUpRoot.cs | 4 +- ...temFileAttachmentActionsMouseUpRootType.cs | 4 +- ...ileAttachmentActionsMouseUpWarningsItem.cs | 4 +- ...tionsItemFileAttachmentActionsPageClose.cs | 4 +- ...sItemFileAttachmentActionsPageCloseRoot.cs | 4 +- ...mFileAttachmentActionsPageCloseRootType.cs | 4 +- ...eAttachmentActionsPageCloseWarningsItem.cs | 4 +- ...sItemFileAttachmentActionsPageInvisible.cs | 4 +- ...mFileAttachmentActionsPageInvisibleRoot.cs | 4 +- ...eAttachmentActionsPageInvisibleRootType.cs | 4 +- ...achmentActionsPageInvisibleWarningsItem.cs | 4 +- ...ationsItemFileAttachmentActionsPageOpen.cs | 4 +- ...nsItemFileAttachmentActionsPageOpenRoot.cs | 4 +- ...emFileAttachmentActionsPageOpenRootType.cs | 4 +- ...leAttachmentActionsPageOpenWarningsItem.cs | 4 +- ...onsItemFileAttachmentActionsPageVisible.cs | 4 +- ...temFileAttachmentActionsPageVisibleRoot.cs | 4 +- ...ileAttachmentActionsPageVisibleRootType.cs | 4 +- ...ttachmentActionsPageVisibleWarningsItem.cs | 4 +- ...eAnnotationsItemFileAttachmentBlendMode.cs | 4 +- ...ponseAnnotationsItemFileAttachmentColor.cs | 4 +- ...sponseAnnotationsItemFileAttachmentFile.cs | 4 +- ...ponseAnnotationsItemFileAttachmentFlags.cs | 4 +- ...sponseAnnotationsItemFileAttachmentIcon.cs | 4 +- ...ationsItemFileAttachmentIdentityQuality.cs | 4 +- ...eAnnotationsItemFileAttachmentInReplyTo.cs | 86 ++- ...tationsItemFileAttachmentInReplyToIndex.cs | 4 +- ...temFileAttachmentInReplyToIndexRevision.cs | 4 +- ...nnotationsItemFileAttachmentInReplyToNm.cs | 4 +- ...ItemFileAttachmentInReplyToObjectNumber.cs | 4 +- ...sponseAnnotationsItemFileAttachmentRect.cs | 4 +- ...esponseAnnotationsItemFileAttachmentRef.cs | 82 +-- ...seAnnotationsItemFileAttachmentRefIndex.cs | 4 +- ...tionsItemFileAttachmentRefIndexRevision.cs | 4 +- ...ponseAnnotationsItemFileAttachmentRefNm.cs | 4 +- ...ationsItemFileAttachmentRefObjectNumber.cs | 4 +- ...eAnnotationsItemFileAttachmentReplyType.cs | 4 +- ...sList200ResponseAnnotationsItemFreeText.cs | 4 +- ...0ResponseAnnotationsItemFreeTextActions.cs | 4 +- ...eAnnotationsItemFreeTextActionsActivate.cs | 4 +- ...otationsItemFreeTextActionsActivateRoot.cs | 4 +- ...ionsItemFreeTextActionsActivateRootType.cs | 4 +- ...ItemFreeTextActionsActivateWarningsItem.cs | 4 +- ...ponseAnnotationsItemFreeTextActionsBlur.cs | 4 +- ...eAnnotationsItemFreeTextActionsBlurRoot.cs | 4 +- ...otationsItemFreeTextActionsBlurRootType.cs | 4 +- ...ionsItemFreeTextActionsBlurWarningsItem.cs | 4 +- ...notationsItemFreeTextActionsCursorEnter.cs | 4 +- ...tionsItemFreeTextActionsCursorEnterRoot.cs | 4 +- ...sItemFreeTextActionsCursorEnterRootType.cs | 4 +- ...mFreeTextActionsCursorEnterWarningsItem.cs | 4 +- ...nnotationsItemFreeTextActionsCursorExit.cs | 4 +- ...ationsItemFreeTextActionsCursorExitRoot.cs | 4 +- ...nsItemFreeTextActionsCursorExitRootType.cs | 4 +- ...emFreeTextActionsCursorExitWarningsItem.cs | 4 +- ...onseAnnotationsItemFreeTextActionsFocus.cs | 4 +- ...AnnotationsItemFreeTextActionsFocusRoot.cs | 4 +- ...tationsItemFreeTextActionsFocusRootType.cs | 4 +- ...onsItemFreeTextActionsFocusWarningsItem.cs | 4 +- ...AnnotationsItemFreeTextActionsMouseDown.cs | 4 +- ...tationsItemFreeTextActionsMouseDownRoot.cs | 4 +- ...onsItemFreeTextActionsMouseDownRootType.cs | 4 +- ...temFreeTextActionsMouseDownWarningsItem.cs | 4 +- ...seAnnotationsItemFreeTextActionsMouseUp.cs | 4 +- ...notationsItemFreeTextActionsMouseUpRoot.cs | 4 +- ...tionsItemFreeTextActionsMouseUpRootType.cs | 4 +- ...sItemFreeTextActionsMouseUpWarningsItem.cs | 4 +- ...AnnotationsItemFreeTextActionsPageClose.cs | 4 +- ...tationsItemFreeTextActionsPageCloseRoot.cs | 4 +- ...onsItemFreeTextActionsPageCloseRootType.cs | 4 +- ...temFreeTextActionsPageCloseWarningsItem.cs | 4 +- ...tationsItemFreeTextActionsPageInvisible.cs | 4 +- ...onsItemFreeTextActionsPageInvisibleRoot.cs | 4 +- ...temFreeTextActionsPageInvisibleRootType.cs | 4 +- ...reeTextActionsPageInvisibleWarningsItem.cs | 4 +- ...eAnnotationsItemFreeTextActionsPageOpen.cs | 4 +- ...otationsItemFreeTextActionsPageOpenRoot.cs | 4 +- ...ionsItemFreeTextActionsPageOpenRootType.cs | 4 +- ...ItemFreeTextActionsPageOpenWarningsItem.cs | 4 +- ...notationsItemFreeTextActionsPageVisible.cs | 4 +- ...tionsItemFreeTextActionsPageVisibleRoot.cs | 4 +- ...sItemFreeTextActionsPageVisibleRootType.cs | 4 +- ...mFreeTextActionsPageVisibleWarningsItem.cs | 4 +- ...esponseAnnotationsItemFreeTextBlendMode.cs | 4 +- ...ponseAnnotationsItemFreeTextBorderStyle.cs | 4 +- ...200ResponseAnnotationsItemFreeTextColor.cs | 4 +- ...200ResponseAnnotationsItemFreeTextFlags.cs | 4 +- ...esponseAnnotationsItemFreeTextFontColor.cs | 4 +- ...sponseAnnotationsItemFreeTextFontFamily.cs | 4 +- ...eAnnotationsItemFreeTextIdentityQuality.cs | 4 +- ...esponseAnnotationsItemFreeTextInReplyTo.cs | 82 +-- ...seAnnotationsItemFreeTextInReplyToIndex.cs | 4 +- ...tionsItemFreeTextInReplyToIndexRevision.cs | 4 +- ...ponseAnnotationsItemFreeTextInReplyToNm.cs | 4 +- ...ationsItemFreeTextInReplyToObjectNumber.cs | 4 +- ...00ResponseAnnotationsItemFreeTextIntent.cs | 4 +- ...nseAnnotationsItemFreeTextInteriorColor.cs | 4 +- ...sponseAnnotationsItemFreeTextLineEnding.cs | 4 +- ...t200ResponseAnnotationsItemFreeTextRect.cs | 4 +- ...eAnnotationsItemFreeTextRectDifferences.cs | 4 +- ...st200ResponseAnnotationsItemFreeTextRef.cs | 87 ++- ...ResponseAnnotationsItemFreeTextRefIndex.cs | 4 +- ...AnnotationsItemFreeTextRefIndexRevision.cs | 4 +- ...200ResponseAnnotationsItemFreeTextRefNm.cs | 4 +- ...eAnnotationsItemFreeTextRefObjectNumber.cs | 4 +- ...esponseAnnotationsItemFreeTextReplyType.cs | 4 +- ...esponseAnnotationsItemFreeTextTextAlign.cs | 4 +- ...nseAnnotationsItemFreeTextUnrotatedRect.cs | 4 +- ...List200ResponseAnnotationsItemHighlight.cs | 4 +- ...ResponseAnnotationsItemHighlightActions.cs | 4 +- ...AnnotationsItemHighlightActionsActivate.cs | 4 +- ...tationsItemHighlightActionsActivateRoot.cs | 4 +- ...onsItemHighlightActionsActivateRootType.cs | 4 +- ...temHighlightActionsActivateWarningsItem.cs | 4 +- ...onseAnnotationsItemHighlightActionsBlur.cs | 4 +- ...AnnotationsItemHighlightActionsBlurRoot.cs | 4 +- ...tationsItemHighlightActionsBlurRootType.cs | 4 +- ...onsItemHighlightActionsBlurWarningsItem.cs | 4 +- ...otationsItemHighlightActionsCursorEnter.cs | 4 +- ...ionsItemHighlightActionsCursorEnterRoot.cs | 4 +- ...ItemHighlightActionsCursorEnterRootType.cs | 4 +- ...HighlightActionsCursorEnterWarningsItem.cs | 4 +- ...notationsItemHighlightActionsCursorExit.cs | 4 +- ...tionsItemHighlightActionsCursorExitRoot.cs | 4 +- ...sItemHighlightActionsCursorExitRootType.cs | 4 +- ...mHighlightActionsCursorExitWarningsItem.cs | 4 +- ...nseAnnotationsItemHighlightActionsFocus.cs | 4 +- ...nnotationsItemHighlightActionsFocusRoot.cs | 4 +- ...ationsItemHighlightActionsFocusRootType.cs | 4 +- ...nsItemHighlightActionsFocusWarningsItem.cs | 4 +- ...nnotationsItemHighlightActionsMouseDown.cs | 4 +- ...ationsItemHighlightActionsMouseDownRoot.cs | 4 +- ...nsItemHighlightActionsMouseDownRootType.cs | 4 +- ...emHighlightActionsMouseDownWarningsItem.cs | 4 +- ...eAnnotationsItemHighlightActionsMouseUp.cs | 4 +- ...otationsItemHighlightActionsMouseUpRoot.cs | 4 +- ...ionsItemHighlightActionsMouseUpRootType.cs | 4 +- ...ItemHighlightActionsMouseUpWarningsItem.cs | 4 +- ...nnotationsItemHighlightActionsPageClose.cs | 4 +- ...ationsItemHighlightActionsPageCloseRoot.cs | 4 +- ...nsItemHighlightActionsPageCloseRootType.cs | 4 +- ...emHighlightActionsPageCloseWarningsItem.cs | 4 +- ...ationsItemHighlightActionsPageInvisible.cs | 4 +- ...nsItemHighlightActionsPageInvisibleRoot.cs | 4 +- ...emHighlightActionsPageInvisibleRootType.cs | 4 +- ...ghlightActionsPageInvisibleWarningsItem.cs | 4 +- ...AnnotationsItemHighlightActionsPageOpen.cs | 4 +- ...tationsItemHighlightActionsPageOpenRoot.cs | 4 +- ...onsItemHighlightActionsPageOpenRootType.cs | 4 +- ...temHighlightActionsPageOpenWarningsItem.cs | 4 +- ...otationsItemHighlightActionsPageVisible.cs | 4 +- ...ionsItemHighlightActionsPageVisibleRoot.cs | 4 +- ...ItemHighlightActionsPageVisibleRootType.cs | 4 +- ...HighlightActionsPageVisibleWarningsItem.cs | 4 +- ...sponseAnnotationsItemHighlightBlendMode.cs | 4 +- ...00ResponseAnnotationsItemHighlightColor.cs | 4 +- ...00ResponseAnnotationsItemHighlightFlags.cs | 4 +- ...AnnotationsItemHighlightIdentityQuality.cs | 4 +- ...sponseAnnotationsItemHighlightInReplyTo.cs | 88 ++- ...eAnnotationsItemHighlightInReplyToIndex.cs | 4 +- ...ionsItemHighlightInReplyToIndexRevision.cs | 4 +- ...onseAnnotationsItemHighlightInReplyToNm.cs | 4 +- ...tionsItemHighlightInReplyToObjectNumber.cs | 4 +- ...eAnnotationsItemHighlightQuadPointsItem.cs | 4 +- ...nnotationsItemHighlightQuadPointsItemP1.cs | 4 +- ...nnotationsItemHighlightQuadPointsItemP2.cs | 4 +- ...nnotationsItemHighlightQuadPointsItemP3.cs | 4 +- ...nnotationsItemHighlightQuadPointsItemP4.cs | 4 +- ...200ResponseAnnotationsItemHighlightRect.cs | 4 +- ...t200ResponseAnnotationsItemHighlightRef.cs | 89 ++- ...esponseAnnotationsItemHighlightRefIndex.cs | 4 +- ...nnotationsItemHighlightRefIndexRevision.cs | 4 +- ...00ResponseAnnotationsItemHighlightRefNm.cs | 4 +- ...AnnotationsItemHighlightRefObjectNumber.cs | 4 +- ...sponseAnnotationsItemHighlightReplyType.cs | 4 +- ...ationsList200ResponseAnnotationsItemInk.cs | 4 +- ...ist200ResponseAnnotationsItemInkActions.cs | 4 +- ...sponseAnnotationsItemInkActionsActivate.cs | 4 +- ...seAnnotationsItemInkActionsActivateRoot.cs | 4 +- ...notationsItemInkActionsActivateRootType.cs | 4 +- ...tionsItemInkActionsActivateWarningsItem.cs | 4 +- ...00ResponseAnnotationsItemInkActionsBlur.cs | 4 +- ...sponseAnnotationsItemInkActionsBlurRoot.cs | 4 +- ...seAnnotationsItemInkActionsBlurRootType.cs | 4 +- ...notationsItemInkActionsBlurWarningsItem.cs | 4 +- ...nseAnnotationsItemInkActionsCursorEnter.cs | 4 +- ...nnotationsItemInkActionsCursorEnterRoot.cs | 4 +- ...ationsItemInkActionsCursorEnterRootType.cs | 4 +- ...nsItemInkActionsCursorEnterWarningsItem.cs | 4 +- ...onseAnnotationsItemInkActionsCursorExit.cs | 4 +- ...AnnotationsItemInkActionsCursorExitRoot.cs | 4 +- ...tationsItemInkActionsCursorExitRootType.cs | 4 +- ...onsItemInkActionsCursorExitWarningsItem.cs | 4 +- ...0ResponseAnnotationsItemInkActionsFocus.cs | 4 +- ...ponseAnnotationsItemInkActionsFocusRoot.cs | 4 +- ...eAnnotationsItemInkActionsFocusRootType.cs | 4 +- ...otationsItemInkActionsFocusWarningsItem.cs | 4 +- ...ponseAnnotationsItemInkActionsMouseDown.cs | 4 +- ...eAnnotationsItemInkActionsMouseDownRoot.cs | 4 +- ...otationsItemInkActionsMouseDownRootType.cs | 4 +- ...ionsItemInkActionsMouseDownWarningsItem.cs | 4 +- ...esponseAnnotationsItemInkActionsMouseUp.cs | 4 +- ...nseAnnotationsItemInkActionsMouseUpRoot.cs | 4 +- ...nnotationsItemInkActionsMouseUpRootType.cs | 4 +- ...ationsItemInkActionsMouseUpWarningsItem.cs | 4 +- ...ponseAnnotationsItemInkActionsPageClose.cs | 4 +- ...eAnnotationsItemInkActionsPageCloseRoot.cs | 4 +- ...otationsItemInkActionsPageCloseRootType.cs | 4 +- ...ionsItemInkActionsPageCloseWarningsItem.cs | 4 +- ...eAnnotationsItemInkActionsPageInvisible.cs | 4 +- ...otationsItemInkActionsPageInvisibleRoot.cs | 4 +- ...ionsItemInkActionsPageInvisibleRootType.cs | 4 +- ...ItemInkActionsPageInvisibleWarningsItem.cs | 4 +- ...sponseAnnotationsItemInkActionsPageOpen.cs | 4 +- ...seAnnotationsItemInkActionsPageOpenRoot.cs | 4 +- ...notationsItemInkActionsPageOpenRootType.cs | 4 +- ...tionsItemInkActionsPageOpenWarningsItem.cs | 4 +- ...nseAnnotationsItemInkActionsPageVisible.cs | 4 +- ...nnotationsItemInkActionsPageVisibleRoot.cs | 4 +- ...ationsItemInkActionsPageVisibleRootType.cs | 4 +- ...nsItemInkActionsPageVisibleWarningsItem.cs | 4 +- ...t200ResponseAnnotationsItemInkBlendMode.cs | 4 +- ...00ResponseAnnotationsItemInkBorderStyle.cs | 4 +- ...sList200ResponseAnnotationsItemInkColor.cs | 4 +- ...sList200ResponseAnnotationsItemInkFlags.cs | 4 +- ...sponseAnnotationsItemInkIdentityQuality.cs | 4 +- ...t200ResponseAnnotationsItemInkInReplyTo.cs | 89 ++- ...esponseAnnotationsItemInkInReplyToIndex.cs | 4 +- ...nnotationsItemInkInReplyToIndexRevision.cs | 4 +- ...00ResponseAnnotationsItemInkInReplyToNm.cs | 4 +- ...AnnotationsItemInkInReplyToObjectNumber.cs | 4 +- ...sponseAnnotationsItemInkInkListItemItem.cs | 4 +- ...List200ResponseAnnotationsItemInkIntent.cs | 4 +- ...nsList200ResponseAnnotationsItemInkRect.cs | 4 +- ...onsList200ResponseAnnotationsItemInkRef.cs | 83 ++- ...st200ResponseAnnotationsItemInkRefIndex.cs | 4 +- ...ponseAnnotationsItemInkRefIndexRevision.cs | 4 +- ...sList200ResponseAnnotationsItemInkRefNm.cs | 4 +- ...sponseAnnotationsItemInkRefObjectNumber.cs | 4 +- ...t200ResponseAnnotationsItemInkReplyType.cs | 4 +- ...tionsList200ResponseAnnotationsItemLine.cs | 4 +- ...st200ResponseAnnotationsItemLineActions.cs | 4 +- ...ponseAnnotationsItemLineActionsActivate.cs | 4 +- ...eAnnotationsItemLineActionsActivateRoot.cs | 4 +- ...otationsItemLineActionsActivateRootType.cs | 4 +- ...ionsItemLineActionsActivateWarningsItem.cs | 4 +- ...0ResponseAnnotationsItemLineActionsBlur.cs | 4 +- ...ponseAnnotationsItemLineActionsBlurRoot.cs | 4 +- ...eAnnotationsItemLineActionsBlurRootType.cs | 4 +- ...otationsItemLineActionsBlurWarningsItem.cs | 4 +- ...seAnnotationsItemLineActionsCursorEnter.cs | 4 +- ...notationsItemLineActionsCursorEnterRoot.cs | 4 +- ...tionsItemLineActionsCursorEnterRootType.cs | 4 +- ...sItemLineActionsCursorEnterWarningsItem.cs | 4 +- ...nseAnnotationsItemLineActionsCursorExit.cs | 4 +- ...nnotationsItemLineActionsCursorExitRoot.cs | 4 +- ...ationsItemLineActionsCursorExitRootType.cs | 4 +- ...nsItemLineActionsCursorExitWarningsItem.cs | 4 +- ...ResponseAnnotationsItemLineActionsFocus.cs | 4 +- ...onseAnnotationsItemLineActionsFocusRoot.cs | 4 +- ...AnnotationsItemLineActionsFocusRootType.cs | 4 +- ...tationsItemLineActionsFocusWarningsItem.cs | 4 +- ...onseAnnotationsItemLineActionsMouseDown.cs | 4 +- ...AnnotationsItemLineActionsMouseDownRoot.cs | 4 +- ...tationsItemLineActionsMouseDownRootType.cs | 4 +- ...onsItemLineActionsMouseDownWarningsItem.cs | 4 +- ...sponseAnnotationsItemLineActionsMouseUp.cs | 4 +- ...seAnnotationsItemLineActionsMouseUpRoot.cs | 4 +- ...notationsItemLineActionsMouseUpRootType.cs | 4 +- ...tionsItemLineActionsMouseUpWarningsItem.cs | 4 +- ...onseAnnotationsItemLineActionsPageClose.cs | 4 +- ...AnnotationsItemLineActionsPageCloseRoot.cs | 4 +- ...tationsItemLineActionsPageCloseRootType.cs | 4 +- ...onsItemLineActionsPageCloseWarningsItem.cs | 4 +- ...AnnotationsItemLineActionsPageInvisible.cs | 4 +- ...tationsItemLineActionsPageInvisibleRoot.cs | 4 +- ...onsItemLineActionsPageInvisibleRootType.cs | 4 +- ...temLineActionsPageInvisibleWarningsItem.cs | 4 +- ...ponseAnnotationsItemLineActionsPageOpen.cs | 4 +- ...eAnnotationsItemLineActionsPageOpenRoot.cs | 4 +- ...otationsItemLineActionsPageOpenRootType.cs | 4 +- ...ionsItemLineActionsPageOpenWarningsItem.cs | 4 +- ...seAnnotationsItemLineActionsPageVisible.cs | 4 +- ...notationsItemLineActionsPageVisibleRoot.cs | 4 +- ...tionsItemLineActionsPageVisibleRootType.cs | 4 +- ...sItemLineActionsPageVisibleWarningsItem.cs | 4 +- ...200ResponseAnnotationsItemLineBlendMode.cs | 4 +- ...0ResponseAnnotationsItemLineBorderStyle.cs | 4 +- ...List200ResponseAnnotationsItemLineColor.cs | 4 +- ...List200ResponseAnnotationsItemLineFlags.cs | 4 +- ...ponseAnnotationsItemLineIdentityQuality.cs | 4 +- ...200ResponseAnnotationsItemLineInReplyTo.cs | 89 ++- ...sponseAnnotationsItemLineInReplyToIndex.cs | 4 +- ...notationsItemLineInReplyToIndexRevision.cs | 4 +- ...0ResponseAnnotationsItemLineInReplyToNm.cs | 4 +- ...nnotationsItemLineInReplyToObjectNumber.cs | 4 +- ...esponseAnnotationsItemLineInteriorColor.cs | 4 +- ...0ResponseAnnotationsItemLineLineEndings.cs | 4 +- ...sponseAnnotationsItemLineLineEndingsEnd.cs | 4 +- ...onseAnnotationsItemLineLineEndingsStart.cs | 4 +- ...00ResponseAnnotationsItemLineLinePoints.cs | 4 +- ...esponseAnnotationsItemLineLinePointsEnd.cs | 4 +- ...ponseAnnotationsItemLineLinePointsStart.cs | 4 +- ...sList200ResponseAnnotationsItemLineRect.cs | 4 +- ...nsList200ResponseAnnotationsItemLineRef.cs | 84 ++- ...t200ResponseAnnotationsItemLineRefIndex.cs | 4 +- ...onseAnnotationsItemLineRefIndexRevision.cs | 4 +- ...List200ResponseAnnotationsItemLineRefNm.cs | 4 +- ...ponseAnnotationsItemLineRefObjectNumber.cs | 4 +- ...200ResponseAnnotationsItemLineReplyType.cs | 4 +- ...tionsList200ResponseAnnotationsItemLink.cs | 4 +- ...st200ResponseAnnotationsItemLinkActions.cs | 4 +- ...ponseAnnotationsItemLinkActionsActivate.cs | 4 +- ...eAnnotationsItemLinkActionsActivateRoot.cs | 4 +- ...otationsItemLinkActionsActivateRootType.cs | 4 +- ...ionsItemLinkActionsActivateWarningsItem.cs | 4 +- ...0ResponseAnnotationsItemLinkActionsBlur.cs | 4 +- ...ponseAnnotationsItemLinkActionsBlurRoot.cs | 4 +- ...eAnnotationsItemLinkActionsBlurRootType.cs | 4 +- ...otationsItemLinkActionsBlurWarningsItem.cs | 4 +- ...seAnnotationsItemLinkActionsCursorEnter.cs | 4 +- ...notationsItemLinkActionsCursorEnterRoot.cs | 4 +- ...tionsItemLinkActionsCursorEnterRootType.cs | 4 +- ...sItemLinkActionsCursorEnterWarningsItem.cs | 4 +- ...nseAnnotationsItemLinkActionsCursorExit.cs | 4 +- ...nnotationsItemLinkActionsCursorExitRoot.cs | 4 +- ...ationsItemLinkActionsCursorExitRootType.cs | 4 +- ...nsItemLinkActionsCursorExitWarningsItem.cs | 4 +- ...ResponseAnnotationsItemLinkActionsFocus.cs | 4 +- ...onseAnnotationsItemLinkActionsFocusRoot.cs | 4 +- ...AnnotationsItemLinkActionsFocusRootType.cs | 4 +- ...tationsItemLinkActionsFocusWarningsItem.cs | 4 +- ...onseAnnotationsItemLinkActionsMouseDown.cs | 4 +- ...AnnotationsItemLinkActionsMouseDownRoot.cs | 4 +- ...tationsItemLinkActionsMouseDownRootType.cs | 4 +- ...onsItemLinkActionsMouseDownWarningsItem.cs | 4 +- ...sponseAnnotationsItemLinkActionsMouseUp.cs | 4 +- ...seAnnotationsItemLinkActionsMouseUpRoot.cs | 4 +- ...notationsItemLinkActionsMouseUpRootType.cs | 4 +- ...tionsItemLinkActionsMouseUpWarningsItem.cs | 4 +- ...onseAnnotationsItemLinkActionsPageClose.cs | 4 +- ...AnnotationsItemLinkActionsPageCloseRoot.cs | 4 +- ...tationsItemLinkActionsPageCloseRootType.cs | 4 +- ...onsItemLinkActionsPageCloseWarningsItem.cs | 4 +- ...AnnotationsItemLinkActionsPageInvisible.cs | 4 +- ...tationsItemLinkActionsPageInvisibleRoot.cs | 4 +- ...onsItemLinkActionsPageInvisibleRootType.cs | 4 +- ...temLinkActionsPageInvisibleWarningsItem.cs | 4 +- ...ponseAnnotationsItemLinkActionsPageOpen.cs | 4 +- ...eAnnotationsItemLinkActionsPageOpenRoot.cs | 4 +- ...otationsItemLinkActionsPageOpenRootType.cs | 4 +- ...ionsItemLinkActionsPageOpenWarningsItem.cs | 4 +- ...seAnnotationsItemLinkActionsPageVisible.cs | 4 +- ...notationsItemLinkActionsPageVisibleRoot.cs | 4 +- ...tionsItemLinkActionsPageVisibleRootType.cs | 4 +- ...sItemLinkActionsPageVisibleWarningsItem.cs | 4 +- ...200ResponseAnnotationsItemLinkBlendMode.cs | 4 +- ...List200ResponseAnnotationsItemLinkFlags.cs | 4 +- ...ponseAnnotationsItemLinkIdentityQuality.cs | 4 +- ...200ResponseAnnotationsItemLinkInReplyTo.cs | 89 ++- ...sponseAnnotationsItemLinkInReplyToIndex.cs | 4 +- ...notationsItemLinkInReplyToIndexRevision.cs | 4 +- ...0ResponseAnnotationsItemLinkInReplyToNm.cs | 4 +- ...nnotationsItemLinkInReplyToObjectNumber.cs | 4 +- ...sList200ResponseAnnotationsItemLinkRect.cs | 4 +- ...nsList200ResponseAnnotationsItemLinkRef.cs | 84 ++- ...t200ResponseAnnotationsItemLinkRefIndex.cs | 4 +- ...onseAnnotationsItemLinkRefIndexRevision.cs | 4 +- ...List200ResponseAnnotationsItemLinkRefNm.cs | 4 +- ...ponseAnnotationsItemLinkRefObjectNumber.cs | 4 +- ...200ResponseAnnotationsItemLinkReplyType.cs | 4 +- ...ist200ResponseAnnotationsItemLinkTarget.cs | 189 ++++--- ...00ResponseAnnotationsItemLinkTargetGoto.cs | 4 +- ...nnotationsItemLinkTargetGotoDestination.cs | 212 ++++---- ...tationsItemLinkTargetGotoDestinationFit.cs | 4 +- ...ationsItemLinkTargetGotoDestinationFitB.cs | 4 +- ...tionsItemLinkTargetGotoDestinationFitBh.cs | 4 +- ...tionsItemLinkTargetGotoDestinationFitBv.cs | 4 +- ...ationsItemLinkTargetGotoDestinationFitH.cs | 4 +- ...ationsItemLinkTargetGotoDestinationFitR.cs | 4 +- ...ationsItemLinkTargetGotoDestinationFitV.cs | 4 +- ...tationsItemLinkTargetGotoDestinationXyz.cs | 4 +- ...onseAnnotationsItemLinkTargetGotoRemote.cs | 4 +- ...onseAnnotationsItemLinkTargetJavascript.cs | 4 +- ...ResponseAnnotationsItemLinkTargetLaunch.cs | 4 +- ...0ResponseAnnotationsItemLinkTargetNamed.cs | 4 +- ...nseAnnotationsItemLinkTargetUnsupported.cs | 4 +- ...200ResponseAnnotationsItemLinkTargetUri.cs | 4 +- ...nsList200ResponseAnnotationsItemPolygon.cs | 4 +- ...00ResponseAnnotationsItemPolygonActions.cs | 4 +- ...seAnnotationsItemPolygonActionsActivate.cs | 4 +- ...notationsItemPolygonActionsActivateRoot.cs | 4 +- ...tionsItemPolygonActionsActivateRootType.cs | 4 +- ...sItemPolygonActionsActivateWarningsItem.cs | 4 +- ...sponseAnnotationsItemPolygonActionsBlur.cs | 4 +- ...seAnnotationsItemPolygonActionsBlurRoot.cs | 4 +- ...notationsItemPolygonActionsBlurRootType.cs | 4 +- ...tionsItemPolygonActionsBlurWarningsItem.cs | 4 +- ...nnotationsItemPolygonActionsCursorEnter.cs | 4 +- ...ationsItemPolygonActionsCursorEnterRoot.cs | 4 +- ...nsItemPolygonActionsCursorEnterRootType.cs | 4 +- ...emPolygonActionsCursorEnterWarningsItem.cs | 4 +- ...AnnotationsItemPolygonActionsCursorExit.cs | 4 +- ...tationsItemPolygonActionsCursorExitRoot.cs | 4 +- ...onsItemPolygonActionsCursorExitRootType.cs | 4 +- ...temPolygonActionsCursorExitWarningsItem.cs | 4 +- ...ponseAnnotationsItemPolygonActionsFocus.cs | 4 +- ...eAnnotationsItemPolygonActionsFocusRoot.cs | 4 +- ...otationsItemPolygonActionsFocusRootType.cs | 4 +- ...ionsItemPolygonActionsFocusWarningsItem.cs | 4 +- ...eAnnotationsItemPolygonActionsMouseDown.cs | 4 +- ...otationsItemPolygonActionsMouseDownRoot.cs | 4 +- ...ionsItemPolygonActionsMouseDownRootType.cs | 4 +- ...ItemPolygonActionsMouseDownWarningsItem.cs | 4 +- ...nseAnnotationsItemPolygonActionsMouseUp.cs | 4 +- ...nnotationsItemPolygonActionsMouseUpRoot.cs | 4 +- ...ationsItemPolygonActionsMouseUpRootType.cs | 4 +- ...nsItemPolygonActionsMouseUpWarningsItem.cs | 4 +- ...eAnnotationsItemPolygonActionsPageClose.cs | 4 +- ...otationsItemPolygonActionsPageCloseRoot.cs | 4 +- ...ionsItemPolygonActionsPageCloseRootType.cs | 4 +- ...ItemPolygonActionsPageCloseWarningsItem.cs | 4 +- ...otationsItemPolygonActionsPageInvisible.cs | 4 +- ...ionsItemPolygonActionsPageInvisibleRoot.cs | 4 +- ...ItemPolygonActionsPageInvisibleRootType.cs | 4 +- ...PolygonActionsPageInvisibleWarningsItem.cs | 4 +- ...seAnnotationsItemPolygonActionsPageOpen.cs | 4 +- ...notationsItemPolygonActionsPageOpenRoot.cs | 4 +- ...tionsItemPolygonActionsPageOpenRootType.cs | 4 +- ...sItemPolygonActionsPageOpenWarningsItem.cs | 4 +- ...nnotationsItemPolygonActionsPageVisible.cs | 4 +- ...ationsItemPolygonActionsPageVisibleRoot.cs | 4 +- ...nsItemPolygonActionsPageVisibleRootType.cs | 4 +- ...emPolygonActionsPageVisibleWarningsItem.cs | 4 +- ...ResponseAnnotationsItemPolygonBlendMode.cs | 4 +- ...sponseAnnotationsItemPolygonBorderStyle.cs | 4 +- ...t200ResponseAnnotationsItemPolygonColor.cs | 4 +- ...t200ResponseAnnotationsItemPolygonFlags.cs | 4 +- ...seAnnotationsItemPolygonIdentityQuality.cs | 4 +- ...ResponseAnnotationsItemPolygonInReplyTo.cs | 86 ++- ...nseAnnotationsItemPolygonInReplyToIndex.cs | 4 +- ...ationsItemPolygonInReplyToIndexRevision.cs | 4 +- ...sponseAnnotationsItemPolygonInReplyToNm.cs | 4 +- ...tationsItemPolygonInReplyToObjectNumber.cs | 4 +- ...onseAnnotationsItemPolygonInteriorColor.cs | 4 +- ...st200ResponseAnnotationsItemPolygonRect.cs | 4 +- ...ist200ResponseAnnotationsItemPolygonRef.cs | 82 +-- ...0ResponseAnnotationsItemPolygonRefIndex.cs | 4 +- ...eAnnotationsItemPolygonRefIndexRevision.cs | 4 +- ...t200ResponseAnnotationsItemPolygonRefNm.cs | 4 +- ...seAnnotationsItemPolygonRefObjectNumber.cs | 4 +- ...ResponseAnnotationsItemPolygonReplyType.cs | 4 +- ...ponseAnnotationsItemPolygonVerticesItem.cs | 4 +- ...sList200ResponseAnnotationsItemPolyline.cs | 4 +- ...0ResponseAnnotationsItemPolylineActions.cs | 4 +- ...eAnnotationsItemPolylineActionsActivate.cs | 4 +- ...otationsItemPolylineActionsActivateRoot.cs | 4 +- ...ionsItemPolylineActionsActivateRootType.cs | 4 +- ...ItemPolylineActionsActivateWarningsItem.cs | 4 +- ...ponseAnnotationsItemPolylineActionsBlur.cs | 4 +- ...eAnnotationsItemPolylineActionsBlurRoot.cs | 4 +- ...otationsItemPolylineActionsBlurRootType.cs | 4 +- ...ionsItemPolylineActionsBlurWarningsItem.cs | 4 +- ...notationsItemPolylineActionsCursorEnter.cs | 4 +- ...tionsItemPolylineActionsCursorEnterRoot.cs | 4 +- ...sItemPolylineActionsCursorEnterRootType.cs | 4 +- ...mPolylineActionsCursorEnterWarningsItem.cs | 4 +- ...nnotationsItemPolylineActionsCursorExit.cs | 4 +- ...ationsItemPolylineActionsCursorExitRoot.cs | 4 +- ...nsItemPolylineActionsCursorExitRootType.cs | 4 +- ...emPolylineActionsCursorExitWarningsItem.cs | 4 +- ...onseAnnotationsItemPolylineActionsFocus.cs | 4 +- ...AnnotationsItemPolylineActionsFocusRoot.cs | 4 +- ...tationsItemPolylineActionsFocusRootType.cs | 4 +- ...onsItemPolylineActionsFocusWarningsItem.cs | 4 +- ...AnnotationsItemPolylineActionsMouseDown.cs | 4 +- ...tationsItemPolylineActionsMouseDownRoot.cs | 4 +- ...onsItemPolylineActionsMouseDownRootType.cs | 4 +- ...temPolylineActionsMouseDownWarningsItem.cs | 4 +- ...seAnnotationsItemPolylineActionsMouseUp.cs | 4 +- ...notationsItemPolylineActionsMouseUpRoot.cs | 4 +- ...tionsItemPolylineActionsMouseUpRootType.cs | 4 +- ...sItemPolylineActionsMouseUpWarningsItem.cs | 4 +- ...AnnotationsItemPolylineActionsPageClose.cs | 4 +- ...tationsItemPolylineActionsPageCloseRoot.cs | 4 +- ...onsItemPolylineActionsPageCloseRootType.cs | 4 +- ...temPolylineActionsPageCloseWarningsItem.cs | 4 +- ...tationsItemPolylineActionsPageInvisible.cs | 4 +- ...onsItemPolylineActionsPageInvisibleRoot.cs | 4 +- ...temPolylineActionsPageInvisibleRootType.cs | 4 +- ...olylineActionsPageInvisibleWarningsItem.cs | 4 +- ...eAnnotationsItemPolylineActionsPageOpen.cs | 4 +- ...otationsItemPolylineActionsPageOpenRoot.cs | 4 +- ...ionsItemPolylineActionsPageOpenRootType.cs | 4 +- ...ItemPolylineActionsPageOpenWarningsItem.cs | 4 +- ...notationsItemPolylineActionsPageVisible.cs | 4 +- ...tionsItemPolylineActionsPageVisibleRoot.cs | 4 +- ...sItemPolylineActionsPageVisibleRootType.cs | 4 +- ...mPolylineActionsPageVisibleWarningsItem.cs | 4 +- ...esponseAnnotationsItemPolylineBlendMode.cs | 4 +- ...ponseAnnotationsItemPolylineBorderStyle.cs | 4 +- ...200ResponseAnnotationsItemPolylineColor.cs | 4 +- ...200ResponseAnnotationsItemPolylineFlags.cs | 4 +- ...eAnnotationsItemPolylineIdentityQuality.cs | 4 +- ...esponseAnnotationsItemPolylineInReplyTo.cs | 82 +-- ...seAnnotationsItemPolylineInReplyToIndex.cs | 4 +- ...tionsItemPolylineInReplyToIndexRevision.cs | 4 +- ...ponseAnnotationsItemPolylineInReplyToNm.cs | 4 +- ...ationsItemPolylineInReplyToObjectNumber.cs | 4 +- ...nseAnnotationsItemPolylineInteriorColor.cs | 4 +- ...ponseAnnotationsItemPolylineLineEndings.cs | 4 +- ...seAnnotationsItemPolylineLineEndingsEnd.cs | 4 +- ...AnnotationsItemPolylineLineEndingsStart.cs | 4 +- ...t200ResponseAnnotationsItemPolylineRect.cs | 4 +- ...st200ResponseAnnotationsItemPolylineRef.cs | 87 ++- ...ResponseAnnotationsItemPolylineRefIndex.cs | 4 +- ...AnnotationsItemPolylineRefIndexRevision.cs | 4 +- ...200ResponseAnnotationsItemPolylineRefNm.cs | 4 +- ...eAnnotationsItemPolylineRefObjectNumber.cs | 4 +- ...esponseAnnotationsItemPolylineReplyType.cs | 4 +- ...onseAnnotationsItemPolylineVerticesItem.cs | 4 +- ...onsList200ResponseAnnotationsItemRedact.cs | 4 +- ...200ResponseAnnotationsItemRedactActions.cs | 4 +- ...nseAnnotationsItemRedactActionsActivate.cs | 4 +- ...nnotationsItemRedactActionsActivateRoot.cs | 4 +- ...ationsItemRedactActionsActivateRootType.cs | 4 +- ...nsItemRedactActionsActivateWarningsItem.cs | 4 +- ...esponseAnnotationsItemRedactActionsBlur.cs | 4 +- ...nseAnnotationsItemRedactActionsBlurRoot.cs | 4 +- ...nnotationsItemRedactActionsBlurRootType.cs | 4 +- ...ationsItemRedactActionsBlurWarningsItem.cs | 4 +- ...AnnotationsItemRedactActionsCursorEnter.cs | 4 +- ...tationsItemRedactActionsCursorEnterRoot.cs | 4 +- ...onsItemRedactActionsCursorEnterRootType.cs | 4 +- ...temRedactActionsCursorEnterWarningsItem.cs | 4 +- ...eAnnotationsItemRedactActionsCursorExit.cs | 4 +- ...otationsItemRedactActionsCursorExitRoot.cs | 4 +- ...ionsItemRedactActionsCursorExitRootType.cs | 4 +- ...ItemRedactActionsCursorExitWarningsItem.cs | 4 +- ...sponseAnnotationsItemRedactActionsFocus.cs | 4 +- ...seAnnotationsItemRedactActionsFocusRoot.cs | 4 +- ...notationsItemRedactActionsFocusRootType.cs | 4 +- ...tionsItemRedactActionsFocusWarningsItem.cs | 4 +- ...seAnnotationsItemRedactActionsMouseDown.cs | 4 +- ...notationsItemRedactActionsMouseDownRoot.cs | 4 +- ...tionsItemRedactActionsMouseDownRootType.cs | 4 +- ...sItemRedactActionsMouseDownWarningsItem.cs | 4 +- ...onseAnnotationsItemRedactActionsMouseUp.cs | 4 +- ...AnnotationsItemRedactActionsMouseUpRoot.cs | 4 +- ...tationsItemRedactActionsMouseUpRootType.cs | 4 +- ...onsItemRedactActionsMouseUpWarningsItem.cs | 4 +- ...seAnnotationsItemRedactActionsPageClose.cs | 4 +- ...notationsItemRedactActionsPageCloseRoot.cs | 4 +- ...tionsItemRedactActionsPageCloseRootType.cs | 4 +- ...sItemRedactActionsPageCloseWarningsItem.cs | 4 +- ...notationsItemRedactActionsPageInvisible.cs | 4 +- ...tionsItemRedactActionsPageInvisibleRoot.cs | 4 +- ...sItemRedactActionsPageInvisibleRootType.cs | 4 +- ...mRedactActionsPageInvisibleWarningsItem.cs | 4 +- ...nseAnnotationsItemRedactActionsPageOpen.cs | 4 +- ...nnotationsItemRedactActionsPageOpenRoot.cs | 4 +- ...ationsItemRedactActionsPageOpenRootType.cs | 4 +- ...nsItemRedactActionsPageOpenWarningsItem.cs | 4 +- ...AnnotationsItemRedactActionsPageVisible.cs | 4 +- ...tationsItemRedactActionsPageVisibleRoot.cs | 4 +- ...onsItemRedactActionsPageVisibleRootType.cs | 4 +- ...temRedactActionsPageVisibleWarningsItem.cs | 4 +- ...0ResponseAnnotationsItemRedactBlendMode.cs | 4 +- ...st200ResponseAnnotationsItemRedactColor.cs | 4 +- ...st200ResponseAnnotationsItemRedactFlags.cs | 4 +- ...0ResponseAnnotationsItemRedactFontColor.cs | 4 +- ...ResponseAnnotationsItemRedactFontFamily.cs | 4 +- ...nseAnnotationsItemRedactIdentityQuality.cs | 4 +- ...0ResponseAnnotationsItemRedactInReplyTo.cs | 86 ++- ...onseAnnotationsItemRedactInReplyToIndex.cs | 4 +- ...tationsItemRedactInReplyToIndexRevision.cs | 4 +- ...esponseAnnotationsItemRedactInReplyToNm.cs | 4 +- ...otationsItemRedactInReplyToObjectNumber.cs | 4 +- ...ponseAnnotationsItemRedactInteriorColor.cs | 4 +- ...onseAnnotationsItemRedactQuadPointsItem.cs | 4 +- ...seAnnotationsItemRedactQuadPointsItemP1.cs | 4 +- ...seAnnotationsItemRedactQuadPointsItemP2.cs | 4 +- ...seAnnotationsItemRedactQuadPointsItemP3.cs | 4 +- ...seAnnotationsItemRedactQuadPointsItemP4.cs | 4 +- ...ist200ResponseAnnotationsItemRedactRect.cs | 4 +- ...List200ResponseAnnotationsItemRedactRef.cs | 84 ++- ...00ResponseAnnotationsItemRedactRefIndex.cs | 4 +- ...seAnnotationsItemRedactRefIndexRevision.cs | 4 +- ...st200ResponseAnnotationsItemRedactRefNm.cs | 4 +- ...nseAnnotationsItemRedactRefObjectNumber.cs | 4 +- ...0ResponseAnnotationsItemRedactReplyType.cs | 4 +- ...0ResponseAnnotationsItemRedactTextAlign.cs | 4 +- ...onsList200ResponseAnnotationsItemSquare.cs | 4 +- ...200ResponseAnnotationsItemSquareActions.cs | 4 +- ...nseAnnotationsItemSquareActionsActivate.cs | 4 +- ...nnotationsItemSquareActionsActivateRoot.cs | 4 +- ...ationsItemSquareActionsActivateRootType.cs | 4 +- ...nsItemSquareActionsActivateWarningsItem.cs | 4 +- ...esponseAnnotationsItemSquareActionsBlur.cs | 4 +- ...nseAnnotationsItemSquareActionsBlurRoot.cs | 4 +- ...nnotationsItemSquareActionsBlurRootType.cs | 4 +- ...ationsItemSquareActionsBlurWarningsItem.cs | 4 +- ...AnnotationsItemSquareActionsCursorEnter.cs | 4 +- ...tationsItemSquareActionsCursorEnterRoot.cs | 4 +- ...onsItemSquareActionsCursorEnterRootType.cs | 4 +- ...temSquareActionsCursorEnterWarningsItem.cs | 4 +- ...eAnnotationsItemSquareActionsCursorExit.cs | 4 +- ...otationsItemSquareActionsCursorExitRoot.cs | 4 +- ...ionsItemSquareActionsCursorExitRootType.cs | 4 +- ...ItemSquareActionsCursorExitWarningsItem.cs | 4 +- ...sponseAnnotationsItemSquareActionsFocus.cs | 4 +- ...seAnnotationsItemSquareActionsFocusRoot.cs | 4 +- ...notationsItemSquareActionsFocusRootType.cs | 4 +- ...tionsItemSquareActionsFocusWarningsItem.cs | 4 +- ...seAnnotationsItemSquareActionsMouseDown.cs | 4 +- ...notationsItemSquareActionsMouseDownRoot.cs | 4 +- ...tionsItemSquareActionsMouseDownRootType.cs | 4 +- ...sItemSquareActionsMouseDownWarningsItem.cs | 4 +- ...onseAnnotationsItemSquareActionsMouseUp.cs | 4 +- ...AnnotationsItemSquareActionsMouseUpRoot.cs | 4 +- ...tationsItemSquareActionsMouseUpRootType.cs | 4 +- ...onsItemSquareActionsMouseUpWarningsItem.cs | 4 +- ...seAnnotationsItemSquareActionsPageClose.cs | 4 +- ...notationsItemSquareActionsPageCloseRoot.cs | 4 +- ...tionsItemSquareActionsPageCloseRootType.cs | 4 +- ...sItemSquareActionsPageCloseWarningsItem.cs | 4 +- ...notationsItemSquareActionsPageInvisible.cs | 4 +- ...tionsItemSquareActionsPageInvisibleRoot.cs | 4 +- ...sItemSquareActionsPageInvisibleRootType.cs | 4 +- ...mSquareActionsPageInvisibleWarningsItem.cs | 4 +- ...nseAnnotationsItemSquareActionsPageOpen.cs | 4 +- ...nnotationsItemSquareActionsPageOpenRoot.cs | 4 +- ...ationsItemSquareActionsPageOpenRootType.cs | 4 +- ...nsItemSquareActionsPageOpenWarningsItem.cs | 4 +- ...AnnotationsItemSquareActionsPageVisible.cs | 4 +- ...tationsItemSquareActionsPageVisibleRoot.cs | 4 +- ...onsItemSquareActionsPageVisibleRootType.cs | 4 +- ...temSquareActionsPageVisibleWarningsItem.cs | 4 +- ...0ResponseAnnotationsItemSquareBlendMode.cs | 4 +- ...esponseAnnotationsItemSquareBorderStyle.cs | 4 +- ...st200ResponseAnnotationsItemSquareColor.cs | 4 +- ...st200ResponseAnnotationsItemSquareFlags.cs | 4 +- ...nseAnnotationsItemSquareIdentityQuality.cs | 4 +- ...0ResponseAnnotationsItemSquareInReplyTo.cs | 86 ++- ...onseAnnotationsItemSquareInReplyToIndex.cs | 4 +- ...tationsItemSquareInReplyToIndexRevision.cs | 4 +- ...esponseAnnotationsItemSquareInReplyToNm.cs | 4 +- ...otationsItemSquareInReplyToObjectNumber.cs | 4 +- ...ponseAnnotationsItemSquareInteriorColor.cs | 4 +- ...ist200ResponseAnnotationsItemSquareRect.cs | 4 +- ...nseAnnotationsItemSquareRectDifferences.cs | 4 +- ...List200ResponseAnnotationsItemSquareRef.cs | 84 ++- ...00ResponseAnnotationsItemSquareRefIndex.cs | 4 +- ...seAnnotationsItemSquareRefIndexRevision.cs | 4 +- ...st200ResponseAnnotationsItemSquareRefNm.cs | 4 +- ...nseAnnotationsItemSquareRefObjectNumber.cs | 4 +- ...0ResponseAnnotationsItemSquareReplyType.cs | 4 +- ...ponseAnnotationsItemSquareUnrotatedRect.cs | 4 +- ...sList200ResponseAnnotationsItemSquiggly.cs | 4 +- ...0ResponseAnnotationsItemSquigglyActions.cs | 4 +- ...eAnnotationsItemSquigglyActionsActivate.cs | 4 +- ...otationsItemSquigglyActionsActivateRoot.cs | 4 +- ...ionsItemSquigglyActionsActivateRootType.cs | 4 +- ...ItemSquigglyActionsActivateWarningsItem.cs | 4 +- ...ponseAnnotationsItemSquigglyActionsBlur.cs | 4 +- ...eAnnotationsItemSquigglyActionsBlurRoot.cs | 4 +- ...otationsItemSquigglyActionsBlurRootType.cs | 4 +- ...ionsItemSquigglyActionsBlurWarningsItem.cs | 4 +- ...notationsItemSquigglyActionsCursorEnter.cs | 4 +- ...tionsItemSquigglyActionsCursorEnterRoot.cs | 4 +- ...sItemSquigglyActionsCursorEnterRootType.cs | 4 +- ...mSquigglyActionsCursorEnterWarningsItem.cs | 4 +- ...nnotationsItemSquigglyActionsCursorExit.cs | 4 +- ...ationsItemSquigglyActionsCursorExitRoot.cs | 4 +- ...nsItemSquigglyActionsCursorExitRootType.cs | 4 +- ...emSquigglyActionsCursorExitWarningsItem.cs | 4 +- ...onseAnnotationsItemSquigglyActionsFocus.cs | 4 +- ...AnnotationsItemSquigglyActionsFocusRoot.cs | 4 +- ...tationsItemSquigglyActionsFocusRootType.cs | 4 +- ...onsItemSquigglyActionsFocusWarningsItem.cs | 4 +- ...AnnotationsItemSquigglyActionsMouseDown.cs | 4 +- ...tationsItemSquigglyActionsMouseDownRoot.cs | 4 +- ...onsItemSquigglyActionsMouseDownRootType.cs | 4 +- ...temSquigglyActionsMouseDownWarningsItem.cs | 4 +- ...seAnnotationsItemSquigglyActionsMouseUp.cs | 4 +- ...notationsItemSquigglyActionsMouseUpRoot.cs | 4 +- ...tionsItemSquigglyActionsMouseUpRootType.cs | 4 +- ...sItemSquigglyActionsMouseUpWarningsItem.cs | 4 +- ...AnnotationsItemSquigglyActionsPageClose.cs | 4 +- ...tationsItemSquigglyActionsPageCloseRoot.cs | 4 +- ...onsItemSquigglyActionsPageCloseRootType.cs | 4 +- ...temSquigglyActionsPageCloseWarningsItem.cs | 4 +- ...tationsItemSquigglyActionsPageInvisible.cs | 4 +- ...onsItemSquigglyActionsPageInvisibleRoot.cs | 4 +- ...temSquigglyActionsPageInvisibleRootType.cs | 4 +- ...quigglyActionsPageInvisibleWarningsItem.cs | 4 +- ...eAnnotationsItemSquigglyActionsPageOpen.cs | 4 +- ...otationsItemSquigglyActionsPageOpenRoot.cs | 4 +- ...ionsItemSquigglyActionsPageOpenRootType.cs | 4 +- ...ItemSquigglyActionsPageOpenWarningsItem.cs | 4 +- ...notationsItemSquigglyActionsPageVisible.cs | 4 +- ...tionsItemSquigglyActionsPageVisibleRoot.cs | 4 +- ...sItemSquigglyActionsPageVisibleRootType.cs | 4 +- ...mSquigglyActionsPageVisibleWarningsItem.cs | 4 +- ...esponseAnnotationsItemSquigglyBlendMode.cs | 4 +- ...200ResponseAnnotationsItemSquigglyColor.cs | 4 +- ...200ResponseAnnotationsItemSquigglyFlags.cs | 4 +- ...eAnnotationsItemSquigglyIdentityQuality.cs | 4 +- ...esponseAnnotationsItemSquigglyInReplyTo.cs | 82 +-- ...seAnnotationsItemSquigglyInReplyToIndex.cs | 4 +- ...tionsItemSquigglyInReplyToIndexRevision.cs | 4 +- ...ponseAnnotationsItemSquigglyInReplyToNm.cs | 4 +- ...ationsItemSquigglyInReplyToObjectNumber.cs | 4 +- ...seAnnotationsItemSquigglyQuadPointsItem.cs | 4 +- ...AnnotationsItemSquigglyQuadPointsItemP1.cs | 4 +- ...AnnotationsItemSquigglyQuadPointsItemP2.cs | 4 +- ...AnnotationsItemSquigglyQuadPointsItemP3.cs | 4 +- ...AnnotationsItemSquigglyQuadPointsItemP4.cs | 4 +- ...t200ResponseAnnotationsItemSquigglyRect.cs | 4 +- ...st200ResponseAnnotationsItemSquigglyRef.cs | 87 ++- ...ResponseAnnotationsItemSquigglyRefIndex.cs | 4 +- ...AnnotationsItemSquigglyRefIndexRevision.cs | 4 +- ...200ResponseAnnotationsItemSquigglyRefNm.cs | 4 +- ...eAnnotationsItemSquigglyRefObjectNumber.cs | 4 +- ...esponseAnnotationsItemSquigglyReplyType.cs | 4 +- ...ionsList200ResponseAnnotationsItemStamp.cs | 4 +- ...t200ResponseAnnotationsItemStampActions.cs | 4 +- ...onseAnnotationsItemStampActionsActivate.cs | 4 +- ...AnnotationsItemStampActionsActivateRoot.cs | 4 +- ...tationsItemStampActionsActivateRootType.cs | 4 +- ...onsItemStampActionsActivateWarningsItem.cs | 4 +- ...ResponseAnnotationsItemStampActionsBlur.cs | 4 +- ...onseAnnotationsItemStampActionsBlurRoot.cs | 4 +- ...AnnotationsItemStampActionsBlurRootType.cs | 4 +- ...tationsItemStampActionsBlurWarningsItem.cs | 4 +- ...eAnnotationsItemStampActionsCursorEnter.cs | 4 +- ...otationsItemStampActionsCursorEnterRoot.cs | 4 +- ...ionsItemStampActionsCursorEnterRootType.cs | 4 +- ...ItemStampActionsCursorEnterWarningsItem.cs | 4 +- ...seAnnotationsItemStampActionsCursorExit.cs | 4 +- ...notationsItemStampActionsCursorExitRoot.cs | 4 +- ...tionsItemStampActionsCursorExitRootType.cs | 4 +- ...sItemStampActionsCursorExitWarningsItem.cs | 4 +- ...esponseAnnotationsItemStampActionsFocus.cs | 4 +- ...nseAnnotationsItemStampActionsFocusRoot.cs | 4 +- ...nnotationsItemStampActionsFocusRootType.cs | 4 +- ...ationsItemStampActionsFocusWarningsItem.cs | 4 +- ...nseAnnotationsItemStampActionsMouseDown.cs | 4 +- ...nnotationsItemStampActionsMouseDownRoot.cs | 4 +- ...ationsItemStampActionsMouseDownRootType.cs | 4 +- ...nsItemStampActionsMouseDownWarningsItem.cs | 4 +- ...ponseAnnotationsItemStampActionsMouseUp.cs | 4 +- ...eAnnotationsItemStampActionsMouseUpRoot.cs | 4 +- ...otationsItemStampActionsMouseUpRootType.cs | 4 +- ...ionsItemStampActionsMouseUpWarningsItem.cs | 4 +- ...nseAnnotationsItemStampActionsPageClose.cs | 4 +- ...nnotationsItemStampActionsPageCloseRoot.cs | 4 +- ...ationsItemStampActionsPageCloseRootType.cs | 4 +- ...nsItemStampActionsPageCloseWarningsItem.cs | 4 +- ...nnotationsItemStampActionsPageInvisible.cs | 4 +- ...ationsItemStampActionsPageInvisibleRoot.cs | 4 +- ...nsItemStampActionsPageInvisibleRootType.cs | 4 +- ...emStampActionsPageInvisibleWarningsItem.cs | 4 +- ...onseAnnotationsItemStampActionsPageOpen.cs | 4 +- ...AnnotationsItemStampActionsPageOpenRoot.cs | 4 +- ...tationsItemStampActionsPageOpenRootType.cs | 4 +- ...onsItemStampActionsPageOpenWarningsItem.cs | 4 +- ...eAnnotationsItemStampActionsPageVisible.cs | 4 +- ...otationsItemStampActionsPageVisibleRoot.cs | 4 +- ...ionsItemStampActionsPageVisibleRootType.cs | 4 +- ...ItemStampActionsPageVisibleWarningsItem.cs | 4 +- ...00ResponseAnnotationsItemStampBlendMode.cs | 4 +- ...ist200ResponseAnnotationsItemStampFlags.cs | 4 +- ...onseAnnotationsItemStampIdentityQuality.cs | 4 +- ...00ResponseAnnotationsItemStampInReplyTo.cs | 88 ++- ...ponseAnnotationsItemStampInReplyToIndex.cs | 4 +- ...otationsItemStampInReplyToIndexRevision.cs | 4 +- ...ResponseAnnotationsItemStampInReplyToNm.cs | 4 +- ...notationsItemStampInReplyToObjectNumber.cs | 4 +- ...List200ResponseAnnotationsItemStampRect.cs | 4 +- ...sList200ResponseAnnotationsItemStampRef.cs | 84 ++- ...200ResponseAnnotationsItemStampRefIndex.cs | 4 +- ...nseAnnotationsItemStampRefIndexRevision.cs | 4 +- ...ist200ResponseAnnotationsItemStampRefNm.cs | 4 +- ...onseAnnotationsItemStampRefObjectNumber.cs | 4 +- ...00ResponseAnnotationsItemStampReplyType.cs | 4 +- ...sponseAnnotationsItemStampUnrotatedRect.cs | 4 +- ...List200ResponseAnnotationsItemStrikeout.cs | 4 +- ...ResponseAnnotationsItemStrikeoutActions.cs | 4 +- ...AnnotationsItemStrikeoutActionsActivate.cs | 4 +- ...tationsItemStrikeoutActionsActivateRoot.cs | 4 +- ...onsItemStrikeoutActionsActivateRootType.cs | 4 +- ...temStrikeoutActionsActivateWarningsItem.cs | 4 +- ...onseAnnotationsItemStrikeoutActionsBlur.cs | 4 +- ...AnnotationsItemStrikeoutActionsBlurRoot.cs | 4 +- ...tationsItemStrikeoutActionsBlurRootType.cs | 4 +- ...onsItemStrikeoutActionsBlurWarningsItem.cs | 4 +- ...otationsItemStrikeoutActionsCursorEnter.cs | 4 +- ...ionsItemStrikeoutActionsCursorEnterRoot.cs | 4 +- ...ItemStrikeoutActionsCursorEnterRootType.cs | 4 +- ...StrikeoutActionsCursorEnterWarningsItem.cs | 4 +- ...notationsItemStrikeoutActionsCursorExit.cs | 4 +- ...tionsItemStrikeoutActionsCursorExitRoot.cs | 4 +- ...sItemStrikeoutActionsCursorExitRootType.cs | 4 +- ...mStrikeoutActionsCursorExitWarningsItem.cs | 4 +- ...nseAnnotationsItemStrikeoutActionsFocus.cs | 4 +- ...nnotationsItemStrikeoutActionsFocusRoot.cs | 4 +- ...ationsItemStrikeoutActionsFocusRootType.cs | 4 +- ...nsItemStrikeoutActionsFocusWarningsItem.cs | 4 +- ...nnotationsItemStrikeoutActionsMouseDown.cs | 4 +- ...ationsItemStrikeoutActionsMouseDownRoot.cs | 4 +- ...nsItemStrikeoutActionsMouseDownRootType.cs | 4 +- ...emStrikeoutActionsMouseDownWarningsItem.cs | 4 +- ...eAnnotationsItemStrikeoutActionsMouseUp.cs | 4 +- ...otationsItemStrikeoutActionsMouseUpRoot.cs | 4 +- ...ionsItemStrikeoutActionsMouseUpRootType.cs | 4 +- ...ItemStrikeoutActionsMouseUpWarningsItem.cs | 4 +- ...nnotationsItemStrikeoutActionsPageClose.cs | 4 +- ...ationsItemStrikeoutActionsPageCloseRoot.cs | 4 +- ...nsItemStrikeoutActionsPageCloseRootType.cs | 4 +- ...emStrikeoutActionsPageCloseWarningsItem.cs | 4 +- ...ationsItemStrikeoutActionsPageInvisible.cs | 4 +- ...nsItemStrikeoutActionsPageInvisibleRoot.cs | 4 +- ...emStrikeoutActionsPageInvisibleRootType.cs | 4 +- ...rikeoutActionsPageInvisibleWarningsItem.cs | 4 +- ...AnnotationsItemStrikeoutActionsPageOpen.cs | 4 +- ...tationsItemStrikeoutActionsPageOpenRoot.cs | 4 +- ...onsItemStrikeoutActionsPageOpenRootType.cs | 4 +- ...temStrikeoutActionsPageOpenWarningsItem.cs | 4 +- ...otationsItemStrikeoutActionsPageVisible.cs | 4 +- ...ionsItemStrikeoutActionsPageVisibleRoot.cs | 4 +- ...ItemStrikeoutActionsPageVisibleRootType.cs | 4 +- ...StrikeoutActionsPageVisibleWarningsItem.cs | 4 +- ...sponseAnnotationsItemStrikeoutBlendMode.cs | 4 +- ...00ResponseAnnotationsItemStrikeoutColor.cs | 4 +- ...00ResponseAnnotationsItemStrikeoutFlags.cs | 4 +- ...AnnotationsItemStrikeoutIdentityQuality.cs | 4 +- ...sponseAnnotationsItemStrikeoutInReplyTo.cs | 88 ++- ...eAnnotationsItemStrikeoutInReplyToIndex.cs | 4 +- ...ionsItemStrikeoutInReplyToIndexRevision.cs | 4 +- ...onseAnnotationsItemStrikeoutInReplyToNm.cs | 4 +- ...tionsItemStrikeoutInReplyToObjectNumber.cs | 4 +- ...0ResponseAnnotationsItemStrikeoutIntent.cs | 4 +- ...eAnnotationsItemStrikeoutQuadPointsItem.cs | 4 +- ...nnotationsItemStrikeoutQuadPointsItemP1.cs | 4 +- ...nnotationsItemStrikeoutQuadPointsItemP2.cs | 4 +- ...nnotationsItemStrikeoutQuadPointsItemP3.cs | 4 +- ...nnotationsItemStrikeoutQuadPointsItemP4.cs | 4 +- ...200ResponseAnnotationsItemStrikeoutRect.cs | 4 +- ...t200ResponseAnnotationsItemStrikeoutRef.cs | 89 ++- ...esponseAnnotationsItemStrikeoutRefIndex.cs | 4 +- ...nnotationsItemStrikeoutRefIndexRevision.cs | 4 +- ...00ResponseAnnotationsItemStrikeoutRefNm.cs | 4 +- ...AnnotationsItemStrikeoutRefObjectNumber.cs | 4 +- ...sponseAnnotationsItemStrikeoutReplyType.cs | 4 +- ...tionsList200ResponseAnnotationsItemText.cs | 4 +- ...st200ResponseAnnotationsItemTextActions.cs | 4 +- ...ponseAnnotationsItemTextActionsActivate.cs | 4 +- ...eAnnotationsItemTextActionsActivateRoot.cs | 4 +- ...otationsItemTextActionsActivateRootType.cs | 4 +- ...ionsItemTextActionsActivateWarningsItem.cs | 4 +- ...0ResponseAnnotationsItemTextActionsBlur.cs | 4 +- ...ponseAnnotationsItemTextActionsBlurRoot.cs | 4 +- ...eAnnotationsItemTextActionsBlurRootType.cs | 4 +- ...otationsItemTextActionsBlurWarningsItem.cs | 4 +- ...seAnnotationsItemTextActionsCursorEnter.cs | 4 +- ...notationsItemTextActionsCursorEnterRoot.cs | 4 +- ...tionsItemTextActionsCursorEnterRootType.cs | 4 +- ...sItemTextActionsCursorEnterWarningsItem.cs | 4 +- ...nseAnnotationsItemTextActionsCursorExit.cs | 4 +- ...nnotationsItemTextActionsCursorExitRoot.cs | 4 +- ...ationsItemTextActionsCursorExitRootType.cs | 4 +- ...nsItemTextActionsCursorExitWarningsItem.cs | 4 +- ...ResponseAnnotationsItemTextActionsFocus.cs | 4 +- ...onseAnnotationsItemTextActionsFocusRoot.cs | 4 +- ...AnnotationsItemTextActionsFocusRootType.cs | 4 +- ...tationsItemTextActionsFocusWarningsItem.cs | 4 +- ...onseAnnotationsItemTextActionsMouseDown.cs | 4 +- ...AnnotationsItemTextActionsMouseDownRoot.cs | 4 +- ...tationsItemTextActionsMouseDownRootType.cs | 4 +- ...onsItemTextActionsMouseDownWarningsItem.cs | 4 +- ...sponseAnnotationsItemTextActionsMouseUp.cs | 4 +- ...seAnnotationsItemTextActionsMouseUpRoot.cs | 4 +- ...notationsItemTextActionsMouseUpRootType.cs | 4 +- ...tionsItemTextActionsMouseUpWarningsItem.cs | 4 +- ...onseAnnotationsItemTextActionsPageClose.cs | 4 +- ...AnnotationsItemTextActionsPageCloseRoot.cs | 4 +- ...tationsItemTextActionsPageCloseRootType.cs | 4 +- ...onsItemTextActionsPageCloseWarningsItem.cs | 4 +- ...AnnotationsItemTextActionsPageInvisible.cs | 4 +- ...tationsItemTextActionsPageInvisibleRoot.cs | 4 +- ...onsItemTextActionsPageInvisibleRootType.cs | 4 +- ...temTextActionsPageInvisibleWarningsItem.cs | 4 +- ...ponseAnnotationsItemTextActionsPageOpen.cs | 4 +- ...eAnnotationsItemTextActionsPageOpenRoot.cs | 4 +- ...otationsItemTextActionsPageOpenRootType.cs | 4 +- ...ionsItemTextActionsPageOpenWarningsItem.cs | 4 +- ...seAnnotationsItemTextActionsPageVisible.cs | 4 +- ...notationsItemTextActionsPageVisibleRoot.cs | 4 +- ...tionsItemTextActionsPageVisibleRootType.cs | 4 +- ...sItemTextActionsPageVisibleWarningsItem.cs | 4 +- ...200ResponseAnnotationsItemTextBlendMode.cs | 4 +- ...List200ResponseAnnotationsItemTextColor.cs | 4 +- ...List200ResponseAnnotationsItemTextFlags.cs | 4 +- ...sList200ResponseAnnotationsItemTextIcon.cs | 4 +- ...ponseAnnotationsItemTextIdentityQuality.cs | 4 +- ...200ResponseAnnotationsItemTextInReplyTo.cs | 89 ++- ...sponseAnnotationsItemTextInReplyToIndex.cs | 4 +- ...notationsItemTextInReplyToIndexRevision.cs | 4 +- ...0ResponseAnnotationsItemTextInReplyToNm.cs | 4 +- ...nnotationsItemTextInReplyToObjectNumber.cs | 4 +- ...sList200ResponseAnnotationsItemTextRect.cs | 4 +- ...nsList200ResponseAnnotationsItemTextRef.cs | 84 ++- ...t200ResponseAnnotationsItemTextRefIndex.cs | 4 +- ...onseAnnotationsItemTextRefIndexRevision.cs | 4 +- ...List200ResponseAnnotationsItemTextRefNm.cs | 4 +- ...ponseAnnotationsItemTextRefObjectNumber.cs | 4 +- ...200ResponseAnnotationsItemTextReplyType.cs | 4 +- ...List200ResponseAnnotationsItemUnderline.cs | 4 +- ...ResponseAnnotationsItemUnderlineActions.cs | 4 +- ...AnnotationsItemUnderlineActionsActivate.cs | 4 +- ...tationsItemUnderlineActionsActivateRoot.cs | 4 +- ...onsItemUnderlineActionsActivateRootType.cs | 4 +- ...temUnderlineActionsActivateWarningsItem.cs | 4 +- ...onseAnnotationsItemUnderlineActionsBlur.cs | 4 +- ...AnnotationsItemUnderlineActionsBlurRoot.cs | 4 +- ...tationsItemUnderlineActionsBlurRootType.cs | 4 +- ...onsItemUnderlineActionsBlurWarningsItem.cs | 4 +- ...otationsItemUnderlineActionsCursorEnter.cs | 4 +- ...ionsItemUnderlineActionsCursorEnterRoot.cs | 4 +- ...ItemUnderlineActionsCursorEnterRootType.cs | 4 +- ...UnderlineActionsCursorEnterWarningsItem.cs | 4 +- ...notationsItemUnderlineActionsCursorExit.cs | 4 +- ...tionsItemUnderlineActionsCursorExitRoot.cs | 4 +- ...sItemUnderlineActionsCursorExitRootType.cs | 4 +- ...mUnderlineActionsCursorExitWarningsItem.cs | 4 +- ...nseAnnotationsItemUnderlineActionsFocus.cs | 4 +- ...nnotationsItemUnderlineActionsFocusRoot.cs | 4 +- ...ationsItemUnderlineActionsFocusRootType.cs | 4 +- ...nsItemUnderlineActionsFocusWarningsItem.cs | 4 +- ...nnotationsItemUnderlineActionsMouseDown.cs | 4 +- ...ationsItemUnderlineActionsMouseDownRoot.cs | 4 +- ...nsItemUnderlineActionsMouseDownRootType.cs | 4 +- ...emUnderlineActionsMouseDownWarningsItem.cs | 4 +- ...eAnnotationsItemUnderlineActionsMouseUp.cs | 4 +- ...otationsItemUnderlineActionsMouseUpRoot.cs | 4 +- ...ionsItemUnderlineActionsMouseUpRootType.cs | 4 +- ...ItemUnderlineActionsMouseUpWarningsItem.cs | 4 +- ...nnotationsItemUnderlineActionsPageClose.cs | 4 +- ...ationsItemUnderlineActionsPageCloseRoot.cs | 4 +- ...nsItemUnderlineActionsPageCloseRootType.cs | 4 +- ...emUnderlineActionsPageCloseWarningsItem.cs | 4 +- ...ationsItemUnderlineActionsPageInvisible.cs | 4 +- ...nsItemUnderlineActionsPageInvisibleRoot.cs | 4 +- ...emUnderlineActionsPageInvisibleRootType.cs | 4 +- ...derlineActionsPageInvisibleWarningsItem.cs | 4 +- ...AnnotationsItemUnderlineActionsPageOpen.cs | 4 +- ...tationsItemUnderlineActionsPageOpenRoot.cs | 4 +- ...onsItemUnderlineActionsPageOpenRootType.cs | 4 +- ...temUnderlineActionsPageOpenWarningsItem.cs | 4 +- ...otationsItemUnderlineActionsPageVisible.cs | 4 +- ...ionsItemUnderlineActionsPageVisibleRoot.cs | 4 +- ...ItemUnderlineActionsPageVisibleRootType.cs | 4 +- ...UnderlineActionsPageVisibleWarningsItem.cs | 4 +- ...sponseAnnotationsItemUnderlineBlendMode.cs | 4 +- ...00ResponseAnnotationsItemUnderlineColor.cs | 4 +- ...00ResponseAnnotationsItemUnderlineFlags.cs | 4 +- ...AnnotationsItemUnderlineIdentityQuality.cs | 4 +- ...sponseAnnotationsItemUnderlineInReplyTo.cs | 88 ++- ...eAnnotationsItemUnderlineInReplyToIndex.cs | 4 +- ...ionsItemUnderlineInReplyToIndexRevision.cs | 4 +- ...onseAnnotationsItemUnderlineInReplyToNm.cs | 4 +- ...tionsItemUnderlineInReplyToObjectNumber.cs | 4 +- ...eAnnotationsItemUnderlineQuadPointsItem.cs | 4 +- ...nnotationsItemUnderlineQuadPointsItemP1.cs | 4 +- ...nnotationsItemUnderlineQuadPointsItemP2.cs | 4 +- ...nnotationsItemUnderlineQuadPointsItemP3.cs | 4 +- ...nnotationsItemUnderlineQuadPointsItemP4.cs | 4 +- ...200ResponseAnnotationsItemUnderlineRect.cs | 4 +- ...t200ResponseAnnotationsItemUnderlineRef.cs | 89 ++- ...esponseAnnotationsItemUnderlineRefIndex.cs | 4 +- ...nnotationsItemUnderlineRefIndexRevision.cs | 4 +- ...00ResponseAnnotationsItemUnderlineRefNm.cs | 4 +- ...AnnotationsItemUnderlineRefObjectNumber.cs | 4 +- ...sponseAnnotationsItemUnderlineReplyType.cs | 4 +- ...st200ResponseAnnotationsItemUnsupported.cs | 4 +- ...sponseAnnotationsItemUnsupportedActions.cs | 4 +- ...notationsItemUnsupportedActionsActivate.cs | 4 +- ...tionsItemUnsupportedActionsActivateRoot.cs | 4 +- ...sItemUnsupportedActionsActivateRootType.cs | 4 +- ...mUnsupportedActionsActivateWarningsItem.cs | 4 +- ...seAnnotationsItemUnsupportedActionsBlur.cs | 4 +- ...notationsItemUnsupportedActionsBlurRoot.cs | 4 +- ...tionsItemUnsupportedActionsBlurRootType.cs | 4 +- ...sItemUnsupportedActionsBlurWarningsItem.cs | 4 +- ...ationsItemUnsupportedActionsCursorEnter.cs | 4 +- ...nsItemUnsupportedActionsCursorEnterRoot.cs | 4 +- ...emUnsupportedActionsCursorEnterRootType.cs | 4 +- ...supportedActionsCursorEnterWarningsItem.cs | 4 +- ...tationsItemUnsupportedActionsCursorExit.cs | 4 +- ...onsItemUnsupportedActionsCursorExitRoot.cs | 4 +- ...temUnsupportedActionsCursorExitRootType.cs | 4 +- ...nsupportedActionsCursorExitWarningsItem.cs | 4 +- ...eAnnotationsItemUnsupportedActionsFocus.cs | 4 +- ...otationsItemUnsupportedActionsFocusRoot.cs | 4 +- ...ionsItemUnsupportedActionsFocusRootType.cs | 4 +- ...ItemUnsupportedActionsFocusWarningsItem.cs | 4 +- ...otationsItemUnsupportedActionsMouseDown.cs | 4 +- ...ionsItemUnsupportedActionsMouseDownRoot.cs | 4 +- ...ItemUnsupportedActionsMouseDownRootType.cs | 4 +- ...UnsupportedActionsMouseDownWarningsItem.cs | 4 +- ...nnotationsItemUnsupportedActionsMouseUp.cs | 4 +- ...ationsItemUnsupportedActionsMouseUpRoot.cs | 4 +- ...nsItemUnsupportedActionsMouseUpRootType.cs | 4 +- ...emUnsupportedActionsMouseUpWarningsItem.cs | 4 +- ...otationsItemUnsupportedActionsPageClose.cs | 4 +- ...ionsItemUnsupportedActionsPageCloseRoot.cs | 4 +- ...ItemUnsupportedActionsPageCloseRootType.cs | 4 +- ...UnsupportedActionsPageCloseWarningsItem.cs | 4 +- ...ionsItemUnsupportedActionsPageInvisible.cs | 4 +- ...ItemUnsupportedActionsPageInvisibleRoot.cs | 4 +- ...UnsupportedActionsPageInvisibleRootType.cs | 4 +- ...pportedActionsPageInvisibleWarningsItem.cs | 4 +- ...notationsItemUnsupportedActionsPageOpen.cs | 4 +- ...tionsItemUnsupportedActionsPageOpenRoot.cs | 4 +- ...sItemUnsupportedActionsPageOpenRootType.cs | 4 +- ...mUnsupportedActionsPageOpenWarningsItem.cs | 4 +- ...ationsItemUnsupportedActionsPageVisible.cs | 4 +- ...nsItemUnsupportedActionsPageVisibleRoot.cs | 4 +- ...emUnsupportedActionsPageVisibleRootType.cs | 4 +- ...supportedActionsPageVisibleWarningsItem.cs | 4 +- ...onseAnnotationsItemUnsupportedBlendMode.cs | 4 +- ...ResponseAnnotationsItemUnsupportedFlags.cs | 4 +- ...notationsItemUnsupportedIdentityQuality.cs | 4 +- ...onseAnnotationsItemUnsupportedInReplyTo.cs | 91 ++-- ...nnotationsItemUnsupportedInReplyToIndex.cs | 4 +- ...nsItemUnsupportedInReplyToIndexRevision.cs | 4 +- ...seAnnotationsItemUnsupportedInReplyToNm.cs | 4 +- ...onsItemUnsupportedInReplyToObjectNumber.cs | 4 +- ...0ResponseAnnotationsItemUnsupportedRect.cs | 4 +- ...00ResponseAnnotationsItemUnsupportedRef.cs | 88 ++- ...ponseAnnotationsItemUnsupportedRefIndex.cs | 4 +- ...otationsItemUnsupportedRefIndexRevision.cs | 4 +- ...ResponseAnnotationsItemUnsupportedRefNm.cs | 4 +- ...notationsItemUnsupportedRefObjectNumber.cs | 4 +- ...onseAnnotationsItemUnsupportedReplyType.cs | 4 +- ...onsList200ResponseAnnotationsItemWidget.cs | 4 +- ...200ResponseAnnotationsItemWidgetActions.cs | 4 +- ...nseAnnotationsItemWidgetActionsActivate.cs | 4 +- ...nnotationsItemWidgetActionsActivateRoot.cs | 4 +- ...ationsItemWidgetActionsActivateRootType.cs | 4 +- ...nsItemWidgetActionsActivateWarningsItem.cs | 4 +- ...esponseAnnotationsItemWidgetActionsBlur.cs | 4 +- ...nseAnnotationsItemWidgetActionsBlurRoot.cs | 4 +- ...nnotationsItemWidgetActionsBlurRootType.cs | 4 +- ...ationsItemWidgetActionsBlurWarningsItem.cs | 4 +- ...AnnotationsItemWidgetActionsCursorEnter.cs | 4 +- ...tationsItemWidgetActionsCursorEnterRoot.cs | 4 +- ...onsItemWidgetActionsCursorEnterRootType.cs | 4 +- ...temWidgetActionsCursorEnterWarningsItem.cs | 4 +- ...eAnnotationsItemWidgetActionsCursorExit.cs | 4 +- ...otationsItemWidgetActionsCursorExitRoot.cs | 4 +- ...ionsItemWidgetActionsCursorExitRootType.cs | 4 +- ...ItemWidgetActionsCursorExitWarningsItem.cs | 4 +- ...sponseAnnotationsItemWidgetActionsFocus.cs | 4 +- ...seAnnotationsItemWidgetActionsFocusRoot.cs | 4 +- ...notationsItemWidgetActionsFocusRootType.cs | 4 +- ...tionsItemWidgetActionsFocusWarningsItem.cs | 4 +- ...seAnnotationsItemWidgetActionsMouseDown.cs | 4 +- ...notationsItemWidgetActionsMouseDownRoot.cs | 4 +- ...tionsItemWidgetActionsMouseDownRootType.cs | 4 +- ...sItemWidgetActionsMouseDownWarningsItem.cs | 4 +- ...onseAnnotationsItemWidgetActionsMouseUp.cs | 4 +- ...AnnotationsItemWidgetActionsMouseUpRoot.cs | 4 +- ...tationsItemWidgetActionsMouseUpRootType.cs | 4 +- ...onsItemWidgetActionsMouseUpWarningsItem.cs | 4 +- ...seAnnotationsItemWidgetActionsPageClose.cs | 4 +- ...notationsItemWidgetActionsPageCloseRoot.cs | 4 +- ...tionsItemWidgetActionsPageCloseRootType.cs | 4 +- ...sItemWidgetActionsPageCloseWarningsItem.cs | 4 +- ...notationsItemWidgetActionsPageInvisible.cs | 4 +- ...tionsItemWidgetActionsPageInvisibleRoot.cs | 4 +- ...sItemWidgetActionsPageInvisibleRootType.cs | 4 +- ...mWidgetActionsPageInvisibleWarningsItem.cs | 4 +- ...nseAnnotationsItemWidgetActionsPageOpen.cs | 4 +- ...nnotationsItemWidgetActionsPageOpenRoot.cs | 4 +- ...ationsItemWidgetActionsPageOpenRootType.cs | 4 +- ...nsItemWidgetActionsPageOpenWarningsItem.cs | 4 +- ...AnnotationsItemWidgetActionsPageVisible.cs | 4 +- ...tationsItemWidgetActionsPageVisibleRoot.cs | 4 +- ...onsItemWidgetActionsPageVisibleRootType.cs | 4 +- ...temWidgetActionsPageVisibleWarningsItem.cs | 4 +- ...0ResponseAnnotationsItemWidgetBlendMode.cs | 4 +- ...esponseAnnotationsItemWidgetBorderStyle.cs | 4 +- ...st200ResponseAnnotationsItemWidgetColor.cs | 4 +- ...esponseAnnotationsItemWidgetFieldFamily.cs | 4 +- ...st200ResponseAnnotationsItemWidgetFlags.cs | 4 +- ...0ResponseAnnotationsItemWidgetFontColor.cs | 4 +- ...ResponseAnnotationsItemWidgetFontFamily.cs | 4 +- ...nseAnnotationsItemWidgetIdentityQuality.cs | 4 +- ...0ResponseAnnotationsItemWidgetInReplyTo.cs | 86 ++- ...onseAnnotationsItemWidgetInReplyToIndex.cs | 4 +- ...tationsItemWidgetInReplyToIndexRevision.cs | 4 +- ...esponseAnnotationsItemWidgetInReplyToNm.cs | 4 +- ...otationsItemWidgetInReplyToObjectNumber.cs | 4 +- ...ponseAnnotationsItemWidgetInteriorColor.cs | 4 +- ...ist200ResponseAnnotationsItemWidgetRect.cs | 4 +- ...List200ResponseAnnotationsItemWidgetRef.cs | 84 ++- ...00ResponseAnnotationsItemWidgetRefIndex.cs | 4 +- ...seAnnotationsItemWidgetRefIndexRevision.cs | 4 +- ...st200ResponseAnnotationsItemWidgetRefNm.cs | 4 +- ...nseAnnotationsItemWidgetRefObjectNumber.cs | 4 +- ...0ResponseAnnotationsItemWidgetReplyType.cs | 4 +- ...0ResponseAnnotationsItemWidgetTextAlign.cs | 4 +- .../DocAnnotationsList200ResponsePageState.cs | 4 +- ...tationsList200ResponsePageStateRevision.cs | 4 +- ...200ResponsePageStateWeakAnnotationState.cs | 59 +- ...sponsePageStateWeakAnnotationStateKnown.cs | 4 +- ...onsePageStateWeakAnnotationStateUnknown.cs | 4 +- .../Types/DocAnnotationsList404Response.cs | 4 +- .../DocAnnotationsList404ResponseCode.cs | 4 +- .../DocAnnotationsList404ResponseName.cs | 4 +- .../Types/DocAnnotationsUpdate200Response.cs | 4 +- .../DocAnnotationsUpdate200ResponseMeta.cs | 4 +- ...sUpdate200ResponseMetaAffectedPagesItem.cs | 4 +- ...00ResponseMetaAffectedPagesItemRevision.cs | 4 +- ...etaAffectedPagesItemWeakAnnotationState.cs | 56 +- ...fectedPagesItemWeakAnnotationStateKnown.cs | 4 +- ...ctedPagesItemWeakAnnotationStateUnknown.cs | 4 +- ...otationsUpdate200ResponseMetaCacheDelta.cs | 4 +- ...pdate200ResponseMetaCacheDeltaPagesItem.cs | 4 +- ...200ResponseMetaCacheDeltaPagesItemCache.cs | 4 +- .../Types/DocAnnotationsUpdate400Response.cs | 4 +- .../DocAnnotationsUpdate400ResponseCode.cs | 4 +- .../DocAnnotationsUpdate400ResponseName.cs | 4 +- .../Types/DocAnnotationsUpdate404Response.cs | 4 +- .../DocAnnotationsUpdate404ResponseCode.cs | 4 +- .../DocAnnotationsUpdate404ResponseName.cs | 4 +- .../Types/DocDownloadResponse.cs | 4 +- .../Types/DocDownloadResponseCode.cs | 4 +- .../Types/DocDownloadResponseName.cs | 4 +- .../Types/DocFormsExportDataResponse.cs | 4 +- .../Types/DocFormsExportDataResponseCode.cs | 4 +- .../Types/DocFormsExportDataResponseName.cs | 4 +- .../Types/DocFormsGet200Response.cs | 4 +- ...FormsGet200ResponseCalculationOrderItem.cs | 58 +- ...msGet200ResponseCalculationOrderItemFqn.cs | 4 +- ...esponseCalculationOrderItemObjectNumber.cs | 4 +- .../Types/DocFormsGet200ResponseFieldsItem.cs | 212 ++++---- ...ocFormsGet200ResponseFieldsItemCheckbox.cs | 4 +- ...Get200ResponseFieldsItemCheckboxActions.cs | 4 +- ...ponseFieldsItemCheckboxActionsCalculate.cs | 4 +- ...eFieldsItemCheckboxActionsCalculateRoot.cs | 4 +- ...ldsItemCheckboxActionsCalculateRootType.cs | 4 +- ...temCheckboxActionsCalculateWarningsItem.cs | 4 +- ...ResponseFieldsItemCheckboxActionsFormat.cs | 4 +- ...onseFieldsItemCheckboxActionsFormatRoot.cs | 4 +- ...FieldsItemCheckboxActionsFormatRootType.cs | 4 +- ...dsItemCheckboxActionsFormatWarningsItem.cs | 4 +- ...ponseFieldsItemCheckboxActionsKeystroke.cs | 4 +- ...eFieldsItemCheckboxActionsKeystrokeRoot.cs | 4 +- ...ldsItemCheckboxActionsKeystrokeRootType.cs | 4 +- ...temCheckboxActionsKeystrokeWarningsItem.cs | 4 +- ...sponseFieldsItemCheckboxActionsValidate.cs | 4 +- ...seFieldsItemCheckboxActionsValidateRoot.cs | 4 +- ...eldsItemCheckboxActionsValidateRootType.cs | 4 +- ...ItemCheckboxActionsValidateWarningsItem.cs | 4 +- ...onseFieldsItemCheckboxDefaultValueEntry.cs | 119 ++-- ...ieldsItemCheckboxDefaultValueEntryArray.cs | 4 +- ...FieldsItemCheckboxDefaultValueEntryNone.cs | 4 +- ...eldsItemCheckboxDefaultValueEntryScalar.cs | 4 +- ...temCheckboxDefaultValueEntryUnsupported.cs | 4 +- ...msGet200ResponseFieldsItemCheckboxFlags.cs | 4 +- ...sGet200ResponseFieldsItemCheckboxOrigin.cs | 4 +- ...ormsGet200ResponseFieldsItemCheckboxRef.cs | 58 +- ...sGet200ResponseFieldsItemCheckboxRefFqn.cs | 4 +- ...sponseFieldsItemCheckboxRefObjectNumber.cs | 4 +- ...200ResponseFieldsItemCheckboxValueEntry.cs | 109 ++-- ...sponseFieldsItemCheckboxValueEntryArray.cs | 4 +- ...esponseFieldsItemCheckboxValueEntryNone.cs | 4 +- ...ponseFieldsItemCheckboxValueEntryScalar.cs | 4 +- ...FieldsItemCheckboxValueEntryUnsupported.cs | 4 +- ...00ResponseFieldsItemCheckboxWidgetsItem.cs | 4 +- ...ocFormsGet200ResponseFieldsItemCombobox.cs | 4 +- ...Get200ResponseFieldsItemComboboxActions.cs | 4 +- ...ponseFieldsItemComboboxActionsCalculate.cs | 4 +- ...eFieldsItemComboboxActionsCalculateRoot.cs | 4 +- ...ldsItemComboboxActionsCalculateRootType.cs | 4 +- ...temComboboxActionsCalculateWarningsItem.cs | 4 +- ...ResponseFieldsItemComboboxActionsFormat.cs | 4 +- ...onseFieldsItemComboboxActionsFormatRoot.cs | 4 +- ...FieldsItemComboboxActionsFormatRootType.cs | 4 +- ...dsItemComboboxActionsFormatWarningsItem.cs | 4 +- ...ponseFieldsItemComboboxActionsKeystroke.cs | 4 +- ...eFieldsItemComboboxActionsKeystrokeRoot.cs | 4 +- ...ldsItemComboboxActionsKeystrokeRootType.cs | 4 +- ...temComboboxActionsKeystrokeWarningsItem.cs | 4 +- ...sponseFieldsItemComboboxActionsValidate.cs | 4 +- ...seFieldsItemComboboxActionsValidateRoot.cs | 4 +- ...eldsItemComboboxActionsValidateRootType.cs | 4 +- ...ItemComboboxActionsValidateWarningsItem.cs | 4 +- ...onseFieldsItemComboboxDefaultValueEntry.cs | 119 ++-- ...ieldsItemComboboxDefaultValueEntryArray.cs | 4 +- ...FieldsItemComboboxDefaultValueEntryNone.cs | 4 +- ...eldsItemComboboxDefaultValueEntryScalar.cs | 4 +- ...temComboboxDefaultValueEntryUnsupported.cs | 4 +- ...msGet200ResponseFieldsItemComboboxFlags.cs | 4 +- ...00ResponseFieldsItemComboboxOptionsItem.cs | 4 +- ...sGet200ResponseFieldsItemComboboxOrigin.cs | 4 +- ...ormsGet200ResponseFieldsItemComboboxRef.cs | 58 +- ...sGet200ResponseFieldsItemComboboxRefFqn.cs | 4 +- ...sponseFieldsItemComboboxRefObjectNumber.cs | 4 +- ...200ResponseFieldsItemComboboxValueEntry.cs | 109 ++-- ...sponseFieldsItemComboboxValueEntryArray.cs | 4 +- ...esponseFieldsItemComboboxValueEntryNone.cs | 4 +- ...ponseFieldsItemComboboxValueEntryScalar.cs | 4 +- ...FieldsItemComboboxValueEntryUnsupported.cs | 4 +- ...00ResponseFieldsItemComboboxWidgetsItem.cs | 4 +- ...DocFormsGet200ResponseFieldsItemListbox.cs | 4 +- ...sGet200ResponseFieldsItemListboxActions.cs | 4 +- ...sponseFieldsItemListboxActionsCalculate.cs | 4 +- ...seFieldsItemListboxActionsCalculateRoot.cs | 4 +- ...eldsItemListboxActionsCalculateRootType.cs | 4 +- ...ItemListboxActionsCalculateWarningsItem.cs | 4 +- ...0ResponseFieldsItemListboxActionsFormat.cs | 4 +- ...ponseFieldsItemListboxActionsFormatRoot.cs | 4 +- ...eFieldsItemListboxActionsFormatRootType.cs | 4 +- ...ldsItemListboxActionsFormatWarningsItem.cs | 4 +- ...sponseFieldsItemListboxActionsKeystroke.cs | 4 +- ...seFieldsItemListboxActionsKeystrokeRoot.cs | 4 +- ...eldsItemListboxActionsKeystrokeRootType.cs | 4 +- ...ItemListboxActionsKeystrokeWarningsItem.cs | 4 +- ...esponseFieldsItemListboxActionsValidate.cs | 4 +- ...nseFieldsItemListboxActionsValidateRoot.cs | 4 +- ...ieldsItemListboxActionsValidateRootType.cs | 4 +- ...sItemListboxActionsValidateWarningsItem.cs | 4 +- ...ponseFieldsItemListboxDefaultValueEntry.cs | 122 ++--- ...FieldsItemListboxDefaultValueEntryArray.cs | 4 +- ...eFieldsItemListboxDefaultValueEntryNone.cs | 4 +- ...ieldsItemListboxDefaultValueEntryScalar.cs | 4 +- ...ItemListboxDefaultValueEntryUnsupported.cs | 4 +- ...rmsGet200ResponseFieldsItemListboxFlags.cs | 4 +- ...200ResponseFieldsItemListboxOptionsItem.cs | 4 +- ...msGet200ResponseFieldsItemListboxOrigin.cs | 4 +- ...FormsGet200ResponseFieldsItemListboxRef.cs | 58 +- ...msGet200ResponseFieldsItemListboxRefFqn.cs | 4 +- ...esponseFieldsItemListboxRefObjectNumber.cs | 4 +- ...t200ResponseFieldsItemListboxValueEntry.cs | 111 ++-- ...esponseFieldsItemListboxValueEntryArray.cs | 4 +- ...ResponseFieldsItemListboxValueEntryNone.cs | 4 +- ...sponseFieldsItemListboxValueEntryScalar.cs | 4 +- ...eFieldsItemListboxValueEntryUnsupported.cs | 4 +- ...200ResponseFieldsItemListboxWidgetsItem.cs | 4 +- ...FormsGet200ResponseFieldsItemPushbutton.cs | 4 +- ...t200ResponseFieldsItemPushbuttonActions.cs | 4 +- ...nseFieldsItemPushbuttonActionsCalculate.cs | 4 +- ...ieldsItemPushbuttonActionsCalculateRoot.cs | 4 +- ...sItemPushbuttonActionsCalculateRootType.cs | 4 +- ...mPushbuttonActionsCalculateWarningsItem.cs | 4 +- ...sponseFieldsItemPushbuttonActionsFormat.cs | 4 +- ...seFieldsItemPushbuttonActionsFormatRoot.cs | 4 +- ...eldsItemPushbuttonActionsFormatRootType.cs | 4 +- ...ItemPushbuttonActionsFormatWarningsItem.cs | 4 +- ...nseFieldsItemPushbuttonActionsKeystroke.cs | 4 +- ...ieldsItemPushbuttonActionsKeystrokeRoot.cs | 4 +- ...sItemPushbuttonActionsKeystrokeRootType.cs | 4 +- ...mPushbuttonActionsKeystrokeWarningsItem.cs | 4 +- ...onseFieldsItemPushbuttonActionsValidate.cs | 4 +- ...FieldsItemPushbuttonActionsValidateRoot.cs | 4 +- ...dsItemPushbuttonActionsValidateRootType.cs | 4 +- ...emPushbuttonActionsValidateWarningsItem.cs | 4 +- ...seFieldsItemPushbuttonDefaultValueEntry.cs | 113 ++-- ...ldsItemPushbuttonDefaultValueEntryArray.cs | 4 +- ...eldsItemPushbuttonDefaultValueEntryNone.cs | 4 +- ...dsItemPushbuttonDefaultValueEntryScalar.cs | 4 +- ...mPushbuttonDefaultValueEntryUnsupported.cs | 4 +- ...Get200ResponseFieldsItemPushbuttonFlags.cs | 4 +- ...et200ResponseFieldsItemPushbuttonOrigin.cs | 4 +- ...msGet200ResponseFieldsItemPushbuttonRef.cs | 59 +- ...et200ResponseFieldsItemPushbuttonRefFqn.cs | 4 +- ...onseFieldsItemPushbuttonRefObjectNumber.cs | 4 +- ...0ResponseFieldsItemPushbuttonValueEntry.cs | 108 ++-- ...onseFieldsItemPushbuttonValueEntryArray.cs | 4 +- ...ponseFieldsItemPushbuttonValueEntryNone.cs | 4 +- ...nseFieldsItemPushbuttonValueEntryScalar.cs | 4 +- ...eldsItemPushbuttonValueEntryUnsupported.cs | 4 +- ...ResponseFieldsItemPushbuttonWidgetsItem.cs | 4 +- .../DocFormsGet200ResponseFieldsItemRadio.cs | 4 +- ...rmsGet200ResponseFieldsItemRadioActions.cs | 4 +- ...ResponseFieldsItemRadioActionsCalculate.cs | 4 +- ...onseFieldsItemRadioActionsCalculateRoot.cs | 4 +- ...FieldsItemRadioActionsCalculateRootType.cs | 4 +- ...dsItemRadioActionsCalculateWarningsItem.cs | 4 +- ...200ResponseFieldsItemRadioActionsFormat.cs | 4 +- ...esponseFieldsItemRadioActionsFormatRoot.cs | 4 +- ...nseFieldsItemRadioActionsFormatRootType.cs | 4 +- ...ieldsItemRadioActionsFormatWarningsItem.cs | 4 +- ...ResponseFieldsItemRadioActionsKeystroke.cs | 4 +- ...onseFieldsItemRadioActionsKeystrokeRoot.cs | 4 +- ...FieldsItemRadioActionsKeystrokeRootType.cs | 4 +- ...dsItemRadioActionsKeystrokeWarningsItem.cs | 4 +- ...0ResponseFieldsItemRadioActionsValidate.cs | 4 +- ...ponseFieldsItemRadioActionsValidateRoot.cs | 4 +- ...eFieldsItemRadioActionsValidateRootType.cs | 4 +- ...ldsItemRadioActionsValidateWarningsItem.cs | 4 +- ...esponseFieldsItemRadioDefaultValueEntry.cs | 111 ++-- ...seFieldsItemRadioDefaultValueEntryArray.cs | 4 +- ...nseFieldsItemRadioDefaultValueEntryNone.cs | 4 +- ...eFieldsItemRadioDefaultValueEntryScalar.cs | 4 +- ...dsItemRadioDefaultValueEntryUnsupported.cs | 4 +- ...FormsGet200ResponseFieldsItemRadioFlags.cs | 4 +- ...ormsGet200ResponseFieldsItemRadioOrigin.cs | 4 +- ...ocFormsGet200ResponseFieldsItemRadioRef.cs | 56 +- ...ormsGet200ResponseFieldsItemRadioRefFqn.cs | 4 +- ...0ResponseFieldsItemRadioRefObjectNumber.cs | 4 +- ...Get200ResponseFieldsItemRadioValueEntry.cs | 115 ++-- ...0ResponseFieldsItemRadioValueEntryArray.cs | 4 +- ...00ResponseFieldsItemRadioValueEntryNone.cs | 4 +- ...ResponseFieldsItemRadioValueEntryScalar.cs | 4 +- ...nseFieldsItemRadioValueEntryUnsupported.cs | 4 +- ...et200ResponseFieldsItemRadioWidgetsItem.cs | 4 +- ...cFormsGet200ResponseFieldsItemSignature.cs | 4 +- ...et200ResponseFieldsItemSignatureActions.cs | 4 +- ...onseFieldsItemSignatureActionsCalculate.cs | 4 +- ...FieldsItemSignatureActionsCalculateRoot.cs | 4 +- ...dsItemSignatureActionsCalculateRootType.cs | 4 +- ...emSignatureActionsCalculateWarningsItem.cs | 4 +- ...esponseFieldsItemSignatureActionsFormat.cs | 4 +- ...nseFieldsItemSignatureActionsFormatRoot.cs | 4 +- ...ieldsItemSignatureActionsFormatRootType.cs | 4 +- ...sItemSignatureActionsFormatWarningsItem.cs | 4 +- ...onseFieldsItemSignatureActionsKeystroke.cs | 4 +- ...FieldsItemSignatureActionsKeystrokeRoot.cs | 4 +- ...dsItemSignatureActionsKeystrokeRootType.cs | 4 +- ...emSignatureActionsKeystrokeWarningsItem.cs | 4 +- ...ponseFieldsItemSignatureActionsValidate.cs | 4 +- ...eFieldsItemSignatureActionsValidateRoot.cs | 4 +- ...ldsItemSignatureActionsValidateRootType.cs | 4 +- ...temSignatureActionsValidateWarningsItem.cs | 4 +- ...nseFieldsItemSignatureDefaultValueEntry.cs | 123 ++--- ...eldsItemSignatureDefaultValueEntryArray.cs | 4 +- ...ieldsItemSignatureDefaultValueEntryNone.cs | 4 +- ...ldsItemSignatureDefaultValueEntryScalar.cs | 4 +- ...emSignatureDefaultValueEntryUnsupported.cs | 4 +- ...sGet200ResponseFieldsItemSignatureFlags.cs | 4 +- ...Get200ResponseFieldsItemSignatureOrigin.cs | 4 +- ...rmsGet200ResponseFieldsItemSignatureRef.cs | 61 +-- ...Get200ResponseFieldsItemSignatureRefFqn.cs | 4 +- ...ponseFieldsItemSignatureRefObjectNumber.cs | 4 +- ...00ResponseFieldsItemSignatureValueEntry.cs | 109 ++-- ...ponseFieldsItemSignatureValueEntryArray.cs | 4 +- ...sponseFieldsItemSignatureValueEntryNone.cs | 4 +- ...onseFieldsItemSignatureValueEntryScalar.cs | 4 +- ...ieldsItemSignatureValueEntryUnsupported.cs | 4 +- ...0ResponseFieldsItemSignatureWidgetsItem.cs | 4 +- .../DocFormsGet200ResponseFieldsItemText.cs | 4 +- ...ormsGet200ResponseFieldsItemTextActions.cs | 4 +- ...0ResponseFieldsItemTextActionsCalculate.cs | 4 +- ...ponseFieldsItemTextActionsCalculateRoot.cs | 4 +- ...eFieldsItemTextActionsCalculateRootType.cs | 4 +- ...ldsItemTextActionsCalculateWarningsItem.cs | 4 +- ...t200ResponseFieldsItemTextActionsFormat.cs | 4 +- ...ResponseFieldsItemTextActionsFormatRoot.cs | 4 +- ...onseFieldsItemTextActionsFormatRootType.cs | 4 +- ...FieldsItemTextActionsFormatWarningsItem.cs | 4 +- ...0ResponseFieldsItemTextActionsKeystroke.cs | 4 +- ...ponseFieldsItemTextActionsKeystrokeRoot.cs | 4 +- ...eFieldsItemTextActionsKeystrokeRootType.cs | 4 +- ...ldsItemTextActionsKeystrokeWarningsItem.cs | 4 +- ...00ResponseFieldsItemTextActionsValidate.cs | 4 +- ...sponseFieldsItemTextActionsValidateRoot.cs | 4 +- ...seFieldsItemTextActionsValidateRootType.cs | 4 +- ...eldsItemTextActionsValidateWarningsItem.cs | 4 +- ...ResponseFieldsItemTextDefaultValueEntry.cs | 108 ++-- ...nseFieldsItemTextDefaultValueEntryArray.cs | 4 +- ...onseFieldsItemTextDefaultValueEntryNone.cs | 4 +- ...seFieldsItemTextDefaultValueEntryScalar.cs | 4 +- ...ldsItemTextDefaultValueEntryUnsupported.cs | 4 +- ...cFormsGet200ResponseFieldsItemTextFlags.cs | 4 +- ...FormsGet200ResponseFieldsItemTextOrigin.cs | 4 +- ...DocFormsGet200ResponseFieldsItemTextRef.cs | 56 +- ...FormsGet200ResponseFieldsItemTextRefFqn.cs | 4 +- ...00ResponseFieldsItemTextRefObjectNumber.cs | 4 +- ...sGet200ResponseFieldsItemTextValueEntry.cs | 115 ++-- ...00ResponseFieldsItemTextValueEntryArray.cs | 4 +- ...200ResponseFieldsItemTextValueEntryNone.cs | 4 +- ...0ResponseFieldsItemTextValueEntryScalar.cs | 4 +- ...onseFieldsItemTextValueEntryUnsupported.cs | 4 +- ...Get200ResponseFieldsItemTextWidgetsItem.cs | 4 +- ...DocFormsGet200ResponseFieldsItemUnknown.cs | 4 +- ...sGet200ResponseFieldsItemUnknownActions.cs | 4 +- ...sponseFieldsItemUnknownActionsCalculate.cs | 4 +- ...seFieldsItemUnknownActionsCalculateRoot.cs | 4 +- ...eldsItemUnknownActionsCalculateRootType.cs | 4 +- ...ItemUnknownActionsCalculateWarningsItem.cs | 4 +- ...0ResponseFieldsItemUnknownActionsFormat.cs | 4 +- ...ponseFieldsItemUnknownActionsFormatRoot.cs | 4 +- ...eFieldsItemUnknownActionsFormatRootType.cs | 4 +- ...ldsItemUnknownActionsFormatWarningsItem.cs | 4 +- ...sponseFieldsItemUnknownActionsKeystroke.cs | 4 +- ...seFieldsItemUnknownActionsKeystrokeRoot.cs | 4 +- ...eldsItemUnknownActionsKeystrokeRootType.cs | 4 +- ...ItemUnknownActionsKeystrokeWarningsItem.cs | 4 +- ...esponseFieldsItemUnknownActionsValidate.cs | 4 +- ...nseFieldsItemUnknownActionsValidateRoot.cs | 4 +- ...ieldsItemUnknownActionsValidateRootType.cs | 4 +- ...sItemUnknownActionsValidateWarningsItem.cs | 4 +- ...ponseFieldsItemUnknownDefaultValueEntry.cs | 122 ++--- ...FieldsItemUnknownDefaultValueEntryArray.cs | 4 +- ...eFieldsItemUnknownDefaultValueEntryNone.cs | 4 +- ...ieldsItemUnknownDefaultValueEntryScalar.cs | 4 +- ...ItemUnknownDefaultValueEntryUnsupported.cs | 4 +- ...rmsGet200ResponseFieldsItemUnknownFlags.cs | 4 +- ...msGet200ResponseFieldsItemUnknownOrigin.cs | 4 +- ...FormsGet200ResponseFieldsItemUnknownRef.cs | 58 +- ...msGet200ResponseFieldsItemUnknownRefFqn.cs | 4 +- ...esponseFieldsItemUnknownRefObjectNumber.cs | 4 +- ...t200ResponseFieldsItemUnknownValueEntry.cs | 111 ++-- ...esponseFieldsItemUnknownValueEntryArray.cs | 4 +- ...ResponseFieldsItemUnknownValueEntryNone.cs | 4 +- ...sponseFieldsItemUnknownValueEntryScalar.cs | 4 +- ...eFieldsItemUnknownValueEntryUnsupported.cs | 4 +- ...200ResponseFieldsItemUnknownWidgetsItem.cs | 4 +- .../Types/DocFormsGet200ResponseFormKind.cs | 4 +- .../Types/DocFormsGet404Response.cs | 4 +- .../Types/DocFormsGet404ResponseCode.cs | 4 +- .../Types/DocFormsGet404ResponseName.cs | 4 +- .../Types/DocFormsImportData200Response.cs | 4 +- .../DocFormsImportData200ResponseMeta.cs | 4 +- ...ortData200ResponseMetaAffectedPagesItem.cs | 4 +- ...00ResponseMetaAffectedPagesItemRevision.cs | 4 +- ...etaAffectedPagesItemWeakAnnotationState.cs | 56 +- ...fectedPagesItemWeakAnnotationStateKnown.cs | 4 +- ...ctedPagesItemWeakAnnotationStateUnknown.cs | 4 +- ...ormsImportData200ResponseMetaCacheDelta.cs | 4 +- ...tData200ResponseMetaCacheDeltaPagesItem.cs | 4 +- ...200ResponseMetaCacheDeltaPagesItemCache.cs | 4 +- .../Types/DocFormsImportData400Response.cs | 4 +- .../DocFormsImportData400ResponseCode.cs | 4 +- .../DocFormsImportData400ResponseName.cs | 4 +- .../Types/DocFormsImportData404Response.cs | 4 +- .../DocFormsImportData404ResponseCode.cs | 4 +- .../DocFormsImportData404ResponseName.cs | 4 +- .../Types/DocFormsReset200Response.cs | 4 +- .../Types/DocFormsReset200ResponseMeta.cs | 4 +- ...msReset200ResponseMetaAffectedPagesItem.cs | 4 +- ...00ResponseMetaAffectedPagesItemRevision.cs | 4 +- ...etaAffectedPagesItemWeakAnnotationState.cs | 60 +-- ...fectedPagesItemWeakAnnotationStateKnown.cs | 4 +- ...ctedPagesItemWeakAnnotationStateUnknown.cs | 4 +- .../DocFormsReset200ResponseMetaCacheDelta.cs | 4 +- ...Reset200ResponseMetaCacheDeltaPagesItem.cs | 4 +- ...200ResponseMetaCacheDeltaPagesItemCache.cs | 4 +- .../Types/DocFormsReset404Response.cs | 4 +- .../Types/DocFormsReset404ResponseCode.cs | 4 +- .../Types/DocFormsReset404ResponseName.cs | 4 +- .../Types/DocFormsSetValue200Response.cs | 4 +- .../Types/DocFormsSetValue200ResponseMeta.cs | 4 +- ...etValue200ResponseMetaAffectedPagesItem.cs | 4 +- ...00ResponseMetaAffectedPagesItemRevision.cs | 4 +- ...etaAffectedPagesItemWeakAnnotationState.cs | 56 +- ...fectedPagesItemWeakAnnotationStateKnown.cs | 4 +- ...ctedPagesItemWeakAnnotationStateUnknown.cs | 4 +- ...cFormsSetValue200ResponseMetaCacheDelta.cs | 4 +- ...Value200ResponseMetaCacheDeltaPagesItem.cs | 4 +- ...200ResponseMetaCacheDeltaPagesItemCache.cs | 4 +- .../Types/DocFormsSetValue400Response.cs | 4 +- .../Types/DocFormsSetValue400ResponseCode.cs | 4 +- .../Types/DocFormsSetValue400ResponseName.cs | 4 +- .../Types/DocFormsSetValue404Response.cs | 4 +- .../Types/DocFormsSetValue404ResponseCode.cs | 4 +- .../Types/DocFormsSetValue404ResponseName.cs | 4 +- .../Types/DocHead200Response.cs | 4 +- .../Types/DocHead200ResponseAccess.cs | 4 +- .../DocHead200ResponseAccessReasonsItem.cs | 4 +- .../Types/DocHead200ResponseEncryption.cs | 4 +- .../DocHead200ResponseEncryptionState.cs | 4 +- .../Types/DocHead200ResponsePermissions.cs | 4 +- .../DocHead200ResponsePermissionsOpenedAs.cs | 4 +- .../Types/DocHead200ResponseState.cs | 4 +- .../Types/DocHead404Response.cs | 4 +- .../Types/DocHead404ResponseCode.cs | 4 +- .../Types/DocHead404ResponseName.cs | 4 +- .../Types/DocManifest200Response.cs | 4 +- .../Types/DocManifest200ResponsePagesItem.cs | 4 +- .../DocManifest200ResponsePagesItemCache.cs | 4 +- .../DocManifest200ResponsePagesItemState.cs | 4 +- ...nifest200ResponsePagesItemStateRevision.cs | 4 +- ...sponsePagesItemStateWeakAnnotationState.cs | 61 +-- ...ePagesItemStateWeakAnnotationStateKnown.cs | 4 +- ...agesItemStateWeakAnnotationStateUnknown.cs | 4 +- .../Types/DocManifest200ResponseScopes.cs | 4 +- .../DocManifest200ResponseScopesActions.cs | 4 +- ...DocManifest200ResponseScopesAnnotations.cs | 4 +- ...DocManifest200ResponseScopesAttachments.cs | 4 +- .../DocManifest200ResponseScopesContent.cs | 4 +- .../DocManifest200ResponseScopesLayout.cs | 4 +- .../DocManifest200ResponseScopesMetadata.cs | 4 +- .../Types/DocManifest404Response.cs | 4 +- .../Types/DocManifest404ResponseCode.cs | 4 +- .../Types/DocManifest404ResponseName.cs | 4 +- .../Types/DocMetadataGet200Response.cs | 4 +- .../Types/DocMetadataGet200ResponseTrapped.cs | 4 +- .../Types/DocMetadataGet404Response.cs | 4 +- .../Types/DocMetadataGet404ResponseCode.cs | 4 +- .../Types/DocMetadataGet404ResponseName.cs | 4 +- .../Types/DocPagesDelete200Response.cs | 4 +- .../Types/DocPagesDelete200ResponseMeta.cs | 4 +- ...sDelete200ResponseMetaAffectedPagesItem.cs | 4 +- ...00ResponseMetaAffectedPagesItemRevision.cs | 4 +- ...etaAffectedPagesItemWeakAnnotationState.cs | 56 +- ...fectedPagesItemWeakAnnotationStateKnown.cs | 4 +- ...ctedPagesItemWeakAnnotationStateUnknown.cs | 4 +- ...DocPagesDelete200ResponseMetaCacheDelta.cs | 4 +- ...elete200ResponseMetaCacheDeltaPagesItem.cs | 4 +- ...200ResponseMetaCacheDeltaPagesItemCache.cs | 4 +- .../Types/DocPagesDelete400Response.cs | 4 +- .../Types/DocPagesDelete400ResponseCode.cs | 4 +- .../Types/DocPagesDelete400ResponseName.cs | 4 +- .../Types/DocPagesDelete404Response.cs | 4 +- .../Types/DocPagesDelete404ResponseCode.cs | 4 +- .../Types/DocPagesDelete404ResponseName.cs | 4 +- .../Types/DocPagesFlatten200Response.cs | 4 +- .../Types/DocPagesFlatten200ResponseMeta.cs | 4 +- ...Flatten200ResponseMetaAffectedPagesItem.cs | 4 +- ...00ResponseMetaAffectedPagesItemRevision.cs | 4 +- ...etaAffectedPagesItemWeakAnnotationState.cs | 56 +- ...fectedPagesItemWeakAnnotationStateKnown.cs | 4 +- ...ctedPagesItemWeakAnnotationStateUnknown.cs | 4 +- ...ocPagesFlatten200ResponseMetaCacheDelta.cs | 4 +- ...atten200ResponseMetaCacheDeltaPagesItem.cs | 4 +- ...200ResponseMetaCacheDeltaPagesItemCache.cs | 4 +- .../Types/DocPagesFlatten400Response.cs | 4 +- .../Types/DocPagesFlatten400ResponseCode.cs | 4 +- .../Types/DocPagesFlatten400ResponseName.cs | 4 +- .../Types/DocPagesFlatten404Response.cs | 4 +- .../Types/DocPagesFlatten404ResponseCode.cs | 4 +- .../Types/DocPagesFlatten404ResponseName.cs | 4 +- .../Types/DocPagesMove200Response.cs | 4 +- .../Types/DocPagesMove200ResponseMeta.cs | 4 +- ...gesMove200ResponseMetaAffectedPagesItem.cs | 4 +- ...00ResponseMetaAffectedPagesItemRevision.cs | 4 +- ...etaAffectedPagesItemWeakAnnotationState.cs | 60 +-- ...fectedPagesItemWeakAnnotationStateKnown.cs | 4 +- ...ctedPagesItemWeakAnnotationStateUnknown.cs | 4 +- .../DocPagesMove200ResponseMetaCacheDelta.cs | 4 +- ...sMove200ResponseMetaCacheDeltaPagesItem.cs | 4 +- ...200ResponseMetaCacheDeltaPagesItemCache.cs | 4 +- .../Types/DocPagesMove400Response.cs | 4 +- .../Types/DocPagesMove400ResponseCode.cs | 4 +- .../Types/DocPagesMove400ResponseName.cs | 4 +- .../Types/DocPagesMove404Response.cs | 4 +- .../Types/DocPagesMove404ResponseCode.cs | 4 +- .../Types/DocPagesMove404ResponseName.cs | 4 +- .../Types/DocPagesRotate200Response.cs | 4 +- .../Types/DocPagesRotate200ResponseMeta.cs | 4 +- ...sRotate200ResponseMetaAffectedPagesItem.cs | 4 +- ...00ResponseMetaAffectedPagesItemRevision.cs | 4 +- ...etaAffectedPagesItemWeakAnnotationState.cs | 56 +- ...fectedPagesItemWeakAnnotationStateKnown.cs | 4 +- ...ctedPagesItemWeakAnnotationStateUnknown.cs | 4 +- ...DocPagesRotate200ResponseMetaCacheDelta.cs | 4 +- ...otate200ResponseMetaCacheDeltaPagesItem.cs | 4 +- ...200ResponseMetaCacheDeltaPagesItemCache.cs | 4 +- .../Types/DocPagesRotate400Response.cs | 4 +- .../Types/DocPagesRotate400ResponseCode.cs | 4 +- .../Types/DocPagesRotate400ResponseName.cs | 4 +- .../Types/DocPagesRotate404Response.cs | 4 +- .../Types/DocPagesRotate404ResponseCode.cs | 4 +- .../Types/DocPagesRotate404ResponseName.cs | 4 +- .../Types/DocRedactionsApply200Response.cs | 4 +- .../DocRedactionsApply200ResponseMeta.cs | 4 +- ...nsApply200ResponseMetaAffectedPagesItem.cs | 4 +- ...00ResponseMetaAffectedPagesItemRevision.cs | 4 +- ...etaAffectedPagesItemWeakAnnotationState.cs | 56 +- ...fectedPagesItemWeakAnnotationStateKnown.cs | 4 +- ...ctedPagesItemWeakAnnotationStateUnknown.cs | 4 +- ...edactionsApply200ResponseMetaCacheDelta.cs | 4 +- ...Apply200ResponseMetaCacheDeltaPagesItem.cs | 4 +- ...200ResponseMetaCacheDeltaPagesItemCache.cs | 4 +- .../Types/DocRedactionsApply400Response.cs | 4 +- .../DocRedactionsApply400ResponseCode.cs | 4 +- .../DocRedactionsApply400ResponseName.cs | 4 +- .../Types/DocRedactionsApply404Response.cs | 4 +- .../DocRedactionsApply404ResponseCode.cs | 4 +- .../DocRedactionsApply404ResponseName.cs | 4 +- .../Types/DocRenderResponse.cs | 4 +- .../Types/DocRenderResponseCode.cs | 4 +- .../Types/DocRenderResponseName.cs | 4 +- .../Types/DocText200Response.cs | 4 +- .../Types/DocText404Response.cs | 4 +- .../Types/DocText404ResponseCode.cs | 4 +- .../Types/DocText404ResponseName.cs | 4 +- .../Types/DocumentsCommit200Response.cs | 4 +- .../DocumentsCommit200ResponseDocument.cs | 4 +- ...DocumentsCommit200ResponseDocumentState.cs | 4 +- ...Commit200ResponseDocumentThumbnailState.cs | 4 +- .../Types/DocumentsCommit400Response.cs | 4 +- .../Types/DocumentsCommit400ResponseError.cs | 4 +- .../Types/DocumentsCommit404Response.cs | 4 +- .../Types/DocumentsCommit404ResponseError.cs | 4 +- .../Types/DocumentsDelete403Response.cs | 4 +- .../Types/DocumentsDelete403ResponseError.cs | 4 +- .../Types/DocumentsDelete404Response.cs | 4 +- .../Types/DocumentsDelete404ResponseError.cs | 4 +- .../Types/DocumentsDownload403Response.cs | 4 +- .../DocumentsDownload403ResponseError.cs | 4 +- .../Types/DocumentsDownload404Response.cs | 4 +- .../DocumentsDownload404ResponseError.cs | 4 +- .../Types/DocumentsGet200Response.cs | 4 +- .../Types/DocumentsGet200ResponseDocument.cs | 4 +- .../DocumentsGet200ResponseDocumentState.cs | 4 +- ...ntsGet200ResponseDocumentThumbnailState.cs | 4 +- .../Types/DocumentsGet403Response.cs | 4 +- .../Types/DocumentsGet403ResponseError.cs | 4 +- .../Types/DocumentsGet404Response.cs | 4 +- .../Types/DocumentsGet404ResponseError.cs | 4 +- .../Types/DocumentsInit200Response.cs | 82 +-- .../Types/DocumentsInit200ResponseCreated.cs | 4 +- ...DocumentsInit200ResponseCreatedDocument.cs | 4 +- ...entsInit200ResponseCreatedDocumentState.cs | 4 +- ...00ResponseCreatedDocumentThumbnailState.cs | 4 +- .../DocumentsInit200ResponseCreatedUpload.cs | 58 +- ...mentsInit200ResponseCreatedUploadDirect.cs | 4 +- ...tsInit200ResponseCreatedUploadPresigned.cs | 4 +- ...ResponseCreatedUploadPresignedPresigned.cs | 4 +- ...seCreatedUploadPresignedPresignedMethod.cs | 4 +- .../Types/DocumentsInit200ResponseDeduped.cs | 4 +- ...DocumentsInit200ResponseDedupedDocument.cs | 4 +- ...entsInit200ResponseDedupedDocumentState.cs | 4 +- ...00ResponseDedupedDocumentThumbnailState.cs | 4 +- .../Types/DocumentsInit200ResponseResumed.cs | 4 +- ...DocumentsInit200ResponseResumedDocument.cs | 4 +- ...entsInit200ResponseResumedDocumentState.cs | 4 +- ...00ResponseResumedDocumentThumbnailState.cs | 4 +- .../DocumentsInit200ResponseResumedUpload.cs | 58 +- ...mentsInit200ResponseResumedUploadDirect.cs | 4 +- ...tsInit200ResponseResumedUploadPresigned.cs | 4 +- ...ResponseResumedUploadPresignedPresigned.cs | 4 +- ...seResumedUploadPresignedPresignedMethod.cs | 4 +- .../Types/DocumentsInit400Response.cs | 4 +- .../Types/DocumentsInit400ResponseError.cs | 4 +- .../Types/DocumentsList200Response.cs | 4 +- .../DocumentsList200ResponseDocumentsItem.cs | 4 +- ...umentsList200ResponseDocumentsItemState.cs | 4 +- ...t200ResponseDocumentsItemThumbnailState.cs | 4 +- .../Types/DocumentsList400Response.cs | 4 +- .../Types/DocumentsList400ResponseError.cs | 4 +- .../Types/DocumentsThumbnailResponse.cs | 4 +- .../Types/DocumentsThumbnailResponseError.cs | 4 +- .../Types/DocumentsUploadDirect200Response.cs | 4 +- .../Types/DocumentsUploadDirect400Response.cs | 4 +- .../DocumentsUploadDirect400ResponseError.cs | 4 +- .../Types/EngineErrorPayload.cs | 4 +- .../Types/EngineErrorPayloadCode.cs | 4 +- .../Types/EngineErrorPayloadName.cs | 4 +- .../Types/TenantsCreate200Response.cs | 4 +- .../Types/TenantsCreate200ResponseTenant.cs | 4 +- .../Types/TenantsCreate400Response.cs | 4 +- .../Types/TenantsCreate400ResponseError.cs | 4 +- .../Types/TenantsDeleteResponse.cs | 4 +- .../Types/TenantsDeleteResponseError.cs | 4 +- .../Types/TenantsGet200Response.cs | 4 +- .../Types/TenantsGet200ResponseTenant.cs | 4 +- .../Types/TenantsGet404Response.cs | 4 +- .../Types/TenantsGet404ResponseError.cs | 4 +- .../Types/TenantsList200Response.cs | 4 +- .../TenantsList200ResponseTenantsItem.cs | 4 +- .../Types/TenantsList400Response.cs | 4 +- .../Types/TenantsList400ResponseError.cs | 4 +- .../Types/TokensIssue200Response.cs | 4 +- .../Types/TokensIssue400Response.cs | 4 +- .../Types/TokensIssue400ResponseError.cs | 4 +- .../Types/TokensIssue403Response.cs | 4 +- .../Types/TokensIssue403ResponseError.cs | 4 +- .../Types/TokensIssue404Response.cs | 4 +- .../Types/TokensIssue404ResponseError.cs | 4 +- .../Types/TokensIssueRequest.cs | 56 +- .../Types/TokensIssueRequestDoc.cs | 4 +- .../Types/TokensIssueRequestTenant.cs | 4 +- .../TokensIssueRequestTenantScopeItemOne.cs | 4 +- .../TokensIssueRequestTenantScopeItemZero.cs | 4 +- .../Types/TokensRevokeResponse.cs | 4 +- .../Types/TokensRevokeResponseError.cs | 4 +- src/CloudpdfApi/Exceptions/BadRequestError.cs | 8 - src/CloudpdfApi/Exceptions/ForbiddenError.cs | 8 - src/CloudpdfApi/Exceptions/NotFoundError.cs | 8 - 2047 files changed, 8182 insertions(+), 8286 deletions(-) create mode 100644 .github/workflows/sdk-release.yml create mode 100644 CloudPDF.slnx delete mode 100644 CloudpdfApi.slnx rename src/{CloudpdfApi.Test/CloudpdfApi.Test.Custom.props => CloudPDF.Test/CloudPDF.Test.Custom.props} (100%) rename src/{CloudpdfApi.Test/CloudpdfApi.Test.csproj => CloudPDF.Test/CloudPDF.Test.csproj} (88%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/HeadersBuilderTests.cs (99%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/Json/AdditionalPropertiesTests.cs (99%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/Json/DateOnlyJsonTests.cs (98%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/Json/DateTimeJsonTests.cs (98%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/Json/JsonAccessAttributeTests.cs (98%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/QueryStringBuilderTests.cs (99%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/QueryStringConverterTests.cs (98%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/RawClientTests/GzipResponseTests.cs (94%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/RawClientTests/MultipartFormTests.cs (99%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/RawClientTests/QueryParameterTests.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/RawClientTests/RetriesTests.cs (96%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Core/WithRawResponseTests.cs (99%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/TestClient.cs (69%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/BaseMockServerTest.cs (82%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Deployment/LicenseStatusTest.cs (94%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Annotations/CreateTest.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Annotations/DeleteTest.cs (96%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Annotations/ListTest.cs (99%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Annotations/UpdateTest.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Forms/GetTest.cs (98%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Forms/ImportDataTest.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Forms/ResetTest.cs (96%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Forms/SetValueTest.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/HeadTest.cs (95%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/ManifestTest.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Metadata/GetTest.cs (94%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Pages/DeleteTest.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Pages/FlattenTest.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Pages/MoveTest.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Pages/RotateTest.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/Redactions/ApplyTest.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Doc/TextTest.cs (93%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Documents/CommitTest.cs (96%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Documents/DeleteTest.cs (92%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Documents/GetTest.cs (95%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Documents/InitTest.cs (97%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Documents/ListTest.cs (96%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Tenants/CreateTest.cs (94%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Tenants/DeleteTest.cs (91%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Tenants/GetTest.cs (93%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Tenants/ListTest.cs (93%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Tokens/IssueTest.cs (96%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Unit/MockServer/Tokens/RevokeTest.cs (94%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Utils/AdditionalPropertiesComparer.cs (99%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Utils/JsonAssert.cs (95%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Utils/JsonElementComparer.cs (100%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Utils/NUnitExtensions.cs (100%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Utils/OneOfComparer.cs (99%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Utils/OptionalComparer.cs (99%) rename src/{CloudpdfApi.Test => CloudPDF.Test}/Utils/ReadOnlyMemoryComparer.cs (100%) rename src/{CloudpdfApi/CloudpdfApi.Custom.props => CloudPDF/CloudPDF.Custom.props} (100%) rename src/{CloudpdfApi/CloudpdfApi.csproj => CloudPDF/CloudPDF.csproj} (83%) rename src/{CloudpdfApi/CloudpdfApiClient.cs => CloudPDF/CloudPDFClient.cs} (84%) rename src/{CloudpdfApi => CloudPDF}/Core/ApiResponse.cs (90%) rename src/{CloudpdfApi => CloudPDF}/Core/BaseRequest.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Core/CollectionItemSerializer.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/Constants.cs (85%) rename src/{CloudpdfApi => CloudPDF}/Core/DateOnlyConverter.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/DateTimeSerializer.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Core/DefaultHttpClientFactory.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Core/EmptyRequest.cs (88%) rename src/{CloudpdfApi => CloudPDF}/Core/EncodingCache.cs (88%) rename src/{CloudpdfApi => CloudPDF}/Core/Extensions.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Core/FormUrlEncoder.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Core/HeaderValue.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Core/Headers.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Core/HeadersBuilder.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/HttpContentExtensions.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Core/HttpMethodExtensions.cs (83%) rename src/{CloudpdfApi => CloudPDF}/Core/IIsRetryableContent.cs (73%) rename src/{CloudpdfApi => CloudPDF}/Core/IRequestOptions.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Core/JsonAccessAttribute.cs (92%) rename src/{CloudpdfApi => CloudPDF}/Core/JsonConfiguration.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/JsonRequest.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Core/MultipartFormRequest.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/NullableAttribute.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Core/OneOfSerializer.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/Optional.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/OptionalAttribute.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Core/Public/AdditionalProperties.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/Public/ClientOptions.cs (97%) rename src/{CloudpdfApi/Core/Public/CloudpdfApiApiException.cs => CloudPDF/Core/Public/CloudPDFApiException.cs} (73%) rename src/{CloudpdfApi/Core/Public/CloudpdfApiException.cs => CloudPDF/Core/Public/CloudPDFException.cs} (55%) rename src/{CloudpdfApi => CloudPDF}/Core/Public/FileParameter.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Core/Public/RawResponse.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Core/Public/RequestOptions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Core/Public/Version.cs (80%) rename src/{CloudpdfApi => CloudPDF}/Core/Public/WithRawResponse.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Core/Public/WithRawResponseStream.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/Public/WithRawResponseTask.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/QueryStringBuilder.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/QueryStringConverter.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/RawClient.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Core/RawResponse.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Core/ResponseHeaders.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Core/StreamRequest.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Core/StringEnum.cs (75%) rename src/{CloudpdfApi => CloudPDF}/Core/StringEnumExtensions.cs (82%) rename src/{CloudpdfApi => CloudPDF}/Core/ValueConvert.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Deployment/DeploymentClient.cs (87%) rename src/{CloudpdfApi => CloudPDF}/Deployment/IDeploymentClient.cs (90%) rename src/{CloudpdfApi => CloudPDF}/Doc/Annotations/AnnotationsClient.cs (90%) rename src/{CloudpdfApi => CloudPDF}/Doc/Annotations/IAnnotationsClient.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Doc/Annotations/Requests/CreateAnnotationsRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/Annotations/Requests/DeleteAnnotationsRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/Annotations/Requests/ListAnnotationsRequest.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Doc/Annotations/Requests/UpdateAnnotationsRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/DocClient.cs (90%) rename src/{CloudpdfApi => CloudPDF}/Doc/Forms/FormsClient.cs (90%) rename src/{CloudpdfApi => CloudPDF}/Doc/Forms/IFormsClient.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Doc/Forms/Requests/ExportDataFormsRequest.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Doc/Forms/Requests/GetFormsRequest.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Doc/Forms/Requests/ImportDataFormsRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/Forms/Requests/ResetFormsRequest.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Doc/Forms/Requests/SetValueFormsRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/Forms/Types/ExportDataFormsRequestFormat.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Doc/IDocClient.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Doc/Metadata/IMetadataClient.cs (84%) rename src/{CloudpdfApi => CloudPDF}/Doc/Metadata/MetadataClient.cs (89%) rename src/{CloudpdfApi => CloudPDF}/Doc/Metadata/Requests/GetMetadataRequest.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Doc/Pages/IPagesClient.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/Pages/PagesClient.cs (89%) rename src/{CloudpdfApi => CloudPDF}/Doc/Pages/Requests/DeletePagesRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/Pages/Requests/FlattenPagesRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/Pages/Requests/MovePagesRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/Pages/Requests/RotatePagesRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/Redactions/IRedactionsClient.cs (84%) rename src/{CloudpdfApi => CloudPDF}/Doc/Redactions/RedactionsClient.cs (89%) rename src/{CloudpdfApi => CloudPDF}/Doc/Redactions/Requests/ApplyRedactionsRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/Requests/DownloadDocRequest.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Doc/Requests/HeadDocRequest.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Doc/Requests/ManifestDocRequest.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Doc/Requests/RenderDocRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Doc/Requests/TextDocRequest.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Documents/DocumentsClient.cs (89%) rename src/{CloudpdfApi => CloudPDF}/Documents/IDocumentsClient.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Documents/Requests/DeleteDocumentsRequest.cs (88%) rename src/{CloudpdfApi => CloudPDF}/Documents/Requests/DocumentsCommitRequest.cs (90%) rename src/{CloudpdfApi => CloudPDF}/Documents/Requests/DocumentsInitRequest.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Documents/Requests/DownloadDocumentsRequest.cs (88%) rename src/{CloudpdfApi => CloudPDF}/Documents/Requests/GetDocumentsRequest.cs (88%) rename src/{CloudpdfApi => CloudPDF}/Documents/Requests/ListDocumentsRequest.cs (90%) rename src/{CloudpdfApi => CloudPDF}/Documents/Requests/ThumbnailDocumentsRequest.cs (88%) rename src/{CloudpdfApi => CloudPDF}/Documents/Types/DocumentsInitRequestDedupMode.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Documents/Types/ListDocumentsRequestState.cs (98%) create mode 100644 src/CloudPDF/Exceptions/BadRequestError.cs create mode 100644 src/CloudPDF/Exceptions/ForbiddenError.cs create mode 100644 src/CloudPDF/Exceptions/NotFoundError.cs rename src/{CloudpdfApi/ICloudpdfApiClient.cs => CloudPDF/ICloudPDFClient.cs} (76%) rename src/{CloudpdfApi => CloudPDF}/Tenants/ITenantsClient.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Tenants/Requests/DeleteTenantsRequest.cs (85%) rename src/{CloudpdfApi => CloudPDF}/Tenants/Requests/GetTenantsRequest.cs (85%) rename src/{CloudpdfApi => CloudPDF}/Tenants/Requests/ListTenantsRequest.cs (87%) rename src/{CloudpdfApi => CloudPDF}/Tenants/Requests/TenantsCreateRequest.cs (88%) rename src/{CloudpdfApi => CloudPDF}/Tenants/TenantsClient.cs (89%) rename src/{CloudpdfApi => CloudPDF}/Tokens/ITokensClient.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Tokens/Requests/IssueTokensRequest.cs (88%) rename src/{CloudpdfApi => CloudPDF}/Tokens/Requests/TokensRevokeRequest.cs (91%) rename src/{CloudpdfApi => CloudPDF}/Tokens/TokensClient.cs (90%) rename src/{CloudpdfApi => CloudPDF}/Types/AdminErrorPayload.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/AdminErrorPayloadError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DeploymentLicenseStatusResponse.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate200ResponseMeta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs (73%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate200ResponseMetaCacheDelta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate400Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate400ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate400ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsCreate404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete200ResponseMeta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs (73%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete200ResponseMetaCacheDelta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsDelete404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItem.cs (61%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaret.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIntent.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRef.cs (71%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCaretReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircle.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyle.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRectDifferences.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRef.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemCircleUnrotatedRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachment.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFile.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFlags.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIcon.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.cs (71%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeText.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyle.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamily.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.cs (71%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEnding.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRectDifferences.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlign.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextUnrotatedRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlight.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightFlags.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItem.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP1.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP2.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP3.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP4.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRef.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInk.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkBorderStyle.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkInkListItemItem.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkIntent.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkRef.cs (71%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemInkReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLine.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineBorderStyle.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndings.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEnd.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStart.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePoints.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsEnd.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsStart.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineRef.cs (71%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLineReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLink.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRef.cs (71%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTarget.cs (65%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.cs (63%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygon.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyle.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRef.cs (71%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonVerticesItem.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolyline.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyle.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.cs (71%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndings.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEnd.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStart.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRef.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineVerticesItem.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedact.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontFamily.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP1.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP2.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP3.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP4.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRef.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemRedactTextAlign.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquare.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyle.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRectDifferences.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRef.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquareUnrotatedRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquiggly.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.cs (71%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItem.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP1.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP2.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP3.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP4.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStamp.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampRef.cs (71%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStampUnrotatedRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeout.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutFlags.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntent.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItem.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP1.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP2.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP3.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP4.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemText.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextIcon.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextRef.cs (71%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemTextReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderline.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineFlags.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItem.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP1.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP2.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP3.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP4.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupported.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedFlags.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.cs (69%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidget.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActions.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExit.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDown.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageClose.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpen.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItem.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBlendMode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyle.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamily.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFlags.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQuality.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInteriorColor.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRect.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRef.cs (70%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndexRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetReplyType.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlign.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponsePageState.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponsePageStateRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationState.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsList404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate200ResponseMeta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs (73%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate200ResponseMetaCacheDelta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate400Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate400ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate400ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocAnnotationsUpdate404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocDownloadResponse.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocDownloadResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocDownloadResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsExportDataResponse.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsExportDataResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsExportDataResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200Response.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseCalculationOrderItem.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseCalculationOrderItemFqn.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseCalculationOrderItemObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItem.cs (65%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckbox.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActions.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormat.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.cs (67%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxFlags.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxOrigin.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxRef.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxRefFqn.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemCombobox.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActions.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormat.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.cs (67%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxFlags.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxOptionsItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxOrigin.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxRef.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxRefFqn.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemComboboxWidgetsItem.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListbox.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActions.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormat.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystroke.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.cs (67%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxFlags.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxOptionsItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxOrigin.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxRef.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxRefFqn.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemListboxWidgetsItem.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbutton.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActions.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonFlags.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonOrigin.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonRef.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefFqn.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadio.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActions.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormat.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystroke.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioFlags.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioOrigin.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioRef.cs (75%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioRefFqn.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemRadioWidgetsItem.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignature.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActions.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormat.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.cs (67%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureFlags.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureOrigin.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureRef.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureRefFqn.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemSignatureWidgetsItem.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemText.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActions.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsFormat.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystroke.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsValidate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextFlags.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextOrigin.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextRef.cs (75%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextRefFqn.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemTextWidgetsItem.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknown.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActions.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormat.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidate.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownFlags.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownOrigin.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownRef.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownRefFqn.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntry.cs (68%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryArray.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryNone.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFieldsItemUnknownWidgetsItem.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet200ResponseFormKind.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsGet404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData200ResponseMeta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData200ResponseMetaAffectedPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData200ResponseMetaAffectedPagesItemRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData200ResponseMetaCacheDelta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData400Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData400ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData400ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsImportData404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset200ResponseMeta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset200ResponseMetaAffectedPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset200ResponseMetaAffectedPagesItemRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset200ResponseMetaCacheDelta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsReset404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue200ResponseMeta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue200ResponseMetaAffectedPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue200ResponseMetaCacheDelta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue400Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue400ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue400ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocFormsSetValue404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocHead200Response.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocHead200ResponseAccess.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocHead200ResponseAccessReasonsItem.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocHead200ResponseEncryption.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocHead200ResponseEncryptionState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocHead200ResponsePermissions.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocHead200ResponsePermissionsOpenedAs.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocHead200ResponseState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocHead404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocHead404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocHead404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200Response.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponsePagesItem.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponsePagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponsePagesItemState.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponsePagesItemStateRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponsePagesItemStateWeakAnnotationState.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponseScopes.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponseScopesActions.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponseScopesAnnotations.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponseScopesAttachments.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponseScopesContent.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponseScopesLayout.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest200ResponseScopesMetadata.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocManifest404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocMetadataGet200Response.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/DocMetadataGet200ResponseTrapped.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocMetadataGet404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocMetadataGet404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocMetadataGet404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete200ResponseMeta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete200ResponseMetaAffectedPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete200ResponseMetaAffectedPagesItemRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete200ResponseMetaCacheDelta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete400Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete400ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete400ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesDelete404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten200ResponseMeta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten200ResponseMetaAffectedPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten200ResponseMetaCacheDelta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten400Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten400ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten400ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesFlatten404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove200ResponseMeta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove200ResponseMetaAffectedPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove200ResponseMetaAffectedPagesItemRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove200ResponseMetaCacheDelta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItem.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove400Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove400ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove400ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesMove404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate200ResponseMeta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate200ResponseMetaAffectedPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate200ResponseMetaAffectedPagesItemRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate200ResponseMetaCacheDelta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate400Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate400ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate400ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocPagesRotate404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply200ResponseMeta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply200ResponseMetaAffectedPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemRevision.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.cs (74%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply200ResponseMetaCacheDelta.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItemCache.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply400Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply400ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply400ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRedactionsApply404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRenderResponse.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRenderResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocRenderResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocText200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocText404Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocText404ResponseCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/DocText404ResponseName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsCommit200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsCommit200ResponseDocument.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsCommit200ResponseDocumentState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsCommit200ResponseDocumentThumbnailState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsCommit400Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsCommit400ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsCommit404Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsCommit404ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsDelete403Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsDelete403ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsDelete404Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsDelete404ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsDownload403Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsDownload403ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsDownload404Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsDownload404ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsGet200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsGet200ResponseDocument.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsGet200ResponseDocumentState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsGet200ResponseDocumentThumbnailState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsGet403Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsGet403ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsGet404Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsGet404ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200Response.cs (73%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseCreated.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseCreatedDocument.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseCreatedDocumentState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseCreatedDocumentThumbnailState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseCreatedUpload.cs (75%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseCreatedUploadDirect.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseCreatedUploadPresigned.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseCreatedUploadPresignedPresigned.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseCreatedUploadPresignedPresignedMethod.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseDeduped.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseDedupedDocument.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseDedupedDocumentState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseDedupedDocumentThumbnailState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseResumed.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseResumedDocument.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseResumedDocumentState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseResumedDocumentThumbnailState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseResumedUpload.cs (75%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseResumedUploadDirect.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseResumedUploadPresigned.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseResumedUploadPresignedPresigned.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit200ResponseResumedUploadPresignedPresignedMethod.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit400Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsInit400ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsList200Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsList200ResponseDocumentsItem.cs (97%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsList200ResponseDocumentsItemState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsList200ResponseDocumentsItemThumbnailState.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsList400Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsList400ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsThumbnailResponse.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsThumbnailResponseError.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsUploadDirect200Response.cs (93%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsUploadDirect400Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/DocumentsUploadDirect400ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/EngineErrorPayload.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/EngineErrorPayloadCode.cs (99%) rename src/{CloudpdfApi => CloudPDF}/Types/EngineErrorPayloadName.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsCreate200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsCreate200ResponseTenant.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsCreate400Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsCreate400ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsDeleteResponse.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsDeleteResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsGet200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsGet200ResponseTenant.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsGet404Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsGet404ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsList200Response.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsList200ResponseTenantsItem.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsList400Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TenantsList400ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssue200Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssue400Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssue400ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssue403Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssue403ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssue404Response.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssue404ResponseError.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssueRequest.cs (78%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssueRequestDoc.cs (96%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssueRequestTenant.cs (95%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssueRequestTenantScopeItemOne.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensIssueRequestTenantScopeItemZero.cs (98%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensRevokeResponse.cs (94%) rename src/{CloudpdfApi => CloudPDF}/Types/TokensRevokeResponseError.cs (94%) delete mode 100644 src/CloudpdfApi/Exceptions/BadRequestError.cs delete mode 100644 src/CloudpdfApi/Exceptions/ForbiddenError.cs delete mode 100644 src/CloudpdfApi/Exceptions/NotFoundError.cs diff --git a/.fern/metadata.json b/.fern/metadata.json index 52fb566..7ce833a 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -3,10 +3,14 @@ "generatorName": "fernapi/fern-csharp-sdk", "generatorVersion": "2.80.0", "generatorConfig": { - "namespace": "CloudpdfApi", - "package-id": "CloudpdfApi" + "namespace": "CloudPDF", + "package-id": "CloudPDF", + "client-class-name": "CloudPDFClient", + "environment-class-name": "CloudPDFEnvironment", + "base-exception-class-name": "CloudPDFException", + "base-api-exception-class-name": "CloudPDFApiException" }, - "originGitCommit": "232d5e0240d5673a73c9ea7c7ae9e7b937fdd5b3", + "originGitCommit": "a0adb9e77ef16feaef2358d71b247b4f5a98fd23", "originGitCommitIsDirty": false, "invokedBy": "ci", "requestedVersion": "3.0.0-next.1", diff --git a/.github/workflows/sdk-ci.yml b/.github/workflows/sdk-ci.yml index 69eb9d8..c484c61 100644 --- a/.github/workflows/sdk-ci.yml +++ b/.github/workflows/sdk-ci.yml @@ -17,4 +17,5 @@ jobs: - uses: actions/setup-dotnet@v4 with: dotnet-version: '9.0.x' - - run: dotnet build src/CloudpdfApi/CloudpdfApi.csproj -c Release -f net8.0 + - run: dotnet build src/CloudPDF/CloudPDF.csproj -c Release -f net8.0 + - run: dotnet pack src/CloudPDF/CloudPDF.csproj -c Release -o /tmp/cloudpdf-nuget diff --git a/.github/workflows/sdk-release.yml b/.github/workflows/sdk-release.yml new file mode 100644 index 0000000..02911a5 --- /dev/null +++ b/.github/workflows/sdk-release.yml @@ -0,0 +1,143 @@ +name: SDK Release + +on: + push: + branches: [main] + paths-ignore: + - '.github/**' + workflow_dispatch: + +permissions: + contents: read + +concurrency: + group: sdk-release + cancel-in-progress: false + +jobs: + release: + name: Publish CloudPDF + if: github.event_name == 'workflow_dispatch' || vars.SDK_AUTO_PUBLISH_ENABLED == 'true' + runs-on: ubuntu-latest + environment: release + permissions: + contents: write + id-token: write + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: '9.0.x' + + - uses: actions/setup-python@v5 + with: + python-version: '3.12' + + - name: Verify generated release version + id: version + run: | + python - <<'PY' + import json + import os + import xml.etree.ElementTree as ET + + project = ET.parse('src/CloudPDF/CloudPDF.csproj').getroot() + package_id = project.findtext('./PropertyGroup/PackageId') + version = project.findtext('./PropertyGroup/Version') + with open('cloudpdf-generation.json', encoding='utf-8') as file: + generation = json.load(file) + if generation['language'] != 'csharp': + raise RuntimeError('generation language is not csharp') + if package_id != 'CloudPDF': + raise RuntimeError(f'unexpected NuGet package {package_id}') + if version != generation['sdkVersion']: + raise RuntimeError(f'package version {version} does not match generated version {generation["sdkVersion"]}') + prerelease = '-' in generation['canonicalVersion'] + with open(os.environ['GITHUB_OUTPUT'], 'a', encoding='utf-8') as output: + output.write(f'version={version}\n') + output.write(f'tag=v{version}\n') + output.write(f'prerelease={str(prerelease).lower()}\n') + PY + + - name: Pack NuGet package + run: dotnet pack src/CloudPDF/CloudPDF.csproj -c Release -o dist + + - name: Protect immutable release tag + id: release-tag + env: + RELEASE_TAG: ${{ steps.version.outputs.tag }} + run: | + git fetch --force --tags origin + if git rev-parse --quiet --verify "refs/tags/$RELEASE_TAG" >/dev/null; then + tagged_commit="$(git rev-list -n 1 "$RELEASE_TAG")" + if [ "$tagged_commit" != "$GITHUB_SHA" ]; then + if git diff --quiet "$RELEASE_TAG" "$GITHUB_SHA" -- . ':(exclude).github/**'; then + echo "::notice::Reusing $RELEASE_TAG after a workflow-only change." + else + echo "::error::Release tag $RELEASE_TAG already points to different package source at $tagged_commit; bump the SDK version." + exit 1 + fi + fi + echo "existed=true" >> "$GITHUB_OUTPUT" + else + git config user.name cloudpdf-sdk-bot + git config user.email hello@cloudpdf.com + git tag -a "$RELEASE_TAG" -m "CloudPDF .NET SDK $RELEASE_TAG" + git push origin "refs/tags/$RELEASE_TAG" + echo "existed=false" >> "$GITHUB_OUTPUT" + fi + + - name: Check NuGet publication state + id: registry + env: + VERSION: ${{ steps.version.outputs.version }} + TAG_EXISTED: ${{ steps.release-tag.outputs.existed }} + run: | + normalized_version="$(printf '%s' "$VERSION" | tr '[:upper:]' '[:lower:]')" + package_url="https://api.nuget.org/v3-flatcontainer/cloudpdf/$normalized_version/cloudpdf.$normalized_version.nupkg" + http_status="$(curl --silent --show-error --output /dev/null --write-out '%{http_code}' "$package_url")" + case "$http_status" in + 200) + if [ "$TAG_EXISTED" != 'true' ]; then + echo "::error::CloudPDF $VERSION already exists on NuGet but its release tag did not exist." + exit 1 + fi + echo "publish=false" >> "$GITHUB_OUTPUT" + ;; + 404) + echo "publish=true" >> "$GITHUB_OUTPUT" + ;; + *) + echo "::error::NuGet returned HTTP $http_status while checking CloudPDF $VERSION." + exit 1 + ;; + esac + + - name: Exchange GitHub identity for a NuGet API key + if: steps.registry.outputs.publish == 'true' + id: nuget-login + uses: NuGet/login@v1 + with: + user: ${{ vars.NUGET_USER }} + + - name: Publish to NuGet + if: steps.registry.outputs.publish == 'true' + env: + NUGET_API_KEY: ${{ steps.nuget-login.outputs.NUGET_API_KEY }} + run: dotnet nuget push "dist/CloudPDF.${{ steps.version.outputs.version }}.nupkg" --api-key "$NUGET_API_KEY" --source https://api.nuget.org/v3/index.json + + - name: Create GitHub release + env: + GH_TOKEN: ${{ github.token }} + RELEASE_TAG: ${{ steps.version.outputs.tag }} + PRERELEASE: ${{ steps.version.outputs.prerelease }} + run: | + if gh release view "$RELEASE_TAG" >/dev/null 2>&1; then + exit 0 + fi + args=(--verify-tag --generate-notes --title "CloudPDF .NET SDK $RELEASE_TAG") + if [ "$PRERELEASE" = 'true' ]; then args+=(--prerelease); fi + gh release create "$RELEASE_TAG" "${args[@]}" diff --git a/CloudPDF.slnx b/CloudPDF.slnx new file mode 100644 index 0000000..dbbf6d9 --- /dev/null +++ b/CloudPDF.slnx @@ -0,0 +1,4 @@ + + + + diff --git a/CloudpdfApi.slnx b/CloudpdfApi.slnx deleted file mode 100644 index f4e92f4..0000000 --- a/CloudpdfApi.slnx +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/README.md b/README.md index 2d62be8..4d2e6bf 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Cloudpdf C# Library +# CloudPDF .NET SDK [![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=github&utm_campaign=readme&utm_source=Cloudpdf%2FC%23) -[![nuget shield](https://img.shields.io/nuget/v/CloudpdfApi)](https://nuget.org/packages/CloudpdfApi) +[![nuget shield](https://img.shields.io/nuget/v/CloudPDF)](https://nuget.org/packages/CloudPDF) -The Cloudpdf C# library provides convenient access to the Cloudpdf APIs from C#. +The official .NET SDK for the CloudPDF API. ## Table of Contents @@ -29,7 +29,7 @@ This SDK requires: ## Installation ```sh -dotnet add package CloudpdfApi +dotnet add package CloudPDF ``` ## Reference @@ -41,9 +41,9 @@ A full reference for this library is available [here](./reference.md). Instantiate and use the client with the following: ```csharp -using CloudpdfApi; +using CloudPDF; -var client = new CloudpdfApiClient("TOKEN"); +var client = new CloudPDFClient("TOKEN"); await client.Tenants.CreateAsync(new TenantsCreateRequest { Id = "id" }); ``` @@ -53,11 +53,11 @@ When the API returns a non-success status code (4xx or 5xx response), a subclass will be thrown. ```csharp -using CloudpdfApi; +using CloudPDF; try { var response = await client.Tenants.CreateAsync(...); -} catch (CloudpdfApiApiException e) { +} catch (CloudPDFApiException e) { System.Console.WriteLine(e.Body); System.Console.WriteLine(e.StatusCode); @@ -125,7 +125,7 @@ var response = await client.Tenants.CreateAsync( Access raw HTTP response data (status code, headers, URL) alongside parsed response data using the `.WithRawResponse()` method. ```csharp -using CloudpdfApi; +using CloudPDF; // Access raw response data (status code, headers, etc.) alongside the parsed response var result = await client.Tenants.CreateAsync(...).WithRawResponse(); @@ -205,7 +205,7 @@ var response = await client.Tenants.CreateAsync( This SDK uses forward-compatible enums that can handle unknown values gracefully. ```csharp -using CloudpdfApi; +using CloudPDF; // Using a built-in value var listDocumentsRequestState = ListDocumentsRequestState.Pending; diff --git a/cloudpdf-generation.json b/cloudpdf-generation.json index 5622d11..1ffcb51 100644 --- a/cloudpdf-generation.json +++ b/cloudpdf-generation.json @@ -6,7 +6,7 @@ "repository": "embedpdf/embed-pdf-viewer", "openapi": "cloudpdf/contract/openapi.json", "openapiSha256": "6858ce7912e9063d8fb171ade95fc473db01c5971a3af241a612dda79cc05100", - "gitCommit": "232d5e0240d5673a73c9ea7c7ae9e7b937fdd5b3", + "gitCommit": "a0adb9e77ef16feaef2358d71b247b4f5a98fd23", "gitCommitIsDirty": false }, "fern": { diff --git a/reference.md b/reference.md index 40d7a68..dc59e86 100644 --- a/reference.md +++ b/reference.md @@ -1,6 +1,6 @@ # Reference ## Deployment -
client.Deployment.LicenseStatusAsync() -> WithRawResponseTask<DeploymentLicenseStatusResponse> +
client.Deployment.LicenseStatusAsync() -> WithRawResponseTask<DeploymentLicenseStatusResponse>
@@ -26,7 +26,7 @@ await client.Deployment.LicenseStatusAsync();
## Doc -
client.Doc.HeadAsync(HeadDocRequest { ... }) -> WithRawResponseTask<DocHead200Response> +
client.Doc.HeadAsync(HeadDocRequest { ... }) -> WithRawResponseTask<DocHead200Response>
@@ -66,7 +66,7 @@ await client.Doc.HeadAsync(new HeadDocRequest { DocId = "docId" });
-
client.Doc.DownloadAsync(DownloadDocRequest { ... }) -> WithRawResponseTask<Stream> +
client.Doc.DownloadAsync(DownloadDocRequest { ... }) -> WithRawResponseTask<Stream>
@@ -106,7 +106,7 @@ await client.Doc.DownloadAsync(new DownloadDocRequest { DocId = "docId", LayerNa
-
client.Doc.ManifestAsync(ManifestDocRequest { ... }) -> WithRawResponseTask<DocManifest200Response> +
client.Doc.ManifestAsync(ManifestDocRequest { ... }) -> WithRawResponseTask<DocManifest200Response>
@@ -146,7 +146,7 @@ await client.Doc.ManifestAsync(new ManifestDocRequest { DocId = "docId", LayerNa
-
client.Doc.RenderAsync(RenderDocRequest { ... }) -> WithRawResponseTask<Stream> +
client.Doc.RenderAsync(RenderDocRequest { ... }) -> WithRawResponseTask<Stream>
@@ -207,7 +207,7 @@ await client.Doc.RenderAsync(
-
client.Doc.TextAsync(TextDocRequest { ... }) -> WithRawResponseTask<DocText200Response> +
client.Doc.TextAsync(TextDocRequest { ... }) -> WithRawResponseTask<DocText200Response>
@@ -255,7 +255,7 @@ await client.Doc.TextAsync(
## Tenants -
client.Tenants.ListAsync(ListTenantsRequest { ... }) -> WithRawResponseTask<TenantsList200Response> +
client.Tenants.ListAsync(ListTenantsRequest { ... }) -> WithRawResponseTask<TenantsList200Response>
@@ -295,7 +295,7 @@ await client.Tenants.ListAsync(new ListTenantsRequest());
-
client.Tenants.CreateAsync(TenantsCreateRequest { ... }) -> WithRawResponseTask<TenantsCreate200Response> +
client.Tenants.CreateAsync(TenantsCreateRequest { ... }) -> WithRawResponseTask<TenantsCreate200Response>
@@ -335,7 +335,7 @@ await client.Tenants.CreateAsync(new TenantsCreateRequest { Id = "id" });
-
client.Tenants.GetAsync(GetTenantsRequest { ... }) -> WithRawResponseTask<TenantsGet200Response> +
client.Tenants.GetAsync(GetTenantsRequest { ... }) -> WithRawResponseTask<TenantsGet200Response>
@@ -375,7 +375,7 @@ await client.Tenants.GetAsync(new GetTenantsRequest { TenantId = "tenantId" });
-
client.Tenants.DeleteAsync(DeleteTenantsRequest { ... }) -> WithRawResponseTask +
client.Tenants.DeleteAsync(DeleteTenantsRequest { ... }) -> WithRawResponseTask
@@ -430,7 +430,7 @@ await client.Tenants.DeleteAsync(new DeleteTenantsRequest { TenantId = "tenantId
## Documents -
client.Documents.ListAsync(ListDocumentsRequest { ... }) -> WithRawResponseTask<DocumentsList200Response> +
client.Documents.ListAsync(ListDocumentsRequest { ... }) -> WithRawResponseTask<DocumentsList200Response>
@@ -470,7 +470,7 @@ await client.Documents.ListAsync(new ListDocumentsRequest { TenantId = "tenantId
-
client.Documents.GetAsync(GetDocumentsRequest { ... }) -> WithRawResponseTask<DocumentsGet200Response> +
client.Documents.GetAsync(GetDocumentsRequest { ... }) -> WithRawResponseTask<DocumentsGet200Response>
@@ -510,7 +510,7 @@ await client.Documents.GetAsync(new GetDocumentsRequest { TenantId = "tenantId",
-
client.Documents.DeleteAsync(DeleteDocumentsRequest { ... }) -> WithRawResponseTask +
client.Documents.DeleteAsync(DeleteDocumentsRequest { ... }) -> WithRawResponseTask
@@ -550,7 +550,7 @@ await client.Documents.DeleteAsync(new DeleteDocumentsRequest { TenantId = "tena
-
client.Documents.CommitAsync(DocumentsCommitRequest { ... }) -> WithRawResponseTask<DocumentsCommit200Response> +
client.Documents.CommitAsync(DocumentsCommitRequest { ... }) -> WithRawResponseTask<DocumentsCommit200Response>
@@ -597,7 +597,7 @@ await client.Documents.CommitAsync(
-
client.Documents.DownloadAsync(DownloadDocumentsRequest { ... }) -> WithRawResponseTask<Stream> +
client.Documents.DownloadAsync(DownloadDocumentsRequest { ... }) -> WithRawResponseTask<Stream>
@@ -639,7 +639,7 @@ await client.Documents.DownloadAsync(
-
client.Documents.ThumbnailAsync(ThumbnailDocumentsRequest { ... }) -> WithRawResponseTask<Stream> +
client.Documents.ThumbnailAsync(ThumbnailDocumentsRequest { ... }) -> WithRawResponseTask<Stream>
@@ -681,7 +681,7 @@ await client.Documents.ThumbnailAsync(
-
client.Documents.InitAsync(DocumentsInitRequest { ... }) -> WithRawResponseTask<DocumentsInit200Response> +
client.Documents.InitAsync(DocumentsInitRequest { ... }) -> WithRawResponseTask<DocumentsInit200Response>
@@ -729,7 +729,7 @@ await client.Documents.InitAsync(
## Tokens -
client.Tokens.IssueAsync(IssueTokensRequest { ... }) -> WithRawResponseTask<TokensIssue200Response> +
client.Tokens.IssueAsync(IssueTokensRequest { ... }) -> WithRawResponseTask<TokensIssue200Response>
@@ -799,7 +799,7 @@ await client.Tokens.IssueAsync(
-
client.Tokens.RevokeAsync(TokensRevokeRequest { ... }) -> WithRawResponseTask +
client.Tokens.RevokeAsync(TokensRevokeRequest { ... }) -> WithRawResponseTask
@@ -854,7 +854,7 @@ await client.Tokens.RevokeAsync(new TokensRevokeRequest { TenantId = "tenantId",
## Doc Annotations -
client.Doc.Annotations.ListAsync(ListAnnotationsRequest { ... }) -> WithRawResponseTask<DocAnnotationsList200Response> +
client.Doc.Annotations.ListAsync(ListAnnotationsRequest { ... }) -> WithRawResponseTask<DocAnnotationsList200Response>
@@ -901,7 +901,7 @@ await client.Doc.Annotations.ListAsync(
-
client.Doc.Annotations.CreateAsync(CreateAnnotationsRequest { ... }) -> WithRawResponseTask<DocAnnotationsCreate200Response> +
client.Doc.Annotations.CreateAsync(CreateAnnotationsRequest { ... }) -> WithRawResponseTask<DocAnnotationsCreate200Response>
@@ -963,7 +963,7 @@ await client.Doc.Annotations.CreateAsync(
-
client.Doc.Annotations.DeleteAsync(DeleteAnnotationsRequest { ... }) -> WithRawResponseTask<DocAnnotationsDelete200Response> +
client.Doc.Annotations.DeleteAsync(DeleteAnnotationsRequest { ... }) -> WithRawResponseTask<DocAnnotationsDelete200Response>
@@ -1011,7 +1011,7 @@ await client.Doc.Annotations.DeleteAsync(
-
client.Doc.Annotations.UpdateAsync(UpdateAnnotationsRequest { ... }) -> WithRawResponseTask<DocAnnotationsUpdate200Response> +
client.Doc.Annotations.UpdateAsync(UpdateAnnotationsRequest { ... }) -> WithRawResponseTask<DocAnnotationsUpdate200Response>
@@ -1061,7 +1061,7 @@ await client.Doc.Annotations.UpdateAsync(
## Doc Forms -
client.Doc.Forms.GetAsync(GetFormsRequest { ... }) -> WithRawResponseTask<DocFormsGet200Response> +
client.Doc.Forms.GetAsync(GetFormsRequest { ... }) -> WithRawResponseTask<DocFormsGet200Response>
@@ -1101,7 +1101,7 @@ await client.Doc.Forms.GetAsync(new GetFormsRequest { DocId = "docId", LayerName
-
client.Doc.Forms.ExportDataAsync(ExportDataFormsRequest { ... }) -> WithRawResponseTask<Stream> +
client.Doc.Forms.ExportDataAsync(ExportDataFormsRequest { ... }) -> WithRawResponseTask<Stream>
@@ -1143,7 +1143,7 @@ await client.Doc.Forms.ExportDataAsync(
-
client.Doc.Forms.ImportDataAsync(ImportDataFormsRequest { ... }) -> WithRawResponseTask<DocFormsImportData200Response> +
client.Doc.Forms.ImportDataAsync(ImportDataFormsRequest { ... }) -> WithRawResponseTask<DocFormsImportData200Response>
@@ -1190,7 +1190,7 @@ await client.Doc.Forms.ImportDataAsync(
-
client.Doc.Forms.ResetAsync(ResetFormsRequest { ... }) -> WithRawResponseTask<DocFormsReset200Response> +
client.Doc.Forms.ResetAsync(ResetFormsRequest { ... }) -> WithRawResponseTask<DocFormsReset200Response>
@@ -1237,7 +1237,7 @@ await client.Doc.Forms.ResetAsync(
-
client.Doc.Forms.SetValueAsync(SetValueFormsRequest { ... }) -> WithRawResponseTask<DocFormsSetValue200Response> +
client.Doc.Forms.SetValueAsync(SetValueFormsRequest { ... }) -> WithRawResponseTask<DocFormsSetValue200Response>
@@ -1286,7 +1286,7 @@ await client.Doc.Forms.SetValueAsync(
## Doc Metadata -
client.Doc.Metadata.GetAsync(GetMetadataRequest { ... }) -> WithRawResponseTask<DocMetadataGet200Response> +
client.Doc.Metadata.GetAsync(GetMetadataRequest { ... }) -> WithRawResponseTask<DocMetadataGet200Response>
@@ -1329,7 +1329,7 @@ await client.Doc.Metadata.GetAsync(
## Doc Pages -
client.Doc.Pages.DeleteAsync(DeletePagesRequest { ... }) -> WithRawResponseTask<DocPagesDelete200Response> +
client.Doc.Pages.DeleteAsync(DeletePagesRequest { ... }) -> WithRawResponseTask<DocPagesDelete200Response>
@@ -1376,7 +1376,7 @@ await client.Doc.Pages.DeleteAsync(
-
client.Doc.Pages.FlattenAsync(FlattenPagesRequest { ... }) -> WithRawResponseTask<DocPagesFlatten200Response> +
client.Doc.Pages.FlattenAsync(FlattenPagesRequest { ... }) -> WithRawResponseTask<DocPagesFlatten200Response>
@@ -1423,7 +1423,7 @@ await client.Doc.Pages.FlattenAsync(
-
client.Doc.Pages.MoveAsync(MovePagesRequest { ... }) -> WithRawResponseTask<DocPagesMove200Response> +
client.Doc.Pages.MoveAsync(MovePagesRequest { ... }) -> WithRawResponseTask<DocPagesMove200Response>
@@ -1470,7 +1470,7 @@ await client.Doc.Pages.MoveAsync(
-
client.Doc.Pages.RotateAsync(RotatePagesRequest { ... }) -> WithRawResponseTask<DocPagesRotate200Response> +
client.Doc.Pages.RotateAsync(RotatePagesRequest { ... }) -> WithRawResponseTask<DocPagesRotate200Response>
@@ -1518,7 +1518,7 @@ await client.Doc.Pages.RotateAsync(
## Doc Redactions -
client.Doc.Redactions.ApplyAsync(ApplyRedactionsRequest { ... }) -> WithRawResponseTask<DocRedactionsApply200Response> +
client.Doc.Redactions.ApplyAsync(ApplyRedactionsRequest { ... }) -> WithRawResponseTask<DocRedactionsApply200Response>
diff --git a/src/CloudpdfApi.Test/CloudpdfApi.Test.Custom.props b/src/CloudPDF.Test/CloudPDF.Test.Custom.props similarity index 100% rename from src/CloudpdfApi.Test/CloudpdfApi.Test.Custom.props rename to src/CloudPDF.Test/CloudPDF.Test.Custom.props diff --git a/src/CloudpdfApi.Test/CloudpdfApi.Test.csproj b/src/CloudPDF.Test/CloudPDF.Test.csproj similarity index 88% rename from src/CloudpdfApi.Test/CloudpdfApi.Test.csproj rename to src/CloudPDF.Test/CloudPDF.Test.csproj index 7800918..47ce025 100644 --- a/src/CloudpdfApi.Test/CloudpdfApi.Test.csproj +++ b/src/CloudPDF.Test/CloudPDF.Test.csproj @@ -29,11 +29,8 @@ - + - + diff --git a/src/CloudpdfApi.Test/Core/HeadersBuilderTests.cs b/src/CloudPDF.Test/Core/HeadersBuilderTests.cs similarity index 99% rename from src/CloudpdfApi.Test/Core/HeadersBuilderTests.cs rename to src/CloudPDF.Test/Core/HeadersBuilderTests.cs index 7c271e9..af28c22 100644 --- a/src/CloudpdfApi.Test/Core/HeadersBuilderTests.cs +++ b/src/CloudPDF.Test/Core/HeadersBuilderTests.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using NUnit.Framework; -namespace CloudpdfApi.Test.Core; +namespace CloudPDF.Test.Core; [TestFixture] public class HeadersBuilderTests diff --git a/src/CloudpdfApi.Test/Core/Json/AdditionalPropertiesTests.cs b/src/CloudPDF.Test/Core/Json/AdditionalPropertiesTests.cs similarity index 99% rename from src/CloudpdfApi.Test/Core/Json/AdditionalPropertiesTests.cs rename to src/CloudPDF.Test/Core/Json/AdditionalPropertiesTests.cs index 44b1c5a..d392b44 100644 --- a/src/CloudpdfApi.Test/Core/Json/AdditionalPropertiesTests.cs +++ b/src/CloudPDF.Test/Core/Json/AdditionalPropertiesTests.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; using NUnit.Framework; -namespace CloudpdfApi.Test.Core.Json; +namespace CloudPDF.Test.Core.Json; [TestFixture] public class AdditionalPropertiesTests diff --git a/src/CloudpdfApi.Test/Core/Json/DateOnlyJsonTests.cs b/src/CloudPDF.Test/Core/Json/DateOnlyJsonTests.cs similarity index 98% rename from src/CloudpdfApi.Test/Core/Json/DateOnlyJsonTests.cs rename to src/CloudPDF.Test/Core/Json/DateOnlyJsonTests.cs index 03f1cfb..cd79929 100644 --- a/src/CloudpdfApi.Test/Core/Json/DateOnlyJsonTests.cs +++ b/src/CloudPDF.Test/Core/Json/DateOnlyJsonTests.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using NUnit.Framework; -namespace CloudpdfApi.Test.Core.Json; +namespace CloudPDF.Test.Core.Json; [TestFixture] public class DateOnlyJsonTests diff --git a/src/CloudpdfApi.Test/Core/Json/DateTimeJsonTests.cs b/src/CloudPDF.Test/Core/Json/DateTimeJsonTests.cs similarity index 98% rename from src/CloudpdfApi.Test/Core/Json/DateTimeJsonTests.cs rename to src/CloudPDF.Test/Core/Json/DateTimeJsonTests.cs index 0252242..6f65268 100644 --- a/src/CloudpdfApi.Test/Core/Json/DateTimeJsonTests.cs +++ b/src/CloudPDF.Test/Core/Json/DateTimeJsonTests.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using NUnit.Framework; -namespace CloudpdfApi.Test.Core.Json; +namespace CloudPDF.Test.Core.Json; [TestFixture] public class DateTimeJsonTests diff --git a/src/CloudpdfApi.Test/Core/Json/JsonAccessAttributeTests.cs b/src/CloudPDF.Test/Core/Json/JsonAccessAttributeTests.cs similarity index 98% rename from src/CloudpdfApi.Test/Core/Json/JsonAccessAttributeTests.cs rename to src/CloudPDF.Test/Core/Json/JsonAccessAttributeTests.cs index 28a9ee8..10c8f64 100644 --- a/src/CloudpdfApi.Test/Core/Json/JsonAccessAttributeTests.cs +++ b/src/CloudPDF.Test/Core/Json/JsonAccessAttributeTests.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; using NUnit.Framework; -namespace CloudpdfApi.Test.Core.Json; +namespace CloudPDF.Test.Core.Json; [TestFixture] public class JsonAccessAttributeTests diff --git a/src/CloudpdfApi.Test/Core/QueryStringBuilderTests.cs b/src/CloudPDF.Test/Core/QueryStringBuilderTests.cs similarity index 99% rename from src/CloudpdfApi.Test/Core/QueryStringBuilderTests.cs rename to src/CloudPDF.Test/Core/QueryStringBuilderTests.cs index a1e25bc..dec86e5 100644 --- a/src/CloudpdfApi.Test/Core/QueryStringBuilderTests.cs +++ b/src/CloudPDF.Test/Core/QueryStringBuilderTests.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using NUnit.Framework; -namespace CloudpdfApi.Test.Core; +namespace CloudPDF.Test.Core; [TestFixture] public class QueryStringBuilderTests diff --git a/src/CloudpdfApi.Test/Core/QueryStringConverterTests.cs b/src/CloudPDF.Test/Core/QueryStringConverterTests.cs similarity index 98% rename from src/CloudpdfApi.Test/Core/QueryStringConverterTests.cs rename to src/CloudPDF.Test/Core/QueryStringConverterTests.cs index a42c8ef..1138064 100644 --- a/src/CloudpdfApi.Test/Core/QueryStringConverterTests.cs +++ b/src/CloudPDF.Test/Core/QueryStringConverterTests.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using NUnit.Framework; -namespace CloudpdfApi.Test.Core; +namespace CloudPDF.Test.Core; [TestFixture] public class QueryStringConverterTests diff --git a/src/CloudpdfApi.Test/Core/RawClientTests/GzipResponseTests.cs b/src/CloudPDF.Test/Core/RawClientTests/GzipResponseTests.cs similarity index 94% rename from src/CloudpdfApi.Test/Core/RawClientTests/GzipResponseTests.cs rename to src/CloudPDF.Test/Core/RawClientTests/GzipResponseTests.cs index 829c89d..77b25ea 100644 --- a/src/CloudpdfApi.Test/Core/RawClientTests/GzipResponseTests.cs +++ b/src/CloudPDF.Test/Core/RawClientTests/GzipResponseTests.cs @@ -1,4 +1,4 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.IO.Compression; using global::System.Net.Http; using global::System.Text; @@ -8,7 +8,7 @@ using WireMockRequest = WireMock.RequestBuilders.Request; using WireMockResponse = WireMock.ResponseBuilders.Response; -namespace CloudpdfApi.Test.Core.RawClientTests; +namespace CloudPDF.Test.Core.RawClientTests; [TestFixture] [Parallelizable(ParallelScope.Self)] @@ -46,7 +46,7 @@ public async SystemTask SendRequestAsync_ShouldDecompressGzipResponse() .WithBody(Compress(body)) ); - var request = new CloudpdfApi.Core.EmptyRequest + var request = new CloudPDF.Core.EmptyRequest { BaseUrl = _baseUrl, Method = HttpMethod.Get, @@ -70,7 +70,7 @@ public async SystemTask SendRequestAsync_ShouldReturnUncompressedResponseUnchang .Given(WireMockRequest.Create().WithPath("/plain").UsingGet()) .RespondWith(WireMockResponse.Create().WithStatusCode(200).WithBody(body)); - var request = new CloudpdfApi.Core.EmptyRequest + var request = new CloudPDF.Core.EmptyRequest { BaseUrl = _baseUrl, Method = HttpMethod.Get, diff --git a/src/CloudpdfApi.Test/Core/RawClientTests/MultipartFormTests.cs b/src/CloudPDF.Test/Core/RawClientTests/MultipartFormTests.cs similarity index 99% rename from src/CloudpdfApi.Test/Core/RawClientTests/MultipartFormTests.cs rename to src/CloudPDF.Test/Core/RawClientTests/MultipartFormTests.cs index 88a06f0..b320ea5 100644 --- a/src/CloudpdfApi.Test/Core/RawClientTests/MultipartFormTests.cs +++ b/src/CloudPDF.Test/Core/RawClientTests/MultipartFormTests.cs @@ -1,11 +1,11 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Net.Http; using global::System.Text; using global::System.Text.Json.Serialization; using NUnit.Framework; using SystemTask = global::System.Threading.Tasks.Task; -namespace CloudpdfApi.Test.Core.RawClientTests; +namespace CloudPDF.Test.Core.RawClientTests; [TestFixture] [Parallelizable(ParallelScope.Self)] @@ -1056,9 +1056,9 @@ private static string GetBoundary(MultipartFormDataContent content) ?? throw new global::System.Exception("Boundary not found"); } - private static CloudpdfApi.Core.MultipartFormRequest CreateMultipartFormRequest() + private static CloudPDF.Core.MultipartFormRequest CreateMultipartFormRequest() { - return new CloudpdfApi.Core.MultipartFormRequest + return new CloudPDF.Core.MultipartFormRequest { BaseUrl = "https://localhost", Method = HttpMethod.Post, diff --git a/src/CloudpdfApi.Test/Core/RawClientTests/QueryParameterTests.cs b/src/CloudPDF.Test/Core/RawClientTests/QueryParameterTests.cs similarity index 97% rename from src/CloudpdfApi.Test/Core/RawClientTests/QueryParameterTests.cs rename to src/CloudPDF.Test/Core/RawClientTests/QueryParameterTests.cs index 6b060e0..fdcad56 100644 --- a/src/CloudpdfApi.Test/Core/RawClientTests/QueryParameterTests.cs +++ b/src/CloudPDF.Test/Core/RawClientTests/QueryParameterTests.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using NUnit.Framework; -namespace CloudpdfApi.Test.Core.RawClientTests; +namespace CloudPDF.Test.Core.RawClientTests; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Core/RawClientTests/RetriesTests.cs b/src/CloudPDF.Test/Core/RawClientTests/RetriesTests.cs similarity index 96% rename from src/CloudpdfApi.Test/Core/RawClientTests/RetriesTests.cs rename to src/CloudPDF.Test/Core/RawClientTests/RetriesTests.cs index a860a02..9b0df33 100644 --- a/src/CloudpdfApi.Test/Core/RawClientTests/RetriesTests.cs +++ b/src/CloudPDF.Test/Core/RawClientTests/RetriesTests.cs @@ -1,4 +1,4 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Net.Http; using global::System.Text.Json; using NUnit.Framework; @@ -7,7 +7,7 @@ using WireMockRequest = WireMock.RequestBuilders.Request; using WireMockResponse = WireMock.ResponseBuilders.Response; -namespace CloudpdfApi.Test.Core.RawClientTests; +namespace CloudPDF.Test.Core.RawClientTests; [TestFixture] [Parallelizable(ParallelScope.Self)] @@ -59,7 +59,7 @@ public async SystemTask SendRequestAsync_ShouldRetry_OnRetryableStatusCodes(int .WhenStateIs("Success") .RespondWith(WireMockResponse.Create().WithStatusCode(200).WithBody("Success")); - var request = new CloudpdfApi.Core.EmptyRequest + var request = new CloudPDF.Core.EmptyRequest { BaseUrl = _baseUrl, Method = HttpMethod.Get, @@ -89,7 +89,7 @@ public async SystemTask SendRequestAsync_ShouldRetry_OnNonRetryableStatusCodes(i .WillSetStateTo("Server Error") .RespondWith(WireMockResponse.Create().WithStatusCode(statusCode).WithBody("Failure")); - var request = new CloudpdfApi.Core.JsonRequest + var request = new CloudPDF.Core.JsonRequest { BaseUrl = _baseUrl, Method = HttpMethod.Get, @@ -118,7 +118,7 @@ public async SystemTask SendRequestAsync_ShouldNotRetry_WithStreamRequest() .WillSetStateTo("Server Error") .RespondWith(WireMockResponse.Create().WithStatusCode(429).WithBody("Failure")); - var request = new CloudpdfApi.Core.StreamRequest + var request = new CloudPDF.Core.StreamRequest { BaseUrl = _baseUrl, Method = HttpMethod.Post, @@ -146,7 +146,7 @@ public async SystemTask SendRequestAsync_ShouldNotRetry_WithMultiPartFormRequest .WillSetStateTo("Server Error") .RespondWith(WireMockResponse.Create().WithStatusCode(429).WithBody("Failure")); - var request = new CloudpdfApi.Core.MultipartFormRequest + var request = new CloudPDF.Core.MultipartFormRequest { BaseUrl = _baseUrl, Method = HttpMethod.Post, @@ -187,7 +187,7 @@ public async SystemTask SendRequestAsync_ShouldRetry_WithMultiPartFormRequest_Wi .WhenStateIs("Success") .RespondWith(WireMockResponse.Create().WithStatusCode(200).WithBody("Success")); - var request = new CloudpdfApi.Core.MultipartFormRequest + var request = new CloudPDF.Core.MultipartFormRequest { BaseUrl = _baseUrl, Method = HttpMethod.Post, @@ -223,7 +223,7 @@ public async SystemTask SendRequestAsync_ShouldRespectRetryAfterHeader_WithSecon .WhenStateIs("Success") .RespondWith(WireMockResponse.Create().WithStatusCode(200).WithBody("Success")); - var request = new CloudpdfApi.Core.EmptyRequest + var request = new CloudPDF.Core.EmptyRequest { BaseUrl = _baseUrl, Method = HttpMethod.Get, @@ -262,7 +262,7 @@ public async SystemTask SendRequestAsync_ShouldRespectRetryAfterHeader_WithHttpD .WhenStateIs("Success") .RespondWith(WireMockResponse.Create().WithStatusCode(200).WithBody("Success")); - var request = new CloudpdfApi.Core.EmptyRequest + var request = new CloudPDF.Core.EmptyRequest { BaseUrl = _baseUrl, Method = HttpMethod.Get, @@ -301,7 +301,7 @@ public async SystemTask SendRequestAsync_ShouldRespectXRateLimitResetHeader() .WhenStateIs("Success") .RespondWith(WireMockResponse.Create().WithStatusCode(200).WithBody("Success")); - var request = new CloudpdfApi.Core.EmptyRequest + var request = new CloudPDF.Core.EmptyRequest { BaseUrl = _baseUrl, Method = HttpMethod.Get, @@ -334,7 +334,7 @@ public async SystemTask SendRequestAsync_ShouldPreserveJsonBody_OnRetry() .WhenStateIs("Success") .RespondWith(WireMockResponse.Create().WithStatusCode(200).WithBody("Success")); - var request = new CloudpdfApi.Core.JsonRequest + var request = new CloudPDF.Core.JsonRequest { BaseUrl = _baseUrl, Method = HttpMethod.Post, @@ -373,7 +373,7 @@ public async SystemTask SendRequestAsync_ShouldPreserveMultipartBody_OnRetry() .WhenStateIs("Success") .RespondWith(WireMockResponse.Create().WithStatusCode(200).WithBody("Success")); - var request = new CloudpdfApi.Core.MultipartFormRequest + var request = new CloudPDF.Core.MultipartFormRequest { BaseUrl = _baseUrl, Method = HttpMethod.Post, @@ -424,7 +424,7 @@ public async SystemTask SendRequestAsync_ShouldRetry_WhenHandlerDisposesRequestC BaseRetryDelay = 0, }; - var request = new CloudpdfApi.Core.JsonRequest + var request = new CloudPDF.Core.JsonRequest { BaseUrl = _baseUrl, Method = HttpMethod.Post, @@ -487,7 +487,7 @@ public async SystemTask SendRequestAsync_ShouldRetry_WhenHandlerDisposesRequestC BaseRetryDelay = 0, }; - var request = new CloudpdfApi.Core.JsonRequest + var request = new CloudPDF.Core.JsonRequest { BaseUrl = _baseUrl, Method = HttpMethod.Post, diff --git a/src/CloudpdfApi.Test/Core/WithRawResponseTests.cs b/src/CloudPDF.Test/Core/WithRawResponseTests.cs similarity index 99% rename from src/CloudpdfApi.Test/Core/WithRawResponseTests.cs rename to src/CloudPDF.Test/Core/WithRawResponseTests.cs index 3ea8b70..95c8868 100644 --- a/src/CloudpdfApi.Test/Core/WithRawResponseTests.cs +++ b/src/CloudPDF.Test/Core/WithRawResponseTests.cs @@ -1,10 +1,10 @@ -using CloudpdfApi; -using CloudpdfApi.Core; +using CloudPDF; +using CloudPDF.Core; using global::System.Net; using global::System.Net.Http.Headers; using NUnit.Framework; -namespace CloudpdfApi.Test.Core; +namespace CloudPDF.Test.Core; [TestFixture] public class WithRawResponseTests diff --git a/src/CloudpdfApi.Test/TestClient.cs b/src/CloudPDF.Test/TestClient.cs similarity index 69% rename from src/CloudpdfApi.Test/TestClient.cs rename to src/CloudPDF.Test/TestClient.cs index 5f228a2..58cad2d 100644 --- a/src/CloudpdfApi.Test/TestClient.cs +++ b/src/CloudPDF.Test/TestClient.cs @@ -1,6 +1,6 @@ using NUnit.Framework; -namespace CloudpdfApi.Test; +namespace CloudPDF.Test; [TestFixture] public class TestClient; diff --git a/src/CloudpdfApi.Test/Unit/MockServer/BaseMockServerTest.cs b/src/CloudPDF.Test/Unit/MockServer/BaseMockServerTest.cs similarity index 82% rename from src/CloudpdfApi.Test/Unit/MockServer/BaseMockServerTest.cs rename to src/CloudPDF.Test/Unit/MockServer/BaseMockServerTest.cs index 9e4e1bb..b9f17d0 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/BaseMockServerTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/BaseMockServerTest.cs @@ -1,16 +1,16 @@ -using CloudpdfApi; +using CloudPDF; using NUnit.Framework; using WireMock.Logging; using WireMock.Server; using WireMock.Settings; -namespace CloudpdfApi.Test.Unit.MockServer; +namespace CloudPDF.Test.Unit.MockServer; public class BaseMockServerTest { protected WireMockServer Server { get; set; } = null!; - protected CloudpdfApiClient Client { get; set; } = null!; + protected CloudPDFClient Client { get; set; } = null!; protected RequestOptions RequestOptions { get; set; } = new(); @@ -23,7 +23,7 @@ public void GlobalSetup() ); // Initialize the Client - Client = new CloudpdfApiClient( + Client = new CloudPDFClient( "TOKEN", clientOptions: new ClientOptions { BaseUrl = Server.Urls[0], MaxRetries = 0 } ); diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Deployment/LicenseStatusTest.cs b/src/CloudPDF.Test/Unit/MockServer/Deployment/LicenseStatusTest.cs similarity index 94% rename from src/CloudpdfApi.Test/Unit/MockServer/Deployment/LicenseStatusTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Deployment/LicenseStatusTest.cs index c16f6d6..b105f07 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Deployment/LicenseStatusTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Deployment/LicenseStatusTest.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Deployment; +namespace CloudPDF.Test.Unit.MockServer.Deployment; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/CreateTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/CreateTest.cs similarity index 97% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/CreateTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/CreateTest.cs index abebdbb..8ce03c3 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/CreateTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/CreateTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Annotations; +namespace CloudPDF.Test.Unit.MockServer.Doc.Annotations; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/DeleteTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/DeleteTest.cs similarity index 96% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/DeleteTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/DeleteTest.cs index 3a5e2de..4f06266 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/DeleteTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/DeleteTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Annotations; +namespace CloudPDF.Test.Unit.MockServer.Doc.Annotations; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/ListTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/ListTest.cs similarity index 99% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/ListTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/ListTest.cs index 4260f54..38e9869 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/ListTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/ListTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Annotations; +namespace CloudPDF.Test.Unit.MockServer.Doc.Annotations; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/UpdateTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/UpdateTest.cs similarity index 97% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/UpdateTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/UpdateTest.cs index 564deaa..dd26790 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Annotations/UpdateTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Annotations/UpdateTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Annotations; +namespace CloudPDF.Test.Unit.MockServer.Doc.Annotations; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/GetTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Forms/GetTest.cs similarity index 98% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/GetTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Forms/GetTest.cs index 597682c..2c448e4 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/GetTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Forms/GetTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Forms; +namespace CloudPDF.Test.Unit.MockServer.Doc.Forms; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/ImportDataTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Forms/ImportDataTest.cs similarity index 97% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/ImportDataTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Forms/ImportDataTest.cs index c50dd52..2e09eb8 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/ImportDataTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Forms/ImportDataTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Forms; +namespace CloudPDF.Test.Unit.MockServer.Doc.Forms; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/ResetTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Forms/ResetTest.cs similarity index 96% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/ResetTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Forms/ResetTest.cs index bf69527..109b6d3 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/ResetTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Forms/ResetTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Forms; +namespace CloudPDF.Test.Unit.MockServer.Doc.Forms; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/SetValueTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Forms/SetValueTest.cs similarity index 97% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/SetValueTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Forms/SetValueTest.cs index c61313c..87537c4 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Forms/SetValueTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Forms/SetValueTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Forms; +namespace CloudPDF.Test.Unit.MockServer.Doc.Forms; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/HeadTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/HeadTest.cs similarity index 95% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/HeadTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/HeadTest.cs index 90f7f5c..39f1a84 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/HeadTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/HeadTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc; +namespace CloudPDF.Test.Unit.MockServer.Doc; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/ManifestTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/ManifestTest.cs similarity index 97% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/ManifestTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/ManifestTest.cs index 5884908..8ce89ec 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/ManifestTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/ManifestTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc; +namespace CloudPDF.Test.Unit.MockServer.Doc; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Metadata/GetTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Metadata/GetTest.cs similarity index 94% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Metadata/GetTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Metadata/GetTest.cs index 9835553..151612e 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Metadata/GetTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Metadata/GetTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Metadata; +namespace CloudPDF.Test.Unit.MockServer.Doc.Metadata; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/DeleteTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Pages/DeleteTest.cs similarity index 97% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/DeleteTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Pages/DeleteTest.cs index e4a6c56..31eba2c 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/DeleteTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Pages/DeleteTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Pages; +namespace CloudPDF.Test.Unit.MockServer.Doc.Pages; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/FlattenTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Pages/FlattenTest.cs similarity index 97% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/FlattenTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Pages/FlattenTest.cs index 73ecb23..7974c61 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/FlattenTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Pages/FlattenTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Pages; +namespace CloudPDF.Test.Unit.MockServer.Doc.Pages; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/MoveTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Pages/MoveTest.cs similarity index 97% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/MoveTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Pages/MoveTest.cs index ffeb7ce..d174507 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/MoveTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Pages/MoveTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Pages; +namespace CloudPDF.Test.Unit.MockServer.Doc.Pages; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/RotateTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Pages/RotateTest.cs similarity index 97% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/RotateTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Pages/RotateTest.cs index 046dd86..4fcb9ea 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Pages/RotateTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Pages/RotateTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Pages; +namespace CloudPDF.Test.Unit.MockServer.Doc.Pages; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Redactions/ApplyTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/Redactions/ApplyTest.cs similarity index 97% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/Redactions/ApplyTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/Redactions/ApplyTest.cs index 177113f..1d2d435 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/Redactions/ApplyTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/Redactions/ApplyTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Doc; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF.Doc; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc.Redactions; +namespace CloudPDF.Test.Unit.MockServer.Doc.Redactions; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Doc/TextTest.cs b/src/CloudPDF.Test/Unit/MockServer/Doc/TextTest.cs similarity index 93% rename from src/CloudpdfApi.Test/Unit/MockServer/Doc/TextTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Doc/TextTest.cs index 984f5c9..4cddae8 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Doc/TextTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Doc/TextTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Doc; +namespace CloudPDF.Test.Unit.MockServer.Doc; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Documents/CommitTest.cs b/src/CloudPDF.Test/Unit/MockServer/Documents/CommitTest.cs similarity index 96% rename from src/CloudpdfApi.Test/Unit/MockServer/Documents/CommitTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Documents/CommitTest.cs index bfacdc3..bfbf0b7 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Documents/CommitTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Documents/CommitTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Documents; +namespace CloudPDF.Test.Unit.MockServer.Documents; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Documents/DeleteTest.cs b/src/CloudPDF.Test/Unit/MockServer/Documents/DeleteTest.cs similarity index 92% rename from src/CloudpdfApi.Test/Unit/MockServer/Documents/DeleteTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Documents/DeleteTest.cs index f2711b7..75d1f64 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Documents/DeleteTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Documents/DeleteTest.cs @@ -1,8 +1,8 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Documents; +namespace CloudPDF.Test.Unit.MockServer.Documents; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Documents/GetTest.cs b/src/CloudPDF.Test/Unit/MockServer/Documents/GetTest.cs similarity index 95% rename from src/CloudpdfApi.Test/Unit/MockServer/Documents/GetTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Documents/GetTest.cs index 73950a3..5d9015e 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Documents/GetTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Documents/GetTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Documents; +namespace CloudPDF.Test.Unit.MockServer.Documents; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Documents/InitTest.cs b/src/CloudPDF.Test/Unit/MockServer/Documents/InitTest.cs similarity index 97% rename from src/CloudpdfApi.Test/Unit/MockServer/Documents/InitTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Documents/InitTest.cs index 09da333..cf1b8b4 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Documents/InitTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Documents/InitTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Documents; +namespace CloudPDF.Test.Unit.MockServer.Documents; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Documents/ListTest.cs b/src/CloudPDF.Test/Unit/MockServer/Documents/ListTest.cs similarity index 96% rename from src/CloudpdfApi.Test/Unit/MockServer/Documents/ListTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Documents/ListTest.cs index 3915c8a..841d2bd 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Documents/ListTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Documents/ListTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Documents; +namespace CloudPDF.Test.Unit.MockServer.Documents; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Tenants/CreateTest.cs b/src/CloudPDF.Test/Unit/MockServer/Tenants/CreateTest.cs similarity index 94% rename from src/CloudpdfApi.Test/Unit/MockServer/Tenants/CreateTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Tenants/CreateTest.cs index 60cedf6..ef2fc05 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Tenants/CreateTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Tenants/CreateTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Tenants; +namespace CloudPDF.Test.Unit.MockServer.Tenants; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Tenants/DeleteTest.cs b/src/CloudPDF.Test/Unit/MockServer/Tenants/DeleteTest.cs similarity index 91% rename from src/CloudpdfApi.Test/Unit/MockServer/Tenants/DeleteTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Tenants/DeleteTest.cs index 0102745..15f1291 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Tenants/DeleteTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Tenants/DeleteTest.cs @@ -1,8 +1,8 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Tenants; +namespace CloudPDF.Test.Unit.MockServer.Tenants; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Tenants/GetTest.cs b/src/CloudPDF.Test/Unit/MockServer/Tenants/GetTest.cs similarity index 93% rename from src/CloudpdfApi.Test/Unit/MockServer/Tenants/GetTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Tenants/GetTest.cs index 0f4bb26..10d43bc 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Tenants/GetTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Tenants/GetTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Tenants; +namespace CloudPDF.Test.Unit.MockServer.Tenants; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Tenants/ListTest.cs b/src/CloudPDF.Test/Unit/MockServer/Tenants/ListTest.cs similarity index 93% rename from src/CloudpdfApi.Test/Unit/MockServer/Tenants/ListTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Tenants/ListTest.cs index de872cb..d535e7d 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Tenants/ListTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Tenants/ListTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Tenants; +namespace CloudPDF.Test.Unit.MockServer.Tenants; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Tokens/IssueTest.cs b/src/CloudPDF.Test/Unit/MockServer/Tokens/IssueTest.cs similarity index 96% rename from src/CloudpdfApi.Test/Unit/MockServer/Tokens/IssueTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Tokens/IssueTest.cs index cda2165..447119d 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Tokens/IssueTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Tokens/IssueTest.cs @@ -1,9 +1,9 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; -using CloudpdfApi.Test.Utils; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; +using CloudPDF.Test.Utils; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Tokens; +namespace CloudPDF.Test.Unit.MockServer.Tokens; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Unit/MockServer/Tokens/RevokeTest.cs b/src/CloudPDF.Test/Unit/MockServer/Tokens/RevokeTest.cs similarity index 94% rename from src/CloudpdfApi.Test/Unit/MockServer/Tokens/RevokeTest.cs rename to src/CloudPDF.Test/Unit/MockServer/Tokens/RevokeTest.cs index ec94595..8865891 100644 --- a/src/CloudpdfApi.Test/Unit/MockServer/Tokens/RevokeTest.cs +++ b/src/CloudPDF.Test/Unit/MockServer/Tokens/RevokeTest.cs @@ -1,8 +1,8 @@ -using CloudpdfApi; -using CloudpdfApi.Test.Unit.MockServer; +using CloudPDF; +using CloudPDF.Test.Unit.MockServer; using NUnit.Framework; -namespace CloudpdfApi.Test.Unit.MockServer.Tokens; +namespace CloudPDF.Test.Unit.MockServer.Tokens; [TestFixture] [Parallelizable(ParallelScope.Self)] diff --git a/src/CloudpdfApi.Test/Utils/AdditionalPropertiesComparer.cs b/src/CloudPDF.Test/Utils/AdditionalPropertiesComparer.cs similarity index 99% rename from src/CloudpdfApi.Test/Utils/AdditionalPropertiesComparer.cs rename to src/CloudPDF.Test/Utils/AdditionalPropertiesComparer.cs index 583be80..9767d2d 100644 --- a/src/CloudpdfApi.Test/Utils/AdditionalPropertiesComparer.cs +++ b/src/CloudPDF.Test/Utils/AdditionalPropertiesComparer.cs @@ -1,5 +1,5 @@ -using CloudpdfApi; -using CloudpdfApi.Core; +using CloudPDF; +using CloudPDF.Core; using global::System.Text.Json; using NUnit.Framework.Constraints; diff --git a/src/CloudpdfApi.Test/Utils/JsonAssert.cs b/src/CloudPDF.Test/Utils/JsonAssert.cs similarity index 95% rename from src/CloudpdfApi.Test/Utils/JsonAssert.cs rename to src/CloudPDF.Test/Utils/JsonAssert.cs index 5e6e422..2e93812 100644 --- a/src/CloudpdfApi.Test/Utils/JsonAssert.cs +++ b/src/CloudPDF.Test/Utils/JsonAssert.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using NUnit.Framework; -namespace CloudpdfApi.Test.Utils; +namespace CloudPDF.Test.Utils; internal static class JsonAssert { diff --git a/src/CloudpdfApi.Test/Utils/JsonElementComparer.cs b/src/CloudPDF.Test/Utils/JsonElementComparer.cs similarity index 100% rename from src/CloudpdfApi.Test/Utils/JsonElementComparer.cs rename to src/CloudPDF.Test/Utils/JsonElementComparer.cs diff --git a/src/CloudpdfApi.Test/Utils/NUnitExtensions.cs b/src/CloudPDF.Test/Utils/NUnitExtensions.cs similarity index 100% rename from src/CloudpdfApi.Test/Utils/NUnitExtensions.cs rename to src/CloudPDF.Test/Utils/NUnitExtensions.cs diff --git a/src/CloudpdfApi.Test/Utils/OneOfComparer.cs b/src/CloudPDF.Test/Utils/OneOfComparer.cs similarity index 99% rename from src/CloudpdfApi.Test/Utils/OneOfComparer.cs rename to src/CloudPDF.Test/Utils/OneOfComparer.cs index 82b036b..ce63ab5 100644 --- a/src/CloudpdfApi.Test/Utils/OneOfComparer.cs +++ b/src/CloudPDF.Test/Utils/OneOfComparer.cs @@ -1,4 +1,4 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using NUnit.Framework.Constraints; using OneOf; diff --git a/src/CloudpdfApi.Test/Utils/OptionalComparer.cs b/src/CloudPDF.Test/Utils/OptionalComparer.cs similarity index 99% rename from src/CloudpdfApi.Test/Utils/OptionalComparer.cs rename to src/CloudPDF.Test/Utils/OptionalComparer.cs index 826674c..05a8a38 100644 --- a/src/CloudpdfApi.Test/Utils/OptionalComparer.cs +++ b/src/CloudPDF.Test/Utils/OptionalComparer.cs @@ -1,4 +1,4 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using NUnit.Framework.Constraints; using OneOf; diff --git a/src/CloudpdfApi.Test/Utils/ReadOnlyMemoryComparer.cs b/src/CloudPDF.Test/Utils/ReadOnlyMemoryComparer.cs similarity index 100% rename from src/CloudpdfApi.Test/Utils/ReadOnlyMemoryComparer.cs rename to src/CloudPDF.Test/Utils/ReadOnlyMemoryComparer.cs diff --git a/src/CloudpdfApi/CloudpdfApi.Custom.props b/src/CloudPDF/CloudPDF.Custom.props similarity index 100% rename from src/CloudpdfApi/CloudpdfApi.Custom.props rename to src/CloudPDF/CloudPDF.Custom.props diff --git a/src/CloudpdfApi/CloudpdfApi.csproj b/src/CloudPDF/CloudPDF.csproj similarity index 83% rename from src/CloudpdfApi/CloudpdfApi.csproj rename to src/CloudPDF/CloudPDF.csproj index b1976b7..164f423 100644 --- a/src/CloudpdfApi/CloudpdfApi.csproj +++ b/src/CloudPDF/CloudPDF.csproj @@ -1,6 +1,12 @@ - CloudpdfApi + CloudPDF + CloudPDF + The official .NET SDK for the CloudPDF API. + https://www.cloudpdf.com + https://github.com/embedpdf/cloudpdf-sdk-dotnet + git + cloudpdf;pdf;api;sdk net462;net8.0;net9.0;netstandard2.0 enable 12 @@ -58,9 +64,9 @@ - <_Parameter1>CloudpdfApi.Test + <_Parameter1>CloudPDF.Test - + diff --git a/src/CloudpdfApi/CloudpdfApiClient.cs b/src/CloudPDF/CloudPDFClient.cs similarity index 84% rename from src/CloudpdfApi/CloudpdfApiClient.cs rename to src/CloudPDF/CloudPDFClient.cs index 30ec400..6923c4b 100644 --- a/src/CloudpdfApi/CloudpdfApiClient.cs +++ b/src/CloudPDF/CloudPDFClient.cs @@ -1,19 +1,19 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; -namespace CloudpdfApi; +namespace CloudPDF; -public partial class CloudpdfApiClient : ICloudpdfApiClient +public partial class CloudPDFClient : ICloudPDFClient { private readonly RawClient _client; - public CloudpdfApiClient(string? token = null, ClientOptions? clientOptions = null) + public CloudPDFClient(string? token = null, ClientOptions? clientOptions = null) { clientOptions ??= new ClientOptions(); var platformHeaders = new Headers( new Dictionary() { { "X-Fern-Language", "C#" }, - { "X-Fern-SDK-Name", "CloudpdfApi" }, + { "X-Fern-SDK-Name", "CloudPDF" }, { "X-Fern-SDK-Version", Version.Current }, } ); diff --git a/src/CloudpdfApi/Core/ApiResponse.cs b/src/CloudPDF/Core/ApiResponse.cs similarity index 90% rename from src/CloudpdfApi/Core/ApiResponse.cs rename to src/CloudPDF/Core/ApiResponse.cs index 2b418ec..2148f7b 100644 --- a/src/CloudpdfApi/Core/ApiResponse.cs +++ b/src/CloudPDF/Core/ApiResponse.cs @@ -1,6 +1,6 @@ using global::System.Net.Http; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// The response object returned from the API. diff --git a/src/CloudpdfApi/Core/BaseRequest.cs b/src/CloudPDF/Core/BaseRequest.cs similarity index 98% rename from src/CloudpdfApi/Core/BaseRequest.cs rename to src/CloudPDF/Core/BaseRequest.cs index 97f0099..b27b584 100644 --- a/src/CloudpdfApi/Core/BaseRequest.cs +++ b/src/CloudPDF/Core/BaseRequest.cs @@ -2,7 +2,7 @@ using global::System.Net.Http.Headers; using global::System.Text; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; internal abstract record BaseRequest { diff --git a/src/CloudpdfApi/Core/CollectionItemSerializer.cs b/src/CloudPDF/Core/CollectionItemSerializer.cs similarity index 99% rename from src/CloudpdfApi/Core/CollectionItemSerializer.cs rename to src/CloudPDF/Core/CollectionItemSerializer.cs index 7f454d1..e5c0426 100644 --- a/src/CloudpdfApi/Core/CollectionItemSerializer.cs +++ b/src/CloudPDF/Core/CollectionItemSerializer.cs @@ -1,7 +1,7 @@ using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Json collection converter. diff --git a/src/CloudpdfApi/Core/Constants.cs b/src/CloudPDF/Core/Constants.cs similarity index 85% rename from src/CloudpdfApi/Core/Constants.cs rename to src/CloudPDF/Core/Constants.cs index 4da63bf..b63cf24 100644 --- a/src/CloudpdfApi/Core/Constants.cs +++ b/src/CloudPDF/Core/Constants.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; internal static class Constants { diff --git a/src/CloudpdfApi/Core/DateOnlyConverter.cs b/src/CloudPDF/Core/DateOnlyConverter.cs similarity index 99% rename from src/CloudpdfApi/Core/DateOnlyConverter.cs rename to src/CloudPDF/Core/DateOnlyConverter.cs index bb1be34..6497af1 100644 --- a/src/CloudpdfApi/Core/DateOnlyConverter.cs +++ b/src/CloudPDF/Core/DateOnlyConverter.cs @@ -15,7 +15,7 @@ // ReSharper disable SuggestVarOrType_SimpleTypes // ReSharper disable SuggestVarOrType_BuiltInTypes -namespace CloudpdfApi.Core +namespace CloudPDF.Core { /// /// Custom converter for handling the data type with the System.Text.Json library. diff --git a/src/CloudpdfApi/Core/DateTimeSerializer.cs b/src/CloudPDF/Core/DateTimeSerializer.cs similarity index 97% rename from src/CloudpdfApi/Core/DateTimeSerializer.cs rename to src/CloudPDF/Core/DateTimeSerializer.cs index 884caa6..1b79666 100644 --- a/src/CloudpdfApi/Core/DateTimeSerializer.cs +++ b/src/CloudPDF/Core/DateTimeSerializer.cs @@ -2,7 +2,7 @@ using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; internal class DateTimeSerializer : JsonConverter { diff --git a/src/CloudpdfApi/Core/DefaultHttpClientFactory.cs b/src/CloudPDF/Core/DefaultHttpClientFactory.cs similarity index 96% rename from src/CloudpdfApi/Core/DefaultHttpClientFactory.cs rename to src/CloudPDF/Core/DefaultHttpClientFactory.cs index de7c998..8e2f979 100644 --- a/src/CloudpdfApi/Core/DefaultHttpClientFactory.cs +++ b/src/CloudPDF/Core/DefaultHttpClientFactory.cs @@ -1,7 +1,7 @@ using global::System.Net; using global::System.Net.Http; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Creates the default used by the SDK, with automatic diff --git a/src/CloudpdfApi/Core/EmptyRequest.cs b/src/CloudPDF/Core/EmptyRequest.cs similarity index 88% rename from src/CloudpdfApi/Core/EmptyRequest.cs rename to src/CloudPDF/Core/EmptyRequest.cs index 560e3e8..a637b02 100644 --- a/src/CloudpdfApi/Core/EmptyRequest.cs +++ b/src/CloudPDF/Core/EmptyRequest.cs @@ -1,6 +1,6 @@ using global::System.Net.Http; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// The request object to send without a request body. diff --git a/src/CloudpdfApi/Core/EncodingCache.cs b/src/CloudPDF/Core/EncodingCache.cs similarity index 88% rename from src/CloudpdfApi/Core/EncodingCache.cs rename to src/CloudPDF/Core/EncodingCache.cs index 5994888..7f9cb18 100644 --- a/src/CloudpdfApi/Core/EncodingCache.cs +++ b/src/CloudPDF/Core/EncodingCache.cs @@ -1,6 +1,6 @@ using global::System.Text; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; internal static class EncodingCache { diff --git a/src/CloudpdfApi/Core/Extensions.cs b/src/CloudPDF/Core/Extensions.cs similarity index 98% rename from src/CloudpdfApi/Core/Extensions.cs rename to src/CloudPDF/Core/Extensions.cs index 03fd574..249db06 100644 --- a/src/CloudpdfApi/Core/Extensions.cs +++ b/src/CloudPDF/Core/Extensions.cs @@ -1,7 +1,7 @@ using global::System.Diagnostics.CodeAnalysis; using global::System.Runtime.Serialization; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; internal static class Extensions { diff --git a/src/CloudpdfApi/Core/FormUrlEncoder.cs b/src/CloudPDF/Core/FormUrlEncoder.cs similarity index 98% rename from src/CloudpdfApi/Core/FormUrlEncoder.cs rename to src/CloudPDF/Core/FormUrlEncoder.cs index 063d33b..8ccebf5 100644 --- a/src/CloudpdfApi/Core/FormUrlEncoder.cs +++ b/src/CloudPDF/Core/FormUrlEncoder.cs @@ -1,6 +1,6 @@ using global::System.Net.Http; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Encodes an object into a form URL-encoded content. diff --git a/src/CloudpdfApi/Core/HeaderValue.cs b/src/CloudPDF/Core/HeaderValue.cs similarity index 98% rename from src/CloudpdfApi/Core/HeaderValue.cs rename to src/CloudPDF/Core/HeaderValue.cs index c5e1891..0e59eb2 100644 --- a/src/CloudpdfApi/Core/HeaderValue.cs +++ b/src/CloudPDF/Core/HeaderValue.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; internal sealed class HeaderValue { diff --git a/src/CloudpdfApi/Core/Headers.cs b/src/CloudPDF/Core/Headers.cs similarity index 96% rename from src/CloudpdfApi/Core/Headers.cs rename to src/CloudPDF/Core/Headers.cs index edeb1da..2b4cc4f 100644 --- a/src/CloudpdfApi/Core/Headers.cs +++ b/src/CloudPDF/Core/Headers.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Represents the headers sent with the request. diff --git a/src/CloudpdfApi/Core/HeadersBuilder.cs b/src/CloudPDF/Core/HeadersBuilder.cs similarity index 99% rename from src/CloudpdfApi/Core/HeadersBuilder.cs rename to src/CloudPDF/Core/HeadersBuilder.cs index c81cc9f..32ae75e 100644 --- a/src/CloudpdfApi/Core/HeadersBuilder.cs +++ b/src/CloudPDF/Core/HeadersBuilder.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Fluent builder for constructing HTTP headers with support for merging from multiple sources. diff --git a/src/CloudpdfApi/Core/HttpContentExtensions.cs b/src/CloudPDF/Core/HttpContentExtensions.cs similarity index 95% rename from src/CloudpdfApi/Core/HttpContentExtensions.cs rename to src/CloudPDF/Core/HttpContentExtensions.cs index 284438b..aeb82ae 100644 --- a/src/CloudpdfApi/Core/HttpContentExtensions.cs +++ b/src/CloudPDF/Core/HttpContentExtensions.cs @@ -1,5 +1,5 @@ #if !NET5_0_OR_GREATER -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Polyfill extension providing a ReadAsStringAsync(CancellationToken) overload diff --git a/src/CloudpdfApi/Core/HttpMethodExtensions.cs b/src/CloudPDF/Core/HttpMethodExtensions.cs similarity index 83% rename from src/CloudpdfApi/Core/HttpMethodExtensions.cs rename to src/CloudPDF/Core/HttpMethodExtensions.cs index 9a3370c..c97c83f 100644 --- a/src/CloudpdfApi/Core/HttpMethodExtensions.cs +++ b/src/CloudPDF/Core/HttpMethodExtensions.cs @@ -1,6 +1,6 @@ using global::System.Net.Http; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; internal static class HttpMethodExtensions { diff --git a/src/CloudpdfApi/Core/IIsRetryableContent.cs b/src/CloudPDF/Core/IIsRetryableContent.cs similarity index 73% rename from src/CloudpdfApi/Core/IIsRetryableContent.cs rename to src/CloudPDF/Core/IIsRetryableContent.cs index fecbcef..69b58a3 100644 --- a/src/CloudpdfApi/Core/IIsRetryableContent.cs +++ b/src/CloudPDF/Core/IIsRetryableContent.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; public interface IIsRetryableContent { diff --git a/src/CloudpdfApi/Core/IRequestOptions.cs b/src/CloudPDF/Core/IRequestOptions.cs similarity index 98% rename from src/CloudpdfApi/Core/IRequestOptions.cs rename to src/CloudPDF/Core/IRequestOptions.cs index d5f25ca..c0d6030 100644 --- a/src/CloudpdfApi/Core/IRequestOptions.cs +++ b/src/CloudPDF/Core/IRequestOptions.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; internal interface IRequestOptions { diff --git a/src/CloudpdfApi/Core/JsonAccessAttribute.cs b/src/CloudPDF/Core/JsonAccessAttribute.cs similarity index 92% rename from src/CloudpdfApi/Core/JsonAccessAttribute.cs rename to src/CloudPDF/Core/JsonAccessAttribute.cs index 5426f62..adf7db4 100644 --- a/src/CloudpdfApi/Core/JsonAccessAttribute.cs +++ b/src/CloudPDF/Core/JsonAccessAttribute.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; [global::System.AttributeUsage( global::System.AttributeTargets.Property | global::System.AttributeTargets.Field diff --git a/src/CloudpdfApi/Core/JsonConfiguration.cs b/src/CloudPDF/Core/JsonConfiguration.cs similarity index 99% rename from src/CloudpdfApi/Core/JsonConfiguration.cs rename to src/CloudPDF/Core/JsonConfiguration.cs index 0c3054d..c8fe75e 100644 --- a/src/CloudpdfApi/Core/JsonConfiguration.cs +++ b/src/CloudPDF/Core/JsonConfiguration.cs @@ -5,7 +5,7 @@ using global::System.Text.Json.Serialization; using global::System.Text.Json.Serialization.Metadata; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; internal static partial class JsonOptions { diff --git a/src/CloudpdfApi/Core/JsonRequest.cs b/src/CloudPDF/Core/JsonRequest.cs similarity index 97% rename from src/CloudpdfApi/Core/JsonRequest.cs rename to src/CloudPDF/Core/JsonRequest.cs index 855bc54..374d5e7 100644 --- a/src/CloudpdfApi/Core/JsonRequest.cs +++ b/src/CloudPDF/Core/JsonRequest.cs @@ -1,6 +1,6 @@ using global::System.Net.Http; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// The request object to be sent for JSON APIs. diff --git a/src/CloudpdfApi/Core/MultipartFormRequest.cs b/src/CloudPDF/Core/MultipartFormRequest.cs similarity index 99% rename from src/CloudpdfApi/Core/MultipartFormRequest.cs rename to src/CloudPDF/Core/MultipartFormRequest.cs index eb455c6..fc1a1fe 100644 --- a/src/CloudpdfApi/Core/MultipartFormRequest.cs +++ b/src/CloudPDF/Core/MultipartFormRequest.cs @@ -1,7 +1,7 @@ using global::System.Net.Http; using global::System.Net.Http.Headers; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// The request object to be sent for multipart form data. diff --git a/src/CloudpdfApi/Core/NullableAttribute.cs b/src/CloudPDF/Core/NullableAttribute.cs similarity index 96% rename from src/CloudpdfApi/Core/NullableAttribute.cs rename to src/CloudPDF/Core/NullableAttribute.cs index b0c0e80..dbc03ca 100644 --- a/src/CloudpdfApi/Core/NullableAttribute.cs +++ b/src/CloudPDF/Core/NullableAttribute.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Marks a property as nullable in the OpenAPI specification. diff --git a/src/CloudpdfApi/Core/OneOfSerializer.cs b/src/CloudPDF/Core/OneOfSerializer.cs similarity index 99% rename from src/CloudpdfApi/Core/OneOfSerializer.cs rename to src/CloudPDF/Core/OneOfSerializer.cs index 0bfd11a..6743dfc 100644 --- a/src/CloudpdfApi/Core/OneOfSerializer.cs +++ b/src/CloudPDF/Core/OneOfSerializer.cs @@ -3,7 +3,7 @@ using global::System.Text.Json.Serialization; using OneOf; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; internal class OneOfSerializer : JsonConverter { diff --git a/src/CloudpdfApi/Core/Optional.cs b/src/CloudPDF/Core/Optional.cs similarity index 99% rename from src/CloudpdfApi/Core/Optional.cs rename to src/CloudPDF/Core/Optional.cs index e11c21a..f544b29 100644 --- a/src/CloudpdfApi/Core/Optional.cs +++ b/src/CloudPDF/Core/Optional.cs @@ -1,7 +1,7 @@ using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Non-generic interface for Optional types to enable reflection-free checks. diff --git a/src/CloudpdfApi/Core/OptionalAttribute.cs b/src/CloudPDF/Core/OptionalAttribute.cs similarity index 96% rename from src/CloudpdfApi/Core/OptionalAttribute.cs rename to src/CloudPDF/Core/OptionalAttribute.cs index 6fccb6d..2779073 100644 --- a/src/CloudpdfApi/Core/OptionalAttribute.cs +++ b/src/CloudPDF/Core/OptionalAttribute.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Marks a property as optional in the OpenAPI specification. diff --git a/src/CloudpdfApi/Core/Public/AdditionalProperties.cs b/src/CloudPDF/Core/Public/AdditionalProperties.cs similarity index 99% rename from src/CloudpdfApi/Core/Public/AdditionalProperties.cs rename to src/CloudPDF/Core/Public/AdditionalProperties.cs index c376306..3749bd0 100644 --- a/src/CloudpdfApi/Core/Public/AdditionalProperties.cs +++ b/src/CloudPDF/Core/Public/AdditionalProperties.cs @@ -1,10 +1,10 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Collections; using global::System.Collections.ObjectModel; using global::System.Text.Json; using global::System.Text.Json.Nodes; -namespace CloudpdfApi; +namespace CloudPDF; public record ReadOnlyAdditionalProperties : ReadOnlyAdditionalProperties { diff --git a/src/CloudpdfApi/Core/Public/ClientOptions.cs b/src/CloudPDF/Core/Public/ClientOptions.cs similarity index 97% rename from src/CloudpdfApi/Core/Public/ClientOptions.cs rename to src/CloudPDF/Core/Public/ClientOptions.cs index b6a25ad..77f891f 100644 --- a/src/CloudpdfApi/Core/Public/ClientOptions.cs +++ b/src/CloudPDF/Core/Public/ClientOptions.cs @@ -1,6 +1,6 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public partial class ClientOptions diff --git a/src/CloudpdfApi/Core/Public/CloudpdfApiApiException.cs b/src/CloudPDF/Core/Public/CloudPDFApiException.cs similarity index 73% rename from src/CloudpdfApi/Core/Public/CloudpdfApiApiException.cs rename to src/CloudPDF/Core/Public/CloudPDFApiException.cs index 7bc46d4..2f30c4f 100644 --- a/src/CloudpdfApi/Core/Public/CloudpdfApiApiException.cs +++ b/src/CloudPDF/Core/Public/CloudPDFApiException.cs @@ -1,15 +1,15 @@ -namespace CloudpdfApi; +namespace CloudPDF; /// /// This exception type will be thrown for any non-2XX API responses. /// -public class CloudpdfApiApiException( +public class CloudPDFApiException( string message, int statusCode, object body, Exception? innerException = null, - CloudpdfApi.RawResponse? rawResponse = null -) : CloudpdfApiException(message, innerException) + CloudPDF.RawResponse? rawResponse = null +) : CloudPDFException(message, innerException) { /// /// The error code of the response that triggered the exception. @@ -24,5 +24,5 @@ public class CloudpdfApiApiException( /// /// The raw HTTP response (status code, URL, headers) that triggered the exception, if available. /// - public CloudpdfApi.RawResponse? RawResponse => rawResponse; + public CloudPDF.RawResponse? RawResponse => rawResponse; } diff --git a/src/CloudpdfApi/Core/Public/CloudpdfApiException.cs b/src/CloudPDF/Core/Public/CloudPDFException.cs similarity index 55% rename from src/CloudpdfApi/Core/Public/CloudpdfApiException.cs rename to src/CloudPDF/Core/Public/CloudPDFException.cs index eedb3c0..d4b7f72 100644 --- a/src/CloudpdfApi/Core/Public/CloudpdfApiException.cs +++ b/src/CloudPDF/Core/Public/CloudPDFException.cs @@ -1,7 +1,7 @@ -namespace CloudpdfApi; +namespace CloudPDF; /// /// Base exception class for all exceptions thrown by the SDK. /// -public class CloudpdfApiException(string message, Exception? innerException = null) +public class CloudPDFException(string message, Exception? innerException = null) : Exception(message, innerException); diff --git a/src/CloudpdfApi/Core/Public/FileParameter.cs b/src/CloudPDF/Core/Public/FileParameter.cs similarity index 98% rename from src/CloudpdfApi/Core/Public/FileParameter.cs rename to src/CloudPDF/Core/Public/FileParameter.cs index d228362..403aecf 100644 --- a/src/CloudpdfApi/Core/Public/FileParameter.cs +++ b/src/CloudPDF/Core/Public/FileParameter.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi; +namespace CloudPDF; /// /// File parameter for uploading files. diff --git a/src/CloudpdfApi/Core/Public/RawResponse.cs b/src/CloudPDF/Core/Public/RawResponse.cs similarity index 96% rename from src/CloudpdfApi/Core/Public/RawResponse.cs rename to src/CloudPDF/Core/Public/RawResponse.cs index 4266038..ab33d65 100644 --- a/src/CloudpdfApi/Core/Public/RawResponse.cs +++ b/src/CloudPDF/Core/Public/RawResponse.cs @@ -1,6 +1,6 @@ using global::System.Net; -namespace CloudpdfApi; +namespace CloudPDF; /// /// Contains HTTP response metadata including status code, URL, and headers. diff --git a/src/CloudpdfApi/Core/Public/RequestOptions.cs b/src/CloudPDF/Core/Public/RequestOptions.cs similarity index 97% rename from src/CloudpdfApi/Core/Public/RequestOptions.cs rename to src/CloudPDF/Core/Public/RequestOptions.cs index 485194e..adf391b 100644 --- a/src/CloudpdfApi/Core/Public/RequestOptions.cs +++ b/src/CloudPDF/Core/Public/RequestOptions.cs @@ -1,6 +1,6 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public partial class RequestOptions : IRequestOptions diff --git a/src/CloudpdfApi/Core/Public/Version.cs b/src/CloudPDF/Core/Public/Version.cs similarity index 80% rename from src/CloudpdfApi/Core/Public/Version.cs rename to src/CloudPDF/Core/Public/Version.cs index 863a86c..feb7888 100644 --- a/src/CloudpdfApi/Core/Public/Version.cs +++ b/src/CloudPDF/Core/Public/Version.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] internal class Version diff --git a/src/CloudpdfApi/Core/Public/WithRawResponse.cs b/src/CloudPDF/Core/Public/WithRawResponse.cs similarity index 95% rename from src/CloudpdfApi/Core/Public/WithRawResponse.cs rename to src/CloudPDF/Core/Public/WithRawResponse.cs index 54194de..b947213 100644 --- a/src/CloudpdfApi/Core/Public/WithRawResponse.cs +++ b/src/CloudPDF/Core/Public/WithRawResponse.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi; +namespace CloudPDF; /// /// Wraps a parsed response value with its raw HTTP response metadata. diff --git a/src/CloudpdfApi/Core/Public/WithRawResponseStream.cs b/src/CloudPDF/Core/Public/WithRawResponseStream.cs similarity index 99% rename from src/CloudpdfApi/Core/Public/WithRawResponseStream.cs rename to src/CloudPDF/Core/Public/WithRawResponseStream.cs index d4139ce..5393964 100644 --- a/src/CloudpdfApi/Core/Public/WithRawResponseStream.cs +++ b/src/CloudPDF/Core/Public/WithRawResponseStream.cs @@ -3,7 +3,7 @@ using global::System.Threading; using global::System.Threading.Tasks; -namespace CloudpdfApi; +namespace CloudPDF; /// /// A streaming wrapper that provides dual-mode access to a streaming endpoint: diff --git a/src/CloudpdfApi/Core/Public/WithRawResponseTask.cs b/src/CloudPDF/Core/Public/WithRawResponseTask.cs similarity index 99% rename from src/CloudpdfApi/Core/Public/WithRawResponseTask.cs rename to src/CloudPDF/Core/Public/WithRawResponseTask.cs index ea30a9a..73e7a63 100644 --- a/src/CloudpdfApi/Core/Public/WithRawResponseTask.cs +++ b/src/CloudPDF/Core/Public/WithRawResponseTask.cs @@ -1,6 +1,6 @@ using global::System.Runtime.CompilerServices; -namespace CloudpdfApi; +namespace CloudPDF; /// /// A task-like type that wraps Task<WithRawResponse<T>> and provides dual-mode awaiting: diff --git a/src/CloudpdfApi/Core/QueryStringBuilder.cs b/src/CloudPDF/Core/QueryStringBuilder.cs similarity index 99% rename from src/CloudpdfApi/Core/QueryStringBuilder.cs rename to src/CloudPDF/Core/QueryStringBuilder.cs index 8a26a0e..a42ea2d 100644 --- a/src/CloudpdfApi/Core/QueryStringBuilder.cs +++ b/src/CloudPDF/Core/QueryStringBuilder.cs @@ -4,7 +4,7 @@ using global::System.Text; #endif -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// High-performance query string builder with RFC 3986 compliant percent-encoding. diff --git a/src/CloudpdfApi/Core/QueryStringConverter.cs b/src/CloudPDF/Core/QueryStringConverter.cs similarity index 99% rename from src/CloudpdfApi/Core/QueryStringConverter.cs rename to src/CloudPDF/Core/QueryStringConverter.cs index fc61e4d..37c1219 100644 --- a/src/CloudpdfApi/Core/QueryStringConverter.cs +++ b/src/CloudPDF/Core/QueryStringConverter.cs @@ -1,6 +1,6 @@ using global::System.Text.Json; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Converts an object into a query string collection. diff --git a/src/CloudpdfApi/Core/RawClient.cs b/src/CloudPDF/Core/RawClient.cs similarity index 96% rename from src/CloudpdfApi/Core/RawClient.cs rename to src/CloudPDF/Core/RawClient.cs index c810b57..1ef5aab 100644 --- a/src/CloudpdfApi/Core/RawClient.cs +++ b/src/CloudPDF/Core/RawClient.cs @@ -3,7 +3,7 @@ using global::System.Text; using SystemTask = global::System.Threading.Tasks.Task; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Utility class for making raw HTTP requests to the API. @@ -25,8 +25,8 @@ internal partial class RawClient(ClientOptions clientOptions) /// internal readonly ClientOptions Options = clientOptions; - internal async global::System.Threading.Tasks.Task SendRequestAsync( - global::CloudpdfApi.Core.BaseRequest request, + internal async global::System.Threading.Tasks.Task SendRequestAsync( + global::CloudPDF.Core.BaseRequest request, CancellationToken cancellationToken = default ) { @@ -41,7 +41,7 @@ internal partial class RawClient(ClientOptions clientOptions) .ConfigureAwait(false); } - internal async global::System.Threading.Tasks.Task SendRequestAsync( + internal async global::System.Threading.Tasks.Task SendRequestAsync( HttpRequestMessage request, IRequestOptions? options, CancellationToken cancellationToken = default @@ -134,7 +134,7 @@ await request /// Sends the request with retries, unless the request content is not retryable, /// such as stream requests and multipart form data with stream content. /// - private async global::System.Threading.Tasks.Task SendWithRetriesAsync( + private async global::System.Threading.Tasks.Task SendWithRetriesAsync( HttpRequestMessage request, IRequestOptions? options, CancellationToken cancellationToken @@ -149,7 +149,7 @@ CancellationToken cancellationToken var response = await httpClient .SendAsync(request, HttpCompletionOption.ResponseHeadersRead, cancellationToken) .ConfigureAwait(false); - return new global::CloudpdfApi.Core.ApiResponse + return new global::CloudPDF.Core.ApiResponse { StatusCode = (int)response.StatusCode, Raw = response, @@ -183,7 +183,7 @@ CancellationToken cancellationToken } } - return new global::CloudpdfApi.Core.ApiResponse + return new global::CloudPDF.Core.ApiResponse { StatusCode = (int)retryResponse!.StatusCode, Raw = retryResponse, @@ -283,7 +283,7 @@ private static bool IsRetryableContent(HttpRequestMessage request) } internal async global::System.Threading.Tasks.Task CreateHttpRequestAsync( - global::CloudpdfApi.Core.BaseRequest request + global::CloudPDF.Core.BaseRequest request ) { var url = BuildUrl(request); @@ -294,7 +294,7 @@ private static bool IsRetryableContent(HttpRequestMessage request) return httpRequest; } - private string BuildUrl(global::CloudpdfApi.Core.BaseRequest request) + private string BuildUrl(global::CloudPDF.Core.BaseRequest request) { var baseUrl = request.Options?.BaseUrl ?? request.BaseUrl ?? Options.BaseUrl; diff --git a/src/CloudpdfApi/Core/RawResponse.cs b/src/CloudPDF/Core/RawResponse.cs similarity index 95% rename from src/CloudpdfApi/Core/RawResponse.cs rename to src/CloudPDF/Core/RawResponse.cs index 7818c9d..e44dfc4 100644 --- a/src/CloudpdfApi/Core/RawResponse.cs +++ b/src/CloudPDF/Core/RawResponse.cs @@ -1,6 +1,6 @@ using global::System.Net; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Contains HTTP response metadata including status code, URL, and headers. diff --git a/src/CloudpdfApi/Core/ResponseHeaders.cs b/src/CloudPDF/Core/ResponseHeaders.cs similarity index 99% rename from src/CloudpdfApi/Core/ResponseHeaders.cs rename to src/CloudPDF/Core/ResponseHeaders.cs index 4d09b3b..8b48d21 100644 --- a/src/CloudpdfApi/Core/ResponseHeaders.cs +++ b/src/CloudPDF/Core/ResponseHeaders.cs @@ -1,7 +1,7 @@ using global::System.Collections; using global::System.Net.Http.Headers; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Represents HTTP response headers with case-insensitive lookup. diff --git a/src/CloudpdfApi/Core/StreamRequest.cs b/src/CloudPDF/Core/StreamRequest.cs similarity index 95% rename from src/CloudpdfApi/Core/StreamRequest.cs rename to src/CloudPDF/Core/StreamRequest.cs index 92cbc25..4c7f453 100644 --- a/src/CloudpdfApi/Core/StreamRequest.cs +++ b/src/CloudPDF/Core/StreamRequest.cs @@ -1,7 +1,7 @@ using global::System.Net.Http; using global::System.Net.Http.Headers; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// The request object to be sent for streaming uploads. diff --git a/src/CloudpdfApi/Core/StringEnum.cs b/src/CloudPDF/Core/StringEnum.cs similarity index 75% rename from src/CloudpdfApi/Core/StringEnum.cs rename to src/CloudPDF/Core/StringEnum.cs index 39653bb..ba3b793 100644 --- a/src/CloudpdfApi/Core/StringEnum.cs +++ b/src/CloudPDF/Core/StringEnum.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; public interface IStringEnum : IEquatable { diff --git a/src/CloudpdfApi/Core/StringEnumExtensions.cs b/src/CloudPDF/Core/StringEnumExtensions.cs similarity index 82% rename from src/CloudpdfApi/Core/StringEnumExtensions.cs rename to src/CloudPDF/Core/StringEnumExtensions.cs index ab5125c..f4762bc 100644 --- a/src/CloudpdfApi/Core/StringEnumExtensions.cs +++ b/src/CloudPDF/Core/StringEnumExtensions.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; internal static class StringEnumExtensions { diff --git a/src/CloudpdfApi/Core/ValueConvert.cs b/src/CloudPDF/Core/ValueConvert.cs similarity index 99% rename from src/CloudpdfApi/Core/ValueConvert.cs rename to src/CloudPDF/Core/ValueConvert.cs index 6dbe53e..6c9e1f6 100644 --- a/src/CloudpdfApi/Core/ValueConvert.cs +++ b/src/CloudPDF/Core/ValueConvert.cs @@ -1,6 +1,6 @@ using global::System.Globalization; -namespace CloudpdfApi.Core; +namespace CloudPDF.Core; /// /// Convert values to string for path and query parameters. diff --git a/src/CloudpdfApi/Deployment/DeploymentClient.cs b/src/CloudPDF/Deployment/DeploymentClient.cs similarity index 87% rename from src/CloudpdfApi/Deployment/DeploymentClient.cs rename to src/CloudPDF/Deployment/DeploymentClient.cs index 1580049..78d5e02 100644 --- a/src/CloudpdfApi/Deployment/DeploymentClient.cs +++ b/src/CloudPDF/Deployment/DeploymentClient.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; -namespace CloudpdfApi; +namespace CloudPDF; public partial class DeploymentClient : IDeploymentClient { @@ -17,10 +17,10 @@ private async Task> LicenseStat CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -52,7 +52,7 @@ private async Task> LicenseStat return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -62,12 +62,12 @@ private async Task> LicenseStat } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -80,11 +80,11 @@ private async Task> LicenseStat var responseBody = await response .Raw.Content.ReadAsStringAsync(cancellationToken) .ConfigureAwait(false); - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), diff --git a/src/CloudpdfApi/Deployment/IDeploymentClient.cs b/src/CloudPDF/Deployment/IDeploymentClient.cs similarity index 90% rename from src/CloudpdfApi/Deployment/IDeploymentClient.cs rename to src/CloudPDF/Deployment/IDeploymentClient.cs index 2e9aa39..0ce2ea1 100644 --- a/src/CloudpdfApi/Deployment/IDeploymentClient.cs +++ b/src/CloudPDF/Deployment/IDeploymentClient.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi; +namespace CloudPDF; public partial interface IDeploymentClient { diff --git a/src/CloudpdfApi/Doc/Annotations/AnnotationsClient.cs b/src/CloudPDF/Doc/Annotations/AnnotationsClient.cs similarity index 90% rename from src/CloudpdfApi/Doc/Annotations/AnnotationsClient.cs rename to src/CloudPDF/Doc/Annotations/AnnotationsClient.cs index e2de006..de69964 100644 --- a/src/CloudpdfApi/Doc/Annotations/AnnotationsClient.cs +++ b/src/CloudPDF/Doc/Annotations/AnnotationsClient.cs @@ -1,8 +1,8 @@ -using CloudpdfApi; -using CloudpdfApi.Core; +using CloudPDF; +using CloudPDF.Core; using global::System.Text.Json; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; public partial class AnnotationsClient : IAnnotationsClient { @@ -19,10 +19,10 @@ private async Task> ListAsyncCore CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -60,7 +60,7 @@ private async Task> ListAsyncCore return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -70,12 +70,12 @@ private async Task> ListAsyncCore } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -95,7 +95,7 @@ private async Task> ListAsyncCore case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -110,11 +110,11 @@ private async Task> ListAsyncCore { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -130,10 +130,10 @@ private async Task> CreateAsync CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -173,7 +173,7 @@ private async Task> CreateAsync return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -183,12 +183,12 @@ private async Task> CreateAsync } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -208,7 +208,7 @@ private async Task> CreateAsync case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -220,7 +220,7 @@ private async Task> CreateAsync case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -235,11 +235,11 @@ private async Task> CreateAsync { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -255,10 +255,10 @@ private async Task> DeleteAsync CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -297,7 +297,7 @@ private async Task> DeleteAsync return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -307,12 +307,12 @@ private async Task> DeleteAsync } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -332,7 +332,7 @@ private async Task> DeleteAsync case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -347,11 +347,11 @@ private async Task> DeleteAsync { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -367,10 +367,10 @@ private async Task> UpdateAsync CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -411,7 +411,7 @@ private async Task> UpdateAsync return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -421,12 +421,12 @@ private async Task> UpdateAsync } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -446,7 +446,7 @@ private async Task> UpdateAsync case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -458,7 +458,7 @@ private async Task> UpdateAsync case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -473,11 +473,11 @@ private async Task> UpdateAsync { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), diff --git a/src/CloudpdfApi/Doc/Annotations/IAnnotationsClient.cs b/src/CloudPDF/Doc/Annotations/IAnnotationsClient.cs similarity index 95% rename from src/CloudpdfApi/Doc/Annotations/IAnnotationsClient.cs rename to src/CloudPDF/Doc/Annotations/IAnnotationsClient.cs index 76ca699..2e4cd1a 100644 --- a/src/CloudpdfApi/Doc/Annotations/IAnnotationsClient.cs +++ b/src/CloudPDF/Doc/Annotations/IAnnotationsClient.cs @@ -1,6 +1,6 @@ -using CloudpdfApi; +using CloudPDF; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; public partial interface IAnnotationsClient { diff --git a/src/CloudpdfApi/Doc/Annotations/Requests/CreateAnnotationsRequest.cs b/src/CloudPDF/Doc/Annotations/Requests/CreateAnnotationsRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Annotations/Requests/CreateAnnotationsRequest.cs rename to src/CloudPDF/Doc/Annotations/Requests/CreateAnnotationsRequest.cs index 8506359..c7a368d 100644 --- a/src/CloudpdfApi/Doc/Annotations/Requests/CreateAnnotationsRequest.cs +++ b/src/CloudPDF/Doc/Annotations/Requests/CreateAnnotationsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record CreateAnnotationsRequest diff --git a/src/CloudpdfApi/Doc/Annotations/Requests/DeleteAnnotationsRequest.cs b/src/CloudPDF/Doc/Annotations/Requests/DeleteAnnotationsRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Annotations/Requests/DeleteAnnotationsRequest.cs rename to src/CloudPDF/Doc/Annotations/Requests/DeleteAnnotationsRequest.cs index 4b22201..a2c5e0a 100644 --- a/src/CloudpdfApi/Doc/Annotations/Requests/DeleteAnnotationsRequest.cs +++ b/src/CloudPDF/Doc/Annotations/Requests/DeleteAnnotationsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record DeleteAnnotationsRequest diff --git a/src/CloudpdfApi/Doc/Annotations/Requests/ListAnnotationsRequest.cs b/src/CloudPDF/Doc/Annotations/Requests/ListAnnotationsRequest.cs similarity index 93% rename from src/CloudpdfApi/Doc/Annotations/Requests/ListAnnotationsRequest.cs rename to src/CloudPDF/Doc/Annotations/Requests/ListAnnotationsRequest.cs index 1a1370c..38378a2 100644 --- a/src/CloudpdfApi/Doc/Annotations/Requests/ListAnnotationsRequest.cs +++ b/src/CloudPDF/Doc/Annotations/Requests/ListAnnotationsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record ListAnnotationsRequest diff --git a/src/CloudpdfApi/Doc/Annotations/Requests/UpdateAnnotationsRequest.cs b/src/CloudPDF/Doc/Annotations/Requests/UpdateAnnotationsRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Annotations/Requests/UpdateAnnotationsRequest.cs rename to src/CloudPDF/Doc/Annotations/Requests/UpdateAnnotationsRequest.cs index de1689d..2621d77 100644 --- a/src/CloudpdfApi/Doc/Annotations/Requests/UpdateAnnotationsRequest.cs +++ b/src/CloudPDF/Doc/Annotations/Requests/UpdateAnnotationsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record UpdateAnnotationsRequest diff --git a/src/CloudpdfApi/Doc/DocClient.cs b/src/CloudPDF/Doc/DocClient.cs similarity index 90% rename from src/CloudpdfApi/Doc/DocClient.cs rename to src/CloudPDF/Doc/DocClient.cs index 381371b..495635e 100644 --- a/src/CloudpdfApi/Doc/DocClient.cs +++ b/src/CloudPDF/Doc/DocClient.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; -using CloudpdfApi.Doc; +using CloudPDF.Core; +using CloudPDF.Doc; using global::System.Text.Json; -namespace CloudpdfApi; +namespace CloudPDF; public partial class DocClient : IDocClient { @@ -34,10 +34,10 @@ private async Task> HeadAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -71,7 +71,7 @@ private async Task> HeadAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -81,12 +81,12 @@ private async Task> HeadAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -106,7 +106,7 @@ private async Task> HeadAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -121,11 +121,11 @@ private async Task> HeadAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -141,10 +141,10 @@ private async Task> HeadAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -174,7 +174,7 @@ private async Task> HeadAsyncCore( return new WithRawResponse() { Data = stream, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -193,7 +193,7 @@ private async Task> HeadAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -208,11 +208,11 @@ private async Task> HeadAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -228,10 +228,10 @@ private async Task> ManifestAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -266,7 +266,7 @@ private async Task> ManifestAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -276,12 +276,12 @@ private async Task> ManifestAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -301,7 +301,7 @@ private async Task> ManifestAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -316,11 +316,11 @@ private async Task> ManifestAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -336,10 +336,10 @@ private async Task> ManifestAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -370,7 +370,7 @@ private async Task> ManifestAsyncCore( return new WithRawResponse() { Data = stream, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -389,7 +389,7 @@ private async Task> ManifestAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -404,11 +404,11 @@ private async Task> ManifestAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -424,10 +424,10 @@ private async Task> TextAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -463,7 +463,7 @@ private async Task> TextAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -473,12 +473,12 @@ private async Task> TextAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -498,7 +498,7 @@ private async Task> TextAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -513,11 +513,11 @@ private async Task> TextAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), diff --git a/src/CloudpdfApi/Doc/Forms/FormsClient.cs b/src/CloudPDF/Doc/Forms/FormsClient.cs similarity index 90% rename from src/CloudpdfApi/Doc/Forms/FormsClient.cs rename to src/CloudPDF/Doc/Forms/FormsClient.cs index 1a392db..5ad389d 100644 --- a/src/CloudpdfApi/Doc/Forms/FormsClient.cs +++ b/src/CloudPDF/Doc/Forms/FormsClient.cs @@ -1,8 +1,8 @@ -using CloudpdfApi; -using CloudpdfApi.Core; +using CloudPDF; +using CloudPDF.Core; using global::System.Text.Json; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; public partial class FormsClient : IFormsClient { @@ -19,10 +19,10 @@ private async Task> GetAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -57,7 +57,7 @@ private async Task> GetAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -67,12 +67,12 @@ private async Task> GetAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -92,7 +92,7 @@ private async Task> GetAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -107,11 +107,11 @@ private async Task> GetAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -127,11 +127,11 @@ private async Task> GetAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 1) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 1) .Add("format", request.Format) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -161,7 +161,7 @@ private async Task> GetAsyncCore( return new WithRawResponse() { Data = stream, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -180,7 +180,7 @@ private async Task> GetAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -195,11 +195,11 @@ private async Task> GetAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -215,10 +215,10 @@ private async Task> ImportDataAsy CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -257,7 +257,7 @@ private async Task> ImportDataAsy return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -267,12 +267,12 @@ private async Task> ImportDataAsy } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -292,7 +292,7 @@ private async Task> ImportDataAsy case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -304,7 +304,7 @@ private async Task> ImportDataAsy case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -319,11 +319,11 @@ private async Task> ImportDataAsy { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -339,10 +339,10 @@ private async Task> ResetAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -378,7 +378,7 @@ private async Task> ResetAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -388,12 +388,12 @@ private async Task> ResetAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -413,7 +413,7 @@ private async Task> ResetAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -428,11 +428,11 @@ private async Task> ResetAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -448,10 +448,10 @@ private async Task> SetValueAsyncCo CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -491,7 +491,7 @@ private async Task> SetValueAsyncCo return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -501,12 +501,12 @@ private async Task> SetValueAsyncCo } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -526,7 +526,7 @@ private async Task> SetValueAsyncCo case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -538,7 +538,7 @@ private async Task> SetValueAsyncCo case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -553,11 +553,11 @@ private async Task> SetValueAsyncCo { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), diff --git a/src/CloudpdfApi/Doc/Forms/IFormsClient.cs b/src/CloudPDF/Doc/Forms/IFormsClient.cs similarity index 95% rename from src/CloudpdfApi/Doc/Forms/IFormsClient.cs rename to src/CloudPDF/Doc/Forms/IFormsClient.cs index 4c8b289..be769df 100644 --- a/src/CloudpdfApi/Doc/Forms/IFormsClient.cs +++ b/src/CloudPDF/Doc/Forms/IFormsClient.cs @@ -1,6 +1,6 @@ -using CloudpdfApi; +using CloudPDF; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; public partial interface IFormsClient { diff --git a/src/CloudpdfApi/Doc/Forms/Requests/ExportDataFormsRequest.cs b/src/CloudPDF/Doc/Forms/Requests/ExportDataFormsRequest.cs similarity index 93% rename from src/CloudpdfApi/Doc/Forms/Requests/ExportDataFormsRequest.cs rename to src/CloudPDF/Doc/Forms/Requests/ExportDataFormsRequest.cs index 00beea0..564f90c 100644 --- a/src/CloudpdfApi/Doc/Forms/Requests/ExportDataFormsRequest.cs +++ b/src/CloudPDF/Doc/Forms/Requests/ExportDataFormsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record ExportDataFormsRequest diff --git a/src/CloudpdfApi/Doc/Forms/Requests/GetFormsRequest.cs b/src/CloudPDF/Doc/Forms/Requests/GetFormsRequest.cs similarity index 93% rename from src/CloudpdfApi/Doc/Forms/Requests/GetFormsRequest.cs rename to src/CloudPDF/Doc/Forms/Requests/GetFormsRequest.cs index 00e4db2..0c2fef2 100644 --- a/src/CloudpdfApi/Doc/Forms/Requests/GetFormsRequest.cs +++ b/src/CloudPDF/Doc/Forms/Requests/GetFormsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record GetFormsRequest diff --git a/src/CloudpdfApi/Doc/Forms/Requests/ImportDataFormsRequest.cs b/src/CloudPDF/Doc/Forms/Requests/ImportDataFormsRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Forms/Requests/ImportDataFormsRequest.cs rename to src/CloudPDF/Doc/Forms/Requests/ImportDataFormsRequest.cs index 577760c..b83b9e3 100644 --- a/src/CloudpdfApi/Doc/Forms/Requests/ImportDataFormsRequest.cs +++ b/src/CloudPDF/Doc/Forms/Requests/ImportDataFormsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record ImportDataFormsRequest diff --git a/src/CloudpdfApi/Doc/Forms/Requests/ResetFormsRequest.cs b/src/CloudPDF/Doc/Forms/Requests/ResetFormsRequest.cs similarity index 93% rename from src/CloudpdfApi/Doc/Forms/Requests/ResetFormsRequest.cs rename to src/CloudPDF/Doc/Forms/Requests/ResetFormsRequest.cs index 315acc8..79cf526 100644 --- a/src/CloudpdfApi/Doc/Forms/Requests/ResetFormsRequest.cs +++ b/src/CloudPDF/Doc/Forms/Requests/ResetFormsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record ResetFormsRequest diff --git a/src/CloudpdfApi/Doc/Forms/Requests/SetValueFormsRequest.cs b/src/CloudPDF/Doc/Forms/Requests/SetValueFormsRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Forms/Requests/SetValueFormsRequest.cs rename to src/CloudPDF/Doc/Forms/Requests/SetValueFormsRequest.cs index fb17db0..fe3197a 100644 --- a/src/CloudpdfApi/Doc/Forms/Requests/SetValueFormsRequest.cs +++ b/src/CloudPDF/Doc/Forms/Requests/SetValueFormsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record SetValueFormsRequest diff --git a/src/CloudpdfApi/Doc/Forms/Types/ExportDataFormsRequestFormat.cs b/src/CloudPDF/Doc/Forms/Types/ExportDataFormsRequestFormat.cs similarity index 98% rename from src/CloudpdfApi/Doc/Forms/Types/ExportDataFormsRequestFormat.cs rename to src/CloudPDF/Doc/Forms/Types/ExportDataFormsRequestFormat.cs index 7935a15..f55afb8 100644 --- a/src/CloudpdfApi/Doc/Forms/Types/ExportDataFormsRequestFormat.cs +++ b/src/CloudPDF/Doc/Forms/Types/ExportDataFormsRequestFormat.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [JsonConverter(typeof(ExportDataFormsRequestFormat.ExportDataFormsRequestFormatSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Doc/IDocClient.cs b/src/CloudPDF/Doc/IDocClient.cs similarity index 96% rename from src/CloudpdfApi/Doc/IDocClient.cs rename to src/CloudPDF/Doc/IDocClient.cs index 048aefd..481ce24 100644 --- a/src/CloudpdfApi/Doc/IDocClient.cs +++ b/src/CloudPDF/Doc/IDocClient.cs @@ -1,6 +1,6 @@ -using CloudpdfApi.Doc; +using CloudPDF.Doc; -namespace CloudpdfApi; +namespace CloudPDF; public partial interface IDocClient { diff --git a/src/CloudpdfApi/Doc/Metadata/IMetadataClient.cs b/src/CloudPDF/Doc/Metadata/IMetadataClient.cs similarity index 84% rename from src/CloudpdfApi/Doc/Metadata/IMetadataClient.cs rename to src/CloudPDF/Doc/Metadata/IMetadataClient.cs index 9de7f9f..ed64c24 100644 --- a/src/CloudpdfApi/Doc/Metadata/IMetadataClient.cs +++ b/src/CloudPDF/Doc/Metadata/IMetadataClient.cs @@ -1,6 +1,6 @@ -using CloudpdfApi; +using CloudPDF; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; public partial interface IMetadataClient { diff --git a/src/CloudpdfApi/Doc/Metadata/MetadataClient.cs b/src/CloudPDF/Doc/Metadata/MetadataClient.cs similarity index 89% rename from src/CloudpdfApi/Doc/Metadata/MetadataClient.cs rename to src/CloudPDF/Doc/Metadata/MetadataClient.cs index e32ebd3..ad260eb 100644 --- a/src/CloudpdfApi/Doc/Metadata/MetadataClient.cs +++ b/src/CloudPDF/Doc/Metadata/MetadataClient.cs @@ -1,8 +1,8 @@ -using CloudpdfApi; -using CloudpdfApi.Core; +using CloudPDF; +using CloudPDF.Core; using global::System.Text.Json; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; public partial class MetadataClient : IMetadataClient { @@ -19,10 +19,10 @@ private async Task> GetAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -57,7 +57,7 @@ private async Task> GetAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -67,12 +67,12 @@ private async Task> GetAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -92,7 +92,7 @@ private async Task> GetAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -107,11 +107,11 @@ private async Task> GetAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), diff --git a/src/CloudpdfApi/Doc/Metadata/Requests/GetMetadataRequest.cs b/src/CloudPDF/Doc/Metadata/Requests/GetMetadataRequest.cs similarity index 93% rename from src/CloudpdfApi/Doc/Metadata/Requests/GetMetadataRequest.cs rename to src/CloudPDF/Doc/Metadata/Requests/GetMetadataRequest.cs index 008771c..cd05a5f 100644 --- a/src/CloudpdfApi/Doc/Metadata/Requests/GetMetadataRequest.cs +++ b/src/CloudPDF/Doc/Metadata/Requests/GetMetadataRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record GetMetadataRequest diff --git a/src/CloudpdfApi/Doc/Pages/IPagesClient.cs b/src/CloudPDF/Doc/Pages/IPagesClient.cs similarity index 94% rename from src/CloudpdfApi/Doc/Pages/IPagesClient.cs rename to src/CloudPDF/Doc/Pages/IPagesClient.cs index 7b14200..678ba13 100644 --- a/src/CloudpdfApi/Doc/Pages/IPagesClient.cs +++ b/src/CloudPDF/Doc/Pages/IPagesClient.cs @@ -1,6 +1,6 @@ -using CloudpdfApi; +using CloudPDF; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; public partial interface IPagesClient { diff --git a/src/CloudpdfApi/Doc/Pages/PagesClient.cs b/src/CloudPDF/Doc/Pages/PagesClient.cs similarity index 89% rename from src/CloudpdfApi/Doc/Pages/PagesClient.cs rename to src/CloudPDF/Doc/Pages/PagesClient.cs index 34efa5b..7e8d30c 100644 --- a/src/CloudpdfApi/Doc/Pages/PagesClient.cs +++ b/src/CloudPDF/Doc/Pages/PagesClient.cs @@ -1,8 +1,8 @@ -using CloudpdfApi; -using CloudpdfApi.Core; +using CloudPDF; +using CloudPDF.Core; using global::System.Text.Json; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; public partial class PagesClient : IPagesClient { @@ -19,10 +19,10 @@ private async Task> DeleteAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -59,7 +59,7 @@ private async Task> DeleteAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -69,12 +69,12 @@ private async Task> DeleteAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -94,7 +94,7 @@ private async Task> DeleteAsyncCore( case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -106,7 +106,7 @@ private async Task> DeleteAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -121,11 +121,11 @@ private async Task> DeleteAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -141,10 +141,10 @@ private async Task> FlattenAsyncCore CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -181,7 +181,7 @@ private async Task> FlattenAsyncCore return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -191,12 +191,12 @@ private async Task> FlattenAsyncCore } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -216,7 +216,7 @@ private async Task> FlattenAsyncCore case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -228,7 +228,7 @@ private async Task> FlattenAsyncCore case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -243,11 +243,11 @@ private async Task> FlattenAsyncCore { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -263,10 +263,10 @@ private async Task> MoveAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -303,7 +303,7 @@ private async Task> MoveAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -313,12 +313,12 @@ private async Task> MoveAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -338,7 +338,7 @@ private async Task> MoveAsyncCore( case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -350,7 +350,7 @@ private async Task> MoveAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -365,11 +365,11 @@ private async Task> MoveAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -385,10 +385,10 @@ private async Task> RotateAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -425,7 +425,7 @@ private async Task> RotateAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -435,12 +435,12 @@ private async Task> RotateAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -460,7 +460,7 @@ private async Task> RotateAsyncCore( case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -472,7 +472,7 @@ private async Task> RotateAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -487,11 +487,11 @@ private async Task> RotateAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), diff --git a/src/CloudpdfApi/Doc/Pages/Requests/DeletePagesRequest.cs b/src/CloudPDF/Doc/Pages/Requests/DeletePagesRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Pages/Requests/DeletePagesRequest.cs rename to src/CloudPDF/Doc/Pages/Requests/DeletePagesRequest.cs index 56eab72..17fca4d 100644 --- a/src/CloudpdfApi/Doc/Pages/Requests/DeletePagesRequest.cs +++ b/src/CloudPDF/Doc/Pages/Requests/DeletePagesRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record DeletePagesRequest diff --git a/src/CloudpdfApi/Doc/Pages/Requests/FlattenPagesRequest.cs b/src/CloudPDF/Doc/Pages/Requests/FlattenPagesRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Pages/Requests/FlattenPagesRequest.cs rename to src/CloudPDF/Doc/Pages/Requests/FlattenPagesRequest.cs index 80d9601..4ea8700 100644 --- a/src/CloudpdfApi/Doc/Pages/Requests/FlattenPagesRequest.cs +++ b/src/CloudPDF/Doc/Pages/Requests/FlattenPagesRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record FlattenPagesRequest diff --git a/src/CloudpdfApi/Doc/Pages/Requests/MovePagesRequest.cs b/src/CloudPDF/Doc/Pages/Requests/MovePagesRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Pages/Requests/MovePagesRequest.cs rename to src/CloudPDF/Doc/Pages/Requests/MovePagesRequest.cs index 3c77709..e9635ee 100644 --- a/src/CloudpdfApi/Doc/Pages/Requests/MovePagesRequest.cs +++ b/src/CloudPDF/Doc/Pages/Requests/MovePagesRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record MovePagesRequest diff --git a/src/CloudpdfApi/Doc/Pages/Requests/RotatePagesRequest.cs b/src/CloudPDF/Doc/Pages/Requests/RotatePagesRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Pages/Requests/RotatePagesRequest.cs rename to src/CloudPDF/Doc/Pages/Requests/RotatePagesRequest.cs index cd86895..1d55a31 100644 --- a/src/CloudpdfApi/Doc/Pages/Requests/RotatePagesRequest.cs +++ b/src/CloudPDF/Doc/Pages/Requests/RotatePagesRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record RotatePagesRequest diff --git a/src/CloudpdfApi/Doc/Redactions/IRedactionsClient.cs b/src/CloudPDF/Doc/Redactions/IRedactionsClient.cs similarity index 84% rename from src/CloudpdfApi/Doc/Redactions/IRedactionsClient.cs rename to src/CloudPDF/Doc/Redactions/IRedactionsClient.cs index 6d11ac1..258504b 100644 --- a/src/CloudpdfApi/Doc/Redactions/IRedactionsClient.cs +++ b/src/CloudPDF/Doc/Redactions/IRedactionsClient.cs @@ -1,6 +1,6 @@ -using CloudpdfApi; +using CloudPDF; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; public partial interface IRedactionsClient { diff --git a/src/CloudpdfApi/Doc/Redactions/RedactionsClient.cs b/src/CloudPDF/Doc/Redactions/RedactionsClient.cs similarity index 89% rename from src/CloudpdfApi/Doc/Redactions/RedactionsClient.cs rename to src/CloudPDF/Doc/Redactions/RedactionsClient.cs index 4ddd672..45865e4 100644 --- a/src/CloudpdfApi/Doc/Redactions/RedactionsClient.cs +++ b/src/CloudPDF/Doc/Redactions/RedactionsClient.cs @@ -1,8 +1,8 @@ -using CloudpdfApi; -using CloudpdfApi.Core; +using CloudPDF; +using CloudPDF.Core; using global::System.Text.Json; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; public partial class RedactionsClient : IRedactionsClient { @@ -19,10 +19,10 @@ private async Task> ApplyAsyncCor CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add("X-Document-Password", request.DocumentPassword) .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) @@ -61,7 +61,7 @@ private async Task> ApplyAsyncCor return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -71,12 +71,12 @@ private async Task> ApplyAsyncCor } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -96,7 +96,7 @@ private async Task> ApplyAsyncCor case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -108,7 +108,7 @@ private async Task> ApplyAsyncCor case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -123,11 +123,11 @@ private async Task> ApplyAsyncCor { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), diff --git a/src/CloudpdfApi/Doc/Redactions/Requests/ApplyRedactionsRequest.cs b/src/CloudPDF/Doc/Redactions/Requests/ApplyRedactionsRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Redactions/Requests/ApplyRedactionsRequest.cs rename to src/CloudPDF/Doc/Redactions/Requests/ApplyRedactionsRequest.cs index b739b3f..aeb9fa0 100644 --- a/src/CloudpdfApi/Doc/Redactions/Requests/ApplyRedactionsRequest.cs +++ b/src/CloudPDF/Doc/Redactions/Requests/ApplyRedactionsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi.Doc; +namespace CloudPDF.Doc; [Serializable] public record ApplyRedactionsRequest diff --git a/src/CloudpdfApi/Doc/Requests/DownloadDocRequest.cs b/src/CloudPDF/Doc/Requests/DownloadDocRequest.cs similarity index 93% rename from src/CloudpdfApi/Doc/Requests/DownloadDocRequest.cs rename to src/CloudPDF/Doc/Requests/DownloadDocRequest.cs index f5ce017..4109834 100644 --- a/src/CloudpdfApi/Doc/Requests/DownloadDocRequest.cs +++ b/src/CloudPDF/Doc/Requests/DownloadDocRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DownloadDocRequest diff --git a/src/CloudpdfApi/Doc/Requests/HeadDocRequest.cs b/src/CloudPDF/Doc/Requests/HeadDocRequest.cs similarity index 93% rename from src/CloudpdfApi/Doc/Requests/HeadDocRequest.cs rename to src/CloudPDF/Doc/Requests/HeadDocRequest.cs index 77459f0..83828b7 100644 --- a/src/CloudpdfApi/Doc/Requests/HeadDocRequest.cs +++ b/src/CloudPDF/Doc/Requests/HeadDocRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record HeadDocRequest diff --git a/src/CloudpdfApi/Doc/Requests/ManifestDocRequest.cs b/src/CloudPDF/Doc/Requests/ManifestDocRequest.cs similarity index 93% rename from src/CloudpdfApi/Doc/Requests/ManifestDocRequest.cs rename to src/CloudPDF/Doc/Requests/ManifestDocRequest.cs index 95312f2..f339304 100644 --- a/src/CloudpdfApi/Doc/Requests/ManifestDocRequest.cs +++ b/src/CloudPDF/Doc/Requests/ManifestDocRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record ManifestDocRequest diff --git a/src/CloudpdfApi/Doc/Requests/RenderDocRequest.cs b/src/CloudPDF/Doc/Requests/RenderDocRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Requests/RenderDocRequest.cs rename to src/CloudPDF/Doc/Requests/RenderDocRequest.cs index 46d80ec..d9c88a1 100644 --- a/src/CloudpdfApi/Doc/Requests/RenderDocRequest.cs +++ b/src/CloudPDF/Doc/Requests/RenderDocRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record RenderDocRequest diff --git a/src/CloudpdfApi/Doc/Requests/TextDocRequest.cs b/src/CloudPDF/Doc/Requests/TextDocRequest.cs similarity index 94% rename from src/CloudpdfApi/Doc/Requests/TextDocRequest.cs rename to src/CloudPDF/Doc/Requests/TextDocRequest.cs index 722291b..7fe113e 100644 --- a/src/CloudpdfApi/Doc/Requests/TextDocRequest.cs +++ b/src/CloudPDF/Doc/Requests/TextDocRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TextDocRequest diff --git a/src/CloudpdfApi/Documents/DocumentsClient.cs b/src/CloudPDF/Documents/DocumentsClient.cs similarity index 89% rename from src/CloudpdfApi/Documents/DocumentsClient.cs rename to src/CloudPDF/Documents/DocumentsClient.cs index 0372333..23f95ec 100644 --- a/src/CloudpdfApi/Documents/DocumentsClient.cs +++ b/src/CloudPDF/Documents/DocumentsClient.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; -namespace CloudpdfApi; +namespace CloudPDF; public partial class DocumentsClient : IDocumentsClient { @@ -18,13 +18,13 @@ private async Task> ListAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 3) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 3) .Add("limit", request.Limit) .Add("cursor", request.Cursor) .Add("state", request.State) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -57,7 +57,7 @@ private async Task> ListAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -67,12 +67,12 @@ private async Task> ListAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -92,7 +92,7 @@ private async Task> ListAsyncCore( case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -107,11 +107,11 @@ private async Task> ListAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -127,10 +127,10 @@ private async Task> GetAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -164,7 +164,7 @@ private async Task> GetAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -174,12 +174,12 @@ private async Task> GetAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -199,7 +199,7 @@ private async Task> GetAsyncCore( case 403: throw new ForbiddenError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -211,7 +211,7 @@ private async Task> GetAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -226,11 +226,11 @@ private async Task> GetAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -246,10 +246,10 @@ private async Task DeleteAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -274,7 +274,7 @@ private async Task DeleteAsyncCore( .ConfigureAwait(false); if (response.StatusCode is >= 200 and < 400) { - return new CloudpdfApi.RawResponse() + return new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -292,7 +292,7 @@ private async Task DeleteAsyncCore( case 403: throw new ForbiddenError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -304,7 +304,7 @@ private async Task DeleteAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -319,11 +319,11 @@ private async Task DeleteAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -339,10 +339,10 @@ private async Task> CommitAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -378,7 +378,7 @@ private async Task> CommitAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -388,12 +388,12 @@ private async Task> CommitAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -413,7 +413,7 @@ private async Task> CommitAsyncCore( case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -425,7 +425,7 @@ private async Task> CommitAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -440,11 +440,11 @@ private async Task> CommitAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -460,10 +460,10 @@ private async Task> CommitAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -492,7 +492,7 @@ private async Task> CommitAsyncCore( return new WithRawResponse() { Data = stream, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -511,7 +511,7 @@ private async Task> CommitAsyncCore( case 403: throw new ForbiddenError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -523,7 +523,7 @@ private async Task> CommitAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -538,11 +538,11 @@ private async Task> CommitAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -558,10 +558,10 @@ private async Task> CommitAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -590,7 +590,7 @@ private async Task> CommitAsyncCore( return new WithRawResponse() { Data = stream, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -609,7 +609,7 @@ private async Task> CommitAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -624,11 +624,11 @@ private async Task> CommitAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -646,10 +646,10 @@ private async Task> UploadDire CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -687,7 +687,7 @@ private async Task> UploadDire return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -697,12 +697,12 @@ private async Task> UploadDire } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -722,7 +722,7 @@ private async Task> UploadDire case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -737,11 +737,11 @@ private async Task> UploadDire { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -757,10 +757,10 @@ private async Task> InitAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -795,7 +795,7 @@ private async Task> InitAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -805,12 +805,12 @@ private async Task> InitAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -830,7 +830,7 @@ private async Task> InitAsyncCore( case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -845,11 +845,11 @@ private async Task> InitAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), diff --git a/src/CloudpdfApi/Documents/IDocumentsClient.cs b/src/CloudPDF/Documents/IDocumentsClient.cs similarity index 98% rename from src/CloudpdfApi/Documents/IDocumentsClient.cs rename to src/CloudPDF/Documents/IDocumentsClient.cs index 88080e4..d3e9c62 100644 --- a/src/CloudpdfApi/Documents/IDocumentsClient.cs +++ b/src/CloudPDF/Documents/IDocumentsClient.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi; +namespace CloudPDF; public partial interface IDocumentsClient { diff --git a/src/CloudpdfApi/Documents/Requests/DeleteDocumentsRequest.cs b/src/CloudPDF/Documents/Requests/DeleteDocumentsRequest.cs similarity index 88% rename from src/CloudpdfApi/Documents/Requests/DeleteDocumentsRequest.cs rename to src/CloudPDF/Documents/Requests/DeleteDocumentsRequest.cs index 477bef0..e0674cd 100644 --- a/src/CloudpdfApi/Documents/Requests/DeleteDocumentsRequest.cs +++ b/src/CloudPDF/Documents/Requests/DeleteDocumentsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DeleteDocumentsRequest diff --git a/src/CloudpdfApi/Documents/Requests/DocumentsCommitRequest.cs b/src/CloudPDF/Documents/Requests/DocumentsCommitRequest.cs similarity index 90% rename from src/CloudpdfApi/Documents/Requests/DocumentsCommitRequest.cs rename to src/CloudPDF/Documents/Requests/DocumentsCommitRequest.cs index eb53ea9..2dcc93c 100644 --- a/src/CloudpdfApi/Documents/Requests/DocumentsCommitRequest.cs +++ b/src/CloudPDF/Documents/Requests/DocumentsCommitRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsCommitRequest diff --git a/src/CloudpdfApi/Documents/Requests/DocumentsInitRequest.cs b/src/CloudPDF/Documents/Requests/DocumentsInitRequest.cs similarity index 95% rename from src/CloudpdfApi/Documents/Requests/DocumentsInitRequest.cs rename to src/CloudPDF/Documents/Requests/DocumentsInitRequest.cs index 3664d25..9efa9b4 100644 --- a/src/CloudpdfApi/Documents/Requests/DocumentsInitRequest.cs +++ b/src/CloudPDF/Documents/Requests/DocumentsInitRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInitRequest diff --git a/src/CloudpdfApi/Documents/Requests/DownloadDocumentsRequest.cs b/src/CloudPDF/Documents/Requests/DownloadDocumentsRequest.cs similarity index 88% rename from src/CloudpdfApi/Documents/Requests/DownloadDocumentsRequest.cs rename to src/CloudPDF/Documents/Requests/DownloadDocumentsRequest.cs index 50fca2c..facf02c 100644 --- a/src/CloudpdfApi/Documents/Requests/DownloadDocumentsRequest.cs +++ b/src/CloudPDF/Documents/Requests/DownloadDocumentsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DownloadDocumentsRequest diff --git a/src/CloudpdfApi/Documents/Requests/GetDocumentsRequest.cs b/src/CloudPDF/Documents/Requests/GetDocumentsRequest.cs similarity index 88% rename from src/CloudpdfApi/Documents/Requests/GetDocumentsRequest.cs rename to src/CloudPDF/Documents/Requests/GetDocumentsRequest.cs index f7b4109..ff1ba2c 100644 --- a/src/CloudpdfApi/Documents/Requests/GetDocumentsRequest.cs +++ b/src/CloudPDF/Documents/Requests/GetDocumentsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record GetDocumentsRequest diff --git a/src/CloudpdfApi/Documents/Requests/ListDocumentsRequest.cs b/src/CloudPDF/Documents/Requests/ListDocumentsRequest.cs similarity index 90% rename from src/CloudpdfApi/Documents/Requests/ListDocumentsRequest.cs rename to src/CloudPDF/Documents/Requests/ListDocumentsRequest.cs index 4e0fa9c..f632f51 100644 --- a/src/CloudpdfApi/Documents/Requests/ListDocumentsRequest.cs +++ b/src/CloudPDF/Documents/Requests/ListDocumentsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record ListDocumentsRequest diff --git a/src/CloudpdfApi/Documents/Requests/ThumbnailDocumentsRequest.cs b/src/CloudPDF/Documents/Requests/ThumbnailDocumentsRequest.cs similarity index 88% rename from src/CloudpdfApi/Documents/Requests/ThumbnailDocumentsRequest.cs rename to src/CloudPDF/Documents/Requests/ThumbnailDocumentsRequest.cs index c9c1ffd..95d92cc 100644 --- a/src/CloudpdfApi/Documents/Requests/ThumbnailDocumentsRequest.cs +++ b/src/CloudPDF/Documents/Requests/ThumbnailDocumentsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record ThumbnailDocumentsRequest diff --git a/src/CloudpdfApi/Documents/Types/DocumentsInitRequestDedupMode.cs b/src/CloudPDF/Documents/Types/DocumentsInitRequestDedupMode.cs similarity index 98% rename from src/CloudpdfApi/Documents/Types/DocumentsInitRequestDedupMode.cs rename to src/CloudPDF/Documents/Types/DocumentsInitRequestDedupMode.cs index 97ae8f5..7b19cbd 100644 --- a/src/CloudpdfApi/Documents/Types/DocumentsInitRequestDedupMode.cs +++ b/src/CloudPDF/Documents/Types/DocumentsInitRequestDedupMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocumentsInitRequestDedupMode.DocumentsInitRequestDedupModeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Documents/Types/ListDocumentsRequestState.cs b/src/CloudPDF/Documents/Types/ListDocumentsRequestState.cs similarity index 98% rename from src/CloudpdfApi/Documents/Types/ListDocumentsRequestState.cs rename to src/CloudPDF/Documents/Types/ListDocumentsRequestState.cs index 3c55675..8d3586f 100644 --- a/src/CloudpdfApi/Documents/Types/ListDocumentsRequestState.cs +++ b/src/CloudPDF/Documents/Types/ListDocumentsRequestState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(ListDocumentsRequestState.ListDocumentsRequestStateSerializer))] [Serializable] diff --git a/src/CloudPDF/Exceptions/BadRequestError.cs b/src/CloudPDF/Exceptions/BadRequestError.cs new file mode 100644 index 0000000..994f71a --- /dev/null +++ b/src/CloudPDF/Exceptions/BadRequestError.cs @@ -0,0 +1,8 @@ +namespace CloudPDF; + +/// +/// This exception type will be thrown for any non-2XX API responses. +/// +[Serializable] +public class BadRequestError(object body, CloudPDF.RawResponse? rawResponse = null) + : CloudPDFApiException("BadRequestError", 400, body, rawResponse: rawResponse); diff --git a/src/CloudPDF/Exceptions/ForbiddenError.cs b/src/CloudPDF/Exceptions/ForbiddenError.cs new file mode 100644 index 0000000..5ac12e2 --- /dev/null +++ b/src/CloudPDF/Exceptions/ForbiddenError.cs @@ -0,0 +1,8 @@ +namespace CloudPDF; + +/// +/// This exception type will be thrown for any non-2XX API responses. +/// +[Serializable] +public class ForbiddenError(object body, CloudPDF.RawResponse? rawResponse = null) + : CloudPDFApiException("ForbiddenError", 403, body, rawResponse: rawResponse); diff --git a/src/CloudPDF/Exceptions/NotFoundError.cs b/src/CloudPDF/Exceptions/NotFoundError.cs new file mode 100644 index 0000000..8b9acad --- /dev/null +++ b/src/CloudPDF/Exceptions/NotFoundError.cs @@ -0,0 +1,8 @@ +namespace CloudPDF; + +/// +/// This exception type will be thrown for any non-2XX API responses. +/// +[Serializable] +public class NotFoundError(object body, CloudPDF.RawResponse? rawResponse = null) + : CloudPDFApiException("NotFoundError", 404, body, rawResponse: rawResponse); diff --git a/src/CloudpdfApi/ICloudpdfApiClient.cs b/src/CloudPDF/ICloudPDFClient.cs similarity index 76% rename from src/CloudpdfApi/ICloudpdfApiClient.cs rename to src/CloudPDF/ICloudPDFClient.cs index 939bfe6..abedc3d 100644 --- a/src/CloudpdfApi/ICloudpdfApiClient.cs +++ b/src/CloudPDF/ICloudPDFClient.cs @@ -1,6 +1,6 @@ -namespace CloudpdfApi; +namespace CloudPDF; -public partial interface ICloudpdfApiClient +public partial interface ICloudPDFClient { public IDeploymentClient Deployment { get; } public IDocClient Doc { get; } diff --git a/src/CloudpdfApi/Tenants/ITenantsClient.cs b/src/CloudPDF/Tenants/ITenantsClient.cs similarity index 97% rename from src/CloudpdfApi/Tenants/ITenantsClient.cs rename to src/CloudPDF/Tenants/ITenantsClient.cs index 0c7ac85..e1bbfef 100644 --- a/src/CloudpdfApi/Tenants/ITenantsClient.cs +++ b/src/CloudPDF/Tenants/ITenantsClient.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi; +namespace CloudPDF; public partial interface ITenantsClient { diff --git a/src/CloudpdfApi/Tenants/Requests/DeleteTenantsRequest.cs b/src/CloudPDF/Tenants/Requests/DeleteTenantsRequest.cs similarity index 85% rename from src/CloudpdfApi/Tenants/Requests/DeleteTenantsRequest.cs rename to src/CloudPDF/Tenants/Requests/DeleteTenantsRequest.cs index 1cfcc91..dad2bfd 100644 --- a/src/CloudpdfApi/Tenants/Requests/DeleteTenantsRequest.cs +++ b/src/CloudPDF/Tenants/Requests/DeleteTenantsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DeleteTenantsRequest diff --git a/src/CloudpdfApi/Tenants/Requests/GetTenantsRequest.cs b/src/CloudPDF/Tenants/Requests/GetTenantsRequest.cs similarity index 85% rename from src/CloudpdfApi/Tenants/Requests/GetTenantsRequest.cs rename to src/CloudPDF/Tenants/Requests/GetTenantsRequest.cs index 57faa36..18d5f25 100644 --- a/src/CloudpdfApi/Tenants/Requests/GetTenantsRequest.cs +++ b/src/CloudPDF/Tenants/Requests/GetTenantsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record GetTenantsRequest diff --git a/src/CloudpdfApi/Tenants/Requests/ListTenantsRequest.cs b/src/CloudPDF/Tenants/Requests/ListTenantsRequest.cs similarity index 87% rename from src/CloudpdfApi/Tenants/Requests/ListTenantsRequest.cs rename to src/CloudPDF/Tenants/Requests/ListTenantsRequest.cs index 5295532..99fd92d 100644 --- a/src/CloudpdfApi/Tenants/Requests/ListTenantsRequest.cs +++ b/src/CloudPDF/Tenants/Requests/ListTenantsRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record ListTenantsRequest diff --git a/src/CloudpdfApi/Tenants/Requests/TenantsCreateRequest.cs b/src/CloudPDF/Tenants/Requests/TenantsCreateRequest.cs similarity index 88% rename from src/CloudpdfApi/Tenants/Requests/TenantsCreateRequest.cs rename to src/CloudPDF/Tenants/Requests/TenantsCreateRequest.cs index 8cf9a84..b997f10 100644 --- a/src/CloudpdfApi/Tenants/Requests/TenantsCreateRequest.cs +++ b/src/CloudPDF/Tenants/Requests/TenantsCreateRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsCreateRequest diff --git a/src/CloudpdfApi/Tenants/TenantsClient.cs b/src/CloudPDF/Tenants/TenantsClient.cs similarity index 89% rename from src/CloudpdfApi/Tenants/TenantsClient.cs rename to src/CloudPDF/Tenants/TenantsClient.cs index 8967342..73165e8 100644 --- a/src/CloudpdfApi/Tenants/TenantsClient.cs +++ b/src/CloudPDF/Tenants/TenantsClient.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; -namespace CloudpdfApi; +namespace CloudPDF; public partial class TenantsClient : ITenantsClient { @@ -18,12 +18,12 @@ private async Task> ListAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 2) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 2) .Add("limit", request.Limit) .Add("cursor", request.Cursor) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -53,7 +53,7 @@ private async Task> ListAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -63,12 +63,12 @@ private async Task> ListAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -88,7 +88,7 @@ private async Task> ListAsyncCore( case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -103,11 +103,11 @@ private async Task> ListAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -123,10 +123,10 @@ private async Task> CreateAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -158,7 +158,7 @@ private async Task> CreateAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -168,12 +168,12 @@ private async Task> CreateAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -193,7 +193,7 @@ private async Task> CreateAsyncCore( case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -208,11 +208,11 @@ private async Task> CreateAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -228,10 +228,10 @@ private async Task> GetAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -264,7 +264,7 @@ private async Task> GetAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -274,12 +274,12 @@ private async Task> GetAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -299,7 +299,7 @@ private async Task> GetAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -314,11 +314,11 @@ private async Task> GetAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -334,10 +334,10 @@ private async Task DeleteAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -361,7 +361,7 @@ private async Task DeleteAsyncCore( .ConfigureAwait(false); if (response.StatusCode is >= 200 and < 400) { - return new CloudpdfApi.RawResponse() + return new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -379,7 +379,7 @@ private async Task DeleteAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -394,11 +394,11 @@ private async Task DeleteAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), diff --git a/src/CloudpdfApi/Tokens/ITokensClient.cs b/src/CloudPDF/Tokens/ITokensClient.cs similarity index 97% rename from src/CloudpdfApi/Tokens/ITokensClient.cs rename to src/CloudPDF/Tokens/ITokensClient.cs index c68a016..9f4074b 100644 --- a/src/CloudpdfApi/Tokens/ITokensClient.cs +++ b/src/CloudPDF/Tokens/ITokensClient.cs @@ -1,4 +1,4 @@ -namespace CloudpdfApi; +namespace CloudPDF; public partial interface ITokensClient { diff --git a/src/CloudpdfApi/Tokens/Requests/IssueTokensRequest.cs b/src/CloudPDF/Tokens/Requests/IssueTokensRequest.cs similarity index 88% rename from src/CloudpdfApi/Tokens/Requests/IssueTokensRequest.cs rename to src/CloudPDF/Tokens/Requests/IssueTokensRequest.cs index 70e9533..ee31449 100644 --- a/src/CloudpdfApi/Tokens/Requests/IssueTokensRequest.cs +++ b/src/CloudPDF/Tokens/Requests/IssueTokensRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record IssueTokensRequest diff --git a/src/CloudpdfApi/Tokens/Requests/TokensRevokeRequest.cs b/src/CloudPDF/Tokens/Requests/TokensRevokeRequest.cs similarity index 91% rename from src/CloudpdfApi/Tokens/Requests/TokensRevokeRequest.cs rename to src/CloudPDF/Tokens/Requests/TokensRevokeRequest.cs index 945c977..dd6f3f0 100644 --- a/src/CloudpdfApi/Tokens/Requests/TokensRevokeRequest.cs +++ b/src/CloudPDF/Tokens/Requests/TokensRevokeRequest.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensRevokeRequest diff --git a/src/CloudpdfApi/Tokens/TokensClient.cs b/src/CloudPDF/Tokens/TokensClient.cs similarity index 90% rename from src/CloudpdfApi/Tokens/TokensClient.cs rename to src/CloudPDF/Tokens/TokensClient.cs index 92f2787..12ee460 100644 --- a/src/CloudpdfApi/Tokens/TokensClient.cs +++ b/src/CloudPDF/Tokens/TokensClient.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; -namespace CloudpdfApi; +namespace CloudPDF; public partial class TokensClient : ITokensClient { @@ -18,10 +18,10 @@ private async Task> IssueAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -56,7 +56,7 @@ private async Task> IssueAsyncCore( return new WithRawResponse() { Data = responseData, - RawResponse = new CloudpdfApi.RawResponse() + RawResponse = new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -66,12 +66,12 @@ private async Task> IssueAsyncCore( } catch (JsonException e) { - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( "Failed to deserialize response", response.StatusCode, responseBody, e, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -91,7 +91,7 @@ private async Task> IssueAsyncCore( case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -103,7 +103,7 @@ private async Task> IssueAsyncCore( case 403: throw new ForbiddenError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -115,7 +115,7 @@ private async Task> IssueAsyncCore( case 404: throw new NotFoundError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -130,11 +130,11 @@ private async Task> IssueAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -150,10 +150,10 @@ private async Task RevokeAsyncCore( CancellationToken cancellationToken = default ) { - var _queryString = new CloudpdfApi.Core.QueryStringBuilder.Builder(capacity: 0) + var _queryString = new CloudPDF.Core.QueryStringBuilder.Builder(capacity: 0) .MergeAdditional(options?.AdditionalQueryParameters) .Build(); - var _headers = await new CloudpdfApi.Core.HeadersBuilder.Builder() + var _headers = await new CloudPDF.Core.HeadersBuilder.Builder() .Add(_client.Options.Headers) .Add(_client.Options.AdditionalHeaders) .Add(options?.AdditionalHeaders) @@ -180,7 +180,7 @@ private async Task RevokeAsyncCore( .ConfigureAwait(false); if (response.StatusCode is >= 200 and < 400) { - return new CloudpdfApi.RawResponse() + return new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), @@ -198,7 +198,7 @@ private async Task RevokeAsyncCore( case 400: throw new BadRequestError( JsonUtils.Deserialize(responseBody), - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = @@ -213,11 +213,11 @@ private async Task RevokeAsyncCore( { // unable to map error response, throwing generic error } - throw new CloudpdfApiApiException( + throw new CloudPDFApiException( $"Error with status code {response.StatusCode}", response.StatusCode, responseBody, - rawResponse: new CloudpdfApi.RawResponse() + rawResponse: new CloudPDF.RawResponse() { StatusCode = response.Raw.StatusCode, Url = response.Raw.RequestMessage?.RequestUri ?? new Uri("about:blank"), diff --git a/src/CloudpdfApi/Types/AdminErrorPayload.cs b/src/CloudPDF/Types/AdminErrorPayload.cs similarity index 93% rename from src/CloudpdfApi/Types/AdminErrorPayload.cs rename to src/CloudPDF/Types/AdminErrorPayload.cs index 11a80b1..3bde77b 100644 --- a/src/CloudpdfApi/Types/AdminErrorPayload.cs +++ b/src/CloudPDF/Types/AdminErrorPayload.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record AdminErrorPayload : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/AdminErrorPayloadError.cs b/src/CloudPDF/Types/AdminErrorPayloadError.cs similarity index 94% rename from src/CloudpdfApi/Types/AdminErrorPayloadError.cs rename to src/CloudPDF/Types/AdminErrorPayloadError.cs index e018621..d721ada 100644 --- a/src/CloudpdfApi/Types/AdminErrorPayloadError.cs +++ b/src/CloudPDF/Types/AdminErrorPayloadError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record AdminErrorPayloadError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DeploymentLicenseStatusResponse.cs b/src/CloudPDF/Types/DeploymentLicenseStatusResponse.cs similarity index 94% rename from src/CloudpdfApi/Types/DeploymentLicenseStatusResponse.cs rename to src/CloudPDF/Types/DeploymentLicenseStatusResponse.cs index 7528888..faf4f6b 100644 --- a/src/CloudpdfApi/Types/DeploymentLicenseStatusResponse.cs +++ b/src/CloudPDF/Types/DeploymentLicenseStatusResponse.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DeploymentLicenseStatusResponse : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate200Response.cs b/src/CloudPDF/Types/DocAnnotationsCreate200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsCreate200Response.cs rename to src/CloudPDF/Types/DocAnnotationsCreate200Response.cs index 2bed32e..2e0a978 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate200Response.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate200Response.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsCreate200Response : IJsonOnDeserialized, IJsonOnSerializing diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMeta.cs b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMeta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMeta.cs rename to src/CloudPDF/Types/DocAnnotationsCreate200ResponseMeta.cs index 18df5b6..60a7b33 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMeta.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMeta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsCreate200ResponseMeta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItem.cs b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItem.cs rename to src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItem.cs index a7431ab..0fcb509 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsCreate200ResponseMetaAffectedPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemRevision.cs b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemRevision.cs rename to src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemRevision.cs index 2852ef6..2d17e37 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsCreate200ResponseMetaAffectedPagesItemRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs similarity index 73% rename from src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs rename to src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs index 0ff020b..c7c77d5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.JsonConverter) @@ -67,24 +67,24 @@ DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.Known va public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + ? (CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value! : throw new global::System.Exception( "DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + ? (CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value! : throw new global::System.Exception( "DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'known'" @@ -92,11 +92,11 @@ public CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnot public T Match( Func< - CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, + CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, T > onUnknown, Func< - CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, + CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, T > onKnown, Func onUnknown_ @@ -111,8 +111,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -131,16 +131,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value + out CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { value = - (CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + (CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value!; return true; } @@ -149,16 +149,16 @@ out CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotati } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value + out CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value ) { if (Kind == "known") { value = - (CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + (CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value!; return true; } @@ -221,18 +221,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -291,18 +291,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.Unknown( - CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) => new(value); } @@ -313,18 +313,18 @@ CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationSt public struct Known { public Known( - CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationState.Known( - CloudpdfApi.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs index 6200cd8..ae0b362 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs index 6e5abc5..5c94764 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsCreate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaCacheDelta.cs b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaCacheDelta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaCacheDelta.cs rename to src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaCacheDelta.cs index 598426a..33b55d4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaCacheDelta.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaCacheDelta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsCreate200ResponseMetaCacheDelta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItem.cs b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItem.cs rename to src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItem.cs index 347e625..1bf4956 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItemCache.cs b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItemCache.cs rename to src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItemCache.cs index 3ae7945..63c67e6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItemCache.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsCreate200ResponseMetaCacheDeltaPagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate400Response.cs b/src/CloudPDF/Types/DocAnnotationsCreate400Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsCreate400Response.cs rename to src/CloudPDF/Types/DocAnnotationsCreate400Response.cs index 925816d..eae9add 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate400Response.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsCreate400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate400ResponseCode.cs b/src/CloudPDF/Types/DocAnnotationsCreate400ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsCreate400ResponseCode.cs rename to src/CloudPDF/Types/DocAnnotationsCreate400ResponseCode.cs index 9ad1bcd..ebed345 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate400ResponseCode.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate400ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsCreate400ResponseCode.DocAnnotationsCreate400ResponseCodeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate400ResponseName.cs b/src/CloudPDF/Types/DocAnnotationsCreate400ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsCreate400ResponseName.cs rename to src/CloudPDF/Types/DocAnnotationsCreate400ResponseName.cs index 6bf4fb4..c9aa169 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate400ResponseName.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate400ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsCreate400ResponseName.DocAnnotationsCreate400ResponseNameSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate404Response.cs b/src/CloudPDF/Types/DocAnnotationsCreate404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsCreate404Response.cs rename to src/CloudPDF/Types/DocAnnotationsCreate404Response.cs index 653dc8a..435084d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate404Response.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsCreate404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate404ResponseCode.cs b/src/CloudPDF/Types/DocAnnotationsCreate404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsCreate404ResponseCode.cs rename to src/CloudPDF/Types/DocAnnotationsCreate404ResponseCode.cs index c9613b0..1568cc1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate404ResponseCode.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsCreate404ResponseCode.DocAnnotationsCreate404ResponseCodeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsCreate404ResponseName.cs b/src/CloudPDF/Types/DocAnnotationsCreate404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsCreate404ResponseName.cs rename to src/CloudPDF/Types/DocAnnotationsCreate404ResponseName.cs index 60b4e90..3dc7022 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsCreate404ResponseName.cs +++ b/src/CloudPDF/Types/DocAnnotationsCreate404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsCreate404ResponseName.DocAnnotationsCreate404ResponseNameSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete200Response.cs b/src/CloudPDF/Types/DocAnnotationsDelete200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsDelete200Response.cs rename to src/CloudPDF/Types/DocAnnotationsDelete200Response.cs index 59e958e..6fb1873 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete200Response.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete200Response.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsDelete200Response : IJsonOnDeserialized, IJsonOnSerializing diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMeta.cs b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMeta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMeta.cs rename to src/CloudPDF/Types/DocAnnotationsDelete200ResponseMeta.cs index 32193d8..58f4ac2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMeta.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMeta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsDelete200ResponseMeta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItem.cs b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItem.cs rename to src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItem.cs index c9d30d4..f022294 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsDelete200ResponseMetaAffectedPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemRevision.cs b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemRevision.cs rename to src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemRevision.cs index 53f2063..275c3ec 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsDelete200ResponseMetaAffectedPagesItemRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs similarity index 73% rename from src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs rename to src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs index 21ad030..ae793c7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.JsonConverter) @@ -67,24 +67,24 @@ DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.Known va public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + ? (CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value! : throw new global::System.Exception( "DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + ? (CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value! : throw new global::System.Exception( "DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'known'" @@ -92,11 +92,11 @@ public CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnot public T Match( Func< - CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, + CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, T > onUnknown, Func< - CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, + CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, T > onKnown, Func onUnknown_ @@ -111,8 +111,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -131,16 +131,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value + out CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { value = - (CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + (CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value!; return true; } @@ -149,16 +149,16 @@ out CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotati } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value + out CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value ) { if (Kind == "known") { value = - (CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + (CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value!; return true; } @@ -221,18 +221,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -291,18 +291,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.Unknown( - CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) => new(value); } @@ -313,18 +313,18 @@ CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationSt public struct Known { public Known( - CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.Known( - CloudpdfApi.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs index da85f52..d8127dd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs index 69661de..1fdec43 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaCacheDelta.cs b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaCacheDelta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaCacheDelta.cs rename to src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaCacheDelta.cs index 09f5a60..24cf610 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaCacheDelta.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaCacheDelta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsDelete200ResponseMetaCacheDelta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItem.cs b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItem.cs rename to src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItem.cs index 9632137..3f5f963 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItemCache.cs b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItemCache.cs rename to src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItemCache.cs index fdc1f97..b25e2a5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItemCache.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsDelete200ResponseMetaCacheDeltaPagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete404Response.cs b/src/CloudPDF/Types/DocAnnotationsDelete404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsDelete404Response.cs rename to src/CloudPDF/Types/DocAnnotationsDelete404Response.cs index 1fc1398..391c7fe 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete404Response.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsDelete404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete404ResponseCode.cs b/src/CloudPDF/Types/DocAnnotationsDelete404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsDelete404ResponseCode.cs rename to src/CloudPDF/Types/DocAnnotationsDelete404ResponseCode.cs index b9fa196..2fa87e9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete404ResponseCode.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsDelete404ResponseCode.DocAnnotationsDelete404ResponseCodeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsDelete404ResponseName.cs b/src/CloudPDF/Types/DocAnnotationsDelete404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsDelete404ResponseName.cs rename to src/CloudPDF/Types/DocAnnotationsDelete404ResponseName.cs index e578f21..298eb06 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsDelete404ResponseName.cs +++ b/src/CloudPDF/Types/DocAnnotationsDelete404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsDelete404ResponseName.DocAnnotationsDelete404ResponseNameSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200Response.cs b/src/CloudPDF/Types/DocAnnotationsList200Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200Response.cs rename to src/CloudPDF/Types/DocAnnotationsList200Response.cs index 698e0b7..09a1ee0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200Response.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItem.cs similarity index 61% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItem.cs index a8155f1..0f2d3e1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItem.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItem.JsonConverter))] [Serializable] @@ -334,237 +334,237 @@ DocAnnotationsList200ResponseAnnotationsItem.Unsupported value public bool IsUnsupported => Subtype == "unsupported"; /// - /// Returns the value as a if is 'highlight', otherwise throws an exception. + /// Returns the value as a if is 'highlight', otherwise throws an exception. /// /// Thrown when is not 'highlight'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlight AsHighlight() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlight AsHighlight() => IsHighlight - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlight)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlight)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'highlight'" ); /// - /// Returns the value as a if is 'underline', otherwise throws an exception. + /// Returns the value as a if is 'underline', otherwise throws an exception. /// /// Thrown when is not 'underline'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderline AsUnderline() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderline AsUnderline() => IsUnderline - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderline)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderline)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'underline'" ); /// - /// Returns the value as a if is 'squiggly', otherwise throws an exception. + /// Returns the value as a if is 'squiggly', otherwise throws an exception. /// /// Thrown when is not 'squiggly'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquiggly AsSquiggly() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquiggly AsSquiggly() => IsSquiggly - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquiggly)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquiggly)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'squiggly'" ); /// - /// Returns the value as a if is 'strikeout', otherwise throws an exception. + /// Returns the value as a if is 'strikeout', otherwise throws an exception. /// /// Thrown when is not 'strikeout'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeout AsStrikeout() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeout AsStrikeout() => IsStrikeout - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeout)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeout)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'strikeout'" ); /// - /// Returns the value as a if is 'circle', otherwise throws an exception. + /// Returns the value as a if is 'circle', otherwise throws an exception. /// /// Thrown when is not 'circle'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircle AsCircle() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircle AsCircle() => IsCircle - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircle)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircle)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'circle'" ); /// - /// Returns the value as a if is 'square', otherwise throws an exception. + /// Returns the value as a if is 'square', otherwise throws an exception. /// /// Thrown when is not 'square'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquare AsSquare() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquare AsSquare() => IsSquare - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquare)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquare)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'square'" ); /// - /// Returns the value as a if is 'polygon', otherwise throws an exception. + /// Returns the value as a if is 'polygon', otherwise throws an exception. /// /// Thrown when is not 'polygon'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygon AsPolygon() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygon AsPolygon() => IsPolygon - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygon)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygon)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'polygon'" ); /// - /// Returns the value as a if is 'polyline', otherwise throws an exception. + /// Returns the value as a if is 'polyline', otherwise throws an exception. /// /// Thrown when is not 'polyline'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolyline AsPolyline() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolyline AsPolyline() => IsPolyline - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolyline)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolyline)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'polyline'" ); /// - /// Returns the value as a if is 'line', otherwise throws an exception. + /// Returns the value as a if is 'line', otherwise throws an exception. /// /// Thrown when is not 'line'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLine AsLine() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLine AsLine() => IsLine - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLine)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLine)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'line'" ); /// - /// Returns the value as a if is 'link', otherwise throws an exception. + /// Returns the value as a if is 'link', otherwise throws an exception. /// /// Thrown when is not 'link'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLink AsLink() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLink AsLink() => IsLink - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLink)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLink)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'link'" ); /// - /// Returns the value as a if is 'ink', otherwise throws an exception. + /// Returns the value as a if is 'ink', otherwise throws an exception. /// /// Thrown when is not 'ink'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInk AsInk() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInk AsInk() => IsInk - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInk)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInk)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'ink'" ); /// - /// Returns the value as a if is 'free-text', otherwise throws an exception. + /// Returns the value as a if is 'free-text', otherwise throws an exception. /// /// Thrown when is not 'free-text'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeText AsFreeText() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeText AsFreeText() => IsFreeText - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeText)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeText)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'free-text'" ); /// - /// Returns the value as a if is 'caret', otherwise throws an exception. + /// Returns the value as a if is 'caret', otherwise throws an exception. /// /// Thrown when is not 'caret'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaret AsCaret() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaret AsCaret() => IsCaret - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaret)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaret)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'caret'" ); /// - /// Returns the value as a if is 'text', otherwise throws an exception. + /// Returns the value as a if is 'text', otherwise throws an exception. /// /// Thrown when is not 'text'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemText AsText() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemText AsText() => IsText - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemText)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemText)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'text'" ); /// - /// Returns the value as a if is 'stamp', otherwise throws an exception. + /// Returns the value as a if is 'stamp', otherwise throws an exception. /// /// Thrown when is not 'stamp'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStamp AsStamp() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStamp AsStamp() => IsStamp - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStamp)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStamp)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'stamp'" ); /// - /// Returns the value as a if is 'file-attachment', otherwise throws an exception. + /// Returns the value as a if is 'file-attachment', otherwise throws an exception. /// /// Thrown when is not 'file-attachment'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachment AsFileAttachment() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachment AsFileAttachment() => IsFileAttachment - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachment)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachment)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'file-attachment'" ); /// - /// Returns the value as a if is 'widget', otherwise throws an exception. + /// Returns the value as a if is 'widget', otherwise throws an exception. /// /// Thrown when is not 'widget'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidget AsWidget() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidget AsWidget() => IsWidget - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidget)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidget)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'widget'" ); /// - /// Returns the value as a if is 'redact', otherwise throws an exception. + /// Returns the value as a if is 'redact', otherwise throws an exception. /// /// Thrown when is not 'redact'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedact AsRedact() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedact AsRedact() => IsRedact - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedact)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedact)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'redact'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupported AsUnsupported() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupported)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupported)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItem.Subtype is not 'unsupported'" ); public T Match( - Func onHighlight, - Func onUnderline, - Func onSquiggly, - Func onStrikeout, - Func onCircle, - Func onSquare, - Func onPolygon, - Func onPolyline, - Func onLine, - Func onLink, - Func onInk, - Func onFreeText, - Func onCaret, - Func onText, - Func onStamp, + Func onHighlight, + Func onUnderline, + Func onSquiggly, + Func onStrikeout, + Func onCircle, + Func onSquare, + Func onPolygon, + Func onPolyline, + Func onLine, + Func onLink, + Func onInk, + Func onFreeText, + Func onCaret, + Func onText, + Func onStamp, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachment, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachment, T > onFileAttachment, - Func onWidget, - Func onRedact, - Func onUnsupported, + Func onWidget, + Func onRedact, + Func onUnsupported, Func onUnknown_ ) { @@ -594,25 +594,25 @@ public T Match( } public void Visit( - Action onHighlight, - Action onUnderline, - Action onSquiggly, - Action onStrikeout, - Action onCircle, - Action onSquare, - Action onPolygon, - Action onPolyline, - Action onLine, - Action onLink, - Action onInk, - Action onFreeText, - Action onCaret, - Action onText, - Action onStamp, - Action onFileAttachment, - Action onWidget, - Action onRedact, - Action onUnsupported, + Action onHighlight, + Action onUnderline, + Action onSquiggly, + Action onStrikeout, + Action onCircle, + Action onSquare, + Action onPolygon, + Action onPolyline, + Action onLine, + Action onLink, + Action onInk, + Action onFreeText, + Action onCaret, + Action onText, + Action onStamp, + Action onFileAttachment, + Action onWidget, + Action onRedact, + Action onUnsupported, Action onUnknown_ ) { @@ -682,15 +682,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsHighlight( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlight? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlight? value ) { if (Subtype == "highlight") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlight)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlight)Value!; return true; } value = null; @@ -698,15 +698,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlight? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnderline( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderline? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderline? value ) { if (Subtype == "underline") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderline)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderline)Value!; return true; } value = null; @@ -714,15 +714,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderline? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsSquiggly( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquiggly? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquiggly? value ) { if (Subtype == "squiggly") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquiggly)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquiggly)Value!; return true; } value = null; @@ -730,15 +730,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquiggly? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsStrikeout( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeout? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeout? value ) { if (Subtype == "strikeout") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeout)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeout)Value!; return true; } value = null; @@ -746,15 +746,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeout? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsCircle( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircle? value - ) + public bool TryAsCircle(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircle? value) { if (Subtype == "circle") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircle)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircle)Value!; return true; } value = null; @@ -762,15 +760,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircle? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsSquare( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquare? value - ) + public bool TryAsSquare(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquare? value) { if (Subtype == "square") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquare)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquare)Value!; return true; } value = null; @@ -778,15 +774,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquare? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsPolygon( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygon? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygon? value ) { if (Subtype == "polygon") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygon)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygon)Value!; return true; } value = null; @@ -794,15 +790,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygon? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsPolyline( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolyline? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolyline? value ) { if (Subtype == "polyline") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolyline)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolyline)Value!; return true; } value = null; @@ -810,13 +806,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolyline? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsLine(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLine? value) + public bool TryAsLine(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLine? value) { if (Subtype == "line") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLine)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLine)Value!; return true; } value = null; @@ -824,13 +820,13 @@ public bool TryAsLine(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsIt } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsLink(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLink? value) + public bool TryAsLink(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLink? value) { if (Subtype == "link") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLink)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLink)Value!; return true; } value = null; @@ -838,13 +834,13 @@ public bool TryAsLink(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsIt } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsInk(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInk? value) + public bool TryAsInk(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInk? value) { if (Subtype == "ink") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInk)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInk)Value!; return true; } value = null; @@ -852,15 +848,15 @@ public bool TryAsInk(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsIte } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsFreeText( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeText? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeText? value ) { if (Subtype == "free-text") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeText)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeText)Value!; return true; } value = null; @@ -868,13 +864,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeText? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsCaret(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaret? value) + public bool TryAsCaret(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaret? value) { if (Subtype == "caret") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaret)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaret)Value!; return true; } value = null; @@ -882,13 +878,13 @@ public bool TryAsCaret(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsI } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsText(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemText? value) + public bool TryAsText(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemText? value) { if (Subtype == "text") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemText)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemText)Value!; return true; } value = null; @@ -896,13 +892,13 @@ public bool TryAsText(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsIt } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsStamp(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStamp? value) + public bool TryAsStamp(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStamp? value) { if (Subtype == "stamp") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStamp)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStamp)Value!; return true; } value = null; @@ -910,15 +906,15 @@ public bool TryAsStamp(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsI } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsFileAttachment( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachment? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachment? value ) { if (Subtype == "file-attachment") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachment)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachment)Value!; return true; } value = null; @@ -926,15 +922,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachment? valu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsWidget( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidget? value - ) + public bool TryAsWidget(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidget? value) { if (Subtype == "widget") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidget)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidget)Value!; return true; } value = null; @@ -942,15 +936,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidget? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsRedact( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedact? value - ) + public bool TryAsRedact(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedact? value) { if (Subtype == "redact") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedact)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedact)Value!; return true; } value = null; @@ -958,15 +950,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedact? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupported? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupported? value ) { if (Subtype == "unsupported") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupported)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupported)Value!; return true; } value = null; @@ -1094,137 +1086,137 @@ JsonSerializerOptions options var value = discriminator switch { "highlight" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlight" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlight" ), "underline" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderline" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderline" ), "squiggly" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquiggly" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquiggly" ), "strikeout" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeout" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeout" ), "circle" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircle" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircle" ), "square" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquare" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquare" ), "polygon" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygon" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygon" ), "polyline" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolyline" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolyline" ), "line" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLine" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLine" ), "link" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLink" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLink" ), "ink" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInk" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInk" ), "free-text" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeText" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeText" ), "caret" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaret" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaret" ), "text" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemText" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemText" ), "stamp" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStamp" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStamp" ), "file-attachment" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachment" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachment" ), "widget" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidget" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidget" ), "redact" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedact" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedact" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupported" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupported" ), _ => json.Deserialize(options), }; @@ -1293,17 +1285,17 @@ JsonSerializerOptions options [Serializable] public struct Highlight { - public Highlight(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlight value) + public Highlight(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlight value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlight Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlight Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Highlight( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlight value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlight value ) => new(value); } @@ -1313,17 +1305,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlight value [Serializable] public struct Underline { - public Underline(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderline value) + public Underline(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderline value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderline Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderline Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Underline( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderline value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderline value ) => new(value); } @@ -1333,17 +1325,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderline value [Serializable] public struct Squiggly { - public Squiggly(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquiggly value) + public Squiggly(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquiggly value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquiggly Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquiggly Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Squiggly( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquiggly value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquiggly value ) => new(value); } @@ -1353,17 +1345,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquiggly value [Serializable] public struct Strikeout { - public Strikeout(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeout value) + public Strikeout(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeout value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeout Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeout Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Strikeout( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeout value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeout value ) => new(value); } @@ -1373,17 +1365,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeout value [Serializable] public struct Circle { - public Circle(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircle value) + public Circle(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircle value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircle Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircle Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Circle( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircle value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircle value ) => new(value); } @@ -1393,17 +1385,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircle value [Serializable] public struct Square { - public Square(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquare value) + public Square(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquare value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquare Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquare Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Square( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquare value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquare value ) => new(value); } @@ -1413,17 +1405,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquare value [Serializable] public struct Polygon { - public Polygon(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygon value) + public Polygon(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygon value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygon Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygon Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Polygon( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygon value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygon value ) => new(value); } @@ -1433,17 +1425,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygon value [Serializable] public struct Polyline { - public Polyline(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolyline value) + public Polyline(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolyline value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolyline Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolyline Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Polyline( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolyline value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolyline value ) => new(value); } @@ -1453,17 +1445,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolyline value [Serializable] public struct Line { - public Line(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLine value) + public Line(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLine value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLine Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLine Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Line( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLine value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLine value ) => new(value); } @@ -1473,17 +1465,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLine value [Serializable] public struct Link { - public Link(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLink value) + public Link(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLink value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLink Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLink Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Link( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLink value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLink value ) => new(value); } @@ -1493,17 +1485,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLink value [Serializable] public struct Ink { - public Ink(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInk value) + public Ink(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInk value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInk Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInk Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Ink( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInk value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInk value ) => new(value); } @@ -1513,17 +1505,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInk value [Serializable] public struct FreeText { - public FreeText(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeText value) + public FreeText(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeText value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeText Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeText Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.FreeText( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeText value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeText value ) => new(value); } @@ -1533,17 +1525,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeText value [Serializable] public struct Caret { - public Caret(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaret value) + public Caret(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaret value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaret Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaret Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Caret( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaret value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaret value ) => new(value); } @@ -1553,17 +1545,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaret value [Serializable] public struct Text { - public Text(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemText value) + public Text(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemText value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemText Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemText Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Text( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemText value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemText value ) => new(value); } @@ -1573,17 +1565,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemText value [Serializable] public struct Stamp { - public Stamp(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStamp value) + public Stamp(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStamp value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStamp Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStamp Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Stamp( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStamp value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStamp value ) => new(value); } @@ -1594,18 +1586,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStamp value public struct FileAttachment { public FileAttachment( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachment value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachment value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachment Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachment Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.FileAttachment( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachment value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachment value ) => new(value); } @@ -1615,17 +1607,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachment value [Serializable] public struct Widget { - public Widget(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidget value) + public Widget(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidget value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidget Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidget Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Widget( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidget value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidget value ) => new(value); } @@ -1635,17 +1627,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidget value [Serializable] public struct Redact { - public Redact(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedact value) + public Redact(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedact value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedact Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedact Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Redact( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedact value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedact value ) => new(value); } @@ -1655,19 +1647,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedact value [Serializable] public struct Unsupported { - public Unsupported( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupported value - ) + public Unsupported(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupported value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupported Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItem.Unsupported( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupported value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaret.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaret.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaret.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaret.cs index 1015b87..4edfd37 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaret.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaret.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaret : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActions.cs index 257c7bf..8b88d44 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate.cs index 7f0110c..50c885c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot.cs index 135c64a..6a52459 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType.cs index 561f43f..0b1eb5f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItem.cs index cfe55d9..10e3626 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur.cs index 7ad70d8..58149b0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot.cs index 2560f1d..61ae531 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType.cs index 757b0b8..a6c97ce 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItem.cs index e6f0b6e..abccd3d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter.cs index b006335..372a4a8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot.cs index f59868c..1f89dad 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType.cs index fc575bf..dbf8874 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItem.cs index d1e190f..b590ec6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExit.cs index c322025..eda9ef0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot.cs index 8a365b2..8f09081 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType.cs index 4b3b5d0..550272b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItem.cs index a317113..bacdce1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus.cs index 12ed742..ff18e1a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot.cs index c55583c..39c33b2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType.cs index 5f33fde..27b0946 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItem.cs index b8c3ea9..4b28ed2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDown.cs index d95a9ab..2651a7b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot.cs index 4216618..19fab80 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType.cs index 4ef7502..ede2a34 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItem.cs index c5befd1..ee4c046 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp.cs index 9bcf734..3620595 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUp : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot.cs index 5b8180b..cc29ba7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType.cs index 7e3b359..f52787a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItem.cs index 6d498af..01d678a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageClose.cs index 77df53d..0123c19 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot.cs index dbd126e..a6c7505 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType.cs index 698adf2..cf55522 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItem.cs index 42f9ae4..3bfd6f7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible.cs index 8998953..74501ee 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot.cs index d39ef6b..1e904bc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType.cs index 5013bbb..6e81659 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItem.cs index 8f75fd3..cb138df 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpen.cs index 5a99f4f..23dca93 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpen : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot.cs index 8d391dd..6d83fbc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType.cs index ead1edd..056410b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItem.cs index b5b9195..e2259e3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible.cs index e924f7a..908cf79 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot.cs index 5d8c8b4..7a45319 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType.cs index 54f0065..c9394f3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItem.cs index a380e3c..2e5585c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretBlendMode.cs index 745dcb7..80096e8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretBlendMode.DocAnnotationsList200ResponseAnnotationsItemCaretBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretColor.cs index a8013a5..bcfcc2e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretFlags.cs index be36bfd..6042008 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQuality.cs index c3e4a52..ac58bef 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemCaretIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.cs index 3fd491d..2378b8b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.JsonConverter))] [Serializable] @@ -78,49 +78,46 @@ DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber, T > onObjectNumber, - Func onNm, - Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex, - T - > onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -134,9 +131,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -158,16 +155,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber) Value!; return true; } @@ -176,16 +173,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObject } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm)Value!; return true; } value = null; @@ -193,15 +189,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm? va } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex) Value!; return true; } @@ -268,25 +264,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -346,18 +342,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber value ) => new(value); } @@ -367,17 +363,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumb [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm value ) => new(value); } @@ -387,19 +383,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm value [Serializable] public struct Index { - public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex value - ) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCaretInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex.cs index b573738..95f735e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndexRevision.cs index f69d815..b29a26f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm.cs index 8826cd4..684a093 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber.cs index 2b5f275..98ee483 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIntent.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIntent.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIntent.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIntent.cs index 24764f8..9f91732 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIntent.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretIntent.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretIntent.DocAnnotationsList200ResponseAnnotationsItemCaretIntentSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRect.cs index d62f48f..49f3778 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences.cs index 83f58ea..c3e15e6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRef.cs similarity index 71% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRef.cs index 41d7a9a..5c8d188 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemCaretRef.JsonConverter))] [Serializable] @@ -78,45 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemCaretRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCaretRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCaretRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCaretRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -130,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -154,15 +154,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber) Value!; return true; } @@ -171,15 +171,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm? value - ) + public bool TryAsNm(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm? value) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm)Value!; return true; } value = null; @@ -187,15 +185,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex)Value!; return true; } value = null; @@ -261,25 +259,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex" ), _ => json.Deserialize(options), }; @@ -336,18 +334,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCaretRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber value ) => new(value); } @@ -357,17 +355,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber val [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCaretRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm value ) => new(value); } @@ -377,17 +375,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCaretRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex.cs index c4436d8..e210b3b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndexRevision.cs index d50abae..a79c253 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefNm.cs index 63bae83..0128097 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber.cs index 5aa77d3..c9eda62 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCaretRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretReplyType.cs index 16e4f31..51353db 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCaretReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCaretReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCaretReplyType.DocAnnotationsList200ResponseAnnotationsItemCaretReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircle.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircle.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircle.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircle.cs index 1114aa3..f825702 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircle.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircle.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircle : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActions.cs index e11a7d1..9f19214 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate.cs index 2a0ba60..43495bd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot.cs index 06a620c..35753a6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType.cs index 3257b49..0400e54 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItem.cs index d576f9a..08b1aa8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur.cs index 95ae4f2..a0d044e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot.cs index 72cc96f..e04573e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType.cs index 81a2ad8..138d61a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItem.cs index 74410f5..2b4dde5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter.cs index 0a361d9..e473070 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot.cs index 7bbe0cd..a68efe6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType.cs index fc04388..4ccb5da 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItem.cs index 2a7ed77..ce06f5a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExit.cs index 7aaae41..6ba9f6e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot.cs index c4f9dac..ecc13be 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType.cs index 73cfdce..6d04227 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItem.cs index 9c98723..51cd89c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus.cs index ed3636d..e8ac925 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot.cs index 691db40..72c9575 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType.cs index ee4a1af..8db4044 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItem.cs index 4831c11..acc1aa9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDown.cs index 3d74ad1..167bd5c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot.cs index 0249b12..2b88876 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType.cs index c934ca3..19b2f85 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItem.cs index b243227..9876c41 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp.cs index 9f3f1ac..b0cb61e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUp : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot.cs index 239b1be..308de73 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType.cs index 163c908..405f413 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItem.cs index 3fb5e43..134050a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageClose.cs index 4da5db4..9159097 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot.cs index 7e08930..75110d9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType.cs index f538eaf..3990077 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItem.cs index 20f90cc..d421211 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible.cs index 9d115cc..9a90e76 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot.cs index 54fe3f7..e781972 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType.cs index 4689360..f4afc00 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItem.cs index 21d045e..7ecd724 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpen.cs index 9c17414..e970240 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot.cs index b0580b9..6086659 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType.cs index 6322fa8..effc0db 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItem.cs index 1719eff..d57cf67 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible.cs index 3974b00..ab6d1da 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot.cs index f48b83e..0f55d27 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType.cs index a689d59..7dc05f8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItem.cs index 94d2140..b5adb3f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBlendMode.cs index ea6a86a..c812339 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleBlendMode.DocAnnotationsList200ResponseAnnotationsItemCircleBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyle.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyle.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyle.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyle.cs index a6eeef0..7811369 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyle.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyle.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyle.DocAnnotationsList200ResponseAnnotationsItemCircleBorderStyleSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleColor.cs index 9041136..8d79297 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleFlags.cs index e54df30..44adc1d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQuality.cs index a619321..f520e26 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemCircleIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.cs index a30893b..3dfceb8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.JsonConverter))] [Serializable] @@ -78,49 +78,46 @@ DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber, T > onObjectNumber, - Func onNm, - Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex, - T - > onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -134,9 +131,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -158,16 +155,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber) Value!; return true; } @@ -176,16 +173,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjec } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm)Value!; return true; } value = null; @@ -193,15 +189,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm? v } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex) Value!; return true; } @@ -268,25 +264,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -346,18 +342,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber value ) => new(value); } @@ -367,17 +363,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNum [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm value ) => new(value); } @@ -388,18 +384,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm value public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCircleInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex.cs index 81e5300..2d9566a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndexRevision.cs index a96ae70..74b6dc9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm.cs index f00a1de..66ce776 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber.cs index aaaf63b..9f79983 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor.cs index c116878..7897a7c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRect.cs index 068d1a0..fa9f383 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRectDifferences.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRectDifferences.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRectDifferences.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRectDifferences.cs index cec87da..cc814b2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRectDifferences.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRectDifferences.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleRectDifferences diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRef.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRef.cs index 4f22659..aadbfc4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemCircleRef.JsonConverter))] [Serializable] @@ -78,45 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemCircleRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCircleRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCircleRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemCircleRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -130,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -154,15 +154,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber) Value!; return true; } @@ -171,15 +171,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumbe } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm? value - ) + public bool TryAsNm(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm? value) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm)Value!; return true; } value = null; @@ -187,15 +185,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex)Value!; return true; } value = null; @@ -261,25 +259,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex" ), _ => json.Deserialize(options), }; @@ -336,18 +334,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCircleRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber value ) => new(value); } @@ -357,17 +355,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber va [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCircleRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm value ) => new(value); } @@ -377,17 +375,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemCircleRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex.cs index 5d80b08..901c931 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndexRevision.cs index 1e7f8c9..117ffab 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefNm.cs index 0b1b1da..78da4ea 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber.cs index fc207e4..3f18045 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleReplyType.cs index e2be01c..de46820 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemCircleReplyType.DocAnnotationsList200ResponseAnnotationsItemCircleReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleUnrotatedRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleUnrotatedRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleUnrotatedRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleUnrotatedRect.cs index 34a543e..4d7e149 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemCircleUnrotatedRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemCircleUnrotatedRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemCircleUnrotatedRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachment.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachment.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachment.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachment.cs index d84ae17..346f580 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachment.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachment.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachment : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions.cs index 245bbc2..71acb90 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActions diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate.cs index 9f2bb5d..e0311c9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot.cs index ecee385..41debdc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType.cs index bffe1cf..a02a938 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItem.cs index 613d633..eaaefaf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur.cs index 5b137c8..de2ef2a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlur diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot.cs index a83f154..9b302aa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType.cs index ee213ae..2bf38fa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItem.cs index e6146c0..5c99715 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter.cs index d03ae67..96f5c31 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot.cs index ee32d02..34a8a1a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType.cs index fa5d076..83f7914 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem.cs index ee0b931..c797f05 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExit.cs index 6d07915..a1af0ab 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot.cs index 6ce4ba0..e050515 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType.cs index 7df041b..2d59579 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItem.cs index 8a428d9..dd32e5c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus.cs index f5f2b64..681e2b0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocus diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot.cs index c16ee5e..b9ec919 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType.cs index c90f3e2..f8f3f3b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItem.cs index b7122b9..26139d1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDown.cs index 6f3ee81..230d698 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot.cs index 5513696..8e84acd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType.cs index 09b535e..3dd438b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItem.cs index 6aff8c1..8943a1f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp.cs index eba6a57..dec7884 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUp diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot.cs index 39a0107..b35cd9c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType.cs index 54ca836..57fb6ef 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItem.cs index 6293599..77d1413 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageClose.cs index 92a3094..63e980b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot.cs index 04f75dc..862de66 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType.cs index d693928..307fdf0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItem.cs index 4f48de4..8a65ae4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible.cs index fe91359..f087332 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot.cs index 81fff7f..799df88 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType.cs index 1abede2..a62ecd2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem.cs index acb4f1c..9389ebd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpen.cs index d898b65..39bbccc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot.cs index 8534dda..01a506b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType.cs index 7938e46..cae92be 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItem.cs index 553dfb9..aab51de 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible.cs index 562f764..2e32ce7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot.cs index 36a4334..410ffb6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType.cs index 7b6c0d1..252b026 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem.cs index 1ca6c97..d0f3bb0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendMode.cs index 718c53b..b750f2f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendMode.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor.cs index 375d0d6..b45032c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFile.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFile.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFile.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFile.cs index a15c2d2..8df9628 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFile.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFile.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFile : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFlags.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFlags.cs index 570c78c..74b73c7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIcon.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIcon.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIcon.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIcon.cs index 568049a..3ec2104 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIcon.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIcon.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIcon.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIconSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQuality.cs index 6772267..cff9753 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.cs index aaa8a8d..2127a1e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.JsonConverter) @@ -83,36 +83,35 @@ DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.Kind is not 'index'" @@ -120,15 +119,15 @@ public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInR public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber, T > onObjectNumber, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm, T > onNm, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex, T > onIndex, Func onUnknown_ @@ -144,9 +143,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -168,16 +167,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber) Value!; return true; } @@ -186,17 +185,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInRepl } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm? value ) { if (Kind == "nm") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm) + Value!; return true; } value = null; @@ -204,16 +202,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInRepl } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex? value ) { if (Kind == "index") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex) Value!; return true; } @@ -280,25 +278,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -358,18 +356,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber value ) => new(value); } @@ -380,18 +378,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToO public struct Nm { public Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm value ) => new(value); } @@ -402,18 +400,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToN public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex.cs index c13a73c..3688caa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndex diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndexRevision.cs index ce3216f..b5e5a65 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm.cs index 9452f88..d88e146 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToNm diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber.cs index cf77455..a1ba7a0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRect.cs index 057e826..d763ad0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.cs similarity index 71% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.cs index c66ddc7..e420fc5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.JsonConverter))] [Serializable] @@ -81,47 +81,47 @@ DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber, T > onObjectNumber, - Func onNm, + Func onNm, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex, T > onIndex, Func onUnknown_ @@ -137,9 +137,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -161,16 +161,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber) Value!; return true; } @@ -179,15 +179,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObj } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm) Value!; return true; } @@ -196,15 +196,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex) Value!; return true; } @@ -271,25 +271,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex" ), _ => json.Deserialize(options), }; @@ -349,18 +349,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber value ) => new(value); } @@ -370,17 +370,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectN [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm value ) => new(value); } @@ -391,18 +391,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm valu public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex.cs index 437d673..408f239 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndex diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndexRevision.cs index 630ad0c..a1660bd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm.cs index 5a3612b..b398982 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber.cs index 68fe1c4..3f1090a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFileAttachmentRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyType.cs index dce65a5..e173dcb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyType.DocAnnotationsList200ResponseAnnotationsItemFileAttachmentReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeText.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeText.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeText.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeText.cs index 6df1de3..c38000d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeText.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeText.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeText : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActions.cs index 497ce88..a1d8bbd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate.cs index 35b4531..2d522dd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot.cs index c29fde1..cd40b29 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType.cs index afafe8d..cf8d895 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItem.cs index 76a4412..832ae55 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur.cs index 1efccd6..77c0fbf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot.cs index 9e892aa..f16800f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType.cs index 72c969a..8d9cfc9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItem.cs index d264ea0..4f3a419 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter.cs index eebc7a5..5fdd226 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot.cs index 1fbafb5..db57cc1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType.cs index f2e331d..c4e580e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItem.cs index 0c76a3c..eca2e9b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExit.cs index f8c3015..03c1a71 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot.cs index 3941966..efaf54c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType.cs index 5780065..1426f44 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItem.cs index 4bdbb46..67d5ec9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus.cs index 0cb2017..c98604b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot.cs index e525e77..c426b96 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType.cs index 87baf3d..c1ea200 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItem.cs index 9281e37..68da10a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDown.cs index f622c1b..4886bfa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot.cs index f2735a4..f14e67d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType.cs index 24fc5a4..ed63de7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItem.cs index bdb939c..6c50b3b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp.cs index 70e3626..8011e2f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUp diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot.cs index 2602626..105df28 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType.cs index dc9167e..746c549 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItem.cs index 68ef343..5443aff 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageClose.cs index defe364..7fe066d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot.cs index ffc9fc5..8847e16 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType.cs index 7db25ba..bf286fa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItem.cs index babe9cb..b241ab8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible.cs index 47140eb..88e3342 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot.cs index 46df26f..b1a1493 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType.cs index 1d4e88d..333e9d4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItem.cs index 0adcfad..78ca4f0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpen.cs index 54a11e5..f497ef0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot.cs index ee10c75..fd58f92 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType.cs index eca274e..0646318 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItem.cs index 02252f8..e3de63d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible.cs index cd3ca4a..c283a65 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot.cs index b796367..0b70b1f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType.cs index 5941092..7f4ee63 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItem.cs index 1e32b02..0236d3a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendMode.cs index f67ac19..a7695c0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendMode.DocAnnotationsList200ResponseAnnotationsItemFreeTextBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyle.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyle.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyle.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyle.cs index 1b133a9..0fec8dc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyle.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyle.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyle.DocAnnotationsList200ResponseAnnotationsItemFreeTextBorderStyleSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextColor.cs index 7ea8859..424b239 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFlags.cs index 35b3a21..74dd1e8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor.cs index bbcd397..3458512 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamily.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamily.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamily.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamily.cs index e5f737f..1840718 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamily.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamily.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamily.DocAnnotationsList200ResponseAnnotationsItemFreeTextFontFamilySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQuality.cs index a1e834d..4303bab 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemFreeTextIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.cs similarity index 71% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.cs index e5be339..61c41c3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.JsonConverter))] [Serializable] @@ -81,47 +81,47 @@ DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber, T > onObjectNumber, - Func onNm, + Func onNm, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex, T > onIndex, Func onUnknown_ @@ -137,9 +137,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -161,16 +161,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber) Value!; return true; } @@ -179,15 +179,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObj } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm) Value!; return true; } @@ -196,15 +196,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex) Value!; return true; } @@ -271,25 +271,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -349,18 +349,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber value ) => new(value); } @@ -370,17 +370,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectN [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm value ) => new(value); } @@ -391,18 +391,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm valu public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex.cs index 4d6f058..3000d44 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndex diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndexRevision.cs index 0e5c25e..ed38407 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm.cs index d1268d1..89c3c02 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber.cs index 0bcc187..2ff11bd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent.cs index 1ef6d61..f0bd75a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextIntent.DocAnnotationsList200ResponseAnnotationsItemFreeTextIntentSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor.cs index b900acc..4081200 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEnding.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEnding.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEnding.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEnding.cs index d75508b..969885c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEnding.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEnding.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEnding.DocAnnotationsList200ResponseAnnotationsItemFreeTextLineEndingSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRect.cs index 5fb1ded..faae81f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRectDifferences.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRectDifferences.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRectDifferences.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRectDifferences.cs index e7e1422..fe40c58 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRectDifferences.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRectDifferences.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextRectDifferences diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.cs index 945632e..fea9aaa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.JsonConverter))] [Serializable] @@ -78,46 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -131,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -155,17 +154,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber) + Value!; return true; } value = null; @@ -173,15 +171,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNum } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm)Value!; return true; } value = null; @@ -189,16 +187,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex)Value!; return true; } value = null; @@ -264,25 +261,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex" ), _ => json.Deserialize(options), }; @@ -342,18 +339,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber value ) => new(value); } @@ -363,17 +360,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm value ) => new(value); } @@ -383,17 +380,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemFreeTextRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex.cs index 8f4ab78..638510c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndexRevision.cs index a4403d9..044a1e4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm.cs index a2f620b..7f737a2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber.cs index 018f75d..b301366 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyType.cs index 67c5586..a10a424 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyType.DocAnnotationsList200ResponseAnnotationsItemFreeTextReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlign.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlign.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlign.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlign.cs index 1c90cc8..1776974 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlign.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlign.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlign.DocAnnotationsList200ResponseAnnotationsItemFreeTextTextAlignSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextUnrotatedRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextUnrotatedRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextUnrotatedRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextUnrotatedRect.cs index 151fa13..c931be2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextUnrotatedRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextUnrotatedRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemFreeTextUnrotatedRect diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlight.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlight.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlight.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlight.cs index 6eca897..3753cf8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlight.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlight.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlight : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActions.cs index 8a0fedf..5446481 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate.cs index 2fbad58..f713dbb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot.cs index 44a2ce6..e2d7996 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType.cs index 2e8ff8b..e6e9a97 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItem.cs index c373051..be37ba4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur.cs index 6a0ccf2..4819be2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot.cs index d3b0881..2d903e5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType.cs index 5775ccd..f38a253 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItem.cs index b131c4c..dab55f4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter.cs index c848c6f..fa54d64 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot.cs index f98e47d..ad28245 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType.cs index d678cae..da50111 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItem.cs index 11c099a..a250fa1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExit.cs index 0e638a9..0d386fa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot.cs index c488642..541493c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType.cs index 0ac08bb..1fddc48 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItem.cs index 009425a..527bdc6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus.cs index 09446f7..c77965c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocus diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot.cs index aff6951..6fc78ab 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType.cs index e74abbd..6178098 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItem.cs index 82f7e49..0bc5602 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDown.cs index 401bd8e..e2739e5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot.cs index 31be3c6..c81dbd2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType.cs index 8ef00d1..c3dc5f9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItem.cs index c5bfd81..e05b970 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp.cs index 3980aa2..318c018 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUp diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot.cs index 84cde48..cfa7f94 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType.cs index c7272bd..ea9da70 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItem.cs index e3eba4c..33a2f79 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageClose.cs index 55e75b2..cfdd902 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot.cs index 0fb9c1a..3c079cb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType.cs index afc2a00..f3abde5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItem.cs index d884c29..9a398b8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible.cs index fb8609a..6174fd6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot.cs index fbdd875..ff722e4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType.cs index b87873a..450a6e4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItem.cs index 80cb62e..54aafce 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpen.cs index a7865be..4e89f6d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot.cs index 237e776..64befaf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType.cs index 9bbfe17..c49eabb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItem.cs index 7bd4414..c72a848 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible.cs index 118a92e..800b3f6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot.cs index 2d2fe36..dd24e36 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType.cs index bea3e29..1352459 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItem.cs index 02018b2..4e72d3f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightBlendMode.cs index 754da8a..7cd476e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightBlendMode.DocAnnotationsList200ResponseAnnotationsItemHighlightBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightColor.cs index 605f65c..a6f2955 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightFlags.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightFlags.cs index edaafec..b4a82f8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQuality.cs index 48d3fc1..c612f9b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemHighlightIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.cs index 2da3fe4..1d415d3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.JsonConverter) @@ -83,48 +83,47 @@ DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber, T > onObjectNumber, - Func onNm, + Func onNm, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex, T > onIndex, Func onUnknown_ @@ -140,9 +139,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -164,16 +163,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber) Value!; return true; } @@ -182,15 +181,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToOb } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm) Value!; return true; } @@ -199,17 +198,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex? value ) { if (Kind == "index") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex) + Value!; return true; } value = null; @@ -275,25 +273,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -353,18 +351,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber value ) => new(value); } @@ -374,19 +372,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObject [Serializable] public struct Nm { - public Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm value - ) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm value ) => new(value); } @@ -397,18 +393,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm val public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex.cs index 58189e9..e190d14 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndex diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndexRevision.cs index 19b0bb3..c0e6f69 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm.cs index 7d286bb..977413b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber.cs index a1d2f6d..0bb455c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItem.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItem.cs index 3fe3340..cb288e9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItem diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP1.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP1.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP1.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP1.cs index 6f4ed6e..46678db 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP1.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP1.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP1 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP2.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP2.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP2.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP2.cs index d9a7a6b..3918d34 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP2.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP2.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP2 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP3.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP3.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP3.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP3.cs index 47b0469..a976b31 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP3.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP3.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP3 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP4.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP4.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP4.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP4.cs index 7b3af63..da86b12 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP4.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP4.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightQuadPointsItemP4 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRect.cs index 2a02231..178db47 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRef.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRef.cs index f3683d5..1232fdd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightRef.JsonConverter))] [Serializable] @@ -78,46 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemHighlightRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemHighlightRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemHighlightRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemHighlightRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -131,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -155,17 +154,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber) + Value!; return true; } value = null; @@ -173,15 +171,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm)Value!; return true; } value = null; @@ -189,16 +187,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm? valu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex)Value!; return true; } value = null; @@ -264,25 +261,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex" ), _ => json.Deserialize(options), }; @@ -342,18 +339,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemHighlightRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber value ) => new(value); } @@ -363,17 +360,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemHighlightRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm value ) => new(value); } @@ -383,19 +380,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm value [Serializable] public struct Index { - public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex value - ) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemHighlightRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex.cs index 4e6b8c6..67fbb66 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndexRevision.cs index 3ace356..bdf06d5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm.cs index fde8489..fa775c8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber.cs index f431c9d..ebd68a0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemHighlightRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightReplyType.cs index 6ef1bd5..2d2c6f8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemHighlightReplyType.DocAnnotationsList200ResponseAnnotationsItemHighlightReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInk.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInk.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInk.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInk.cs index e99a926..783efe8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInk.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInk.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInk : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActions.cs index 40d0460..47ee794 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate.cs index f0077e7..d7eaccb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot.cs index 33cb658..48bcab1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType.cs index 6f15941..9ef30fc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItem.cs index 0f9dd00..d642518 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur.cs index cc1b59d..a58d020 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot.cs index 93cdd49..cf25ace 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType.cs index 54238c9..5b53c56 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItem.cs index 257636b..41adac5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter.cs index 578ca25..07d8eb1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot.cs index 3121a5d..f71eb9f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType.cs index 94fdd17..8005673 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItem.cs index 9f9f0db..616820a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExit.cs index 3b17f28..b3d2990 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExit : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot.cs index ce4f3e3..4c29a21 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType.cs index cf05b4e..412eba9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItem.cs index 0af47af..48b312c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus.cs index 943899d..280eef4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot.cs index d803007..7411a5c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType.cs index da2ebbd..aa8e527 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItem.cs index a3e908e..e4a6107 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDown.cs index 575534b..6ac2737 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDown : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot.cs index e0f1f95..7ac9328 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType.cs index 8dc7d67..ce75f86 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItem.cs index b308f94..0db7aa4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp.cs index 62b89c7..b2ec137 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUp : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot.cs index 7f0c0b7..48af4a1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType.cs index 4be3f77..7d43f1d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItem.cs index a8d7bab..2599378 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageClose.cs index 2157173..af7116a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsPageClose : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot.cs index fe31cb5..a8dac8a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType.cs index dd94fad..4b896de 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItem.cs index 5756b3a..ba04ef5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible.cs index 48e67e5..e07024c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot.cs index a2a8d2f..bd97855 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType.cs index 398d5f8..c71a563 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItem.cs index 1502001..049dedb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpen.cs index c6141b3..c1d6d9d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpen : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot.cs index d8ac574..2521d90 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType.cs index a671081..d5f5503 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItem.cs index d026546..2d1fd3a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible.cs index 29f3574..85aa33b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot.cs index 41c2ac1..963468d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType.cs index bc8c722..1a83cb9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItem.cs index 415c260..6b63f2d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkBlendMode.cs index 48b71ec..3f390a5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkBlendMode.DocAnnotationsList200ResponseAnnotationsItemInkBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkBorderStyle.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkBorderStyle.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkBorderStyle.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkBorderStyle.cs index dbb9dc3..3451691 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkBorderStyle.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkBorderStyle.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkBorderStyle.DocAnnotationsList200ResponseAnnotationsItemInkBorderStyleSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkColor.cs index 4f243c3..e3ac43f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkFlags.cs index 95f9652..f2036ec 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkIdentityQuality.cs index ce0f334..3435e40 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemInkIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.cs index 309fd9a..1c0563e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.JsonConverter))] [Serializable] @@ -78,46 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -131,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -155,17 +154,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber) + Value!; return true; } value = null; @@ -173,15 +171,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm)Value!; return true; } value = null; @@ -189,16 +187,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm? valu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex)Value!; return true; } value = null; @@ -264,25 +261,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -342,18 +339,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber value ) => new(value); } @@ -363,17 +360,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm value ) => new(value); } @@ -383,19 +380,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm value [Serializable] public struct Index { - public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex value - ) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemInkInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex.cs index e8921fc..f7f8f97 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndexRevision.cs index 84bd6fd..f6a75fb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm.cs index 27bd7a8..6b3362c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber.cs index 46cf694..f34197b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInkListItemItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInkListItemItem.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInkListItemItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInkListItemItem.cs index 9754f91..1964629 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkInkListItemItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkInkListItemItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkInkListItemItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkIntent.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkIntent.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkIntent.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkIntent.cs index 16f6c86..0ea0248 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkIntent.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkIntent.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkIntent.DocAnnotationsList200ResponseAnnotationsItemInkIntentSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRect.cs index 3e4d2aa..13e0841 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRef.cs similarity index 71% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRef.cs index 516fdb6..fa538da 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemInkRef.JsonConverter))] [Serializable] @@ -78,45 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemInkRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemInkRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemInkRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemInkRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -130,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -154,16 +154,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber)Value!; return true; } value = null; @@ -171,13 +170,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNm(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefNm? value) + public bool TryAsNm(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefNm? value) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefNm)Value!; return true; } value = null; @@ -185,15 +184,15 @@ public bool TryAsNm(out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItem } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex)Value!; return true; } value = null; @@ -259,25 +258,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex" ), _ => json.Deserialize(options), }; @@ -331,18 +330,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemInkRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber value ) => new(value); } @@ -352,17 +351,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber value [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemInkRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefNm value ) => new(value); } @@ -372,17 +371,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemInkRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemInkRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndex.cs index 0b47cea..8659b22 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndexRevision.cs index 2b5b878..e08cd95 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkRefIndexRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefNm.cs index 147d651..1537023 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber.cs index c40e536..7f7f4a2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemInkRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkReplyType.cs index c2b9ca6..91799a6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemInkReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemInkReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemInkReplyType.DocAnnotationsList200ResponseAnnotationsItemInkReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLine.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLine.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLine.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLine.cs index 8dd0a6d..905b576 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLine.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLine.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLine : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActions.cs index 99ee99e..2fa58fe 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate.cs index a18d1e4..9c2a2c1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot.cs index 605a0d4..84332e3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType.cs index c06ca09..6224e0e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItem.cs index 9c8163a..7a66e7e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur.cs index 2013510..68a562d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot.cs index f0ca098..6688eae 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType.cs index 486591b..3ed3ac3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItem.cs index 75fc5dc..0a2e76a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter.cs index 587bc47..d4ea5d4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot.cs index c45e69b..9ffbbc8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType.cs index cd095a6..d67cab7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItem.cs index 7bd2d93..cabb3e0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExit.cs index 1efadb5..e74e927 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot.cs index 8fed1cc..6a8a0b2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType.cs index d96d24d..fc4dfe3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItem.cs index b32a2c8..086a723 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus.cs index d7b873f..8338696 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot.cs index 85c4fc3..454e5e7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType.cs index 315b2c7..be8035a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItem.cs index 1a89f81..8f5814a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDown.cs index 6032930..5f4c704 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDown : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot.cs index 73b30b2..a4b10ac 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType.cs index eab1693..72c0f11 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItem.cs index 0d49218..c4f3712 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp.cs index 1d27ff2..bc6ec7d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUp : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot.cs index 186e11f..abba529 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType.cs index f28badd..ce65a90 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItem.cs index 80d475f..1098d4a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageClose.cs index 4e5bf21..19dd5b0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsPageClose : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot.cs index 2e4f993..bb5ff24 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType.cs index 6069e88..eb9adda 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItem.cs index a4a260c..3706d48 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible.cs index 6b94265..efbd47b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot.cs index d40cb48..4de9404 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType.cs index 91be3e5..6a21ff4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItem.cs index b3cfc56..4a62d82 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpen.cs index 9c9a378..788797d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpen : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot.cs index 7f15d84..4e003c3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType.cs index be0ee2b..8cd6919 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItem.cs index 9acfb73..a72de14 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible.cs index 9543a9c..0e68136 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot.cs index c9998bd..8bdf988 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType.cs index 6d6e9e9..7b100b6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItem.cs index 183f00e..3cdb6ae 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineBlendMode.cs index 18063b3..e062307 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineBlendMode.DocAnnotationsList200ResponseAnnotationsItemLineBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineBorderStyle.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineBorderStyle.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineBorderStyle.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineBorderStyle.cs index 6c7ce31..5599168 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineBorderStyle.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineBorderStyle.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineBorderStyle.DocAnnotationsList200ResponseAnnotationsItemLineBorderStyleSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineColor.cs index 2af86a1..0b13187 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineFlags.cs index 018fd2a..e94cc18 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineIdentityQuality.cs index 377c925..6fcc52e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemLineIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.cs index e0a9d08..38e8c59 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.JsonConverter))] [Serializable] @@ -78,46 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -131,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -155,17 +154,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber) + Value!; return true; } value = null; @@ -173,15 +171,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectN } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm)Value!; return true; } value = null; @@ -189,16 +187,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm? val } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex)Value!; return true; } value = null; @@ -264,25 +261,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -342,18 +339,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber value ) => new(value); } @@ -363,17 +360,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumbe [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm value ) => new(value); } @@ -383,19 +380,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm value [Serializable] public struct Index { - public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex value - ) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLineInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex.cs index 54215c2..916a662 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndexRevision.cs index 1f29824..937964a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm.cs index c9f4926..885f71f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber.cs index df6efe9..18939c2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor.cs index 224e3d1..c2ad5d6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndings.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndings.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndings.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndings.cs index c14dcca..ec41c2c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndings.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndings.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineLineEndings : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEnd.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEnd.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEnd.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEnd.cs index 5963222..f02f3d0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEnd.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEnd.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEnd.DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsEndSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStart.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStart.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStart.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStart.cs index 9c16a4b..0af2603 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStart.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStart.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStart.DocAnnotationsList200ResponseAnnotationsItemLineLineEndingsStartSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePoints.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePoints.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePoints.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePoints.cs index 41e37f8..0c854bd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePoints.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePoints.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineLinePoints : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsEnd.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsEnd.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsEnd.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsEnd.cs index e241589..086bf31 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsEnd.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsEnd.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineLinePointsEnd : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsStart.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsStart.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsStart.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsStart.cs index cb1bbf3..ea3070c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsStart.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineLinePointsStart.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineLinePointsStart : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRect.cs index d0b5a29..e9224d7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRef.cs similarity index 71% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRef.cs index 457b94a..2c8845f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemLineRef.JsonConverter))] [Serializable] @@ -78,45 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemLineRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLineRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLineRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLineRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -130,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -154,15 +154,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber) Value!; return true; } @@ -171,15 +171,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefNm? value - ) + public bool TryAsNm(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefNm? value) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefNm)Value!; return true; } value = null; @@ -187,15 +185,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex)Value!; return true; } value = null; @@ -261,25 +259,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex" ), _ => json.Deserialize(options), }; @@ -336,18 +334,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLineRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber value ) => new(value); } @@ -357,17 +355,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber valu [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLineRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefNm value ) => new(value); } @@ -377,17 +375,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLineRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLineRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndex.cs index f4ea2ff..e0f7ef0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndexRevision.cs index 61de3a2..1da24e5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineRefIndexRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefNm.cs index f02f671..e8a2ebf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber.cs index 40d9ab3..fa9cc8c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLineRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineReplyType.cs index 511f356..d97871d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLineReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLineReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLineReplyType.DocAnnotationsList200ResponseAnnotationsItemLineReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLink.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLink.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLink.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLink.cs index 5c1670f..0c5362a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLink.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLink.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLink : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActions.cs index 30d5d33..2753881 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate.cs index a8782e7..fe563f0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot.cs index c292922..f8591ff 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType.cs index 76cd745..4658cd3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItem.cs index 278b157..74e5202 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur.cs index fac0ec3..59fa2f1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot.cs index 7e5fc25..1e25651 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType.cs index 265b0e3..7aac625 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItem.cs index 41a4378..96a740f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter.cs index fd71e54..9f6c3f5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot.cs index 74c6544..3389bfa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType.cs index 31ad2be..4ce9171 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItem.cs index 32415ab..a6f284a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExit.cs index c37699b..cc7570e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot.cs index a57ace3..1c6bde6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType.cs index 460ddc0..a126ad2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItem.cs index 6e2197a..7bc45c7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus.cs index 08b434f..2fb7111 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot.cs index 16f3f0d..2f4eda5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType.cs index ac29ce0..15a5aaa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItem.cs index 7112e00..e123dea 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDown.cs index 6739f31..dfd37f3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDown : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot.cs index e4bb5da..1f44256 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType.cs index d7a5518..8dcb806 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItem.cs index 2c78336..b49a29f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp.cs index a65ea7b..655fb06 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUp : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot.cs index 7c65210..0b4fde6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType.cs index 55e6d59..7096ab6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItem.cs index ee4d5f6..9af8ba9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageClose.cs index de033f3..93851fb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageClose : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot.cs index e5d7372..d560eff 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType.cs index 778c6ad..f0fed5c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItem.cs index 08dc78b..c81e606 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible.cs index 16957ff..3064cc8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot.cs index b0d2ab5..535e23b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType.cs index 42cb4f8..ba633c2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItem.cs index 9a87340..862c170 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpen.cs index 3fa76a5..016999f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpen : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot.cs index 917872a..62aaf9f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType.cs index 3ce83c4..f7b724e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItem.cs index a09f81d..255a8af 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible.cs index 60b7950..9e72dba 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot.cs index 7ff38f2..7108ce2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType.cs index 011d437..4df8a6c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItem.cs index cc1d736..51e3adc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkBlendMode.cs index e658beb..b597da1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkBlendMode.DocAnnotationsList200ResponseAnnotationsItemLinkBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkFlags.cs index 4888b9b..60f92ab 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQuality.cs index a849269..c1aa7a9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemLinkIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.cs index 6deede2..30e1af3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.JsonConverter))] [Serializable] @@ -78,46 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -131,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -155,17 +154,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber) + Value!; return true; } value = null; @@ -173,15 +171,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectN } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm)Value!; return true; } value = null; @@ -189,16 +187,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm? val } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex)Value!; return true; } value = null; @@ -264,25 +261,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -342,18 +339,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber value ) => new(value); } @@ -363,17 +360,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumbe [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm value ) => new(value); } @@ -383,19 +380,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm value [Serializable] public struct Index { - public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex value - ) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex.cs index 55284b3..96a43b0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndexRevision.cs index abdc9bc..ffcd5e1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm.cs index 6d05c17..8376d6e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber.cs index 8996075..1155ffd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRect.cs index 0a97bac..7657182 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRef.cs similarity index 71% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRef.cs index 0bbe34f..bf61424 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemLinkRef.JsonConverter))] [Serializable] @@ -78,45 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemLinkRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -130,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -154,15 +154,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber) Value!; return true; } @@ -171,15 +171,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm? value - ) + public bool TryAsNm(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm? value) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm)Value!; return true; } value = null; @@ -187,15 +185,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex)Value!; return true; } value = null; @@ -261,25 +259,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex" ), _ => json.Deserialize(options), }; @@ -336,18 +334,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber value ) => new(value); } @@ -357,17 +355,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber valu [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm value ) => new(value); } @@ -377,17 +375,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex.cs index ed4cb6d..fad6f5e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndexRevision.cs index 17fefb4..1e46976 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkRefIndexRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefNm.cs index 471793f..05a87aa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber.cs index 1105dae..6a5562b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkReplyType.cs index ad3747e..4aae320 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkReplyType.DocAnnotationsList200ResponseAnnotationsItemLinkReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTarget.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTarget.cs similarity index 65% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTarget.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTarget.cs index a28b7bd..3fc043f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTarget.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTarget.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemLinkTarget.JsonConverter))] [Serializable] @@ -142,97 +142,97 @@ DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'goto', otherwise throws an exception. + /// Returns the value as a if is 'goto', otherwise throws an exception. /// /// Thrown when is not 'goto'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto AsGoto() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto AsGoto() => IsGoto - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Kind is not 'goto'" ); /// - /// Returns the value as a if is 'uri', otherwise throws an exception. + /// Returns the value as a if is 'uri', otherwise throws an exception. /// /// Thrown when is not 'uri'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri AsUri() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri AsUri() => IsUri - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Kind is not 'uri'" ); /// - /// Returns the value as a if is 'goto-remote', otherwise throws an exception. + /// Returns the value as a if is 'goto-remote', otherwise throws an exception. /// /// Thrown when is not 'goto-remote'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote AsGotoRemote() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote AsGotoRemote() => IsGotoRemote - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Kind is not 'goto-remote'" ); /// - /// Returns the value as a if is 'launch', otherwise throws an exception. + /// Returns the value as a if is 'launch', otherwise throws an exception. /// /// Thrown when is not 'launch'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch AsLaunch() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch AsLaunch() => IsLaunch - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Kind is not 'launch'" ); /// - /// Returns the value as a if is 'javascript', otherwise throws an exception. + /// Returns the value as a if is 'javascript', otherwise throws an exception. /// /// Thrown when is not 'javascript'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript AsJavascript() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript AsJavascript() => IsJavascript - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Kind is not 'javascript'" ); /// - /// Returns the value as a if is 'named', otherwise throws an exception. + /// Returns the value as a if is 'named', otherwise throws an exception. /// /// Thrown when is not 'named'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed AsNamed() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed AsNamed() => IsNamed - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Kind is not 'named'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported AsUnsupported() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Kind is not 'unsupported'" ); public T Match( - Func onGoto, - Func onUri, + Func onGoto, + Func onUri, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote, T > onGotoRemote, - Func onLaunch, + Func onLaunch, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript, T > onJavascript, - Func onNamed, + Func onNamed, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported, T > onUnsupported, Func onUnknown_ @@ -252,13 +252,13 @@ public T Match( } public void Visit( - Action onGoto, - Action onUri, - Action onGotoRemote, - Action onLaunch, - Action onJavascript, - Action onNamed, - Action onUnsupported, + Action onGoto, + Action onUri, + Action onGotoRemote, + Action onLaunch, + Action onJavascript, + Action onNamed, + Action onUnsupported, Action onUnknown_ ) { @@ -292,15 +292,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsGoto( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto? value ) { if (Kind == "goto") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto)Value!; return true; } value = null; @@ -308,15 +308,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto? valu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUri( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri? value ) { if (Kind == "uri") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri)Value!; return true; } value = null; @@ -324,15 +324,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsGotoRemote( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote? value ) { if (Kind == "goto-remote") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote) Value!; return true; } @@ -341,16 +341,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsLaunch( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch? value ) { if (Kind == "launch") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch)Value!; return true; } value = null; @@ -358,15 +357,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch? va } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsJavascript( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript? value ) { if (Kind == "javascript") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript) Value!; return true; } @@ -375,15 +374,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNamed( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed? value ) { if (Kind == "named") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed)Value!; return true; } value = null; @@ -391,15 +390,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed? val } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported? value ) { if (Kind == "unsupported") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported) Value!; return true; } @@ -482,53 +481,53 @@ JsonSerializerOptions options var value = discriminator switch { "goto" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto" ), "uri" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri" ), "goto-remote" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote" ), "launch" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch" ), "javascript" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript" ), "named" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported" ), _ => json.Deserialize(options), }; @@ -588,17 +587,17 @@ JsonSerializerOptions options [Serializable] public struct Goto { - public Goto(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto value) + public Goto(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Goto( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto value ) => new(value); } @@ -608,17 +607,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto value [Serializable] public struct Uri { - public Uri(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri value) + public Uri(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Uri( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri value ) => new(value); } @@ -629,18 +628,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri value public struct GotoRemote { public GotoRemote( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTarget.GotoRemote( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote value ) => new(value); } @@ -650,19 +649,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote val [Serializable] public struct Launch { - public Launch( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch value - ) + public Launch(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Launch( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch value ) => new(value); } @@ -673,18 +670,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch value public struct Javascript { public Javascript( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Javascript( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript value ) => new(value); } @@ -694,17 +691,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript val [Serializable] public struct Named { - public Named(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed value) + public Named(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Named( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed value ) => new(value); } @@ -715,18 +712,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed value public struct Unsupported { public Unsupported( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTarget.Unsupported( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto.cs index 69302df..4a4db88 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetGoto : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.cs similarity index 63% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.cs index bd8e5d6..2cfd23b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.JsonConverter) @@ -163,96 +163,96 @@ DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.FitBv valu public bool IsFitBv => Kind == "fitBV"; /// - /// Returns the value as a if is 'xyz', otherwise throws an exception. + /// Returns the value as a if is 'xyz', otherwise throws an exception. /// /// Thrown when is not 'xyz'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz AsXyz() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz AsXyz() => IsXyz - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.Kind is not 'xyz'" ); /// - /// Returns the value as a if is 'fit', otherwise throws an exception. + /// Returns the value as a if is 'fit', otherwise throws an exception. /// /// Thrown when is not 'fit'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit AsFit() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit AsFit() => IsFit - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.Kind is not 'fit'" ); /// - /// Returns the value as a if is 'fitH', otherwise throws an exception. + /// Returns the value as a if is 'fitH', otherwise throws an exception. /// /// Thrown when is not 'fitH'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH AsFitH() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH AsFitH() => IsFitH - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.Kind is not 'fitH'" ); /// - /// Returns the value as a if is 'fitV', otherwise throws an exception. + /// Returns the value as a if is 'fitV', otherwise throws an exception. /// /// Thrown when is not 'fitV'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV AsFitV() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV AsFitV() => IsFitV - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.Kind is not 'fitV'" ); /// - /// Returns the value as a if is 'fitR', otherwise throws an exception. + /// Returns the value as a if is 'fitR', otherwise throws an exception. /// /// Thrown when is not 'fitR'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR AsFitR() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR AsFitR() => IsFitR - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.Kind is not 'fitR'" ); /// - /// Returns the value as a if is 'fitB', otherwise throws an exception. + /// Returns the value as a if is 'fitB', otherwise throws an exception. /// /// Thrown when is not 'fitB'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB AsFitB() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB AsFitB() => IsFitB - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.Kind is not 'fitB'" ); /// - /// Returns the value as a if is 'fitBH', otherwise throws an exception. + /// Returns the value as a if is 'fitBH', otherwise throws an exception. /// /// Thrown when is not 'fitBH'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh AsFitBh() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh AsFitBh() => IsFitBh - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.Kind is not 'fitBH'" ); /// - /// Returns the value as a if is 'fitBV', otherwise throws an exception. + /// Returns the value as a if is 'fitBV', otherwise throws an exception. /// /// Thrown when is not 'fitBV'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv AsFitBv() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv AsFitBv() => IsFitBv - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.Kind is not 'fitBV'" @@ -260,35 +260,35 @@ public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDes public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz, T > onXyz, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit, T > onFit, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH, T > onFitH, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV, T > onFitV, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR, T > onFitR, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB, T > onFitB, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh, T > onFitBh, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv, T > onFitBv, Func onUnknown_ @@ -309,14 +309,14 @@ public T Match( } public void Visit( - Action onXyz, - Action onFit, - Action onFitH, - Action onFitV, - Action onFitR, - Action onFitB, - Action onFitBh, - Action onFitBv, + Action onXyz, + Action onFit, + Action onFitH, + Action onFitV, + Action onFitR, + Action onFitB, + Action onFitBh, + Action onFitBv, Action onUnknown_ ) { @@ -353,16 +353,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsXyz( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz? value ) { if (Kind == "xyz") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz) Value!; return true; } @@ -371,16 +371,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestin } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsFit( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit? value ) { if (Kind == "fit") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit) Value!; return true; } @@ -389,16 +389,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestin } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsFitH( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH? value ) { if (Kind == "fitH") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH) Value!; return true; } @@ -407,16 +407,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestin } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsFitV( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV? value ) { if (Kind == "fitV") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV) Value!; return true; } @@ -425,16 +425,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestin } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsFitR( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR? value ) { if (Kind == "fitR") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR) Value!; return true; } @@ -443,16 +443,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestin } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsFitB( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB? value ) { if (Kind == "fitB") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB) Value!; return true; } @@ -461,16 +461,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestin } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsFitBh( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh? value ) { if (Kind == "fitBH") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh) Value!; return true; } @@ -479,16 +479,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestin } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsFitBv( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv? value ) { if (Kind == "fitBV") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv) Value!; return true; } @@ -575,60 +575,60 @@ JsonSerializerOptions options var value = discriminator switch { "xyz" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz" ), "fit" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit" ), "fitH" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH" ), "fitV" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV" ), "fitR" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR" ), "fitB" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB" ), "fitBH" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh" ), "fitBV" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv" ), _ => json.Deserialize(options), }; @@ -693,18 +693,18 @@ JsonSerializerOptions options public struct Xyz { public Xyz( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.Xyz( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz value ) => new(value); } @@ -715,18 +715,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinatio public struct Fit { public Fit( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.Fit( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit value ) => new(value); } @@ -737,18 +737,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinatio public struct FitH { public FitH( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.FitH( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH value ) => new(value); } @@ -759,18 +759,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinatio public struct FitV { public FitV( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.FitV( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV value ) => new(value); } @@ -781,18 +781,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinatio public struct FitR { public FitR( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.FitR( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR value ) => new(value); } @@ -803,18 +803,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinatio public struct FitB { public FitB( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.FitB( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB value ) => new(value); } @@ -825,18 +825,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinatio public struct FitBh { public FitBh( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.FitBh( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh value ) => new(value); } @@ -847,18 +847,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinatio public struct FitBv { public FitBv( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination.FitBv( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit.cs index d5276ab..3c82ede 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB.cs index eee0646..cea0287 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh.cs index 1be1232..d97f7d6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv.cs index 94b6a4a..097398d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH.cs index 0097b8a..d17da98 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR.cs index 27c3f38..3c1d212 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV.cs index e021626..a5fb2e8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz.cs index cd5485b..13c95b7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote.cs index 39bb73f..69603dc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoRemote : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript.cs similarity index 93% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript.cs index 6fa5a83..1a9d96a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetJavascript : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch.cs index 0a6dd49..c8b5873 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetLaunch : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed.cs index 64497b2..8544f20 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetNamed : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported.cs index 9372db1..06e3a85 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetUnsupported diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri.cs index f4b9a80..e8b18b4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemLinkTargetUri : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygon.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygon.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygon.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygon.cs index b373d7e..42adcd8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygon.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygon.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygon : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActions.cs index 189f0b1..7f42db7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate.cs index 16ac6de..81ac422 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot.cs index e4cb81c..d303e6b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType.cs index 15ed991..6947995 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItem.cs index ad5f565..c0bb1fc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur.cs index 3150136..1d893d4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot.cs index 936fd49..693b809 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType.cs index 4f65543..e7707ef 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItem.cs index 73e520d..a5a7b29 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter.cs index 637cd26..c709d34 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot.cs index 5763798..fe598c6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType.cs index fe28222..2de545b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItem.cs index 2a81056..1f7bf99 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExit.cs index 0ef4d29..60c050b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot.cs index 509397e..036519e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType.cs index 86b4d90..650ef19 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItem.cs index 22fc079..5af4e0a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus.cs index f4b1d99..d876b25 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot.cs index 34c2765..5e557f4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType.cs index e7438ba..b6ad989 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItem.cs index b0a3d99..90ab1e3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDown.cs index 44488b9..e1ae440 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot.cs index 7f5057a..ce851d7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType.cs index 91855f8..a4312ff 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItem.cs index 0851c80..73761f7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp.cs index 271c8d4..e9cc980 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUp diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot.cs index 6be7e82..fe7fb70 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType.cs index f222ded..b145d8b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItem.cs index 1cdff22..502e836 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageClose.cs index 93cae98..6c688eb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot.cs index 4cc3b6c..27eadd1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType.cs index fc76c5b..c38d150 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItem.cs index 8063495..baa0a7b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible.cs index 61471fa..1ad8540 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot.cs index 31b1070..7fab7d3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType.cs index 10afcb1..c257d22 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItem.cs index db09509..a797706 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpen.cs index 8596b00..3659672 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot.cs index d305600..5bc7a7f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType.cs index 18ca6cb..fcdc791 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItem.cs index 0dc392f..9dd4234 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible.cs index bc4d70f..5d9ee99 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot.cs index df46615..286325f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType.cs index 9179845..614141d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItem.cs index e674c08..2968b0b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBlendMode.cs index 1d443c2..04addec 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonBlendMode.DocAnnotationsList200ResponseAnnotationsItemPolygonBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyle.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyle.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyle.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyle.cs index fbaad7a..2beeacc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyle.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyle.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyle.DocAnnotationsList200ResponseAnnotationsItemPolygonBorderStyleSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonColor.cs index 433e424..e7607f2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonFlags.cs index cb05f81..e5972c4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQuality.cs index 1175adf..ce67fca 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemPolygonIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.cs index bd11295..78cac48 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.JsonConverter))] [Serializable] @@ -81,49 +81,46 @@ DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber, T > onObjectNumber, - Func onNm, - Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex, - T - > onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -137,9 +134,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -161,16 +158,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber) Value!; return true; } @@ -179,16 +176,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObje } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm)Value!; return true; } value = null; @@ -196,15 +192,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex) Value!; return true; } @@ -271,25 +267,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -349,18 +345,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber value ) => new(value); } @@ -370,17 +366,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNu [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm value ) => new(value); } @@ -391,18 +387,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm value public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex.cs index 5304ad4..e54d5a0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndex diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndexRevision.cs index 071cb9a..6c267f0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm.cs index 81936ab..3f2c8b9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber.cs index 711e6e0..2f2720e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor.cs index d62ec65..7ba0593 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRect.cs index a9e8e34..dde7d19 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRef.cs similarity index 71% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRef.cs index 8149dab..b1e7cb6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonRef.JsonConverter))] [Serializable] @@ -78,45 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemPolygonRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolygonRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolygonRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolygonRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -130,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -154,15 +154,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber) Value!; return true; } @@ -171,15 +171,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumb } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm)Value!; return true; } value = null; @@ -187,15 +187,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex)Value!; return true; } value = null; @@ -261,25 +261,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex" ), _ => json.Deserialize(options), }; @@ -336,18 +336,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolygonRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber value ) => new(value); } @@ -357,17 +357,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber v [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolygonRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm value ) => new(value); } @@ -377,17 +377,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolygonRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex.cs index f697981..b140ab8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndexRevision.cs index 65fe04f..30a53c6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm.cs index 6cab86d..6aaafaa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber.cs index 0341a3f..9f0c538 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonReplyType.cs index fc486b9..8308184 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolygonReplyType.DocAnnotationsList200ResponseAnnotationsItemPolygonReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonVerticesItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonVerticesItem.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonVerticesItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonVerticesItem.cs index d12fd6e..b06a7b1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonVerticesItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonVerticesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolygonVerticesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolyline.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolyline.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolyline.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolyline.cs index 0057f73..b330740 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolyline.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolyline.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolyline : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActions.cs index 1abbd4e..f6918ff 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate.cs index e903793..8eaec63 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot.cs index 63e5495..12f456d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType.cs index aac29e1..d516d90 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItem.cs index 5c600c9..ecb0136 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur.cs index 372cbd8..89a68f7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot.cs index 957cd6c..86b8b06 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType.cs index eb920f7..8750cfd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItem.cs index c827a27..f7452f5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter.cs index c2ff1ad..3fb03f0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot.cs index 29f0695..b8e4bf4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType.cs index 521b14f..a6802df 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItem.cs index 5107f6d..71e5d81 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExit.cs index af3b78c..067cbaa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot.cs index a13696d..2db738c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType.cs index a16b3c8..c7a0412 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItem.cs index eca8789..caeb83c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus.cs index 52620ff..df95ad0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot.cs index 51ebf6d..2c7efeb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType.cs index c1343ef..364cb27 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItem.cs index eb9ab89..b479d1a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDown.cs index ca3c365..7927f49 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot.cs index 1286d24..1f37d40 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType.cs index d2cb2f5..47695e8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItem.cs index bdb79d3..debcd0d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp.cs index 8561558..f9dc9d8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUp diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot.cs index 9c2f650..ce51d11 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType.cs index 7379b1c..9dd33d0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItem.cs index 8b04ae0..e16afe2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageClose.cs index 2f75016..14ee473 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot.cs index 64f1b75..05a82d0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType.cs index 8e34081..86a6a9f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItem.cs index 8b970d4..3b2e89c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible.cs index 52d78ff..3be32dd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot.cs index e8861e0..285a7dc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType.cs index b154648..f6308a3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItem.cs index 0f0288b..d02f7e9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpen.cs index a8426dd..118d788 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot.cs index f2481a8..d3bd9c4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType.cs index b18cbae..0e3b8bb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItem.cs index cf74cfa..a5d195b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible.cs index f6ae6a8..a04f4f9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot.cs index 0ed0ab4..c4cf6fd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType.cs index fa83e39..5aa5697 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItem.cs index 923d046..0ce6e59 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode.cs index 0e2b06b..e985a7e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineBlendMode.DocAnnotationsList200ResponseAnnotationsItemPolylineBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyle.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyle.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyle.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyle.cs index 8512cd9..7e6566e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyle.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyle.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyle.DocAnnotationsList200ResponseAnnotationsItemPolylineBorderStyleSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineColor.cs index b840b56..bc64ed8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineFlags.cs index be02c2b..ba09df8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQuality.cs index 5505c34..fc3f4b2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemPolylineIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.cs similarity index 71% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.cs index 16bc8ad..bc82907 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.JsonConverter))] [Serializable] @@ -81,47 +81,47 @@ DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber, T > onObjectNumber, - Func onNm, + Func onNm, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex, T > onIndex, Func onUnknown_ @@ -137,9 +137,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -161,16 +161,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber) Value!; return true; } @@ -179,15 +179,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObj } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm) Value!; return true; } @@ -196,15 +196,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex) Value!; return true; } @@ -271,25 +271,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -349,18 +349,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber value ) => new(value); } @@ -370,17 +370,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectN [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm value ) => new(value); } @@ -391,18 +391,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm valu public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex.cs index c34d317..f9cef0c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndex diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndexRevision.cs index 703097e..31f9be5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm.cs index 139967c..eb615af 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber.cs index 5134b97..1c58483 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor.cs index 93f0593..ac965b8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndings.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndings.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndings.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndings.cs index 5ad5789..1818b25 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndings.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndings.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndings : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEnd.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEnd.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEnd.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEnd.cs index 2c68f58..e17edc6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEnd.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEnd.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEnd.DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsEndSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStart.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStart.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStart.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStart.cs index 359a9d0..ded01cd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStart.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStart.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStart.DocAnnotationsList200ResponseAnnotationsItemPolylineLineEndingsStartSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRect.cs index 8cb1e9f..f567b63 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRef.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRef.cs index 66d1ab4..b2a37b2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineRef.JsonConverter))] [Serializable] @@ -78,46 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemPolylineRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolylineRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolylineRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemPolylineRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -131,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -155,17 +154,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber) + Value!; return true; } value = null; @@ -173,15 +171,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNum } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm)Value!; return true; } value = null; @@ -189,16 +187,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex)Value!; return true; } value = null; @@ -264,25 +261,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex" ), _ => json.Deserialize(options), }; @@ -342,18 +339,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolylineRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber value ) => new(value); } @@ -363,17 +360,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolylineRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm value ) => new(value); } @@ -383,17 +380,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemPolylineRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex.cs index 653d533..68a0854 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndexRevision.cs index 2a8c7bf..4e87ad2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm.cs index b434fae..1f15113 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber.cs index 6863fd2..98b753a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineReplyType.cs index 97051ff..cda87e5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemPolylineReplyType.DocAnnotationsList200ResponseAnnotationsItemPolylineReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineVerticesItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineVerticesItem.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineVerticesItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineVerticesItem.cs index be3f94c..c90f036 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineVerticesItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineVerticesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemPolylineVerticesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedact.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedact.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedact.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedact.cs index fce8639..1e8122f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedact.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedact.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedact : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActions.cs index 6cfebce..3e0b765 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate.cs index fb77d81..9eb1707 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot.cs index d8968e1..539e17b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType.cs index 6b61251..04f71be 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItem.cs index c211453..e561b21 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur.cs index adb931b..4ac4b1d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot.cs index 0236fc9..12c8653 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType.cs index 35345d7..58a659b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItem.cs index 651831c..6fde8ba 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter.cs index 2ea6c85..c4738e4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot.cs index 0c5d13b..b3016e6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType.cs index 49aaec9..07b97e2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItem.cs index df83044..caab999 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExit.cs index 2eb3f52..157a3c7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot.cs index 8eb585d..6fa413b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType.cs index fa6c9a9..e9b4629 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItem.cs index 9b84918..06650f4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus.cs index 8649341..8faa152 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot.cs index e372051..17de3a3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType.cs index 82632d9..da9ac01 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItem.cs index c2cafb6..6760e82 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDown.cs index 8320235..30a4a43 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot.cs index 6bfa179..e828084 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType.cs index d28799c..c1bc6e6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItem.cs index 61d760b..ffcae4a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp.cs index a764ebc..1a785a2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUp : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot.cs index e3fdac5..a1234e8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType.cs index fb39e91..13ff7d1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItem.cs index 66cfaad..1cf5874 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageClose.cs index 46ef79a..73f48a0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot.cs index 153f70d..e9fced2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType.cs index f8c337f..0574e28 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItem.cs index 6cb9b89..2eb6594 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible.cs index bc42495..1245afb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot.cs index d346af5..ed32152 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType.cs index da5a5f2..75cefe3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItem.cs index fcc74fa..e7b2c43 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpen.cs index 51f670c..6e8b055 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot.cs index 2d7fea7..4a20337 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType.cs index 9529761..4f4a145 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItem.cs index 319eeeb..88133d8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible.cs index 6a3f9ca..7955adc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot.cs index 492a6b3..3a43005 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType.cs index 6bd984f..8e47168 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItem.cs index 8f1af46..8299d08 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactBlendMode.cs index fcecdde..82f1107 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactBlendMode.DocAnnotationsList200ResponseAnnotationsItemRedactBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactColor.cs index 8c278a5..8e9bcc6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFlags.cs index 7f18fb0..8a7228a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontColor.cs index 7671b66..93c3462 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactFontColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontFamily.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontFamily.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontFamily.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontFamily.cs index f62bc47..bb4af93 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontFamily.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactFontFamily.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactFontFamily.DocAnnotationsList200ResponseAnnotationsItemRedactFontFamilySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQuality.cs index 6d2cc52..d019f94 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemRedactIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.cs index d0b5318..9d6116f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.JsonConverter))] [Serializable] @@ -78,49 +78,46 @@ DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber, T > onObjectNumber, - Func onNm, - Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex, - T - > onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -134,9 +131,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -158,16 +155,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber) Value!; return true; } @@ -176,16 +173,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjec } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm)Value!; return true; } value = null; @@ -193,15 +189,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm? v } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex) Value!; return true; } @@ -268,25 +264,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -346,18 +342,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber value ) => new(value); } @@ -367,17 +363,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNum [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm value ) => new(value); } @@ -388,18 +384,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm value public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemRedactInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex.cs index c3c3adc..10fe78f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndexRevision.cs index b99e132..142595a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm.cs index 9e28745..d78a6b2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber.cs index b38b420..d0376ea 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor.cs index 856566e..9d703f9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem.cs index b4f4f27..989dceb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP1.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP1.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP1.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP1.cs index d94c24b..009df25 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP1.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP1.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP1 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP2.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP2.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP2.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP2.cs index f1cc663..a90836e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP2.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP2.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP2 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP3.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP3.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP3.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP3.cs index 22a86a5..93779a0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP3.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP3.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP3 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP4.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP4.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP4.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP4.cs index 1ac2d6f..dbfbc40 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP4.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP4.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactQuadPointsItemP4 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRect.cs index c580555..0f55a42 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRef.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRef.cs index 4287a9d..63acd6c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemRedactRef.JsonConverter))] [Serializable] @@ -78,45 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemRedactRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemRedactRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemRedactRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemRedactRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -130,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -154,15 +154,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber) Value!; return true; } @@ -171,15 +171,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumbe } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm? value - ) + public bool TryAsNm(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm? value) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm)Value!; return true; } value = null; @@ -187,15 +185,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex)Value!; return true; } value = null; @@ -261,25 +259,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex" ), _ => json.Deserialize(options), }; @@ -336,18 +334,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemRedactRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber value ) => new(value); } @@ -357,17 +355,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber va [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemRedactRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm value ) => new(value); } @@ -377,17 +375,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemRedactRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex.cs index b7b02ee..b780f15 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndexRevision.cs index c947897..ed678eb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefNm.cs index 23657e4..c9d001c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber.cs index 2e45a2c..1ea4c60 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemRedactRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactReplyType.cs index ce55ea2..f1c4b79 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactReplyType.DocAnnotationsList200ResponseAnnotationsItemRedactReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactTextAlign.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactTextAlign.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactTextAlign.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactTextAlign.cs index f037c5a..c44cef7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemRedactTextAlign.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemRedactTextAlign.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemRedactTextAlign.DocAnnotationsList200ResponseAnnotationsItemRedactTextAlignSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquare.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquare.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquare.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquare.cs index 3e30e66..9af9f92 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquare.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquare.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquare : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActions.cs index 4682389..c152e46 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate.cs index 470ac00..d71ec84 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot.cs index 9971d7f..cf19c7f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType.cs index 088dbe6..babc71b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItem.cs index cd0d520..2776d74 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur.cs index 40cb3fd..fdb6f34 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot.cs index cc0c59b..1aecff2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType.cs index 19e6b48..9e21b6a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItem.cs index ba52761..1905390 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter.cs index cddc452..52ef897 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot.cs index 6425ac7..718c3a4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType.cs index 9a22144..1a8653d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItem.cs index efb7ee3..a496191 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExit.cs index 2e0616b..1449662 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot.cs index c6a4342..e7d8c12 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType.cs index 6c004a5..d80e504 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItem.cs index 68e5159..9d48140 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus.cs index ff5f090..63c4eea 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot.cs index 054e4c0..fbc8a0a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType.cs index eb48de6..f6a0f38 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItem.cs index bbf10b3..10b904b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDown.cs index d8ddf92..98875fb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot.cs index ff69c0f..9bcd07a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType.cs index 1a2f5aa..689497d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItem.cs index 3c63d26..8517735 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp.cs index 1c13d50..01f696a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUp : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot.cs index e297d7b..723a76b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType.cs index fdb4fb1..b2b067e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItem.cs index 02d6bee..6fec11f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageClose.cs index b5e284a..59a5bc7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot.cs index dc69f7e..36174ac 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType.cs index 355b871..7d5c2ba 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItem.cs index f0d79a6..f8beaae 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible.cs index 44ac2fb..3204f82 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot.cs index 6cb0533..2334b6a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType.cs index aa6873c..dd29bbe 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItem.cs index f813f5c..0a102db 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpen.cs index 26c0929..f25222f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot.cs index a2b1346..191ae90 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType.cs index a29b0a5..d2d7469 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItem.cs index baf9f5b..3ace034 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible.cs index adbadc4..60fa523 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot.cs index d5c064c..a41695e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType.cs index bd7f49a..870a937 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItem.cs index 535d38b..7a6bc15 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBlendMode.cs index 32ad942..17d353b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareBlendMode.DocAnnotationsList200ResponseAnnotationsItemSquareBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyle.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyle.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyle.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyle.cs index 8f1b442..a2fb20a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyle.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyle.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyle.DocAnnotationsList200ResponseAnnotationsItemSquareBorderStyleSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareColor.cs index b7e57c8..8f75f5a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareFlags.cs index 0ab398d..99c9f30 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQuality.cs index a025f38..8d7dfa8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemSquareIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.cs index 35e195a..e10716c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.JsonConverter))] [Serializable] @@ -78,49 +78,46 @@ DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber, T > onObjectNumber, - Func onNm, - Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex, - T - > onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -134,9 +131,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -158,16 +155,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber) Value!; return true; } @@ -176,16 +173,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjec } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm)Value!; return true; } value = null; @@ -193,15 +189,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm? v } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex) Value!; return true; } @@ -268,25 +264,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -346,18 +342,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber value ) => new(value); } @@ -367,17 +363,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNum [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm value ) => new(value); } @@ -388,18 +384,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm value public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquareInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex.cs index c9c04b1..6b070ef 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndexRevision.cs index b69241e..ca4ddf7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm.cs index 9ef8637..8a4d3ba 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber.cs index e56f756..09fabbe 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor.cs index ded4be7..1f74564 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRect.cs index fdd3cf4..5c5eb5e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRectDifferences.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRectDifferences.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRectDifferences.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRectDifferences.cs index 1706527..de30193 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRectDifferences.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRectDifferences.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareRectDifferences diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRef.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRef.cs index c5e1528..5bafb3d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemSquareRef.JsonConverter))] [Serializable] @@ -78,45 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemSquareRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquareRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquareRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquareRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -130,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -154,15 +154,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber) Value!; return true; } @@ -171,15 +171,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumbe } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm? value - ) + public bool TryAsNm(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm? value) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm)Value!; return true; } value = null; @@ -187,15 +185,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex)Value!; return true; } value = null; @@ -261,25 +259,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex" ), _ => json.Deserialize(options), }; @@ -336,18 +334,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquareRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber value ) => new(value); } @@ -357,17 +355,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber va [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquareRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm value ) => new(value); } @@ -377,17 +375,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquareRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex.cs index 3a17c9c..b2858a0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndexRevision.cs index ce97494..6fe1e48 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefNm.cs index 3a0a5b0..5aeaf3f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber.cs index a55ddfc..a0d45f0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareReplyType.cs index b212687..472e989 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquareReplyType.DocAnnotationsList200ResponseAnnotationsItemSquareReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareUnrotatedRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareUnrotatedRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareUnrotatedRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareUnrotatedRect.cs index ffca99c..5778f54 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquareUnrotatedRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquareUnrotatedRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquareUnrotatedRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquiggly.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquiggly.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquiggly.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquiggly.cs index 02d89bc..24ae8ac 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquiggly.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquiggly.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquiggly : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActions.cs index 1a95548..c6c66a8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate.cs index 6e9398e..34ab15b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot.cs index 90bc6fc..362863d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType.cs index 9a9fc0b..92b9008 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItem.cs index d0103c3..4c51b1c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur.cs index 9992aaf..2a744aa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot.cs index 1f29c79..e5bd3e3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType.cs index db6f66a..96e0ed0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItem.cs index a61a60f..a5d0469 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter.cs index 0d4bfa7..12366c7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot.cs index 1e75110..8acb4de 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType.cs index d248cc3..3d6afe5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItem.cs index 1ebc526..842c13a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExit.cs index cd2fef5..c81e9c7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot.cs index eba91be..803bf33 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType.cs index 6fb0416..d5b189f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItem.cs index b3af397..07080be 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus.cs index 0a5b5e0..10d2aaa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot.cs index bb05755..c750140 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType.cs index 2449973..ae4f2fe 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItem.cs index abd033a..49fa905 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDown.cs index 27c44cb..3aba28e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot.cs index 410def3..1418fde 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType.cs index 23a9900..b5b2b72 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItem.cs index b7b355d..337a935 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp.cs index 9111b73..ffb56f9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUp diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot.cs index 37c17cb..3262540 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType.cs index 9c2a19a..d7193f8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItem.cs index e7fee96..9931088 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageClose.cs index e3c7699..9028874 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot.cs index cf8abfa..3438176 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType.cs index 9dee2c2..7d7ea7d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItem.cs index a0205b6..e7256c3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible.cs index 6bea0c6..14f1299 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot.cs index 7859ee1..35cae28 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType.cs index da68eb2..2678f14 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItem.cs index cf0db4e..9081577 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpen.cs index 665d029..1c6f823 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot.cs index 363b5c3..ebd7345 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType.cs index 6a2b5b7..a63d84b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItem.cs index cdf6a65..aaea7ef 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible.cs index 5603c2f..85566ca 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot.cs index 1f12cf7..8c2f4d4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType.cs index 992d873..3fdf2af 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItem.cs index 6d3238e..28599ff 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendMode.cs index 615d27b..37db5df 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendMode.DocAnnotationsList200ResponseAnnotationsItemSquigglyBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyColor.cs index 27d9f58..745dc95 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyFlags.cs index 7b51d1f..9c2dd28 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQuality.cs index 63d172c..541e354 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemSquigglyIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.cs similarity index 71% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.cs index 65b484d..d297eb5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.JsonConverter))] [Serializable] @@ -81,47 +81,47 @@ DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber, T > onObjectNumber, - Func onNm, + Func onNm, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex, T > onIndex, Func onUnknown_ @@ -137,9 +137,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -161,16 +161,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber) Value!; return true; } @@ -179,15 +179,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObj } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm) Value!; return true; } @@ -196,15 +196,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex) Value!; return true; } @@ -271,25 +271,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -349,18 +349,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber value ) => new(value); } @@ -370,17 +370,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectN [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm value ) => new(value); } @@ -391,18 +391,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm valu public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex.cs index cd35417..57d7dd2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndex diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndexRevision.cs index 4087457..abba7d4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm.cs index 5dad908..4a824bc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber.cs index b68b6b4..756cc57 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItem.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItem.cs index 773c1ae..c296719 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItem diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP1.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP1.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP1.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP1.cs index 0759f23..c762560 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP1.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP1.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP1 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP2.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP2.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP2.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP2.cs index c84e7d1..6212f2e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP2.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP2.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP2 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP3.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP3.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP3.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP3.cs index fb40a4b..a5be8a2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP3.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP3.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP3 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP4.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP4.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP4.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP4.cs index c15aa90..69f974a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP4.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP4.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyQuadPointsItemP4 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRect.cs index 58cf4b1..ab330c3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.cs index c252318..c2531e6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.JsonConverter))] [Serializable] @@ -78,46 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -131,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -155,17 +154,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber) + Value!; return true; } value = null; @@ -173,15 +171,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNum } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm)Value!; return true; } value = null; @@ -189,16 +187,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex)Value!; return true; } value = null; @@ -264,25 +261,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex" ), _ => json.Deserialize(options), }; @@ -342,18 +339,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber value ) => new(value); } @@ -363,17 +360,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm value ) => new(value); } @@ -383,17 +380,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemSquigglyRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex.cs index 0a15ae1..19d9395 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndexRevision.cs index 780c10e..cfd1488 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm.cs index 9eba395..21c282c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber.cs index 3c81b43..bb87faa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemSquigglyRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyType.cs index 2e24a65..b129768 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyType.DocAnnotationsList200ResponseAnnotationsItemSquigglyReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStamp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStamp.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStamp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStamp.cs index abb5463..7fe621b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStamp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStamp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStamp : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActions.cs index 393a0ab..6a7017a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate.cs index 266d0ab..4cd5957 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot.cs index c333b20..576eac4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType.cs index df9ee73..1f4a03f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItem.cs index 17743eb..63e6e57 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur.cs index 4da0ab8..9f5dbdf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot.cs index a57c167..b38b259 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType.cs index cbe8e5b..48fefbe 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItem.cs index da0fd82..fd8a813 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter.cs index a7ea475..38f824a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot.cs index b370382..16293c0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType.cs index d94f038..5dc8b37 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItem.cs index bc7217a..6280cd2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExit.cs index eba1973..4588184 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot.cs index a9986ea..1140e2f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType.cs index 6a46856..1d3cc09 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItem.cs index d9f1914..34dabbb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus.cs index 98f59bd..ad44a6e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot.cs index b29fcf7..48600e3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType.cs index 0aef58a..5201fc3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItem.cs index 0426ee0..ea23000 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDown.cs index 985de84..d1d80e1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot.cs index 616ec3a..1137612 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType.cs index 1a14af1..233b864 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItem.cs index 00e5ed8..d3ea1a5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp.cs index 8ab7693..6cb13ef 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUp : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot.cs index aa79d8d..d3bff84 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType.cs index 81a55dc..2e3ac17 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItem.cs index 0a04bd6..429e3c6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageClose.cs index 7b6b45e..98d7a85 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot.cs index e1d8ac1..ebd54fa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType.cs index aa66c9d..3bbcfe7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItem.cs index a024f13..c180be0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible.cs index 0379155..5180907 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot.cs index a6d0325..205fe95 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType.cs index 5d4ce7e..aad52e1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItem.cs index 36e719f..e7a9a2f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpen.cs index 6e3e231..18e5fd2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpen : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot.cs index 46d9520..e79f352 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType.cs index 0132ab4..fdd94a7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItem.cs index cb5df49..1e700ac 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible.cs index c7782de..34fa72d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot.cs index a35333c..8d6c358 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType.cs index 1d517c4..8ee9208 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItem.cs index fc27028..b3736d1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampBlendMode.cs index 8136b70..6fbf1f0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampBlendMode.DocAnnotationsList200ResponseAnnotationsItemStampBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampFlags.cs index 6e04402..3f94037 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampIdentityQuality.cs index ac60de0..3b4bf3d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemStampIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.cs index 177368b..97d7859 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.JsonConverter))] [Serializable] @@ -78,49 +78,46 @@ DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber, T > onObjectNumber, - Func onNm, - Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex, - T - > onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -134,9 +131,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -158,16 +155,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber) Value!; return true; } @@ -176,16 +173,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObject } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm)Value!; return true; } value = null; @@ -193,15 +189,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm? va } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex) Value!; return true; } @@ -268,25 +264,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -346,18 +342,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber value ) => new(value); } @@ -367,17 +363,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumb [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm value ) => new(value); } @@ -387,19 +383,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm value [Serializable] public struct Index { - public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex value - ) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStampInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex.cs index e86a38c..be97847 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndexRevision.cs index 83d89f2..6213865 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm.cs index 1008700..9486b44 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber.cs index 9710a39..1b699ba 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRect.cs index 0daa253..57be974 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRef.cs similarity index 71% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRef.cs index c131f63..2601f0a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemStampRef.JsonConverter))] [Serializable] @@ -78,45 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemStampRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStampRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStampRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStampRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -130,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -154,15 +154,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber) Value!; return true; } @@ -171,15 +171,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefNm? value - ) + public bool TryAsNm(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefNm? value) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefNm)Value!; return true; } value = null; @@ -187,15 +185,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex)Value!; return true; } value = null; @@ -261,25 +259,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex" ), _ => json.Deserialize(options), }; @@ -336,18 +334,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStampRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber value ) => new(value); } @@ -357,17 +355,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber val [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStampRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefNm value ) => new(value); } @@ -377,17 +375,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStampRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStampRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndex.cs index 75bf086..5466329 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndexRevision.cs index 6389876..f889455 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefNm.cs index 4567621..df22706 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber.cs index 2fde517..ea7c835 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampReplyType.cs index 57b50e3..fbbf50c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStampReplyType.DocAnnotationsList200ResponseAnnotationsItemStampReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampUnrotatedRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampUnrotatedRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampUnrotatedRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampUnrotatedRect.cs index 4c6d84e..059f114 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStampUnrotatedRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStampUnrotatedRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStampUnrotatedRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeout.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeout.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeout.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeout.cs index 8b91074..aaeb3e8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeout.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeout.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeout : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions.cs index 86a6c0a..f1dd0df 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate.cs index 3c4036b..81e738a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot.cs index ae48c03..d9ac6c5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType.cs index a0051d7..f0d5b88 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItem.cs index db5d3eb..7e10c9e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur.cs index 3af0f24..f5b7eba 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot.cs index da12844..0730d0c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType.cs index ec2dcbb..ca33512 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItem.cs index 2b9d233..8a71e26 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter.cs index b36b14b..37171af 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot.cs index 8197fce..9909a92 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType.cs index fcfef47..f469694 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItem.cs index f964294..cc7c026 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExit.cs index 91d50b7..c0ad59d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot.cs index 2e35f31..10b65d1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType.cs index 7b73a4e..92927d1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItem.cs index 2a8e0a4..bf6db40 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus.cs index a390be2..74df09d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocus diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot.cs index ed68fc2..aa190bf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType.cs index da31df4..7db2957 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItem.cs index 2d6d306..affb192 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDown.cs index ec2bc65..7d7582a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot.cs index 0148529..e9d12b2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType.cs index 4345e2f..7867d7d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItem.cs index f8108ab..dfff73d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp.cs index d81932e..665a003 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUp diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot.cs index 56766ad..2e3db22 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType.cs index c5df6ec..8b76af6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItem.cs index 73bc24d..05c08f4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageClose.cs index 52f7863..7c5e0a7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot.cs index f1b18a5..b1f98b7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType.cs index 3bf95db..4d52b99 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItem.cs index 47070a5..a096061 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible.cs index 1dbc762..c8ac3e5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot.cs index 24a640f..69d7a7d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType.cs index 84cba2f..9e4908a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem.cs index 99146f3..3cdb0e2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpen.cs index d7375c6..2048b1b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot.cs index fb51b04..0d6eb0f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType.cs index 3f79f5a..c47bacb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItem.cs index 8518b9e..9be6615 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible.cs index f25e407..a10eeae 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot.cs index 68d1d86..6b5b50e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType.cs index 347c71e..5af5a38 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItem.cs index a078724..b2a8f35 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendMode.cs index 2b21815..cf0250b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendMode.DocAnnotationsList200ResponseAnnotationsItemStrikeoutBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor.cs index 3f5407a..6ee2dcb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutFlags.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutFlags.cs index 1e3a832..5b90e8c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQuality.cs index 519c48d..2a58a97 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemStrikeoutIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.cs index cc626ce..c649364 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.JsonConverter) @@ -83,48 +83,47 @@ DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber, T > onObjectNumber, - Func onNm, + Func onNm, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex, T > onIndex, Func onUnknown_ @@ -140,9 +139,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -164,16 +163,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber) Value!; return true; } @@ -182,15 +181,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToOb } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm) Value!; return true; } @@ -199,17 +198,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex? value ) { if (Kind == "index") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex) + Value!; return true; } value = null; @@ -275,25 +273,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -353,18 +351,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber value ) => new(value); } @@ -374,19 +372,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObject [Serializable] public struct Nm { - public Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm value - ) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm value ) => new(value); } @@ -397,18 +393,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm val public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex.cs index 81eb51a..1edba0f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndex diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndexRevision.cs index aed5728..e232179 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm.cs index 60f8741..6da845e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber.cs index 48fda10..b097b12 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntent.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntent.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntent.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntent.cs index c6f2a85..f019891 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntent.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntent.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntent.DocAnnotationsList200ResponseAnnotationsItemStrikeoutIntentSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItem.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItem.cs index 886ecde..a14732a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItem diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP1.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP1.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP1.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP1.cs index 587708b..2c4ff28 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP1.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP1.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP1 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP2.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP2.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP2.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP2.cs index 57121f0..c7f63c6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP2.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP2.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP2 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP3.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP3.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP3.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP3.cs index c72207f..cd47d44 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP3.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP3.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP3 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP4.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP4.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP4.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP4.cs index c9aaaa7..cc2cc5c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP4.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP4.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutQuadPointsItemP4 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRect.cs index 379469a..b510105 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.cs index a2647a8..fe1c0ca 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.JsonConverter))] [Serializable] @@ -78,46 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -131,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -155,17 +154,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber) + Value!; return true; } value = null; @@ -173,15 +171,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm)Value!; return true; } value = null; @@ -189,16 +187,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm? valu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex)Value!; return true; } value = null; @@ -264,25 +261,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex" ), _ => json.Deserialize(options), }; @@ -342,18 +339,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber value ) => new(value); } @@ -363,17 +360,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm value ) => new(value); } @@ -383,19 +380,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm value [Serializable] public struct Index { - public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex value - ) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemStrikeoutRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex.cs index d5db467..2024b16 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndexRevision.cs index e81bcf5..53728a9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm.cs index 2562c61..b71bea0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber.cs index 585564f..1717cfc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemStrikeoutRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyType.cs index fc54955..602eeb2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyType.DocAnnotationsList200ResponseAnnotationsItemStrikeoutReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemText.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemText.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemText.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemText.cs index b905f31..4762a5a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemText.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemText.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemText : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActions.cs index 37c941c..b0e6d72 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate.cs index 87fb893..34a4322 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot.cs index 5561855..0ba59a6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType.cs index 36a5a19..6ee8063 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItem.cs index bd59e08..b09bbe3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur.cs index cf31971..1c8c5f7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot.cs index 3d2be57..f7ac83f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType.cs index 68862ef..7437825 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItem.cs index 1791274..dced2b3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter.cs index e491fa3..8fdcfc8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot.cs index 323d870..1060289 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType.cs index 6ca00a1..e268d49 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItem.cs index 3c0a826..14bee62 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExit.cs index e27eb9b..cfac9fe 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot.cs index 9e0b4a4..c995850 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType.cs index 8107b3e..d21683e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItem.cs index 145e07a..be4df87 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus.cs index cf38563..cbd84a4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot.cs index 01ef0a8..4afc3c1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType.cs index 8f7a9ec..0b8f620 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItem.cs index 9bae1dc..f07b321 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDown.cs index f115be0..b5fe13c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDown : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot.cs index 1daaa40..641c1d9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType.cs index 92d799a..2e89946 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItem.cs index fa2170a..89944d5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp.cs index aebf379..946633c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUp : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot.cs index 3826642..7f3d9b6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType.cs index 41d2972..93ddc83 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItem.cs index c6cc376..5c79aeb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageClose.cs index 14f928b..20b69bf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsPageClose : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot.cs index 4b0976a..eadda2e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType.cs index e716100..914f96d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItem.cs index ac4abf0..6dc01a6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible.cs index 5dedd90..b07347b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot.cs index 80f4734..2877765 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType.cs index bfd263e..d0f54e9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItem.cs index fd2cd4e..ec03281 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpen.cs index abcceed..7fab248 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpen : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot.cs index dc9fba2..9882ce7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType.cs index b0b0f97..70a4c03 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItem.cs index a4c354a..ae72c05 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible.cs index 812a8b1..5fa515c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot.cs index a7191e8..67e8122 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType.cs index 246cb69..cdd5d7d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItem.cs index ac5bf73..72c47b6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextBlendMode.cs index 9821e2a..b271908 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextBlendMode.DocAnnotationsList200ResponseAnnotationsItemTextBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextColor.cs index dd83c20..bcea08b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextFlags.cs index b467001..0fa6080 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextIcon.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextIcon.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextIcon.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextIcon.cs index 2ba6867..c6008c3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextIcon.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextIcon.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextIcon.DocAnnotationsList200ResponseAnnotationsItemTextIconSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextIdentityQuality.cs index a3e1726..1b6916d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemTextIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.cs index ada1c63..ae78410 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.JsonConverter))] [Serializable] @@ -78,46 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -131,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -155,17 +154,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber) + Value!; return true; } value = null; @@ -173,15 +171,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectN } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm)Value!; return true; } value = null; @@ -189,16 +187,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm? val } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex)Value!; return true; } value = null; @@ -264,25 +261,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -342,18 +339,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber value ) => new(value); } @@ -363,17 +360,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumbe [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm value ) => new(value); } @@ -383,19 +380,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm value [Serializable] public struct Index { - public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex value - ) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemTextInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex.cs index 033ec23..039659a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndexRevision.cs index 4c7b763..0e8b4bf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm.cs index 03a0037..98b02b6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber.cs index 9d21d60..2b3be20 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRect.cs index 54b976c..d80260c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRef.cs similarity index 71% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRef.cs index 736df6d..df9fc81 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemTextRef.JsonConverter))] [Serializable] @@ -78,45 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemTextRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemTextRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemTextRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemTextRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -130,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -154,15 +154,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber) Value!; return true; } @@ -171,15 +171,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefNm? value - ) + public bool TryAsNm(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefNm? value) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefNm)Value!; return true; } value = null; @@ -187,15 +185,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex)Value!; return true; } value = null; @@ -261,25 +259,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex" ), _ => json.Deserialize(options), }; @@ -336,18 +334,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemTextRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber value ) => new(value); } @@ -357,17 +355,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber valu [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemTextRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefNm value ) => new(value); } @@ -377,17 +375,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemTextRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemTextRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndex.cs index e8c3175..a93eaf7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndexRevision.cs index d8625e6..65be873 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextRefIndexRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefNm.cs index c16bbda..c473c97 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber.cs index 1060ad2..b3fa44c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemTextRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextReplyType.cs index e3b7b2a..97a7787 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemTextReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemTextReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemTextReplyType.DocAnnotationsList200ResponseAnnotationsItemTextReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderline.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderline.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderline.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderline.cs index 0031295..d49ebe7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderline.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderline.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderline : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActions.cs index 1107caf..893a29b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate.cs index c848915..623fd53 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot.cs index a374b37..7d5fe01 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType.cs index 65b42c9..48539f3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItem.cs index 974ab10..b3f7f3c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur.cs index 51628b2..ff77810 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot.cs index becd9de..1148176 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType.cs index d63faaa..453327f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItem.cs index d4b70ef..a7c045b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter.cs index 2d21d4b..6b5782c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot.cs index bc96fb0..544f14e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType.cs index 651d7ff..bbe7fcb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItem.cs index d2babc1..394fb95 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExit.cs index 9638681..162af45 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot.cs index 4c448a0..341a496 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType.cs index aefeae4..84a210d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItem.cs index 47a1eb0..df787cd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus.cs index 161e06c..9bbe73a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocus diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot.cs index e8350fa..50e021b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType.cs index 25eb4c7..5ab5b85 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItem.cs index 22852ea..c18fa6c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDown.cs index 02c956f..e112f14 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot.cs index b057a81..42cfce5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType.cs index d7a8f71..56358cf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItem.cs index 255f19f..12db207 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp.cs index bd35370..adad8fb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUp diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot.cs index b771221..7b09710 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType.cs index 994869c..ff8f778 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItem.cs index 388f102..02fb3ff 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageClose.cs index c5d3fe9..33e2700 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot.cs index 4ceb63b..7113584 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType.cs index 89b9ce8..e84ef3e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItem.cs index a399053..0f464c0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible.cs index 88ab1ee..885bc5d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot.cs index 1817a1c..954ca23 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType.cs index b7822f2..c23aca4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItem.cs index 8e663fa..89e50fc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpen.cs index 1f469da..e630652 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot.cs index 8961c2d..c08cb73 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType.cs index e8e4a75..6c6913c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItem.cs index cef677c..a3a689c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible.cs index c609b57..a017271 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot.cs index a5b24eb..dbbb446 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType.cs index 6aef831..cd7e494 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItem.cs index 1da13f3..e8249f3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendMode.cs index 79adb4b..f7c6e96 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendMode.DocAnnotationsList200ResponseAnnotationsItemUnderlineBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineColor.cs index d7a92d2..6be1bdd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineFlags.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineFlags.cs index 660d946..4f40b90 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQuality.cs index 9373a0f..a743084 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemUnderlineIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.cs index 4f92a11..e93b0af 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.JsonConverter) @@ -83,48 +83,47 @@ DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber, T > onObjectNumber, - Func onNm, + Func onNm, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex, T > onIndex, Func onUnknown_ @@ -140,9 +139,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -164,16 +163,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber) Value!; return true; } @@ -182,15 +181,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToOb } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm) Value!; return true; } @@ -199,17 +198,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex? value ) { if (Kind == "index") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex) + Value!; return true; } value = null; @@ -275,25 +273,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -353,18 +351,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber value ) => new(value); } @@ -374,19 +372,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObject [Serializable] public struct Nm { - public Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm value - ) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm value ) => new(value); } @@ -397,18 +393,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm val public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex.cs index b567e5e..b913259 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndex diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndexRevision.cs index 67d01b5..44851dc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm.cs index 0d4d10b..ccfa5af 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber.cs index a73dcd9..215d46b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItem.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItem.cs index 60e91df..2b56671 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItem diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP1.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP1.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP1.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP1.cs index b9e089b..e25529a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP1.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP1.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP1 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP2.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP2.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP2.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP2.cs index 7ef018c..c9294a8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP2.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP2.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP2 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP3.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP3.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP3.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP3.cs index 2139568..c0c2d5f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP3.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP3.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP3 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP4.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP4.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP4.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP4.cs index ec0f851..64e72cb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP4.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP4.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineQuadPointsItemP4 diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRect.cs index 530d103..f80053c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.cs index 66863c4..1460b2d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.JsonConverter))] [Serializable] @@ -78,46 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -131,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -155,17 +154,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber) + Value!; return true; } value = null; @@ -173,15 +171,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm)Value!; return true; } value = null; @@ -189,16 +187,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm? valu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex)Value!; return true; } value = null; @@ -264,25 +261,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex" ), _ => json.Deserialize(options), }; @@ -342,18 +339,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber value ) => new(value); } @@ -363,17 +360,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm value ) => new(value); } @@ -383,19 +380,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm value [Serializable] public struct Index { - public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex value - ) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnderlineRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex.cs index 9260812..c78a5bc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndexRevision.cs index e32e608..fa1ca86 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm.cs index 3b2bcfd..8dab0c3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber.cs index 0587da2..d0b80ce 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnderlineRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyType.cs index f4859b0..344682d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyType.DocAnnotationsList200ResponseAnnotationsItemUnderlineReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupported.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupported.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupported.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupported.cs index 9eb0555..1b97146 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupported.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupported : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions.cs index 2d4e763..0b1dcc5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate.cs index 368b077..45ca1f7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot.cs index 6def9c3..145937f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType.cs index 2386f29..9c93d47 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItem.cs index 34fc2d6..f5a1d56 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur.cs index ee4b818..18b5598 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlur diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot.cs index 08af2f9..0378fea 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType.cs index 598e5f9..ca3a1b2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItem.cs index ba7b91d..792966f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter.cs index 2641f95..7f0d114 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot.cs index bd106f0..f7e5fe4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType.cs index 825de81..72ed3b2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItem.cs index 7568c86..70fba17 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExit.cs index 1afba9c..5a2a8c3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot.cs index f41e13f..ebbe10d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType.cs index 041d90b..46786d2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItem.cs index 250a3f9..d98c8d0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus.cs index 8b654d2..6168741 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocus diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot.cs index 43ef382..a24be1f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType.cs index af569ed..6ae76bd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItem.cs index 4d97d83..58e7fdf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDown.cs index a4d1a96..b833d76 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot.cs index 2a6f532..30ce3ab 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType.cs index a807f51..4a4605a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItem.cs index 652004b..31b41a3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp.cs index 7e56e8e..1fb34a8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUp diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot.cs index 07c3c7f..88dc72c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType.cs index 840cb76..cb4923d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItem.cs index 13f50d5..8dc2191 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageClose.cs index cffe493..d5483e5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot.cs index 703c26b..9880618 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType.cs index 17a352f..b49233c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItem.cs index 336a0fd..7f83c51 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible.cs index d9bf0d0..b1018c4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot.cs index b7f5917..9854794 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType.cs index 2141009..76c3cdd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem.cs index 902e4b9..28f73e5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpen.cs index 9fa22f4..cb50cf7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot.cs index b274080..cf34b91 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType.cs index 0e05671..1a1c75f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItem.cs index 6dbb1a4..e1dd576 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible.cs index f7d06a5..cae628b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot.cs index bbcce0c..01734cc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType.cs index 7c2d290..2c82f71 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItem.cs index dab4938..1e68cc5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendMode.cs index a39e29e..f658ede 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendMode.DocAnnotationsList200ResponseAnnotationsItemUnsupportedBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedFlags.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedFlags.cs index 2729df1..c11f87c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQuality.cs index be3eadc..63fc838 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemUnsupportedIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.cs similarity index 69% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.cs index 4038e31..74a2dba 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.JsonConverter) @@ -83,51 +83,47 @@ DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex) - Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber, T > onObjectNumber, + Func onNm, Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm, - T - > onNm, - Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex, T > onIndex, Func onUnknown_ @@ -143,9 +139,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -167,16 +163,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber) Value!; return true; } @@ -185,15 +181,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm) Value!; return true; } @@ -202,17 +198,16 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex? value ) { if (Kind == "index") { - value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex) + Value!; return true; } value = null; @@ -278,25 +273,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -356,18 +351,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber value ) => new(value); } @@ -377,19 +372,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObje [Serializable] public struct Nm { - public Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm value - ) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm value ) => new(value); } @@ -400,18 +393,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm v public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex.cs index 1b4afb6..97008e9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndex diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndexRevision.cs index 2a49ac2..26f0fb8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm.cs index 07d644d..a7db2c1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToNm diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber.cs index 746ddf0..0705b88 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRect.cs index c048464..3e33239 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.cs index 5527fb3..46483b4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.JsonConverter))] [Serializable] @@ -78,49 +78,46 @@ DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber, T > onObjectNumber, - Func onNm, - Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex, - T - > onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -134,9 +131,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -158,16 +155,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber) Value!; return true; } @@ -176,16 +173,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObject } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm)Value!; return true; } value = null; @@ -193,15 +189,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm? va } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex) Value!; return true; } @@ -268,25 +264,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex" ), _ => json.Deserialize(options), }; @@ -346,18 +342,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber value ) => new(value); } @@ -367,17 +363,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumb [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm value ) => new(value); } @@ -387,19 +383,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm value [Serializable] public struct Index { - public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex value - ) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemUnsupportedRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex.cs index 4f21fce..38188f2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndexRevision.cs index d4d8613..9cfd1cd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm.cs index 7f87c85..ecfe968 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber.cs index c575780..02a80a5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemUnsupportedRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyType.cs index 343b822..92d8981 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyType.DocAnnotationsList200ResponseAnnotationsItemUnsupportedReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidget.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidget.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidget.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidget.cs index 1f941d8..2d678e2 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidget.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidget.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidget : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActions.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActions.cs similarity index 97% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActions.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActions.cs index 1827075..bdcfd22 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActions.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate.cs index 1959464..0095e96 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot.cs index 4230d43..d5f7792 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType.cs index e2b7b78..d7734fe 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItem.cs index dd47e9b..2c25a3c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItem.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur.cs index 0f52d6f..3150e66 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlur : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot.cs index fe64e48..dd6ab1e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType.cs index c1f9121..e037026 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItem.cs index 13d01a6..05e7bf5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItem.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter.cs index ec2e6ff..ef3c28a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnter diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot.cs index b942c20..d078aff 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType.cs index 99b6bbc..012e534 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItem.cs index ad38f0a..53fcc9c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItem.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExit.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExit.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExit.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExit.cs index 8e69499..1f3caf1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExit.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExit.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExit diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot.cs index a5a08b9..baa8f13 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType.cs index b93d4a5..af6969c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItem.cs index 3206696..a4f97f8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItem.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus.cs index f623665..5ce80f7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocus : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot.cs index 0bbcedf..8320282 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType.cs index 3a816cf..6429dfa 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItem.cs index bef2eb5..907d40e 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItem.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDown.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDown.cs index 045d9c4..5b37652 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDown diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot.cs index 65dbfb7..eda98a0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType.cs index a4c8682..8ed36d8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItem.cs index d2f9763..b6a41bb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItem.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp.cs index cdb87de..2df1ff5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUp : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot.cs index 1bd9d91..57960b0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType.cs index 26102bd..f9498fe 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItem.cs index c77f313..a0b128c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItem.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageClose.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageClose.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageClose.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageClose.cs index d962bf3..6c5d535 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageClose.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageClose.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageClose diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot.cs index 9a2746c..edcda53 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType.cs index 4e4a53f..9492396 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItem.cs index 317eb48..9edc6a6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItem.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible.cs index f02fb81..ffd1004 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot.cs index 97e22f9..cfb17f3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType.cs index 6a13f74..afc868f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItem.cs index 0a19a9c..c7832c1 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpen.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpen.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpen.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpen.cs index c763ce5..db943a7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpen.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpen.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpen diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot.cs index 51ca25e..1ddf9ff 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType.cs index df9547a..c753d20 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItem.cs index f1241d1..1f919c4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItem.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible.cs index 99587cf..63e6182 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisible diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot.cs index b8c4ae7..73a3301 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType.cs index c3e528e..fb67776 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItem.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItem.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItem.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItem.cs index abd8046..afd46bb 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItem.DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBlendMode.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBlendMode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBlendMode.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBlendMode.cs index 8b2398d..cd58423 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBlendMode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBlendMode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetBlendMode.DocAnnotationsList200ResponseAnnotationsItemWidgetBlendModeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyle.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyle.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyle.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyle.cs index eae7332..e5f7746 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyle.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyle.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyle.DocAnnotationsList200ResponseAnnotationsItemWidgetBorderStyleSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetColor.cs index 7bd26d5..911706a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamily.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamily.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamily.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamily.cs index 5a270f3..750e4f0 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamily.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamily.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamily.DocAnnotationsList200ResponseAnnotationsItemWidgetFieldFamilySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFlags.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFlags.cs similarity index 96% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFlags.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFlags.cs index 9f86fc4..05d0e73 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFlags.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontColor.cs index 14f8e03..376825a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetFontColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily.cs index b0c0c9c..26037a3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamily.DocAnnotationsList200ResponseAnnotationsItemWidgetFontFamilySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQuality.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQuality.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQuality.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQuality.cs index 101f522..98fe1cf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQuality.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQuality.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQuality.DocAnnotationsList200ResponseAnnotationsItemWidgetIdentityQualitySerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.cs index e0efc1b..b1a46e9 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.JsonConverter))] [Serializable] @@ -78,49 +78,46 @@ DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber) + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber) Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber, T > onObjectNumber, - Func onNm, - Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex, - T - > onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -134,9 +131,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -158,16 +155,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber? value ) { if (Kind == "objectNumber") { value = - (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber) + (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber) Value!; return true; } @@ -176,16 +173,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjec } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm? value ) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm)Value!; return true; } value = null; @@ -193,15 +189,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm? v } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex) Value!; return true; } @@ -268,25 +264,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex" ), _ => json.Deserialize(options), }; @@ -346,18 +342,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber value ) => new(value); } @@ -367,17 +363,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNum [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm value ) => new(value); } @@ -388,18 +384,18 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm value public struct Index { public Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyTo.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex.cs index 2712eb8..991d0e7 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndexRevision.cs index dfa8d19..ce395d5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm.cs index 6a5a10f..d5a6ff6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber.cs index 509f9fb..2af0a3c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetInReplyToObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInteriorColor.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInteriorColor.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInteriorColor.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInteriorColor.cs index 145122d..17d73bc 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInteriorColor.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetInteriorColor.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetInteriorColor : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRect.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRect.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRect.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRect.cs index 73db5dc..2be33fe 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRect.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetRect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRef.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRef.cs similarity index 70% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRef.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRef.cs index dbf5c19..82c3571 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRef.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetRef.JsonConverter))] [Serializable] @@ -78,45 +78,45 @@ DocAnnotationsList200ResponseAnnotationsItemWidgetRef.Index value public bool IsIndex => Kind == "index"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber AsObjectNumber() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemWidgetRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'nm', otherwise throws an exception. + /// Returns the value as a if is 'nm', otherwise throws an exception. /// /// Thrown when is not 'nm'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm AsNm() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm AsNm() => IsNm - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemWidgetRef.Kind is not 'nm'" ); /// - /// Returns the value as a if is 'index', otherwise throws an exception. + /// Returns the value as a if is 'index', otherwise throws an exception. /// /// Thrown when is not 'index'. - public CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex AsIndex() => + public CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex AsIndex() => IsIndex - ? (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex)Value! + ? (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponseAnnotationsItemWidgetRef.Kind is not 'index'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber, + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber, T > onObjectNumber, - Func onNm, - Func onIndex, + Func onNm, + Func onIndex, Func onUnknown_ ) { @@ -130,9 +130,9 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onNm, - Action onIndex, + Action onObjectNumber, + Action onNm, + Action onIndex, Action onUnknown_ ) { @@ -154,15 +154,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber) + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber) Value!; return true; } @@ -171,15 +171,13 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumbe } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNm( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm? value - ) + public bool TryAsNm(out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm? value) { if (Kind == "nm") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm)Value!; return true; } value = null; @@ -187,15 +185,15 @@ out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsIndex( - out CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex? value + out CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex? value ) { if (Kind == "index") { - value = (CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex)Value!; + value = (CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex)Value!; return true; } value = null; @@ -261,25 +259,25 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber" ), "nm" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm" ), "index" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex" ), _ => json.Deserialize(options), }; @@ -336,18 +334,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemWidgetRef.ObjectNumber( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber value ) => new(value); } @@ -357,17 +355,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber va [Serializable] public struct Nm { - public Nm(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm value) + public Nm(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemWidgetRef.Nm( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm value ) => new(value); } @@ -377,17 +375,17 @@ CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm value [Serializable] public struct Index { - public Index(CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex value) + public Index(CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponseAnnotationsItemWidgetRef.Index( - CloudpdfApi.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex value + CloudPDF.DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex.cs index 252d569..db14a5d 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndex : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndexRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndexRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndexRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndexRevision.cs index 94b14b6..3cce6ac 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndexRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndexRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetRefIndexRevision diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm.cs index 3f8ced1..ed3b774 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetRefNm : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber.cs index a5ed763..3ffca27 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponseAnnotationsItemWidgetRefObjectNumber diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetReplyType.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetReplyType.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetReplyType.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetReplyType.cs index 798585d..706189c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetReplyType.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetReplyType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetReplyType.DocAnnotationsList200ResponseAnnotationsItemWidgetReplyTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlign.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlign.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlign.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlign.cs index d5d01d4..4105791 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlign.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlign.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlign.DocAnnotationsList200ResponseAnnotationsItemWidgetTextAlignSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageState.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponsePageState.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageState.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponsePageState.cs index 099ceaa..3ec453b 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageState.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponsePageState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponsePageState : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateRevision.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateRevision.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateRevision.cs index 591df4e..8c2b83a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponsePageStateRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationState.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationState.cs similarity index 74% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationState.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationState.cs index 8c181ca..dfaa9f5 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocAnnotationsList200ResponsePageStateWeakAnnotationState.JsonConverter))] [Serializable] @@ -62,33 +62,33 @@ DocAnnotationsList200ResponsePageStateWeakAnnotationState.Known value public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown)Value! + ? (CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponsePageStateWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown)Value! + ? (CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown)Value! : throw new global::System.Exception( "DocAnnotationsList200ResponsePageStateWeakAnnotationState.Kind is not 'known'" ); public T Match( Func< - CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown, + CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown, T > onUnknown, - Func onKnown, + Func onKnown, Func onUnknown_ ) { @@ -101,8 +101,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -121,15 +121,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown? value + out CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { - value = (CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown) + value = (CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown) Value!; return true; } @@ -138,16 +138,15 @@ out CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown? value + out CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown? value ) { if (Kind == "known") { - value = (CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown) - Value!; + value = (CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown)Value!; return true; } value = null; @@ -209,18 +208,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -279,18 +278,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown value + CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponsePageStateWeakAnnotationState.Unknown( - CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown value + CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown value ) => new(value); } @@ -300,19 +299,17 @@ CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown val [Serializable] public struct Known { - public Known( - CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown value - ) + public Known(CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown value) { Value = value; } - internal CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsList200ResponsePageStateWeakAnnotationState.Known( - CloudpdfApi.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown value + CloudPDF.DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown.cs index d085a5f..0180d69 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponsePageStateWeakAnnotationStateKnown : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown.cs index c9754a1..2bdc81f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList200ResponsePageStateWeakAnnotationStateUnknown : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList404Response.cs b/src/CloudPDF/Types/DocAnnotationsList404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsList404Response.cs rename to src/CloudPDF/Types/DocAnnotationsList404Response.cs index bfccfee..dae93fd 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList404Response.cs +++ b/src/CloudPDF/Types/DocAnnotationsList404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsList404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsList404ResponseCode.cs b/src/CloudPDF/Types/DocAnnotationsList404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsList404ResponseCode.cs rename to src/CloudPDF/Types/DocAnnotationsList404ResponseCode.cs index 86e04b9..98cfeb3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList404ResponseCode.cs +++ b/src/CloudPDF/Types/DocAnnotationsList404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList404ResponseCode.DocAnnotationsList404ResponseCodeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsList404ResponseName.cs b/src/CloudPDF/Types/DocAnnotationsList404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsList404ResponseName.cs rename to src/CloudPDF/Types/DocAnnotationsList404ResponseName.cs index f8b36ce..1c6d579 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsList404ResponseName.cs +++ b/src/CloudPDF/Types/DocAnnotationsList404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsList404ResponseName.DocAnnotationsList404ResponseNameSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate200Response.cs b/src/CloudPDF/Types/DocAnnotationsUpdate200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate200Response.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate200Response.cs index 0ebcb67..29c3603 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate200Response.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate200Response.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsUpdate200Response : IJsonOnDeserialized, IJsonOnSerializing diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMeta.cs b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMeta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMeta.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMeta.cs index fec30bb..466568f 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMeta.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMeta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsUpdate200ResponseMeta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItem.cs b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItem.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItem.cs index ac3d702..3d63046 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsUpdate200ResponseMetaAffectedPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemRevision.cs b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemRevision.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemRevision.cs index 9c54b5e..a81e1de 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemRevision.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsUpdate200ResponseMetaAffectedPagesItemRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs similarity index 73% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs index c4364b3..4965379 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.JsonConverter) @@ -67,24 +67,24 @@ DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.Known va public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + ? (CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value! : throw new global::System.Exception( "DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + ? (CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value! : throw new global::System.Exception( "DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'known'" @@ -92,11 +92,11 @@ public CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnot public T Match( Func< - CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, + CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, T > onUnknown, Func< - CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, + CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, T > onKnown, Func onUnknown_ @@ -111,8 +111,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -131,16 +131,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value + out CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { value = - (CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + (CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value!; return true; } @@ -149,16 +149,16 @@ out CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotati } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value + out CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value ) { if (Kind == "known") { value = - (CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + (CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value!; return true; } @@ -221,18 +221,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -291,18 +291,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.Unknown( - CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) => new(value); } @@ -313,18 +313,18 @@ CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationSt public struct Known { public Known( - CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) { Value = value; } - internal CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationState.Known( - CloudpdfApi.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs index 57b4ee6..87895c3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs index d6ce739..ff4c4bf 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsUpdate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaCacheDelta.cs b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaCacheDelta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaCacheDelta.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaCacheDelta.cs index d3b3f31..0536ec4 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaCacheDelta.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaCacheDelta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsUpdate200ResponseMetaCacheDelta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItem.cs b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItem.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItem.cs index 0fd27f1..c77a6a8 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItem.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItemCache.cs b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItemCache.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItemCache.cs index abf2fbd..0088f42 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItemCache.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsUpdate200ResponseMetaCacheDeltaPagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate400Response.cs b/src/CloudPDF/Types/DocAnnotationsUpdate400Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate400Response.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate400Response.cs index e93d611..93bd2ae 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate400Response.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsUpdate400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate400ResponseCode.cs b/src/CloudPDF/Types/DocAnnotationsUpdate400ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate400ResponseCode.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate400ResponseCode.cs index 2f83d7a..81fd47a 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate400ResponseCode.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate400ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsUpdate400ResponseCode.DocAnnotationsUpdate400ResponseCodeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate400ResponseName.cs b/src/CloudPDF/Types/DocAnnotationsUpdate400ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate400ResponseName.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate400ResponseName.cs index 4de55c8..a58061c 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate400ResponseName.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate400ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsUpdate400ResponseName.DocAnnotationsUpdate400ResponseNameSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate404Response.cs b/src/CloudPDF/Types/DocAnnotationsUpdate404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate404Response.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate404Response.cs index a377482..ae7dbc3 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate404Response.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocAnnotationsUpdate404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate404ResponseCode.cs b/src/CloudPDF/Types/DocAnnotationsUpdate404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate404ResponseCode.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate404ResponseCode.cs index 0bf172f..8324206 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate404ResponseCode.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsUpdate404ResponseCode.DocAnnotationsUpdate404ResponseCodeSerializer) diff --git a/src/CloudpdfApi/Types/DocAnnotationsUpdate404ResponseName.cs b/src/CloudPDF/Types/DocAnnotationsUpdate404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocAnnotationsUpdate404ResponseName.cs rename to src/CloudPDF/Types/DocAnnotationsUpdate404ResponseName.cs index e0424a1..7f702b6 100644 --- a/src/CloudpdfApi/Types/DocAnnotationsUpdate404ResponseName.cs +++ b/src/CloudPDF/Types/DocAnnotationsUpdate404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocAnnotationsUpdate404ResponseName.DocAnnotationsUpdate404ResponseNameSerializer) diff --git a/src/CloudpdfApi/Types/DocDownloadResponse.cs b/src/CloudPDF/Types/DocDownloadResponse.cs similarity index 95% rename from src/CloudpdfApi/Types/DocDownloadResponse.cs rename to src/CloudPDF/Types/DocDownloadResponse.cs index 642f87d..4d9dcb5 100644 --- a/src/CloudpdfApi/Types/DocDownloadResponse.cs +++ b/src/CloudPDF/Types/DocDownloadResponse.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocDownloadResponse : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocDownloadResponseCode.cs b/src/CloudPDF/Types/DocDownloadResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocDownloadResponseCode.cs rename to src/CloudPDF/Types/DocDownloadResponseCode.cs index 280cbda..82efa4e 100644 --- a/src/CloudpdfApi/Types/DocDownloadResponseCode.cs +++ b/src/CloudPDF/Types/DocDownloadResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocDownloadResponseCode.DocDownloadResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocDownloadResponseName.cs b/src/CloudPDF/Types/DocDownloadResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocDownloadResponseName.cs rename to src/CloudPDF/Types/DocDownloadResponseName.cs index cbb2972..2d8c807 100644 --- a/src/CloudpdfApi/Types/DocDownloadResponseName.cs +++ b/src/CloudPDF/Types/DocDownloadResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocDownloadResponseName.DocDownloadResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocFormsExportDataResponse.cs b/src/CloudPDF/Types/DocFormsExportDataResponse.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsExportDataResponse.cs rename to src/CloudPDF/Types/DocFormsExportDataResponse.cs index 7e4a8da..fd8e5d3 100644 --- a/src/CloudpdfApi/Types/DocFormsExportDataResponse.cs +++ b/src/CloudPDF/Types/DocFormsExportDataResponse.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsExportDataResponse : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsExportDataResponseCode.cs b/src/CloudPDF/Types/DocFormsExportDataResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsExportDataResponseCode.cs rename to src/CloudPDF/Types/DocFormsExportDataResponseCode.cs index 0e02200..c6c760e 100644 --- a/src/CloudpdfApi/Types/DocFormsExportDataResponseCode.cs +++ b/src/CloudPDF/Types/DocFormsExportDataResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsExportDataResponseCode.DocFormsExportDataResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocFormsExportDataResponseName.cs b/src/CloudPDF/Types/DocFormsExportDataResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsExportDataResponseName.cs rename to src/CloudPDF/Types/DocFormsExportDataResponseName.cs index 8c810fc..771436d 100644 --- a/src/CloudpdfApi/Types/DocFormsExportDataResponseName.cs +++ b/src/CloudPDF/Types/DocFormsExportDataResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsExportDataResponseName.DocFormsExportDataResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocFormsGet200Response.cs b/src/CloudPDF/Types/DocFormsGet200Response.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200Response.cs rename to src/CloudPDF/Types/DocFormsGet200Response.cs index a2334b2..5cf365c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200Response.cs +++ b/src/CloudPDF/Types/DocFormsGet200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseCalculationOrderItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseCalculationOrderItem.cs similarity index 74% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseCalculationOrderItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseCalculationOrderItem.cs index 52461fa..0eb23c3 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseCalculationOrderItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseCalculationOrderItem.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseCalculationOrderItem.JsonConverter))] [Serializable] @@ -62,30 +62,30 @@ DocFormsGet200ResponseCalculationOrderItem.Fqn value public bool IsFqn => Kind == "fqn"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemObjectNumber AsObjectNumber() => + public CloudPDF.DocFormsGet200ResponseCalculationOrderItemObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemObjectNumber)Value! + ? (CloudPDF.DocFormsGet200ResponseCalculationOrderItemObjectNumber)Value! : throw new global::System.Exception( "DocFormsGet200ResponseCalculationOrderItem.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'fqn', otherwise throws an exception. + /// Returns the value as a if is 'fqn', otherwise throws an exception. /// /// Thrown when is not 'fqn'. - public CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemFqn AsFqn() => + public CloudPDF.DocFormsGet200ResponseCalculationOrderItemFqn AsFqn() => IsFqn - ? (CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemFqn)Value! + ? (CloudPDF.DocFormsGet200ResponseCalculationOrderItemFqn)Value! : throw new global::System.Exception( "DocFormsGet200ResponseCalculationOrderItem.Kind is not 'fqn'" ); public T Match( - Func onObjectNumber, - Func onFqn, + Func onObjectNumber, + Func onFqn, Func onUnknown_ ) { @@ -98,8 +98,8 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onFqn, + Action onObjectNumber, + Action onFqn, Action onUnknown_ ) { @@ -118,15 +118,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemObjectNumber? value + out CloudPDF.DocFormsGet200ResponseCalculationOrderItemObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemObjectNumber)Value!; + value = (CloudPDF.DocFormsGet200ResponseCalculationOrderItemObjectNumber)Value!; return true; } value = null; @@ -134,13 +134,13 @@ out CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemObjectNumber? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsFqn(out CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemFqn? value) + public bool TryAsFqn(out CloudPDF.DocFormsGet200ResponseCalculationOrderItemFqn? value) { if (Kind == "fqn") { - value = (CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemFqn)Value!; + value = (CloudPDF.DocFormsGet200ResponseCalculationOrderItemFqn)Value!; return true; } value = null; @@ -199,18 +199,18 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemObjectNumber" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseCalculationOrderItemObjectNumber" ), "fqn" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemFqn" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseCalculationOrderItemFqn" ), _ => json.Deserialize(options), }; @@ -262,19 +262,17 @@ JsonSerializerOptions options [Serializable] public struct ObjectNumber { - public ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemObjectNumber value - ) + public ObjectNumber(CloudPDF.DocFormsGet200ResponseCalculationOrderItemObjectNumber value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemObjectNumber Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseCalculationOrderItemObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseCalculationOrderItem.ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemObjectNumber value + CloudPDF.DocFormsGet200ResponseCalculationOrderItemObjectNumber value ) => new(value); } @@ -284,17 +282,17 @@ CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemObjectNumber value [Serializable] public struct Fqn { - public Fqn(CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemFqn value) + public Fqn(CloudPDF.DocFormsGet200ResponseCalculationOrderItemFqn value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemFqn Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseCalculationOrderItemFqn Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseCalculationOrderItem.Fqn( - CloudpdfApi.DocFormsGet200ResponseCalculationOrderItemFqn value + CloudPDF.DocFormsGet200ResponseCalculationOrderItemFqn value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseCalculationOrderItemFqn.cs b/src/CloudPDF/Types/DocFormsGet200ResponseCalculationOrderItemFqn.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseCalculationOrderItemFqn.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseCalculationOrderItemFqn.cs index 01a4e53..922aa9f 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseCalculationOrderItemFqn.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseCalculationOrderItemFqn.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseCalculationOrderItemFqn : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseCalculationOrderItemObjectNumber.cs b/src/CloudPDF/Types/DocFormsGet200ResponseCalculationOrderItemObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseCalculationOrderItemObjectNumber.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseCalculationOrderItemObjectNumber.cs index 496d56e..8320571 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseCalculationOrderItemObjectNumber.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseCalculationOrderItemObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseCalculationOrderItemObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItem.cs similarity index 65% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItem.cs index b59ef59..e47d046 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItem.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItem.JsonConverter))] [Serializable] @@ -142,102 +142,102 @@ public DocFormsGet200ResponseFieldsItem(DocFormsGet200ResponseFieldsItem.Unknown public bool IsUnknown => Family == "unknown"; /// - /// Returns the value as a if is 'text', otherwise throws an exception. + /// Returns the value as a if is 'text', otherwise throws an exception. /// /// Thrown when is not 'text'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemText AsText() => + public CloudPDF.DocFormsGet200ResponseFieldsItemText AsText() => IsText - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemText)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemText)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItem.Family is not 'text'" ); /// - /// Returns the value as a if is 'checkbox', otherwise throws an exception. + /// Returns the value as a if is 'checkbox', otherwise throws an exception. /// /// Thrown when is not 'checkbox'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckbox AsCheckbox() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCheckbox AsCheckbox() => IsCheckbox - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckbox)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCheckbox)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItem.Family is not 'checkbox'" ); /// - /// Returns the value as a if is 'radio', otherwise throws an exception. + /// Returns the value as a if is 'radio', otherwise throws an exception. /// /// Thrown when is not 'radio'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemRadio AsRadio() => + public CloudPDF.DocFormsGet200ResponseFieldsItemRadio AsRadio() => IsRadio - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadio)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemRadio)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItem.Family is not 'radio'" ); /// - /// Returns the value as a if is 'combobox', otherwise throws an exception. + /// Returns the value as a if is 'combobox', otherwise throws an exception. /// /// Thrown when is not 'combobox'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCombobox AsCombobox() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCombobox AsCombobox() => IsCombobox - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCombobox)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCombobox)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItem.Family is not 'combobox'" ); /// - /// Returns the value as a if is 'listbox', otherwise throws an exception. + /// Returns the value as a if is 'listbox', otherwise throws an exception. /// /// Thrown when is not 'listbox'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemListbox AsListbox() => + public CloudPDF.DocFormsGet200ResponseFieldsItemListbox AsListbox() => IsListbox - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemListbox)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemListbox)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItem.Family is not 'listbox'" ); /// - /// Returns the value as a if is 'pushbutton', otherwise throws an exception. + /// Returns the value as a if is 'pushbutton', otherwise throws an exception. /// /// Thrown when is not 'pushbutton'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbutton AsPushbutton() => + public CloudPDF.DocFormsGet200ResponseFieldsItemPushbutton AsPushbutton() => IsPushbutton - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbutton)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemPushbutton)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItem.Family is not 'pushbutton'" ); /// - /// Returns the value as a if is 'signature', otherwise throws an exception. + /// Returns the value as a if is 'signature', otherwise throws an exception. /// /// Thrown when is not 'signature'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemSignature AsSignature() => + public CloudPDF.DocFormsGet200ResponseFieldsItemSignature AsSignature() => IsSignature - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignature)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemSignature)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItem.Family is not 'signature'" ); /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknown AsUnknown() => + public CloudPDF.DocFormsGet200ResponseFieldsItemUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknown)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemUnknown)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItem.Family is not 'unknown'" ); public T Match( - Func onText, - Func onCheckbox, - Func onRadio, - Func onCombobox, - Func onListbox, - Func onPushbutton, - Func onSignature, - Func onUnknown, + Func onText, + Func onCheckbox, + Func onRadio, + Func onCombobox, + Func onListbox, + Func onPushbutton, + Func onSignature, + Func onUnknown, Func onUnknown_ ) { @@ -256,14 +256,14 @@ public T Match( } public void Visit( - Action onText, - Action onCheckbox, - Action onRadio, - Action onCombobox, - Action onListbox, - Action onPushbutton, - Action onSignature, - Action onUnknown, + Action onText, + Action onCheckbox, + Action onRadio, + Action onCombobox, + Action onListbox, + Action onPushbutton, + Action onSignature, + Action onUnknown, Action onUnknown_ ) { @@ -300,13 +300,13 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsText(out CloudpdfApi.DocFormsGet200ResponseFieldsItemText? value) + public bool TryAsText(out CloudPDF.DocFormsGet200ResponseFieldsItemText? value) { if (Family == "text") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemText)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemText)Value!; return true; } value = null; @@ -314,13 +314,13 @@ public bool TryAsText(out CloudpdfApi.DocFormsGet200ResponseFieldsItemText? valu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsCheckbox(out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckbox? value) + public bool TryAsCheckbox(out CloudPDF.DocFormsGet200ResponseFieldsItemCheckbox? value) { if (Family == "checkbox") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckbox)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCheckbox)Value!; return true; } value = null; @@ -328,13 +328,13 @@ public bool TryAsCheckbox(out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckb } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsRadio(out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadio? value) + public bool TryAsRadio(out CloudPDF.DocFormsGet200ResponseFieldsItemRadio? value) { if (Family == "radio") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadio)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemRadio)Value!; return true; } value = null; @@ -342,13 +342,13 @@ public bool TryAsRadio(out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadio? va } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsCombobox(out CloudpdfApi.DocFormsGet200ResponseFieldsItemCombobox? value) + public bool TryAsCombobox(out CloudPDF.DocFormsGet200ResponseFieldsItemCombobox? value) { if (Family == "combobox") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemCombobox)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCombobox)Value!; return true; } value = null; @@ -356,13 +356,13 @@ public bool TryAsCombobox(out CloudpdfApi.DocFormsGet200ResponseFieldsItemCombob } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsListbox(out CloudpdfApi.DocFormsGet200ResponseFieldsItemListbox? value) + public bool TryAsListbox(out CloudPDF.DocFormsGet200ResponseFieldsItemListbox? value) { if (Family == "listbox") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemListbox)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemListbox)Value!; return true; } value = null; @@ -370,13 +370,13 @@ public bool TryAsListbox(out CloudpdfApi.DocFormsGet200ResponseFieldsItemListbox } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsPushbutton(out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbutton? value) + public bool TryAsPushbutton(out CloudPDF.DocFormsGet200ResponseFieldsItemPushbutton? value) { if (Family == "pushbutton") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbutton)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemPushbutton)Value!; return true; } value = null; @@ -384,13 +384,13 @@ public bool TryAsPushbutton(out CloudpdfApi.DocFormsGet200ResponseFieldsItemPush } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsSignature(out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignature? value) + public bool TryAsSignature(out CloudPDF.DocFormsGet200ResponseFieldsItemSignature? value) { if (Family == "signature") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignature)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemSignature)Value!; return true; } value = null; @@ -398,13 +398,13 @@ public bool TryAsSignature(out CloudpdfApi.DocFormsGet200ResponseFieldsItemSigna } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsUnknown(out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknown? value) + public bool TryAsUnknown(out CloudPDF.DocFormsGet200ResponseFieldsItemUnknown? value) { if (Family == "unknown") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknown)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemUnknown)Value!; return true; } value = null; @@ -487,60 +487,60 @@ JsonSerializerOptions options var value = discriminator switch { "text" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemText" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemText" ), "checkbox" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckbox" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCheckbox" ), "radio" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemRadio" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemRadio" ), "combobox" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCombobox" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCombobox" ), "listbox" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemListbox" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemListbox" ), "pushbutton" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbutton" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemPushbutton" ), "signature" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemSignature" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemSignature" ), "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknown" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemUnknown" ), _ => json.Deserialize(options), }; @@ -598,17 +598,17 @@ JsonSerializerOptions options [Serializable] public struct Text { - public Text(CloudpdfApi.DocFormsGet200ResponseFieldsItemText value) + public Text(CloudPDF.DocFormsGet200ResponseFieldsItemText value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemText Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemText Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItem.Text( - CloudpdfApi.DocFormsGet200ResponseFieldsItemText value + CloudPDF.DocFormsGet200ResponseFieldsItemText value ) => new(value); } @@ -618,17 +618,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemText value [Serializable] public struct Checkbox { - public Checkbox(CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckbox value) + public Checkbox(CloudPDF.DocFormsGet200ResponseFieldsItemCheckbox value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckbox Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCheckbox Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItem.Checkbox( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckbox value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckbox value ) => new(value); } @@ -638,17 +638,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckbox value [Serializable] public struct Radio { - public Radio(CloudpdfApi.DocFormsGet200ResponseFieldsItemRadio value) + public Radio(CloudPDF.DocFormsGet200ResponseFieldsItemRadio value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemRadio Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemRadio Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItem.Radio( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadio value + CloudPDF.DocFormsGet200ResponseFieldsItemRadio value ) => new(value); } @@ -658,17 +658,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemRadio value [Serializable] public struct Combobox { - public Combobox(CloudpdfApi.DocFormsGet200ResponseFieldsItemCombobox value) + public Combobox(CloudPDF.DocFormsGet200ResponseFieldsItemCombobox value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCombobox Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCombobox Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItem.Combobox( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCombobox value + CloudPDF.DocFormsGet200ResponseFieldsItemCombobox value ) => new(value); } @@ -678,17 +678,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemCombobox value [Serializable] public struct Listbox { - public Listbox(CloudpdfApi.DocFormsGet200ResponseFieldsItemListbox value) + public Listbox(CloudPDF.DocFormsGet200ResponseFieldsItemListbox value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemListbox Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemListbox Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItem.Listbox( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListbox value + CloudPDF.DocFormsGet200ResponseFieldsItemListbox value ) => new(value); } @@ -698,17 +698,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemListbox value [Serializable] public struct Pushbutton { - public Pushbutton(CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbutton value) + public Pushbutton(CloudPDF.DocFormsGet200ResponseFieldsItemPushbutton value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbutton Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemPushbutton Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItem.Pushbutton( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbutton value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbutton value ) => new(value); } @@ -718,17 +718,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbutton value [Serializable] public struct Signature { - public Signature(CloudpdfApi.DocFormsGet200ResponseFieldsItemSignature value) + public Signature(CloudPDF.DocFormsGet200ResponseFieldsItemSignature value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemSignature Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemSignature Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItem.Signature( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignature value + CloudPDF.DocFormsGet200ResponseFieldsItemSignature value ) => new(value); } @@ -738,17 +738,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemSignature value [Serializable] public struct Unknown { - public Unknown(CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknown value) + public Unknown(CloudPDF.DocFormsGet200ResponseFieldsItemUnknown value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknown Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItem.Unknown( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknown value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckbox.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckbox.cs similarity index 97% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckbox.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckbox.cs index fd46574..ad0572b 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckbox.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckbox.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckbox : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActions.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActions.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActions.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActions.cs index 00da47c..8d33bec 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActions.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate.cs index 1d54373..0909921 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot.cs index 7bef1c6..7769004 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType.cs index 98ed352..31abfdf 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType.DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem.cs index f256ab6..288908d 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem.DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormat.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormat.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormat.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormat.cs index 9a40f23..3e971e6 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormat.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormat.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxActionsFormat : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot.cs index 6f9d4e3..3ae148b 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType.cs index d56e7a5..c44b2e9 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType.DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItem.cs index 05416b5..6283fbf 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItem.DocFormsGet200ResponseFieldsItemCheckboxActionsFormatWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke.cs index cbe779f..b397945 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxActionsKeystroke : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot.cs index ae45b24..633e77a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType.cs index 4d72c3a..97947d3 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType.DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItem.cs index 72e10a0..b8c9657 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItem.DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidate.cs index bd94a81..aabc095 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxActionsValidate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot.cs index fb4f783..eb5cf2d 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType.cs index ce5b524..b041f82 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType.DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItem.cs index d77d222..5ab76ff 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItem.DocFormsGet200ResponseFieldsItemCheckboxActionsValidateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.cs similarity index 67% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.cs index e6e1c93..1489abb 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.JsonConverter))] [Serializable] @@ -94,59 +94,55 @@ DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported) - Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar, - T - > onScalar, - Func onArray, - Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -163,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -191,16 +187,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone)Value!; return true; } value = null; @@ -208,15 +203,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone? v } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar) + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar) Value!; return true; } @@ -225,16 +220,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray)Value!; return true; } value = null; @@ -242,17 +236,16 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = - (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported) + Value!; return true; } value = null; @@ -322,32 +315,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -407,17 +400,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone value ) => new(value); } @@ -428,18 +421,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone value public struct Scalar { public Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar value ) => new(value); } @@ -449,19 +442,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar valu [Serializable] public struct Array { - public Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray value - ) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray value ) => new(value); } @@ -472,18 +463,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray.cs index 31c3929..019b8ec 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone.cs index 95aa2d0..c562be4 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar.cs index e0a3033..aa4e85a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported.cs index d8d9a82..7f8ad64 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxDefaultValueEntryUnsupported diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxFlags.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxFlags.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxFlags.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxFlags.cs index 869c979..31bf72c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxFlags.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxOrigin.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxOrigin.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxOrigin.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxOrigin.cs index a26f1a9..a724ba0 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxOrigin.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxOrigin.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemCheckboxOrigin.DocFormsGet200ResponseFieldsItemCheckboxOriginSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxRef.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxRef.cs similarity index 74% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxRef.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxRef.cs index 9a11854..5c5e0ef 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxRef.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemCheckboxRef.JsonConverter))] [Serializable] @@ -62,30 +62,30 @@ DocFormsGet200ResponseFieldsItemCheckboxRef.Fqn value public bool IsFqn => Kind == "fqn"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber AsObjectNumber() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemCheckboxRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'fqn', otherwise throws an exception. + /// Returns the value as a if is 'fqn', otherwise throws an exception. /// /// Thrown when is not 'fqn'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefFqn AsFqn() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefFqn AsFqn() => IsFqn - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefFqn)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefFqn)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemCheckboxRef.Kind is not 'fqn'" ); public T Match( - Func onObjectNumber, - Func onFqn, + Func onObjectNumber, + Func onFqn, Func onUnknown_ ) { @@ -98,8 +98,8 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onFqn, + Action onObjectNumber, + Action onFqn, Action onUnknown_ ) { @@ -118,15 +118,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber? value + out CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber)Value!; return true; } value = null; @@ -134,13 +134,13 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsFqn(out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefFqn? value) + public bool TryAsFqn(out CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefFqn? value) { if (Kind == "fqn") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefFqn)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefFqn)Value!; return true; } value = null; @@ -199,18 +199,18 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber" ), "fqn" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefFqn" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefFqn" ), _ => json.Deserialize(options), }; @@ -262,19 +262,17 @@ JsonSerializerOptions options [Serializable] public struct ObjectNumber { - public ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber value - ) + public ObjectNumber(CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemCheckboxRef.ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber value ) => new(value); } @@ -284,17 +282,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber value [Serializable] public struct Fqn { - public Fqn(CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefFqn value) + public Fqn(CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefFqn value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefFqn Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefFqn Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemCheckboxRef.Fqn( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxRefFqn value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxRefFqn value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxRefFqn.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxRefFqn.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxRefFqn.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxRefFqn.cs index 9181d20..2b1ac7c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxRefFqn.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxRefFqn.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxRefFqn : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber.cs index c0939f4..6af7d5c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntry.cs index fb299a2..14ba101 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemCheckboxValueEntry.JsonConverter))] [Serializable] @@ -94,55 +94,55 @@ DocFormsGet200ResponseFieldsItemCheckboxValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemCheckboxValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemCheckboxValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemCheckboxValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemCheckboxValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, - Func onScalar, - Func onArray, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -159,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -187,15 +187,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone)Value!; return true; } value = null; @@ -203,15 +203,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar)Value!; return true; } value = null; @@ -219,15 +219,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray)Value!; return true; } value = null; @@ -235,16 +235,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported)Value!; return true; } value = null; @@ -314,32 +313,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -393,17 +392,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemCheckboxValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone value ) => new(value); } @@ -413,17 +412,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone value [Serializable] public struct Scalar { - public Scalar(CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar value) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemCheckboxValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar value ) => new(value); } @@ -433,17 +432,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar value [Serializable] public struct Array { - public Array(CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray value) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemCheckboxValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray value ) => new(value); } @@ -454,18 +453,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemCheckboxValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray.cs index ffda2ec..497c3c9 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone.cs index 7b384cd..c386a0b 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar.cs index 573689c..17ed543 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported.cs index db2d1cb..45a0213 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxValueEntryUnsupported : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem.cs index 01d34e9..e0de58e 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCheckboxWidgetsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCombobox.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCombobox.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCombobox.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCombobox.cs index bf7377a..ac8f3a0 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemCombobox.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemCombobox.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemCombobox : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActions.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActions.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActions.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActions.cs index a498d1a..667fc00 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActions.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculate.cs index 8266971..9c405dd 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxActionsCalculate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot.cs index df240db..2bda005 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType.cs index 42c9b1b..24c88f5 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType.DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItem.cs index 60e245c..c15c99c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItem.DocFormsGet200ResponseFieldsItemComboboxActionsCalculateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormat.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormat.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormat.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormat.cs index c239b6e..8218016 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormat.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormat.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxActionsFormat : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot.cs index ef1b363..20b7699 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType.cs index efdc61e..13c282a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType.DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItem.cs index e0c951c..80426c2 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItem.DocFormsGet200ResponseFieldsItemComboboxActionsFormatWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke.cs index 6191c3d..e024f5a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxActionsKeystroke : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot.cs index 573caed..7f4bcb1 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType.cs index 77611f1..75d2006 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType.DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItem.cs index 51c6414..b56796a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItem.DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidate.cs index 48e849a..bd60bbe 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxActionsValidate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot.cs index 92d6e5d..29de005 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType.cs index 87054e3..898d87a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType.DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItem.cs index 1d141b0..9a1f492 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItem.DocFormsGet200ResponseFieldsItemComboboxActionsValidateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.cs similarity index 67% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.cs index 4b91634..0a8e517 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.JsonConverter))] [Serializable] @@ -94,59 +94,55 @@ DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported) - Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar, - T - > onScalar, - Func onArray, - Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -163,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -191,16 +187,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone)Value!; return true; } value = null; @@ -208,15 +203,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone? v } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar) + value = (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar) Value!; return true; } @@ -225,16 +220,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray)Value!; return true; } value = null; @@ -242,17 +236,16 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = - (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported) + Value!; return true; } value = null; @@ -322,32 +315,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -407,17 +400,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone value ) => new(value); } @@ -428,18 +421,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone value public struct Scalar { public Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar value ) => new(value); } @@ -449,19 +442,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar valu [Serializable] public struct Array { - public Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray value - ) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray value ) => new(value); } @@ -472,18 +463,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray.cs index 7079888..414d7c9 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone.cs index 8d255d3..a28f1f0 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar.cs index c8080f9..74b6193 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported.cs index c225955..175ce27 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxDefaultValueEntryUnsupported diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxFlags.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxFlags.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxFlags.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxFlags.cs index a8167ec..f7b01a7 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxFlags.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxOptionsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxOptionsItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxOptionsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxOptionsItem.cs index 68796a6..ccc59cf 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxOptionsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxOptionsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxOptionsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxOrigin.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxOrigin.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxOrigin.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxOrigin.cs index 5489163..0f3a595 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxOrigin.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxOrigin.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemComboboxOrigin.DocFormsGet200ResponseFieldsItemComboboxOriginSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxRef.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxRef.cs similarity index 74% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxRef.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxRef.cs index 15ebbf1..88e9fb5 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxRef.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemComboboxRef.JsonConverter))] [Serializable] @@ -62,30 +62,30 @@ DocFormsGet200ResponseFieldsItemComboboxRef.Fqn value public bool IsFqn => Kind == "fqn"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber AsObjectNumber() => + public CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemComboboxRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'fqn', otherwise throws an exception. + /// Returns the value as a if is 'fqn', otherwise throws an exception. /// /// Thrown when is not 'fqn'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefFqn AsFqn() => + public CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefFqn AsFqn() => IsFqn - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefFqn)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefFqn)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemComboboxRef.Kind is not 'fqn'" ); public T Match( - Func onObjectNumber, - Func onFqn, + Func onObjectNumber, + Func onFqn, Func onUnknown_ ) { @@ -98,8 +98,8 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onFqn, + Action onObjectNumber, + Action onFqn, Action onUnknown_ ) { @@ -118,15 +118,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber? value + out CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber)Value!; return true; } value = null; @@ -134,13 +134,13 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsFqn(out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefFqn? value) + public bool TryAsFqn(out CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefFqn? value) { if (Kind == "fqn") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefFqn)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefFqn)Value!; return true; } value = null; @@ -199,18 +199,18 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber" ), "fqn" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefFqn" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefFqn" ), _ => json.Deserialize(options), }; @@ -262,19 +262,17 @@ JsonSerializerOptions options [Serializable] public struct ObjectNumber { - public ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber value - ) + public ObjectNumber(CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemComboboxRef.ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber value ) => new(value); } @@ -284,17 +282,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber value [Serializable] public struct Fqn { - public Fqn(CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefFqn value) + public Fqn(CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefFqn value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefFqn Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefFqn Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemComboboxRef.Fqn( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxRefFqn value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxRefFqn value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxRefFqn.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxRefFqn.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxRefFqn.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxRefFqn.cs index 2752ccb..996f3ae 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxRefFqn.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxRefFqn.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxRefFqn : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber.cs index 081337e..8303a6e 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntry.cs index a790dfc..c6fee90 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemComboboxValueEntry.JsonConverter))] [Serializable] @@ -94,55 +94,55 @@ DocFormsGet200ResponseFieldsItemComboboxValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemComboboxValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemComboboxValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemComboboxValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemComboboxValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, - Func onScalar, - Func onArray, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -159,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -187,15 +187,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone)Value!; return true; } value = null; @@ -203,15 +203,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar)Value!; return true; } value = null; @@ -219,15 +219,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray)Value!; return true; } value = null; @@ -235,16 +235,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported)Value!; return true; } value = null; @@ -314,32 +313,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -393,17 +392,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemComboboxValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone value ) => new(value); } @@ -413,17 +412,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryNone value [Serializable] public struct Scalar { - public Scalar(CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar value) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemComboboxValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar value ) => new(value); } @@ -433,17 +432,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar value [Serializable] public struct Array { - public Array(CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray value) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemComboboxValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray value ) => new(value); } @@ -454,18 +453,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemComboboxValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryArray.cs index bb87813..2971f91 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryNone.cs index 10905b3..d8b905a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar.cs index c83c948..cdbacbd 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported.cs index 484246e..a1614e2 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxValueEntryUnsupported : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxWidgetsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxWidgetsItem.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxWidgetsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxWidgetsItem.cs index 33f96f3..c00d913 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemComboboxWidgetsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemComboboxWidgetsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemComboboxWidgetsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListbox.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListbox.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListbox.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListbox.cs index f852850..bcad817 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListbox.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListbox.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListbox : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActions.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActions.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActions.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActions.cs index 17a6790..e6f8d26 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActions.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculate.cs index a0ae3e6..a188ea0 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxActionsCalculate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot.cs index 4a49539..d701a3c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType.cs index 00b01ff..5be6c22 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType.DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItem.cs index ca180c4..3c4bc0c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItem.DocFormsGet200ResponseFieldsItemListboxActionsCalculateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormat.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormat.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormat.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormat.cs index 3516026..638a804 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormat.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormat.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxActionsFormat : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot.cs index cc9895e..454777e 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType.cs index 16917f7..d6343c7 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType.DocFormsGet200ResponseFieldsItemListboxActionsFormatRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItem.cs index 53ea62b..c9011af 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItem.DocFormsGet200ResponseFieldsItemListboxActionsFormatWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystroke.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystroke.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystroke.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystroke.cs index 2790454..53e9335 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystroke.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystroke.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxActionsKeystroke : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot.cs index e67c6b1..28aa981 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType.cs index c2eec55..5322a74 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType.DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItem.cs index 6398c69..69a24d4 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItem.DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidate.cs index 5aa49b8..95c7200 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxActionsValidate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot.cs index 92162a2..f910c32 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType.cs index cdbaae8..3ff3077 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType.DocFormsGet200ResponseFieldsItemListboxActionsValidateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItem.cs index 5e3d1ad..7a693d0 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItem.DocFormsGet200ResponseFieldsItemListboxActionsValidateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.cs similarity index 67% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.cs index 79eefd0..72cb197 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.JsonConverter))] [Serializable] @@ -94,59 +94,55 @@ DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported) - Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar, - T - > onScalar, - Func onArray, - Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -163,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -191,16 +187,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone)Value!; return true; } value = null; @@ -208,16 +203,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone? va } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar)Value!; return true; } value = null; @@ -225,16 +219,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray)Value!; return true; } value = null; @@ -242,17 +235,16 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray? v } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = - (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported) + Value!; return true; } value = null; @@ -322,32 +314,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -407,17 +399,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone value ) => new(value); } @@ -427,19 +419,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone value [Serializable] public struct Scalar { - public Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar value - ) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar value ) => new(value); } @@ -449,19 +439,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar value [Serializable] public struct Array { - public Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray value - ) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray value ) => new(value); } @@ -472,18 +460,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemListboxDefaultValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray.cs index 758849f..aac40ee 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone.cs index 7743bd3..ad37635 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar.cs index 0cdeaab..a3ba245 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported.cs index 94d79db..a7a14e4 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxDefaultValueEntryUnsupported diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxFlags.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxFlags.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxFlags.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxFlags.cs index b633077..99614e9 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxFlags.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxOptionsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxOptionsItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxOptionsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxOptionsItem.cs index 9e15685..483ad96 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxOptionsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxOptionsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxOptionsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxOrigin.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxOrigin.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxOrigin.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxOrigin.cs index aedf6b9..d984ffd 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxOrigin.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxOrigin.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemListboxOrigin.DocFormsGet200ResponseFieldsItemListboxOriginSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxRef.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxRef.cs similarity index 74% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxRef.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxRef.cs index 2d5e2fa..13cc84d 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxRef.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemListboxRef.JsonConverter))] [Serializable] @@ -62,30 +62,30 @@ DocFormsGet200ResponseFieldsItemListboxRef.Fqn value public bool IsFqn => Kind == "fqn"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber AsObjectNumber() => + public CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemListboxRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'fqn', otherwise throws an exception. + /// Returns the value as a if is 'fqn', otherwise throws an exception. /// /// Thrown when is not 'fqn'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefFqn AsFqn() => + public CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefFqn AsFqn() => IsFqn - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefFqn)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefFqn)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemListboxRef.Kind is not 'fqn'" ); public T Match( - Func onObjectNumber, - Func onFqn, + Func onObjectNumber, + Func onFqn, Func onUnknown_ ) { @@ -98,8 +98,8 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onFqn, + Action onObjectNumber, + Action onFqn, Action onUnknown_ ) { @@ -118,15 +118,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber? value + out CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber)Value!; return true; } value = null; @@ -134,13 +134,13 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsFqn(out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefFqn? value) + public bool TryAsFqn(out CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefFqn? value) { if (Kind == "fqn") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefFqn)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefFqn)Value!; return true; } value = null; @@ -199,18 +199,18 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber" ), "fqn" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefFqn" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefFqn" ), _ => json.Deserialize(options), }; @@ -262,19 +262,17 @@ JsonSerializerOptions options [Serializable] public struct ObjectNumber { - public ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber value - ) + public ObjectNumber(CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemListboxRef.ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber value ) => new(value); } @@ -284,17 +282,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefObjectNumber value [Serializable] public struct Fqn { - public Fqn(CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefFqn value) + public Fqn(CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefFqn value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefFqn Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefFqn Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemListboxRef.Fqn( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxRefFqn value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxRefFqn value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxRefFqn.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxRefFqn.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxRefFqn.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxRefFqn.cs index 90e3fea..8a5b99d 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxRefFqn.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxRefFqn.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxRefFqn : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxRefObjectNumber.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxRefObjectNumber.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxRefObjectNumber.cs index 9177a39..01b320f 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntry.cs index 9789766..c139e2b 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemListboxValueEntry.JsonConverter))] [Serializable] @@ -94,55 +94,55 @@ DocFormsGet200ResponseFieldsItemListboxValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemListboxValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemListboxValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemListboxValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemListboxValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, - Func onScalar, - Func onArray, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -159,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -187,15 +187,13 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryNone? value - ) + public bool TryAsNone(out CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryNone? value) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryNone)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryNone)Value!; return true; } value = null; @@ -203,15 +201,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryNone? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar)Value!; return true; } value = null; @@ -219,15 +217,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryArray)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryArray)Value!; return true; } value = null; @@ -235,16 +233,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryArray? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported)Value!; return true; } value = null; @@ -314,32 +311,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -393,17 +390,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemListboxValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryNone value ) => new(value); } @@ -413,17 +410,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryNone value [Serializable] public struct Scalar { - public Scalar(CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar value) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemListboxValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar value ) => new(value); } @@ -433,17 +430,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryScalar value [Serializable] public struct Array { - public Array(CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryArray value) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemListboxValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryArray value ) => new(value); } @@ -454,18 +451,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemListboxValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryArray.cs index c3279a0..881f805 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryNone.cs index 0b3cd08..6131580 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryScalar.cs index 6b4ed9e..c9d6423 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported.cs index b9f17a3..1d4f5f1 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxValueEntryUnsupported : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxWidgetsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxWidgetsItem.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxWidgetsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxWidgetsItem.cs index a0e5314..39d4276 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemListboxWidgetsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemListboxWidgetsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemListboxWidgetsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbutton.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbutton.cs similarity index 97% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbutton.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbutton.cs index 6185d00..df6476a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbutton.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbutton.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbutton : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActions.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActions.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActions.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActions.cs index b519897..fe29d52 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActions.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate.cs index dd344f3..01389d0 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot.cs index e2dc63d..0f41c40 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType.cs index 7c9ad2e..eaffa24 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType.DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItem.cs index 822762f..1739cd1 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItem.DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat.cs index 8d8b6ad..a92c7f4 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonActionsFormat : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot.cs index d256f3c..d0c65cc 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType.cs index 3c6fca3..1c2939e 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType.DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItem.cs index fe1c65b..730c018 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItem.DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke.cs index d256220..351e525 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystroke : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot.cs index 1f726b0..0297c42 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType.cs index a244e16..fc329e9 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType.DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItem.cs index 084bfd1..7009661 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItem.DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate.cs index f88790f..ff2fe1c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonActionsValidate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot.cs index 8c67e54..635f1d6 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType.cs index 665decf..c8dda77 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType.DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItem.cs index dfbd231..441b6c9 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItem.DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.cs index 1348cf8..f8a762e 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.JsonConverter))] [Serializable] @@ -94,62 +94,59 @@ DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported) + ? (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported) Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, + Func onNone, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar, + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar, T > onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray, - T - > onArray, - Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -166,10 +163,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -194,15 +191,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone) + value = (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone) Value!; return true; } @@ -211,15 +208,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar) + value = (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar) Value!; return true; } @@ -228,15 +225,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScala } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray) + value = (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray) Value!; return true; } @@ -245,16 +242,16 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported? value ) { if (Kind == "unsupported") { value = - (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported) + (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported) Value!; return true; } @@ -325,32 +322,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -410,19 +407,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone value - ) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone value ) => new(value); } @@ -433,18 +428,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone valu public struct Scalar { public Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar value ) => new(value); } @@ -455,18 +450,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar va public struct Array { public Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray value ) => new(value); } @@ -477,18 +472,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray val public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray.cs index 1c80d1c..90ea49a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone.cs index 9a83839..57b1dab 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar.cs index d11b228..b92d2b2 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryScalar diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported.cs index 9f8fe07..20ae6ab 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonDefaultValueEntryUnsupported diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonFlags.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonFlags.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonFlags.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonFlags.cs index d30b4ec..934fa7a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonFlags.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonOrigin.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonOrigin.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonOrigin.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonOrigin.cs index de611e7..f20cee0 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonOrigin.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonOrigin.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemPushbuttonOrigin.DocFormsGet200ResponseFieldsItemPushbuttonOriginSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonRef.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonRef.cs similarity index 74% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonRef.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonRef.cs index f3d1785..b1c612c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonRef.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemPushbuttonRef.JsonConverter))] [Serializable] @@ -62,33 +62,30 @@ DocFormsGet200ResponseFieldsItemPushbuttonRef.Fqn value public bool IsFqn => Kind == "fqn"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber AsObjectNumber() => + public CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemPushbuttonRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'fqn', otherwise throws an exception. + /// Returns the value as a if is 'fqn', otherwise throws an exception. /// /// Thrown when is not 'fqn'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn AsFqn() => + public CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn AsFqn() => IsFqn - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemPushbuttonRef.Kind is not 'fqn'" ); public T Match( - Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber, - T - > onObjectNumber, - Func onFqn, + Func onObjectNumber, + Func onFqn, Func onUnknown_ ) { @@ -101,8 +98,8 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onFqn, + Action onObjectNumber, + Action onFqn, Action onUnknown_ ) { @@ -121,15 +118,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber? value + out CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber)Value!; return true; } value = null; @@ -137,13 +134,13 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsFqn(out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn? value) + public bool TryAsFqn(out CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn? value) { if (Kind == "fqn") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn)Value!; return true; } value = null; @@ -203,18 +200,18 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber" ), "fqn" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn" ), _ => json.Deserialize(options), }; @@ -267,18 +264,18 @@ JsonSerializerOptions options public struct ObjectNumber { public ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemPushbuttonRef.ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber value ) => new(value); } @@ -288,17 +285,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber value [Serializable] public struct Fqn { - public Fqn(CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn value) + public Fqn(CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemPushbuttonRef.Fqn( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonRefFqn value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefFqn.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefFqn.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefFqn.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefFqn.cs index fa3aa1e..9c2048e 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefFqn.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefFqn.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonRefFqn : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber.cs index 6c08242..697ede9 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.cs index cbcaeb3..4dc65b7 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.JsonConverter))] [Serializable] @@ -94,55 +94,55 @@ DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, - Func onScalar, - Func onArray, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -159,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -187,15 +187,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone)Value!; return true; } value = null; @@ -203,15 +203,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar)Value!; return true; } value = null; @@ -219,15 +219,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar? valu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray)Value!; return true; } value = null; @@ -235,15 +235,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported) + value = (CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported) Value!; return true; } @@ -314,32 +314,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -396,17 +396,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone value ) => new(value); } @@ -416,17 +416,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone value [Serializable] public struct Scalar { - public Scalar(CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar value) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar value ) => new(value); } @@ -436,17 +436,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar value [Serializable] public struct Array { - public Array(CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray value) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray value ) => new(value); } @@ -457,18 +457,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemPushbuttonValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray.cs index 9eeb251..9c5667a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone.cs index d364109..a5fed0a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar.cs index 3669b4b..e93367a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported.cs index c3c7f16..0ca9334 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonValueEntryUnsupported : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem.cs index 81e0d20..ffe2ab7 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemPushbuttonWidgetsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadio.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadio.cs similarity index 97% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadio.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadio.cs index 50fc26a..06e584f 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadio.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadio.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadio : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActions.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActions.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActions.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActions.cs index 4162464..5ae8572 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActions.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculate.cs index 732853b..1d1089c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioActionsCalculate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot.cs index a67fc1f..5abbfc4 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType.cs index cefc72f..3e2586f 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType.DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItem.cs index 87876e4..08d8b8a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItem.DocFormsGet200ResponseFieldsItemRadioActionsCalculateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormat.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormat.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormat.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormat.cs index 22a3528..869dccd 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormat.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormat.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioActionsFormat : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot.cs index da058ea..0e55d0d 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType.cs index 05ca0d8..d2e9a39 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType.DocFormsGet200ResponseFieldsItemRadioActionsFormatRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItem.cs index ef4e9d8..21f751d 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItem.DocFormsGet200ResponseFieldsItemRadioActionsFormatWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystroke.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystroke.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystroke.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystroke.cs index 001cd2a..c1d27f9 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystroke.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystroke.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioActionsKeystroke : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot.cs index 4f70386..08406d8 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType.cs index a1f23ce..9f03fb9 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType.DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItem.cs index 8f34f82..401ddce 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItem.DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidate.cs index 76a6d0a..9679375 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioActionsValidate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot.cs index c44d1e2..795e477 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType.cs index 90d714f..2f31f88 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType.DocFormsGet200ResponseFieldsItemRadioActionsValidateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItem.cs index f61d449..8905fdd 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItem.DocFormsGet200ResponseFieldsItemRadioActionsValidateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.cs index 22a380d..97e2a42 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.JsonConverter))] [Serializable] @@ -94,55 +94,55 @@ DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, - Func onScalar, - Func onArray, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -159,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -187,15 +187,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone)Value!; return true; } value = null; @@ -203,16 +203,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone? valu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar)Value!; return true; } value = null; @@ -220,15 +219,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar? va } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray)Value!; return true; } value = null; @@ -236,15 +235,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray? val } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported) + value = (CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported) Value!; return true; } @@ -315,32 +314,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -397,17 +396,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone value ) => new(value); } @@ -417,19 +416,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone value [Serializable] public struct Scalar { - public Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar value - ) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar value ) => new(value); } @@ -439,17 +436,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar value [Serializable] public struct Array { - public Array(CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray value) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray value ) => new(value); } @@ -460,18 +457,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemRadioDefaultValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray.cs index ecdca20..d64bbac 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone.cs index 9ddcaf1..ee74871 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar.cs index 71ed253..cfd3ec4 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported.cs index a350377..ead3b05 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioDefaultValueEntryUnsupported diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioFlags.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioFlags.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioFlags.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioFlags.cs index b500814..38b97db 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioFlags.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioOrigin.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioOrigin.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioOrigin.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioOrigin.cs index 782528a..c369205 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioOrigin.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioOrigin.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemRadioOrigin.DocFormsGet200ResponseFieldsItemRadioOriginSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioRef.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioRef.cs similarity index 75% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioRef.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioRef.cs index 8d0890d..54294a1 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioRef.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemRadioRef.JsonConverter))] [Serializable] @@ -62,30 +62,30 @@ DocFormsGet200ResponseFieldsItemRadioRef.Fqn value public bool IsFqn => Kind == "fqn"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber AsObjectNumber() => + public CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemRadioRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'fqn', otherwise throws an exception. + /// Returns the value as a if is 'fqn', otherwise throws an exception. /// /// Thrown when is not 'fqn'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefFqn AsFqn() => + public CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefFqn AsFqn() => IsFqn - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefFqn)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefFqn)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemRadioRef.Kind is not 'fqn'" ); public T Match( - Func onObjectNumber, - Func onFqn, + Func onObjectNumber, + Func onFqn, Func onUnknown_ ) { @@ -98,8 +98,8 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onFqn, + Action onObjectNumber, + Action onFqn, Action onUnknown_ ) { @@ -118,15 +118,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber? value + out CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber)Value!; return true; } value = null; @@ -134,13 +134,13 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsFqn(out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefFqn? value) + public bool TryAsFqn(out CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefFqn? value) { if (Kind == "fqn") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefFqn)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefFqn)Value!; return true; } value = null; @@ -199,18 +199,18 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber" ), "fqn" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefFqn" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefFqn" ), _ => json.Deserialize(options), }; @@ -262,17 +262,17 @@ JsonSerializerOptions options [Serializable] public struct ObjectNumber { - public ObjectNumber(CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber value) + public ObjectNumber(CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemRadioRef.ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber value ) => new(value); } @@ -282,17 +282,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefObjectNumber value [Serializable] public struct Fqn { - public Fqn(CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefFqn value) + public Fqn(CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefFqn value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefFqn Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefFqn Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemRadioRef.Fqn( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioRefFqn value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioRefFqn value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioRefFqn.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioRefFqn.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioRefFqn.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioRefFqn.cs index 14e8133..d43b76c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioRefFqn.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioRefFqn.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioRefFqn : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioRefObjectNumber.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioRefObjectNumber.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioRefObjectNumber.cs index 0c78056..e14e02d 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntry.cs index 73df944..37e65a7 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemRadioValueEntry.JsonConverter))] [Serializable] @@ -94,57 +94,54 @@ DocFormsGet200ResponseFieldsItemRadioValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemRadioValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemRadioValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemRadioValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemRadioValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, - Func onScalar, - Func onArray, - Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported, - T - > onUnsupported, + Func onNone, + Func onScalar, + Func onArray, + Func onUnsupported, Func onUnknown_ ) { @@ -159,10 +156,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -187,15 +184,13 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryNone? value - ) + public bool TryAsNone(out CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryNone? value) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryNone)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryNone)Value!; return true; } value = null; @@ -203,15 +198,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryNone? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar)Value!; return true; } value = null; @@ -219,15 +214,13 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryArray? value - ) + public bool TryAsArray(out CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryArray? value) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryArray)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryArray)Value!; return true; } value = null; @@ -235,15 +228,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryArray? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported)Value!; return true; } value = null; @@ -311,32 +304,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -390,17 +383,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemRadioValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryNone value ) => new(value); } @@ -410,17 +403,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryNone value [Serializable] public struct Scalar { - public Scalar(CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar value) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemRadioValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar value ) => new(value); } @@ -430,17 +423,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryScalar value [Serializable] public struct Array { - public Array(CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryArray value) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemRadioValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryArray value ) => new(value); } @@ -451,18 +444,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemRadioValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryArray.cs index 82d5f57..c642a93 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryNone.cs index e1a1299..d598367 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryScalar.cs index 70f7c3d..5697d95 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported.cs index 021545d..b74d2d1 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioValueEntryUnsupported : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioWidgetsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioWidgetsItem.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioWidgetsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioWidgetsItem.cs index f5ac9ba..a7d9e73 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemRadioWidgetsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemRadioWidgetsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemRadioWidgetsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignature.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignature.cs similarity index 97% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignature.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignature.cs index 73efee7..801aaf7 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignature.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignature.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignature : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActions.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActions.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActions.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActions.cs index 90d7ea0..e7294e0 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActions.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculate.cs index 5a60e77..769da7b 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureActionsCalculate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot.cs index c55aaf8..43c6603 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType.cs index 6c00f56..cfd4479 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType.DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItem.cs index f2c83db..740c2b9 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItem.DocFormsGet200ResponseFieldsItemSignatureActionsCalculateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormat.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormat.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormat.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormat.cs index 49e3d16..78b0413 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormat.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormat.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureActionsFormat : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot.cs index dd10148..a9e3edc 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType.cs index cf3126c..9d4d816 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType.DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItem.cs index 2208208..d8cc82e 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItem.DocFormsGet200ResponseFieldsItemSignatureActionsFormatWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke.cs index 72c7aba..fc905ae 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureActionsKeystroke : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot.cs index 73a1806..abf717e 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType.cs index 4f172f3..1cf44b1 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType.DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItem.cs index 0b07922..17740e6 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItem.DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidate.cs index 3522e82..7dd3ac3 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureActionsValidate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot.cs index 6077076..4eb9565 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType.cs index b185a9a..8149935 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType.DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItem.cs index 0077cd6..f40d2da 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItem.DocFormsGet200ResponseFieldsItemSignatureActionsValidateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.cs similarity index 67% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.cs index b115a29..021b89e 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.JsonConverter))] [Serializable] @@ -94,62 +94,55 @@ DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported) - Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar, - T - > onScalar, - Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray, - T - > onArray, - Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -166,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -194,16 +187,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone)Value!; return true; } value = null; @@ -211,15 +203,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar) + value = (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar) Value!; return true; } @@ -228,15 +220,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray) + value = (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray) Value!; return true; } @@ -245,17 +237,16 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = - (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported) + Value!; return true; } value = null; @@ -325,32 +316,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -410,19 +401,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone value - ) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone value ) => new(value); } @@ -433,18 +422,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone value public struct Scalar { public Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar value ) => new(value); } @@ -454,19 +443,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar val [Serializable] public struct Array { - public Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray value - ) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray value ) => new(value); } @@ -477,18 +464,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray valu public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray.cs index d5aef18..c36ffa0 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone.cs index 24f6ad2..0075241 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar.cs index ebe552d..126e376 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported.cs index 0f00c81..dcf9855 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureDefaultValueEntryUnsupported diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureFlags.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureFlags.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureFlags.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureFlags.cs index d58e4b0..c5e439c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureFlags.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureOrigin.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureOrigin.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureOrigin.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureOrigin.cs index 3e72c5e..2db99cf 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureOrigin.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureOrigin.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemSignatureOrigin.DocFormsGet200ResponseFieldsItemSignatureOriginSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureRef.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureRef.cs similarity index 74% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureRef.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureRef.cs index 3964b8e..8cb1a48 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureRef.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemSignatureRef.JsonConverter))] [Serializable] @@ -62,33 +62,30 @@ DocFormsGet200ResponseFieldsItemSignatureRef.Fqn value public bool IsFqn => Kind == "fqn"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber AsObjectNumber() => + public CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemSignatureRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'fqn', otherwise throws an exception. + /// Returns the value as a if is 'fqn', otherwise throws an exception. /// /// Thrown when is not 'fqn'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefFqn AsFqn() => + public CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefFqn AsFqn() => IsFqn - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefFqn)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefFqn)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemSignatureRef.Kind is not 'fqn'" ); public T Match( - Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber, - T - > onObjectNumber, - Func onFqn, + Func onObjectNumber, + Func onFqn, Func onUnknown_ ) { @@ -101,8 +98,8 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onFqn, + Action onObjectNumber, + Action onFqn, Action onUnknown_ ) { @@ -121,15 +118,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber? value + out CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber)Value!; return true; } value = null; @@ -137,13 +134,13 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsFqn(out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefFqn? value) + public bool TryAsFqn(out CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefFqn? value) { if (Kind == "fqn") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefFqn)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefFqn)Value!; return true; } value = null; @@ -203,18 +200,18 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber" ), "fqn" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefFqn" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefFqn" ), _ => json.Deserialize(options), }; @@ -266,19 +263,17 @@ JsonSerializerOptions options [Serializable] public struct ObjectNumber { - public ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber value - ) + public ObjectNumber(CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemSignatureRef.ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber value ) => new(value); } @@ -288,17 +283,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber value [Serializable] public struct Fqn { - public Fqn(CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefFqn value) + public Fqn(CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefFqn value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefFqn Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefFqn Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemSignatureRef.Fqn( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureRefFqn value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureRefFqn value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureRefFqn.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureRefFqn.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureRefFqn.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureRefFqn.cs index 0ef4290..ddc34e3 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureRefFqn.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureRefFqn.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureRefFqn : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber.cs index cfc5f29..3d08608 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntry.cs index 71c8190..290b916 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemSignatureValueEntry.JsonConverter))] [Serializable] @@ -94,55 +94,55 @@ DocFormsGet200ResponseFieldsItemSignatureValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemSignatureValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemSignatureValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemSignatureValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemSignatureValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, - Func onScalar, - Func onArray, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -159,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -187,15 +187,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone)Value!; return true; } value = null; @@ -203,15 +203,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar)Value!; return true; } value = null; @@ -219,15 +219,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray)Value!; return true; } value = null; @@ -235,16 +235,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported)Value!; return true; } value = null; @@ -314,32 +313,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -396,17 +395,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemSignatureValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone value ) => new(value); } @@ -416,17 +415,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryNone value [Serializable] public struct Scalar { - public Scalar(CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar value) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemSignatureValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar value ) => new(value); } @@ -436,17 +435,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar value [Serializable] public struct Array { - public Array(CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray value) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemSignatureValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray value ) => new(value); } @@ -457,18 +456,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemSignatureValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryArray.cs index 98fef28..ff70de2 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryNone.cs index 83dae0d..dea71c7 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar.cs index c8e03f7..7c903ce 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported.cs index cfcff5d..429af4d 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureValueEntryUnsupported : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureWidgetsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureWidgetsItem.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureWidgetsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureWidgetsItem.cs index 909925e..083ad27 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemSignatureWidgetsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemSignatureWidgetsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemSignatureWidgetsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemText.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemText.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemText.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemText.cs index 851a91b..3cf82f5 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemText.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemText.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemText : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActions.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActions.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActions.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActions.cs index 850e415..41aad83 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActions.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculate.cs index 3f19aa6..6ff7979 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextActionsCalculate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot.cs index 74ada32..891f2cb 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType.cs index ee2dec3..e416d6b 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType.DocFormsGet200ResponseFieldsItemTextActionsCalculateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItem.cs index 9402a55..360ff0d 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItem.DocFormsGet200ResponseFieldsItemTextActionsCalculateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormat.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormat.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormat.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormat.cs index 854a0c8..c614a40 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormat.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormat.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextActionsFormat : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRoot.cs index 3d7541d..7a49e57 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextActionsFormatRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRootType.cs index 9a8185f..3bc2d19 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemTextActionsFormatRootType.DocFormsGet200ResponseFieldsItemTextActionsFormatRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem.cs index 9da1e32..0158be2 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItem.DocFormsGet200ResponseFieldsItemTextActionsFormatWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystroke.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystroke.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystroke.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystroke.cs index fbd889d..1ae62fa 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystroke.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystroke.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextActionsKeystroke : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot.cs index 91345a5..391b129 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType.cs index a1ed7e0..0994539 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType.DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItem.cs index c3f7461..fad45a4 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItem.DocFormsGet200ResponseFieldsItemTextActionsKeystrokeWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidate.cs index 38cd8cb..3e95aeb 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextActionsValidate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRoot.cs index 716ab6a..5fe750a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextActionsValidateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRootType.cs index bd44d60..39dddcc 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemTextActionsValidateRootType.DocFormsGet200ResponseFieldsItemTextActionsValidateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItem.cs index e24d599..6b462c5 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItem.DocFormsGet200ResponseFieldsItemTextActionsValidateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.cs index 2a1a926..97a36ae 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.JsonConverter))] [Serializable] @@ -94,55 +94,55 @@ DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, - Func onScalar, - Func onArray, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -159,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -187,15 +187,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone)Value!; return true; } value = null; @@ -203,15 +203,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar)Value!; return true; } value = null; @@ -219,15 +219,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar? val } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray)Value!; return true; } value = null; @@ -235,15 +235,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray? valu } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported) + value = (CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported) Value!; return true; } @@ -314,32 +314,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -396,17 +396,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone value ) => new(value); } @@ -416,17 +416,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone value [Serializable] public struct Scalar { - public Scalar(CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar value) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar value ) => new(value); } @@ -436,17 +436,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar value [Serializable] public struct Array { - public Array(CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray value) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray value ) => new(value); } @@ -457,18 +457,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemTextDefaultValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray.cs index 841e824..9988775 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextDefaultValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone.cs index 0d5ce20..ee3266d 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextDefaultValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar.cs index a74abce..8073c1f 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextDefaultValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported.cs index 2293a74..745d0a5 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextDefaultValueEntryUnsupported : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextFlags.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextFlags.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextFlags.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextFlags.cs index 4da3791..7836fb5 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextFlags.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextOrigin.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextOrigin.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextOrigin.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextOrigin.cs index eb38894..2873774 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextOrigin.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextOrigin.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemTextOrigin.DocFormsGet200ResponseFieldsItemTextOriginSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextRef.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextRef.cs similarity index 75% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextRef.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextRef.cs index 533909d..f517804 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextRef.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemTextRef.JsonConverter))] [Serializable] @@ -62,30 +62,30 @@ DocFormsGet200ResponseFieldsItemTextRef.Fqn value public bool IsFqn => Kind == "fqn"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefObjectNumber AsObjectNumber() => + public CloudPDF.DocFormsGet200ResponseFieldsItemTextRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefObjectNumber)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemTextRefObjectNumber)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemTextRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'fqn', otherwise throws an exception. + /// Returns the value as a if is 'fqn', otherwise throws an exception. /// /// Thrown when is not 'fqn'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefFqn AsFqn() => + public CloudPDF.DocFormsGet200ResponseFieldsItemTextRefFqn AsFqn() => IsFqn - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefFqn)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemTextRefFqn)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemTextRef.Kind is not 'fqn'" ); public T Match( - Func onObjectNumber, - Func onFqn, + Func onObjectNumber, + Func onFqn, Func onUnknown_ ) { @@ -98,8 +98,8 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onFqn, + Action onObjectNumber, + Action onFqn, Action onUnknown_ ) { @@ -118,15 +118,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefObjectNumber? value + out CloudPDF.DocFormsGet200ResponseFieldsItemTextRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefObjectNumber)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemTextRefObjectNumber)Value!; return true; } value = null; @@ -134,13 +134,13 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefObjectNumber? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsFqn(out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefFqn? value) + public bool TryAsFqn(out CloudPDF.DocFormsGet200ResponseFieldsItemTextRefFqn? value) { if (Kind == "fqn") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefFqn)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemTextRefFqn)Value!; return true; } value = null; @@ -199,18 +199,18 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefObjectNumber" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemTextRefObjectNumber" ), "fqn" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefFqn" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemTextRefFqn" ), _ => json.Deserialize(options), }; @@ -262,17 +262,17 @@ JsonSerializerOptions options [Serializable] public struct ObjectNumber { - public ObjectNumber(CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefObjectNumber value) + public ObjectNumber(CloudPDF.DocFormsGet200ResponseFieldsItemTextRefObjectNumber value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefObjectNumber Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemTextRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemTextRef.ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefObjectNumber value + CloudPDF.DocFormsGet200ResponseFieldsItemTextRefObjectNumber value ) => new(value); } @@ -282,17 +282,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefObjectNumber value [Serializable] public struct Fqn { - public Fqn(CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefFqn value) + public Fqn(CloudPDF.DocFormsGet200ResponseFieldsItemTextRefFqn value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefFqn Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemTextRefFqn Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemTextRef.Fqn( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextRefFqn value + CloudPDF.DocFormsGet200ResponseFieldsItemTextRefFqn value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextRefFqn.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextRefFqn.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextRefFqn.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextRefFqn.cs index ce4adeb..3491d35 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextRefFqn.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextRefFqn.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextRefFqn : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextRefObjectNumber.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextRefObjectNumber.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextRefObjectNumber.cs index 322219c..83b66de 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntry.cs index 45db13d..1d3cbbc 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemTextValueEntry.JsonConverter))] [Serializable] @@ -94,57 +94,54 @@ DocFormsGet200ResponseFieldsItemTextValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemTextValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemTextValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemTextValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemTextValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, - Func onScalar, - Func onArray, - Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported, - T - > onUnsupported, + Func onNone, + Func onScalar, + Func onArray, + Func onUnsupported, Func onUnknown_ ) { @@ -159,10 +156,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -187,13 +184,13 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNone(out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryNone? value) + public bool TryAsNone(out CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryNone? value) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryNone)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryNone)Value!; return true; } value = null; @@ -201,15 +198,15 @@ public bool TryAsNone(out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueE } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryScalar)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryScalar)Value!; return true; } value = null; @@ -217,15 +214,13 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryScalar? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryArray? value - ) + public bool TryAsArray(out CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryArray? value) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryArray)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryArray)Value!; return true; } value = null; @@ -233,15 +228,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryArray? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported)Value!; return true; } value = null; @@ -309,32 +304,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -388,17 +383,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemTextValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryNone value ) => new(value); } @@ -408,17 +403,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryNone value [Serializable] public struct Scalar { - public Scalar(CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryScalar value) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemTextValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryScalar value ) => new(value); } @@ -428,17 +423,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryScalar value [Serializable] public struct Array { - public Array(CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryArray value) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemTextValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryArray value ) => new(value); } @@ -448,19 +443,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryArray value [Serializable] public struct Unsupported { - public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported value - ) + public Unsupported(CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemTextValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryArray.cs index bfd9eb0..4a3cc5c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryNone.cs index 4df0d5b..a8c8748 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryScalar.cs index 4ae2f7e..a6322f5 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported.cs index 395e274..aea642f 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextValueEntryUnsupported : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextWidgetsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextWidgetsItem.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextWidgetsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextWidgetsItem.cs index 8e06c13..6734393 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemTextWidgetsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemTextWidgetsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemTextWidgetsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknown.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknown.cs similarity index 97% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknown.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknown.cs index 2f58272..e3c6feb 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknown.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknown : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActions.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActions.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActions.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActions.cs index 658d7de..435df6b 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActions.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownActions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculate.cs index 92387eb..8dfec49 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownActionsCalculate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot.cs index 88c3fff..c38c001 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType.cs index 3e5e321..75e4782 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType.DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItem.cs index cd1dbc7..3c9c60c 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItem.DocFormsGet200ResponseFieldsItemUnknownActionsCalculateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormat.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormat.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormat.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormat.cs index 6cabb3c..532d314 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormat.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormat.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownActionsFormat : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot.cs index bbca0b8..30c9356 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType.cs index 492bc02..5ed2e76 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType.DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItem.cs index d09c64a..36170bf 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItem.DocFormsGet200ResponseFieldsItemUnknownActionsFormatWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke.cs index 3355bc6..916a206 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownActionsKeystroke : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot.cs index 3ac8e6a..84cb98e 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType.cs index 575823a..da66b8a 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType.DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItem.cs index 117932d..cb37cd5 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItem.DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidate.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidate.cs similarity index 96% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidate.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidate.cs index 50a7477..f12d195 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidate.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidate.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownActionsValidate : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot.cs index 7bd2a2c..ee20694 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType.cs index 0539b13..335f7b0 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType.DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootTypeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItem.cs index 619be95..0d2b8e7 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItem.DocFormsGet200ResponseFieldsItemUnknownActionsValidateWarningsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.cs index 60103d2..a5e27a3 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.JsonConverter))] [Serializable] @@ -94,59 +94,55 @@ DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported) - Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar, - T - > onScalar, - Func onArray, - Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -163,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -191,16 +187,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone? value + out CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone? value ) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone)Value!; return true; } value = null; @@ -208,16 +203,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone? va } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar)Value!; return true; } value = null; @@ -225,16 +219,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray)Value!; return true; } value = null; @@ -242,17 +235,16 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray? v } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = - (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported) + Value!; return true; } value = null; @@ -322,32 +314,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -407,17 +399,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone value ) => new(value); } @@ -427,19 +419,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone value [Serializable] public struct Scalar { - public Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar value - ) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar value ) => new(value); } @@ -449,19 +439,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar value [Serializable] public struct Array { - public Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray value - ) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray value ) => new(value); } @@ -472,18 +460,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray.cs index c523fd3..64f4b95 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone.cs index 14114b5..a8a620b 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar.cs index 84dc401..c85ca23 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported.cs index aacc9d7..9860b39 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownDefaultValueEntryUnsupported diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownFlags.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownFlags.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownFlags.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownFlags.cs index 26b1361..9d41fc7 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownFlags.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownFlags.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownFlags : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownOrigin.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownOrigin.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownOrigin.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownOrigin.cs index f200e12..35e31e8 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownOrigin.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownOrigin.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsGet200ResponseFieldsItemUnknownOrigin.DocFormsGet200ResponseFieldsItemUnknownOriginSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownRef.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownRef.cs similarity index 74% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownRef.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownRef.cs index 58eb17d..9b1d7cd 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownRef.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownRef.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemUnknownRef.JsonConverter))] [Serializable] @@ -62,30 +62,30 @@ DocFormsGet200ResponseFieldsItemUnknownRef.Fqn value public bool IsFqn => Kind == "fqn"; /// - /// Returns the value as a if is 'objectNumber', otherwise throws an exception. + /// Returns the value as a if is 'objectNumber', otherwise throws an exception. /// /// Thrown when is not 'objectNumber'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber AsObjectNumber() => + public CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber AsObjectNumber() => IsObjectNumber - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemUnknownRef.Kind is not 'objectNumber'" ); /// - /// Returns the value as a if is 'fqn', otherwise throws an exception. + /// Returns the value as a if is 'fqn', otherwise throws an exception. /// /// Thrown when is not 'fqn'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefFqn AsFqn() => + public CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefFqn AsFqn() => IsFqn - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefFqn)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefFqn)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemUnknownRef.Kind is not 'fqn'" ); public T Match( - Func onObjectNumber, - Func onFqn, + Func onObjectNumber, + Func onFqn, Func onUnknown_ ) { @@ -98,8 +98,8 @@ public T Match( } public void Visit( - Action onObjectNumber, - Action onFqn, + Action onObjectNumber, + Action onFqn, Action onUnknown_ ) { @@ -118,15 +118,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsObjectNumber( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber? value + out CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber? value ) { if (Kind == "objectNumber") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber)Value!; return true; } value = null; @@ -134,13 +134,13 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsFqn(out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefFqn? value) + public bool TryAsFqn(out CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefFqn? value) { if (Kind == "fqn") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefFqn)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefFqn)Value!; return true; } value = null; @@ -199,18 +199,18 @@ JsonSerializerOptions options var value = discriminator switch { "objectNumber" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber" ), "fqn" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefFqn" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefFqn" ), _ => json.Deserialize(options), }; @@ -262,19 +262,17 @@ JsonSerializerOptions options [Serializable] public struct ObjectNumber { - public ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber value - ) + public ObjectNumber(CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemUnknownRef.ObjectNumber( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber value ) => new(value); } @@ -284,17 +282,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber value [Serializable] public struct Fqn { - public Fqn(CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefFqn value) + public Fqn(CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefFqn value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefFqn Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefFqn Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemUnknownRef.Fqn( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownRefFqn value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownRefFqn value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownRefFqn.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownRefFqn.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownRefFqn.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownRefFqn.cs index b19ac82..c5df782 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownRefFqn.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownRefFqn.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownRefFqn : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber.cs index 831cc90..50f0854 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownRefObjectNumber : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntry.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntry.cs similarity index 68% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntry.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntry.cs index 56e0ff0..a2f8586 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntry.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntry.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFieldsItemUnknownValueEntry.JsonConverter))] [Serializable] @@ -94,55 +94,55 @@ DocFormsGet200ResponseFieldsItemUnknownValueEntry.Unsupported value public bool IsUnsupported => Kind == "unsupported"; /// - /// Returns the value as a if is 'none', otherwise throws an exception. + /// Returns the value as a if is 'none', otherwise throws an exception. /// /// Thrown when is not 'none'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone AsNone() => + public CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone AsNone() => IsNone - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemUnknownValueEntry.Kind is not 'none'" ); /// - /// Returns the value as a if is 'scalar', otherwise throws an exception. + /// Returns the value as a if is 'scalar', otherwise throws an exception. /// /// Thrown when is not 'scalar'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar AsScalar() => + public CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar AsScalar() => IsScalar - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemUnknownValueEntry.Kind is not 'scalar'" ); /// - /// Returns the value as a if is 'array', otherwise throws an exception. + /// Returns the value as a if is 'array', otherwise throws an exception. /// /// Thrown when is not 'array'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray AsArray() => + public CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray AsArray() => IsArray - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemUnknownValueEntry.Kind is not 'array'" ); /// - /// Returns the value as a if is 'unsupported', otherwise throws an exception. + /// Returns the value as a if is 'unsupported', otherwise throws an exception. /// /// Thrown when is not 'unsupported'. - public CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported AsUnsupported() => + public CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported AsUnsupported() => IsUnsupported - ? (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported)Value! + ? (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported)Value! : throw new global::System.Exception( "DocFormsGet200ResponseFieldsItemUnknownValueEntry.Kind is not 'unsupported'" ); public T Match( - Func onNone, - Func onScalar, - Func onArray, + Func onNone, + Func onScalar, + Func onArray, Func< - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported, + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported, T > onUnsupported, Func onUnknown_ @@ -159,10 +159,10 @@ public T Match( } public void Visit( - Action onNone, - Action onScalar, - Action onArray, - Action onUnsupported, + Action onNone, + Action onScalar, + Action onArray, + Action onUnsupported, Action onUnknown_ ) { @@ -187,15 +187,13 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsNone( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone? value - ) + public bool TryAsNone(out CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone? value) { if (Kind == "none") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone)Value!; return true; } value = null; @@ -203,15 +201,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsScalar( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar? value + out CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar? value ) { if (Kind == "scalar") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar)Value!; return true; } value = null; @@ -219,15 +217,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsArray( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray? value + out CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray? value ) { if (Kind == "array") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray)Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray)Value!; return true; } value = null; @@ -235,16 +233,15 @@ out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnsupported( - out CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported? value + out CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported? value ) { if (Kind == "unsupported") { - value = (CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported) - Value!; + value = (CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported)Value!; return true; } value = null; @@ -314,32 +311,32 @@ JsonSerializerOptions options var value = discriminator switch { "none" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone" ), "scalar" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar" ), "array" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray" ), "unsupported" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported" + "Failed to deserialize CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported" ), _ => json.Deserialize(options), }; @@ -393,17 +390,17 @@ JsonSerializerOptions options [Serializable] public struct None { - public None(CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone value) + public None(CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemUnknownValueEntry.None( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone value ) => new(value); } @@ -413,17 +410,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryNone value [Serializable] public struct Scalar { - public Scalar(CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar value) + public Scalar(CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemUnknownValueEntry.Scalar( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar value ) => new(value); } @@ -433,17 +430,17 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar value [Serializable] public struct Array { - public Array(CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray value) + public Array(CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray value) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemUnknownValueEntry.Array( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray value ) => new(value); } @@ -454,18 +451,18 @@ CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryArray value public struct Unsupported { public Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported value ) { Value = value; } - internal CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported Value { get; set; } + internal CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsGet200ResponseFieldsItemUnknownValueEntry.Unsupported( - CloudpdfApi.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported value + CloudPDF.DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryArray.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryArray.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryArray.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryArray.cs index 64d35e6..3d2decf 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryArray.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryArray.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownValueEntryArray : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryNone.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryNone.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryNone.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryNone.cs index f6f6835..34f804e 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryNone.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryNone.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownValueEntryNone : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar.cs index b909b2e..6b52178 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownValueEntryScalar : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported.cs index 9896637..98f2ce4 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownValueEntryUnsupported : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownWidgetsItem.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownWidgetsItem.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownWidgetsItem.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownWidgetsItem.cs index 70f65db..3a39a52 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFieldsItemUnknownWidgetsItem.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFieldsItemUnknownWidgetsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet200ResponseFieldsItemUnknownWidgetsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet200ResponseFormKind.cs b/src/CloudPDF/Types/DocFormsGet200ResponseFormKind.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet200ResponseFormKind.cs rename to src/CloudPDF/Types/DocFormsGet200ResponseFormKind.cs index ce8ab82..c3b3252 100644 --- a/src/CloudpdfApi/Types/DocFormsGet200ResponseFormKind.cs +++ b/src/CloudPDF/Types/DocFormsGet200ResponseFormKind.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet200ResponseFormKind.DocFormsGet200ResponseFormKindSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocFormsGet404Response.cs b/src/CloudPDF/Types/DocFormsGet404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsGet404Response.cs rename to src/CloudPDF/Types/DocFormsGet404Response.cs index 1c0cc56..6a126d4 100644 --- a/src/CloudpdfApi/Types/DocFormsGet404Response.cs +++ b/src/CloudPDF/Types/DocFormsGet404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsGet404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsGet404ResponseCode.cs b/src/CloudPDF/Types/DocFormsGet404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsGet404ResponseCode.cs rename to src/CloudPDF/Types/DocFormsGet404ResponseCode.cs index 4840923..6d4817d 100644 --- a/src/CloudpdfApi/Types/DocFormsGet404ResponseCode.cs +++ b/src/CloudPDF/Types/DocFormsGet404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet404ResponseCode.DocFormsGet404ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocFormsGet404ResponseName.cs b/src/CloudPDF/Types/DocFormsGet404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsGet404ResponseName.cs rename to src/CloudPDF/Types/DocFormsGet404ResponseName.cs index 0d14e48..b6a5396 100644 --- a/src/CloudpdfApi/Types/DocFormsGet404ResponseName.cs +++ b/src/CloudPDF/Types/DocFormsGet404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsGet404ResponseName.DocFormsGet404ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocFormsImportData200Response.cs b/src/CloudPDF/Types/DocFormsImportData200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsImportData200Response.cs rename to src/CloudPDF/Types/DocFormsImportData200Response.cs index f5ed5a7..c6aec63 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData200Response.cs +++ b/src/CloudPDF/Types/DocFormsImportData200Response.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsImportData200Response : IJsonOnDeserialized, IJsonOnSerializing diff --git a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMeta.cs b/src/CloudPDF/Types/DocFormsImportData200ResponseMeta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsImportData200ResponseMeta.cs rename to src/CloudPDF/Types/DocFormsImportData200ResponseMeta.cs index 75aff19..f5cadc2 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMeta.cs +++ b/src/CloudPDF/Types/DocFormsImportData200ResponseMeta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsImportData200ResponseMeta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItem.cs b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItem.cs rename to src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItem.cs index 0c03d09..a77217d 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItem.cs +++ b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsImportData200ResponseMetaAffectedPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemRevision.cs b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemRevision.cs rename to src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemRevision.cs index c51b862..7a17d70 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemRevision.cs +++ b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsImportData200ResponseMetaAffectedPagesItemRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.cs b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.cs similarity index 74% rename from src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.cs rename to src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.cs index bb1b178..d9c98ff 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.JsonConverter) @@ -67,24 +67,24 @@ DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.Known valu public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + ? (CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value! : throw new global::System.Exception( "DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + ? (CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value! : throw new global::System.Exception( "DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'known'" @@ -92,11 +92,11 @@ public CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotat public T Match( Func< - CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, + CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, T > onUnknown, Func< - CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, + CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, T > onKnown, Func onUnknown_ @@ -111,8 +111,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -131,16 +131,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value + out CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { value = - (CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + (CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value!; return true; } @@ -149,16 +149,16 @@ out CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotation } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value + out CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value ) { if (Kind == "known") { value = - (CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + (CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value!; return true; } @@ -221,18 +221,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -291,18 +291,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.Unknown( - CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) => new(value); } @@ -313,18 +313,18 @@ CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStat public struct Known { public Known( - CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) { Value = value; } - internal CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationState.Known( - CloudpdfApi.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs index 135d07a..2736d38 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown diff --git a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs index 1c3c890..60e244d 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsImportData200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown diff --git a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaCacheDelta.cs b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaCacheDelta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaCacheDelta.cs rename to src/CloudPDF/Types/DocFormsImportData200ResponseMetaCacheDelta.cs index 104fa88..2e064b7 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaCacheDelta.cs +++ b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaCacheDelta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsImportData200ResponseMetaCacheDelta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItem.cs b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItem.cs rename to src/CloudPDF/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItem.cs index 9b72c4a..2f7aeda 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItem.cs +++ b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsImportData200ResponseMetaCacheDeltaPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItemCache.cs b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItemCache.cs rename to src/CloudPDF/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItemCache.cs index 84b9d79..a85e958 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItemCache.cs +++ b/src/CloudPDF/Types/DocFormsImportData200ResponseMetaCacheDeltaPagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsImportData200ResponseMetaCacheDeltaPagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsImportData400Response.cs b/src/CloudPDF/Types/DocFormsImportData400Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsImportData400Response.cs rename to src/CloudPDF/Types/DocFormsImportData400Response.cs index 01136ca..778868f 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData400Response.cs +++ b/src/CloudPDF/Types/DocFormsImportData400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsImportData400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsImportData400ResponseCode.cs b/src/CloudPDF/Types/DocFormsImportData400ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsImportData400ResponseCode.cs rename to src/CloudPDF/Types/DocFormsImportData400ResponseCode.cs index 2319d1f..769902e 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData400ResponseCode.cs +++ b/src/CloudPDF/Types/DocFormsImportData400ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsImportData400ResponseCode.DocFormsImportData400ResponseCodeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsImportData400ResponseName.cs b/src/CloudPDF/Types/DocFormsImportData400ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsImportData400ResponseName.cs rename to src/CloudPDF/Types/DocFormsImportData400ResponseName.cs index fe052ff..50d77a4 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData400ResponseName.cs +++ b/src/CloudPDF/Types/DocFormsImportData400ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsImportData400ResponseName.DocFormsImportData400ResponseNameSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsImportData404Response.cs b/src/CloudPDF/Types/DocFormsImportData404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsImportData404Response.cs rename to src/CloudPDF/Types/DocFormsImportData404Response.cs index 7bd2392..c1865b0 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData404Response.cs +++ b/src/CloudPDF/Types/DocFormsImportData404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsImportData404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsImportData404ResponseCode.cs b/src/CloudPDF/Types/DocFormsImportData404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsImportData404ResponseCode.cs rename to src/CloudPDF/Types/DocFormsImportData404ResponseCode.cs index 930b7d3..d2077b8 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData404ResponseCode.cs +++ b/src/CloudPDF/Types/DocFormsImportData404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsImportData404ResponseCode.DocFormsImportData404ResponseCodeSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsImportData404ResponseName.cs b/src/CloudPDF/Types/DocFormsImportData404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsImportData404ResponseName.cs rename to src/CloudPDF/Types/DocFormsImportData404ResponseName.cs index be0a04d..20a9e2b 100644 --- a/src/CloudpdfApi/Types/DocFormsImportData404ResponseName.cs +++ b/src/CloudPDF/Types/DocFormsImportData404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsImportData404ResponseName.DocFormsImportData404ResponseNameSerializer) diff --git a/src/CloudpdfApi/Types/DocFormsReset200Response.cs b/src/CloudPDF/Types/DocFormsReset200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsReset200Response.cs rename to src/CloudPDF/Types/DocFormsReset200Response.cs index 1344151..3b6941a 100644 --- a/src/CloudpdfApi/Types/DocFormsReset200Response.cs +++ b/src/CloudPDF/Types/DocFormsReset200Response.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsReset200Response : IJsonOnDeserialized, IJsonOnSerializing diff --git a/src/CloudpdfApi/Types/DocFormsReset200ResponseMeta.cs b/src/CloudPDF/Types/DocFormsReset200ResponseMeta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsReset200ResponseMeta.cs rename to src/CloudPDF/Types/DocFormsReset200ResponseMeta.cs index 0f1e448..c9137d9 100644 --- a/src/CloudpdfApi/Types/DocFormsReset200ResponseMeta.cs +++ b/src/CloudPDF/Types/DocFormsReset200ResponseMeta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsReset200ResponseMeta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItem.cs b/src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItem.cs rename to src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItem.cs index bb7afe5..6849038 100644 --- a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItem.cs +++ b/src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsReset200ResponseMetaAffectedPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemRevision.cs b/src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemRevision.cs rename to src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemRevision.cs index 2b490dd..29b532c 100644 --- a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemRevision.cs +++ b/src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsReset200ResponseMetaAffectedPagesItemRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.cs b/src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.cs similarity index 74% rename from src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.cs rename to src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.cs index a99fb3e..efac897 100644 --- a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.JsonConverter) @@ -67,36 +67,35 @@ DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.Known value public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + ? (CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value! : throw new global::System.Exception( "DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) - Value! + ? (CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown)Value! : throw new global::System.Exception( "DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'known'" ); public T Match( Func< - CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, + CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, T > onUnknown, Func< - CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, + CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, T > onKnown, Func onUnknown_ @@ -111,8 +110,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -131,16 +130,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value + out CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { value = - (CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + (CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value!; return true; } @@ -149,17 +148,16 @@ out CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value + out CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value ) { if (Kind == "known") { - value = - (CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) - Value!; + value = (CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + Value!; return true; } value = null; @@ -221,18 +219,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -291,18 +289,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.Unknown( - CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) => new(value); } @@ -313,18 +311,18 @@ CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnkn public struct Known { public Known( - CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) { Value = value; } - internal CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationState.Known( - CloudpdfApi.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs index 2334134..35cdaf8 100644 --- a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown diff --git a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs index 01b877c..6e66424 100644 --- a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsReset200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown diff --git a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaCacheDelta.cs b/src/CloudPDF/Types/DocFormsReset200ResponseMetaCacheDelta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsReset200ResponseMetaCacheDelta.cs rename to src/CloudPDF/Types/DocFormsReset200ResponseMetaCacheDelta.cs index 5e32bf8..7c791b8 100644 --- a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaCacheDelta.cs +++ b/src/CloudPDF/Types/DocFormsReset200ResponseMetaCacheDelta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsReset200ResponseMetaCacheDelta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItem.cs b/src/CloudPDF/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItem.cs rename to src/CloudPDF/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItem.cs index 45c0a49..40ef042 100644 --- a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItem.cs +++ b/src/CloudPDF/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsReset200ResponseMetaCacheDeltaPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItemCache.cs b/src/CloudPDF/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItemCache.cs rename to src/CloudPDF/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItemCache.cs index c532761..e535bdf 100644 --- a/src/CloudpdfApi/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItemCache.cs +++ b/src/CloudPDF/Types/DocFormsReset200ResponseMetaCacheDeltaPagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsReset200ResponseMetaCacheDeltaPagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsReset404Response.cs b/src/CloudPDF/Types/DocFormsReset404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsReset404Response.cs rename to src/CloudPDF/Types/DocFormsReset404Response.cs index 7e949ca..44f2f72 100644 --- a/src/CloudpdfApi/Types/DocFormsReset404Response.cs +++ b/src/CloudPDF/Types/DocFormsReset404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsReset404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsReset404ResponseCode.cs b/src/CloudPDF/Types/DocFormsReset404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsReset404ResponseCode.cs rename to src/CloudPDF/Types/DocFormsReset404ResponseCode.cs index 031673a..d67a2cb 100644 --- a/src/CloudpdfApi/Types/DocFormsReset404ResponseCode.cs +++ b/src/CloudPDF/Types/DocFormsReset404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsReset404ResponseCode.DocFormsReset404ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocFormsReset404ResponseName.cs b/src/CloudPDF/Types/DocFormsReset404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsReset404ResponseName.cs rename to src/CloudPDF/Types/DocFormsReset404ResponseName.cs index bcc9bf6..cc8ae16 100644 --- a/src/CloudpdfApi/Types/DocFormsReset404ResponseName.cs +++ b/src/CloudPDF/Types/DocFormsReset404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsReset404ResponseName.DocFormsReset404ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocFormsSetValue200Response.cs b/src/CloudPDF/Types/DocFormsSetValue200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsSetValue200Response.cs rename to src/CloudPDF/Types/DocFormsSetValue200Response.cs index 64f0d70..6d9cdb5 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue200Response.cs +++ b/src/CloudPDF/Types/DocFormsSetValue200Response.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsSetValue200Response : IJsonOnDeserialized, IJsonOnSerializing diff --git a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMeta.cs b/src/CloudPDF/Types/DocFormsSetValue200ResponseMeta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsSetValue200ResponseMeta.cs rename to src/CloudPDF/Types/DocFormsSetValue200ResponseMeta.cs index 1b87617..16d35f2 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMeta.cs +++ b/src/CloudPDF/Types/DocFormsSetValue200ResponseMeta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsSetValue200ResponseMeta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItem.cs b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItem.cs rename to src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItem.cs index 5fb94f2..9bf7b14 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItem.cs +++ b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsSetValue200ResponseMetaAffectedPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemRevision.cs b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemRevision.cs rename to src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemRevision.cs index fcce896..0084b0b 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemRevision.cs +++ b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsSetValue200ResponseMetaAffectedPagesItemRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.cs b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.cs similarity index 74% rename from src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.cs rename to src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.cs index c2acdbb..6784ea5 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.JsonConverter) @@ -67,24 +67,24 @@ DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.Known value public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + ? (CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value! : throw new global::System.Exception( "DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + ? (CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value! : throw new global::System.Exception( "DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'known'" @@ -92,11 +92,11 @@ public CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotatio public T Match( Func< - CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, + CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, T > onUnknown, Func< - CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, + CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, T > onKnown, Func onUnknown_ @@ -111,8 +111,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -131,16 +131,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value + out CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { value = - (CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + (CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value!; return true; } @@ -149,16 +149,16 @@ out CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationSt } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value + out CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value ) { if (Kind == "known") { value = - (CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + (CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value!; return true; } @@ -221,18 +221,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -291,18 +291,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.Unknown( - CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) => new(value); } @@ -313,18 +313,18 @@ CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateU public struct Known { public Known( - CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) { Value = value; } - internal CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationState.Known( - CloudpdfApi.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs index 61f6e14..7e243d8 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown diff --git a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs index 2e55537..6bb8b97 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsSetValue200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown diff --git a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaCacheDelta.cs b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaCacheDelta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaCacheDelta.cs rename to src/CloudPDF/Types/DocFormsSetValue200ResponseMetaCacheDelta.cs index 09bf559..bbbccfd 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaCacheDelta.cs +++ b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaCacheDelta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsSetValue200ResponseMetaCacheDelta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItem.cs b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItem.cs rename to src/CloudPDF/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItem.cs index acc9209..23d9d12 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItem.cs +++ b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsSetValue200ResponseMetaCacheDeltaPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItemCache.cs b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItemCache.cs rename to src/CloudPDF/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItemCache.cs index f275ea5..0e6ae9c 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItemCache.cs +++ b/src/CloudPDF/Types/DocFormsSetValue200ResponseMetaCacheDeltaPagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsSetValue200ResponseMetaCacheDeltaPagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsSetValue400Response.cs b/src/CloudPDF/Types/DocFormsSetValue400Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsSetValue400Response.cs rename to src/CloudPDF/Types/DocFormsSetValue400Response.cs index 74790b2..f3e5f67 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue400Response.cs +++ b/src/CloudPDF/Types/DocFormsSetValue400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsSetValue400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsSetValue400ResponseCode.cs b/src/CloudPDF/Types/DocFormsSetValue400ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsSetValue400ResponseCode.cs rename to src/CloudPDF/Types/DocFormsSetValue400ResponseCode.cs index 06e7c92..6df264d 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue400ResponseCode.cs +++ b/src/CloudPDF/Types/DocFormsSetValue400ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsSetValue400ResponseCode.DocFormsSetValue400ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocFormsSetValue400ResponseName.cs b/src/CloudPDF/Types/DocFormsSetValue400ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsSetValue400ResponseName.cs rename to src/CloudPDF/Types/DocFormsSetValue400ResponseName.cs index 2fa8b46..4bd6f4e 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue400ResponseName.cs +++ b/src/CloudPDF/Types/DocFormsSetValue400ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsSetValue400ResponseName.DocFormsSetValue400ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocFormsSetValue404Response.cs b/src/CloudPDF/Types/DocFormsSetValue404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocFormsSetValue404Response.cs rename to src/CloudPDF/Types/DocFormsSetValue404Response.cs index 04be37d..1ebde2e 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue404Response.cs +++ b/src/CloudPDF/Types/DocFormsSetValue404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocFormsSetValue404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocFormsSetValue404ResponseCode.cs b/src/CloudPDF/Types/DocFormsSetValue404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocFormsSetValue404ResponseCode.cs rename to src/CloudPDF/Types/DocFormsSetValue404ResponseCode.cs index d14e21f..0b6604d 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue404ResponseCode.cs +++ b/src/CloudPDF/Types/DocFormsSetValue404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsSetValue404ResponseCode.DocFormsSetValue404ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocFormsSetValue404ResponseName.cs b/src/CloudPDF/Types/DocFormsSetValue404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocFormsSetValue404ResponseName.cs rename to src/CloudPDF/Types/DocFormsSetValue404ResponseName.cs index 8d37f2c..d2ff217 100644 --- a/src/CloudpdfApi/Types/DocFormsSetValue404ResponseName.cs +++ b/src/CloudPDF/Types/DocFormsSetValue404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocFormsSetValue404ResponseName.DocFormsSetValue404ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocHead200Response.cs b/src/CloudPDF/Types/DocHead200Response.cs similarity index 96% rename from src/CloudpdfApi/Types/DocHead200Response.cs rename to src/CloudPDF/Types/DocHead200Response.cs index 623227c..932544a 100644 --- a/src/CloudpdfApi/Types/DocHead200Response.cs +++ b/src/CloudPDF/Types/DocHead200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocHead200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocHead200ResponseAccess.cs b/src/CloudPDF/Types/DocHead200ResponseAccess.cs similarity index 95% rename from src/CloudpdfApi/Types/DocHead200ResponseAccess.cs rename to src/CloudPDF/Types/DocHead200ResponseAccess.cs index 5569495..e5279af 100644 --- a/src/CloudpdfApi/Types/DocHead200ResponseAccess.cs +++ b/src/CloudPDF/Types/DocHead200ResponseAccess.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocHead200ResponseAccess : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocHead200ResponseAccessReasonsItem.cs b/src/CloudPDF/Types/DocHead200ResponseAccessReasonsItem.cs similarity index 98% rename from src/CloudpdfApi/Types/DocHead200ResponseAccessReasonsItem.cs rename to src/CloudPDF/Types/DocHead200ResponseAccessReasonsItem.cs index 8ce51e0..6640621 100644 --- a/src/CloudpdfApi/Types/DocHead200ResponseAccessReasonsItem.cs +++ b/src/CloudPDF/Types/DocHead200ResponseAccessReasonsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocHead200ResponseAccessReasonsItem.DocHead200ResponseAccessReasonsItemSerializer) diff --git a/src/CloudpdfApi/Types/DocHead200ResponseEncryption.cs b/src/CloudPDF/Types/DocHead200ResponseEncryption.cs similarity index 94% rename from src/CloudpdfApi/Types/DocHead200ResponseEncryption.cs rename to src/CloudPDF/Types/DocHead200ResponseEncryption.cs index d7e8a5a..ec96931 100644 --- a/src/CloudpdfApi/Types/DocHead200ResponseEncryption.cs +++ b/src/CloudPDF/Types/DocHead200ResponseEncryption.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocHead200ResponseEncryption : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocHead200ResponseEncryptionState.cs b/src/CloudPDF/Types/DocHead200ResponseEncryptionState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocHead200ResponseEncryptionState.cs rename to src/CloudPDF/Types/DocHead200ResponseEncryptionState.cs index 275dfa9..cf10d73 100644 --- a/src/CloudpdfApi/Types/DocHead200ResponseEncryptionState.cs +++ b/src/CloudPDF/Types/DocHead200ResponseEncryptionState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocHead200ResponseEncryptionState.DocHead200ResponseEncryptionStateSerializer) diff --git a/src/CloudpdfApi/Types/DocHead200ResponsePermissions.cs b/src/CloudPDF/Types/DocHead200ResponsePermissions.cs similarity index 96% rename from src/CloudpdfApi/Types/DocHead200ResponsePermissions.cs rename to src/CloudPDF/Types/DocHead200ResponsePermissions.cs index cf95e10..5e4050c 100644 --- a/src/CloudpdfApi/Types/DocHead200ResponsePermissions.cs +++ b/src/CloudPDF/Types/DocHead200ResponsePermissions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocHead200ResponsePermissions : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocHead200ResponsePermissionsOpenedAs.cs b/src/CloudPDF/Types/DocHead200ResponsePermissionsOpenedAs.cs similarity index 98% rename from src/CloudpdfApi/Types/DocHead200ResponsePermissionsOpenedAs.cs rename to src/CloudPDF/Types/DocHead200ResponsePermissionsOpenedAs.cs index 85370a4..a452e31 100644 --- a/src/CloudpdfApi/Types/DocHead200ResponsePermissionsOpenedAs.cs +++ b/src/CloudPDF/Types/DocHead200ResponsePermissionsOpenedAs.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocHead200ResponsePermissionsOpenedAs.DocHead200ResponsePermissionsOpenedAsSerializer) diff --git a/src/CloudpdfApi/Types/DocHead200ResponseState.cs b/src/CloudPDF/Types/DocHead200ResponseState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocHead200ResponseState.cs rename to src/CloudPDF/Types/DocHead200ResponseState.cs index 8ff3998..46b4594 100644 --- a/src/CloudpdfApi/Types/DocHead200ResponseState.cs +++ b/src/CloudPDF/Types/DocHead200ResponseState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocHead200ResponseState.DocHead200ResponseStateSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocHead404Response.cs b/src/CloudPDF/Types/DocHead404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocHead404Response.cs rename to src/CloudPDF/Types/DocHead404Response.cs index c464bdb..d808a02 100644 --- a/src/CloudpdfApi/Types/DocHead404Response.cs +++ b/src/CloudPDF/Types/DocHead404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocHead404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocHead404ResponseCode.cs b/src/CloudPDF/Types/DocHead404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocHead404ResponseCode.cs rename to src/CloudPDF/Types/DocHead404ResponseCode.cs index 8858945..d2bee14 100644 --- a/src/CloudpdfApi/Types/DocHead404ResponseCode.cs +++ b/src/CloudPDF/Types/DocHead404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocHead404ResponseCode.DocHead404ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocHead404ResponseName.cs b/src/CloudPDF/Types/DocHead404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocHead404ResponseName.cs rename to src/CloudPDF/Types/DocHead404ResponseName.cs index de7814a..3dd23d1 100644 --- a/src/CloudpdfApi/Types/DocHead404ResponseName.cs +++ b/src/CloudPDF/Types/DocHead404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocHead404ResponseName.DocHead404ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocManifest200Response.cs b/src/CloudPDF/Types/DocManifest200Response.cs similarity index 97% rename from src/CloudpdfApi/Types/DocManifest200Response.cs rename to src/CloudPDF/Types/DocManifest200Response.cs index d098c60..114c973 100644 --- a/src/CloudpdfApi/Types/DocManifest200Response.cs +++ b/src/CloudPDF/Types/DocManifest200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocManifest200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItem.cs b/src/CloudPDF/Types/DocManifest200ResponsePagesItem.cs similarity index 94% rename from src/CloudpdfApi/Types/DocManifest200ResponsePagesItem.cs rename to src/CloudPDF/Types/DocManifest200ResponsePagesItem.cs index 9e1258d..363ca2e 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItem.cs +++ b/src/CloudPDF/Types/DocManifest200ResponsePagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocManifest200ResponsePagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemCache.cs b/src/CloudPDF/Types/DocManifest200ResponsePagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocManifest200ResponsePagesItemCache.cs rename to src/CloudPDF/Types/DocManifest200ResponsePagesItemCache.cs index 1162a33..a0a4f10 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemCache.cs +++ b/src/CloudPDF/Types/DocManifest200ResponsePagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocManifest200ResponsePagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemState.cs b/src/CloudPDF/Types/DocManifest200ResponsePagesItemState.cs similarity index 95% rename from src/CloudpdfApi/Types/DocManifest200ResponsePagesItemState.cs rename to src/CloudPDF/Types/DocManifest200ResponsePagesItemState.cs index 137105b..bcfd966 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemState.cs +++ b/src/CloudPDF/Types/DocManifest200ResponsePagesItemState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocManifest200ResponsePagesItemState : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateRevision.cs b/src/CloudPDF/Types/DocManifest200ResponsePagesItemStateRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateRevision.cs rename to src/CloudPDF/Types/DocManifest200ResponsePagesItemStateRevision.cs index 60a28db..1945a63 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateRevision.cs +++ b/src/CloudPDF/Types/DocManifest200ResponsePagesItemStateRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocManifest200ResponsePagesItemStateRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateWeakAnnotationState.cs b/src/CloudPDF/Types/DocManifest200ResponsePagesItemStateWeakAnnotationState.cs similarity index 74% rename from src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateWeakAnnotationState.cs rename to src/CloudPDF/Types/DocManifest200ResponsePagesItemStateWeakAnnotationState.cs index 2429e3f..5c10b9b 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocManifest200ResponsePagesItemStateWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocManifest200ResponsePagesItemStateWeakAnnotationState.JsonConverter))] [Serializable] @@ -62,33 +62,30 @@ DocManifest200ResponsePagesItemStateWeakAnnotationState.Known value public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown)Value! + ? (CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown)Value! : throw new global::System.Exception( "DocManifest200ResponsePagesItemStateWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown)Value! + ? (CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown)Value! : throw new global::System.Exception( "DocManifest200ResponsePagesItemStateWeakAnnotationState.Kind is not 'known'" ); public T Match( - Func< - CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown, - T - > onUnknown, - Func onKnown, + Func onUnknown, + Func onKnown, Func onUnknown_ ) { @@ -101,8 +98,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -121,16 +118,15 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown? value + out CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { - value = (CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown) - Value!; + value = (CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown)Value!; return true; } value = null; @@ -138,16 +134,15 @@ out CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown? } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown? value + out CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown? value ) { if (Kind == "known") { - value = (CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown) - Value!; + value = (CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown)Value!; return true; } value = null; @@ -209,18 +204,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -279,18 +274,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown value + CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocManifest200ResponsePagesItemStateWeakAnnotationState.Unknown( - CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown value + CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown value ) => new(value); } @@ -300,17 +295,17 @@ CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown value [Serializable] public struct Known { - public Known(CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown value) + public Known(CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown value) { Value = value; } - internal CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocManifest200ResponsePagesItemStateWeakAnnotationState.Known( - CloudpdfApi.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown value + CloudPDF.DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown.cs index 8c91670..1f941ff 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocManifest200ResponsePagesItemStateWeakAnnotationStateKnown : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown.cs index 5e2a7c6..3a167da 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocManifest200ResponsePagesItemStateWeakAnnotationStateUnknown : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocManifest200ResponseScopes.cs b/src/CloudPDF/Types/DocManifest200ResponseScopes.cs similarity index 96% rename from src/CloudpdfApi/Types/DocManifest200ResponseScopes.cs rename to src/CloudPDF/Types/DocManifest200ResponseScopes.cs index ea02590..f5c51f1 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponseScopes.cs +++ b/src/CloudPDF/Types/DocManifest200ResponseScopes.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocManifest200ResponseScopes : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocManifest200ResponseScopesActions.cs b/src/CloudPDF/Types/DocManifest200ResponseScopesActions.cs similarity index 98% rename from src/CloudpdfApi/Types/DocManifest200ResponseScopesActions.cs rename to src/CloudPDF/Types/DocManifest200ResponseScopesActions.cs index 7679202..8a130ba 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponseScopesActions.cs +++ b/src/CloudPDF/Types/DocManifest200ResponseScopesActions.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocManifest200ResponseScopesActions.DocManifest200ResponseScopesActionsSerializer) diff --git a/src/CloudpdfApi/Types/DocManifest200ResponseScopesAnnotations.cs b/src/CloudPDF/Types/DocManifest200ResponseScopesAnnotations.cs similarity index 98% rename from src/CloudpdfApi/Types/DocManifest200ResponseScopesAnnotations.cs rename to src/CloudPDF/Types/DocManifest200ResponseScopesAnnotations.cs index 7f11730..d8f7803 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponseScopesAnnotations.cs +++ b/src/CloudPDF/Types/DocManifest200ResponseScopesAnnotations.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocManifest200ResponseScopesAnnotations.DocManifest200ResponseScopesAnnotationsSerializer) diff --git a/src/CloudpdfApi/Types/DocManifest200ResponseScopesAttachments.cs b/src/CloudPDF/Types/DocManifest200ResponseScopesAttachments.cs similarity index 98% rename from src/CloudpdfApi/Types/DocManifest200ResponseScopesAttachments.cs rename to src/CloudPDF/Types/DocManifest200ResponseScopesAttachments.cs index 525165a..fdb6d25 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponseScopesAttachments.cs +++ b/src/CloudPDF/Types/DocManifest200ResponseScopesAttachments.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocManifest200ResponseScopesAttachments.DocManifest200ResponseScopesAttachmentsSerializer) diff --git a/src/CloudpdfApi/Types/DocManifest200ResponseScopesContent.cs b/src/CloudPDF/Types/DocManifest200ResponseScopesContent.cs similarity index 98% rename from src/CloudpdfApi/Types/DocManifest200ResponseScopesContent.cs rename to src/CloudPDF/Types/DocManifest200ResponseScopesContent.cs index 9d800b2..0975b5c 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponseScopesContent.cs +++ b/src/CloudPDF/Types/DocManifest200ResponseScopesContent.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocManifest200ResponseScopesContent.DocManifest200ResponseScopesContentSerializer) diff --git a/src/CloudpdfApi/Types/DocManifest200ResponseScopesLayout.cs b/src/CloudPDF/Types/DocManifest200ResponseScopesLayout.cs similarity index 98% rename from src/CloudpdfApi/Types/DocManifest200ResponseScopesLayout.cs rename to src/CloudPDF/Types/DocManifest200ResponseScopesLayout.cs index 431584e..f4f52f8 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponseScopesLayout.cs +++ b/src/CloudPDF/Types/DocManifest200ResponseScopesLayout.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocManifest200ResponseScopesLayout.DocManifest200ResponseScopesLayoutSerializer) diff --git a/src/CloudpdfApi/Types/DocManifest200ResponseScopesMetadata.cs b/src/CloudPDF/Types/DocManifest200ResponseScopesMetadata.cs similarity index 98% rename from src/CloudpdfApi/Types/DocManifest200ResponseScopesMetadata.cs rename to src/CloudPDF/Types/DocManifest200ResponseScopesMetadata.cs index 26ef8f9..a9538f8 100644 --- a/src/CloudpdfApi/Types/DocManifest200ResponseScopesMetadata.cs +++ b/src/CloudPDF/Types/DocManifest200ResponseScopesMetadata.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocManifest200ResponseScopesMetadata.DocManifest200ResponseScopesMetadataSerializer) diff --git a/src/CloudpdfApi/Types/DocManifest404Response.cs b/src/CloudPDF/Types/DocManifest404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocManifest404Response.cs rename to src/CloudPDF/Types/DocManifest404Response.cs index 4ef832f..1a1b92f 100644 --- a/src/CloudpdfApi/Types/DocManifest404Response.cs +++ b/src/CloudPDF/Types/DocManifest404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocManifest404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocManifest404ResponseCode.cs b/src/CloudPDF/Types/DocManifest404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocManifest404ResponseCode.cs rename to src/CloudPDF/Types/DocManifest404ResponseCode.cs index 54fdc39..47a6881 100644 --- a/src/CloudpdfApi/Types/DocManifest404ResponseCode.cs +++ b/src/CloudPDF/Types/DocManifest404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocManifest404ResponseCode.DocManifest404ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocManifest404ResponseName.cs b/src/CloudPDF/Types/DocManifest404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocManifest404ResponseName.cs rename to src/CloudPDF/Types/DocManifest404ResponseName.cs index c3214f8..82164fb 100644 --- a/src/CloudpdfApi/Types/DocManifest404ResponseName.cs +++ b/src/CloudPDF/Types/DocManifest404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocManifest404ResponseName.DocManifest404ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocMetadataGet200Response.cs b/src/CloudPDF/Types/DocMetadataGet200Response.cs similarity index 96% rename from src/CloudpdfApi/Types/DocMetadataGet200Response.cs rename to src/CloudPDF/Types/DocMetadataGet200Response.cs index c8d961b..58af4da 100644 --- a/src/CloudpdfApi/Types/DocMetadataGet200Response.cs +++ b/src/CloudPDF/Types/DocMetadataGet200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocMetadataGet200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocMetadataGet200ResponseTrapped.cs b/src/CloudPDF/Types/DocMetadataGet200ResponseTrapped.cs similarity index 98% rename from src/CloudpdfApi/Types/DocMetadataGet200ResponseTrapped.cs rename to src/CloudPDF/Types/DocMetadataGet200ResponseTrapped.cs index 6b33c1e..a989e94 100644 --- a/src/CloudpdfApi/Types/DocMetadataGet200ResponseTrapped.cs +++ b/src/CloudPDF/Types/DocMetadataGet200ResponseTrapped.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocMetadataGet200ResponseTrapped.DocMetadataGet200ResponseTrappedSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocMetadataGet404Response.cs b/src/CloudPDF/Types/DocMetadataGet404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocMetadataGet404Response.cs rename to src/CloudPDF/Types/DocMetadataGet404Response.cs index 310f29c..fbc6fbd 100644 --- a/src/CloudpdfApi/Types/DocMetadataGet404Response.cs +++ b/src/CloudPDF/Types/DocMetadataGet404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocMetadataGet404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocMetadataGet404ResponseCode.cs b/src/CloudPDF/Types/DocMetadataGet404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocMetadataGet404ResponseCode.cs rename to src/CloudPDF/Types/DocMetadataGet404ResponseCode.cs index c9cb4db..aeccf78 100644 --- a/src/CloudpdfApi/Types/DocMetadataGet404ResponseCode.cs +++ b/src/CloudPDF/Types/DocMetadataGet404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocMetadataGet404ResponseCode.DocMetadataGet404ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocMetadataGet404ResponseName.cs b/src/CloudPDF/Types/DocMetadataGet404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocMetadataGet404ResponseName.cs rename to src/CloudPDF/Types/DocMetadataGet404ResponseName.cs index 87dcab0..92c1b35 100644 --- a/src/CloudpdfApi/Types/DocMetadataGet404ResponseName.cs +++ b/src/CloudPDF/Types/DocMetadataGet404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocMetadataGet404ResponseName.DocMetadataGet404ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesDelete200Response.cs b/src/CloudPDF/Types/DocPagesDelete200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesDelete200Response.cs rename to src/CloudPDF/Types/DocPagesDelete200Response.cs index 518a700..7d16e15 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete200Response.cs +++ b/src/CloudPDF/Types/DocPagesDelete200Response.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesDelete200Response : IJsonOnDeserialized, IJsonOnSerializing diff --git a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMeta.cs b/src/CloudPDF/Types/DocPagesDelete200ResponseMeta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesDelete200ResponseMeta.cs rename to src/CloudPDF/Types/DocPagesDelete200ResponseMeta.cs index 4af5ee9..e36d51e 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMeta.cs +++ b/src/CloudPDF/Types/DocPagesDelete200ResponseMeta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesDelete200ResponseMeta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItem.cs b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItem.cs rename to src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItem.cs index ec0cdec..2d88074 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItem.cs +++ b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesDelete200ResponseMetaAffectedPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemRevision.cs b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemRevision.cs rename to src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemRevision.cs index 2aa5bfc..3899641 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemRevision.cs +++ b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesDelete200ResponseMetaAffectedPagesItemRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs similarity index 74% rename from src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs rename to src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs index 2542499..8a12b9c 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.JsonConverter) @@ -67,24 +67,24 @@ DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.Known value public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + ? (CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value! : throw new global::System.Exception( "DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + ? (CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value! : throw new global::System.Exception( "DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'known'" @@ -92,11 +92,11 @@ public CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationS public T Match( Func< - CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, + CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, T > onUnknown, Func< - CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, + CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, T > onKnown, Func onUnknown_ @@ -111,8 +111,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -131,16 +131,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value + out CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { value = - (CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + (CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value!; return true; } @@ -149,16 +149,16 @@ out CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStat } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value + out CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value ) { if (Kind == "known") { value = - (CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + (CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value!; return true; } @@ -221,18 +221,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -291,18 +291,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.Unknown( - CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) => new(value); } @@ -313,18 +313,18 @@ CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnk public struct Known { public Known( - CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) { Value = value; } - internal CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationState.Known( - CloudpdfApi.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs index 8ad8ea8..29a63b8 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown diff --git a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs index 321365c..31bef37 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesDelete200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown diff --git a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaCacheDelta.cs b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaCacheDelta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaCacheDelta.cs rename to src/CloudPDF/Types/DocPagesDelete200ResponseMetaCacheDelta.cs index f6ef6c8..e6e1e79 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaCacheDelta.cs +++ b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaCacheDelta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesDelete200ResponseMetaCacheDelta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItem.cs b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItem.cs rename to src/CloudPDF/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItem.cs index c3626f7..a19c54c 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItem.cs +++ b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesDelete200ResponseMetaCacheDeltaPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItemCache.cs b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItemCache.cs rename to src/CloudPDF/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItemCache.cs index 0258f03..55afce9 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItemCache.cs +++ b/src/CloudPDF/Types/DocPagesDelete200ResponseMetaCacheDeltaPagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesDelete200ResponseMetaCacheDeltaPagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesDelete400Response.cs b/src/CloudPDF/Types/DocPagesDelete400Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesDelete400Response.cs rename to src/CloudPDF/Types/DocPagesDelete400Response.cs index 9e7c3ea..9ed3373 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete400Response.cs +++ b/src/CloudPDF/Types/DocPagesDelete400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesDelete400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesDelete400ResponseCode.cs b/src/CloudPDF/Types/DocPagesDelete400ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocPagesDelete400ResponseCode.cs rename to src/CloudPDF/Types/DocPagesDelete400ResponseCode.cs index ebc1560..2d83df5 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete400ResponseCode.cs +++ b/src/CloudPDF/Types/DocPagesDelete400ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesDelete400ResponseCode.DocPagesDelete400ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesDelete400ResponseName.cs b/src/CloudPDF/Types/DocPagesDelete400ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocPagesDelete400ResponseName.cs rename to src/CloudPDF/Types/DocPagesDelete400ResponseName.cs index 11c09b2..0ec5a00 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete400ResponseName.cs +++ b/src/CloudPDF/Types/DocPagesDelete400ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesDelete400ResponseName.DocPagesDelete400ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesDelete404Response.cs b/src/CloudPDF/Types/DocPagesDelete404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesDelete404Response.cs rename to src/CloudPDF/Types/DocPagesDelete404Response.cs index 4ec00f7..3f87f65 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete404Response.cs +++ b/src/CloudPDF/Types/DocPagesDelete404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesDelete404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesDelete404ResponseCode.cs b/src/CloudPDF/Types/DocPagesDelete404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocPagesDelete404ResponseCode.cs rename to src/CloudPDF/Types/DocPagesDelete404ResponseCode.cs index 20b5671..3953b8d 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete404ResponseCode.cs +++ b/src/CloudPDF/Types/DocPagesDelete404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesDelete404ResponseCode.DocPagesDelete404ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesDelete404ResponseName.cs b/src/CloudPDF/Types/DocPagesDelete404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocPagesDelete404ResponseName.cs rename to src/CloudPDF/Types/DocPagesDelete404ResponseName.cs index 0e1fd22..dbf1511 100644 --- a/src/CloudpdfApi/Types/DocPagesDelete404ResponseName.cs +++ b/src/CloudPDF/Types/DocPagesDelete404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesDelete404ResponseName.DocPagesDelete404ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesFlatten200Response.cs b/src/CloudPDF/Types/DocPagesFlatten200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesFlatten200Response.cs rename to src/CloudPDF/Types/DocPagesFlatten200Response.cs index c20e509..436c7b9 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten200Response.cs +++ b/src/CloudPDF/Types/DocPagesFlatten200Response.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesFlatten200Response : IJsonOnDeserialized, IJsonOnSerializing diff --git a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMeta.cs b/src/CloudPDF/Types/DocPagesFlatten200ResponseMeta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesFlatten200ResponseMeta.cs rename to src/CloudPDF/Types/DocPagesFlatten200ResponseMeta.cs index 761cc0c..247be84 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMeta.cs +++ b/src/CloudPDF/Types/DocPagesFlatten200ResponseMeta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesFlatten200ResponseMeta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItem.cs b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItem.cs rename to src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItem.cs index 5b215a0..d1f0323 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItem.cs +++ b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesFlatten200ResponseMetaAffectedPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemRevision.cs b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemRevision.cs rename to src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemRevision.cs index eafb521..9626ed2 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemRevision.cs +++ b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesFlatten200ResponseMetaAffectedPagesItemRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.cs b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.cs similarity index 74% rename from src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.cs rename to src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.cs index cda0eb3..12374e2 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.JsonConverter) @@ -67,24 +67,24 @@ DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.Known value public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + ? (CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value! : throw new global::System.Exception( "DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + ? (CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value! : throw new global::System.Exception( "DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'known'" @@ -92,11 +92,11 @@ public CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotation public T Match( Func< - CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, + CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, T > onUnknown, Func< - CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, + CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, T > onKnown, Func onUnknown_ @@ -111,8 +111,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -131,16 +131,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value + out CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { value = - (CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + (CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value!; return true; } @@ -149,16 +149,16 @@ out CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationSta } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value + out CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value ) { if (Kind == "known") { value = - (CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + (CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value!; return true; } @@ -221,18 +221,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -291,18 +291,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.Unknown( - CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) => new(value); } @@ -313,18 +313,18 @@ CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUn public struct Known { public Known( - CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) { Value = value; } - internal CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationState.Known( - CloudpdfApi.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs index 55c8bf2..43d1dee 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown diff --git a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs index 0c7cbe6..4f6ba6d 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesFlatten200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown diff --git a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaCacheDelta.cs b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaCacheDelta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaCacheDelta.cs rename to src/CloudPDF/Types/DocPagesFlatten200ResponseMetaCacheDelta.cs index 32f95d5..5407be4 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaCacheDelta.cs +++ b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaCacheDelta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesFlatten200ResponseMetaCacheDelta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItem.cs b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItem.cs rename to src/CloudPDF/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItem.cs index 8653ceb..c0a3fd7 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItem.cs +++ b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesFlatten200ResponseMetaCacheDeltaPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItemCache.cs b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItemCache.cs rename to src/CloudPDF/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItemCache.cs index ee6bc60..3026d44 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItemCache.cs +++ b/src/CloudPDF/Types/DocPagesFlatten200ResponseMetaCacheDeltaPagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesFlatten200ResponseMetaCacheDeltaPagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesFlatten400Response.cs b/src/CloudPDF/Types/DocPagesFlatten400Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesFlatten400Response.cs rename to src/CloudPDF/Types/DocPagesFlatten400Response.cs index bee61c6..99df07b 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten400Response.cs +++ b/src/CloudPDF/Types/DocPagesFlatten400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesFlatten400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesFlatten400ResponseCode.cs b/src/CloudPDF/Types/DocPagesFlatten400ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocPagesFlatten400ResponseCode.cs rename to src/CloudPDF/Types/DocPagesFlatten400ResponseCode.cs index 8aad7bf..c3653af 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten400ResponseCode.cs +++ b/src/CloudPDF/Types/DocPagesFlatten400ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesFlatten400ResponseCode.DocPagesFlatten400ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesFlatten400ResponseName.cs b/src/CloudPDF/Types/DocPagesFlatten400ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocPagesFlatten400ResponseName.cs rename to src/CloudPDF/Types/DocPagesFlatten400ResponseName.cs index c2da819..73fcef9 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten400ResponseName.cs +++ b/src/CloudPDF/Types/DocPagesFlatten400ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesFlatten400ResponseName.DocPagesFlatten400ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesFlatten404Response.cs b/src/CloudPDF/Types/DocPagesFlatten404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesFlatten404Response.cs rename to src/CloudPDF/Types/DocPagesFlatten404Response.cs index 5ebf8f0..cd401d0 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten404Response.cs +++ b/src/CloudPDF/Types/DocPagesFlatten404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesFlatten404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesFlatten404ResponseCode.cs b/src/CloudPDF/Types/DocPagesFlatten404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocPagesFlatten404ResponseCode.cs rename to src/CloudPDF/Types/DocPagesFlatten404ResponseCode.cs index aa3f2c2..9a71087 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten404ResponseCode.cs +++ b/src/CloudPDF/Types/DocPagesFlatten404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesFlatten404ResponseCode.DocPagesFlatten404ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesFlatten404ResponseName.cs b/src/CloudPDF/Types/DocPagesFlatten404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocPagesFlatten404ResponseName.cs rename to src/CloudPDF/Types/DocPagesFlatten404ResponseName.cs index a857505..280be33 100644 --- a/src/CloudpdfApi/Types/DocPagesFlatten404ResponseName.cs +++ b/src/CloudPDF/Types/DocPagesFlatten404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesFlatten404ResponseName.DocPagesFlatten404ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesMove200Response.cs b/src/CloudPDF/Types/DocPagesMove200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesMove200Response.cs rename to src/CloudPDF/Types/DocPagesMove200Response.cs index 069375a..6af5b61 100644 --- a/src/CloudpdfApi/Types/DocPagesMove200Response.cs +++ b/src/CloudPDF/Types/DocPagesMove200Response.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesMove200Response : IJsonOnDeserialized, IJsonOnSerializing diff --git a/src/CloudpdfApi/Types/DocPagesMove200ResponseMeta.cs b/src/CloudPDF/Types/DocPagesMove200ResponseMeta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesMove200ResponseMeta.cs rename to src/CloudPDF/Types/DocPagesMove200ResponseMeta.cs index a17d3e5..e269085 100644 --- a/src/CloudpdfApi/Types/DocPagesMove200ResponseMeta.cs +++ b/src/CloudPDF/Types/DocPagesMove200ResponseMeta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesMove200ResponseMeta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItem.cs b/src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItem.cs rename to src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItem.cs index c254f8a..f328894 100644 --- a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItem.cs +++ b/src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesMove200ResponseMetaAffectedPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemRevision.cs b/src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemRevision.cs rename to src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemRevision.cs index c6f1c2f..75d7870 100644 --- a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemRevision.cs +++ b/src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesMove200ResponseMetaAffectedPagesItemRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.cs b/src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.cs similarity index 74% rename from src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.cs rename to src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.cs index d8beaf9..3323224 100644 --- a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.JsonConverter) @@ -67,36 +67,35 @@ DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.Known value public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + ? (CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value! : throw new global::System.Exception( "DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) - Value! + ? (CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown)Value! : throw new global::System.Exception( "DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'known'" ); public T Match( Func< - CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, + CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, T > onUnknown, Func< - CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, + CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, T > onKnown, Func onUnknown_ @@ -111,8 +110,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -131,16 +130,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value + out CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { value = - (CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + (CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value!; return true; } @@ -149,17 +148,16 @@ out CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateU } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value + out CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value ) { if (Kind == "known") { - value = - (CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) - Value!; + value = (CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + Value!; return true; } value = null; @@ -221,18 +219,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -291,18 +289,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.Unknown( - CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) => new(value); } @@ -313,18 +311,18 @@ CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnkno public struct Known { public Known( - CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) { Value = value; } - internal CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationState.Known( - CloudpdfApi.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs index 0984578..7a02ab3 100644 --- a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown diff --git a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs index e30e440..5275c2a 100644 --- a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesMove200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown diff --git a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaCacheDelta.cs b/src/CloudPDF/Types/DocPagesMove200ResponseMetaCacheDelta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesMove200ResponseMetaCacheDelta.cs rename to src/CloudPDF/Types/DocPagesMove200ResponseMetaCacheDelta.cs index 9d48941..6ba7ab8 100644 --- a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaCacheDelta.cs +++ b/src/CloudPDF/Types/DocPagesMove200ResponseMetaCacheDelta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesMove200ResponseMetaCacheDelta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItem.cs b/src/CloudPDF/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItem.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItem.cs rename to src/CloudPDF/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItem.cs index cfafb6b..a0f7d34 100644 --- a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItem.cs +++ b/src/CloudPDF/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesMove200ResponseMetaCacheDeltaPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItemCache.cs b/src/CloudPDF/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItemCache.cs rename to src/CloudPDF/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItemCache.cs index a972dd3..7aade30 100644 --- a/src/CloudpdfApi/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItemCache.cs +++ b/src/CloudPDF/Types/DocPagesMove200ResponseMetaCacheDeltaPagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesMove200ResponseMetaCacheDeltaPagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesMove400Response.cs b/src/CloudPDF/Types/DocPagesMove400Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesMove400Response.cs rename to src/CloudPDF/Types/DocPagesMove400Response.cs index 9c0777c..36b7072 100644 --- a/src/CloudpdfApi/Types/DocPagesMove400Response.cs +++ b/src/CloudPDF/Types/DocPagesMove400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesMove400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesMove400ResponseCode.cs b/src/CloudPDF/Types/DocPagesMove400ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocPagesMove400ResponseCode.cs rename to src/CloudPDF/Types/DocPagesMove400ResponseCode.cs index 89a183d..e6d4729 100644 --- a/src/CloudpdfApi/Types/DocPagesMove400ResponseCode.cs +++ b/src/CloudPDF/Types/DocPagesMove400ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesMove400ResponseCode.DocPagesMove400ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesMove400ResponseName.cs b/src/CloudPDF/Types/DocPagesMove400ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocPagesMove400ResponseName.cs rename to src/CloudPDF/Types/DocPagesMove400ResponseName.cs index 30fa333..e07e09e 100644 --- a/src/CloudpdfApi/Types/DocPagesMove400ResponseName.cs +++ b/src/CloudPDF/Types/DocPagesMove400ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesMove400ResponseName.DocPagesMove400ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesMove404Response.cs b/src/CloudPDF/Types/DocPagesMove404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesMove404Response.cs rename to src/CloudPDF/Types/DocPagesMove404Response.cs index 3afc5db..b556889 100644 --- a/src/CloudpdfApi/Types/DocPagesMove404Response.cs +++ b/src/CloudPDF/Types/DocPagesMove404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesMove404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesMove404ResponseCode.cs b/src/CloudPDF/Types/DocPagesMove404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocPagesMove404ResponseCode.cs rename to src/CloudPDF/Types/DocPagesMove404ResponseCode.cs index 3dcafd9..91a4551 100644 --- a/src/CloudpdfApi/Types/DocPagesMove404ResponseCode.cs +++ b/src/CloudPDF/Types/DocPagesMove404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesMove404ResponseCode.DocPagesMove404ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesMove404ResponseName.cs b/src/CloudPDF/Types/DocPagesMove404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocPagesMove404ResponseName.cs rename to src/CloudPDF/Types/DocPagesMove404ResponseName.cs index 5298cf5..0e3de5f 100644 --- a/src/CloudpdfApi/Types/DocPagesMove404ResponseName.cs +++ b/src/CloudPDF/Types/DocPagesMove404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesMove404ResponseName.DocPagesMove404ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesRotate200Response.cs b/src/CloudPDF/Types/DocPagesRotate200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesRotate200Response.cs rename to src/CloudPDF/Types/DocPagesRotate200Response.cs index c93bfc6..28e37e0 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate200Response.cs +++ b/src/CloudPDF/Types/DocPagesRotate200Response.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesRotate200Response : IJsonOnDeserialized, IJsonOnSerializing diff --git a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMeta.cs b/src/CloudPDF/Types/DocPagesRotate200ResponseMeta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesRotate200ResponseMeta.cs rename to src/CloudPDF/Types/DocPagesRotate200ResponseMeta.cs index c9ccf73..1537e90 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMeta.cs +++ b/src/CloudPDF/Types/DocPagesRotate200ResponseMeta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesRotate200ResponseMeta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItem.cs b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItem.cs rename to src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItem.cs index b381ca5..ada8226 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItem.cs +++ b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesRotate200ResponseMetaAffectedPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemRevision.cs b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemRevision.cs rename to src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemRevision.cs index 87c3406..7cc3547 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemRevision.cs +++ b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesRotate200ResponseMetaAffectedPagesItemRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs similarity index 74% rename from src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs rename to src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs index 9d31574..6ea62b4 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.JsonConverter) @@ -67,24 +67,24 @@ DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.Known value public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + ? (CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value! : throw new global::System.Exception( "DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + ? (CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value! : throw new global::System.Exception( "DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'known'" @@ -92,11 +92,11 @@ public CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationS public T Match( Func< - CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, + CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, T > onUnknown, Func< - CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, + CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, T > onKnown, Func onUnknown_ @@ -111,8 +111,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -131,16 +131,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value + out CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { value = - (CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + (CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value!; return true; } @@ -149,16 +149,16 @@ out CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStat } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value + out CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value ) { if (Kind == "known") { value = - (CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + (CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value!; return true; } @@ -221,18 +221,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -291,18 +291,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.Unknown( - CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) => new(value); } @@ -313,18 +313,18 @@ CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnk public struct Known { public Known( - CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) { Value = value; } - internal CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationState.Known( - CloudpdfApi.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs index 5904444..4f63b1a 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown diff --git a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs index 4fbaa7b..170a1f2 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesRotate200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown diff --git a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaCacheDelta.cs b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaCacheDelta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaCacheDelta.cs rename to src/CloudPDF/Types/DocPagesRotate200ResponseMetaCacheDelta.cs index af0710c..a3d5369 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaCacheDelta.cs +++ b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaCacheDelta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesRotate200ResponseMetaCacheDelta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItem.cs b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItem.cs rename to src/CloudPDF/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItem.cs index 692fb6b..ba0ad1e 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItem.cs +++ b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesRotate200ResponseMetaCacheDeltaPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItemCache.cs b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItemCache.cs rename to src/CloudPDF/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItemCache.cs index 9e58211..995a74b 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItemCache.cs +++ b/src/CloudPDF/Types/DocPagesRotate200ResponseMetaCacheDeltaPagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesRotate200ResponseMetaCacheDeltaPagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesRotate400Response.cs b/src/CloudPDF/Types/DocPagesRotate400Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesRotate400Response.cs rename to src/CloudPDF/Types/DocPagesRotate400Response.cs index 906f827..dbbe336 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate400Response.cs +++ b/src/CloudPDF/Types/DocPagesRotate400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesRotate400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesRotate400ResponseCode.cs b/src/CloudPDF/Types/DocPagesRotate400ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocPagesRotate400ResponseCode.cs rename to src/CloudPDF/Types/DocPagesRotate400ResponseCode.cs index 3ca6280..b0a3a15 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate400ResponseCode.cs +++ b/src/CloudPDF/Types/DocPagesRotate400ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesRotate400ResponseCode.DocPagesRotate400ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesRotate400ResponseName.cs b/src/CloudPDF/Types/DocPagesRotate400ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocPagesRotate400ResponseName.cs rename to src/CloudPDF/Types/DocPagesRotate400ResponseName.cs index 0e79c0b..57e9b80 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate400ResponseName.cs +++ b/src/CloudPDF/Types/DocPagesRotate400ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesRotate400ResponseName.DocPagesRotate400ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesRotate404Response.cs b/src/CloudPDF/Types/DocPagesRotate404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocPagesRotate404Response.cs rename to src/CloudPDF/Types/DocPagesRotate404Response.cs index ea0a5ab..e53376d 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate404Response.cs +++ b/src/CloudPDF/Types/DocPagesRotate404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocPagesRotate404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocPagesRotate404ResponseCode.cs b/src/CloudPDF/Types/DocPagesRotate404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocPagesRotate404ResponseCode.cs rename to src/CloudPDF/Types/DocPagesRotate404ResponseCode.cs index 416aee8..a2a075a 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate404ResponseCode.cs +++ b/src/CloudPDF/Types/DocPagesRotate404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesRotate404ResponseCode.DocPagesRotate404ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocPagesRotate404ResponseName.cs b/src/CloudPDF/Types/DocPagesRotate404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocPagesRotate404ResponseName.cs rename to src/CloudPDF/Types/DocPagesRotate404ResponseName.cs index 21926aa..873ed4b 100644 --- a/src/CloudpdfApi/Types/DocPagesRotate404ResponseName.cs +++ b/src/CloudPDF/Types/DocPagesRotate404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocPagesRotate404ResponseName.DocPagesRotate404ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocRedactionsApply200Response.cs b/src/CloudPDF/Types/DocRedactionsApply200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocRedactionsApply200Response.cs rename to src/CloudPDF/Types/DocRedactionsApply200Response.cs index f2a2bc6..05530bf 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply200Response.cs +++ b/src/CloudPDF/Types/DocRedactionsApply200Response.cs @@ -1,7 +1,7 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRedactionsApply200Response : IJsonOnDeserialized, IJsonOnSerializing diff --git a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMeta.cs b/src/CloudPDF/Types/DocRedactionsApply200ResponseMeta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocRedactionsApply200ResponseMeta.cs rename to src/CloudPDF/Types/DocRedactionsApply200ResponseMeta.cs index a5968ef..918969e 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMeta.cs +++ b/src/CloudPDF/Types/DocRedactionsApply200ResponseMeta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRedactionsApply200ResponseMeta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItem.cs b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItem.cs rename to src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItem.cs index eaba175..ca33559 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItem.cs +++ b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRedactionsApply200ResponseMetaAffectedPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemRevision.cs b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemRevision.cs similarity index 95% rename from src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemRevision.cs rename to src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemRevision.cs index 6599628..9ec81f8 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemRevision.cs +++ b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemRevision.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRedactionsApply200ResponseMetaAffectedPagesItemRevision : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.cs b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.cs similarity index 74% rename from src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.cs rename to src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.cs index 35afbd7..1780cd7 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.cs +++ b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.JsonConverter) @@ -67,24 +67,24 @@ DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.Known valu public bool IsKnown => Kind == "known"; /// - /// Returns the value as a if is 'unknown', otherwise throws an exception. + /// Returns the value as a if is 'unknown', otherwise throws an exception. /// /// Thrown when is not 'unknown'. - public CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => + public CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown AsUnknown() => IsUnknown - ? (CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + ? (CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value! : throw new global::System.Exception( "DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'unknown'" ); /// - /// Returns the value as a if is 'known', otherwise throws an exception. + /// Returns the value as a if is 'known', otherwise throws an exception. /// /// Thrown when is not 'known'. - public CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => + public CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown AsKnown() => IsKnown - ? (CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + ? (CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value! : throw new global::System.Exception( "DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.Kind is not 'known'" @@ -92,11 +92,11 @@ public CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotat public T Match( Func< - CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, + CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown, T > onUnknown, Func< - CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, + CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown, T > onKnown, Func onUnknown_ @@ -111,8 +111,8 @@ public T Match( } public void Visit( - Action onUnknown, - Action onKnown, + Action onUnknown, + Action onKnown, Action onUnknown_ ) { @@ -131,16 +131,16 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsUnknown( - out CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value + out CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown? value ) { if (Kind == "unknown") { value = - (CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) + (CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown) Value!; return true; } @@ -149,16 +149,16 @@ out CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotation } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// public bool TryAsKnown( - out CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value + out CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown? value ) { if (Kind == "known") { value = - (CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) + (CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown) Value!; return true; } @@ -221,18 +221,18 @@ JsonSerializerOptions options var value = discriminator switch { "unknown" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" + "Failed to deserialize CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown" ), "known" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" + "Failed to deserialize CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown" ), _ => json.Deserialize(options), }; @@ -291,18 +291,18 @@ JsonSerializerOptions options public struct Unknown { public Unknown( - CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) { Value = value; } - internal CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } + internal CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.Unknown( - CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value + CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown value ) => new(value); } @@ -313,18 +313,18 @@ CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStat public struct Known { public Known( - CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) { Value = value; } - internal CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } + internal CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationState.Known( - CloudpdfApi.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value + CloudPDF.DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs similarity index 94% rename from src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs rename to src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs index bc2acb0..2ecc8c6 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs +++ b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateKnown diff --git a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs similarity index 93% rename from src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs rename to src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs index a0b4591..ce3725f 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs +++ b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRedactionsApply200ResponseMetaAffectedPagesItemWeakAnnotationStateUnknown diff --git a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaCacheDelta.cs b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaCacheDelta.cs similarity index 95% rename from src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaCacheDelta.cs rename to src/CloudPDF/Types/DocRedactionsApply200ResponseMetaCacheDelta.cs index e77f305..b2523eb 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaCacheDelta.cs +++ b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaCacheDelta.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRedactionsApply200ResponseMetaCacheDelta : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItem.cs b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItem.cs similarity index 95% rename from src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItem.cs rename to src/CloudPDF/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItem.cs index 6fec2b4..ef8cf8e 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItem.cs +++ b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRedactionsApply200ResponseMetaCacheDeltaPagesItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItemCache.cs b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItemCache.cs similarity index 94% rename from src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItemCache.cs rename to src/CloudPDF/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItemCache.cs index af87f00..3189f78 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItemCache.cs +++ b/src/CloudPDF/Types/DocRedactionsApply200ResponseMetaCacheDeltaPagesItemCache.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRedactionsApply200ResponseMetaCacheDeltaPagesItemCache : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocRedactionsApply400Response.cs b/src/CloudPDF/Types/DocRedactionsApply400Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocRedactionsApply400Response.cs rename to src/CloudPDF/Types/DocRedactionsApply400Response.cs index cafe68f..c8eca0d 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply400Response.cs +++ b/src/CloudPDF/Types/DocRedactionsApply400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRedactionsApply400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocRedactionsApply400ResponseCode.cs b/src/CloudPDF/Types/DocRedactionsApply400ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocRedactionsApply400ResponseCode.cs rename to src/CloudPDF/Types/DocRedactionsApply400ResponseCode.cs index 2538db7..214ca20 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply400ResponseCode.cs +++ b/src/CloudPDF/Types/DocRedactionsApply400ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocRedactionsApply400ResponseCode.DocRedactionsApply400ResponseCodeSerializer) diff --git a/src/CloudpdfApi/Types/DocRedactionsApply400ResponseName.cs b/src/CloudPDF/Types/DocRedactionsApply400ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocRedactionsApply400ResponseName.cs rename to src/CloudPDF/Types/DocRedactionsApply400ResponseName.cs index e6535c1..9d4fb6d 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply400ResponseName.cs +++ b/src/CloudPDF/Types/DocRedactionsApply400ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocRedactionsApply400ResponseName.DocRedactionsApply400ResponseNameSerializer) diff --git a/src/CloudpdfApi/Types/DocRedactionsApply404Response.cs b/src/CloudPDF/Types/DocRedactionsApply404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocRedactionsApply404Response.cs rename to src/CloudPDF/Types/DocRedactionsApply404Response.cs index fb27420..99f78b7 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply404Response.cs +++ b/src/CloudPDF/Types/DocRedactionsApply404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRedactionsApply404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocRedactionsApply404ResponseCode.cs b/src/CloudPDF/Types/DocRedactionsApply404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocRedactionsApply404ResponseCode.cs rename to src/CloudPDF/Types/DocRedactionsApply404ResponseCode.cs index f91b46d..fdb4a9c 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply404ResponseCode.cs +++ b/src/CloudPDF/Types/DocRedactionsApply404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocRedactionsApply404ResponseCode.DocRedactionsApply404ResponseCodeSerializer) diff --git a/src/CloudpdfApi/Types/DocRedactionsApply404ResponseName.cs b/src/CloudPDF/Types/DocRedactionsApply404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocRedactionsApply404ResponseName.cs rename to src/CloudPDF/Types/DocRedactionsApply404ResponseName.cs index c4b655c..bdf4e04 100644 --- a/src/CloudpdfApi/Types/DocRedactionsApply404ResponseName.cs +++ b/src/CloudPDF/Types/DocRedactionsApply404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocRedactionsApply404ResponseName.DocRedactionsApply404ResponseNameSerializer) diff --git a/src/CloudpdfApi/Types/DocRenderResponse.cs b/src/CloudPDF/Types/DocRenderResponse.cs similarity index 95% rename from src/CloudpdfApi/Types/DocRenderResponse.cs rename to src/CloudPDF/Types/DocRenderResponse.cs index 2f7bc3f..f5374d2 100644 --- a/src/CloudpdfApi/Types/DocRenderResponse.cs +++ b/src/CloudPDF/Types/DocRenderResponse.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocRenderResponse : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocRenderResponseCode.cs b/src/CloudPDF/Types/DocRenderResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocRenderResponseCode.cs rename to src/CloudPDF/Types/DocRenderResponseCode.cs index 5b6b8f4..a666a2b 100644 --- a/src/CloudpdfApi/Types/DocRenderResponseCode.cs +++ b/src/CloudPDF/Types/DocRenderResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocRenderResponseCode.DocRenderResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocRenderResponseName.cs b/src/CloudPDF/Types/DocRenderResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocRenderResponseName.cs rename to src/CloudPDF/Types/DocRenderResponseName.cs index de34c8a..7d57922 100644 --- a/src/CloudpdfApi/Types/DocRenderResponseName.cs +++ b/src/CloudPDF/Types/DocRenderResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocRenderResponseName.DocRenderResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocText200Response.cs b/src/CloudPDF/Types/DocText200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocText200Response.cs rename to src/CloudPDF/Types/DocText200Response.cs index 815f986..2ffa9c2 100644 --- a/src/CloudpdfApi/Types/DocText200Response.cs +++ b/src/CloudPDF/Types/DocText200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocText200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocText404Response.cs b/src/CloudPDF/Types/DocText404Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocText404Response.cs rename to src/CloudPDF/Types/DocText404Response.cs index 2baca86..dae4bcb 100644 --- a/src/CloudpdfApi/Types/DocText404Response.cs +++ b/src/CloudPDF/Types/DocText404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocText404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocText404ResponseCode.cs b/src/CloudPDF/Types/DocText404ResponseCode.cs similarity index 99% rename from src/CloudpdfApi/Types/DocText404ResponseCode.cs rename to src/CloudPDF/Types/DocText404ResponseCode.cs index 617989e..a3f3318 100644 --- a/src/CloudpdfApi/Types/DocText404ResponseCode.cs +++ b/src/CloudPDF/Types/DocText404ResponseCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocText404ResponseCode.DocText404ResponseCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocText404ResponseName.cs b/src/CloudPDF/Types/DocText404ResponseName.cs similarity index 98% rename from src/CloudpdfApi/Types/DocText404ResponseName.cs rename to src/CloudPDF/Types/DocText404ResponseName.cs index 979893f..9504ba0 100644 --- a/src/CloudpdfApi/Types/DocText404ResponseName.cs +++ b/src/CloudPDF/Types/DocText404ResponseName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocText404ResponseName.DocText404ResponseNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/DocumentsCommit200Response.cs b/src/CloudPDF/Types/DocumentsCommit200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsCommit200Response.cs rename to src/CloudPDF/Types/DocumentsCommit200Response.cs index 974e09e..e08ef37 100644 --- a/src/CloudpdfApi/Types/DocumentsCommit200Response.cs +++ b/src/CloudPDF/Types/DocumentsCommit200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsCommit200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsCommit200ResponseDocument.cs b/src/CloudPDF/Types/DocumentsCommit200ResponseDocument.cs similarity index 97% rename from src/CloudpdfApi/Types/DocumentsCommit200ResponseDocument.cs rename to src/CloudPDF/Types/DocumentsCommit200ResponseDocument.cs index a853252..86dd5c1 100644 --- a/src/CloudpdfApi/Types/DocumentsCommit200ResponseDocument.cs +++ b/src/CloudPDF/Types/DocumentsCommit200ResponseDocument.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsCommit200ResponseDocument : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsCommit200ResponseDocumentState.cs b/src/CloudPDF/Types/DocumentsCommit200ResponseDocumentState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsCommit200ResponseDocumentState.cs rename to src/CloudPDF/Types/DocumentsCommit200ResponseDocumentState.cs index b4ee9a7..282be50 100644 --- a/src/CloudpdfApi/Types/DocumentsCommit200ResponseDocumentState.cs +++ b/src/CloudPDF/Types/DocumentsCommit200ResponseDocumentState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsCommit200ResponseDocumentState.DocumentsCommit200ResponseDocumentStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsCommit200ResponseDocumentThumbnailState.cs b/src/CloudPDF/Types/DocumentsCommit200ResponseDocumentThumbnailState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsCommit200ResponseDocumentThumbnailState.cs rename to src/CloudPDF/Types/DocumentsCommit200ResponseDocumentThumbnailState.cs index d6cd1de..7f53dbb 100644 --- a/src/CloudpdfApi/Types/DocumentsCommit200ResponseDocumentThumbnailState.cs +++ b/src/CloudPDF/Types/DocumentsCommit200ResponseDocumentThumbnailState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsCommit200ResponseDocumentThumbnailState.DocumentsCommit200ResponseDocumentThumbnailStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsCommit400Response.cs b/src/CloudPDF/Types/DocumentsCommit400Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsCommit400Response.cs rename to src/CloudPDF/Types/DocumentsCommit400Response.cs index f4d4b2b..3b57d66 100644 --- a/src/CloudpdfApi/Types/DocumentsCommit400Response.cs +++ b/src/CloudPDF/Types/DocumentsCommit400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsCommit400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsCommit400ResponseError.cs b/src/CloudPDF/Types/DocumentsCommit400ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsCommit400ResponseError.cs rename to src/CloudPDF/Types/DocumentsCommit400ResponseError.cs index ee355ff..b310125 100644 --- a/src/CloudpdfApi/Types/DocumentsCommit400ResponseError.cs +++ b/src/CloudPDF/Types/DocumentsCommit400ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsCommit400ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsCommit404Response.cs b/src/CloudPDF/Types/DocumentsCommit404Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsCommit404Response.cs rename to src/CloudPDF/Types/DocumentsCommit404Response.cs index 748f74a..5ad1ae5 100644 --- a/src/CloudpdfApi/Types/DocumentsCommit404Response.cs +++ b/src/CloudPDF/Types/DocumentsCommit404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsCommit404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsCommit404ResponseError.cs b/src/CloudPDF/Types/DocumentsCommit404ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsCommit404ResponseError.cs rename to src/CloudPDF/Types/DocumentsCommit404ResponseError.cs index e637b32..02b2160 100644 --- a/src/CloudpdfApi/Types/DocumentsCommit404ResponseError.cs +++ b/src/CloudPDF/Types/DocumentsCommit404ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsCommit404ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsDelete403Response.cs b/src/CloudPDF/Types/DocumentsDelete403Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsDelete403Response.cs rename to src/CloudPDF/Types/DocumentsDelete403Response.cs index 078e55b..8cfca71 100644 --- a/src/CloudpdfApi/Types/DocumentsDelete403Response.cs +++ b/src/CloudPDF/Types/DocumentsDelete403Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsDelete403Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsDelete403ResponseError.cs b/src/CloudPDF/Types/DocumentsDelete403ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsDelete403ResponseError.cs rename to src/CloudPDF/Types/DocumentsDelete403ResponseError.cs index 51313f8..e0e35a9 100644 --- a/src/CloudpdfApi/Types/DocumentsDelete403ResponseError.cs +++ b/src/CloudPDF/Types/DocumentsDelete403ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsDelete403ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsDelete404Response.cs b/src/CloudPDF/Types/DocumentsDelete404Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsDelete404Response.cs rename to src/CloudPDF/Types/DocumentsDelete404Response.cs index 5ef979b..e2c22a2 100644 --- a/src/CloudpdfApi/Types/DocumentsDelete404Response.cs +++ b/src/CloudPDF/Types/DocumentsDelete404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsDelete404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsDelete404ResponseError.cs b/src/CloudPDF/Types/DocumentsDelete404ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsDelete404ResponseError.cs rename to src/CloudPDF/Types/DocumentsDelete404ResponseError.cs index 1f5df98..cda4c35 100644 --- a/src/CloudpdfApi/Types/DocumentsDelete404ResponseError.cs +++ b/src/CloudPDF/Types/DocumentsDelete404ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsDelete404ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsDownload403Response.cs b/src/CloudPDF/Types/DocumentsDownload403Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsDownload403Response.cs rename to src/CloudPDF/Types/DocumentsDownload403Response.cs index 4034954..aee5dc4 100644 --- a/src/CloudpdfApi/Types/DocumentsDownload403Response.cs +++ b/src/CloudPDF/Types/DocumentsDownload403Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsDownload403Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsDownload403ResponseError.cs b/src/CloudPDF/Types/DocumentsDownload403ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsDownload403ResponseError.cs rename to src/CloudPDF/Types/DocumentsDownload403ResponseError.cs index 141b91a..cb1557e 100644 --- a/src/CloudpdfApi/Types/DocumentsDownload403ResponseError.cs +++ b/src/CloudPDF/Types/DocumentsDownload403ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsDownload403ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsDownload404Response.cs b/src/CloudPDF/Types/DocumentsDownload404Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsDownload404Response.cs rename to src/CloudPDF/Types/DocumentsDownload404Response.cs index e03c9f2..6f98d68 100644 --- a/src/CloudpdfApi/Types/DocumentsDownload404Response.cs +++ b/src/CloudPDF/Types/DocumentsDownload404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsDownload404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsDownload404ResponseError.cs b/src/CloudPDF/Types/DocumentsDownload404ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsDownload404ResponseError.cs rename to src/CloudPDF/Types/DocumentsDownload404ResponseError.cs index 06409a7..f7f2b80 100644 --- a/src/CloudpdfApi/Types/DocumentsDownload404ResponseError.cs +++ b/src/CloudPDF/Types/DocumentsDownload404ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsDownload404ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsGet200Response.cs b/src/CloudPDF/Types/DocumentsGet200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsGet200Response.cs rename to src/CloudPDF/Types/DocumentsGet200Response.cs index c6c101e..9348222 100644 --- a/src/CloudpdfApi/Types/DocumentsGet200Response.cs +++ b/src/CloudPDF/Types/DocumentsGet200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsGet200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsGet200ResponseDocument.cs b/src/CloudPDF/Types/DocumentsGet200ResponseDocument.cs similarity index 97% rename from src/CloudpdfApi/Types/DocumentsGet200ResponseDocument.cs rename to src/CloudPDF/Types/DocumentsGet200ResponseDocument.cs index 085290b..d014b8d 100644 --- a/src/CloudpdfApi/Types/DocumentsGet200ResponseDocument.cs +++ b/src/CloudPDF/Types/DocumentsGet200ResponseDocument.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsGet200ResponseDocument : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsGet200ResponseDocumentState.cs b/src/CloudPDF/Types/DocumentsGet200ResponseDocumentState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsGet200ResponseDocumentState.cs rename to src/CloudPDF/Types/DocumentsGet200ResponseDocumentState.cs index 32ffa7e..6591083 100644 --- a/src/CloudpdfApi/Types/DocumentsGet200ResponseDocumentState.cs +++ b/src/CloudPDF/Types/DocumentsGet200ResponseDocumentState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsGet200ResponseDocumentState.DocumentsGet200ResponseDocumentStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsGet200ResponseDocumentThumbnailState.cs b/src/CloudPDF/Types/DocumentsGet200ResponseDocumentThumbnailState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsGet200ResponseDocumentThumbnailState.cs rename to src/CloudPDF/Types/DocumentsGet200ResponseDocumentThumbnailState.cs index 9fd6890..46e7dbc 100644 --- a/src/CloudpdfApi/Types/DocumentsGet200ResponseDocumentThumbnailState.cs +++ b/src/CloudPDF/Types/DocumentsGet200ResponseDocumentThumbnailState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsGet200ResponseDocumentThumbnailState.DocumentsGet200ResponseDocumentThumbnailStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsGet403Response.cs b/src/CloudPDF/Types/DocumentsGet403Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsGet403Response.cs rename to src/CloudPDF/Types/DocumentsGet403Response.cs index bf2e4f8..ba0b9dc 100644 --- a/src/CloudpdfApi/Types/DocumentsGet403Response.cs +++ b/src/CloudPDF/Types/DocumentsGet403Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsGet403Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsGet403ResponseError.cs b/src/CloudPDF/Types/DocumentsGet403ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsGet403ResponseError.cs rename to src/CloudPDF/Types/DocumentsGet403ResponseError.cs index fc1f24e..1380f77 100644 --- a/src/CloudpdfApi/Types/DocumentsGet403ResponseError.cs +++ b/src/CloudPDF/Types/DocumentsGet403ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsGet403ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsGet404Response.cs b/src/CloudPDF/Types/DocumentsGet404Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsGet404Response.cs rename to src/CloudPDF/Types/DocumentsGet404Response.cs index 842fbff..df4c5b4 100644 --- a/src/CloudpdfApi/Types/DocumentsGet404Response.cs +++ b/src/CloudPDF/Types/DocumentsGet404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsGet404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsGet404ResponseError.cs b/src/CloudPDF/Types/DocumentsGet404ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsGet404ResponseError.cs rename to src/CloudPDF/Types/DocumentsGet404ResponseError.cs index 7efaae0..ca99e8c 100644 --- a/src/CloudpdfApi/Types/DocumentsGet404ResponseError.cs +++ b/src/CloudPDF/Types/DocumentsGet404ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsGet404ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200Response.cs b/src/CloudPDF/Types/DocumentsInit200Response.cs similarity index 73% rename from src/CloudpdfApi/Types/DocumentsInit200Response.cs rename to src/CloudPDF/Types/DocumentsInit200Response.cs index 91766fe..fbea084 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200Response.cs +++ b/src/CloudPDF/Types/DocumentsInit200Response.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocumentsInit200Response.JsonConverter))] [Serializable] @@ -72,36 +72,36 @@ public DocumentsInit200Response(DocumentsInit200Response.Deduped value) public bool IsDeduped => Tag == "deduped"; /// - /// Returns the value as a if is 'created', otherwise throws an exception. + /// Returns the value as a if is 'created', otherwise throws an exception. /// /// Thrown when is not 'created'. - public CloudpdfApi.DocumentsInit200ResponseCreated AsCreated() => + public CloudPDF.DocumentsInit200ResponseCreated AsCreated() => IsCreated - ? (CloudpdfApi.DocumentsInit200ResponseCreated)Value! + ? (CloudPDF.DocumentsInit200ResponseCreated)Value! : throw new global::System.Exception("DocumentsInit200Response.Tag is not 'created'"); /// - /// Returns the value as a if is 'resumed', otherwise throws an exception. + /// Returns the value as a if is 'resumed', otherwise throws an exception. /// /// Thrown when is not 'resumed'. - public CloudpdfApi.DocumentsInit200ResponseResumed AsResumed() => + public CloudPDF.DocumentsInit200ResponseResumed AsResumed() => IsResumed - ? (CloudpdfApi.DocumentsInit200ResponseResumed)Value! + ? (CloudPDF.DocumentsInit200ResponseResumed)Value! : throw new global::System.Exception("DocumentsInit200Response.Tag is not 'resumed'"); /// - /// Returns the value as a if is 'deduped', otherwise throws an exception. + /// Returns the value as a if is 'deduped', otherwise throws an exception. /// /// Thrown when is not 'deduped'. - public CloudpdfApi.DocumentsInit200ResponseDeduped AsDeduped() => + public CloudPDF.DocumentsInit200ResponseDeduped AsDeduped() => IsDeduped - ? (CloudpdfApi.DocumentsInit200ResponseDeduped)Value! + ? (CloudPDF.DocumentsInit200ResponseDeduped)Value! : throw new global::System.Exception("DocumentsInit200Response.Tag is not 'deduped'"); public T Match( - Func onCreated, - Func onResumed, - Func onDeduped, + Func onCreated, + Func onResumed, + Func onDeduped, Func onUnknown_ ) { @@ -115,9 +115,9 @@ public T Match( } public void Visit( - Action onCreated, - Action onResumed, - Action onDeduped, + Action onCreated, + Action onResumed, + Action onDeduped, Action onUnknown_ ) { @@ -139,13 +139,13 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsCreated(out CloudpdfApi.DocumentsInit200ResponseCreated? value) + public bool TryAsCreated(out CloudPDF.DocumentsInit200ResponseCreated? value) { if (Tag == "created") { - value = (CloudpdfApi.DocumentsInit200ResponseCreated)Value!; + value = (CloudPDF.DocumentsInit200ResponseCreated)Value!; return true; } value = null; @@ -153,13 +153,13 @@ public bool TryAsCreated(out CloudpdfApi.DocumentsInit200ResponseCreated? value) } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsResumed(out CloudpdfApi.DocumentsInit200ResponseResumed? value) + public bool TryAsResumed(out CloudPDF.DocumentsInit200ResponseResumed? value) { if (Tag == "resumed") { - value = (CloudpdfApi.DocumentsInit200ResponseResumed)Value!; + value = (CloudPDF.DocumentsInit200ResponseResumed)Value!; return true; } value = null; @@ -167,13 +167,13 @@ public bool TryAsResumed(out CloudpdfApi.DocumentsInit200ResponseResumed? value) } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsDeduped(out CloudpdfApi.DocumentsInit200ResponseDeduped? value) + public bool TryAsDeduped(out CloudPDF.DocumentsInit200ResponseDeduped? value) { if (Tag == "deduped") { - value = (CloudpdfApi.DocumentsInit200ResponseDeduped)Value!; + value = (CloudPDF.DocumentsInit200ResponseDeduped)Value!; return true; } value = null; @@ -236,25 +236,25 @@ JsonSerializerOptions options var value = discriminator switch { "created" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocumentsInit200ResponseCreated" + "Failed to deserialize CloudPDF.DocumentsInit200ResponseCreated" ), "resumed" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocumentsInit200ResponseResumed" + "Failed to deserialize CloudPDF.DocumentsInit200ResponseResumed" ), "deduped" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocumentsInit200ResponseDeduped" + "Failed to deserialize CloudPDF.DocumentsInit200ResponseDeduped" ), _ => json.Deserialize(options), }; @@ -307,17 +307,17 @@ JsonSerializerOptions options [Serializable] public struct Created { - public Created(CloudpdfApi.DocumentsInit200ResponseCreated value) + public Created(CloudPDF.DocumentsInit200ResponseCreated value) { Value = value; } - internal CloudpdfApi.DocumentsInit200ResponseCreated Value { get; set; } + internal CloudPDF.DocumentsInit200ResponseCreated Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocumentsInit200Response.Created( - CloudpdfApi.DocumentsInit200ResponseCreated value + CloudPDF.DocumentsInit200ResponseCreated value ) => new(value); } @@ -327,17 +327,17 @@ CloudpdfApi.DocumentsInit200ResponseCreated value [Serializable] public struct Resumed { - public Resumed(CloudpdfApi.DocumentsInit200ResponseResumed value) + public Resumed(CloudPDF.DocumentsInit200ResponseResumed value) { Value = value; } - internal CloudpdfApi.DocumentsInit200ResponseResumed Value { get; set; } + internal CloudPDF.DocumentsInit200ResponseResumed Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocumentsInit200Response.Resumed( - CloudpdfApi.DocumentsInit200ResponseResumed value + CloudPDF.DocumentsInit200ResponseResumed value ) => new(value); } @@ -347,17 +347,17 @@ CloudpdfApi.DocumentsInit200ResponseResumed value [Serializable] public struct Deduped { - public Deduped(CloudpdfApi.DocumentsInit200ResponseDeduped value) + public Deduped(CloudPDF.DocumentsInit200ResponseDeduped value) { Value = value; } - internal CloudpdfApi.DocumentsInit200ResponseDeduped Value { get; set; } + internal CloudPDF.DocumentsInit200ResponseDeduped Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocumentsInit200Response.Deduped( - CloudpdfApi.DocumentsInit200ResponseDeduped value + CloudPDF.DocumentsInit200ResponseDeduped value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreated.cs b/src/CloudPDF/Types/DocumentsInit200ResponseCreated.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseCreated.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseCreated.cs index 7b718c3..41bef4b 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreated.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseCreated.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseCreated : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedDocument.cs b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedDocument.cs similarity index 97% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedDocument.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseCreatedDocument.cs index 1ee7109..acb7d62 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedDocument.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedDocument.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseCreatedDocument : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedDocumentState.cs b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedDocumentState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedDocumentState.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseCreatedDocumentState.cs index 4d58c9e..8cf62e9 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedDocumentState.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedDocumentState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsInit200ResponseCreatedDocumentState.DocumentsInit200ResponseCreatedDocumentStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedDocumentThumbnailState.cs b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedDocumentThumbnailState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedDocumentThumbnailState.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseCreatedDocumentThumbnailState.cs index b8c7f2b..cc9cd0e 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedDocumentThumbnailState.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedDocumentThumbnailState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsInit200ResponseCreatedDocumentThumbnailState.DocumentsInit200ResponseCreatedDocumentThumbnailStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUpload.cs b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedUpload.cs similarity index 75% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUpload.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseCreatedUpload.cs index 99d6735..a7c7f21 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUpload.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedUpload.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocumentsInit200ResponseCreatedUpload.JsonConverter))] [Serializable] @@ -60,30 +60,30 @@ public DocumentsInit200ResponseCreatedUpload(DocumentsInit200ResponseCreatedUplo public bool IsDirect => Kind == "direct"; /// - /// Returns the value as a if is 'presigned', otherwise throws an exception. + /// Returns the value as a if is 'presigned', otherwise throws an exception. /// /// Thrown when is not 'presigned'. - public CloudpdfApi.DocumentsInit200ResponseCreatedUploadPresigned AsPresigned() => + public CloudPDF.DocumentsInit200ResponseCreatedUploadPresigned AsPresigned() => IsPresigned - ? (CloudpdfApi.DocumentsInit200ResponseCreatedUploadPresigned)Value! + ? (CloudPDF.DocumentsInit200ResponseCreatedUploadPresigned)Value! : throw new global::System.Exception( "DocumentsInit200ResponseCreatedUpload.Kind is not 'presigned'" ); /// - /// Returns the value as a if is 'direct', otherwise throws an exception. + /// Returns the value as a if is 'direct', otherwise throws an exception. /// /// Thrown when is not 'direct'. - public CloudpdfApi.DocumentsInit200ResponseCreatedUploadDirect AsDirect() => + public CloudPDF.DocumentsInit200ResponseCreatedUploadDirect AsDirect() => IsDirect - ? (CloudpdfApi.DocumentsInit200ResponseCreatedUploadDirect)Value! + ? (CloudPDF.DocumentsInit200ResponseCreatedUploadDirect)Value! : throw new global::System.Exception( "DocumentsInit200ResponseCreatedUpload.Kind is not 'direct'" ); public T Match( - Func onPresigned, - Func onDirect, + Func onPresigned, + Func onDirect, Func onUnknown_ ) { @@ -96,8 +96,8 @@ public T Match( } public void Visit( - Action onPresigned, - Action onDirect, + Action onPresigned, + Action onDirect, Action onUnknown_ ) { @@ -116,15 +116,13 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsPresigned( - out CloudpdfApi.DocumentsInit200ResponseCreatedUploadPresigned? value - ) + public bool TryAsPresigned(out CloudPDF.DocumentsInit200ResponseCreatedUploadPresigned? value) { if (Kind == "presigned") { - value = (CloudpdfApi.DocumentsInit200ResponseCreatedUploadPresigned)Value!; + value = (CloudPDF.DocumentsInit200ResponseCreatedUploadPresigned)Value!; return true; } value = null; @@ -132,13 +130,13 @@ out CloudpdfApi.DocumentsInit200ResponseCreatedUploadPresigned? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsDirect(out CloudpdfApi.DocumentsInit200ResponseCreatedUploadDirect? value) + public bool TryAsDirect(out CloudPDF.DocumentsInit200ResponseCreatedUploadDirect? value) { if (Kind == "direct") { - value = (CloudpdfApi.DocumentsInit200ResponseCreatedUploadDirect)Value!; + value = (CloudPDF.DocumentsInit200ResponseCreatedUploadDirect)Value!; return true; } value = null; @@ -197,18 +195,18 @@ JsonSerializerOptions options var value = discriminator switch { "presigned" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocumentsInit200ResponseCreatedUploadPresigned" + "Failed to deserialize CloudPDF.DocumentsInit200ResponseCreatedUploadPresigned" ), "direct" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocumentsInit200ResponseCreatedUploadDirect" + "Failed to deserialize CloudPDF.DocumentsInit200ResponseCreatedUploadDirect" ), _ => json.Deserialize(options), }; @@ -260,17 +258,17 @@ JsonSerializerOptions options [Serializable] public struct Presigned { - public Presigned(CloudpdfApi.DocumentsInit200ResponseCreatedUploadPresigned value) + public Presigned(CloudPDF.DocumentsInit200ResponseCreatedUploadPresigned value) { Value = value; } - internal CloudpdfApi.DocumentsInit200ResponseCreatedUploadPresigned Value { get; set; } + internal CloudPDF.DocumentsInit200ResponseCreatedUploadPresigned Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocumentsInit200ResponseCreatedUpload.Presigned( - CloudpdfApi.DocumentsInit200ResponseCreatedUploadPresigned value + CloudPDF.DocumentsInit200ResponseCreatedUploadPresigned value ) => new(value); } @@ -280,17 +278,17 @@ CloudpdfApi.DocumentsInit200ResponseCreatedUploadPresigned value [Serializable] public struct Direct { - public Direct(CloudpdfApi.DocumentsInit200ResponseCreatedUploadDirect value) + public Direct(CloudPDF.DocumentsInit200ResponseCreatedUploadDirect value) { Value = value; } - internal CloudpdfApi.DocumentsInit200ResponseCreatedUploadDirect Value { get; set; } + internal CloudPDF.DocumentsInit200ResponseCreatedUploadDirect Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocumentsInit200ResponseCreatedUpload.Direct( - CloudpdfApi.DocumentsInit200ResponseCreatedUploadDirect value + CloudPDF.DocumentsInit200ResponseCreatedUploadDirect value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadDirect.cs b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadDirect.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadDirect.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadDirect.cs index 2669b9d..c1066cc 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadDirect.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadDirect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseCreatedUploadDirect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadPresigned.cs b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadPresigned.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadPresigned.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadPresigned.cs index 143b6e0..7439a36 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadPresigned.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadPresigned.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseCreatedUploadPresigned : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadPresignedPresigned.cs b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadPresignedPresigned.cs similarity index 95% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadPresignedPresigned.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadPresignedPresigned.cs index 17ec04f..ec9ef14 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadPresignedPresigned.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadPresignedPresigned.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseCreatedUploadPresignedPresigned : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadPresignedPresignedMethod.cs b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadPresignedPresignedMethod.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadPresignedPresignedMethod.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadPresignedPresignedMethod.cs index 4f652db..4bfdf7b 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseCreatedUploadPresignedPresignedMethod.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseCreatedUploadPresignedPresignedMethod.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsInit200ResponseCreatedUploadPresignedPresignedMethod.DocumentsInit200ResponseCreatedUploadPresignedPresignedMethodSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseDeduped.cs b/src/CloudPDF/Types/DocumentsInit200ResponseDeduped.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseDeduped.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseDeduped.cs index 579f2f3..65efb50 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseDeduped.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseDeduped.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseDeduped : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseDedupedDocument.cs b/src/CloudPDF/Types/DocumentsInit200ResponseDedupedDocument.cs similarity index 97% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseDedupedDocument.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseDedupedDocument.cs index ef4d659..923ba53 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseDedupedDocument.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseDedupedDocument.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseDedupedDocument : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseDedupedDocumentState.cs b/src/CloudPDF/Types/DocumentsInit200ResponseDedupedDocumentState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseDedupedDocumentState.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseDedupedDocumentState.cs index 31dc1c9..7ec6f94 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseDedupedDocumentState.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseDedupedDocumentState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsInit200ResponseDedupedDocumentState.DocumentsInit200ResponseDedupedDocumentStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseDedupedDocumentThumbnailState.cs b/src/CloudPDF/Types/DocumentsInit200ResponseDedupedDocumentThumbnailState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseDedupedDocumentThumbnailState.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseDedupedDocumentThumbnailState.cs index af702df..1e5e83b 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseDedupedDocumentThumbnailState.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseDedupedDocumentThumbnailState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsInit200ResponseDedupedDocumentThumbnailState.DocumentsInit200ResponseDedupedDocumentThumbnailStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumed.cs b/src/CloudPDF/Types/DocumentsInit200ResponseResumed.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseResumed.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseResumed.cs index 0c1ac0f..2a01ff8 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumed.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseResumed.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseResumed : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedDocument.cs b/src/CloudPDF/Types/DocumentsInit200ResponseResumedDocument.cs similarity index 97% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseResumedDocument.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseResumedDocument.cs index 847ca6e..bfd5603 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedDocument.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseResumedDocument.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseResumedDocument : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedDocumentState.cs b/src/CloudPDF/Types/DocumentsInit200ResponseResumedDocumentState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseResumedDocumentState.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseResumedDocumentState.cs index 5178f7a..4a5cca2 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedDocumentState.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseResumedDocumentState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsInit200ResponseResumedDocumentState.DocumentsInit200ResponseResumedDocumentStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedDocumentThumbnailState.cs b/src/CloudPDF/Types/DocumentsInit200ResponseResumedDocumentThumbnailState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseResumedDocumentThumbnailState.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseResumedDocumentThumbnailState.cs index 081fd75..35d3596 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedDocumentThumbnailState.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseResumedDocumentThumbnailState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsInit200ResponseResumedDocumentThumbnailState.DocumentsInit200ResponseResumedDocumentThumbnailStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUpload.cs b/src/CloudPDF/Types/DocumentsInit200ResponseResumedUpload.cs similarity index 75% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUpload.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseResumedUpload.cs index 4e75417..a1b31db 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUpload.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseResumedUpload.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(DocumentsInit200ResponseResumedUpload.JsonConverter))] [Serializable] @@ -60,30 +60,30 @@ public DocumentsInit200ResponseResumedUpload(DocumentsInit200ResponseResumedUplo public bool IsDirect => Kind == "direct"; /// - /// Returns the value as a if is 'presigned', otherwise throws an exception. + /// Returns the value as a if is 'presigned', otherwise throws an exception. /// /// Thrown when is not 'presigned'. - public CloudpdfApi.DocumentsInit200ResponseResumedUploadPresigned AsPresigned() => + public CloudPDF.DocumentsInit200ResponseResumedUploadPresigned AsPresigned() => IsPresigned - ? (CloudpdfApi.DocumentsInit200ResponseResumedUploadPresigned)Value! + ? (CloudPDF.DocumentsInit200ResponseResumedUploadPresigned)Value! : throw new global::System.Exception( "DocumentsInit200ResponseResumedUpload.Kind is not 'presigned'" ); /// - /// Returns the value as a if is 'direct', otherwise throws an exception. + /// Returns the value as a if is 'direct', otherwise throws an exception. /// /// Thrown when is not 'direct'. - public CloudpdfApi.DocumentsInit200ResponseResumedUploadDirect AsDirect() => + public CloudPDF.DocumentsInit200ResponseResumedUploadDirect AsDirect() => IsDirect - ? (CloudpdfApi.DocumentsInit200ResponseResumedUploadDirect)Value! + ? (CloudPDF.DocumentsInit200ResponseResumedUploadDirect)Value! : throw new global::System.Exception( "DocumentsInit200ResponseResumedUpload.Kind is not 'direct'" ); public T Match( - Func onPresigned, - Func onDirect, + Func onPresigned, + Func onDirect, Func onUnknown_ ) { @@ -96,8 +96,8 @@ public T Match( } public void Visit( - Action onPresigned, - Action onDirect, + Action onPresigned, + Action onDirect, Action onUnknown_ ) { @@ -116,15 +116,13 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsPresigned( - out CloudpdfApi.DocumentsInit200ResponseResumedUploadPresigned? value - ) + public bool TryAsPresigned(out CloudPDF.DocumentsInit200ResponseResumedUploadPresigned? value) { if (Kind == "presigned") { - value = (CloudpdfApi.DocumentsInit200ResponseResumedUploadPresigned)Value!; + value = (CloudPDF.DocumentsInit200ResponseResumedUploadPresigned)Value!; return true; } value = null; @@ -132,13 +130,13 @@ out CloudpdfApi.DocumentsInit200ResponseResumedUploadPresigned? value } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsDirect(out CloudpdfApi.DocumentsInit200ResponseResumedUploadDirect? value) + public bool TryAsDirect(out CloudPDF.DocumentsInit200ResponseResumedUploadDirect? value) { if (Kind == "direct") { - value = (CloudpdfApi.DocumentsInit200ResponseResumedUploadDirect)Value!; + value = (CloudPDF.DocumentsInit200ResponseResumedUploadDirect)Value!; return true; } value = null; @@ -197,18 +195,18 @@ JsonSerializerOptions options var value = discriminator switch { "presigned" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocumentsInit200ResponseResumedUploadPresigned" + "Failed to deserialize CloudPDF.DocumentsInit200ResponseResumedUploadPresigned" ), "direct" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.DocumentsInit200ResponseResumedUploadDirect" + "Failed to deserialize CloudPDF.DocumentsInit200ResponseResumedUploadDirect" ), _ => json.Deserialize(options), }; @@ -260,17 +258,17 @@ JsonSerializerOptions options [Serializable] public struct Presigned { - public Presigned(CloudpdfApi.DocumentsInit200ResponseResumedUploadPresigned value) + public Presigned(CloudPDF.DocumentsInit200ResponseResumedUploadPresigned value) { Value = value; } - internal CloudpdfApi.DocumentsInit200ResponseResumedUploadPresigned Value { get; set; } + internal CloudPDF.DocumentsInit200ResponseResumedUploadPresigned Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocumentsInit200ResponseResumedUpload.Presigned( - CloudpdfApi.DocumentsInit200ResponseResumedUploadPresigned value + CloudPDF.DocumentsInit200ResponseResumedUploadPresigned value ) => new(value); } @@ -280,17 +278,17 @@ CloudpdfApi.DocumentsInit200ResponseResumedUploadPresigned value [Serializable] public struct Direct { - public Direct(CloudpdfApi.DocumentsInit200ResponseResumedUploadDirect value) + public Direct(CloudPDF.DocumentsInit200ResponseResumedUploadDirect value) { Value = value; } - internal CloudpdfApi.DocumentsInit200ResponseResumedUploadDirect Value { get; set; } + internal CloudPDF.DocumentsInit200ResponseResumedUploadDirect Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator DocumentsInit200ResponseResumedUpload.Direct( - CloudpdfApi.DocumentsInit200ResponseResumedUploadDirect value + CloudPDF.DocumentsInit200ResponseResumedUploadDirect value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadDirect.cs b/src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadDirect.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadDirect.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadDirect.cs index c9535a0..3fa4521 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadDirect.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadDirect.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseResumedUploadDirect : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadPresigned.cs b/src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadPresigned.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadPresigned.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadPresigned.cs index d087998..36e43e5 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadPresigned.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadPresigned.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseResumedUploadPresigned : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadPresignedPresigned.cs b/src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadPresignedPresigned.cs similarity index 95% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadPresignedPresigned.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadPresignedPresigned.cs index 84f3435..903a6a4 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadPresignedPresigned.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadPresignedPresigned.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit200ResponseResumedUploadPresignedPresigned : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadPresignedPresignedMethod.cs b/src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadPresignedPresignedMethod.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadPresignedPresignedMethod.cs rename to src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadPresignedPresignedMethod.cs index 76bcdee..b34d1d3 100644 --- a/src/CloudpdfApi/Types/DocumentsInit200ResponseResumedUploadPresignedPresignedMethod.cs +++ b/src/CloudPDF/Types/DocumentsInit200ResponseResumedUploadPresignedPresignedMethod.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsInit200ResponseResumedUploadPresignedPresignedMethod.DocumentsInit200ResponseResumedUploadPresignedPresignedMethodSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsInit400Response.cs b/src/CloudPDF/Types/DocumentsInit400Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsInit400Response.cs rename to src/CloudPDF/Types/DocumentsInit400Response.cs index 7326352..bf2e275 100644 --- a/src/CloudpdfApi/Types/DocumentsInit400Response.cs +++ b/src/CloudPDF/Types/DocumentsInit400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsInit400ResponseError.cs b/src/CloudPDF/Types/DocumentsInit400ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsInit400ResponseError.cs rename to src/CloudPDF/Types/DocumentsInit400ResponseError.cs index f261269..db150d8 100644 --- a/src/CloudpdfApi/Types/DocumentsInit400ResponseError.cs +++ b/src/CloudPDF/Types/DocumentsInit400ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsInit400ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsList200Response.cs b/src/CloudPDF/Types/DocumentsList200Response.cs similarity index 95% rename from src/CloudpdfApi/Types/DocumentsList200Response.cs rename to src/CloudPDF/Types/DocumentsList200Response.cs index 86b38c7..f283ffa 100644 --- a/src/CloudpdfApi/Types/DocumentsList200Response.cs +++ b/src/CloudPDF/Types/DocumentsList200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsList200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsList200ResponseDocumentsItem.cs b/src/CloudPDF/Types/DocumentsList200ResponseDocumentsItem.cs similarity index 97% rename from src/CloudpdfApi/Types/DocumentsList200ResponseDocumentsItem.cs rename to src/CloudPDF/Types/DocumentsList200ResponseDocumentsItem.cs index 29a2702..95935c0 100644 --- a/src/CloudpdfApi/Types/DocumentsList200ResponseDocumentsItem.cs +++ b/src/CloudPDF/Types/DocumentsList200ResponseDocumentsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsList200ResponseDocumentsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsList200ResponseDocumentsItemState.cs b/src/CloudPDF/Types/DocumentsList200ResponseDocumentsItemState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsList200ResponseDocumentsItemState.cs rename to src/CloudPDF/Types/DocumentsList200ResponseDocumentsItemState.cs index 8a6b4af..1e67fbc 100644 --- a/src/CloudpdfApi/Types/DocumentsList200ResponseDocumentsItemState.cs +++ b/src/CloudPDF/Types/DocumentsList200ResponseDocumentsItemState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsList200ResponseDocumentsItemState.DocumentsList200ResponseDocumentsItemStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsList200ResponseDocumentsItemThumbnailState.cs b/src/CloudPDF/Types/DocumentsList200ResponseDocumentsItemThumbnailState.cs similarity index 98% rename from src/CloudpdfApi/Types/DocumentsList200ResponseDocumentsItemThumbnailState.cs rename to src/CloudPDF/Types/DocumentsList200ResponseDocumentsItemThumbnailState.cs index e4acc5d..735e040 100644 --- a/src/CloudpdfApi/Types/DocumentsList200ResponseDocumentsItemThumbnailState.cs +++ b/src/CloudPDF/Types/DocumentsList200ResponseDocumentsItemThumbnailState.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(DocumentsList200ResponseDocumentsItemThumbnailState.DocumentsList200ResponseDocumentsItemThumbnailStateSerializer) diff --git a/src/CloudpdfApi/Types/DocumentsList400Response.cs b/src/CloudPDF/Types/DocumentsList400Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsList400Response.cs rename to src/CloudPDF/Types/DocumentsList400Response.cs index 0aea460..b8d2b43 100644 --- a/src/CloudpdfApi/Types/DocumentsList400Response.cs +++ b/src/CloudPDF/Types/DocumentsList400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsList400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsList400ResponseError.cs b/src/CloudPDF/Types/DocumentsList400ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsList400ResponseError.cs rename to src/CloudPDF/Types/DocumentsList400ResponseError.cs index dc81c62..715992b 100644 --- a/src/CloudpdfApi/Types/DocumentsList400ResponseError.cs +++ b/src/CloudPDF/Types/DocumentsList400ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsList400ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsThumbnailResponse.cs b/src/CloudPDF/Types/DocumentsThumbnailResponse.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsThumbnailResponse.cs rename to src/CloudPDF/Types/DocumentsThumbnailResponse.cs index ea37eb2..f8b429b 100644 --- a/src/CloudpdfApi/Types/DocumentsThumbnailResponse.cs +++ b/src/CloudPDF/Types/DocumentsThumbnailResponse.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsThumbnailResponse : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsThumbnailResponseError.cs b/src/CloudPDF/Types/DocumentsThumbnailResponseError.cs similarity index 95% rename from src/CloudpdfApi/Types/DocumentsThumbnailResponseError.cs rename to src/CloudPDF/Types/DocumentsThumbnailResponseError.cs index a154c9b..b913b03 100644 --- a/src/CloudpdfApi/Types/DocumentsThumbnailResponseError.cs +++ b/src/CloudPDF/Types/DocumentsThumbnailResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsThumbnailResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsUploadDirect200Response.cs b/src/CloudPDF/Types/DocumentsUploadDirect200Response.cs similarity index 93% rename from src/CloudpdfApi/Types/DocumentsUploadDirect200Response.cs rename to src/CloudPDF/Types/DocumentsUploadDirect200Response.cs index 93c48c7..94a35b5 100644 --- a/src/CloudpdfApi/Types/DocumentsUploadDirect200Response.cs +++ b/src/CloudPDF/Types/DocumentsUploadDirect200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsUploadDirect200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsUploadDirect400Response.cs b/src/CloudPDF/Types/DocumentsUploadDirect400Response.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsUploadDirect400Response.cs rename to src/CloudPDF/Types/DocumentsUploadDirect400Response.cs index cd6710b..3ca3d62 100644 --- a/src/CloudpdfApi/Types/DocumentsUploadDirect400Response.cs +++ b/src/CloudPDF/Types/DocumentsUploadDirect400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsUploadDirect400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/DocumentsUploadDirect400ResponseError.cs b/src/CloudPDF/Types/DocumentsUploadDirect400ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/DocumentsUploadDirect400ResponseError.cs rename to src/CloudPDF/Types/DocumentsUploadDirect400ResponseError.cs index e8dd4c8..95c2644 100644 --- a/src/CloudpdfApi/Types/DocumentsUploadDirect400ResponseError.cs +++ b/src/CloudPDF/Types/DocumentsUploadDirect400ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record DocumentsUploadDirect400ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/EngineErrorPayload.cs b/src/CloudPDF/Types/EngineErrorPayload.cs similarity index 95% rename from src/CloudpdfApi/Types/EngineErrorPayload.cs rename to src/CloudPDF/Types/EngineErrorPayload.cs index 4105120..e154cd7 100644 --- a/src/CloudpdfApi/Types/EngineErrorPayload.cs +++ b/src/CloudPDF/Types/EngineErrorPayload.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record EngineErrorPayload : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/EngineErrorPayloadCode.cs b/src/CloudPDF/Types/EngineErrorPayloadCode.cs similarity index 99% rename from src/CloudpdfApi/Types/EngineErrorPayloadCode.cs rename to src/CloudPDF/Types/EngineErrorPayloadCode.cs index 19ac9f5..4e23f94 100644 --- a/src/CloudpdfApi/Types/EngineErrorPayloadCode.cs +++ b/src/CloudPDF/Types/EngineErrorPayloadCode.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(EngineErrorPayloadCode.EngineErrorPayloadCodeSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/EngineErrorPayloadName.cs b/src/CloudPDF/Types/EngineErrorPayloadName.cs similarity index 98% rename from src/CloudpdfApi/Types/EngineErrorPayloadName.cs rename to src/CloudPDF/Types/EngineErrorPayloadName.cs index 1c89e03..56133e7 100644 --- a/src/CloudpdfApi/Types/EngineErrorPayloadName.cs +++ b/src/CloudPDF/Types/EngineErrorPayloadName.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(EngineErrorPayloadName.EngineErrorPayloadNameSerializer))] [Serializable] diff --git a/src/CloudpdfApi/Types/TenantsCreate200Response.cs b/src/CloudPDF/Types/TenantsCreate200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/TenantsCreate200Response.cs rename to src/CloudPDF/Types/TenantsCreate200Response.cs index d24e22b..ea1dc84 100644 --- a/src/CloudpdfApi/Types/TenantsCreate200Response.cs +++ b/src/CloudPDF/Types/TenantsCreate200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsCreate200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsCreate200ResponseTenant.cs b/src/CloudPDF/Types/TenantsCreate200ResponseTenant.cs similarity index 95% rename from src/CloudpdfApi/Types/TenantsCreate200ResponseTenant.cs rename to src/CloudPDF/Types/TenantsCreate200ResponseTenant.cs index 28d2c90..9f02beb 100644 --- a/src/CloudpdfApi/Types/TenantsCreate200ResponseTenant.cs +++ b/src/CloudPDF/Types/TenantsCreate200ResponseTenant.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsCreate200ResponseTenant : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsCreate400Response.cs b/src/CloudPDF/Types/TenantsCreate400Response.cs similarity index 94% rename from src/CloudpdfApi/Types/TenantsCreate400Response.cs rename to src/CloudPDF/Types/TenantsCreate400Response.cs index 27cbc4e..f6c3823 100644 --- a/src/CloudpdfApi/Types/TenantsCreate400Response.cs +++ b/src/CloudPDF/Types/TenantsCreate400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsCreate400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsCreate400ResponseError.cs b/src/CloudPDF/Types/TenantsCreate400ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/TenantsCreate400ResponseError.cs rename to src/CloudPDF/Types/TenantsCreate400ResponseError.cs index 4c77ae0..132ab7e 100644 --- a/src/CloudpdfApi/Types/TenantsCreate400ResponseError.cs +++ b/src/CloudPDF/Types/TenantsCreate400ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsCreate400ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsDeleteResponse.cs b/src/CloudPDF/Types/TenantsDeleteResponse.cs similarity index 94% rename from src/CloudpdfApi/Types/TenantsDeleteResponse.cs rename to src/CloudPDF/Types/TenantsDeleteResponse.cs index 9bb4cc7..19f3709 100644 --- a/src/CloudpdfApi/Types/TenantsDeleteResponse.cs +++ b/src/CloudPDF/Types/TenantsDeleteResponse.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsDeleteResponse : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsDeleteResponseError.cs b/src/CloudPDF/Types/TenantsDeleteResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/TenantsDeleteResponseError.cs rename to src/CloudPDF/Types/TenantsDeleteResponseError.cs index 4fd30f5..725f9ea 100644 --- a/src/CloudpdfApi/Types/TenantsDeleteResponseError.cs +++ b/src/CloudPDF/Types/TenantsDeleteResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsDeleteResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsGet200Response.cs b/src/CloudPDF/Types/TenantsGet200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/TenantsGet200Response.cs rename to src/CloudPDF/Types/TenantsGet200Response.cs index 4251d57..f67736d 100644 --- a/src/CloudpdfApi/Types/TenantsGet200Response.cs +++ b/src/CloudPDF/Types/TenantsGet200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsGet200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsGet200ResponseTenant.cs b/src/CloudPDF/Types/TenantsGet200ResponseTenant.cs similarity index 95% rename from src/CloudpdfApi/Types/TenantsGet200ResponseTenant.cs rename to src/CloudPDF/Types/TenantsGet200ResponseTenant.cs index 52e45cf..bd219f6 100644 --- a/src/CloudpdfApi/Types/TenantsGet200ResponseTenant.cs +++ b/src/CloudPDF/Types/TenantsGet200ResponseTenant.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsGet200ResponseTenant : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsGet404Response.cs b/src/CloudPDF/Types/TenantsGet404Response.cs similarity index 94% rename from src/CloudpdfApi/Types/TenantsGet404Response.cs rename to src/CloudPDF/Types/TenantsGet404Response.cs index 1a74afc..6bfb842 100644 --- a/src/CloudpdfApi/Types/TenantsGet404Response.cs +++ b/src/CloudPDF/Types/TenantsGet404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsGet404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsGet404ResponseError.cs b/src/CloudPDF/Types/TenantsGet404ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/TenantsGet404ResponseError.cs rename to src/CloudPDF/Types/TenantsGet404ResponseError.cs index 2a0ccc6..ce97343 100644 --- a/src/CloudpdfApi/Types/TenantsGet404ResponseError.cs +++ b/src/CloudPDF/Types/TenantsGet404ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsGet404ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsList200Response.cs b/src/CloudPDF/Types/TenantsList200Response.cs similarity index 95% rename from src/CloudpdfApi/Types/TenantsList200Response.cs rename to src/CloudPDF/Types/TenantsList200Response.cs index bf1ac35..251d5ac 100644 --- a/src/CloudpdfApi/Types/TenantsList200Response.cs +++ b/src/CloudPDF/Types/TenantsList200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsList200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsList200ResponseTenantsItem.cs b/src/CloudPDF/Types/TenantsList200ResponseTenantsItem.cs similarity index 95% rename from src/CloudpdfApi/Types/TenantsList200ResponseTenantsItem.cs rename to src/CloudPDF/Types/TenantsList200ResponseTenantsItem.cs index 20b1230..731cd6d 100644 --- a/src/CloudpdfApi/Types/TenantsList200ResponseTenantsItem.cs +++ b/src/CloudPDF/Types/TenantsList200ResponseTenantsItem.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsList200ResponseTenantsItem : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsList400Response.cs b/src/CloudPDF/Types/TenantsList400Response.cs similarity index 94% rename from src/CloudpdfApi/Types/TenantsList400Response.cs rename to src/CloudPDF/Types/TenantsList400Response.cs index 365e553..d32915d 100644 --- a/src/CloudpdfApi/Types/TenantsList400Response.cs +++ b/src/CloudPDF/Types/TenantsList400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsList400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TenantsList400ResponseError.cs b/src/CloudPDF/Types/TenantsList400ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/TenantsList400ResponseError.cs rename to src/CloudPDF/Types/TenantsList400ResponseError.cs index 1a440c7..d0ced88 100644 --- a/src/CloudpdfApi/Types/TenantsList400ResponseError.cs +++ b/src/CloudPDF/Types/TenantsList400ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TenantsList400ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TokensIssue200Response.cs b/src/CloudPDF/Types/TokensIssue200Response.cs similarity index 94% rename from src/CloudpdfApi/Types/TokensIssue200Response.cs rename to src/CloudPDF/Types/TokensIssue200Response.cs index 91612a3..35089d1 100644 --- a/src/CloudpdfApi/Types/TokensIssue200Response.cs +++ b/src/CloudPDF/Types/TokensIssue200Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensIssue200Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TokensIssue400Response.cs b/src/CloudPDF/Types/TokensIssue400Response.cs similarity index 94% rename from src/CloudpdfApi/Types/TokensIssue400Response.cs rename to src/CloudPDF/Types/TokensIssue400Response.cs index 588fa01..929f9f0 100644 --- a/src/CloudpdfApi/Types/TokensIssue400Response.cs +++ b/src/CloudPDF/Types/TokensIssue400Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensIssue400Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TokensIssue400ResponseError.cs b/src/CloudPDF/Types/TokensIssue400ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/TokensIssue400ResponseError.cs rename to src/CloudPDF/Types/TokensIssue400ResponseError.cs index d5fe5b9..2c358c4 100644 --- a/src/CloudpdfApi/Types/TokensIssue400ResponseError.cs +++ b/src/CloudPDF/Types/TokensIssue400ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensIssue400ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TokensIssue403Response.cs b/src/CloudPDF/Types/TokensIssue403Response.cs similarity index 94% rename from src/CloudpdfApi/Types/TokensIssue403Response.cs rename to src/CloudPDF/Types/TokensIssue403Response.cs index 4133364..7850c9d 100644 --- a/src/CloudpdfApi/Types/TokensIssue403Response.cs +++ b/src/CloudPDF/Types/TokensIssue403Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensIssue403Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TokensIssue403ResponseError.cs b/src/CloudPDF/Types/TokensIssue403ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/TokensIssue403ResponseError.cs rename to src/CloudPDF/Types/TokensIssue403ResponseError.cs index fe6785e..ebdb76b 100644 --- a/src/CloudpdfApi/Types/TokensIssue403ResponseError.cs +++ b/src/CloudPDF/Types/TokensIssue403ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensIssue403ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TokensIssue404Response.cs b/src/CloudPDF/Types/TokensIssue404Response.cs similarity index 94% rename from src/CloudpdfApi/Types/TokensIssue404Response.cs rename to src/CloudPDF/Types/TokensIssue404Response.cs index 4ee91e2..20b7147 100644 --- a/src/CloudpdfApi/Types/TokensIssue404Response.cs +++ b/src/CloudPDF/Types/TokensIssue404Response.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensIssue404Response : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TokensIssue404ResponseError.cs b/src/CloudPDF/Types/TokensIssue404ResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/TokensIssue404ResponseError.cs rename to src/CloudPDF/Types/TokensIssue404ResponseError.cs index b05821c..4a14e8b 100644 --- a/src/CloudpdfApi/Types/TokensIssue404ResponseError.cs +++ b/src/CloudPDF/Types/TokensIssue404ResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensIssue404ResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TokensIssueRequest.cs b/src/CloudPDF/Types/TokensIssueRequest.cs similarity index 78% rename from src/CloudpdfApi/Types/TokensIssueRequest.cs rename to src/CloudPDF/Types/TokensIssueRequest.cs index 4f5adc8..e728806 100644 --- a/src/CloudpdfApi/Types/TokensIssueRequest.cs +++ b/src/CloudPDF/Types/TokensIssueRequest.cs @@ -1,12 +1,12 @@ // ReSharper disable NullableWarningSuppressionIsUsed // ReSharper disable InconsistentNaming -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Nodes; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter(typeof(TokensIssueRequest.JsonConverter))] [Serializable] @@ -58,26 +58,26 @@ public TokensIssueRequest(TokensIssueRequest.Tenant value) public bool IsTenant => Kind == "tenant"; /// - /// Returns the value as a if is 'doc', otherwise throws an exception. + /// Returns the value as a if is 'doc', otherwise throws an exception. /// /// Thrown when is not 'doc'. - public CloudpdfApi.TokensIssueRequestDoc AsDoc() => + public CloudPDF.TokensIssueRequestDoc AsDoc() => IsDoc - ? (CloudpdfApi.TokensIssueRequestDoc)Value! + ? (CloudPDF.TokensIssueRequestDoc)Value! : throw new global::System.Exception("TokensIssueRequest.Kind is not 'doc'"); /// - /// Returns the value as a if is 'tenant', otherwise throws an exception. + /// Returns the value as a if is 'tenant', otherwise throws an exception. /// /// Thrown when is not 'tenant'. - public CloudpdfApi.TokensIssueRequestTenant AsTenant() => + public CloudPDF.TokensIssueRequestTenant AsTenant() => IsTenant - ? (CloudpdfApi.TokensIssueRequestTenant)Value! + ? (CloudPDF.TokensIssueRequestTenant)Value! : throw new global::System.Exception("TokensIssueRequest.Kind is not 'tenant'"); public T Match( - Func onDoc, - Func onTenant, + Func onDoc, + Func onTenant, Func onUnknown_ ) { @@ -90,8 +90,8 @@ public T Match( } public void Visit( - Action onDoc, - Action onTenant, + Action onDoc, + Action onTenant, Action onUnknown_ ) { @@ -110,13 +110,13 @@ public void Visit( } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsDoc(out CloudpdfApi.TokensIssueRequestDoc? value) + public bool TryAsDoc(out CloudPDF.TokensIssueRequestDoc? value) { if (Kind == "doc") { - value = (CloudpdfApi.TokensIssueRequestDoc)Value!; + value = (CloudPDF.TokensIssueRequestDoc)Value!; return true; } value = null; @@ -124,13 +124,13 @@ public bool TryAsDoc(out CloudpdfApi.TokensIssueRequestDoc? value) } /// - /// Attempts to cast the value to a and returns true if successful. + /// Attempts to cast the value to a and returns true if successful. /// - public bool TryAsTenant(out CloudpdfApi.TokensIssueRequestTenant? value) + public bool TryAsTenant(out CloudPDF.TokensIssueRequestTenant? value) { if (Kind == "tenant") { - value = (CloudpdfApi.TokensIssueRequestTenant)Value!; + value = (CloudPDF.TokensIssueRequestTenant)Value!; return true; } value = null; @@ -185,18 +185,18 @@ JsonSerializerOptions options var value = discriminator switch { - "doc" => jsonWithoutDiscriminator.Deserialize( + "doc" => jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.TokensIssueRequestDoc" + "Failed to deserialize CloudPDF.TokensIssueRequestDoc" ), "tenant" => - jsonWithoutDiscriminator.Deserialize( + jsonWithoutDiscriminator.Deserialize( options ) ?? throw new JsonException( - "Failed to deserialize CloudpdfApi.TokensIssueRequestTenant" + "Failed to deserialize CloudPDF.TokensIssueRequestTenant" ), _ => json.Deserialize(options), }; @@ -248,17 +248,17 @@ JsonSerializerOptions options [Serializable] public struct Doc { - public Doc(CloudpdfApi.TokensIssueRequestDoc value) + public Doc(CloudPDF.TokensIssueRequestDoc value) { Value = value; } - internal CloudpdfApi.TokensIssueRequestDoc Value { get; set; } + internal CloudPDF.TokensIssueRequestDoc Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator TokensIssueRequest.Doc( - CloudpdfApi.TokensIssueRequestDoc value + CloudPDF.TokensIssueRequestDoc value ) => new(value); } @@ -268,17 +268,17 @@ CloudpdfApi.TokensIssueRequestDoc value [Serializable] public struct Tenant { - public Tenant(CloudpdfApi.TokensIssueRequestTenant value) + public Tenant(CloudPDF.TokensIssueRequestTenant value) { Value = value; } - internal CloudpdfApi.TokensIssueRequestTenant Value { get; set; } + internal CloudPDF.TokensIssueRequestTenant Value { get; set; } public override string ToString() => Value.ToString() ?? "null"; public static implicit operator TokensIssueRequest.Tenant( - CloudpdfApi.TokensIssueRequestTenant value + CloudPDF.TokensIssueRequestTenant value ) => new(value); } } diff --git a/src/CloudpdfApi/Types/TokensIssueRequestDoc.cs b/src/CloudPDF/Types/TokensIssueRequestDoc.cs similarity index 96% rename from src/CloudpdfApi/Types/TokensIssueRequestDoc.cs rename to src/CloudPDF/Types/TokensIssueRequestDoc.cs index 0f82ec9..126f395 100644 --- a/src/CloudpdfApi/Types/TokensIssueRequestDoc.cs +++ b/src/CloudPDF/Types/TokensIssueRequestDoc.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensIssueRequestDoc : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TokensIssueRequestTenant.cs b/src/CloudPDF/Types/TokensIssueRequestTenant.cs similarity index 95% rename from src/CloudpdfApi/Types/TokensIssueRequestTenant.cs rename to src/CloudPDF/Types/TokensIssueRequestTenant.cs index 121ca4e..c0ef70a 100644 --- a/src/CloudpdfApi/Types/TokensIssueRequestTenant.cs +++ b/src/CloudPDF/Types/TokensIssueRequestTenant.cs @@ -1,9 +1,9 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; using OneOf; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensIssueRequestTenant : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TokensIssueRequestTenantScopeItemOne.cs b/src/CloudPDF/Types/TokensIssueRequestTenantScopeItemOne.cs similarity index 98% rename from src/CloudpdfApi/Types/TokensIssueRequestTenantScopeItemOne.cs rename to src/CloudPDF/Types/TokensIssueRequestTenantScopeItemOne.cs index 7a7e289..64dcd26 100644 --- a/src/CloudpdfApi/Types/TokensIssueRequestTenantScopeItemOne.cs +++ b/src/CloudPDF/Types/TokensIssueRequestTenantScopeItemOne.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(TokensIssueRequestTenantScopeItemOne.TokensIssueRequestTenantScopeItemOneSerializer) diff --git a/src/CloudpdfApi/Types/TokensIssueRequestTenantScopeItemZero.cs b/src/CloudPDF/Types/TokensIssueRequestTenantScopeItemZero.cs similarity index 98% rename from src/CloudpdfApi/Types/TokensIssueRequestTenantScopeItemZero.cs rename to src/CloudPDF/Types/TokensIssueRequestTenantScopeItemZero.cs index 8a086c0..55360c2 100644 --- a/src/CloudpdfApi/Types/TokensIssueRequestTenantScopeItemZero.cs +++ b/src/CloudPDF/Types/TokensIssueRequestTenantScopeItemZero.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [JsonConverter( typeof(TokensIssueRequestTenantScopeItemZero.TokensIssueRequestTenantScopeItemZeroSerializer) diff --git a/src/CloudpdfApi/Types/TokensRevokeResponse.cs b/src/CloudPDF/Types/TokensRevokeResponse.cs similarity index 94% rename from src/CloudpdfApi/Types/TokensRevokeResponse.cs rename to src/CloudPDF/Types/TokensRevokeResponse.cs index c619cae..b2b2d15 100644 --- a/src/CloudpdfApi/Types/TokensRevokeResponse.cs +++ b/src/CloudPDF/Types/TokensRevokeResponse.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensRevokeResponse : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Types/TokensRevokeResponseError.cs b/src/CloudPDF/Types/TokensRevokeResponseError.cs similarity index 94% rename from src/CloudpdfApi/Types/TokensRevokeResponseError.cs rename to src/CloudPDF/Types/TokensRevokeResponseError.cs index 2bea438..f376f66 100644 --- a/src/CloudpdfApi/Types/TokensRevokeResponseError.cs +++ b/src/CloudPDF/Types/TokensRevokeResponseError.cs @@ -1,8 +1,8 @@ -using CloudpdfApi.Core; +using CloudPDF.Core; using global::System.Text.Json; using global::System.Text.Json.Serialization; -namespace CloudpdfApi; +namespace CloudPDF; [Serializable] public record TokensRevokeResponseError : IJsonOnDeserialized diff --git a/src/CloudpdfApi/Exceptions/BadRequestError.cs b/src/CloudpdfApi/Exceptions/BadRequestError.cs deleted file mode 100644 index fa7cbc1..0000000 --- a/src/CloudpdfApi/Exceptions/BadRequestError.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace CloudpdfApi; - -/// -/// This exception type will be thrown for any non-2XX API responses. -/// -[Serializable] -public class BadRequestError(object body, CloudpdfApi.RawResponse? rawResponse = null) - : CloudpdfApiApiException("BadRequestError", 400, body, rawResponse: rawResponse); diff --git a/src/CloudpdfApi/Exceptions/ForbiddenError.cs b/src/CloudpdfApi/Exceptions/ForbiddenError.cs deleted file mode 100644 index 94f8cad..0000000 --- a/src/CloudpdfApi/Exceptions/ForbiddenError.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace CloudpdfApi; - -/// -/// This exception type will be thrown for any non-2XX API responses. -/// -[Serializable] -public class ForbiddenError(object body, CloudpdfApi.RawResponse? rawResponse = null) - : CloudpdfApiApiException("ForbiddenError", 403, body, rawResponse: rawResponse); diff --git a/src/CloudpdfApi/Exceptions/NotFoundError.cs b/src/CloudpdfApi/Exceptions/NotFoundError.cs deleted file mode 100644 index 8aa5018..0000000 --- a/src/CloudpdfApi/Exceptions/NotFoundError.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace CloudpdfApi; - -/// -/// This exception type will be thrown for any non-2XX API responses. -/// -[Serializable] -public class NotFoundError(object body, CloudpdfApi.RawResponse? rawResponse = null) - : CloudpdfApiApiException("NotFoundError", 404, body, rawResponse: rawResponse);