From a5ce9fdcfd55efa3e5109f7478cdd0b8221e9eb0 Mon Sep 17 00:00:00 2001 From: cloudpdf-sdk-bot Date: Sun, 9 Aug 2026 08:05:52 +0000 Subject: [PATCH] chore: generate CloudPDF PHP SDK 3.0.0-alpha.1 --- .fern/metadata.json | 7 +- .github/workflows/sdk-ci.yml | 7 ++ README.md | 26 ++--- cloudpdf-generation.json | 2 +- composer.json | 8 +- ...{CloudpdfClient.php => CloudPDFClient.php} | 20 ++-- src/Core/Client/BaseApiRequest.php | 2 +- src/Core/Client/HttpClientBuilder.php | 2 +- src/Core/Client/HttpMethod.php | 2 +- src/Core/Client/MockHttpClient.php | 2 +- src/Core/Client/RawClient.php | 8 +- src/Core/Client/RetryDecoratingClient.php | 2 +- src/Core/Client/UrlEncodedApiRequest.php | 2 +- src/Core/Json/JsonApiRequest.php | 6 +- src/Core/Json/JsonDecoder.php | 4 +- src/Core/Json/JsonDeserializer.php | 6 +- src/Core/Json/JsonEncoder.php | 2 +- src/Core/Json/JsonProperty.php | 2 +- src/Core/Json/JsonSerializableType.php | 8 +- src/Core/Json/JsonSerializer.php | 6 +- src/Core/Json/Utils.php | 2 +- src/Core/Multipart/MultipartApiRequest.php | 6 +- src/Core/Multipart/MultipartFormData.php | 2 +- src/Core/Multipart/MultipartFormDataPart.php | 2 +- src/Core/Types/ArrayType.php | 2 +- src/Core/Types/Constant.php | 2 +- src/Core/Types/Date.php | 2 +- src/Core/Types/Union.php | 2 +- src/Deployment/DeploymentClient.php | 24 ++--- src/Doc/Annotations/AnnotationsClient.php | 68 ++++++------ .../Requests/CreateAnnotationsRequest.php | 4 +- .../Requests/DeleteAnnotationsRequest.php | 4 +- .../Requests/ListAnnotationsRequest.php | 4 +- .../Requests/UpdateAnnotationsRequest.php | 4 +- src/Doc/DocClient.php | 84 +++++++-------- src/Doc/Forms/FormsClient.php | 78 +++++++------- .../Forms/Requests/ExportDataFormsRequest.php | 6 +- src/Doc/Forms/Requests/GetFormsRequest.php | 4 +- .../Forms/Requests/ImportDataFormsRequest.php | 4 +- src/Doc/Forms/Requests/ResetFormsRequest.php | 4 +- .../Forms/Requests/SetValueFormsRequest.php | 4 +- .../Types/ExportDataFormsRequestFormat.php | 2 +- src/Doc/Metadata/MetadataClient.php | 26 ++--- .../Metadata/Requests/GetMetadataRequest.php | 4 +- src/Doc/Pages/PagesClient.php | 68 ++++++------ src/Doc/Pages/Requests/DeletePagesRequest.php | 4 +- .../Pages/Requests/FlattenPagesRequest.php | 4 +- src/Doc/Pages/Requests/MovePagesRequest.php | 4 +- src/Doc/Pages/Requests/RotatePagesRequest.php | 4 +- src/Doc/Redactions/RedactionsClient.php | 26 ++--- .../Requests/ApplyRedactionsRequest.php | 4 +- src/Doc/Requests/DownloadDocRequest.php | 4 +- src/Doc/Requests/HeadDocRequest.php | 4 +- src/Doc/Requests/ManifestDocRequest.php | 4 +- src/Doc/Requests/RenderDocRequest.php | 4 +- src/Doc/Requests/TextDocRequest.php | 4 +- src/Documents/DocumentsClient.php | 102 +++++++++--------- .../Requests/DocumentsCommitRequest.php | 6 +- .../Requests/DocumentsInitRequest.php | 10 +- .../Requests/ListDocumentsRequest.php | 6 +- .../Types/DocumentsInitRequestDedupMode.php | 2 +- .../Types/ListDocumentsRequestState.php | 2 +- ...Exception.php => CloudPDFApiException.php} | 4 +- ...pdfException.php => CloudPDFException.php} | 4 +- src/Tenants/Requests/ListTenantsRequest.php | 4 +- src/Tenants/Requests/TenantsCreateRequest.php | 6 +- src/Tenants/TenantsClient.php | 60 +++++------ src/Tokens/Requests/IssueTokensRequest.php | 6 +- src/Tokens/Requests/TokensRevokeRequest.php | 6 +- src/Tokens/TokensClient.php | 36 +++---- src/Types/AdminErrorPayload.php | 6 +- src/Types/AdminErrorPayloadError.php | 6 +- src/Types/DeploymentLicenseStatusResponse.php | 6 +- src/Types/DocAnnotationsCreate200Response.php | 6 +- .../DocAnnotationsCreate200ResponseMeta.php | 8 +- ...Create200ResponseMetaAffectedPagesItem.php | 6 +- ...0ResponseMetaAffectedPagesItemRevision.php | 6 +- ...taAffectedPagesItemWeakAnnotationState.php | 4 +- ...ectedPagesItemWeakAnnotationStateKnown.php | 6 +- ...tedPagesItemWeakAnnotationStateUnknown.php | 4 +- ...tationsCreate200ResponseMetaCacheDelta.php | 8 +- ...eate200ResponseMetaCacheDeltaPagesItem.php | 6 +- ...00ResponseMetaCacheDeltaPagesItemCache.php | 6 +- src/Types/DocAnnotationsCreate400Response.php | 8 +- .../DocAnnotationsCreate400ResponseCode.php | 2 +- .../DocAnnotationsCreate400ResponseName.php | 2 +- src/Types/DocAnnotationsCreate404Response.php | 8 +- .../DocAnnotationsCreate404ResponseCode.php | 2 +- .../DocAnnotationsCreate404ResponseName.php | 2 +- src/Types/DocAnnotationsDelete200Response.php | 6 +- .../DocAnnotationsDelete200ResponseMeta.php | 8 +- ...Delete200ResponseMetaAffectedPagesItem.php | 6 +- ...0ResponseMetaAffectedPagesItemRevision.php | 6 +- ...taAffectedPagesItemWeakAnnotationState.php | 4 +- ...ectedPagesItemWeakAnnotationStateKnown.php | 6 +- ...tedPagesItemWeakAnnotationStateUnknown.php | 4 +- ...tationsDelete200ResponseMetaCacheDelta.php | 8 +- ...lete200ResponseMetaCacheDeltaPagesItem.php | 6 +- ...00ResponseMetaCacheDeltaPagesItemCache.php | 6 +- src/Types/DocAnnotationsDelete404Response.php | 8 +- .../DocAnnotationsDelete404ResponseCode.php | 2 +- .../DocAnnotationsDelete404ResponseName.php | 2 +- src/Types/DocAnnotationsList200Response.php | 8 +- ...otationsList200ResponseAnnotationsItem.php | 4 +- ...onsList200ResponseAnnotationsItemCaret.php | 8 +- ...200ResponseAnnotationsItemCaretActions.php | 6 +- ...nseAnnotationsItemCaretActionsActivate.php | 8 +- ...nnotationsItemCaretActionsActivateRoot.php | 8 +- ...ationsItemCaretActionsActivateRootType.php | 2 +- ...nsItemCaretActionsActivateWarningsItem.php | 2 +- ...esponseAnnotationsItemCaretActionsBlur.php | 8 +- ...nseAnnotationsItemCaretActionsBlurRoot.php | 8 +- ...nnotationsItemCaretActionsBlurRootType.php | 2 +- ...ationsItemCaretActionsBlurWarningsItem.php | 2 +- ...AnnotationsItemCaretActionsCursorEnter.php | 8 +- ...tationsItemCaretActionsCursorEnterRoot.php | 8 +- ...onsItemCaretActionsCursorEnterRootType.php | 2 +- ...temCaretActionsCursorEnterWarningsItem.php | 2 +- ...eAnnotationsItemCaretActionsCursorExit.php | 8 +- ...otationsItemCaretActionsCursorExitRoot.php | 8 +- ...ionsItemCaretActionsCursorExitRootType.php | 2 +- ...ItemCaretActionsCursorExitWarningsItem.php | 2 +- ...sponseAnnotationsItemCaretActionsFocus.php | 8 +- ...seAnnotationsItemCaretActionsFocusRoot.php | 8 +- ...notationsItemCaretActionsFocusRootType.php | 2 +- ...tionsItemCaretActionsFocusWarningsItem.php | 2 +- ...seAnnotationsItemCaretActionsMouseDown.php | 8 +- ...notationsItemCaretActionsMouseDownRoot.php | 8 +- ...tionsItemCaretActionsMouseDownRootType.php | 2 +- ...sItemCaretActionsMouseDownWarningsItem.php | 2 +- ...onseAnnotationsItemCaretActionsMouseUp.php | 8 +- ...AnnotationsItemCaretActionsMouseUpRoot.php | 8 +- ...tationsItemCaretActionsMouseUpRootType.php | 2 +- ...onsItemCaretActionsMouseUpWarningsItem.php | 2 +- ...seAnnotationsItemCaretActionsPageClose.php | 8 +- ...notationsItemCaretActionsPageCloseRoot.php | 8 +- ...tionsItemCaretActionsPageCloseRootType.php | 2 +- ...sItemCaretActionsPageCloseWarningsItem.php | 2 +- ...notationsItemCaretActionsPageInvisible.php | 8 +- ...tionsItemCaretActionsPageInvisibleRoot.php | 8 +- ...sItemCaretActionsPageInvisibleRootType.php | 2 +- ...mCaretActionsPageInvisibleWarningsItem.php | 2 +- ...nseAnnotationsItemCaretActionsPageOpen.php | 8 +- ...nnotationsItemCaretActionsPageOpenRoot.php | 8 +- ...ationsItemCaretActionsPageOpenRootType.php | 2 +- ...nsItemCaretActionsPageOpenWarningsItem.php | 2 +- ...AnnotationsItemCaretActionsPageVisible.php | 8 +- ...tationsItemCaretActionsPageVisibleRoot.php | 8 +- ...onsItemCaretActionsPageVisibleRootType.php | 2 +- ...temCaretActionsPageVisibleWarningsItem.php | 2 +- ...0ResponseAnnotationsItemCaretBlendMode.php | 2 +- ...st200ResponseAnnotationsItemCaretColor.php | 6 +- ...st200ResponseAnnotationsItemCaretFlags.php | 6 +- ...nseAnnotationsItemCaretIdentityQuality.php | 2 +- ...0ResponseAnnotationsItemCaretInReplyTo.php | 4 +- ...onseAnnotationsItemCaretInReplyToIndex.php | 6 +- ...tationsItemCaretInReplyToIndexRevision.php | 6 +- ...esponseAnnotationsItemCaretInReplyToNm.php | 6 +- ...otationsItemCaretInReplyToObjectNumber.php | 6 +- ...t200ResponseAnnotationsItemCaretIntent.php | 2 +- ...ist200ResponseAnnotationsItemCaretRect.php | 6 +- ...nseAnnotationsItemCaretRectDifferences.php | 6 +- ...List200ResponseAnnotationsItemCaretRef.php | 4 +- ...00ResponseAnnotationsItemCaretRefIndex.php | 6 +- ...seAnnotationsItemCaretRefIndexRevision.php | 6 +- ...st200ResponseAnnotationsItemCaretRefNm.php | 6 +- ...nseAnnotationsItemCaretRefObjectNumber.php | 6 +- ...0ResponseAnnotationsItemCaretReplyType.php | 2 +- ...nsList200ResponseAnnotationsItemCircle.php | 10 +- ...00ResponseAnnotationsItemCircleActions.php | 6 +- ...seAnnotationsItemCircleActionsActivate.php | 8 +- ...notationsItemCircleActionsActivateRoot.php | 8 +- ...tionsItemCircleActionsActivateRootType.php | 2 +- ...sItemCircleActionsActivateWarningsItem.php | 2 +- ...sponseAnnotationsItemCircleActionsBlur.php | 8 +- ...seAnnotationsItemCircleActionsBlurRoot.php | 8 +- ...notationsItemCircleActionsBlurRootType.php | 2 +- ...tionsItemCircleActionsBlurWarningsItem.php | 2 +- ...nnotationsItemCircleActionsCursorEnter.php | 8 +- ...ationsItemCircleActionsCursorEnterRoot.php | 8 +- ...nsItemCircleActionsCursorEnterRootType.php | 2 +- ...emCircleActionsCursorEnterWarningsItem.php | 2 +- ...AnnotationsItemCircleActionsCursorExit.php | 8 +- ...tationsItemCircleActionsCursorExitRoot.php | 8 +- ...onsItemCircleActionsCursorExitRootType.php | 2 +- ...temCircleActionsCursorExitWarningsItem.php | 2 +- ...ponseAnnotationsItemCircleActionsFocus.php | 8 +- ...eAnnotationsItemCircleActionsFocusRoot.php | 8 +- ...otationsItemCircleActionsFocusRootType.php | 2 +- ...ionsItemCircleActionsFocusWarningsItem.php | 2 +- ...eAnnotationsItemCircleActionsMouseDown.php | 8 +- ...otationsItemCircleActionsMouseDownRoot.php | 8 +- ...ionsItemCircleActionsMouseDownRootType.php | 2 +- ...ItemCircleActionsMouseDownWarningsItem.php | 2 +- ...nseAnnotationsItemCircleActionsMouseUp.php | 8 +- ...nnotationsItemCircleActionsMouseUpRoot.php | 8 +- ...ationsItemCircleActionsMouseUpRootType.php | 2 +- ...nsItemCircleActionsMouseUpWarningsItem.php | 2 +- ...eAnnotationsItemCircleActionsPageClose.php | 8 +- ...otationsItemCircleActionsPageCloseRoot.php | 8 +- ...ionsItemCircleActionsPageCloseRootType.php | 2 +- ...ItemCircleActionsPageCloseWarningsItem.php | 2 +- ...otationsItemCircleActionsPageInvisible.php | 8 +- ...ionsItemCircleActionsPageInvisibleRoot.php | 8 +- ...ItemCircleActionsPageInvisibleRootType.php | 2 +- ...CircleActionsPageInvisibleWarningsItem.php | 2 +- ...seAnnotationsItemCircleActionsPageOpen.php | 8 +- ...notationsItemCircleActionsPageOpenRoot.php | 8 +- ...tionsItemCircleActionsPageOpenRootType.php | 2 +- ...sItemCircleActionsPageOpenWarningsItem.php | 2 +- ...nnotationsItemCircleActionsPageVisible.php | 8 +- ...ationsItemCircleActionsPageVisibleRoot.php | 8 +- ...nsItemCircleActionsPageVisibleRootType.php | 2 +- ...emCircleActionsPageVisibleWarningsItem.php | 2 +- ...ResponseAnnotationsItemCircleBlendMode.php | 2 +- ...sponseAnnotationsItemCircleBorderStyle.php | 2 +- ...t200ResponseAnnotationsItemCircleColor.php | 6 +- ...t200ResponseAnnotationsItemCircleFlags.php | 6 +- ...seAnnotationsItemCircleIdentityQuality.php | 2 +- ...ResponseAnnotationsItemCircleInReplyTo.php | 4 +- ...nseAnnotationsItemCircleInReplyToIndex.php | 6 +- ...ationsItemCircleInReplyToIndexRevision.php | 6 +- ...sponseAnnotationsItemCircleInReplyToNm.php | 6 +- ...tationsItemCircleInReplyToObjectNumber.php | 6 +- ...onseAnnotationsItemCircleInteriorColor.php | 6 +- ...st200ResponseAnnotationsItemCircleRect.php | 6 +- ...seAnnotationsItemCircleRectDifferences.php | 6 +- ...ist200ResponseAnnotationsItemCircleRef.php | 4 +- ...0ResponseAnnotationsItemCircleRefIndex.php | 6 +- ...eAnnotationsItemCircleRefIndexRevision.php | 6 +- ...t200ResponseAnnotationsItemCircleRefNm.php | 6 +- ...seAnnotationsItemCircleRefObjectNumber.php | 6 +- ...ResponseAnnotationsItemCircleReplyType.php | 2 +- ...onseAnnotationsItemCircleUnrotatedRect.php | 6 +- ...0ResponseAnnotationsItemFileAttachment.php | 8 +- ...seAnnotationsItemFileAttachmentActions.php | 6 +- ...tionsItemFileAttachmentActionsActivate.php | 8 +- ...sItemFileAttachmentActionsActivateRoot.php | 8 +- ...mFileAttachmentActionsActivateRootType.php | 2 +- ...eAttachmentActionsActivateWarningsItem.php | 2 +- ...notationsItemFileAttachmentActionsBlur.php | 8 +- ...tionsItemFileAttachmentActionsBlurRoot.php | 8 +- ...sItemFileAttachmentActionsBlurRootType.php | 2 +- ...mFileAttachmentActionsBlurWarningsItem.php | 2 +- ...nsItemFileAttachmentActionsCursorEnter.php | 8 +- ...emFileAttachmentActionsCursorEnterRoot.php | 8 +- ...leAttachmentActionsCursorEnterRootType.php | 2 +- ...tachmentActionsCursorEnterWarningsItem.php | 2 +- ...onsItemFileAttachmentActionsCursorExit.php | 8 +- ...temFileAttachmentActionsCursorExitRoot.php | 8 +- ...ileAttachmentActionsCursorExitRootType.php | 2 +- ...ttachmentActionsCursorExitWarningsItem.php | 2 +- ...otationsItemFileAttachmentActionsFocus.php | 8 +- ...ionsItemFileAttachmentActionsFocusRoot.php | 8 +- ...ItemFileAttachmentActionsFocusRootType.php | 2 +- ...FileAttachmentActionsFocusWarningsItem.php | 2 +- ...ionsItemFileAttachmentActionsMouseDown.php | 8 +- ...ItemFileAttachmentActionsMouseDownRoot.php | 8 +- ...FileAttachmentActionsMouseDownRootType.php | 2 +- ...AttachmentActionsMouseDownWarningsItem.php | 2 +- ...ationsItemFileAttachmentActionsMouseUp.php | 8 +- ...nsItemFileAttachmentActionsMouseUpRoot.php | 8 +- ...emFileAttachmentActionsMouseUpRootType.php | 2 +- ...leAttachmentActionsMouseUpWarningsItem.php | 2 +- ...ionsItemFileAttachmentActionsPageClose.php | 8 +- ...ItemFileAttachmentActionsPageCloseRoot.php | 8 +- ...FileAttachmentActionsPageCloseRootType.php | 2 +- ...AttachmentActionsPageCloseWarningsItem.php | 2 +- ...ItemFileAttachmentActionsPageInvisible.php | 8 +- ...FileAttachmentActionsPageInvisibleRoot.php | 8 +- ...AttachmentActionsPageInvisibleRootType.php | 2 +- ...chmentActionsPageInvisibleWarningsItem.php | 2 +- ...tionsItemFileAttachmentActionsPageOpen.php | 8 +- ...sItemFileAttachmentActionsPageOpenRoot.php | 8 +- ...mFileAttachmentActionsPageOpenRootType.php | 2 +- ...eAttachmentActionsPageOpenWarningsItem.php | 2 +- ...nsItemFileAttachmentActionsPageVisible.php | 8 +- ...emFileAttachmentActionsPageVisibleRoot.php | 8 +- ...leAttachmentActionsPageVisibleRootType.php | 2 +- ...tachmentActionsPageVisibleWarningsItem.php | 2 +- ...AnnotationsItemFileAttachmentBlendMode.php | 2 +- ...onseAnnotationsItemFileAttachmentColor.php | 6 +- ...ponseAnnotationsItemFileAttachmentFile.php | 6 +- ...onseAnnotationsItemFileAttachmentFlags.php | 6 +- ...ponseAnnotationsItemFileAttachmentIcon.php | 2 +- ...tionsItemFileAttachmentIdentityQuality.php | 2 +- ...AnnotationsItemFileAttachmentInReplyTo.php | 4 +- ...ationsItemFileAttachmentInReplyToIndex.php | 6 +- ...emFileAttachmentInReplyToIndexRevision.php | 6 +- ...notationsItemFileAttachmentInReplyToNm.php | 6 +- ...temFileAttachmentInReplyToObjectNumber.php | 6 +- ...ponseAnnotationsItemFileAttachmentRect.php | 6 +- ...sponseAnnotationsItemFileAttachmentRef.php | 4 +- ...eAnnotationsItemFileAttachmentRefIndex.php | 6 +- ...ionsItemFileAttachmentRefIndexRevision.php | 6 +- ...onseAnnotationsItemFileAttachmentRefNm.php | 6 +- ...tionsItemFileAttachmentRefObjectNumber.php | 6 +- ...AnnotationsItemFileAttachmentReplyType.php | 2 +- ...List200ResponseAnnotationsItemFreeText.php | 10 +- ...ResponseAnnotationsItemFreeTextActions.php | 6 +- ...AnnotationsItemFreeTextActionsActivate.php | 8 +- ...tationsItemFreeTextActionsActivateRoot.php | 8 +- ...onsItemFreeTextActionsActivateRootType.php | 2 +- ...temFreeTextActionsActivateWarningsItem.php | 2 +- ...onseAnnotationsItemFreeTextActionsBlur.php | 8 +- ...AnnotationsItemFreeTextActionsBlurRoot.php | 8 +- ...tationsItemFreeTextActionsBlurRootType.php | 2 +- ...onsItemFreeTextActionsBlurWarningsItem.php | 2 +- ...otationsItemFreeTextActionsCursorEnter.php | 8 +- ...ionsItemFreeTextActionsCursorEnterRoot.php | 8 +- ...ItemFreeTextActionsCursorEnterRootType.php | 2 +- ...FreeTextActionsCursorEnterWarningsItem.php | 2 +- ...notationsItemFreeTextActionsCursorExit.php | 8 +- ...tionsItemFreeTextActionsCursorExitRoot.php | 8 +- ...sItemFreeTextActionsCursorExitRootType.php | 2 +- ...mFreeTextActionsCursorExitWarningsItem.php | 2 +- ...nseAnnotationsItemFreeTextActionsFocus.php | 8 +- ...nnotationsItemFreeTextActionsFocusRoot.php | 8 +- ...ationsItemFreeTextActionsFocusRootType.php | 2 +- ...nsItemFreeTextActionsFocusWarningsItem.php | 2 +- ...nnotationsItemFreeTextActionsMouseDown.php | 8 +- ...ationsItemFreeTextActionsMouseDownRoot.php | 8 +- ...nsItemFreeTextActionsMouseDownRootType.php | 2 +- ...emFreeTextActionsMouseDownWarningsItem.php | 2 +- ...eAnnotationsItemFreeTextActionsMouseUp.php | 8 +- ...otationsItemFreeTextActionsMouseUpRoot.php | 8 +- ...ionsItemFreeTextActionsMouseUpRootType.php | 2 +- ...ItemFreeTextActionsMouseUpWarningsItem.php | 2 +- ...nnotationsItemFreeTextActionsPageClose.php | 8 +- ...ationsItemFreeTextActionsPageCloseRoot.php | 8 +- ...nsItemFreeTextActionsPageCloseRootType.php | 2 +- ...emFreeTextActionsPageCloseWarningsItem.php | 2 +- ...ationsItemFreeTextActionsPageInvisible.php | 8 +- ...nsItemFreeTextActionsPageInvisibleRoot.php | 8 +- ...emFreeTextActionsPageInvisibleRootType.php | 2 +- ...eeTextActionsPageInvisibleWarningsItem.php | 2 +- ...AnnotationsItemFreeTextActionsPageOpen.php | 8 +- ...tationsItemFreeTextActionsPageOpenRoot.php | 8 +- ...onsItemFreeTextActionsPageOpenRootType.php | 2 +- ...temFreeTextActionsPageOpenWarningsItem.php | 2 +- ...otationsItemFreeTextActionsPageVisible.php | 8 +- ...ionsItemFreeTextActionsPageVisibleRoot.php | 8 +- ...ItemFreeTextActionsPageVisibleRootType.php | 2 +- ...FreeTextActionsPageVisibleWarningsItem.php | 2 +- ...sponseAnnotationsItemFreeTextBlendMode.php | 2 +- ...onseAnnotationsItemFreeTextBorderStyle.php | 2 +- ...00ResponseAnnotationsItemFreeTextColor.php | 6 +- ...00ResponseAnnotationsItemFreeTextFlags.php | 6 +- ...sponseAnnotationsItemFreeTextFontColor.php | 6 +- ...ponseAnnotationsItemFreeTextFontFamily.php | 2 +- ...AnnotationsItemFreeTextIdentityQuality.php | 2 +- ...sponseAnnotationsItemFreeTextInReplyTo.php | 4 +- ...eAnnotationsItemFreeTextInReplyToIndex.php | 6 +- ...ionsItemFreeTextInReplyToIndexRevision.php | 6 +- ...onseAnnotationsItemFreeTextInReplyToNm.php | 6 +- ...tionsItemFreeTextInReplyToObjectNumber.php | 6 +- ...0ResponseAnnotationsItemFreeTextIntent.php | 2 +- ...seAnnotationsItemFreeTextInteriorColor.php | 6 +- ...ponseAnnotationsItemFreeTextLineEnding.php | 2 +- ...200ResponseAnnotationsItemFreeTextRect.php | 6 +- ...AnnotationsItemFreeTextRectDifferences.php | 6 +- ...t200ResponseAnnotationsItemFreeTextRef.php | 4 +- ...esponseAnnotationsItemFreeTextRefIndex.php | 6 +- ...nnotationsItemFreeTextRefIndexRevision.php | 6 +- ...00ResponseAnnotationsItemFreeTextRefNm.php | 6 +- ...AnnotationsItemFreeTextRefObjectNumber.php | 6 +- ...sponseAnnotationsItemFreeTextReplyType.php | 2 +- ...sponseAnnotationsItemFreeTextTextAlign.php | 2 +- ...seAnnotationsItemFreeTextUnrotatedRect.php | 6 +- ...ist200ResponseAnnotationsItemHighlight.php | 10 +- ...esponseAnnotationsItemHighlightActions.php | 6 +- ...nnotationsItemHighlightActionsActivate.php | 8 +- ...ationsItemHighlightActionsActivateRoot.php | 8 +- ...nsItemHighlightActionsActivateRootType.php | 2 +- ...emHighlightActionsActivateWarningsItem.php | 2 +- ...nseAnnotationsItemHighlightActionsBlur.php | 8 +- ...nnotationsItemHighlightActionsBlurRoot.php | 8 +- ...ationsItemHighlightActionsBlurRootType.php | 2 +- ...nsItemHighlightActionsBlurWarningsItem.php | 2 +- ...tationsItemHighlightActionsCursorEnter.php | 8 +- ...onsItemHighlightActionsCursorEnterRoot.php | 8 +- ...temHighlightActionsCursorEnterRootType.php | 2 +- ...ighlightActionsCursorEnterWarningsItem.php | 2 +- ...otationsItemHighlightActionsCursorExit.php | 8 +- ...ionsItemHighlightActionsCursorExitRoot.php | 8 +- ...ItemHighlightActionsCursorExitRootType.php | 2 +- ...HighlightActionsCursorExitWarningsItem.php | 2 +- ...seAnnotationsItemHighlightActionsFocus.php | 8 +- ...notationsItemHighlightActionsFocusRoot.php | 8 +- ...tionsItemHighlightActionsFocusRootType.php | 2 +- ...sItemHighlightActionsFocusWarningsItem.php | 2 +- ...notationsItemHighlightActionsMouseDown.php | 8 +- ...tionsItemHighlightActionsMouseDownRoot.php | 8 +- ...sItemHighlightActionsMouseDownRootType.php | 2 +- ...mHighlightActionsMouseDownWarningsItem.php | 2 +- ...AnnotationsItemHighlightActionsMouseUp.php | 8 +- ...tationsItemHighlightActionsMouseUpRoot.php | 8 +- ...onsItemHighlightActionsMouseUpRootType.php | 2 +- ...temHighlightActionsMouseUpWarningsItem.php | 2 +- ...notationsItemHighlightActionsPageClose.php | 8 +- ...tionsItemHighlightActionsPageCloseRoot.php | 8 +- ...sItemHighlightActionsPageCloseRootType.php | 2 +- ...mHighlightActionsPageCloseWarningsItem.php | 2 +- ...tionsItemHighlightActionsPageInvisible.php | 8 +- ...sItemHighlightActionsPageInvisibleRoot.php | 8 +- ...mHighlightActionsPageInvisibleRootType.php | 2 +- ...hlightActionsPageInvisibleWarningsItem.php | 2 +- ...nnotationsItemHighlightActionsPageOpen.php | 8 +- ...ationsItemHighlightActionsPageOpenRoot.php | 8 +- ...nsItemHighlightActionsPageOpenRootType.php | 2 +- ...emHighlightActionsPageOpenWarningsItem.php | 2 +- ...tationsItemHighlightActionsPageVisible.php | 8 +- ...onsItemHighlightActionsPageVisibleRoot.php | 8 +- ...temHighlightActionsPageVisibleRootType.php | 2 +- ...ighlightActionsPageVisibleWarningsItem.php | 2 +- ...ponseAnnotationsItemHighlightBlendMode.php | 2 +- ...0ResponseAnnotationsItemHighlightColor.php | 6 +- ...0ResponseAnnotationsItemHighlightFlags.php | 6 +- ...nnotationsItemHighlightIdentityQuality.php | 2 +- ...ponseAnnotationsItemHighlightInReplyTo.php | 4 +- ...AnnotationsItemHighlightInReplyToIndex.php | 6 +- ...onsItemHighlightInReplyToIndexRevision.php | 6 +- ...nseAnnotationsItemHighlightInReplyToNm.php | 6 +- ...ionsItemHighlightInReplyToObjectNumber.php | 6 +- ...AnnotationsItemHighlightQuadPointsItem.php | 6 +- ...notationsItemHighlightQuadPointsItemP1.php | 6 +- ...notationsItemHighlightQuadPointsItemP2.php | 6 +- ...notationsItemHighlightQuadPointsItemP3.php | 6 +- ...notationsItemHighlightQuadPointsItemP4.php | 6 +- ...00ResponseAnnotationsItemHighlightRect.php | 6 +- ...200ResponseAnnotationsItemHighlightRef.php | 4 +- ...sponseAnnotationsItemHighlightRefIndex.php | 6 +- ...notationsItemHighlightRefIndexRevision.php | 6 +- ...0ResponseAnnotationsItemHighlightRefNm.php | 6 +- ...nnotationsItemHighlightRefObjectNumber.php | 6 +- ...ponseAnnotationsItemHighlightReplyType.php | 2 +- ...tionsList200ResponseAnnotationsItemInk.php | 10 +- ...st200ResponseAnnotationsItemInkActions.php | 6 +- ...ponseAnnotationsItemInkActionsActivate.php | 8 +- ...eAnnotationsItemInkActionsActivateRoot.php | 8 +- ...otationsItemInkActionsActivateRootType.php | 2 +- ...ionsItemInkActionsActivateWarningsItem.php | 2 +- ...0ResponseAnnotationsItemInkActionsBlur.php | 8 +- ...ponseAnnotationsItemInkActionsBlurRoot.php | 8 +- ...eAnnotationsItemInkActionsBlurRootType.php | 2 +- ...otationsItemInkActionsBlurWarningsItem.php | 2 +- ...seAnnotationsItemInkActionsCursorEnter.php | 8 +- ...notationsItemInkActionsCursorEnterRoot.php | 8 +- ...tionsItemInkActionsCursorEnterRootType.php | 2 +- ...sItemInkActionsCursorEnterWarningsItem.php | 2 +- ...nseAnnotationsItemInkActionsCursorExit.php | 8 +- ...nnotationsItemInkActionsCursorExitRoot.php | 8 +- ...ationsItemInkActionsCursorExitRootType.php | 2 +- ...nsItemInkActionsCursorExitWarningsItem.php | 2 +- ...ResponseAnnotationsItemInkActionsFocus.php | 8 +- ...onseAnnotationsItemInkActionsFocusRoot.php | 8 +- ...AnnotationsItemInkActionsFocusRootType.php | 2 +- ...tationsItemInkActionsFocusWarningsItem.php | 2 +- ...onseAnnotationsItemInkActionsMouseDown.php | 8 +- ...AnnotationsItemInkActionsMouseDownRoot.php | 8 +- ...tationsItemInkActionsMouseDownRootType.php | 2 +- ...onsItemInkActionsMouseDownWarningsItem.php | 2 +- ...sponseAnnotationsItemInkActionsMouseUp.php | 8 +- ...seAnnotationsItemInkActionsMouseUpRoot.php | 8 +- ...notationsItemInkActionsMouseUpRootType.php | 2 +- ...tionsItemInkActionsMouseUpWarningsItem.php | 2 +- ...onseAnnotationsItemInkActionsPageClose.php | 8 +- ...AnnotationsItemInkActionsPageCloseRoot.php | 8 +- ...tationsItemInkActionsPageCloseRootType.php | 2 +- ...onsItemInkActionsPageCloseWarningsItem.php | 2 +- ...AnnotationsItemInkActionsPageInvisible.php | 8 +- ...tationsItemInkActionsPageInvisibleRoot.php | 8 +- ...onsItemInkActionsPageInvisibleRootType.php | 2 +- ...temInkActionsPageInvisibleWarningsItem.php | 2 +- ...ponseAnnotationsItemInkActionsPageOpen.php | 8 +- ...eAnnotationsItemInkActionsPageOpenRoot.php | 8 +- ...otationsItemInkActionsPageOpenRootType.php | 2 +- ...ionsItemInkActionsPageOpenWarningsItem.php | 2 +- ...seAnnotationsItemInkActionsPageVisible.php | 8 +- ...notationsItemInkActionsPageVisibleRoot.php | 8 +- ...tionsItemInkActionsPageVisibleRootType.php | 2 +- ...sItemInkActionsPageVisibleWarningsItem.php | 2 +- ...200ResponseAnnotationsItemInkBlendMode.php | 2 +- ...0ResponseAnnotationsItemInkBorderStyle.php | 2 +- ...List200ResponseAnnotationsItemInkColor.php | 6 +- ...List200ResponseAnnotationsItemInkFlags.php | 6 +- ...ponseAnnotationsItemInkIdentityQuality.php | 2 +- ...200ResponseAnnotationsItemInkInReplyTo.php | 4 +- ...sponseAnnotationsItemInkInReplyToIndex.php | 6 +- ...notationsItemInkInReplyToIndexRevision.php | 6 +- ...0ResponseAnnotationsItemInkInReplyToNm.php | 6 +- ...nnotationsItemInkInReplyToObjectNumber.php | 6 +- ...ponseAnnotationsItemInkInkListItemItem.php | 6 +- ...ist200ResponseAnnotationsItemInkIntent.php | 2 +- ...sList200ResponseAnnotationsItemInkRect.php | 6 +- ...nsList200ResponseAnnotationsItemInkRef.php | 4 +- ...t200ResponseAnnotationsItemInkRefIndex.php | 6 +- ...onseAnnotationsItemInkRefIndexRevision.php | 6 +- ...List200ResponseAnnotationsItemInkRefNm.php | 6 +- ...ponseAnnotationsItemInkRefObjectNumber.php | 6 +- ...200ResponseAnnotationsItemInkReplyType.php | 2 +- ...ionsList200ResponseAnnotationsItemLine.php | 10 +- ...t200ResponseAnnotationsItemLineActions.php | 6 +- ...onseAnnotationsItemLineActionsActivate.php | 8 +- ...AnnotationsItemLineActionsActivateRoot.php | 8 +- ...tationsItemLineActionsActivateRootType.php | 2 +- ...onsItemLineActionsActivateWarningsItem.php | 2 +- ...ResponseAnnotationsItemLineActionsBlur.php | 8 +- ...onseAnnotationsItemLineActionsBlurRoot.php | 8 +- ...AnnotationsItemLineActionsBlurRootType.php | 2 +- ...tationsItemLineActionsBlurWarningsItem.php | 2 +- ...eAnnotationsItemLineActionsCursorEnter.php | 8 +- ...otationsItemLineActionsCursorEnterRoot.php | 8 +- ...ionsItemLineActionsCursorEnterRootType.php | 2 +- ...ItemLineActionsCursorEnterWarningsItem.php | 2 +- ...seAnnotationsItemLineActionsCursorExit.php | 8 +- ...notationsItemLineActionsCursorExitRoot.php | 8 +- ...tionsItemLineActionsCursorExitRootType.php | 2 +- ...sItemLineActionsCursorExitWarningsItem.php | 2 +- ...esponseAnnotationsItemLineActionsFocus.php | 8 +- ...nseAnnotationsItemLineActionsFocusRoot.php | 8 +- ...nnotationsItemLineActionsFocusRootType.php | 2 +- ...ationsItemLineActionsFocusWarningsItem.php | 2 +- ...nseAnnotationsItemLineActionsMouseDown.php | 8 +- ...nnotationsItemLineActionsMouseDownRoot.php | 8 +- ...ationsItemLineActionsMouseDownRootType.php | 2 +- ...nsItemLineActionsMouseDownWarningsItem.php | 2 +- ...ponseAnnotationsItemLineActionsMouseUp.php | 8 +- ...eAnnotationsItemLineActionsMouseUpRoot.php | 8 +- ...otationsItemLineActionsMouseUpRootType.php | 2 +- ...ionsItemLineActionsMouseUpWarningsItem.php | 2 +- ...nseAnnotationsItemLineActionsPageClose.php | 8 +- ...nnotationsItemLineActionsPageCloseRoot.php | 8 +- ...ationsItemLineActionsPageCloseRootType.php | 2 +- ...nsItemLineActionsPageCloseWarningsItem.php | 2 +- ...nnotationsItemLineActionsPageInvisible.php | 8 +- ...ationsItemLineActionsPageInvisibleRoot.php | 8 +- ...nsItemLineActionsPageInvisibleRootType.php | 2 +- ...emLineActionsPageInvisibleWarningsItem.php | 2 +- ...onseAnnotationsItemLineActionsPageOpen.php | 8 +- ...AnnotationsItemLineActionsPageOpenRoot.php | 8 +- ...tationsItemLineActionsPageOpenRootType.php | 2 +- ...onsItemLineActionsPageOpenWarningsItem.php | 2 +- ...eAnnotationsItemLineActionsPageVisible.php | 8 +- ...otationsItemLineActionsPageVisibleRoot.php | 8 +- ...ionsItemLineActionsPageVisibleRootType.php | 2 +- ...ItemLineActionsPageVisibleWarningsItem.php | 2 +- ...00ResponseAnnotationsItemLineBlendMode.php | 2 +- ...ResponseAnnotationsItemLineBorderStyle.php | 2 +- ...ist200ResponseAnnotationsItemLineColor.php | 6 +- ...ist200ResponseAnnotationsItemLineFlags.php | 6 +- ...onseAnnotationsItemLineIdentityQuality.php | 2 +- ...00ResponseAnnotationsItemLineInReplyTo.php | 4 +- ...ponseAnnotationsItemLineInReplyToIndex.php | 6 +- ...otationsItemLineInReplyToIndexRevision.php | 6 +- ...ResponseAnnotationsItemLineInReplyToNm.php | 6 +- ...notationsItemLineInReplyToObjectNumber.php | 6 +- ...sponseAnnotationsItemLineInteriorColor.php | 6 +- ...ResponseAnnotationsItemLineLineEndings.php | 6 +- ...ponseAnnotationsItemLineLineEndingsEnd.php | 2 +- ...nseAnnotationsItemLineLineEndingsStart.php | 2 +- ...0ResponseAnnotationsItemLineLinePoints.php | 6 +- ...sponseAnnotationsItemLineLinePointsEnd.php | 6 +- ...onseAnnotationsItemLineLinePointsStart.php | 6 +- ...List200ResponseAnnotationsItemLineRect.php | 6 +- ...sList200ResponseAnnotationsItemLineRef.php | 4 +- ...200ResponseAnnotationsItemLineRefIndex.php | 6 +- ...nseAnnotationsItemLineRefIndexRevision.php | 6 +- ...ist200ResponseAnnotationsItemLineRefNm.php | 6 +- ...onseAnnotationsItemLineRefObjectNumber.php | 6 +- ...00ResponseAnnotationsItemLineReplyType.php | 2 +- ...ionsList200ResponseAnnotationsItemLink.php | 8 +- ...t200ResponseAnnotationsItemLinkActions.php | 6 +- ...onseAnnotationsItemLinkActionsActivate.php | 8 +- ...AnnotationsItemLinkActionsActivateRoot.php | 8 +- ...tationsItemLinkActionsActivateRootType.php | 2 +- ...onsItemLinkActionsActivateWarningsItem.php | 2 +- ...ResponseAnnotationsItemLinkActionsBlur.php | 8 +- ...onseAnnotationsItemLinkActionsBlurRoot.php | 8 +- ...AnnotationsItemLinkActionsBlurRootType.php | 2 +- ...tationsItemLinkActionsBlurWarningsItem.php | 2 +- ...eAnnotationsItemLinkActionsCursorEnter.php | 8 +- ...otationsItemLinkActionsCursorEnterRoot.php | 8 +- ...ionsItemLinkActionsCursorEnterRootType.php | 2 +- ...ItemLinkActionsCursorEnterWarningsItem.php | 2 +- ...seAnnotationsItemLinkActionsCursorExit.php | 8 +- ...notationsItemLinkActionsCursorExitRoot.php | 8 +- ...tionsItemLinkActionsCursorExitRootType.php | 2 +- ...sItemLinkActionsCursorExitWarningsItem.php | 2 +- ...esponseAnnotationsItemLinkActionsFocus.php | 8 +- ...nseAnnotationsItemLinkActionsFocusRoot.php | 8 +- ...nnotationsItemLinkActionsFocusRootType.php | 2 +- ...ationsItemLinkActionsFocusWarningsItem.php | 2 +- ...nseAnnotationsItemLinkActionsMouseDown.php | 8 +- ...nnotationsItemLinkActionsMouseDownRoot.php | 8 +- ...ationsItemLinkActionsMouseDownRootType.php | 2 +- ...nsItemLinkActionsMouseDownWarningsItem.php | 2 +- ...ponseAnnotationsItemLinkActionsMouseUp.php | 8 +- ...eAnnotationsItemLinkActionsMouseUpRoot.php | 8 +- ...otationsItemLinkActionsMouseUpRootType.php | 2 +- ...ionsItemLinkActionsMouseUpWarningsItem.php | 2 +- ...nseAnnotationsItemLinkActionsPageClose.php | 8 +- ...nnotationsItemLinkActionsPageCloseRoot.php | 8 +- ...ationsItemLinkActionsPageCloseRootType.php | 2 +- ...nsItemLinkActionsPageCloseWarningsItem.php | 2 +- ...nnotationsItemLinkActionsPageInvisible.php | 8 +- ...ationsItemLinkActionsPageInvisibleRoot.php | 8 +- ...nsItemLinkActionsPageInvisibleRootType.php | 2 +- ...emLinkActionsPageInvisibleWarningsItem.php | 2 +- ...onseAnnotationsItemLinkActionsPageOpen.php | 8 +- ...AnnotationsItemLinkActionsPageOpenRoot.php | 8 +- ...tationsItemLinkActionsPageOpenRootType.php | 2 +- ...onsItemLinkActionsPageOpenWarningsItem.php | 2 +- ...eAnnotationsItemLinkActionsPageVisible.php | 8 +- ...otationsItemLinkActionsPageVisibleRoot.php | 8 +- ...ionsItemLinkActionsPageVisibleRootType.php | 2 +- ...ItemLinkActionsPageVisibleWarningsItem.php | 2 +- ...00ResponseAnnotationsItemLinkBlendMode.php | 2 +- ...ist200ResponseAnnotationsItemLinkFlags.php | 6 +- ...onseAnnotationsItemLinkIdentityQuality.php | 2 +- ...00ResponseAnnotationsItemLinkInReplyTo.php | 4 +- ...ponseAnnotationsItemLinkInReplyToIndex.php | 6 +- ...otationsItemLinkInReplyToIndexRevision.php | 6 +- ...ResponseAnnotationsItemLinkInReplyToNm.php | 6 +- ...notationsItemLinkInReplyToObjectNumber.php | 6 +- ...List200ResponseAnnotationsItemLinkRect.php | 6 +- ...sList200ResponseAnnotationsItemLinkRef.php | 4 +- ...200ResponseAnnotationsItemLinkRefIndex.php | 6 +- ...nseAnnotationsItemLinkRefIndexRevision.php | 6 +- ...ist200ResponseAnnotationsItemLinkRefNm.php | 6 +- ...onseAnnotationsItemLinkRefObjectNumber.php | 6 +- ...00ResponseAnnotationsItemLinkReplyType.php | 2 +- ...st200ResponseAnnotationsItemLinkTarget.php | 4 +- ...0ResponseAnnotationsItemLinkTargetGoto.php | 6 +- ...notationsItemLinkTargetGotoDestination.php | 4 +- ...ationsItemLinkTargetGotoDestinationFit.php | 6 +- ...tionsItemLinkTargetGotoDestinationFitB.php | 6 +- ...ionsItemLinkTargetGotoDestinationFitBh.php | 6 +- ...ionsItemLinkTargetGotoDestinationFitBv.php | 6 +- ...tionsItemLinkTargetGotoDestinationFitH.php | 6 +- ...tionsItemLinkTargetGotoDestinationFitR.php | 6 +- ...tionsItemLinkTargetGotoDestinationFitV.php | 6 +- ...ationsItemLinkTargetGotoDestinationXyz.php | 6 +- ...nseAnnotationsItemLinkTargetGotoRemote.php | 6 +- ...nseAnnotationsItemLinkTargetJavascript.php | 4 +- ...esponseAnnotationsItemLinkTargetLaunch.php | 6 +- ...ResponseAnnotationsItemLinkTargetNamed.php | 6 +- ...seAnnotationsItemLinkTargetUnsupported.php | 4 +- ...00ResponseAnnotationsItemLinkTargetUri.php | 6 +- ...sList200ResponseAnnotationsItemPolygon.php | 10 +- ...0ResponseAnnotationsItemPolygonActions.php | 6 +- ...eAnnotationsItemPolygonActionsActivate.php | 8 +- ...otationsItemPolygonActionsActivateRoot.php | 8 +- ...ionsItemPolygonActionsActivateRootType.php | 2 +- ...ItemPolygonActionsActivateWarningsItem.php | 2 +- ...ponseAnnotationsItemPolygonActionsBlur.php | 8 +- ...eAnnotationsItemPolygonActionsBlurRoot.php | 8 +- ...otationsItemPolygonActionsBlurRootType.php | 2 +- ...ionsItemPolygonActionsBlurWarningsItem.php | 2 +- ...notationsItemPolygonActionsCursorEnter.php | 8 +- ...tionsItemPolygonActionsCursorEnterRoot.php | 8 +- ...sItemPolygonActionsCursorEnterRootType.php | 2 +- ...mPolygonActionsCursorEnterWarningsItem.php | 2 +- ...nnotationsItemPolygonActionsCursorExit.php | 8 +- ...ationsItemPolygonActionsCursorExitRoot.php | 8 +- ...nsItemPolygonActionsCursorExitRootType.php | 2 +- ...emPolygonActionsCursorExitWarningsItem.php | 2 +- ...onseAnnotationsItemPolygonActionsFocus.php | 8 +- ...AnnotationsItemPolygonActionsFocusRoot.php | 8 +- ...tationsItemPolygonActionsFocusRootType.php | 2 +- ...onsItemPolygonActionsFocusWarningsItem.php | 2 +- ...AnnotationsItemPolygonActionsMouseDown.php | 8 +- ...tationsItemPolygonActionsMouseDownRoot.php | 8 +- ...onsItemPolygonActionsMouseDownRootType.php | 2 +- ...temPolygonActionsMouseDownWarningsItem.php | 2 +- ...seAnnotationsItemPolygonActionsMouseUp.php | 8 +- ...notationsItemPolygonActionsMouseUpRoot.php | 8 +- ...tionsItemPolygonActionsMouseUpRootType.php | 2 +- ...sItemPolygonActionsMouseUpWarningsItem.php | 2 +- ...AnnotationsItemPolygonActionsPageClose.php | 8 +- ...tationsItemPolygonActionsPageCloseRoot.php | 8 +- ...onsItemPolygonActionsPageCloseRootType.php | 2 +- ...temPolygonActionsPageCloseWarningsItem.php | 2 +- ...tationsItemPolygonActionsPageInvisible.php | 8 +- ...onsItemPolygonActionsPageInvisibleRoot.php | 8 +- ...temPolygonActionsPageInvisibleRootType.php | 2 +- ...olygonActionsPageInvisibleWarningsItem.php | 2 +- ...eAnnotationsItemPolygonActionsPageOpen.php | 8 +- ...otationsItemPolygonActionsPageOpenRoot.php | 8 +- ...ionsItemPolygonActionsPageOpenRootType.php | 2 +- ...ItemPolygonActionsPageOpenWarningsItem.php | 2 +- ...notationsItemPolygonActionsPageVisible.php | 8 +- ...tionsItemPolygonActionsPageVisibleRoot.php | 8 +- ...sItemPolygonActionsPageVisibleRootType.php | 2 +- ...mPolygonActionsPageVisibleWarningsItem.php | 2 +- ...esponseAnnotationsItemPolygonBlendMode.php | 2 +- ...ponseAnnotationsItemPolygonBorderStyle.php | 2 +- ...200ResponseAnnotationsItemPolygonColor.php | 6 +- ...200ResponseAnnotationsItemPolygonFlags.php | 6 +- ...eAnnotationsItemPolygonIdentityQuality.php | 2 +- ...esponseAnnotationsItemPolygonInReplyTo.php | 4 +- ...seAnnotationsItemPolygonInReplyToIndex.php | 6 +- ...tionsItemPolygonInReplyToIndexRevision.php | 6 +- ...ponseAnnotationsItemPolygonInReplyToNm.php | 6 +- ...ationsItemPolygonInReplyToObjectNumber.php | 6 +- ...nseAnnotationsItemPolygonInteriorColor.php | 6 +- ...t200ResponseAnnotationsItemPolygonRect.php | 6 +- ...st200ResponseAnnotationsItemPolygonRef.php | 4 +- ...ResponseAnnotationsItemPolygonRefIndex.php | 6 +- ...AnnotationsItemPolygonRefIndexRevision.php | 6 +- ...200ResponseAnnotationsItemPolygonRefNm.php | 6 +- ...eAnnotationsItemPolygonRefObjectNumber.php | 6 +- ...esponseAnnotationsItemPolygonReplyType.php | 2 +- ...onseAnnotationsItemPolygonVerticesItem.php | 6 +- ...List200ResponseAnnotationsItemPolyline.php | 10 +- ...ResponseAnnotationsItemPolylineActions.php | 6 +- ...AnnotationsItemPolylineActionsActivate.php | 8 +- ...tationsItemPolylineActionsActivateRoot.php | 8 +- ...onsItemPolylineActionsActivateRootType.php | 2 +- ...temPolylineActionsActivateWarningsItem.php | 2 +- ...onseAnnotationsItemPolylineActionsBlur.php | 8 +- ...AnnotationsItemPolylineActionsBlurRoot.php | 8 +- ...tationsItemPolylineActionsBlurRootType.php | 2 +- ...onsItemPolylineActionsBlurWarningsItem.php | 2 +- ...otationsItemPolylineActionsCursorEnter.php | 8 +- ...ionsItemPolylineActionsCursorEnterRoot.php | 8 +- ...ItemPolylineActionsCursorEnterRootType.php | 2 +- ...PolylineActionsCursorEnterWarningsItem.php | 2 +- ...notationsItemPolylineActionsCursorExit.php | 8 +- ...tionsItemPolylineActionsCursorExitRoot.php | 8 +- ...sItemPolylineActionsCursorExitRootType.php | 2 +- ...mPolylineActionsCursorExitWarningsItem.php | 2 +- ...nseAnnotationsItemPolylineActionsFocus.php | 8 +- ...nnotationsItemPolylineActionsFocusRoot.php | 8 +- ...ationsItemPolylineActionsFocusRootType.php | 2 +- ...nsItemPolylineActionsFocusWarningsItem.php | 2 +- ...nnotationsItemPolylineActionsMouseDown.php | 8 +- ...ationsItemPolylineActionsMouseDownRoot.php | 8 +- ...nsItemPolylineActionsMouseDownRootType.php | 2 +- ...emPolylineActionsMouseDownWarningsItem.php | 2 +- ...eAnnotationsItemPolylineActionsMouseUp.php | 8 +- ...otationsItemPolylineActionsMouseUpRoot.php | 8 +- ...ionsItemPolylineActionsMouseUpRootType.php | 2 +- ...ItemPolylineActionsMouseUpWarningsItem.php | 2 +- ...nnotationsItemPolylineActionsPageClose.php | 8 +- ...ationsItemPolylineActionsPageCloseRoot.php | 8 +- ...nsItemPolylineActionsPageCloseRootType.php | 2 +- ...emPolylineActionsPageCloseWarningsItem.php | 2 +- ...ationsItemPolylineActionsPageInvisible.php | 8 +- ...nsItemPolylineActionsPageInvisibleRoot.php | 8 +- ...emPolylineActionsPageInvisibleRootType.php | 2 +- ...lylineActionsPageInvisibleWarningsItem.php | 2 +- ...AnnotationsItemPolylineActionsPageOpen.php | 8 +- ...tationsItemPolylineActionsPageOpenRoot.php | 8 +- ...onsItemPolylineActionsPageOpenRootType.php | 2 +- ...temPolylineActionsPageOpenWarningsItem.php | 2 +- ...otationsItemPolylineActionsPageVisible.php | 8 +- ...ionsItemPolylineActionsPageVisibleRoot.php | 8 +- ...ItemPolylineActionsPageVisibleRootType.php | 2 +- ...PolylineActionsPageVisibleWarningsItem.php | 2 +- ...sponseAnnotationsItemPolylineBlendMode.php | 2 +- ...onseAnnotationsItemPolylineBorderStyle.php | 2 +- ...00ResponseAnnotationsItemPolylineColor.php | 6 +- ...00ResponseAnnotationsItemPolylineFlags.php | 6 +- ...AnnotationsItemPolylineIdentityQuality.php | 2 +- ...sponseAnnotationsItemPolylineInReplyTo.php | 4 +- ...eAnnotationsItemPolylineInReplyToIndex.php | 6 +- ...ionsItemPolylineInReplyToIndexRevision.php | 6 +- ...onseAnnotationsItemPolylineInReplyToNm.php | 6 +- ...tionsItemPolylineInReplyToObjectNumber.php | 6 +- ...seAnnotationsItemPolylineInteriorColor.php | 6 +- ...onseAnnotationsItemPolylineLineEndings.php | 6 +- ...eAnnotationsItemPolylineLineEndingsEnd.php | 2 +- ...nnotationsItemPolylineLineEndingsStart.php | 2 +- ...200ResponseAnnotationsItemPolylineRect.php | 6 +- ...t200ResponseAnnotationsItemPolylineRef.php | 4 +- ...esponseAnnotationsItemPolylineRefIndex.php | 6 +- ...nnotationsItemPolylineRefIndexRevision.php | 6 +- ...00ResponseAnnotationsItemPolylineRefNm.php | 6 +- ...AnnotationsItemPolylineRefObjectNumber.php | 6 +- ...sponseAnnotationsItemPolylineReplyType.php | 2 +- ...nseAnnotationsItemPolylineVerticesItem.php | 6 +- ...nsList200ResponseAnnotationsItemRedact.php | 10 +- ...00ResponseAnnotationsItemRedactActions.php | 6 +- ...seAnnotationsItemRedactActionsActivate.php | 8 +- ...notationsItemRedactActionsActivateRoot.php | 8 +- ...tionsItemRedactActionsActivateRootType.php | 2 +- ...sItemRedactActionsActivateWarningsItem.php | 2 +- ...sponseAnnotationsItemRedactActionsBlur.php | 8 +- ...seAnnotationsItemRedactActionsBlurRoot.php | 8 +- ...notationsItemRedactActionsBlurRootType.php | 2 +- ...tionsItemRedactActionsBlurWarningsItem.php | 2 +- ...nnotationsItemRedactActionsCursorEnter.php | 8 +- ...ationsItemRedactActionsCursorEnterRoot.php | 8 +- ...nsItemRedactActionsCursorEnterRootType.php | 2 +- ...emRedactActionsCursorEnterWarningsItem.php | 2 +- ...AnnotationsItemRedactActionsCursorExit.php | 8 +- ...tationsItemRedactActionsCursorExitRoot.php | 8 +- ...onsItemRedactActionsCursorExitRootType.php | 2 +- ...temRedactActionsCursorExitWarningsItem.php | 2 +- ...ponseAnnotationsItemRedactActionsFocus.php | 8 +- ...eAnnotationsItemRedactActionsFocusRoot.php | 8 +- ...otationsItemRedactActionsFocusRootType.php | 2 +- ...ionsItemRedactActionsFocusWarningsItem.php | 2 +- ...eAnnotationsItemRedactActionsMouseDown.php | 8 +- ...otationsItemRedactActionsMouseDownRoot.php | 8 +- ...ionsItemRedactActionsMouseDownRootType.php | 2 +- ...ItemRedactActionsMouseDownWarningsItem.php | 2 +- ...nseAnnotationsItemRedactActionsMouseUp.php | 8 +- ...nnotationsItemRedactActionsMouseUpRoot.php | 8 +- ...ationsItemRedactActionsMouseUpRootType.php | 2 +- ...nsItemRedactActionsMouseUpWarningsItem.php | 2 +- ...eAnnotationsItemRedactActionsPageClose.php | 8 +- ...otationsItemRedactActionsPageCloseRoot.php | 8 +- ...ionsItemRedactActionsPageCloseRootType.php | 2 +- ...ItemRedactActionsPageCloseWarningsItem.php | 2 +- ...otationsItemRedactActionsPageInvisible.php | 8 +- ...ionsItemRedactActionsPageInvisibleRoot.php | 8 +- ...ItemRedactActionsPageInvisibleRootType.php | 2 +- ...RedactActionsPageInvisibleWarningsItem.php | 2 +- ...seAnnotationsItemRedactActionsPageOpen.php | 8 +- ...notationsItemRedactActionsPageOpenRoot.php | 8 +- ...tionsItemRedactActionsPageOpenRootType.php | 2 +- ...sItemRedactActionsPageOpenWarningsItem.php | 2 +- ...nnotationsItemRedactActionsPageVisible.php | 8 +- ...ationsItemRedactActionsPageVisibleRoot.php | 8 +- ...nsItemRedactActionsPageVisibleRootType.php | 2 +- ...emRedactActionsPageVisibleWarningsItem.php | 2 +- ...ResponseAnnotationsItemRedactBlendMode.php | 2 +- ...t200ResponseAnnotationsItemRedactColor.php | 6 +- ...t200ResponseAnnotationsItemRedactFlags.php | 6 +- ...ResponseAnnotationsItemRedactFontColor.php | 6 +- ...esponseAnnotationsItemRedactFontFamily.php | 2 +- ...seAnnotationsItemRedactIdentityQuality.php | 2 +- ...ResponseAnnotationsItemRedactInReplyTo.php | 4 +- ...nseAnnotationsItemRedactInReplyToIndex.php | 6 +- ...ationsItemRedactInReplyToIndexRevision.php | 6 +- ...sponseAnnotationsItemRedactInReplyToNm.php | 6 +- ...tationsItemRedactInReplyToObjectNumber.php | 6 +- ...onseAnnotationsItemRedactInteriorColor.php | 6 +- ...nseAnnotationsItemRedactQuadPointsItem.php | 6 +- ...eAnnotationsItemRedactQuadPointsItemP1.php | 6 +- ...eAnnotationsItemRedactQuadPointsItemP2.php | 6 +- ...eAnnotationsItemRedactQuadPointsItemP3.php | 6 +- ...eAnnotationsItemRedactQuadPointsItemP4.php | 6 +- ...st200ResponseAnnotationsItemRedactRect.php | 6 +- ...ist200ResponseAnnotationsItemRedactRef.php | 4 +- ...0ResponseAnnotationsItemRedactRefIndex.php | 6 +- ...eAnnotationsItemRedactRefIndexRevision.php | 6 +- ...t200ResponseAnnotationsItemRedactRefNm.php | 6 +- ...seAnnotationsItemRedactRefObjectNumber.php | 6 +- ...ResponseAnnotationsItemRedactReplyType.php | 2 +- ...ResponseAnnotationsItemRedactTextAlign.php | 2 +- ...nsList200ResponseAnnotationsItemSquare.php | 10 +- ...00ResponseAnnotationsItemSquareActions.php | 6 +- ...seAnnotationsItemSquareActionsActivate.php | 8 +- ...notationsItemSquareActionsActivateRoot.php | 8 +- ...tionsItemSquareActionsActivateRootType.php | 2 +- ...sItemSquareActionsActivateWarningsItem.php | 2 +- ...sponseAnnotationsItemSquareActionsBlur.php | 8 +- ...seAnnotationsItemSquareActionsBlurRoot.php | 8 +- ...notationsItemSquareActionsBlurRootType.php | 2 +- ...tionsItemSquareActionsBlurWarningsItem.php | 2 +- ...nnotationsItemSquareActionsCursorEnter.php | 8 +- ...ationsItemSquareActionsCursorEnterRoot.php | 8 +- ...nsItemSquareActionsCursorEnterRootType.php | 2 +- ...emSquareActionsCursorEnterWarningsItem.php | 2 +- ...AnnotationsItemSquareActionsCursorExit.php | 8 +- ...tationsItemSquareActionsCursorExitRoot.php | 8 +- ...onsItemSquareActionsCursorExitRootType.php | 2 +- ...temSquareActionsCursorExitWarningsItem.php | 2 +- ...ponseAnnotationsItemSquareActionsFocus.php | 8 +- ...eAnnotationsItemSquareActionsFocusRoot.php | 8 +- ...otationsItemSquareActionsFocusRootType.php | 2 +- ...ionsItemSquareActionsFocusWarningsItem.php | 2 +- ...eAnnotationsItemSquareActionsMouseDown.php | 8 +- ...otationsItemSquareActionsMouseDownRoot.php | 8 +- ...ionsItemSquareActionsMouseDownRootType.php | 2 +- ...ItemSquareActionsMouseDownWarningsItem.php | 2 +- ...nseAnnotationsItemSquareActionsMouseUp.php | 8 +- ...nnotationsItemSquareActionsMouseUpRoot.php | 8 +- ...ationsItemSquareActionsMouseUpRootType.php | 2 +- ...nsItemSquareActionsMouseUpWarningsItem.php | 2 +- ...eAnnotationsItemSquareActionsPageClose.php | 8 +- ...otationsItemSquareActionsPageCloseRoot.php | 8 +- ...ionsItemSquareActionsPageCloseRootType.php | 2 +- ...ItemSquareActionsPageCloseWarningsItem.php | 2 +- ...otationsItemSquareActionsPageInvisible.php | 8 +- ...ionsItemSquareActionsPageInvisibleRoot.php | 8 +- ...ItemSquareActionsPageInvisibleRootType.php | 2 +- ...SquareActionsPageInvisibleWarningsItem.php | 2 +- ...seAnnotationsItemSquareActionsPageOpen.php | 8 +- ...notationsItemSquareActionsPageOpenRoot.php | 8 +- ...tionsItemSquareActionsPageOpenRootType.php | 2 +- ...sItemSquareActionsPageOpenWarningsItem.php | 2 +- ...nnotationsItemSquareActionsPageVisible.php | 8 +- ...ationsItemSquareActionsPageVisibleRoot.php | 8 +- ...nsItemSquareActionsPageVisibleRootType.php | 2 +- ...emSquareActionsPageVisibleWarningsItem.php | 2 +- ...ResponseAnnotationsItemSquareBlendMode.php | 2 +- ...sponseAnnotationsItemSquareBorderStyle.php | 2 +- ...t200ResponseAnnotationsItemSquareColor.php | 6 +- ...t200ResponseAnnotationsItemSquareFlags.php | 6 +- ...seAnnotationsItemSquareIdentityQuality.php | 2 +- ...ResponseAnnotationsItemSquareInReplyTo.php | 4 +- ...nseAnnotationsItemSquareInReplyToIndex.php | 6 +- ...ationsItemSquareInReplyToIndexRevision.php | 6 +- ...sponseAnnotationsItemSquareInReplyToNm.php | 6 +- ...tationsItemSquareInReplyToObjectNumber.php | 6 +- ...onseAnnotationsItemSquareInteriorColor.php | 6 +- ...st200ResponseAnnotationsItemSquareRect.php | 6 +- ...seAnnotationsItemSquareRectDifferences.php | 6 +- ...ist200ResponseAnnotationsItemSquareRef.php | 4 +- ...0ResponseAnnotationsItemSquareRefIndex.php | 6 +- ...eAnnotationsItemSquareRefIndexRevision.php | 6 +- ...t200ResponseAnnotationsItemSquareRefNm.php | 6 +- ...seAnnotationsItemSquareRefObjectNumber.php | 6 +- ...ResponseAnnotationsItemSquareReplyType.php | 2 +- ...onseAnnotationsItemSquareUnrotatedRect.php | 6 +- ...List200ResponseAnnotationsItemSquiggly.php | 10 +- ...ResponseAnnotationsItemSquigglyActions.php | 6 +- ...AnnotationsItemSquigglyActionsActivate.php | 8 +- ...tationsItemSquigglyActionsActivateRoot.php | 8 +- ...onsItemSquigglyActionsActivateRootType.php | 2 +- ...temSquigglyActionsActivateWarningsItem.php | 2 +- ...onseAnnotationsItemSquigglyActionsBlur.php | 8 +- ...AnnotationsItemSquigglyActionsBlurRoot.php | 8 +- ...tationsItemSquigglyActionsBlurRootType.php | 2 +- ...onsItemSquigglyActionsBlurWarningsItem.php | 2 +- ...otationsItemSquigglyActionsCursorEnter.php | 8 +- ...ionsItemSquigglyActionsCursorEnterRoot.php | 8 +- ...ItemSquigglyActionsCursorEnterRootType.php | 2 +- ...SquigglyActionsCursorEnterWarningsItem.php | 2 +- ...notationsItemSquigglyActionsCursorExit.php | 8 +- ...tionsItemSquigglyActionsCursorExitRoot.php | 8 +- ...sItemSquigglyActionsCursorExitRootType.php | 2 +- ...mSquigglyActionsCursorExitWarningsItem.php | 2 +- ...nseAnnotationsItemSquigglyActionsFocus.php | 8 +- ...nnotationsItemSquigglyActionsFocusRoot.php | 8 +- ...ationsItemSquigglyActionsFocusRootType.php | 2 +- ...nsItemSquigglyActionsFocusWarningsItem.php | 2 +- ...nnotationsItemSquigglyActionsMouseDown.php | 8 +- ...ationsItemSquigglyActionsMouseDownRoot.php | 8 +- ...nsItemSquigglyActionsMouseDownRootType.php | 2 +- ...emSquigglyActionsMouseDownWarningsItem.php | 2 +- ...eAnnotationsItemSquigglyActionsMouseUp.php | 8 +- ...otationsItemSquigglyActionsMouseUpRoot.php | 8 +- ...ionsItemSquigglyActionsMouseUpRootType.php | 2 +- ...ItemSquigglyActionsMouseUpWarningsItem.php | 2 +- ...nnotationsItemSquigglyActionsPageClose.php | 8 +- ...ationsItemSquigglyActionsPageCloseRoot.php | 8 +- ...nsItemSquigglyActionsPageCloseRootType.php | 2 +- ...emSquigglyActionsPageCloseWarningsItem.php | 2 +- ...ationsItemSquigglyActionsPageInvisible.php | 8 +- ...nsItemSquigglyActionsPageInvisibleRoot.php | 8 +- ...emSquigglyActionsPageInvisibleRootType.php | 2 +- ...uigglyActionsPageInvisibleWarningsItem.php | 2 +- ...AnnotationsItemSquigglyActionsPageOpen.php | 8 +- ...tationsItemSquigglyActionsPageOpenRoot.php | 8 +- ...onsItemSquigglyActionsPageOpenRootType.php | 2 +- ...temSquigglyActionsPageOpenWarningsItem.php | 2 +- ...otationsItemSquigglyActionsPageVisible.php | 8 +- ...ionsItemSquigglyActionsPageVisibleRoot.php | 8 +- ...ItemSquigglyActionsPageVisibleRootType.php | 2 +- ...SquigglyActionsPageVisibleWarningsItem.php | 2 +- ...sponseAnnotationsItemSquigglyBlendMode.php | 2 +- ...00ResponseAnnotationsItemSquigglyColor.php | 6 +- ...00ResponseAnnotationsItemSquigglyFlags.php | 6 +- ...AnnotationsItemSquigglyIdentityQuality.php | 2 +- ...sponseAnnotationsItemSquigglyInReplyTo.php | 4 +- ...eAnnotationsItemSquigglyInReplyToIndex.php | 6 +- ...ionsItemSquigglyInReplyToIndexRevision.php | 6 +- ...onseAnnotationsItemSquigglyInReplyToNm.php | 6 +- ...tionsItemSquigglyInReplyToObjectNumber.php | 6 +- ...eAnnotationsItemSquigglyQuadPointsItem.php | 6 +- ...nnotationsItemSquigglyQuadPointsItemP1.php | 6 +- ...nnotationsItemSquigglyQuadPointsItemP2.php | 6 +- ...nnotationsItemSquigglyQuadPointsItemP3.php | 6 +- ...nnotationsItemSquigglyQuadPointsItemP4.php | 6 +- ...200ResponseAnnotationsItemSquigglyRect.php | 6 +- ...t200ResponseAnnotationsItemSquigglyRef.php | 4 +- ...esponseAnnotationsItemSquigglyRefIndex.php | 6 +- ...nnotationsItemSquigglyRefIndexRevision.php | 6 +- ...00ResponseAnnotationsItemSquigglyRefNm.php | 6 +- ...AnnotationsItemSquigglyRefObjectNumber.php | 6 +- ...sponseAnnotationsItemSquigglyReplyType.php | 2 +- ...onsList200ResponseAnnotationsItemStamp.php | 8 +- ...200ResponseAnnotationsItemStampActions.php | 6 +- ...nseAnnotationsItemStampActionsActivate.php | 8 +- ...nnotationsItemStampActionsActivateRoot.php | 8 +- ...ationsItemStampActionsActivateRootType.php | 2 +- ...nsItemStampActionsActivateWarningsItem.php | 2 +- ...esponseAnnotationsItemStampActionsBlur.php | 8 +- ...nseAnnotationsItemStampActionsBlurRoot.php | 8 +- ...nnotationsItemStampActionsBlurRootType.php | 2 +- ...ationsItemStampActionsBlurWarningsItem.php | 2 +- ...AnnotationsItemStampActionsCursorEnter.php | 8 +- ...tationsItemStampActionsCursorEnterRoot.php | 8 +- ...onsItemStampActionsCursorEnterRootType.php | 2 +- ...temStampActionsCursorEnterWarningsItem.php | 2 +- ...eAnnotationsItemStampActionsCursorExit.php | 8 +- ...otationsItemStampActionsCursorExitRoot.php | 8 +- ...ionsItemStampActionsCursorExitRootType.php | 2 +- ...ItemStampActionsCursorExitWarningsItem.php | 2 +- ...sponseAnnotationsItemStampActionsFocus.php | 8 +- ...seAnnotationsItemStampActionsFocusRoot.php | 8 +- ...notationsItemStampActionsFocusRootType.php | 2 +- ...tionsItemStampActionsFocusWarningsItem.php | 2 +- ...seAnnotationsItemStampActionsMouseDown.php | 8 +- ...notationsItemStampActionsMouseDownRoot.php | 8 +- ...tionsItemStampActionsMouseDownRootType.php | 2 +- ...sItemStampActionsMouseDownWarningsItem.php | 2 +- ...onseAnnotationsItemStampActionsMouseUp.php | 8 +- ...AnnotationsItemStampActionsMouseUpRoot.php | 8 +- ...tationsItemStampActionsMouseUpRootType.php | 2 +- ...onsItemStampActionsMouseUpWarningsItem.php | 2 +- ...seAnnotationsItemStampActionsPageClose.php | 8 +- ...notationsItemStampActionsPageCloseRoot.php | 8 +- ...tionsItemStampActionsPageCloseRootType.php | 2 +- ...sItemStampActionsPageCloseWarningsItem.php | 2 +- ...notationsItemStampActionsPageInvisible.php | 8 +- ...tionsItemStampActionsPageInvisibleRoot.php | 8 +- ...sItemStampActionsPageInvisibleRootType.php | 2 +- ...mStampActionsPageInvisibleWarningsItem.php | 2 +- ...nseAnnotationsItemStampActionsPageOpen.php | 8 +- ...nnotationsItemStampActionsPageOpenRoot.php | 8 +- ...ationsItemStampActionsPageOpenRootType.php | 2 +- ...nsItemStampActionsPageOpenWarningsItem.php | 2 +- ...AnnotationsItemStampActionsPageVisible.php | 8 +- ...tationsItemStampActionsPageVisibleRoot.php | 8 +- ...onsItemStampActionsPageVisibleRootType.php | 2 +- ...temStampActionsPageVisibleWarningsItem.php | 2 +- ...0ResponseAnnotationsItemStampBlendMode.php | 2 +- ...st200ResponseAnnotationsItemStampFlags.php | 6 +- ...nseAnnotationsItemStampIdentityQuality.php | 2 +- ...0ResponseAnnotationsItemStampInReplyTo.php | 4 +- ...onseAnnotationsItemStampInReplyToIndex.php | 6 +- ...tationsItemStampInReplyToIndexRevision.php | 6 +- ...esponseAnnotationsItemStampInReplyToNm.php | 6 +- ...otationsItemStampInReplyToObjectNumber.php | 6 +- ...ist200ResponseAnnotationsItemStampRect.php | 6 +- ...List200ResponseAnnotationsItemStampRef.php | 4 +- ...00ResponseAnnotationsItemStampRefIndex.php | 6 +- ...seAnnotationsItemStampRefIndexRevision.php | 6 +- ...st200ResponseAnnotationsItemStampRefNm.php | 6 +- ...nseAnnotationsItemStampRefObjectNumber.php | 6 +- ...0ResponseAnnotationsItemStampReplyType.php | 2 +- ...ponseAnnotationsItemStampUnrotatedRect.php | 6 +- ...ist200ResponseAnnotationsItemStrikeout.php | 10 +- ...esponseAnnotationsItemStrikeoutActions.php | 6 +- ...nnotationsItemStrikeoutActionsActivate.php | 8 +- ...ationsItemStrikeoutActionsActivateRoot.php | 8 +- ...nsItemStrikeoutActionsActivateRootType.php | 2 +- ...emStrikeoutActionsActivateWarningsItem.php | 2 +- ...nseAnnotationsItemStrikeoutActionsBlur.php | 8 +- ...nnotationsItemStrikeoutActionsBlurRoot.php | 8 +- ...ationsItemStrikeoutActionsBlurRootType.php | 2 +- ...nsItemStrikeoutActionsBlurWarningsItem.php | 2 +- ...tationsItemStrikeoutActionsCursorEnter.php | 8 +- ...onsItemStrikeoutActionsCursorEnterRoot.php | 8 +- ...temStrikeoutActionsCursorEnterRootType.php | 2 +- ...trikeoutActionsCursorEnterWarningsItem.php | 2 +- ...otationsItemStrikeoutActionsCursorExit.php | 8 +- ...ionsItemStrikeoutActionsCursorExitRoot.php | 8 +- ...ItemStrikeoutActionsCursorExitRootType.php | 2 +- ...StrikeoutActionsCursorExitWarningsItem.php | 2 +- ...seAnnotationsItemStrikeoutActionsFocus.php | 8 +- ...notationsItemStrikeoutActionsFocusRoot.php | 8 +- ...tionsItemStrikeoutActionsFocusRootType.php | 2 +- ...sItemStrikeoutActionsFocusWarningsItem.php | 2 +- ...notationsItemStrikeoutActionsMouseDown.php | 8 +- ...tionsItemStrikeoutActionsMouseDownRoot.php | 8 +- ...sItemStrikeoutActionsMouseDownRootType.php | 2 +- ...mStrikeoutActionsMouseDownWarningsItem.php | 2 +- ...AnnotationsItemStrikeoutActionsMouseUp.php | 8 +- ...tationsItemStrikeoutActionsMouseUpRoot.php | 8 +- ...onsItemStrikeoutActionsMouseUpRootType.php | 2 +- ...temStrikeoutActionsMouseUpWarningsItem.php | 2 +- ...notationsItemStrikeoutActionsPageClose.php | 8 +- ...tionsItemStrikeoutActionsPageCloseRoot.php | 8 +- ...sItemStrikeoutActionsPageCloseRootType.php | 2 +- ...mStrikeoutActionsPageCloseWarningsItem.php | 2 +- ...tionsItemStrikeoutActionsPageInvisible.php | 8 +- ...sItemStrikeoutActionsPageInvisibleRoot.php | 8 +- ...mStrikeoutActionsPageInvisibleRootType.php | 2 +- ...ikeoutActionsPageInvisibleWarningsItem.php | 2 +- ...nnotationsItemStrikeoutActionsPageOpen.php | 8 +- ...ationsItemStrikeoutActionsPageOpenRoot.php | 8 +- ...nsItemStrikeoutActionsPageOpenRootType.php | 2 +- ...emStrikeoutActionsPageOpenWarningsItem.php | 2 +- ...tationsItemStrikeoutActionsPageVisible.php | 8 +- ...onsItemStrikeoutActionsPageVisibleRoot.php | 8 +- ...temStrikeoutActionsPageVisibleRootType.php | 2 +- ...trikeoutActionsPageVisibleWarningsItem.php | 2 +- ...ponseAnnotationsItemStrikeoutBlendMode.php | 2 +- ...0ResponseAnnotationsItemStrikeoutColor.php | 6 +- ...0ResponseAnnotationsItemStrikeoutFlags.php | 6 +- ...nnotationsItemStrikeoutIdentityQuality.php | 2 +- ...ponseAnnotationsItemStrikeoutInReplyTo.php | 4 +- ...AnnotationsItemStrikeoutInReplyToIndex.php | 6 +- ...onsItemStrikeoutInReplyToIndexRevision.php | 6 +- ...nseAnnotationsItemStrikeoutInReplyToNm.php | 6 +- ...ionsItemStrikeoutInReplyToObjectNumber.php | 6 +- ...ResponseAnnotationsItemStrikeoutIntent.php | 2 +- ...AnnotationsItemStrikeoutQuadPointsItem.php | 6 +- ...notationsItemStrikeoutQuadPointsItemP1.php | 6 +- ...notationsItemStrikeoutQuadPointsItemP2.php | 6 +- ...notationsItemStrikeoutQuadPointsItemP3.php | 6 +- ...notationsItemStrikeoutQuadPointsItemP4.php | 6 +- ...00ResponseAnnotationsItemStrikeoutRect.php | 6 +- ...200ResponseAnnotationsItemStrikeoutRef.php | 4 +- ...sponseAnnotationsItemStrikeoutRefIndex.php | 6 +- ...notationsItemStrikeoutRefIndexRevision.php | 6 +- ...0ResponseAnnotationsItemStrikeoutRefNm.php | 6 +- ...nnotationsItemStrikeoutRefObjectNumber.php | 6 +- ...ponseAnnotationsItemStrikeoutReplyType.php | 2 +- ...ionsList200ResponseAnnotationsItemText.php | 8 +- ...t200ResponseAnnotationsItemTextActions.php | 6 +- ...onseAnnotationsItemTextActionsActivate.php | 8 +- ...AnnotationsItemTextActionsActivateRoot.php | 8 +- ...tationsItemTextActionsActivateRootType.php | 2 +- ...onsItemTextActionsActivateWarningsItem.php | 2 +- ...ResponseAnnotationsItemTextActionsBlur.php | 8 +- ...onseAnnotationsItemTextActionsBlurRoot.php | 8 +- ...AnnotationsItemTextActionsBlurRootType.php | 2 +- ...tationsItemTextActionsBlurWarningsItem.php | 2 +- ...eAnnotationsItemTextActionsCursorEnter.php | 8 +- ...otationsItemTextActionsCursorEnterRoot.php | 8 +- ...ionsItemTextActionsCursorEnterRootType.php | 2 +- ...ItemTextActionsCursorEnterWarningsItem.php | 2 +- ...seAnnotationsItemTextActionsCursorExit.php | 8 +- ...notationsItemTextActionsCursorExitRoot.php | 8 +- ...tionsItemTextActionsCursorExitRootType.php | 2 +- ...sItemTextActionsCursorExitWarningsItem.php | 2 +- ...esponseAnnotationsItemTextActionsFocus.php | 8 +- ...nseAnnotationsItemTextActionsFocusRoot.php | 8 +- ...nnotationsItemTextActionsFocusRootType.php | 2 +- ...ationsItemTextActionsFocusWarningsItem.php | 2 +- ...nseAnnotationsItemTextActionsMouseDown.php | 8 +- ...nnotationsItemTextActionsMouseDownRoot.php | 8 +- ...ationsItemTextActionsMouseDownRootType.php | 2 +- ...nsItemTextActionsMouseDownWarningsItem.php | 2 +- ...ponseAnnotationsItemTextActionsMouseUp.php | 8 +- ...eAnnotationsItemTextActionsMouseUpRoot.php | 8 +- ...otationsItemTextActionsMouseUpRootType.php | 2 +- ...ionsItemTextActionsMouseUpWarningsItem.php | 2 +- ...nseAnnotationsItemTextActionsPageClose.php | 8 +- ...nnotationsItemTextActionsPageCloseRoot.php | 8 +- ...ationsItemTextActionsPageCloseRootType.php | 2 +- ...nsItemTextActionsPageCloseWarningsItem.php | 2 +- ...nnotationsItemTextActionsPageInvisible.php | 8 +- ...ationsItemTextActionsPageInvisibleRoot.php | 8 +- ...nsItemTextActionsPageInvisibleRootType.php | 2 +- ...emTextActionsPageInvisibleWarningsItem.php | 2 +- ...onseAnnotationsItemTextActionsPageOpen.php | 8 +- ...AnnotationsItemTextActionsPageOpenRoot.php | 8 +- ...tationsItemTextActionsPageOpenRootType.php | 2 +- ...onsItemTextActionsPageOpenWarningsItem.php | 2 +- ...eAnnotationsItemTextActionsPageVisible.php | 8 +- ...otationsItemTextActionsPageVisibleRoot.php | 8 +- ...ionsItemTextActionsPageVisibleRootType.php | 2 +- ...ItemTextActionsPageVisibleWarningsItem.php | 2 +- ...00ResponseAnnotationsItemTextBlendMode.php | 2 +- ...ist200ResponseAnnotationsItemTextColor.php | 6 +- ...ist200ResponseAnnotationsItemTextFlags.php | 6 +- ...List200ResponseAnnotationsItemTextIcon.php | 2 +- ...onseAnnotationsItemTextIdentityQuality.php | 2 +- ...00ResponseAnnotationsItemTextInReplyTo.php | 4 +- ...ponseAnnotationsItemTextInReplyToIndex.php | 6 +- ...otationsItemTextInReplyToIndexRevision.php | 6 +- ...ResponseAnnotationsItemTextInReplyToNm.php | 6 +- ...notationsItemTextInReplyToObjectNumber.php | 6 +- ...List200ResponseAnnotationsItemTextRect.php | 6 +- ...sList200ResponseAnnotationsItemTextRef.php | 4 +- ...200ResponseAnnotationsItemTextRefIndex.php | 6 +- ...nseAnnotationsItemTextRefIndexRevision.php | 6 +- ...ist200ResponseAnnotationsItemTextRefNm.php | 6 +- ...onseAnnotationsItemTextRefObjectNumber.php | 6 +- ...00ResponseAnnotationsItemTextReplyType.php | 2 +- ...ist200ResponseAnnotationsItemUnderline.php | 10 +- ...esponseAnnotationsItemUnderlineActions.php | 6 +- ...nnotationsItemUnderlineActionsActivate.php | 8 +- ...ationsItemUnderlineActionsActivateRoot.php | 8 +- ...nsItemUnderlineActionsActivateRootType.php | 2 +- ...emUnderlineActionsActivateWarningsItem.php | 2 +- ...nseAnnotationsItemUnderlineActionsBlur.php | 8 +- ...nnotationsItemUnderlineActionsBlurRoot.php | 8 +- ...ationsItemUnderlineActionsBlurRootType.php | 2 +- ...nsItemUnderlineActionsBlurWarningsItem.php | 2 +- ...tationsItemUnderlineActionsCursorEnter.php | 8 +- ...onsItemUnderlineActionsCursorEnterRoot.php | 8 +- ...temUnderlineActionsCursorEnterRootType.php | 2 +- ...nderlineActionsCursorEnterWarningsItem.php | 2 +- ...otationsItemUnderlineActionsCursorExit.php | 8 +- ...ionsItemUnderlineActionsCursorExitRoot.php | 8 +- ...ItemUnderlineActionsCursorExitRootType.php | 2 +- ...UnderlineActionsCursorExitWarningsItem.php | 2 +- ...seAnnotationsItemUnderlineActionsFocus.php | 8 +- ...notationsItemUnderlineActionsFocusRoot.php | 8 +- ...tionsItemUnderlineActionsFocusRootType.php | 2 +- ...sItemUnderlineActionsFocusWarningsItem.php | 2 +- ...notationsItemUnderlineActionsMouseDown.php | 8 +- ...tionsItemUnderlineActionsMouseDownRoot.php | 8 +- ...sItemUnderlineActionsMouseDownRootType.php | 2 +- ...mUnderlineActionsMouseDownWarningsItem.php | 2 +- ...AnnotationsItemUnderlineActionsMouseUp.php | 8 +- ...tationsItemUnderlineActionsMouseUpRoot.php | 8 +- ...onsItemUnderlineActionsMouseUpRootType.php | 2 +- ...temUnderlineActionsMouseUpWarningsItem.php | 2 +- ...notationsItemUnderlineActionsPageClose.php | 8 +- ...tionsItemUnderlineActionsPageCloseRoot.php | 8 +- ...sItemUnderlineActionsPageCloseRootType.php | 2 +- ...mUnderlineActionsPageCloseWarningsItem.php | 2 +- ...tionsItemUnderlineActionsPageInvisible.php | 8 +- ...sItemUnderlineActionsPageInvisibleRoot.php | 8 +- ...mUnderlineActionsPageInvisibleRootType.php | 2 +- ...erlineActionsPageInvisibleWarningsItem.php | 2 +- ...nnotationsItemUnderlineActionsPageOpen.php | 8 +- ...ationsItemUnderlineActionsPageOpenRoot.php | 8 +- ...nsItemUnderlineActionsPageOpenRootType.php | 2 +- ...emUnderlineActionsPageOpenWarningsItem.php | 2 +- ...tationsItemUnderlineActionsPageVisible.php | 8 +- ...onsItemUnderlineActionsPageVisibleRoot.php | 8 +- ...temUnderlineActionsPageVisibleRootType.php | 2 +- ...nderlineActionsPageVisibleWarningsItem.php | 2 +- ...ponseAnnotationsItemUnderlineBlendMode.php | 2 +- ...0ResponseAnnotationsItemUnderlineColor.php | 6 +- ...0ResponseAnnotationsItemUnderlineFlags.php | 6 +- ...nnotationsItemUnderlineIdentityQuality.php | 2 +- ...ponseAnnotationsItemUnderlineInReplyTo.php | 4 +- ...AnnotationsItemUnderlineInReplyToIndex.php | 6 +- ...onsItemUnderlineInReplyToIndexRevision.php | 6 +- ...nseAnnotationsItemUnderlineInReplyToNm.php | 6 +- ...ionsItemUnderlineInReplyToObjectNumber.php | 6 +- ...AnnotationsItemUnderlineQuadPointsItem.php | 6 +- ...notationsItemUnderlineQuadPointsItemP1.php | 6 +- ...notationsItemUnderlineQuadPointsItemP2.php | 6 +- ...notationsItemUnderlineQuadPointsItemP3.php | 6 +- ...notationsItemUnderlineQuadPointsItemP4.php | 6 +- ...00ResponseAnnotationsItemUnderlineRect.php | 6 +- ...200ResponseAnnotationsItemUnderlineRef.php | 4 +- ...sponseAnnotationsItemUnderlineRefIndex.php | 6 +- ...notationsItemUnderlineRefIndexRevision.php | 6 +- ...0ResponseAnnotationsItemUnderlineRefNm.php | 6 +- ...nnotationsItemUnderlineRefObjectNumber.php | 6 +- ...ponseAnnotationsItemUnderlineReplyType.php | 2 +- ...t200ResponseAnnotationsItemUnsupported.php | 8 +- ...ponseAnnotationsItemUnsupportedActions.php | 6 +- ...otationsItemUnsupportedActionsActivate.php | 8 +- ...ionsItemUnsupportedActionsActivateRoot.php | 8 +- ...ItemUnsupportedActionsActivateRootType.php | 2 +- ...UnsupportedActionsActivateWarningsItem.php | 2 +- ...eAnnotationsItemUnsupportedActionsBlur.php | 8 +- ...otationsItemUnsupportedActionsBlurRoot.php | 8 +- ...ionsItemUnsupportedActionsBlurRootType.php | 2 +- ...ItemUnsupportedActionsBlurWarningsItem.php | 2 +- ...tionsItemUnsupportedActionsCursorEnter.php | 8 +- ...sItemUnsupportedActionsCursorEnterRoot.php | 8 +- ...mUnsupportedActionsCursorEnterRootType.php | 2 +- ...upportedActionsCursorEnterWarningsItem.php | 2 +- ...ationsItemUnsupportedActionsCursorExit.php | 8 +- ...nsItemUnsupportedActionsCursorExitRoot.php | 8 +- ...emUnsupportedActionsCursorExitRootType.php | 2 +- ...supportedActionsCursorExitWarningsItem.php | 2 +- ...AnnotationsItemUnsupportedActionsFocus.php | 8 +- ...tationsItemUnsupportedActionsFocusRoot.php | 8 +- ...onsItemUnsupportedActionsFocusRootType.php | 2 +- ...temUnsupportedActionsFocusWarningsItem.php | 2 +- ...tationsItemUnsupportedActionsMouseDown.php | 8 +- ...onsItemUnsupportedActionsMouseDownRoot.php | 8 +- ...temUnsupportedActionsMouseDownRootType.php | 2 +- ...nsupportedActionsMouseDownWarningsItem.php | 2 +- ...notationsItemUnsupportedActionsMouseUp.php | 8 +- ...tionsItemUnsupportedActionsMouseUpRoot.php | 8 +- ...sItemUnsupportedActionsMouseUpRootType.php | 2 +- ...mUnsupportedActionsMouseUpWarningsItem.php | 2 +- ...tationsItemUnsupportedActionsPageClose.php | 8 +- ...onsItemUnsupportedActionsPageCloseRoot.php | 8 +- ...temUnsupportedActionsPageCloseRootType.php | 2 +- ...nsupportedActionsPageCloseWarningsItem.php | 2 +- ...onsItemUnsupportedActionsPageInvisible.php | 8 +- ...temUnsupportedActionsPageInvisibleRoot.php | 8 +- ...nsupportedActionsPageInvisibleRootType.php | 2 +- ...portedActionsPageInvisibleWarningsItem.php | 2 +- ...otationsItemUnsupportedActionsPageOpen.php | 8 +- ...ionsItemUnsupportedActionsPageOpenRoot.php | 8 +- ...ItemUnsupportedActionsPageOpenRootType.php | 2 +- ...UnsupportedActionsPageOpenWarningsItem.php | 2 +- ...tionsItemUnsupportedActionsPageVisible.php | 8 +- ...sItemUnsupportedActionsPageVisibleRoot.php | 8 +- ...mUnsupportedActionsPageVisibleRootType.php | 2 +- ...upportedActionsPageVisibleWarningsItem.php | 2 +- ...nseAnnotationsItemUnsupportedBlendMode.php | 2 +- ...esponseAnnotationsItemUnsupportedFlags.php | 6 +- ...otationsItemUnsupportedIdentityQuality.php | 2 +- ...nseAnnotationsItemUnsupportedInReplyTo.php | 4 +- ...notationsItemUnsupportedInReplyToIndex.php | 6 +- ...sItemUnsupportedInReplyToIndexRevision.php | 6 +- ...eAnnotationsItemUnsupportedInReplyToNm.php | 6 +- ...nsItemUnsupportedInReplyToObjectNumber.php | 6 +- ...ResponseAnnotationsItemUnsupportedRect.php | 6 +- ...0ResponseAnnotationsItemUnsupportedRef.php | 4 +- ...onseAnnotationsItemUnsupportedRefIndex.php | 6 +- ...tationsItemUnsupportedRefIndexRevision.php | 6 +- ...esponseAnnotationsItemUnsupportedRefNm.php | 6 +- ...otationsItemUnsupportedRefObjectNumber.php | 6 +- ...nseAnnotationsItemUnsupportedReplyType.php | 2 +- ...nsList200ResponseAnnotationsItemWidget.php | 8 +- ...00ResponseAnnotationsItemWidgetActions.php | 6 +- ...seAnnotationsItemWidgetActionsActivate.php | 8 +- ...notationsItemWidgetActionsActivateRoot.php | 8 +- ...tionsItemWidgetActionsActivateRootType.php | 2 +- ...sItemWidgetActionsActivateWarningsItem.php | 2 +- ...sponseAnnotationsItemWidgetActionsBlur.php | 8 +- ...seAnnotationsItemWidgetActionsBlurRoot.php | 8 +- ...notationsItemWidgetActionsBlurRootType.php | 2 +- ...tionsItemWidgetActionsBlurWarningsItem.php | 2 +- ...nnotationsItemWidgetActionsCursorEnter.php | 8 +- ...ationsItemWidgetActionsCursorEnterRoot.php | 8 +- ...nsItemWidgetActionsCursorEnterRootType.php | 2 +- ...emWidgetActionsCursorEnterWarningsItem.php | 2 +- ...AnnotationsItemWidgetActionsCursorExit.php | 8 +- ...tationsItemWidgetActionsCursorExitRoot.php | 8 +- ...onsItemWidgetActionsCursorExitRootType.php | 2 +- ...temWidgetActionsCursorExitWarningsItem.php | 2 +- ...ponseAnnotationsItemWidgetActionsFocus.php | 8 +- ...eAnnotationsItemWidgetActionsFocusRoot.php | 8 +- ...otationsItemWidgetActionsFocusRootType.php | 2 +- ...ionsItemWidgetActionsFocusWarningsItem.php | 2 +- ...eAnnotationsItemWidgetActionsMouseDown.php | 8 +- ...otationsItemWidgetActionsMouseDownRoot.php | 8 +- ...ionsItemWidgetActionsMouseDownRootType.php | 2 +- ...ItemWidgetActionsMouseDownWarningsItem.php | 2 +- ...nseAnnotationsItemWidgetActionsMouseUp.php | 8 +- ...nnotationsItemWidgetActionsMouseUpRoot.php | 8 +- ...ationsItemWidgetActionsMouseUpRootType.php | 2 +- ...nsItemWidgetActionsMouseUpWarningsItem.php | 2 +- ...eAnnotationsItemWidgetActionsPageClose.php | 8 +- ...otationsItemWidgetActionsPageCloseRoot.php | 8 +- ...ionsItemWidgetActionsPageCloseRootType.php | 2 +- ...ItemWidgetActionsPageCloseWarningsItem.php | 2 +- ...otationsItemWidgetActionsPageInvisible.php | 8 +- ...ionsItemWidgetActionsPageInvisibleRoot.php | 8 +- ...ItemWidgetActionsPageInvisibleRootType.php | 2 +- ...WidgetActionsPageInvisibleWarningsItem.php | 2 +- ...seAnnotationsItemWidgetActionsPageOpen.php | 8 +- ...notationsItemWidgetActionsPageOpenRoot.php | 8 +- ...tionsItemWidgetActionsPageOpenRootType.php | 2 +- ...sItemWidgetActionsPageOpenWarningsItem.php | 2 +- ...nnotationsItemWidgetActionsPageVisible.php | 8 +- ...ationsItemWidgetActionsPageVisibleRoot.php | 8 +- ...nsItemWidgetActionsPageVisibleRootType.php | 2 +- ...emWidgetActionsPageVisibleWarningsItem.php | 2 +- ...ResponseAnnotationsItemWidgetBlendMode.php | 2 +- ...sponseAnnotationsItemWidgetBorderStyle.php | 2 +- ...t200ResponseAnnotationsItemWidgetColor.php | 6 +- ...sponseAnnotationsItemWidgetFieldFamily.php | 2 +- ...t200ResponseAnnotationsItemWidgetFlags.php | 6 +- ...ResponseAnnotationsItemWidgetFontColor.php | 6 +- ...esponseAnnotationsItemWidgetFontFamily.php | 2 +- ...seAnnotationsItemWidgetIdentityQuality.php | 2 +- ...ResponseAnnotationsItemWidgetInReplyTo.php | 4 +- ...nseAnnotationsItemWidgetInReplyToIndex.php | 6 +- ...ationsItemWidgetInReplyToIndexRevision.php | 6 +- ...sponseAnnotationsItemWidgetInReplyToNm.php | 6 +- ...tationsItemWidgetInReplyToObjectNumber.php | 6 +- ...onseAnnotationsItemWidgetInteriorColor.php | 6 +- ...st200ResponseAnnotationsItemWidgetRect.php | 6 +- ...ist200ResponseAnnotationsItemWidgetRef.php | 4 +- ...0ResponseAnnotationsItemWidgetRefIndex.php | 6 +- ...eAnnotationsItemWidgetRefIndexRevision.php | 6 +- ...t200ResponseAnnotationsItemWidgetRefNm.php | 6 +- ...seAnnotationsItemWidgetRefObjectNumber.php | 6 +- ...ResponseAnnotationsItemWidgetReplyType.php | 2 +- ...ResponseAnnotationsItemWidgetTextAlign.php | 2 +- ...DocAnnotationsList200ResponsePageState.php | 6 +- ...ationsList200ResponsePageStateRevision.php | 6 +- ...00ResponsePageStateWeakAnnotationState.php | 4 +- ...ponsePageStateWeakAnnotationStateKnown.php | 6 +- ...nsePageStateWeakAnnotationStateUnknown.php | 4 +- src/Types/DocAnnotationsList404Response.php | 8 +- .../DocAnnotationsList404ResponseCode.php | 2 +- .../DocAnnotationsList404ResponseName.php | 2 +- src/Types/DocAnnotationsUpdate200Response.php | 6 +- .../DocAnnotationsUpdate200ResponseMeta.php | 8 +- ...Update200ResponseMetaAffectedPagesItem.php | 6 +- ...0ResponseMetaAffectedPagesItemRevision.php | 6 +- ...taAffectedPagesItemWeakAnnotationState.php | 4 +- ...ectedPagesItemWeakAnnotationStateKnown.php | 6 +- ...tedPagesItemWeakAnnotationStateUnknown.php | 4 +- ...tationsUpdate200ResponseMetaCacheDelta.php | 8 +- ...date200ResponseMetaCacheDeltaPagesItem.php | 6 +- ...00ResponseMetaCacheDeltaPagesItemCache.php | 6 +- src/Types/DocAnnotationsUpdate400Response.php | 8 +- .../DocAnnotationsUpdate400ResponseCode.php | 2 +- .../DocAnnotationsUpdate400ResponseName.php | 2 +- src/Types/DocAnnotationsUpdate404Response.php | 8 +- .../DocAnnotationsUpdate404ResponseCode.php | 2 +- .../DocAnnotationsUpdate404ResponseName.php | 2 +- src/Types/DocDownloadResponse.php | 8 +- src/Types/DocDownloadResponseCode.php | 2 +- src/Types/DocDownloadResponseName.php | 2 +- src/Types/DocFormsExportDataResponse.php | 8 +- src/Types/DocFormsExportDataResponseCode.php | 2 +- src/Types/DocFormsExportDataResponseName.php | 2 +- src/Types/DocFormsGet200Response.php | 10 +- ...ormsGet200ResponseCalculationOrderItem.php | 4 +- ...sGet200ResponseCalculationOrderItemFqn.php | 6 +- ...sponseCalculationOrderItemObjectNumber.php | 6 +- .../DocFormsGet200ResponseFieldsItem.php | 4 +- ...cFormsGet200ResponseFieldsItemCheckbox.php | 8 +- ...et200ResponseFieldsItemCheckboxActions.php | 6 +- ...onseFieldsItemCheckboxActionsCalculate.php | 8 +- ...FieldsItemCheckboxActionsCalculateRoot.php | 8 +- ...dsItemCheckboxActionsCalculateRootType.php | 2 +- ...emCheckboxActionsCalculateWarningsItem.php | 2 +- ...esponseFieldsItemCheckboxActionsFormat.php | 8 +- ...nseFieldsItemCheckboxActionsFormatRoot.php | 8 +- ...ieldsItemCheckboxActionsFormatRootType.php | 2 +- ...sItemCheckboxActionsFormatWarningsItem.php | 2 +- ...onseFieldsItemCheckboxActionsKeystroke.php | 8 +- ...FieldsItemCheckboxActionsKeystrokeRoot.php | 8 +- ...dsItemCheckboxActionsKeystrokeRootType.php | 2 +- ...emCheckboxActionsKeystrokeWarningsItem.php | 2 +- ...ponseFieldsItemCheckboxActionsValidate.php | 8 +- ...eFieldsItemCheckboxActionsValidateRoot.php | 8 +- ...ldsItemCheckboxActionsValidateRootType.php | 2 +- ...temCheckboxActionsValidateWarningsItem.php | 2 +- ...nseFieldsItemCheckboxDefaultValueEntry.php | 4 +- ...eldsItemCheckboxDefaultValueEntryArray.php | 8 +- ...ieldsItemCheckboxDefaultValueEntryNone.php | 4 +- ...ldsItemCheckboxDefaultValueEntryScalar.php | 6 +- ...emCheckboxDefaultValueEntryUnsupported.php | 4 +- ...sGet200ResponseFieldsItemCheckboxFlags.php | 6 +- ...Get200ResponseFieldsItemCheckboxOrigin.php | 2 +- ...rmsGet200ResponseFieldsItemCheckboxRef.php | 4 +- ...Get200ResponseFieldsItemCheckboxRefFqn.php | 6 +- ...ponseFieldsItemCheckboxRefObjectNumber.php | 6 +- ...00ResponseFieldsItemCheckboxValueEntry.php | 4 +- ...ponseFieldsItemCheckboxValueEntryArray.php | 8 +- ...sponseFieldsItemCheckboxValueEntryNone.php | 4 +- ...onseFieldsItemCheckboxValueEntryScalar.php | 6 +- ...ieldsItemCheckboxValueEntryUnsupported.php | 4 +- ...0ResponseFieldsItemCheckboxWidgetsItem.php | 6 +- ...cFormsGet200ResponseFieldsItemCombobox.php | 8 +- ...et200ResponseFieldsItemComboboxActions.php | 6 +- ...onseFieldsItemComboboxActionsCalculate.php | 8 +- ...FieldsItemComboboxActionsCalculateRoot.php | 8 +- ...dsItemComboboxActionsCalculateRootType.php | 2 +- ...emComboboxActionsCalculateWarningsItem.php | 2 +- ...esponseFieldsItemComboboxActionsFormat.php | 8 +- ...nseFieldsItemComboboxActionsFormatRoot.php | 8 +- ...ieldsItemComboboxActionsFormatRootType.php | 2 +- ...sItemComboboxActionsFormatWarningsItem.php | 2 +- ...onseFieldsItemComboboxActionsKeystroke.php | 8 +- ...FieldsItemComboboxActionsKeystrokeRoot.php | 8 +- ...dsItemComboboxActionsKeystrokeRootType.php | 2 +- ...emComboboxActionsKeystrokeWarningsItem.php | 2 +- ...ponseFieldsItemComboboxActionsValidate.php | 8 +- ...eFieldsItemComboboxActionsValidateRoot.php | 8 +- ...ldsItemComboboxActionsValidateRootType.php | 2 +- ...temComboboxActionsValidateWarningsItem.php | 2 +- ...nseFieldsItemComboboxDefaultValueEntry.php | 4 +- ...eldsItemComboboxDefaultValueEntryArray.php | 8 +- ...ieldsItemComboboxDefaultValueEntryNone.php | 4 +- ...ldsItemComboboxDefaultValueEntryScalar.php | 6 +- ...emComboboxDefaultValueEntryUnsupported.php | 4 +- ...sGet200ResponseFieldsItemComboboxFlags.php | 6 +- ...0ResponseFieldsItemComboboxOptionsItem.php | 6 +- ...Get200ResponseFieldsItemComboboxOrigin.php | 2 +- ...rmsGet200ResponseFieldsItemComboboxRef.php | 4 +- ...Get200ResponseFieldsItemComboboxRefFqn.php | 6 +- ...ponseFieldsItemComboboxRefObjectNumber.php | 6 +- ...00ResponseFieldsItemComboboxValueEntry.php | 4 +- ...ponseFieldsItemComboboxValueEntryArray.php | 8 +- ...sponseFieldsItemComboboxValueEntryNone.php | 4 +- ...onseFieldsItemComboboxValueEntryScalar.php | 6 +- ...ieldsItemComboboxValueEntryUnsupported.php | 4 +- ...0ResponseFieldsItemComboboxWidgetsItem.php | 6 +- ...ocFormsGet200ResponseFieldsItemListbox.php | 8 +- ...Get200ResponseFieldsItemListboxActions.php | 6 +- ...ponseFieldsItemListboxActionsCalculate.php | 8 +- ...eFieldsItemListboxActionsCalculateRoot.php | 8 +- ...ldsItemListboxActionsCalculateRootType.php | 2 +- ...temListboxActionsCalculateWarningsItem.php | 2 +- ...ResponseFieldsItemListboxActionsFormat.php | 8 +- ...onseFieldsItemListboxActionsFormatRoot.php | 8 +- ...FieldsItemListboxActionsFormatRootType.php | 2 +- ...dsItemListboxActionsFormatWarningsItem.php | 2 +- ...ponseFieldsItemListboxActionsKeystroke.php | 8 +- ...eFieldsItemListboxActionsKeystrokeRoot.php | 8 +- ...ldsItemListboxActionsKeystrokeRootType.php | 2 +- ...temListboxActionsKeystrokeWarningsItem.php | 2 +- ...sponseFieldsItemListboxActionsValidate.php | 8 +- ...seFieldsItemListboxActionsValidateRoot.php | 8 +- ...eldsItemListboxActionsValidateRootType.php | 2 +- ...ItemListboxActionsValidateWarningsItem.php | 2 +- ...onseFieldsItemListboxDefaultValueEntry.php | 4 +- ...ieldsItemListboxDefaultValueEntryArray.php | 8 +- ...FieldsItemListboxDefaultValueEntryNone.php | 4 +- ...eldsItemListboxDefaultValueEntryScalar.php | 6 +- ...temListboxDefaultValueEntryUnsupported.php | 4 +- ...msGet200ResponseFieldsItemListboxFlags.php | 6 +- ...00ResponseFieldsItemListboxOptionsItem.php | 6 +- ...sGet200ResponseFieldsItemListboxOrigin.php | 2 +- ...ormsGet200ResponseFieldsItemListboxRef.php | 4 +- ...sGet200ResponseFieldsItemListboxRefFqn.php | 6 +- ...sponseFieldsItemListboxRefObjectNumber.php | 6 +- ...200ResponseFieldsItemListboxValueEntry.php | 4 +- ...sponseFieldsItemListboxValueEntryArray.php | 8 +- ...esponseFieldsItemListboxValueEntryNone.php | 4 +- ...ponseFieldsItemListboxValueEntryScalar.php | 6 +- ...FieldsItemListboxValueEntryUnsupported.php | 4 +- ...00ResponseFieldsItemListboxWidgetsItem.php | 6 +- ...ormsGet200ResponseFieldsItemPushbutton.php | 8 +- ...200ResponseFieldsItemPushbuttonActions.php | 6 +- ...seFieldsItemPushbuttonActionsCalculate.php | 8 +- ...eldsItemPushbuttonActionsCalculateRoot.php | 8 +- ...ItemPushbuttonActionsCalculateRootType.php | 2 +- ...PushbuttonActionsCalculateWarningsItem.php | 2 +- ...ponseFieldsItemPushbuttonActionsFormat.php | 8 +- ...eFieldsItemPushbuttonActionsFormatRoot.php | 8 +- ...ldsItemPushbuttonActionsFormatRootType.php | 2 +- ...temPushbuttonActionsFormatWarningsItem.php | 2 +- ...seFieldsItemPushbuttonActionsKeystroke.php | 8 +- ...eldsItemPushbuttonActionsKeystrokeRoot.php | 8 +- ...ItemPushbuttonActionsKeystrokeRootType.php | 2 +- ...PushbuttonActionsKeystrokeWarningsItem.php | 2 +- ...nseFieldsItemPushbuttonActionsValidate.php | 8 +- ...ieldsItemPushbuttonActionsValidateRoot.php | 8 +- ...sItemPushbuttonActionsValidateRootType.php | 2 +- ...mPushbuttonActionsValidateWarningsItem.php | 2 +- ...eFieldsItemPushbuttonDefaultValueEntry.php | 4 +- ...dsItemPushbuttonDefaultValueEntryArray.php | 8 +- ...ldsItemPushbuttonDefaultValueEntryNone.php | 4 +- ...sItemPushbuttonDefaultValueEntryScalar.php | 6 +- ...PushbuttonDefaultValueEntryUnsupported.php | 4 +- ...et200ResponseFieldsItemPushbuttonFlags.php | 6 +- ...t200ResponseFieldsItemPushbuttonOrigin.php | 2 +- ...sGet200ResponseFieldsItemPushbuttonRef.php | 4 +- ...t200ResponseFieldsItemPushbuttonRefFqn.php | 6 +- ...nseFieldsItemPushbuttonRefObjectNumber.php | 6 +- ...ResponseFieldsItemPushbuttonValueEntry.php | 4 +- ...nseFieldsItemPushbuttonValueEntryArray.php | 8 +- ...onseFieldsItemPushbuttonValueEntryNone.php | 4 +- ...seFieldsItemPushbuttonValueEntryScalar.php | 6 +- ...ldsItemPushbuttonValueEntryUnsupported.php | 4 +- ...esponseFieldsItemPushbuttonWidgetsItem.php | 6 +- .../DocFormsGet200ResponseFieldsItemRadio.php | 8 +- ...msGet200ResponseFieldsItemRadioActions.php | 6 +- ...esponseFieldsItemRadioActionsCalculate.php | 8 +- ...nseFieldsItemRadioActionsCalculateRoot.php | 8 +- ...ieldsItemRadioActionsCalculateRootType.php | 2 +- ...sItemRadioActionsCalculateWarningsItem.php | 2 +- ...00ResponseFieldsItemRadioActionsFormat.php | 8 +- ...sponseFieldsItemRadioActionsFormatRoot.php | 8 +- ...seFieldsItemRadioActionsFormatRootType.php | 2 +- ...eldsItemRadioActionsFormatWarningsItem.php | 2 +- ...esponseFieldsItemRadioActionsKeystroke.php | 8 +- ...nseFieldsItemRadioActionsKeystrokeRoot.php | 8 +- ...ieldsItemRadioActionsKeystrokeRootType.php | 2 +- ...sItemRadioActionsKeystrokeWarningsItem.php | 2 +- ...ResponseFieldsItemRadioActionsValidate.php | 8 +- ...onseFieldsItemRadioActionsValidateRoot.php | 8 +- ...FieldsItemRadioActionsValidateRootType.php | 2 +- ...dsItemRadioActionsValidateWarningsItem.php | 2 +- ...sponseFieldsItemRadioDefaultValueEntry.php | 4 +- ...eFieldsItemRadioDefaultValueEntryArray.php | 8 +- ...seFieldsItemRadioDefaultValueEntryNone.php | 4 +- ...FieldsItemRadioDefaultValueEntryScalar.php | 6 +- ...sItemRadioDefaultValueEntryUnsupported.php | 4 +- ...ormsGet200ResponseFieldsItemRadioFlags.php | 6 +- ...rmsGet200ResponseFieldsItemRadioOrigin.php | 2 +- ...cFormsGet200ResponseFieldsItemRadioRef.php | 4 +- ...rmsGet200ResponseFieldsItemRadioRefFqn.php | 6 +- ...ResponseFieldsItemRadioRefObjectNumber.php | 6 +- ...et200ResponseFieldsItemRadioValueEntry.php | 4 +- ...ResponseFieldsItemRadioValueEntryArray.php | 8 +- ...0ResponseFieldsItemRadioValueEntryNone.php | 4 +- ...esponseFieldsItemRadioValueEntryScalar.php | 6 +- ...seFieldsItemRadioValueEntryUnsupported.php | 4 +- ...t200ResponseFieldsItemRadioWidgetsItem.php | 6 +- ...FormsGet200ResponseFieldsItemSignature.php | 8 +- ...t200ResponseFieldsItemSignatureActions.php | 6 +- ...nseFieldsItemSignatureActionsCalculate.php | 8 +- ...ieldsItemSignatureActionsCalculateRoot.php | 8 +- ...sItemSignatureActionsCalculateRootType.php | 2 +- ...mSignatureActionsCalculateWarningsItem.php | 2 +- ...sponseFieldsItemSignatureActionsFormat.php | 8 +- ...seFieldsItemSignatureActionsFormatRoot.php | 8 +- ...eldsItemSignatureActionsFormatRootType.php | 2 +- ...ItemSignatureActionsFormatWarningsItem.php | 2 +- ...nseFieldsItemSignatureActionsKeystroke.php | 8 +- ...ieldsItemSignatureActionsKeystrokeRoot.php | 8 +- ...sItemSignatureActionsKeystrokeRootType.php | 2 +- ...mSignatureActionsKeystrokeWarningsItem.php | 2 +- ...onseFieldsItemSignatureActionsValidate.php | 8 +- ...FieldsItemSignatureActionsValidateRoot.php | 8 +- ...dsItemSignatureActionsValidateRootType.php | 2 +- ...emSignatureActionsValidateWarningsItem.php | 2 +- ...seFieldsItemSignatureDefaultValueEntry.php | 4 +- ...ldsItemSignatureDefaultValueEntryArray.php | 8 +- ...eldsItemSignatureDefaultValueEntryNone.php | 4 +- ...dsItemSignatureDefaultValueEntryScalar.php | 6 +- ...mSignatureDefaultValueEntryUnsupported.php | 4 +- ...Get200ResponseFieldsItemSignatureFlags.php | 6 +- ...et200ResponseFieldsItemSignatureOrigin.php | 2 +- ...msGet200ResponseFieldsItemSignatureRef.php | 4 +- ...et200ResponseFieldsItemSignatureRefFqn.php | 6 +- ...onseFieldsItemSignatureRefObjectNumber.php | 6 +- ...0ResponseFieldsItemSignatureValueEntry.php | 4 +- ...onseFieldsItemSignatureValueEntryArray.php | 8 +- ...ponseFieldsItemSignatureValueEntryNone.php | 4 +- ...nseFieldsItemSignatureValueEntryScalar.php | 6 +- ...eldsItemSignatureValueEntryUnsupported.php | 4 +- ...ResponseFieldsItemSignatureWidgetsItem.php | 6 +- .../DocFormsGet200ResponseFieldsItemText.php | 8 +- ...rmsGet200ResponseFieldsItemTextActions.php | 6 +- ...ResponseFieldsItemTextActionsCalculate.php | 8 +- ...onseFieldsItemTextActionsCalculateRoot.php | 8 +- ...FieldsItemTextActionsCalculateRootType.php | 2 +- ...dsItemTextActionsCalculateWarningsItem.php | 2 +- ...200ResponseFieldsItemTextActionsFormat.php | 8 +- ...esponseFieldsItemTextActionsFormatRoot.php | 8 +- ...nseFieldsItemTextActionsFormatRootType.php | 2 +- ...ieldsItemTextActionsFormatWarningsItem.php | 2 +- ...ResponseFieldsItemTextActionsKeystroke.php | 8 +- ...onseFieldsItemTextActionsKeystrokeRoot.php | 8 +- ...FieldsItemTextActionsKeystrokeRootType.php | 2 +- ...dsItemTextActionsKeystrokeWarningsItem.php | 2 +- ...0ResponseFieldsItemTextActionsValidate.php | 8 +- ...ponseFieldsItemTextActionsValidateRoot.php | 8 +- ...eFieldsItemTextActionsValidateRootType.php | 2 +- ...ldsItemTextActionsValidateWarningsItem.php | 2 +- ...esponseFieldsItemTextDefaultValueEntry.php | 4 +- ...seFieldsItemTextDefaultValueEntryArray.php | 8 +- ...nseFieldsItemTextDefaultValueEntryNone.php | 4 +- ...eFieldsItemTextDefaultValueEntryScalar.php | 6 +- ...dsItemTextDefaultValueEntryUnsupported.php | 4 +- ...FormsGet200ResponseFieldsItemTextFlags.php | 6 +- ...ormsGet200ResponseFieldsItemTextOrigin.php | 2 +- ...ocFormsGet200ResponseFieldsItemTextRef.php | 4 +- ...ormsGet200ResponseFieldsItemTextRefFqn.php | 6 +- ...0ResponseFieldsItemTextRefObjectNumber.php | 6 +- ...Get200ResponseFieldsItemTextValueEntry.php | 4 +- ...0ResponseFieldsItemTextValueEntryArray.php | 8 +- ...00ResponseFieldsItemTextValueEntryNone.php | 4 +- ...ResponseFieldsItemTextValueEntryScalar.php | 6 +- ...nseFieldsItemTextValueEntryUnsupported.php | 4 +- ...et200ResponseFieldsItemTextWidgetsItem.php | 6 +- ...ocFormsGet200ResponseFieldsItemUnknown.php | 8 +- ...Get200ResponseFieldsItemUnknownActions.php | 6 +- ...ponseFieldsItemUnknownActionsCalculate.php | 8 +- ...eFieldsItemUnknownActionsCalculateRoot.php | 8 +- ...ldsItemUnknownActionsCalculateRootType.php | 2 +- ...temUnknownActionsCalculateWarningsItem.php | 2 +- ...ResponseFieldsItemUnknownActionsFormat.php | 8 +- ...onseFieldsItemUnknownActionsFormatRoot.php | 8 +- ...FieldsItemUnknownActionsFormatRootType.php | 2 +- ...dsItemUnknownActionsFormatWarningsItem.php | 2 +- ...ponseFieldsItemUnknownActionsKeystroke.php | 8 +- ...eFieldsItemUnknownActionsKeystrokeRoot.php | 8 +- ...ldsItemUnknownActionsKeystrokeRootType.php | 2 +- ...temUnknownActionsKeystrokeWarningsItem.php | 2 +- ...sponseFieldsItemUnknownActionsValidate.php | 8 +- ...seFieldsItemUnknownActionsValidateRoot.php | 8 +- ...eldsItemUnknownActionsValidateRootType.php | 2 +- ...ItemUnknownActionsValidateWarningsItem.php | 2 +- ...onseFieldsItemUnknownDefaultValueEntry.php | 4 +- ...ieldsItemUnknownDefaultValueEntryArray.php | 8 +- ...FieldsItemUnknownDefaultValueEntryNone.php | 4 +- ...eldsItemUnknownDefaultValueEntryScalar.php | 6 +- ...temUnknownDefaultValueEntryUnsupported.php | 4 +- ...msGet200ResponseFieldsItemUnknownFlags.php | 6 +- ...sGet200ResponseFieldsItemUnknownOrigin.php | 2 +- ...ormsGet200ResponseFieldsItemUnknownRef.php | 4 +- ...sGet200ResponseFieldsItemUnknownRefFqn.php | 6 +- ...sponseFieldsItemUnknownRefObjectNumber.php | 6 +- ...200ResponseFieldsItemUnknownValueEntry.php | 4 +- ...sponseFieldsItemUnknownValueEntryArray.php | 8 +- ...esponseFieldsItemUnknownValueEntryNone.php | 4 +- ...ponseFieldsItemUnknownValueEntryScalar.php | 6 +- ...FieldsItemUnknownValueEntryUnsupported.php | 4 +- ...00ResponseFieldsItemUnknownWidgetsItem.php | 6 +- src/Types/DocFormsGet200ResponseFormKind.php | 2 +- src/Types/DocFormsGet404Response.php | 8 +- src/Types/DocFormsGet404ResponseCode.php | 2 +- src/Types/DocFormsGet404ResponseName.php | 2 +- src/Types/DocFormsImportData200Response.php | 6 +- .../DocFormsImportData200ResponseMeta.php | 8 +- ...rtData200ResponseMetaAffectedPagesItem.php | 6 +- ...0ResponseMetaAffectedPagesItemRevision.php | 6 +- ...taAffectedPagesItemWeakAnnotationState.php | 4 +- ...ectedPagesItemWeakAnnotationStateKnown.php | 6 +- ...tedPagesItemWeakAnnotationStateUnknown.php | 4 +- ...rmsImportData200ResponseMetaCacheDelta.php | 8 +- ...Data200ResponseMetaCacheDeltaPagesItem.php | 6 +- ...00ResponseMetaCacheDeltaPagesItemCache.php | 6 +- src/Types/DocFormsImportData400Response.php | 8 +- .../DocFormsImportData400ResponseCode.php | 2 +- .../DocFormsImportData400ResponseName.php | 2 +- src/Types/DocFormsImportData404Response.php | 8 +- .../DocFormsImportData404ResponseCode.php | 2 +- .../DocFormsImportData404ResponseName.php | 2 +- src/Types/DocFormsReset200Response.php | 6 +- src/Types/DocFormsReset200ResponseMeta.php | 8 +- ...sReset200ResponseMetaAffectedPagesItem.php | 6 +- ...0ResponseMetaAffectedPagesItemRevision.php | 6 +- ...taAffectedPagesItemWeakAnnotationState.php | 4 +- ...ectedPagesItemWeakAnnotationStateKnown.php | 6 +- ...tedPagesItemWeakAnnotationStateUnknown.php | 4 +- ...DocFormsReset200ResponseMetaCacheDelta.php | 8 +- ...eset200ResponseMetaCacheDeltaPagesItem.php | 6 +- ...00ResponseMetaCacheDeltaPagesItemCache.php | 6 +- src/Types/DocFormsReset404Response.php | 8 +- src/Types/DocFormsReset404ResponseCode.php | 2 +- src/Types/DocFormsReset404ResponseName.php | 2 +- src/Types/DocFormsSetValue200Response.php | 6 +- src/Types/DocFormsSetValue200ResponseMeta.php | 8 +- ...tValue200ResponseMetaAffectedPagesItem.php | 6 +- ...0ResponseMetaAffectedPagesItemRevision.php | 6 +- ...taAffectedPagesItemWeakAnnotationState.php | 4 +- ...ectedPagesItemWeakAnnotationStateKnown.php | 6 +- ...tedPagesItemWeakAnnotationStateUnknown.php | 4 +- ...FormsSetValue200ResponseMetaCacheDelta.php | 8 +- ...alue200ResponseMetaCacheDeltaPagesItem.php | 6 +- ...00ResponseMetaCacheDeltaPagesItemCache.php | 6 +- src/Types/DocFormsSetValue400Response.php | 8 +- src/Types/DocFormsSetValue400ResponseCode.php | 2 +- src/Types/DocFormsSetValue400ResponseName.php | 2 +- src/Types/DocFormsSetValue404Response.php | 8 +- src/Types/DocFormsSetValue404ResponseCode.php | 2 +- src/Types/DocFormsSetValue404ResponseName.php | 2 +- src/Types/DocHead200Response.php | 6 +- src/Types/DocHead200ResponseAccess.php | 8 +- .../DocHead200ResponseAccessReasonsItem.php | 2 +- src/Types/DocHead200ResponseEncryption.php | 6 +- .../DocHead200ResponseEncryptionState.php | 2 +- src/Types/DocHead200ResponsePermissions.php | 6 +- .../DocHead200ResponsePermissionsOpenedAs.php | 2 +- src/Types/DocHead200ResponseState.php | 2 +- src/Types/DocHead404Response.php | 8 +- src/Types/DocHead404ResponseCode.php | 2 +- src/Types/DocHead404ResponseName.php | 2 +- src/Types/DocManifest200Response.php | 8 +- src/Types/DocManifest200ResponsePagesItem.php | 6 +- .../DocManifest200ResponsePagesItemCache.php | 6 +- .../DocManifest200ResponsePagesItemState.php | 6 +- ...ifest200ResponsePagesItemStateRevision.php | 6 +- ...ponsePagesItemStateWeakAnnotationState.php | 4 +- ...PagesItemStateWeakAnnotationStateKnown.php | 6 +- ...gesItemStateWeakAnnotationStateUnknown.php | 4 +- src/Types/DocManifest200ResponseScopes.php | 6 +- .../DocManifest200ResponseScopesActions.php | 2 +- ...ocManifest200ResponseScopesAnnotations.php | 2 +- ...ocManifest200ResponseScopesAttachments.php | 2 +- .../DocManifest200ResponseScopesContent.php | 2 +- .../DocManifest200ResponseScopesLayout.php | 2 +- .../DocManifest200ResponseScopesMetadata.php | 2 +- src/Types/DocManifest404Response.php | 8 +- src/Types/DocManifest404ResponseCode.php | 2 +- src/Types/DocManifest404ResponseName.php | 2 +- src/Types/DocMetadataGet200Response.php | 10 +- .../DocMetadataGet200ResponseTrapped.php | 2 +- src/Types/DocMetadataGet404Response.php | 8 +- src/Types/DocMetadataGet404ResponseCode.php | 2 +- src/Types/DocMetadataGet404ResponseName.php | 2 +- src/Types/DocPagesDelete200Response.php | 6 +- src/Types/DocPagesDelete200ResponseMeta.php | 8 +- ...Delete200ResponseMetaAffectedPagesItem.php | 6 +- ...0ResponseMetaAffectedPagesItemRevision.php | 6 +- ...taAffectedPagesItemWeakAnnotationState.php | 4 +- ...ectedPagesItemWeakAnnotationStateKnown.php | 6 +- ...tedPagesItemWeakAnnotationStateUnknown.php | 4 +- ...ocPagesDelete200ResponseMetaCacheDelta.php | 8 +- ...lete200ResponseMetaCacheDeltaPagesItem.php | 6 +- ...00ResponseMetaCacheDeltaPagesItemCache.php | 6 +- src/Types/DocPagesDelete400Response.php | 8 +- src/Types/DocPagesDelete400ResponseCode.php | 2 +- src/Types/DocPagesDelete400ResponseName.php | 2 +- src/Types/DocPagesDelete404Response.php | 8 +- src/Types/DocPagesDelete404ResponseCode.php | 2 +- src/Types/DocPagesDelete404ResponseName.php | 2 +- src/Types/DocPagesFlatten200Response.php | 6 +- src/Types/DocPagesFlatten200ResponseMeta.php | 8 +- ...latten200ResponseMetaAffectedPagesItem.php | 6 +- ...0ResponseMetaAffectedPagesItemRevision.php | 6 +- ...taAffectedPagesItemWeakAnnotationState.php | 4 +- ...ectedPagesItemWeakAnnotationStateKnown.php | 6 +- ...tedPagesItemWeakAnnotationStateUnknown.php | 4 +- ...cPagesFlatten200ResponseMetaCacheDelta.php | 8 +- ...tten200ResponseMetaCacheDeltaPagesItem.php | 6 +- ...00ResponseMetaCacheDeltaPagesItemCache.php | 6 +- src/Types/DocPagesFlatten400Response.php | 8 +- src/Types/DocPagesFlatten400ResponseCode.php | 2 +- src/Types/DocPagesFlatten400ResponseName.php | 2 +- src/Types/DocPagesFlatten404Response.php | 8 +- src/Types/DocPagesFlatten404ResponseCode.php | 2 +- src/Types/DocPagesFlatten404ResponseName.php | 2 +- src/Types/DocPagesMove200Response.php | 6 +- src/Types/DocPagesMove200ResponseMeta.php | 8 +- ...esMove200ResponseMetaAffectedPagesItem.php | 6 +- ...0ResponseMetaAffectedPagesItemRevision.php | 6 +- ...taAffectedPagesItemWeakAnnotationState.php | 4 +- ...ectedPagesItemWeakAnnotationStateKnown.php | 6 +- ...tedPagesItemWeakAnnotationStateUnknown.php | 4 +- .../DocPagesMove200ResponseMetaCacheDelta.php | 8 +- ...Move200ResponseMetaCacheDeltaPagesItem.php | 6 +- ...00ResponseMetaCacheDeltaPagesItemCache.php | 6 +- src/Types/DocPagesMove400Response.php | 8 +- src/Types/DocPagesMove400ResponseCode.php | 2 +- src/Types/DocPagesMove400ResponseName.php | 2 +- src/Types/DocPagesMove404Response.php | 8 +- src/Types/DocPagesMove404ResponseCode.php | 2 +- src/Types/DocPagesMove404ResponseName.php | 2 +- src/Types/DocPagesRotate200Response.php | 6 +- src/Types/DocPagesRotate200ResponseMeta.php | 8 +- ...Rotate200ResponseMetaAffectedPagesItem.php | 6 +- ...0ResponseMetaAffectedPagesItemRevision.php | 6 +- ...taAffectedPagesItemWeakAnnotationState.php | 4 +- ...ectedPagesItemWeakAnnotationStateKnown.php | 6 +- ...tedPagesItemWeakAnnotationStateUnknown.php | 4 +- ...ocPagesRotate200ResponseMetaCacheDelta.php | 8 +- ...tate200ResponseMetaCacheDeltaPagesItem.php | 6 +- ...00ResponseMetaCacheDeltaPagesItemCache.php | 6 +- src/Types/DocPagesRotate400Response.php | 8 +- src/Types/DocPagesRotate400ResponseCode.php | 2 +- src/Types/DocPagesRotate400ResponseName.php | 2 +- src/Types/DocPagesRotate404Response.php | 8 +- src/Types/DocPagesRotate404ResponseCode.php | 2 +- src/Types/DocPagesRotate404ResponseName.php | 2 +- src/Types/DocRedactionsApply200Response.php | 6 +- .../DocRedactionsApply200ResponseMeta.php | 8 +- ...sApply200ResponseMetaAffectedPagesItem.php | 6 +- ...0ResponseMetaAffectedPagesItemRevision.php | 6 +- ...taAffectedPagesItemWeakAnnotationState.php | 4 +- ...ectedPagesItemWeakAnnotationStateKnown.php | 6 +- ...tedPagesItemWeakAnnotationStateUnknown.php | 4 +- ...dactionsApply200ResponseMetaCacheDelta.php | 8 +- ...pply200ResponseMetaCacheDeltaPagesItem.php | 6 +- ...00ResponseMetaCacheDeltaPagesItemCache.php | 6 +- src/Types/DocRedactionsApply400Response.php | 8 +- .../DocRedactionsApply400ResponseCode.php | 2 +- .../DocRedactionsApply400ResponseName.php | 2 +- src/Types/DocRedactionsApply404Response.php | 8 +- .../DocRedactionsApply404ResponseCode.php | 2 +- .../DocRedactionsApply404ResponseName.php | 2 +- src/Types/DocRenderResponse.php | 8 +- src/Types/DocRenderResponseCode.php | 2 +- src/Types/DocRenderResponseName.php | 2 +- src/Types/DocText200Response.php | 6 +- src/Types/DocText404Response.php | 8 +- src/Types/DocText404ResponseCode.php | 2 +- src/Types/DocText404ResponseName.php | 2 +- src/Types/DocumentsCommit200Response.php | 6 +- .../DocumentsCommit200ResponseDocument.php | 8 +- ...ocumentsCommit200ResponseDocumentState.php | 2 +- ...ommit200ResponseDocumentThumbnailState.php | 2 +- src/Types/DocumentsCommit400Response.php | 6 +- src/Types/DocumentsCommit400ResponseError.php | 6 +- src/Types/DocumentsCommit404Response.php | 6 +- src/Types/DocumentsCommit404ResponseError.php | 6 +- src/Types/DocumentsDelete403Response.php | 6 +- src/Types/DocumentsDelete403ResponseError.php | 6 +- src/Types/DocumentsDelete404Response.php | 6 +- src/Types/DocumentsDelete404ResponseError.php | 6 +- src/Types/DocumentsDownload403Response.php | 6 +- .../DocumentsDownload403ResponseError.php | 6 +- src/Types/DocumentsDownload404Response.php | 6 +- .../DocumentsDownload404ResponseError.php | 6 +- src/Types/DocumentsGet200Response.php | 6 +- src/Types/DocumentsGet200ResponseDocument.php | 8 +- .../DocumentsGet200ResponseDocumentState.php | 2 +- ...tsGet200ResponseDocumentThumbnailState.php | 2 +- src/Types/DocumentsGet403Response.php | 6 +- src/Types/DocumentsGet403ResponseError.php | 6 +- src/Types/DocumentsGet404Response.php | 6 +- src/Types/DocumentsGet404ResponseError.php | 6 +- src/Types/DocumentsInit200Response.php | 4 +- src/Types/DocumentsInit200ResponseCreated.php | 6 +- ...ocumentsInit200ResponseCreatedDocument.php | 8 +- ...ntsInit200ResponseCreatedDocumentState.php | 2 +- ...0ResponseCreatedDocumentThumbnailState.php | 2 +- .../DocumentsInit200ResponseCreatedUpload.php | 4 +- ...entsInit200ResponseCreatedUploadDirect.php | 6 +- ...sInit200ResponseCreatedUploadPresigned.php | 6 +- ...esponseCreatedUploadPresignedPresigned.php | 8 +- ...eCreatedUploadPresignedPresignedMethod.php | 2 +- src/Types/DocumentsInit200ResponseDeduped.php | 6 +- ...ocumentsInit200ResponseDedupedDocument.php | 8 +- ...ntsInit200ResponseDedupedDocumentState.php | 2 +- ...0ResponseDedupedDocumentThumbnailState.php | 2 +- src/Types/DocumentsInit200ResponseResumed.php | 6 +- ...ocumentsInit200ResponseResumedDocument.php | 8 +- ...ntsInit200ResponseResumedDocumentState.php | 2 +- ...0ResponseResumedDocumentThumbnailState.php | 2 +- .../DocumentsInit200ResponseResumedUpload.php | 4 +- ...entsInit200ResponseResumedUploadDirect.php | 6 +- ...sInit200ResponseResumedUploadPresigned.php | 6 +- ...esponseResumedUploadPresignedPresigned.php | 8 +- ...eResumedUploadPresignedPresignedMethod.php | 2 +- src/Types/DocumentsInit400Response.php | 6 +- src/Types/DocumentsInit400ResponseError.php | 6 +- src/Types/DocumentsList200Response.php | 8 +- .../DocumentsList200ResponseDocumentsItem.php | 8 +- ...mentsList200ResponseDocumentsItemState.php | 2 +- ...200ResponseDocumentsItemThumbnailState.php | 2 +- src/Types/DocumentsList400Response.php | 6 +- src/Types/DocumentsList400ResponseError.php | 6 +- src/Types/DocumentsThumbnailResponse.php | 6 +- src/Types/DocumentsThumbnailResponseError.php | 6 +- .../DocumentsUploadDirect200Response.php | 6 +- .../DocumentsUploadDirect400Response.php | 6 +- .../DocumentsUploadDirect400ResponseError.php | 6 +- src/Types/EngineErrorPayload.php | 8 +- src/Types/EngineErrorPayloadCode.php | 2 +- src/Types/EngineErrorPayloadName.php | 2 +- src/Types/TenantsCreate200Response.php | 6 +- src/Types/TenantsCreate200ResponseTenant.php | 6 +- src/Types/TenantsCreate400Response.php | 6 +- src/Types/TenantsCreate400ResponseError.php | 6 +- src/Types/TenantsDeleteResponse.php | 6 +- src/Types/TenantsDeleteResponseError.php | 6 +- src/Types/TenantsGet200Response.php | 6 +- src/Types/TenantsGet200ResponseTenant.php | 6 +- src/Types/TenantsGet404Response.php | 6 +- src/Types/TenantsGet404ResponseError.php | 6 +- src/Types/TenantsList200Response.php | 8 +- .../TenantsList200ResponseTenantsItem.php | 6 +- src/Types/TenantsList400Response.php | 6 +- src/Types/TenantsList400ResponseError.php | 6 +- src/Types/TokensIssue200Response.php | 6 +- src/Types/TokensIssue400Response.php | 6 +- src/Types/TokensIssue400ResponseError.php | 6 +- src/Types/TokensIssue403Response.php | 6 +- src/Types/TokensIssue403ResponseError.php | 6 +- src/Types/TokensIssue404Response.php | 6 +- src/Types/TokensIssue404ResponseError.php | 6 +- src/Types/TokensIssueRequest.php | 4 +- src/Types/TokensIssueRequestDoc.php | 8 +- src/Types/TokensIssueRequestTenant.php | 8 +- .../TokensIssueRequestTenantScopeItemOne.php | 2 +- .../TokensIssueRequestTenantScopeItemZero.php | 2 +- src/Types/TokensRevokeResponse.php | 6 +- src/Types/TokensRevokeResponseError.php | 6 +- src/Utils/File.php | 4 +- tests/Core/Client/RawClientTest.php | 26 ++--- tests/Core/Json/AdditionalPropertiesTest.php | 8 +- tests/Core/Json/DateArrayTest.php | 10 +- tests/Core/Json/EmptyArrayTest.php | 12 +-- tests/Core/Json/EmptyObjectTest.php | 10 +- tests/Core/Json/EnumTest.php | 10 +- tests/Core/Json/ExhaustiveTest.php | 14 +-- tests/Core/Json/InvalidTest.php | 8 +- tests/Core/Json/NestedUnionArrayTest.php | 14 +-- tests/Core/Json/NullPropertyTest.php | 6 +- tests/Core/Json/NullableArrayTest.php | 12 +-- tests/Core/Json/ScalarTest.php | 12 +-- tests/Core/Json/TraitTest.php | 8 +- tests/Core/Json/UnionArrayTest.php | 12 +-- tests/Core/Json/UnionPropertyTest.php | 10 +- 1961 files changed, 5300 insertions(+), 5292 deletions(-) rename src/{CloudpdfClient.php => CloudPDFClient.php} (85%) rename src/Exceptions/{CloudpdfApiException.php => CloudPDFApiException.php} (92%) rename src/Exceptions/{CloudpdfException.php => CloudPDFException.php} (57%) diff --git a/.fern/metadata.json b/.fern/metadata.json index 2ffff18..0142cef 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -3,14 +3,15 @@ "generatorName": "fernapi/fern-php-sdk", "generatorVersion": "2.18.1", "generatorConfig": { - "namespace": "Cloudpdf", - "packageName": "cloudpdf/cloudpdf", + "namespace": "CloudPDF", + "clientName": "CloudPDFClient", + "packageName": "cloudpdf/sdk", "composerJson": { "license": "Apache-2.0", "homepage": "https://www.cloudpdf.com" } }, - "originGitCommit": "232d5e0240d5673a73c9ea7c7ae9e7b937fdd5b3", + "originGitCommit": "a0adb9e77ef16feaef2358d71b247b4f5a98fd23", "originGitCommitIsDirty": false, "invokedBy": "ci", "requestedVersion": "3.0.0-alpha.1", diff --git a/.github/workflows/sdk-ci.yml b/.github/workflows/sdk-ci.yml index a6ffe54..6f2d05d 100644 --- a/.github/workflows/sdk-ci.yml +++ b/.github/workflows/sdk-ci.yml @@ -20,3 +20,10 @@ jobs: tools: composer - run: find src -type f -name '*.php' -print0 | xargs -0 -P 4 -n1 php -l >/dev/null - run: composer validate --no-check-publish --no-interaction + - name: Verify packaged autoloading + run: | + php_package_test="$(mktemp -d)" + tar --exclude=.git --exclude=vendor -cf - . | tar -xf - -C "$php_package_test" + cd "$php_package_test" + composer dump-autoload --no-dev --no-interaction --optimize --strict-psr --quiet + php -r "require 'vendor/autoload.php'; \$base = new CloudPDF\Exceptions\CloudPDFException('test'); \$api = new CloudPDF\Exceptions\CloudPDFApiException('test', 500, null); if (!(\$base instanceof Exception) || !(\$api instanceof CloudPDF\Exceptions\CloudPDFException)) { throw new RuntimeException('CloudPDF exception autoload verification failed'); }" diff --git a/README.md b/README.md index ec3b22b..4e61267 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Cloudpdf PHP Library +# CloudPDF PHP 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%2FPHP) -[![php shield](https://img.shields.io/badge/php-packagist-pink)](https://packagist.org/packages/cloudpdf/cloudpdf) +[![php shield](https://img.shields.io/badge/php-packagist-pink)](https://packagist.org/packages/cloudpdf/sdk) -The Cloudpdf PHP library provides convenient access to the Cloudpdf APIs from PHP. +The official PHP SDK for the CloudPDF API. ## Table of Contents @@ -24,7 +24,7 @@ This SDK requires PHP ^8.1. ## Installation ```sh -composer require cloudpdf/cloudpdf +composer require cloudpdf/sdk ``` ## Usage @@ -36,10 +36,10 @@ Instantiate and use the client with the following: namespace Example; -use Cloudpdf\CloudpdfClient; -use Cloudpdf\Tenants\Requests\TenantsCreateRequest; +use CloudPDF\CloudPDFClient; +use CloudPDF\Tenants\Requests\TenantsCreateRequest; -$client = new CloudpdfClient( +$client = new CloudPDFClient( token: '', ); $client->tenants->create( @@ -55,12 +55,12 @@ $client->tenants->create( When the API returns a non-success status code (4xx or 5xx response), an exception will be thrown. ```php -use Cloudpdf\Exceptions\CloudpdfApiException; -use Cloudpdf\Exceptions\CloudpdfException; +use CloudPDF\Exceptions\CloudPDFApiException; +use CloudPDF\Exceptions\CloudPDFException; try { $response = $client->tenants->create(...); -} catch (CloudpdfApiException $e) { +} catch (CloudPDFApiException $e) { echo 'API Exception occurred: ' . $e->getMessage() . "\n"; echo 'Status Code: ' . $e->getCode() . "\n"; echo 'Response Body: ' . $e->getBody() . "\n"; @@ -77,7 +77,7 @@ By default, if no client is provided, the SDK will use `php-http/discovery` to f However, you can pass your own client that adheres to `ClientInterface`: ```php -use Cloudpdf\CloudpdfClient; +use CloudPDF\CloudPDFClient; // Pass any PSR-18 compatible HTTP client implementation. // For example, using Guzzle: @@ -85,7 +85,7 @@ $customClient = new \GuzzleHttp\Client([ 'timeout' => 5.0, ]); -$client = new CloudpdfClient(options: [ +$client = new CloudPDFClient(options: [ 'client' => $customClient ]); @@ -93,7 +93,7 @@ $client = new CloudpdfClient(options: [ // $customClient = (new \Symfony\Component\HttpClient\Psr18Client()) // ->withOptions(['timeout' => 5.0]); // -// $client = new CloudpdfClient(options: [ +// $client = new CloudPDFClient(options: [ // 'client' => $customClient // ]); ``` diff --git a/cloudpdf-generation.json b/cloudpdf-generation.json index 6d84c9f..4723ed5 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/composer.json b/composer.json index 82b4ebf..d882b7a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { - "name": "cloudpdf/cloudpdf", + "name": "cloudpdf/sdk", "version": "3.0.0-alpha.1", - "description": "Cloudpdf PHP Library", + "description": "CloudPDF PHP Library", "keywords": [ "cloudpdf", "api", @@ -27,12 +27,12 @@ }, "autoload": { "psr-4": { - "Cloudpdf\\": "src/" + "CloudPDF\\": "src/" } }, "autoload-dev": { "psr-4": { - "Cloudpdf\\Tests\\": "tests/" + "CloudPDF\\Tests\\": "tests/" } }, "scripts": { diff --git a/src/CloudpdfClient.php b/src/CloudPDFClient.php similarity index 85% rename from src/CloudpdfClient.php rename to src/CloudPDFClient.php index 3383b6e..09695ca 100644 --- a/src/CloudpdfClient.php +++ b/src/CloudPDFClient.php @@ -1,16 +1,16 @@ "Bearer $token", 'X-Fern-Language' => 'PHP', - 'X-Fern-SDK-Name' => 'Cloudpdf', + 'X-Fern-SDK-Name' => 'CloudPDF', 'X-Fern-SDK-Version' => '3.0.0-alpha.1', - 'User-Agent' => 'cloudpdf/cloudpdf/3.0.0-alpha.1', + 'User-Agent' => 'cloudpdf/sdk/3.0.0-alpha.1', ]; $this->options = $options ?? []; diff --git a/src/Core/Client/BaseApiRequest.php b/src/Core/Client/BaseApiRequest.php index 76c0315..6fbf75c 100644 --- a/src/Core/Client/BaseApiRequest.php +++ b/src/Core/Client/BaseApiRequest.php @@ -1,6 +1,6 @@ , * } $options * @return ?DeploymentLicenseStatusResponse - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function licenseStatus(?array $options = null): ?DeploymentLicenseStatusResponse { @@ -87,11 +87,11 @@ public function licenseStatus(?array $options = null): ?DeploymentLicenseStatusR return DeploymentLicenseStatusResponse::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), diff --git a/src/Doc/Annotations/AnnotationsClient.php b/src/Doc/Annotations/AnnotationsClient.php index b58a1ef..eb54ef5 100644 --- a/src/Doc/Annotations/AnnotationsClient.php +++ b/src/Doc/Annotations/AnnotationsClient.php @@ -1,23 +1,23 @@ , * } $options * @return ?DocAnnotationsList200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function list(string $docId, string $layerName, int $pon, ListAnnotationsRequest $request = new ListAnnotationsRequest(), ?array $options = null): ?DocAnnotationsList200Response { @@ -108,11 +108,11 @@ public function list(string $docId, string $layerName, int $pon, ListAnnotations return DocAnnotationsList200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -149,8 +149,8 @@ public function list(string $docId, string $layerName, int $pon, ListAnnotations * bodyProperties?: array, * } $options * @return ?DocAnnotationsCreate200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function create(string $docId, string $layerName, int $pon, CreateAnnotationsRequest $request, ?array $options = null): ?DocAnnotationsCreate200Response { @@ -179,11 +179,11 @@ public function create(string $docId, string $layerName, int $pon, CreateAnnotat return DocAnnotationsCreate200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -216,8 +216,8 @@ public function create(string $docId, string $layerName, int $pon, CreateAnnotat * bodyProperties?: array, * } $options * @return ?DocAnnotationsDelete200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function delete(string $docId, string $layerName, int $pon, string $annotKey, DeleteAnnotationsRequest $request = new DeleteAnnotationsRequest(), ?array $options = null): ?DocAnnotationsDelete200Response { @@ -245,11 +245,11 @@ public function delete(string $docId, string $layerName, int $pon, string $annot return DocAnnotationsDelete200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -286,8 +286,8 @@ public function delete(string $docId, string $layerName, int $pon, string $annot * bodyProperties?: array, * } $options * @return ?DocAnnotationsUpdate200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function update(string $docId, string $layerName, int $pon, string $annotKey, UpdateAnnotationsRequest $request, ?array $options = null): ?DocAnnotationsUpdate200Response { @@ -316,11 +316,11 @@ public function update(string $docId, string $layerName, int $pon, string $annot return DocAnnotationsUpdate200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), diff --git a/src/Doc/Annotations/Requests/CreateAnnotationsRequest.php b/src/Doc/Annotations/Requests/CreateAnnotationsRequest.php index 9a42f74..ba1a2f6 100644 --- a/src/Doc/Annotations/Requests/CreateAnnotationsRequest.php +++ b/src/Doc/Annotations/Requests/CreateAnnotationsRequest.php @@ -1,8 +1,8 @@ , * } $options * @return ?DocHead200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function head(string $docId, HeadDocRequest $request = new HeadDocRequest(), ?array $options = null): ?DocHead200Response { @@ -139,11 +139,11 @@ public function head(string $docId, HeadDocRequest $request = new HeadDocRequest return DocHead200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -172,8 +172,8 @@ public function head(string $docId, HeadDocRequest $request = new HeadDocRequest * bodyProperties?: array, * } $options * @return string - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function download(string $docId, string $layerName, DownloadDocRequest $request = new DownloadDocRequest(), ?array $options = null): string { @@ -197,9 +197,9 @@ public function download(string $docId, string $layerName, DownloadDocRequest $r return $response->getBody()->getContents(); } } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -228,8 +228,8 @@ public function download(string $docId, string $layerName, DownloadDocRequest $r * bodyProperties?: array, * } $options * @return ?DocManifest200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function manifest(string $docId, string $layerName, ManifestDocRequest $request = new ManifestDocRequest(), ?array $options = null): ?DocManifest200Response { @@ -257,11 +257,11 @@ public function manifest(string $docId, string $layerName, ManifestDocRequest $r return DocManifest200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -294,8 +294,8 @@ public function manifest(string $docId, string $layerName, ManifestDocRequest $r * bodyProperties?: array, * } $options * @return string - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function render(string $docId, string $layerName, int $pon, RenderDocRequest $request = new RenderDocRequest(), ?array $options = null): string { @@ -319,9 +319,9 @@ public function render(string $docId, string $layerName, int $pon, RenderDocRequ return $response->getBody()->getContents(); } } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -352,8 +352,8 @@ public function render(string $docId, string $layerName, int $pon, RenderDocRequ * bodyProperties?: array, * } $options * @return ?DocText200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function text(string $docId, string $layerName, int $pon, TextDocRequest $request = new TextDocRequest(), ?array $options = null): ?DocText200Response { @@ -381,11 +381,11 @@ public function text(string $docId, string $layerName, int $pon, TextDocRequest return DocText200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), diff --git a/src/Doc/Forms/FormsClient.php b/src/Doc/Forms/FormsClient.php index c709455..9f21849 100644 --- a/src/Doc/Forms/FormsClient.php +++ b/src/Doc/Forms/FormsClient.php @@ -1,24 +1,24 @@ , * } $options * @return ?DocFormsGet200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function get(string $docId, string $layerName, GetFormsRequest $request = new GetFormsRequest(), ?array $options = null): ?DocFormsGet200Response { @@ -107,11 +107,11 @@ public function get(string $docId, string $layerName, GetFormsRequest $request = return DocFormsGet200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -140,8 +140,8 @@ public function get(string $docId, string $layerName, GetFormsRequest $request = * bodyProperties?: array, * } $options * @return string - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function exportData(string $docId, string $layerName, ExportDataFormsRequest $request = new ExportDataFormsRequest(), ?array $options = null): string { @@ -170,9 +170,9 @@ public function exportData(string $docId, string $layerName, ExportDataFormsRequ return $response->getBody()->getContents(); } } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -205,8 +205,8 @@ public function exportData(string $docId, string $layerName, ExportDataFormsRequ * bodyProperties?: array, * } $options * @return ?DocFormsImportData200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function importData(string $docId, string $layerName, ImportDataFormsRequest $request, ?array $options = null): ?DocFormsImportData200Response { @@ -235,11 +235,11 @@ public function importData(string $docId, string $layerName, ImportDataFormsRequ return DocFormsImportData200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -270,8 +270,8 @@ public function importData(string $docId, string $layerName, ImportDataFormsRequ * bodyProperties?: array, * } $options * @return ?DocFormsReset200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function reset(string $docId, string $layerName, string $fieldKey, ResetFormsRequest $request = new ResetFormsRequest(), ?array $options = null): ?DocFormsReset200Response { @@ -299,11 +299,11 @@ public function reset(string $docId, string $layerName, string $fieldKey, ResetF return DocFormsReset200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -338,8 +338,8 @@ public function reset(string $docId, string $layerName, string $fieldKey, ResetF * bodyProperties?: array, * } $options * @return ?DocFormsSetValue200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function setValue(string $docId, string $layerName, string $fieldKey, SetValueFormsRequest $request, ?array $options = null): ?DocFormsSetValue200Response { @@ -368,11 +368,11 @@ public function setValue(string $docId, string $layerName, string $fieldKey, Set return DocFormsSetValue200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), diff --git a/src/Doc/Forms/Requests/ExportDataFormsRequest.php b/src/Doc/Forms/Requests/ExportDataFormsRequest.php index 17aee61..6acb60d 100644 --- a/src/Doc/Forms/Requests/ExportDataFormsRequest.php +++ b/src/Doc/Forms/Requests/ExportDataFormsRequest.php @@ -1,9 +1,9 @@ , * } $options * @return ?DocMetadataGet200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function get(string $docId, string $layerName, GetMetadataRequest $request = new GetMetadataRequest(), ?array $options = null): ?DocMetadataGet200Response { @@ -100,11 +100,11 @@ public function get(string $docId, string $layerName, GetMetadataRequest $reques return DocMetadataGet200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), diff --git a/src/Doc/Metadata/Requests/GetMetadataRequest.php b/src/Doc/Metadata/Requests/GetMetadataRequest.php index 0c4ea91..4f27f73 100644 --- a/src/Doc/Metadata/Requests/GetMetadataRequest.php +++ b/src/Doc/Metadata/Requests/GetMetadataRequest.php @@ -1,8 +1,8 @@ , * } $options * @return ?DocPagesDelete200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function delete(string $docId, string $layerName, DeletePagesRequest $request, ?array $options = null): ?DocPagesDelete200Response { @@ -111,11 +111,11 @@ public function delete(string $docId, string $layerName, DeletePagesRequest $req return DocPagesDelete200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -148,8 +148,8 @@ public function delete(string $docId, string $layerName, DeletePagesRequest $req * bodyProperties?: array, * } $options * @return ?DocPagesFlatten200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function flatten(string $docId, string $layerName, FlattenPagesRequest $request, ?array $options = null): ?DocPagesFlatten200Response { @@ -178,11 +178,11 @@ public function flatten(string $docId, string $layerName, FlattenPagesRequest $r return DocPagesFlatten200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -215,8 +215,8 @@ public function flatten(string $docId, string $layerName, FlattenPagesRequest $r * bodyProperties?: array, * } $options * @return ?DocPagesMove200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function move(string $docId, string $layerName, MovePagesRequest $request, ?array $options = null): ?DocPagesMove200Response { @@ -245,11 +245,11 @@ public function move(string $docId, string $layerName, MovePagesRequest $request return DocPagesMove200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -282,8 +282,8 @@ public function move(string $docId, string $layerName, MovePagesRequest $request * bodyProperties?: array, * } $options * @return ?DocPagesRotate200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function rotate(string $docId, string $layerName, RotatePagesRequest $request, ?array $options = null): ?DocPagesRotate200Response { @@ -312,11 +312,11 @@ public function rotate(string $docId, string $layerName, RotatePagesRequest $req return DocPagesRotate200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), diff --git a/src/Doc/Pages/Requests/DeletePagesRequest.php b/src/Doc/Pages/Requests/DeletePagesRequest.php index 8408913..183c37c 100644 --- a/src/Doc/Pages/Requests/DeletePagesRequest.php +++ b/src/Doc/Pages/Requests/DeletePagesRequest.php @@ -1,8 +1,8 @@ , * } $options * @return ?DocRedactionsApply200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function apply(string $docId, string $layerName, ApplyRedactionsRequest $request, ?array $options = null): ?DocRedactionsApply200Response { @@ -105,11 +105,11 @@ public function apply(string $docId, string $layerName, ApplyRedactionsRequest $ return DocRedactionsApply200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), diff --git a/src/Doc/Redactions/Requests/ApplyRedactionsRequest.php b/src/Doc/Redactions/Requests/ApplyRedactionsRequest.php index db93f40..637d1f1 100644 --- a/src/Doc/Redactions/Requests/ApplyRedactionsRequest.php +++ b/src/Doc/Redactions/Requests/ApplyRedactionsRequest.php @@ -1,8 +1,8 @@ , * } $options * @return ?DocumentsList200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function list(string $tenantId, ListDocumentsRequest $request = new ListDocumentsRequest(), ?array $options = null): ?DocumentsList200Response { @@ -110,11 +110,11 @@ public function list(string $tenantId, ListDocumentsRequest $request = new ListD return DocumentsList200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -141,8 +141,8 @@ public function list(string $tenantId, ListDocumentsRequest $request = new ListD * bodyProperties?: array, * } $options * @return ?DocumentsGet200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function get(string $tenantId, string $id, ?array $options = null): ?DocumentsGet200Response { @@ -165,11 +165,11 @@ public function get(string $tenantId, string $id, ?array $options = null): ?Docu return DocumentsGet200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -195,8 +195,8 @@ public function get(string $tenantId, string $id, ?array $options = null): ?Docu * queryParameters?: array, * bodyProperties?: array, * } $options - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function delete(string $tenantId, string $id, ?array $options = null): void { @@ -215,9 +215,9 @@ public function delete(string $tenantId, string $id, ?array $options = null): vo return; } } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -248,8 +248,8 @@ public function delete(string $tenantId, string $id, ?array $options = null): vo * bodyProperties?: array, * } $options * @return ?DocumentsCommit200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function commit(string $tenantId, string $id, DocumentsCommitRequest $request, ?array $options = null): ?DocumentsCommit200Response { @@ -273,11 +273,11 @@ public function commit(string $tenantId, string $id, DocumentsCommitRequest $req return DocumentsCommit200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -304,8 +304,8 @@ public function commit(string $tenantId, string $id, DocumentsCommitRequest $req * bodyProperties?: array, * } $options * @return string - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function download(string $tenantId, string $id, ?array $options = null): string { @@ -324,9 +324,9 @@ public function download(string $tenantId, string $id, ?array $options = null): return $response->getBody()->getContents(); } } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -353,8 +353,8 @@ public function download(string $tenantId, string $id, ?array $options = null): * bodyProperties?: array, * } $options * @return string - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function thumbnail(string $tenantId, string $id, ?array $options = null): string { @@ -373,9 +373,9 @@ public function thumbnail(string $tenantId, string $id, ?array $options = null): return $response->getBody()->getContents(); } } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -394,8 +394,8 @@ public function thumbnail(string $tenantId, string $id, ?array $options = null): * bodyProperties?: array, * } $options * @return ?DocumentsUploadDirect200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function uploadDirect(string $tenantId, string $id, ?array $options = null): ?DocumentsUploadDirect200Response { @@ -418,11 +418,11 @@ public function uploadDirect(string $tenantId, string $id, ?array $options = nul return DocumentsUploadDirect200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -452,8 +452,8 @@ public function uploadDirect(string $tenantId, string $id, ?array $options = nul * bodyProperties?: array, * } $options * @return ?DocumentsInit200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function init(string $tenantId, DocumentsInitRequest $request, ?array $options = null): ?DocumentsInit200Response { @@ -477,11 +477,11 @@ public function init(string $tenantId, DocumentsInitRequest $request, ?array $op return DocumentsInit200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), diff --git a/src/Documents/Requests/DocumentsCommitRequest.php b/src/Documents/Requests/DocumentsCommitRequest.php index 0a4e074..d235057 100644 --- a/src/Documents/Requests/DocumentsCommitRequest.php +++ b/src/Documents/Requests/DocumentsCommitRequest.php @@ -1,9 +1,9 @@ , * } $options * @return ?TenantsList200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function list(ListTenantsRequest $request = new ListTenantsRequest(), ?array $options = null): ?TenantsList200Response { @@ -102,11 +102,11 @@ public function list(ListTenantsRequest $request = new ListTenantsRequest(), ?ar return TenantsList200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -133,8 +133,8 @@ public function list(ListTenantsRequest $request = new ListTenantsRequest(), ?ar * bodyProperties?: array, * } $options * @return ?TenantsCreate200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function create(TenantsCreateRequest $request, ?array $options = null): ?TenantsCreate200Response { @@ -158,11 +158,11 @@ public function create(TenantsCreateRequest $request, ?array $options = null): ? return TenantsCreate200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -187,8 +187,8 @@ public function create(TenantsCreateRequest $request, ?array $options = null): ? * bodyProperties?: array, * } $options * @return ?TenantsGet200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function get(string $tenantId, ?array $options = null): ?TenantsGet200Response { @@ -211,11 +211,11 @@ public function get(string $tenantId, ?array $options = null): ?TenantsGet200Res return TenantsGet200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -241,8 +241,8 @@ public function get(string $tenantId, ?array $options = null): ?TenantsGet200Res * queryParameters?: array, * bodyProperties?: array, * } $options - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function delete(string $tenantId, ?array $options = null): void { @@ -261,9 +261,9 @@ public function delete(string $tenantId, ?array $options = null): void return; } } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), diff --git a/src/Tokens/Requests/IssueTokensRequest.php b/src/Tokens/Requests/IssueTokensRequest.php index 4a433ea..027e29d 100644 --- a/src/Tokens/Requests/IssueTokensRequest.php +++ b/src/Tokens/Requests/IssueTokensRequest.php @@ -1,9 +1,9 @@ , * } $options * @return ?TokensIssue200Response - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function issue(string $tenantId, IssueTokensRequest $request, ?array $options = null): ?TokensIssue200Response { @@ -106,11 +106,11 @@ public function issue(string $tenantId, IssueTokensRequest $request, ?array $opt return TokensIssue200Response::fromJson($json); } } catch (JsonException $e) { - throw new CloudpdfException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); + throw new CloudPDFException(message: "Failed to deserialize response: {$e->getMessage()}", previous: $e); } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), @@ -140,8 +140,8 @@ public function issue(string $tenantId, IssueTokensRequest $request, ?array $opt * queryParameters?: array, * bodyProperties?: array, * } $options - * @throws CloudpdfException - * @throws CloudpdfApiException + * @throws CloudPDFException + * @throws CloudPDFApiException */ public function revoke(string $tenantId, string $jti, TokensRevokeRequest $request = new TokensRevokeRequest(), ?array $options = null): void { @@ -161,9 +161,9 @@ public function revoke(string $tenantId, string $jti, TokensRevokeRequest $reque return; } } catch (ClientExceptionInterface $e) { - throw new CloudpdfException(message: $e->getMessage(), previous: $e); + throw new CloudPDFException(message: $e->getMessage(), previous: $e); } - throw new CloudpdfApiException( + throw new CloudPDFApiException( message: 'API request failed', statusCode: $statusCode, body: $response->getBody()->getContents(), diff --git a/src/Types/AdminErrorPayload.php b/src/Types/AdminErrorPayload.php index b0d7b00..e643225 100644 --- a/src/Types/AdminErrorPayload.php +++ b/src/Types/AdminErrorPayload.php @@ -1,9 +1,9 @@