diff --git a/.fern/metadata.json b/.fern/metadata.json index 6b5efd1..8add504 100644 --- a/.fern/metadata.json +++ b/.fern/metadata.json @@ -11,10 +11,10 @@ "homepage": "https://www.cloudpdf.com" } }, - "originGitCommit": "31a712963c171ce9ebd6815e873c9895e389afc2", + "originGitCommit": "08782e4eef6cd6ccce4b6a6883408d9915a2d7c4", "originGitCommitIsDirty": false, "invokedBy": "ci", - "requestedVersion": "3.0.0-alpha.10", + "requestedVersion": "3.0.0-alpha.11", "ciProvider": "github", - "sdkVersion": "3.0.0-alpha.10" + "sdkVersion": "3.0.0-alpha.11" } \ No newline at end of file diff --git a/cloudpdf-generation.json b/cloudpdf-generation.json index b78002e..9a01b90 100644 --- a/cloudpdf-generation.json +++ b/cloudpdf-generation.json @@ -1,12 +1,12 @@ { "language": "php", - "canonicalVersion": "3.0.0-next.10", - "sdkVersion": "3.0.0-alpha.10", + "canonicalVersion": "3.0.0-next.11", + "sdkVersion": "3.0.0-alpha.11", "source": { "repository": "embedpdf/embed-pdf-viewer", "openapi": "cloudpdf/contract/openapi.json", - "openapiSha256": "9d6c7cdd459982ba9e718a3842c969003b466e3fd73883fef7783dc78e12cdfe", - "gitCommit": "31a712963c171ce9ebd6815e873c9895e389afc2", + "openapiSha256": "7bc0eea37724b3e359b0437edc3102b137e3d3f499293c89bb2b3293c6e3b614", + "gitCommit": "08782e4eef6cd6ccce4b6a6883408d9915a2d7c4", "gitCommitIsDirty": false }, "fern": { diff --git a/src/CloudPDFClient.php b/src/CloudPDFClient.php index d05f354..f7e0db4 100644 --- a/src/CloudPDFClient.php +++ b/src/CloudPDFClient.php @@ -76,8 +76,8 @@ public function __construct( $defaultHeaders = [ 'X-Fern-Language' => 'PHP', 'X-Fern-SDK-Name' => 'CloudPDF', - 'X-Fern-SDK-Version' => '3.0.0-alpha.10', - 'User-Agent' => 'cloudpdf/sdk/3.0.0-alpha.10', + 'X-Fern-SDK-Version' => '3.0.0-alpha.11', + 'User-Agent' => 'cloudpdf/sdk/3.0.0-alpha.11', ]; if ($token != null) { $defaultHeaders['Authorization'] = "Bearer $token"; diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaret.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaret.php index 43776f1..7c042b0 100644 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaret.php +++ b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaret.php @@ -124,10 +124,10 @@ class DocAnnotationsList200ResponseAnnotationsItemCaret extends JsonSerializable public ?string $updatedBy; /** - * @var ?DocAnnotationsList200ResponseAnnotationsItemCaretActions $actions + * @var ?PdfAnnotationActions $actions */ #[JsonProperty('actions')] - public ?DocAnnotationsList200ResponseAnnotationsItemCaretActions $actions; + public ?PdfAnnotationActions $actions; /** * @var DocAnnotationsList200ResponseAnnotationsItemCaretColor $color @@ -188,7 +188,7 @@ class DocAnnotationsList200ResponseAnnotationsItemCaret extends JsonSerializable * groupId?: ?string, * createdBy?: ?string, * updatedBy?: ?string, - * actions?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActions, + * actions?: ?PdfAnnotationActions, * intent?: ?value-of, * rectDifferences?: ?DocAnnotationsList200ResponseAnnotationsItemCaretRectDifferences, * rotation?: ?float, diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActions.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActions.php deleted file mode 100644 index 31549f2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate.php deleted file mode 100644 index e248b83..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot.php deleted file mode 100644 index 2fb16ab..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType.php deleted file mode 100644 index 04f01a8..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot.php deleted file mode 100644 index c98b5a6..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType.php deleted file mode 100644 index 55f9cee..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot.php deleted file mode 100644 index 006506e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType.php deleted file mode 100644 index 7886431..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot.php deleted file mode 100644 index 85f21ea..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType.php deleted file mode 100644 index 48cbc3f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot.php deleted file mode 100644 index 241c317..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType.php deleted file mode 100644 index bd245d5..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot.php deleted file mode 100644 index 65c0ba4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType.php deleted file mode 100644 index 4f72940..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot.php deleted file mode 100644 index 4e92096..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType.php deleted file mode 100644 index 8853abb..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot.php deleted file mode 100644 index c461ff5..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType.php deleted file mode 100644 index 67cb3eb..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot.php deleted file mode 100644 index 61f1756..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType.php deleted file mode 100644 index 4469e9a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot.php deleted file mode 100644 index c7d8712..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType.php deleted file mode 100644 index c7888cc..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot.php deleted file mode 100644 index ad68ae9..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType.php deleted file mode 100644 index 96fe309..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCaretActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * interiorColor?: ?DocAnnotationsList200ResponseAnnotationsItemCircleInteriorColor, * cloudyIntensity?: ?float, diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActions.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActions.php deleted file mode 100644 index d3cd4ef..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate.php deleted file mode 100644 index 3170a8e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot.php deleted file mode 100644 index 8d424b4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType.php deleted file mode 100644 index 982198b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot.php deleted file mode 100644 index 8eea302..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType.php deleted file mode 100644 index 08ceb59..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot.php deleted file mode 100644 index 47c75e4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType.php deleted file mode 100644 index ea1bf62..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot.php deleted file mode 100644 index 2e2bcb7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType.php deleted file mode 100644 index 5c2c2ce..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot.php deleted file mode 100644 index ce3a122..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType.php deleted file mode 100644 index f18bb88..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot.php deleted file mode 100644 index 18b3371..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType.php deleted file mode 100644 index cd1f486..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot.php deleted file mode 100644 index 322fdd5..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType.php deleted file mode 100644 index 7cb9aa3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot.php deleted file mode 100644 index 88fe103..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType.php deleted file mode 100644 index 3b63376..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot.php deleted file mode 100644 index dc9a794..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType.php deleted file mode 100644 index b55ee25..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot.php deleted file mode 100644 index 5495f45..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType.php deleted file mode 100644 index c8b1ca5..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot.php deleted file mode 100644 index 0773ffd..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType.php deleted file mode 100644 index 86113e6..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemCircleActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate.php deleted file mode 100644 index de85918..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot.php deleted file mode 100644 index c241341..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType.php deleted file mode 100644 index 1b3761e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot.php deleted file mode 100644 index a27c4b5..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType.php deleted file mode 100644 index 57bb4d4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot.php deleted file mode 100644 index 2228c93..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType.php deleted file mode 100644 index 1a7a340..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot.php deleted file mode 100644 index 0196699..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType.php deleted file mode 100644 index 2f3ac33..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot.php deleted file mode 100644 index c9a607e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType.php deleted file mode 100644 index f16f74d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot.php deleted file mode 100644 index a1b3ed3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType.php deleted file mode 100644 index 5450440..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot.php deleted file mode 100644 index 2627b30..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType.php deleted file mode 100644 index f1b0ba6..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot.php deleted file mode 100644 index 1aced47..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType.php deleted file mode 100644 index 7df3f42..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot.php deleted file mode 100644 index b1c70e0..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType.php deleted file mode 100644 index bb19796..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot.php deleted file mode 100644 index 87b25a6..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType.php deleted file mode 100644 index ce0b32a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot.php deleted file mode 100644 index d1fceed..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType.php deleted file mode 100644 index aef6d1a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFileAttachmentActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $intent @@ -255,7 +255,7 @@ class DocAnnotationsList200ResponseAnnotationsItemFreeText extends JsonSerializa * groupId?: ?string, * createdBy?: ?string, * updatedBy?: ?string, - * actions?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActions, + * actions?: ?PdfAnnotationActions, * fontColor?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextFontColor, * interiorColor?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextInteriorColor, * dashArray?: ?array, diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActions.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActions.php deleted file mode 100644 index 14ffa48..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate.php deleted file mode 100644 index e6eee83..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot.php deleted file mode 100644 index 76ff5c3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType.php deleted file mode 100644 index 9d1a174..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot.php deleted file mode 100644 index f2c6647..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType.php deleted file mode 100644 index f1088e0..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot.php deleted file mode 100644 index 8bb037f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType.php deleted file mode 100644 index a7857c3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot.php deleted file mode 100644 index 2ee31c4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType.php deleted file mode 100644 index 659f984..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot.php deleted file mode 100644 index d2b2a13..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType.php deleted file mode 100644 index b3c3acd..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot.php deleted file mode 100644 index 30a4748..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType.php deleted file mode 100644 index 5f69383..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot.php deleted file mode 100644 index 31067a3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType.php deleted file mode 100644 index 87f0fe2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot.php deleted file mode 100644 index d1e9eac..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType.php deleted file mode 100644 index de34325..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot.php deleted file mode 100644 index a2af24f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType.php deleted file mode 100644 index 76473cf..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot.php deleted file mode 100644 index e414cec..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType.php deleted file mode 100644 index 8a960b6..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot.php deleted file mode 100644 index 6497738..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType.php deleted file mode 100644 index 6bdbcbb..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemFreeTextActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate.php deleted file mode 100644 index 755a1c7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot.php deleted file mode 100644 index 0ce342c..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType.php deleted file mode 100644 index cbd4514..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot.php deleted file mode 100644 index 82f0a9e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType.php deleted file mode 100644 index 7518cec..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot.php deleted file mode 100644 index a9a7a83..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType.php deleted file mode 100644 index bd487d5..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot.php deleted file mode 100644 index e85bde7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType.php deleted file mode 100644 index 0e68b72..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot.php deleted file mode 100644 index 35eb852..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType.php deleted file mode 100644 index 98e6618..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot.php deleted file mode 100644 index 0e7ca6b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType.php deleted file mode 100644 index d07dc56..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot.php deleted file mode 100644 index 182aebd..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType.php deleted file mode 100644 index e12f837..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot.php deleted file mode 100644 index f2a4bba..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType.php deleted file mode 100644 index 7dd285b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot.php deleted file mode 100644 index 90eee44..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType.php deleted file mode 100644 index 2980266..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot.php deleted file mode 100644 index 90d11e3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType.php deleted file mode 100644 index 7da4818..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot.php deleted file mode 100644 index 88d4858..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType.php deleted file mode 100644 index a3a8c03..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemHighlightActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * intent?: ?value-of, * rotation?: ?float, diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActions.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActions.php deleted file mode 100644 index c83b719..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate.php deleted file mode 100644 index 79fcfbc..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot.php deleted file mode 100644 index 2a05788..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType.php deleted file mode 100644 index 4223aec..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot.php deleted file mode 100644 index 5a220df..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType.php deleted file mode 100644 index f00371d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot.php deleted file mode 100644 index 80e6eba..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType.php deleted file mode 100644 index 2b9ef83..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot.php deleted file mode 100644 index c65d816..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType.php deleted file mode 100644 index 7d75b1c..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot.php deleted file mode 100644 index 5d02662..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType.php deleted file mode 100644 index ac562fc..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot.php deleted file mode 100644 index f3d2e80..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType.php deleted file mode 100644 index a93c835..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot.php deleted file mode 100644 index 09a7fb1..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType.php deleted file mode 100644 index 66d99a8..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot.php deleted file mode 100644 index 0d7ad71..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType.php deleted file mode 100644 index 3980dc6..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot.php deleted file mode 100644 index 5a6ab33..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType.php deleted file mode 100644 index 9c5ce86..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot.php deleted file mode 100644 index 17d5159..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType.php deleted file mode 100644 index fe0d49f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot.php deleted file mode 100644 index 25d88d9..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType.php deleted file mode 100644 index f5010f2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemInkActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * interiorColor?: ?DocAnnotationsList200ResponseAnnotationsItemLineInteriorColor, * rotation?: ?float, diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActions.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActions.php deleted file mode 100644 index a26167b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate.php deleted file mode 100644 index 91f9105..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot.php deleted file mode 100644 index b90a65a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType.php deleted file mode 100644 index 57ed422..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot.php deleted file mode 100644 index 1ed738d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType.php deleted file mode 100644 index afe9eeb..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot.php deleted file mode 100644 index 97406a9..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType.php deleted file mode 100644 index 3844b3a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot.php deleted file mode 100644 index dff0f77..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType.php deleted file mode 100644 index 6a2cb48..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot.php deleted file mode 100644 index f26b38d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType.php deleted file mode 100644 index 1c79c21..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot.php deleted file mode 100644 index 6be7ba7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType.php deleted file mode 100644 index 65ffa52..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot.php deleted file mode 100644 index 26b87e2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType.php deleted file mode 100644 index 4faa700..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot.php deleted file mode 100644 index 55cf426..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType.php deleted file mode 100644 index 26acb6a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot.php deleted file mode 100644 index 5f583e9..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType.php deleted file mode 100644 index b4528cd..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot.php deleted file mode 100644 index 848638f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType.php deleted file mode 100644 index e297b34..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot.php deleted file mode 100644 index 81491f3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType.php deleted file mode 100644 index 58a56a4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLineActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate.php deleted file mode 100644 index ed0e87d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot.php deleted file mode 100644 index cd0eb12..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType.php deleted file mode 100644 index 1174f74..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot.php deleted file mode 100644 index 2fac186..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType.php deleted file mode 100644 index c8ef68f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot.php deleted file mode 100644 index 1093f15..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType.php deleted file mode 100644 index d4532d1..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot.php deleted file mode 100644 index 29a4f2c..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType.php deleted file mode 100644 index 590f2bc..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot.php deleted file mode 100644 index b4b1b87..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType.php deleted file mode 100644 index 7ef5d13..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot.php deleted file mode 100644 index 5fdad7f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType.php deleted file mode 100644 index 5dc7910..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot.php deleted file mode 100644 index 3ad71d2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType.php deleted file mode 100644 index 28c9748..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot.php deleted file mode 100644 index 2f155be..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType.php deleted file mode 100644 index 90dc4d4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot.php deleted file mode 100644 index 1a75679..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType.php deleted file mode 100644 index 24ac184..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot.php deleted file mode 100644 index 481cff4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType.php deleted file mode 100644 index 8d043a7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot.php deleted file mode 100644 index 351fce2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType.php deleted file mode 100644 index 391e9fb..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -kind = $values['kind']; - $this->value = $values['value']; - } - - /** - * @param DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz $xyz - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - */ - public static function xyz(DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz $xyz): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'xyz', - 'value' => $xyz, - ]); - } - - /** - * @param DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit $fit - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - */ - public static function fit(DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit $fit): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fit', - 'value' => $fit, - ]); - } - - /** - * @param DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH $fitH - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - */ - public static function fitH(DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH $fitH): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitH', - 'value' => $fitH, - ]); - } - - /** - * @param DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV $fitV - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - */ - public static function fitV(DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV $fitV): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitV', - 'value' => $fitV, - ]); - } - - /** - * @param DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR $fitR - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - */ - public static function fitR(DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR $fitR): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitR', - 'value' => $fitR, - ]); - } - - /** - * @param DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB $fitB - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - */ - public static function fitB(DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB $fitB): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitB', - 'value' => $fitB, - ]); - } - - /** - * @param DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh $fitBh - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - */ - public static function fitBh(DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh $fitBh): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitBH', - 'value' => $fitBh, - ]); - } - - /** - * @param DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv $fitBv - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - */ - public static function fitBv(DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv $fitBv): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitBV', - 'value' => $fitBv, - ]); - } - - /** - * @return bool - */ - public function isXyz(): bool - { - return $this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz && $this->kind === 'xyz'; - } - - /** - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz - */ - public function asXyz(): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz - { - if (!($this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz && $this->kind === 'xyz')) { - throw new Exception( - "Expected xyz; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFit(): bool - { - return $this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit && $this->kind === 'fit'; - } - - /** - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit - */ - public function asFit(): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit - { - if (!($this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit && $this->kind === 'fit')) { - throw new Exception( - "Expected fit; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitH(): bool - { - return $this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH && $this->kind === 'fitH'; - } - - /** - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH - */ - public function asFitH(): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH - { - if (!($this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH && $this->kind === 'fitH')) { - throw new Exception( - "Expected fitH; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitV(): bool - { - return $this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV && $this->kind === 'fitV'; - } - - /** - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV - */ - public function asFitV(): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV - { - if (!($this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV && $this->kind === 'fitV')) { - throw new Exception( - "Expected fitV; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitR(): bool - { - return $this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR && $this->kind === 'fitR'; - } - - /** - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR - */ - public function asFitR(): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR - { - if (!($this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR && $this->kind === 'fitR')) { - throw new Exception( - "Expected fitR; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitB(): bool - { - return $this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB && $this->kind === 'fitB'; - } - - /** - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB - */ - public function asFitB(): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB - { - if (!($this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB && $this->kind === 'fitB')) { - throw new Exception( - "Expected fitB; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitBh(): bool - { - return $this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh && $this->kind === 'fitBH'; - } - - /** - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh - */ - public function asFitBh(): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh - { - if (!($this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh && $this->kind === 'fitBH')) { - throw new Exception( - "Expected fitBH; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitBv(): bool - { - return $this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv && $this->kind === 'fitBV'; - } - - /** - * @return DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv - */ - public function asFitBv(): DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv - { - if (!($this->value instanceof DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv && $this->kind === 'fitBV')) { - throw new Exception( - "Expected fitBV; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } - - /** - * @return array - */ - public function jsonSerialize(): array - { - $result = []; - $result['kind'] = $this->kind; - - $base = parent::jsonSerialize(); - $result = array_merge($base, $result); - - switch ($this->kind) { - case 'xyz': - $value = $this->asXyz()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fit': - $value = $this->asFit()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitH': - $value = $this->asFitH()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitV': - $value = $this->asFitV()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitR': - $value = $this->asFitR()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitB': - $value = $this->asFitB()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitBH': - $value = $this->asFitBh()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitBV': - $value = $this->asFitBv()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case '_unknown': - default: - if (is_null($this->value)) { - break; - } - if ($this->value instanceof JsonSerializableType) { - $value = $this->value->jsonSerialize(); - $result = array_merge($value, $result); - } elseif (is_array($this->value)) { - $result = array_merge($this->value, $result); - } - } - - return $result; - } - - /** - * @param array $data - */ - public static function jsonDeserialize(array $data): static - { - $args = []; - if (!array_key_exists('kind', $data)) { - throw new Exception( - "JSON data is missing property 'kind'", - ); - } - $kind = $data['kind']; - if (!(is_string($kind))) { - throw new Exception( - "Expected property 'kind' in JSON data to be string, instead received " . get_debug_type($data['kind']), - ); - } - - $args['kind'] = $kind; - switch ($kind) { - case 'xyz': - $args['value'] = DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz::jsonDeserialize($data); - break; - case 'fit': - $args['value'] = DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit::jsonDeserialize($data); - break; - case 'fitH': - $args['value'] = DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH::jsonDeserialize($data); - break; - case 'fitV': - $args['value'] = DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV::jsonDeserialize($data); - break; - case 'fitR': - $args['value'] = DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR::jsonDeserialize($data); - break; - case 'fitB': - $args['value'] = DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB::jsonDeserialize($data); - break; - case 'fitBH': - $args['value'] = DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh::jsonDeserialize($data); - break; - case 'fitBV': - $args['value'] = DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv::jsonDeserialize($data); - break; - case '_unknown': - default: - $args['kind'] = '_unknown'; - $args['value'] = $data; - } - - // @phpstan-ignore-next-line - return new static($args); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygon.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygon.php index e6c4a20..c6dc448 100644 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygon.php +++ b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygon.php @@ -125,10 +125,10 @@ class DocAnnotationsList200ResponseAnnotationsItemPolygon extends JsonSerializab public ?string $updatedBy; /** - * @var ?DocAnnotationsList200ResponseAnnotationsItemPolygonActions $actions + * @var ?PdfAnnotationActions $actions */ #[JsonProperty('actions')] - public ?DocAnnotationsList200ResponseAnnotationsItemPolygonActions $actions; + public ?PdfAnnotationActions $actions; /** * @var DocAnnotationsList200ResponseAnnotationsItemPolygonColor $color @@ -210,7 +210,7 @@ class DocAnnotationsList200ResponseAnnotationsItemPolygon extends JsonSerializab * groupId?: ?string, * createdBy?: ?string, * updatedBy?: ?string, - * actions?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActions, + * actions?: ?PdfAnnotationActions, * dashArray?: ?array, * interiorColor?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonInteriorColor, * rotation?: ?float, diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActions.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActions.php deleted file mode 100644 index 1a50607..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate.php deleted file mode 100644 index 537546f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot.php deleted file mode 100644 index e819b6e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType.php deleted file mode 100644 index 98bdfb1..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot.php deleted file mode 100644 index 95c1766..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType.php deleted file mode 100644 index aff6e5b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot.php deleted file mode 100644 index 6bc4eab..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType.php deleted file mode 100644 index 5c82d18..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot.php deleted file mode 100644 index 407cacf..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType.php deleted file mode 100644 index 729e94b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot.php deleted file mode 100644 index 07dec03..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType.php deleted file mode 100644 index dfcebed..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot.php deleted file mode 100644 index e9b7291..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType.php deleted file mode 100644 index 877a3a6..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot.php deleted file mode 100644 index 2833270..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType.php deleted file mode 100644 index ad02422..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot.php deleted file mode 100644 index 32614a5..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType.php deleted file mode 100644 index 11b1ff9..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot.php deleted file mode 100644 index aa38bd4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType.php deleted file mode 100644 index 016a2c0..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot.php deleted file mode 100644 index 65a27d4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType.php deleted file mode 100644 index f4db7b7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot.php deleted file mode 100644 index 51528b7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType.php deleted file mode 100644 index 155e1de..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolygonActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * interiorColor?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineInteriorColor, * rotation?: ?float, diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActions.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActions.php deleted file mode 100644 index fb0011b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate.php deleted file mode 100644 index 04cbeec..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot.php deleted file mode 100644 index a2a2e3c..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType.php deleted file mode 100644 index a17ea2b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot.php deleted file mode 100644 index 2f41881..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType.php deleted file mode 100644 index 3e2adc2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot.php deleted file mode 100644 index a65d212..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType.php deleted file mode 100644 index 5c332d1..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot.php deleted file mode 100644 index 84748da..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType.php deleted file mode 100644 index b49ac29..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot.php deleted file mode 100644 index e8e2302..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType.php deleted file mode 100644 index 28fd476..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot.php deleted file mode 100644 index 46c3454..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType.php deleted file mode 100644 index a32bc5f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot.php deleted file mode 100644 index d840d44..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType.php deleted file mode 100644 index 5dd0123..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot.php deleted file mode 100644 index a361bd8..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType.php deleted file mode 100644 index 46081a9..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot.php deleted file mode 100644 index 5642a61..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType.php deleted file mode 100644 index bdec98d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot.php deleted file mode 100644 index 86c9898..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType.php deleted file mode 100644 index 3d6e6d5..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot.php deleted file mode 100644 index 7a6493d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType.php deleted file mode 100644 index f1e3f99..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemPolylineActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $quadPoints @@ -219,7 +219,7 @@ class DocAnnotationsList200ResponseAnnotationsItemRedact extends JsonSerializabl * groupId?: ?string, * createdBy?: ?string, * updatedBy?: ?string, - * actions?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActions, + * actions?: ?PdfAnnotationActions, * interiorColor?: ?DocAnnotationsList200ResponseAnnotationsItemRedactInteriorColor, * overlayText?: ?string, * } $values diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActions.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActions.php deleted file mode 100644 index 89cfe17..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate.php deleted file mode 100644 index 939748a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot.php deleted file mode 100644 index 44cd2f7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType.php deleted file mode 100644 index 3b571f3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot.php deleted file mode 100644 index 1594d8e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType.php deleted file mode 100644 index 16d5f43..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot.php deleted file mode 100644 index 0f0562f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType.php deleted file mode 100644 index 8ac7495..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot.php deleted file mode 100644 index 646dd6e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType.php deleted file mode 100644 index 8423c5f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot.php deleted file mode 100644 index 4e3c3e0..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType.php deleted file mode 100644 index 12b2381..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot.php deleted file mode 100644 index cf87785..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType.php deleted file mode 100644 index 9ccf706..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot.php deleted file mode 100644 index 8d37f69..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType.php deleted file mode 100644 index 9f44897..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot.php deleted file mode 100644 index 255a64a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType.php deleted file mode 100644 index 524b957..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot.php deleted file mode 100644 index ac02a33..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType.php deleted file mode 100644 index b0764e3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot.php deleted file mode 100644 index 9ad8131..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType.php deleted file mode 100644 index 1f42fd4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot.php deleted file mode 100644 index 85ff586..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType.php deleted file mode 100644 index 905785b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemRedactActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * interiorColor?: ?DocAnnotationsList200ResponseAnnotationsItemSquareInteriorColor, * cloudyIntensity?: ?float, diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActions.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActions.php deleted file mode 100644 index d9f7d69..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate.php deleted file mode 100644 index 047964d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot.php deleted file mode 100644 index e3d85cd..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType.php deleted file mode 100644 index 842b855..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot.php deleted file mode 100644 index 99e9e7b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType.php deleted file mode 100644 index 1a19f1b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot.php deleted file mode 100644 index 9e299ca..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType.php deleted file mode 100644 index 1e85ead..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot.php deleted file mode 100644 index e5dee4f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType.php deleted file mode 100644 index 78a7813..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot.php deleted file mode 100644 index 7654092..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType.php deleted file mode 100644 index 4fbb51e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot.php deleted file mode 100644 index df938a7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType.php deleted file mode 100644 index 3c45e73..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot.php deleted file mode 100644 index 4ceccb1..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType.php deleted file mode 100644 index a8595af..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot.php deleted file mode 100644 index 0979ea2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType.php deleted file mode 100644 index f08ee2b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot.php deleted file mode 100644 index e92b274..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType.php deleted file mode 100644 index 1bdc0d7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot.php deleted file mode 100644 index 42c0026..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType.php deleted file mode 100644 index 30145c5..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot.php deleted file mode 100644 index d760493..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType.php deleted file mode 100644 index 7cf191f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquareActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate.php deleted file mode 100644 index fed98db..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot.php deleted file mode 100644 index 617f66d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType.php deleted file mode 100644 index 4fb8a2f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot.php deleted file mode 100644 index 9edaa71..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType.php deleted file mode 100644 index 9965d85..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot.php deleted file mode 100644 index 5aeea02..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType.php deleted file mode 100644 index 8f00620..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot.php deleted file mode 100644 index 2c70caa..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType.php deleted file mode 100644 index 8122031..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot.php deleted file mode 100644 index 7152cfc..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType.php deleted file mode 100644 index 2da15b7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot.php deleted file mode 100644 index d14ce63..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType.php deleted file mode 100644 index 51654ad..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot.php deleted file mode 100644 index 2192355..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType.php deleted file mode 100644 index 97665f2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot.php deleted file mode 100644 index 8010ee5..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType.php deleted file mode 100644 index b677d28..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot.php deleted file mode 100644 index affcfd1..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType.php deleted file mode 100644 index 5f0e5cd..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot.php deleted file mode 100644 index c26c39c..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType.php deleted file mode 100644 index c079632..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot.php deleted file mode 100644 index ac385ad..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType.php deleted file mode 100644 index 853203b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemSquigglyActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate.php deleted file mode 100644 index 5a79870..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot.php deleted file mode 100644 index 2d67a92..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType.php deleted file mode 100644 index 9445960..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot.php deleted file mode 100644 index 53ab30a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType.php deleted file mode 100644 index c37eaec..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot.php deleted file mode 100644 index 37e0869..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType.php deleted file mode 100644 index 3c79e4f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot.php deleted file mode 100644 index fdc362a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType.php deleted file mode 100644 index bd63f1b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot.php deleted file mode 100644 index 905cb8f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType.php deleted file mode 100644 index 84d0333..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot.php deleted file mode 100644 index 249a515..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType.php deleted file mode 100644 index c1a5325..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot.php deleted file mode 100644 index 8eb3f75..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType.php deleted file mode 100644 index 4006196..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot.php deleted file mode 100644 index 92549ec..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType.php deleted file mode 100644 index bf22a30..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot.php deleted file mode 100644 index e9b0b35..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType.php deleted file mode 100644 index f20ece8..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot.php deleted file mode 100644 index f15f182..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType.php deleted file mode 100644 index ec49269..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot.php deleted file mode 100644 index 2e6c7e4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType.php deleted file mode 100644 index 6ca8ae2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStampActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * } $values */ diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions.php deleted file mode 100644 index b5493ca..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate.php deleted file mode 100644 index 2f776aa..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot.php deleted file mode 100644 index c86cbe7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType.php deleted file mode 100644 index 8be786b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot.php deleted file mode 100644 index 9e3e582..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType.php deleted file mode 100644 index 0a8d9ab..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot.php deleted file mode 100644 index 32fbea8..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType.php deleted file mode 100644 index 72292eb..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot.php deleted file mode 100644 index a27372c..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType.php deleted file mode 100644 index 96ea653..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot.php deleted file mode 100644 index 32914e3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType.php deleted file mode 100644 index 6465e1a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot.php deleted file mode 100644 index 8a22ded..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType.php deleted file mode 100644 index e867d17..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot.php deleted file mode 100644 index 6a6b883..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType.php deleted file mode 100644 index 86fc6a2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot.php deleted file mode 100644 index 9e0713a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType.php deleted file mode 100644 index 5f25db7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot.php deleted file mode 100644 index 628450c..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType.php deleted file mode 100644 index 1772634..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot.php deleted file mode 100644 index 74b45bd..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType.php deleted file mode 100644 index d51a2cd..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot.php deleted file mode 100644 index d0ca5d8..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType.php deleted file mode 100644 index 2ae27b0..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemStrikeoutActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate.php deleted file mode 100644 index 7e6ef99..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot.php deleted file mode 100644 index 414d19c..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType.php deleted file mode 100644 index e37fec9..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot.php deleted file mode 100644 index b24e090..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType.php deleted file mode 100644 index 0b473a0..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot.php deleted file mode 100644 index 7ac816e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType.php deleted file mode 100644 index 1ab7d71..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot.php deleted file mode 100644 index fa580d9..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType.php deleted file mode 100644 index 04600c2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot.php deleted file mode 100644 index f8e6d63..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType.php deleted file mode 100644 index a88b2ed..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot.php deleted file mode 100644 index 19664d0..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType.php deleted file mode 100644 index a188194..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot.php deleted file mode 100644 index ec42d7a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType.php deleted file mode 100644 index a930680..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot.php deleted file mode 100644 index 81dd10c..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType.php deleted file mode 100644 index eae431b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot.php deleted file mode 100644 index c5a133f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType.php deleted file mode 100644 index fe32382..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot.php deleted file mode 100644 index eb5d1dd..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType.php deleted file mode 100644 index 8d8a597..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot.php deleted file mode 100644 index 95e2dfa..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType.php deleted file mode 100644 index e118fb8..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemTextActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate.php deleted file mode 100644 index 248b643..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot.php deleted file mode 100644 index a57bc7e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType.php deleted file mode 100644 index 96faca8..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot.php deleted file mode 100644 index 63aea95..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType.php deleted file mode 100644 index 4c4daf7..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot.php deleted file mode 100644 index 98a1f2b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType.php deleted file mode 100644 index 5c30a5e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot.php deleted file mode 100644 index 6bd642c..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType.php deleted file mode 100644 index 7630522..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot.php deleted file mode 100644 index 65d36cf..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType.php deleted file mode 100644 index 0d4832b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot.php deleted file mode 100644 index 95d810f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType.php deleted file mode 100644 index a1cfac6..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot.php deleted file mode 100644 index 70af335..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType.php deleted file mode 100644 index c4968c8..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot.php deleted file mode 100644 index 64160d4..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType.php deleted file mode 100644 index 60652b3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot.php deleted file mode 100644 index fd909fe..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType.php deleted file mode 100644 index 2d7ad7d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot.php deleted file mode 100644 index 4e6f318..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType.php deleted file mode 100644 index cc1f29f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot.php deleted file mode 100644 index 11295bc..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType.php deleted file mode 100644 index 7df41c3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnderlineActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate.php deleted file mode 100644 index 7af00fb..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot.php deleted file mode 100644 index 5751598..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType.php deleted file mode 100644 index 05fcb08..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot.php deleted file mode 100644 index 7a0806b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType.php deleted file mode 100644 index b66978a..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot.php deleted file mode 100644 index 08bd043..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType.php deleted file mode 100644 index 5bd7adf..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot.php deleted file mode 100644 index 3fa81f6..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType.php deleted file mode 100644 index 8916c0f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot.php deleted file mode 100644 index a29a5d2..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType.php deleted file mode 100644 index 693c41b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot.php deleted file mode 100644 index de1b275..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType.php deleted file mode 100644 index 17aba6e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot.php deleted file mode 100644 index 758485b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType.php deleted file mode 100644 index 56bebbc..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot.php deleted file mode 100644 index 390a03d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType.php deleted file mode 100644 index 443e8f3..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot.php deleted file mode 100644 index cafd59c..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType.php deleted file mode 100644 index b677760..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot.php deleted file mode 100644 index 1d430a9..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType.php deleted file mode 100644 index 14e0081..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot.php deleted file mode 100644 index 17e1fa8..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType.php deleted file mode 100644 index 43b8c5d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemUnsupportedActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActions.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActions.php deleted file mode 100644 index d583252..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate.php deleted file mode 100644 index 4d911cf..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot.php deleted file mode 100644 index c1fb7b5..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType.php deleted file mode 100644 index 1bea4e0..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot.php deleted file mode 100644 index 517354f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType.php deleted file mode 100644 index 3d0c7b8..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot.php deleted file mode 100644 index ed77f90..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType.php deleted file mode 100644 index a1c46da..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot.php deleted file mode 100644 index f459f81..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType.php deleted file mode 100644 index cec7ff6..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot.php deleted file mode 100644 index b34d59d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType.php deleted file mode 100644 index 2d1859d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot.php deleted file mode 100644 index ab7bc2b..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType.php deleted file mode 100644 index 7f5c193..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot.php deleted file mode 100644 index 900d669..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType.php deleted file mode 100644 index d8ecf02..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot.php deleted file mode 100644 index ae6aa70..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType.php deleted file mode 100644 index b6d2cf6..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot.php deleted file mode 100644 index 0b0722e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType.php deleted file mode 100644 index 3b38e0d..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot.php deleted file mode 100644 index 6bc4008..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType.php deleted file mode 100644 index 1fea27f..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot.php deleted file mode 100644 index 3a0187e..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType.php b/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType.php deleted file mode 100644 index 117e472..0000000 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemWidgetActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * rectDifferences?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretRectDifferences, * rotation?: ?float, diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActions.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActions.php deleted file mode 100644 index d1a3135..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivate.php deleted file mode 100644 index d5cef0c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateRoot.php deleted file mode 100644 index 7b462a0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateRootType.php deleted file mode 100644 index 06e5490..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurRoot.php deleted file mode 100644 index 7a1f521..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurRootType.php deleted file mode 100644 index 77f81d3..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterRoot.php deleted file mode 100644 index dd313ff..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterRootType.php deleted file mode 100644 index fb91446..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitRoot.php deleted file mode 100644 index 6f71903..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitRootType.php deleted file mode 100644 index ea44f42..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusRoot.php deleted file mode 100644 index 840bd37..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusRootType.php deleted file mode 100644 index 9d6bccc..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownRoot.php deleted file mode 100644 index a6b73a0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownRootType.php deleted file mode 100644 index 01ea1ea..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpRoot.php deleted file mode 100644 index 99e7497..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpRootType.php deleted file mode 100644 index 15d9a1b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseRoot.php deleted file mode 100644 index 439a010..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseRootType.php deleted file mode 100644 index 3fc44d1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleRoot.php deleted file mode 100644 index 7702035..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleRootType.php deleted file mode 100644 index 432ed93..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenRoot.php deleted file mode 100644 index 2fd9087..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenRootType.php deleted file mode 100644 index 185344e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleRoot.php deleted file mode 100644 index 8457151..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleRootType.php deleted file mode 100644 index a4205b7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCaretActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * interiorColor?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleInteriorColor, * cloudyIntensity?: ?float, diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActions.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActions.php deleted file mode 100644 index bdda5ce..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivate.php deleted file mode 100644 index 5df3738..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateRoot.php deleted file mode 100644 index bea11a2..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateRootType.php deleted file mode 100644 index fef682c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurRoot.php deleted file mode 100644 index d31b49a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurRootType.php deleted file mode 100644 index 2da1007..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterRoot.php deleted file mode 100644 index 22f4f6f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterRootType.php deleted file mode 100644 index 7454db8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitRoot.php deleted file mode 100644 index e3db4e6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitRootType.php deleted file mode 100644 index ee1eab9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusRoot.php deleted file mode 100644 index be2feda..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusRootType.php deleted file mode 100644 index dc2dc33..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownRoot.php deleted file mode 100644 index f88c9f1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownRootType.php deleted file mode 100644 index eb85f53..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpRoot.php deleted file mode 100644 index 9cee99b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpRootType.php deleted file mode 100644 index f22dda7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseRoot.php deleted file mode 100644 index 232f096..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseRootType.php deleted file mode 100644 index adda0da..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleRoot.php deleted file mode 100644 index c20c1cc..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleRootType.php deleted file mode 100644 index c8543b6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenRoot.php deleted file mode 100644 index 945fe2b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenRootType.php deleted file mode 100644 index d4f19fa..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleRoot.php deleted file mode 100644 index 94fc9e6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleRootType.php deleted file mode 100644 index 250e681..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemCircleActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivate.php deleted file mode 100644 index 4a1a152..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateRoot.php deleted file mode 100644 index 84e693f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateRootType.php deleted file mode 100644 index 0cda205..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurRoot.php deleted file mode 100644 index d7f7124..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurRootType.php deleted file mode 100644 index 62a32e9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterRoot.php deleted file mode 100644 index 6bf890f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterRootType.php deleted file mode 100644 index 570af3e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitRoot.php deleted file mode 100644 index 4ef1409..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitRootType.php deleted file mode 100644 index 65b4218..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusRoot.php deleted file mode 100644 index 6e79bf6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusRootType.php deleted file mode 100644 index 92a052e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownRoot.php deleted file mode 100644 index 25e6f8d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownRootType.php deleted file mode 100644 index 25bea1b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpRoot.php deleted file mode 100644 index 0de2b79..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpRootType.php deleted file mode 100644 index 41bb3ef..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseRoot.php deleted file mode 100644 index d19e759..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseRootType.php deleted file mode 100644 index d3ee8f7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleRoot.php deleted file mode 100644 index 300d153..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleRootType.php deleted file mode 100644 index 5f9665b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenRoot.php deleted file mode 100644 index 5091851..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenRootType.php deleted file mode 100644 index 5d3f0d1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleRoot.php deleted file mode 100644 index 1fa829f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleRootType.php deleted file mode 100644 index 5b063a8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFileAttachmentActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $intent @@ -255,7 +255,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeText extends J * groupId?: ?string, * createdBy?: ?string, * updatedBy?: ?string, - * actions?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActions, + * actions?: ?PdfAnnotationActions, * fontColor?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextFontColor, * interiorColor?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextInteriorColor, * dashArray?: ?array, diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActions.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActions.php deleted file mode 100644 index dcfac57..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivate.php deleted file mode 100644 index 3e447fd..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateRoot.php deleted file mode 100644 index 3914621..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateRootType.php deleted file mode 100644 index aace7c3..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurRoot.php deleted file mode 100644 index 99caf46..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurRootType.php deleted file mode 100644 index 65bffe6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterRoot.php deleted file mode 100644 index bbaf3da..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterRootType.php deleted file mode 100644 index 09fd4af..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitRoot.php deleted file mode 100644 index 0baa8ad..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitRootType.php deleted file mode 100644 index 31902cc..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusRoot.php deleted file mode 100644 index 65cede3..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusRootType.php deleted file mode 100644 index 70468a5..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownRoot.php deleted file mode 100644 index fc4eca5..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownRootType.php deleted file mode 100644 index e397dca..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpRoot.php deleted file mode 100644 index 02bdb8b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpRootType.php deleted file mode 100644 index 899a543..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseRoot.php deleted file mode 100644 index fd4ddd6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseRootType.php deleted file mode 100644 index 42ed2a2..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleRoot.php deleted file mode 100644 index 9f60f76..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleRootType.php deleted file mode 100644 index a8d2edc..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenRoot.php deleted file mode 100644 index 2217f70..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenRootType.php deleted file mode 100644 index af5b7d3..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleRoot.php deleted file mode 100644 index 8c4c769..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleRootType.php deleted file mode 100644 index 7f10a56..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemFreeTextActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivate.php deleted file mode 100644 index bd59a69..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateRoot.php deleted file mode 100644 index 5629456..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateRootType.php deleted file mode 100644 index d4ba496..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurRoot.php deleted file mode 100644 index 34cbe41..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurRootType.php deleted file mode 100644 index d5aee16..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterRoot.php deleted file mode 100644 index 760fc64..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterRootType.php deleted file mode 100644 index e1f1105..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitRoot.php deleted file mode 100644 index c15bf00..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitRootType.php deleted file mode 100644 index f3ccfdf..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusRoot.php deleted file mode 100644 index f4e35a7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusRootType.php deleted file mode 100644 index 841be02..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownRoot.php deleted file mode 100644 index 72cda55..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownRootType.php deleted file mode 100644 index 81669d1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpRoot.php deleted file mode 100644 index 4a7aae4..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpRootType.php deleted file mode 100644 index 76b15ac..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseRoot.php deleted file mode 100644 index 393032a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseRootType.php deleted file mode 100644 index f817b8a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleRoot.php deleted file mode 100644 index edee68f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleRootType.php deleted file mode 100644 index 641220c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenRoot.php deleted file mode 100644 index ae1e9f7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenRootType.php deleted file mode 100644 index b6e1913..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleRoot.php deleted file mode 100644 index 6618f62..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleRootType.php deleted file mode 100644 index ede33b8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemHighlightActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * intent?: ?value-of, * rotation?: ?float, diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActions.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActions.php deleted file mode 100644 index e20d034..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivate.php deleted file mode 100644 index 4ff27d8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateRoot.php deleted file mode 100644 index f5b501a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateRootType.php deleted file mode 100644 index 069f4a4..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurRoot.php deleted file mode 100644 index 6c9486c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurRootType.php deleted file mode 100644 index cb00e44..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterRoot.php deleted file mode 100644 index d795f8e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterRootType.php deleted file mode 100644 index 244924e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitRoot.php deleted file mode 100644 index b976644..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitRootType.php deleted file mode 100644 index 1478121..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusRoot.php deleted file mode 100644 index 89b6ef7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusRootType.php deleted file mode 100644 index 45b1a6a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownRoot.php deleted file mode 100644 index 51c734e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownRootType.php deleted file mode 100644 index 7501ebb..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpRoot.php deleted file mode 100644 index c1686f5..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpRootType.php deleted file mode 100644 index 95f647d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseRoot.php deleted file mode 100644 index 80e69cb..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseRootType.php deleted file mode 100644 index 40d673c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleRoot.php deleted file mode 100644 index a8a813a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleRootType.php deleted file mode 100644 index c6106fc..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenRoot.php deleted file mode 100644 index dc6d28c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenRootType.php deleted file mode 100644 index 838b704..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleRoot.php deleted file mode 100644 index eff3a6e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleRootType.php deleted file mode 100644 index e4bc30b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemInkActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * interiorColor?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineInteriorColor, * rotation?: ?float, diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActions.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActions.php deleted file mode 100644 index 23215f8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivate.php deleted file mode 100644 index b07bbc9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateRoot.php deleted file mode 100644 index 15fc865..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateRootType.php deleted file mode 100644 index cb9dc0d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurRoot.php deleted file mode 100644 index 162cb92..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurRootType.php deleted file mode 100644 index 04df258..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterRoot.php deleted file mode 100644 index 74cf3d1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterRootType.php deleted file mode 100644 index 9a47836..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitRoot.php deleted file mode 100644 index 25f66f0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitRootType.php deleted file mode 100644 index b624876..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusRoot.php deleted file mode 100644 index f139b00..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusRootType.php deleted file mode 100644 index 8353ba1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownRoot.php deleted file mode 100644 index d7ffab1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownRootType.php deleted file mode 100644 index dd083e8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpRoot.php deleted file mode 100644 index 972a507..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpRootType.php deleted file mode 100644 index 67382e7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseRoot.php deleted file mode 100644 index 600662c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseRootType.php deleted file mode 100644 index 5d0999e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleRoot.php deleted file mode 100644 index 1a95227..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleRootType.php deleted file mode 100644 index b593e4f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenRoot.php deleted file mode 100644 index 0ff74ff..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenRootType.php deleted file mode 100644 index af307fb..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleRoot.php deleted file mode 100644 index 3234aa1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleRootType.php deleted file mode 100644 index bff1c22..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLineActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivate.php deleted file mode 100644 index f8ef23a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateRoot.php deleted file mode 100644 index 84bff96..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateRootType.php deleted file mode 100644 index 50812e1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurRoot.php deleted file mode 100644 index f7decd6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurRootType.php deleted file mode 100644 index dcebd86..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterRoot.php deleted file mode 100644 index 37a12c1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterRootType.php deleted file mode 100644 index b4bb0a1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitRoot.php deleted file mode 100644 index 177bde9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitRootType.php deleted file mode 100644 index 0919c65..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusRoot.php deleted file mode 100644 index 326306b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusRootType.php deleted file mode 100644 index ffcf799..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownRoot.php deleted file mode 100644 index b610b4b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownRootType.php deleted file mode 100644 index 1d0ab3e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpRoot.php deleted file mode 100644 index 0fc30a1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpRootType.php deleted file mode 100644 index 41fc302..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseRoot.php deleted file mode 100644 index 96ae27f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseRootType.php deleted file mode 100644 index 1f6fd88..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleRoot.php deleted file mode 100644 index 7cddf09..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleRootType.php deleted file mode 100644 index 9e75572..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenRoot.php deleted file mode 100644 index ba05556..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenRootType.php deleted file mode 100644 index e514cd1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleRoot.php deleted file mode 100644 index 52a7bbb..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleRootType.php deleted file mode 100644 index 3589828..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -kind = $values['kind']; - $this->value = $values['value']; - } - - /** - * @param DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz $xyz - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - */ - public static function xyz(DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz $xyz): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'xyz', - 'value' => $xyz, - ]); - } - - /** - * @param DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit $fit - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - */ - public static function fit(DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit $fit): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fit', - 'value' => $fit, - ]); - } - - /** - * @param DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH $fitH - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - */ - public static function fitH(DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH $fitH): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitH', - 'value' => $fitH, - ]); - } - - /** - * @param DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV $fitV - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - */ - public static function fitV(DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV $fitV): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitV', - 'value' => $fitV, - ]); - } - - /** - * @param DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR $fitR - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - */ - public static function fitR(DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR $fitR): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitR', - 'value' => $fitR, - ]); - } - - /** - * @param DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB $fitB - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - */ - public static function fitB(DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB $fitB): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitB', - 'value' => $fitB, - ]); - } - - /** - * @param DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh $fitBh - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - */ - public static function fitBh(DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh $fitBh): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitBH', - 'value' => $fitBh, - ]); - } - - /** - * @param DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv $fitBv - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - */ - public static function fitBv(DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv $fitBv): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination - { - return new DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestination([ - 'kind' => 'fitBV', - 'value' => $fitBv, - ]); - } - - /** - * @return bool - */ - public function isXyz(): bool - { - return $this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz && $this->kind === 'xyz'; - } - - /** - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz - */ - public function asXyz(): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz - { - if (!($this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz && $this->kind === 'xyz')) { - throw new Exception( - "Expected xyz; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFit(): bool - { - return $this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit && $this->kind === 'fit'; - } - - /** - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit - */ - public function asFit(): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit - { - if (!($this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit && $this->kind === 'fit')) { - throw new Exception( - "Expected fit; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitH(): bool - { - return $this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH && $this->kind === 'fitH'; - } - - /** - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH - */ - public function asFitH(): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH - { - if (!($this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH && $this->kind === 'fitH')) { - throw new Exception( - "Expected fitH; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitV(): bool - { - return $this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV && $this->kind === 'fitV'; - } - - /** - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV - */ - public function asFitV(): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV - { - if (!($this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV && $this->kind === 'fitV')) { - throw new Exception( - "Expected fitV; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitR(): bool - { - return $this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR && $this->kind === 'fitR'; - } - - /** - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR - */ - public function asFitR(): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR - { - if (!($this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR && $this->kind === 'fitR')) { - throw new Exception( - "Expected fitR; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitB(): bool - { - return $this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB && $this->kind === 'fitB'; - } - - /** - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB - */ - public function asFitB(): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB - { - if (!($this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB && $this->kind === 'fitB')) { - throw new Exception( - "Expected fitB; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitBh(): bool - { - return $this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh && $this->kind === 'fitBH'; - } - - /** - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh - */ - public function asFitBh(): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh - { - if (!($this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh && $this->kind === 'fitBH')) { - throw new Exception( - "Expected fitBH; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return bool - */ - public function isFitBv(): bool - { - return $this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv && $this->kind === 'fitBV'; - } - - /** - * @return DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv - */ - public function asFitBv(): DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv - { - if (!($this->value instanceof DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv && $this->kind === 'fitBV')) { - throw new Exception( - "Expected fitBV; got " . $this->kind . " with value of type " . get_debug_type($this->value), - ); - } - - return $this->value; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } - - /** - * @return array - */ - public function jsonSerialize(): array - { - $result = []; - $result['kind'] = $this->kind; - - $base = parent::jsonSerialize(); - $result = array_merge($base, $result); - - switch ($this->kind) { - case 'xyz': - $value = $this->asXyz()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fit': - $value = $this->asFit()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitH': - $value = $this->asFitH()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitV': - $value = $this->asFitV()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitR': - $value = $this->asFitR()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitB': - $value = $this->asFitB()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitBH': - $value = $this->asFitBh()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case 'fitBV': - $value = $this->asFitBv()->jsonSerialize(); - $result = array_merge($value, $result); - break; - case '_unknown': - default: - if (is_null($this->value)) { - break; - } - if ($this->value instanceof JsonSerializableType) { - $value = $this->value->jsonSerialize(); - $result = array_merge($value, $result); - } elseif (is_array($this->value)) { - $result = array_merge($this->value, $result); - } - } - - return $result; - } - - /** - * @param array $data - */ - public static function jsonDeserialize(array $data): static - { - $args = []; - if (!array_key_exists('kind', $data)) { - throw new Exception( - "JSON data is missing property 'kind'", - ); - } - $kind = $data['kind']; - if (!(is_string($kind))) { - throw new Exception( - "Expected property 'kind' in JSON data to be string, instead received " . get_debug_type($data['kind']), - ); - } - - $args['kind'] = $kind; - switch ($kind) { - case 'xyz': - $args['value'] = DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz::jsonDeserialize($data); - break; - case 'fit': - $args['value'] = DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit::jsonDeserialize($data); - break; - case 'fitH': - $args['value'] = DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH::jsonDeserialize($data); - break; - case 'fitV': - $args['value'] = DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV::jsonDeserialize($data); - break; - case 'fitR': - $args['value'] = DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR::jsonDeserialize($data); - break; - case 'fitB': - $args['value'] = DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB::jsonDeserialize($data); - break; - case 'fitBH': - $args['value'] = DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh::jsonDeserialize($data); - break; - case 'fitBV': - $args['value'] = DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv::jsonDeserialize($data); - break; - case '_unknown': - default: - $args['kind'] = '_unknown'; - $args['value'] = $data; - } - - // @phpstan-ignore-next-line - return new static($args); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh.php deleted file mode 100644 index c2fb281..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBh.php +++ /dev/null @@ -1,42 +0,0 @@ -pageObjectNumber = $values['pageObjectNumber']; - $this->top = $values['top'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv.php deleted file mode 100644 index d1076bc..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitBv.php +++ /dev/null @@ -1,42 +0,0 @@ -pageObjectNumber = $values['pageObjectNumber']; - $this->left = $values['left'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH.php deleted file mode 100644 index 2477971..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitH.php +++ /dev/null @@ -1,42 +0,0 @@ -pageObjectNumber = $values['pageObjectNumber']; - $this->top = $values['top'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR.php deleted file mode 100644 index af68de9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitR.php +++ /dev/null @@ -1,66 +0,0 @@ -pageObjectNumber = $values['pageObjectNumber']; - $this->left = $values['left']; - $this->bottom = $values['bottom']; - $this->right = $values['right']; - $this->top = $values['top']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV.php deleted file mode 100644 index 2e77141..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitV.php +++ /dev/null @@ -1,42 +0,0 @@ -pageObjectNumber = $values['pageObjectNumber']; - $this->left = $values['left'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz.php deleted file mode 100644 index 636ef6b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationXyz.php +++ /dev/null @@ -1,58 +0,0 @@ -pageObjectNumber = $values['pageObjectNumber']; - $this->left = $values['left'] ?? null; - $this->top = $values['top'] ?? null; - $this->zoom = $values['zoom'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygon.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygon.php index 31ef7e2..7ee6ff2 100644 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygon.php +++ b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygon.php @@ -125,10 +125,10 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygon extends Js public ?string $updatedBy; /** - * @var ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActions $actions + * @var ?PdfAnnotationActions $actions */ #[JsonProperty('actions')] - public ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActions $actions; + public ?PdfAnnotationActions $actions; /** * @var DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonColor $color @@ -210,7 +210,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygon extends Js * groupId?: ?string, * createdBy?: ?string, * updatedBy?: ?string, - * actions?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActions, + * actions?: ?PdfAnnotationActions, * dashArray?: ?array, * interiorColor?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonInteriorColor, * rotation?: ?float, diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActions.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActions.php deleted file mode 100644 index 604b064..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivate.php deleted file mode 100644 index de78f83..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateRoot.php deleted file mode 100644 index 33e83ff..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateRootType.php deleted file mode 100644 index 0a4c552..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurRoot.php deleted file mode 100644 index 4705723..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurRootType.php deleted file mode 100644 index 161df82..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterRoot.php deleted file mode 100644 index cc7e2fb..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterRootType.php deleted file mode 100644 index 681e8bb..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitRoot.php deleted file mode 100644 index 26e86b1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitRootType.php deleted file mode 100644 index 4c0007a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusRoot.php deleted file mode 100644 index 0c98039..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusRootType.php deleted file mode 100644 index 222f6d0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownRoot.php deleted file mode 100644 index 5387b6e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownRootType.php deleted file mode 100644 index 2dd7ffe..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpRoot.php deleted file mode 100644 index 889360f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpRootType.php deleted file mode 100644 index 8fa6674..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseRoot.php deleted file mode 100644 index f12d4fe..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseRootType.php deleted file mode 100644 index 878089c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleRoot.php deleted file mode 100644 index 274fc2d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleRootType.php deleted file mode 100644 index a3ac762..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenRoot.php deleted file mode 100644 index ca92b2e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenRootType.php deleted file mode 100644 index 57ea9f2..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleRoot.php deleted file mode 100644 index 8f97cfe..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleRootType.php deleted file mode 100644 index e958c78..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolygonActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * interiorColor?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineInteriorColor, * rotation?: ?float, diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActions.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActions.php deleted file mode 100644 index 4631626..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivate.php deleted file mode 100644 index af66779..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateRoot.php deleted file mode 100644 index 04cfcb1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateRootType.php deleted file mode 100644 index 8c7e2cf..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurRoot.php deleted file mode 100644 index 87394e3..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurRootType.php deleted file mode 100644 index 33b0604..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterRoot.php deleted file mode 100644 index 2153c92..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterRootType.php deleted file mode 100644 index 8a2daf0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitRoot.php deleted file mode 100644 index c98e69d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitRootType.php deleted file mode 100644 index ffa1ef6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusRoot.php deleted file mode 100644 index ad1fd2a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusRootType.php deleted file mode 100644 index 546f533..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownRoot.php deleted file mode 100644 index 30d221e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownRootType.php deleted file mode 100644 index b75b69b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpRoot.php deleted file mode 100644 index 7d29d61..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpRootType.php deleted file mode 100644 index ba10bf1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseRoot.php deleted file mode 100644 index 5b10885..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseRootType.php deleted file mode 100644 index 771a627..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleRoot.php deleted file mode 100644 index 9e8d463..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleRootType.php deleted file mode 100644 index 3de2969..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenRoot.php deleted file mode 100644 index 6464e7a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenRootType.php deleted file mode 100644 index d58ded8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleRoot.php deleted file mode 100644 index 16ea38c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleRootType.php deleted file mode 100644 index a82de7a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemPolylineActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $quadPoints @@ -219,7 +219,7 @@ class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedact extends Jso * groupId?: ?string, * createdBy?: ?string, * updatedBy?: ?string, - * actions?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActions, + * actions?: ?PdfAnnotationActions, * interiorColor?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactInteriorColor, * overlayText?: ?string, * } $values diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActions.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActions.php deleted file mode 100644 index ecb7cbf..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivate.php deleted file mode 100644 index 6d01fb4..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateRoot.php deleted file mode 100644 index 0baf58b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateRootType.php deleted file mode 100644 index 46f2c67..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurRoot.php deleted file mode 100644 index f78d954..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurRootType.php deleted file mode 100644 index c5b4b08..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterRoot.php deleted file mode 100644 index 360de9d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterRootType.php deleted file mode 100644 index 3c1a066..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitRoot.php deleted file mode 100644 index 6936725..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitRootType.php deleted file mode 100644 index 1fc17a4..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusRoot.php deleted file mode 100644 index 8ca37d8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusRootType.php deleted file mode 100644 index 2ea665a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownRoot.php deleted file mode 100644 index 2ebd65e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownRootType.php deleted file mode 100644 index f5729c0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpRoot.php deleted file mode 100644 index 995134c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpRootType.php deleted file mode 100644 index a0f493f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseRoot.php deleted file mode 100644 index 07f723f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseRootType.php deleted file mode 100644 index fe260cc..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleRoot.php deleted file mode 100644 index 31431b4..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleRootType.php deleted file mode 100644 index 7d6b536..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenRoot.php deleted file mode 100644 index 872fb67..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenRootType.php deleted file mode 100644 index 381ecb4..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleRoot.php deleted file mode 100644 index 55621db..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleRootType.php deleted file mode 100644 index 835de45..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemRedactActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * interiorColor?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareInteriorColor, * cloudyIntensity?: ?float, diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActions.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActions.php deleted file mode 100644 index 475e5a2..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivate.php deleted file mode 100644 index 910f7c9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateRoot.php deleted file mode 100644 index 9a8c1d1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateRootType.php deleted file mode 100644 index 5324690..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurRoot.php deleted file mode 100644 index 2da76aa..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurRootType.php deleted file mode 100644 index c89f1dd..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterRoot.php deleted file mode 100644 index 5d8a9e6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterRootType.php deleted file mode 100644 index 7186b41..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitRoot.php deleted file mode 100644 index 6cc1db2..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitRootType.php deleted file mode 100644 index 802b560..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusRoot.php deleted file mode 100644 index 08c5ad8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusRootType.php deleted file mode 100644 index 242ec67..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownRoot.php deleted file mode 100644 index a5f97ec..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownRootType.php deleted file mode 100644 index 9aa30f6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpRoot.php deleted file mode 100644 index b4c0bf7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpRootType.php deleted file mode 100644 index aee2d2b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseRoot.php deleted file mode 100644 index b4dffb9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseRootType.php deleted file mode 100644 index fe9000a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleRoot.php deleted file mode 100644 index 5822f71..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleRootType.php deleted file mode 100644 index b023e65..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenRoot.php deleted file mode 100644 index 16aff86..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenRootType.php deleted file mode 100644 index 5aea34d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleRoot.php deleted file mode 100644 index fbdfd79..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleRootType.php deleted file mode 100644 index 9bad2e0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquareActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivate.php deleted file mode 100644 index b015ca2..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateRoot.php deleted file mode 100644 index 650f097..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateRootType.php deleted file mode 100644 index b4d82d2..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurRoot.php deleted file mode 100644 index 4b2c015..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurRootType.php deleted file mode 100644 index 68f6988..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterRoot.php deleted file mode 100644 index 5ec8bdc..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterRootType.php deleted file mode 100644 index 9853aae..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitRoot.php deleted file mode 100644 index 93d0715..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitRootType.php deleted file mode 100644 index a22bd98..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusRoot.php deleted file mode 100644 index 77e39c3..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusRootType.php deleted file mode 100644 index 64f63b7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownRoot.php deleted file mode 100644 index d4e1bf8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownRootType.php deleted file mode 100644 index 2360a42..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpRoot.php deleted file mode 100644 index 9a17ba7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpRootType.php deleted file mode 100644 index 8cf114a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseRoot.php deleted file mode 100644 index 2e2be4b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseRootType.php deleted file mode 100644 index 6ea3a0c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleRoot.php deleted file mode 100644 index a6748b6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleRootType.php deleted file mode 100644 index 5aef5aa..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenRoot.php deleted file mode 100644 index 0b9cde7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenRootType.php deleted file mode 100644 index c79a95f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleRoot.php deleted file mode 100644 index ee272c0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleRootType.php deleted file mode 100644 index 6a36fb0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemSquigglyActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivate.php deleted file mode 100644 index 3e60c2a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateRoot.php deleted file mode 100644 index 6754c83..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateRootType.php deleted file mode 100644 index 706302a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurRoot.php deleted file mode 100644 index 874f8a3..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurRootType.php deleted file mode 100644 index 98dc0a6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterRoot.php deleted file mode 100644 index 0c0154d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterRootType.php deleted file mode 100644 index e5ee776..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitRoot.php deleted file mode 100644 index 920852f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitRootType.php deleted file mode 100644 index a75de14..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusRoot.php deleted file mode 100644 index d49c8c9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusRootType.php deleted file mode 100644 index a20c2f8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownRoot.php deleted file mode 100644 index ce1a7d4..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownRootType.php deleted file mode 100644 index 8735352..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpRoot.php deleted file mode 100644 index d3aae3e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpRootType.php deleted file mode 100644 index 55fbc96..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseRoot.php deleted file mode 100644 index 9d9b841..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseRootType.php deleted file mode 100644 index d2c9030..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleRoot.php deleted file mode 100644 index 36debb4..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleRootType.php deleted file mode 100644 index bcf7c35..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenRoot.php deleted file mode 100644 index 40688b1..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenRootType.php deleted file mode 100644 index 83f8419..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleRoot.php deleted file mode 100644 index 1aa143d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleRootType.php deleted file mode 100644 index bf1548a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStampActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, * } $values */ diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActions.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActions.php deleted file mode 100644 index 1b2d610..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivate.php deleted file mode 100644 index a4c2949..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateRoot.php deleted file mode 100644 index f70d218..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateRootType.php deleted file mode 100644 index 063b1b0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurRoot.php deleted file mode 100644 index 450bc42..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurRootType.php deleted file mode 100644 index d241157..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterRoot.php deleted file mode 100644 index fc40893..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterRootType.php deleted file mode 100644 index a5f6c1e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitRoot.php deleted file mode 100644 index 6b0a8f0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitRootType.php deleted file mode 100644 index eba846d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusRoot.php deleted file mode 100644 index 3b3701c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusRootType.php deleted file mode 100644 index 21d1360..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownRoot.php deleted file mode 100644 index fc37bca..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownRootType.php deleted file mode 100644 index 6ccd161..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpRoot.php deleted file mode 100644 index 6c47f86..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpRootType.php deleted file mode 100644 index cca0b1c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseRoot.php deleted file mode 100644 index d5d5786..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseRootType.php deleted file mode 100644 index 26ee909..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleRoot.php deleted file mode 100644 index 5ee4cf7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleRootType.php deleted file mode 100644 index 1833b9d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenRoot.php deleted file mode 100644 index c3da5c9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenRootType.php deleted file mode 100644 index e812987..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleRoot.php deleted file mode 100644 index 9e6dbfb..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleRootType.php deleted file mode 100644 index 8426a3c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemStrikeoutActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivate.php deleted file mode 100644 index 5d84ab9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateRoot.php deleted file mode 100644 index cdf8507..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateRootType.php deleted file mode 100644 index 85a7c31..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurRoot.php deleted file mode 100644 index 6d940e4..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurRootType.php deleted file mode 100644 index f691a66..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterRoot.php deleted file mode 100644 index 9428a3a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterRootType.php deleted file mode 100644 index f16b4f6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitRoot.php deleted file mode 100644 index e4e0709..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitRootType.php deleted file mode 100644 index d0a7f4d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusRoot.php deleted file mode 100644 index 261a10d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusRootType.php deleted file mode 100644 index c88723b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownRoot.php deleted file mode 100644 index c52ebcb..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownRootType.php deleted file mode 100644 index 8f3626a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpRoot.php deleted file mode 100644 index 7af977d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpRootType.php deleted file mode 100644 index 58ae2a7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseRoot.php deleted file mode 100644 index 3f60d66..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseRootType.php deleted file mode 100644 index 9f1fa6a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleRoot.php deleted file mode 100644 index a980d6d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleRootType.php deleted file mode 100644 index abf92fc..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenRoot.php deleted file mode 100644 index 9cb363a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenRootType.php deleted file mode 100644 index 80233ce..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleRoot.php deleted file mode 100644 index e757a12..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleRootType.php deleted file mode 100644 index 306a2ce..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemTextActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivate.php deleted file mode 100644 index 63b7f1b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateRoot.php deleted file mode 100644 index f6baf44..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateRootType.php deleted file mode 100644 index 54d6194..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurRoot.php deleted file mode 100644 index 86367a0..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurRootType.php deleted file mode 100644 index 018f192..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterRoot.php deleted file mode 100644 index f905e6e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterRootType.php deleted file mode 100644 index 50b403a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitRoot.php deleted file mode 100644 index a70c768..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitRootType.php deleted file mode 100644 index d6e60ef..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusRoot.php deleted file mode 100644 index 0ff838f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusRootType.php deleted file mode 100644 index 9a78244..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownRoot.php deleted file mode 100644 index 9b987eb..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownRootType.php deleted file mode 100644 index b1c6690..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpRoot.php deleted file mode 100644 index 0af4f62..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpRootType.php deleted file mode 100644 index 1614d57..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseRoot.php deleted file mode 100644 index 884fdc6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseRootType.php deleted file mode 100644 index 4d90566..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleRoot.php deleted file mode 100644 index db82807..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleRootType.php deleted file mode 100644 index 2c1634d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenRoot.php deleted file mode 100644 index f6c6f40..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenRootType.php deleted file mode 100644 index e290619..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleRoot.php deleted file mode 100644 index 3ee4801..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleRootType.php deleted file mode 100644 index 1bca8a8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnderlineActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivate.php deleted file mode 100644 index e843561..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateRoot.php deleted file mode 100644 index 59e06e2..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateRootType.php deleted file mode 100644 index b497c9a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurRoot.php deleted file mode 100644 index 56c2ee9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurRootType.php deleted file mode 100644 index b82cd01..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterRoot.php deleted file mode 100644 index 326e293..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterRootType.php deleted file mode 100644 index 065fe2e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitRoot.php deleted file mode 100644 index e6062a5..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitRootType.php deleted file mode 100644 index e94eaf2..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusRoot.php deleted file mode 100644 index fb11c0c..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusRootType.php deleted file mode 100644 index 694f3ba..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownRoot.php deleted file mode 100644 index 2f2d353..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownRootType.php deleted file mode 100644 index 486e004..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpRoot.php deleted file mode 100644 index e45ccd2..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpRootType.php deleted file mode 100644 index dbb2b7b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseRoot.php deleted file mode 100644 index 9fc489d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseRootType.php deleted file mode 100644 index d94b21a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleRoot.php deleted file mode 100644 index 397c725..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleRootType.php deleted file mode 100644 index d8de62d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenRoot.php deleted file mode 100644 index 0e932b2..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenRootType.php deleted file mode 100644 index 489880d..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleRoot.php deleted file mode 100644 index 3481570..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleRootType.php deleted file mode 100644 index 621db25..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemUnsupportedActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -, diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActions.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActions.php deleted file mode 100644 index 8fc82e8..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActions.php +++ /dev/null @@ -1,114 +0,0 @@ -activate = $values['activate'] ?? null; - $this->cursorEnter = $values['cursorEnter'] ?? null; - $this->cursorExit = $values['cursorExit'] ?? null; - $this->mouseDown = $values['mouseDown'] ?? null; - $this->mouseUp = $values['mouseUp'] ?? null; - $this->focus = $values['focus'] ?? null; - $this->blur = $values['blur'] ?? null; - $this->pageOpen = $values['pageOpen'] ?? null; - $this->pageClose = $values['pageClose'] ?? null; - $this->pageVisible = $values['pageVisible'] ?? null; - $this->pageInvisible = $values['pageInvisible'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivate.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivate.php deleted file mode 100644 index a0d6fb9..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateRoot.php deleted file mode 100644 index e7da4e7..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateRootType.php deleted file mode 100644 index 1c20ad4..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsActivateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurRoot.php deleted file mode 100644 index d5896ed..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurRootType.php deleted file mode 100644 index a70855e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsBlurRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterRoot.php deleted file mode 100644 index cb12c82..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterRootType.php deleted file mode 100644 index a23dd73..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorEnterRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitRoot.php deleted file mode 100644 index bfe4c11..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitRootType.php deleted file mode 100644 index 0dd802a..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsCursorExitRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusRoot.php deleted file mode 100644 index f16863e..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusRootType.php deleted file mode 100644 index db4316b..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsFocusRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownRoot.php deleted file mode 100644 index cf27352..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownRootType.php deleted file mode 100644 index cbb6329..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseDownRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpRoot.php deleted file mode 100644 index 19bd1f3..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpRootType.php deleted file mode 100644 index d444417..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsMouseUpRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseRoot.php deleted file mode 100644 index b45b3f4..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseRootType.php deleted file mode 100644 index 57261d6..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageCloseRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleRoot.php deleted file mode 100644 index 40d2048..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleRootType.php deleted file mode 100644 index caec624..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageInvisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenRoot.php deleted file mode 100644 index 856f569..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenRootType.php deleted file mode 100644 index 3859468..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageOpenRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleRoot.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleRoot.php deleted file mode 100644 index f224357..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleRootType.php b/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleRootType.php deleted file mode 100644 index 6ae5d5f..0000000 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemWidgetActionsPageVisibleRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $widgets @@ -100,7 +100,7 @@ class DocFormsGet200ResponseFieldsItemCheckbox extends JsonSerializableType * exportValue: string, * alternateName?: ?string, * mappingName?: ?string, - * actions?: ?DocFormsGet200ResponseFieldsItemCheckboxActions, + * actions?: ?PdfFieldActions, * } $values */ public function __construct( diff --git a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActions.php b/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActions.php deleted file mode 100644 index 5c2ce37..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActions.php +++ /dev/null @@ -1,58 +0,0 @@ -keystroke = $values['keystroke'] ?? null; - $this->format = $values['format'] ?? null; - $this->validate = $values['validate'] ?? null; - $this->calculate = $values['calculate'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate.php b/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate.php deleted file mode 100644 index 9bb8665..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot.php deleted file mode 100644 index 52521a8..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType.php deleted file mode 100644 index eb07cde..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot.php deleted file mode 100644 index 00fcc22..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType.php deleted file mode 100644 index ff2a8ec..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsFormatRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot.php deleted file mode 100644 index 9e9cbb7..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType.php deleted file mode 100644 index 54e33e9..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsKeystrokeRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot.php deleted file mode 100644 index e4b4471..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType.php deleted file mode 100644 index c07ff54..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsValidateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $widgets @@ -114,7 +114,7 @@ class DocFormsGet200ResponseFieldsItemCombobox extends JsonSerializableType * options: array, * alternateName?: ?string, * mappingName?: ?string, - * actions?: ?DocFormsGet200ResponseFieldsItemComboboxActions, + * actions?: ?PdfFieldActions, * } $values */ public function __construct( diff --git a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActions.php b/src/Types/DocFormsGet200ResponseFieldsItemComboboxActions.php deleted file mode 100644 index 91429cb..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActions.php +++ /dev/null @@ -1,58 +0,0 @@ -keystroke = $values['keystroke'] ?? null; - $this->format = $values['format'] ?? null; - $this->validate = $values['validate'] ?? null; - $this->calculate = $values['calculate'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculate.php b/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculate.php deleted file mode 100644 index acab3de..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot.php deleted file mode 100644 index 5523d79..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType.php deleted file mode 100644 index 890d922..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsCalculateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot.php deleted file mode 100644 index 170044a..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType.php deleted file mode 100644 index 13b304b..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsFormatRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot.php deleted file mode 100644 index cfc977e..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType.php deleted file mode 100644 index 3a81e6b..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsKeystrokeRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot.php deleted file mode 100644 index 7038609..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType.php deleted file mode 100644 index b24800b..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemComboboxActionsValidateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $widgets @@ -107,7 +107,7 @@ class DocFormsGet200ResponseFieldsItemListbox extends JsonSerializableType * options: array, * alternateName?: ?string, * mappingName?: ?string, - * actions?: ?DocFormsGet200ResponseFieldsItemListboxActions, + * actions?: ?PdfFieldActions, * } $values */ public function __construct( diff --git a/src/Types/DocFormsGet200ResponseFieldsItemListboxActions.php b/src/Types/DocFormsGet200ResponseFieldsItemListboxActions.php deleted file mode 100644 index 6988966..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemListboxActions.php +++ /dev/null @@ -1,58 +0,0 @@ -keystroke = $values['keystroke'] ?? null; - $this->format = $values['format'] ?? null; - $this->validate = $values['validate'] ?? null; - $this->calculate = $values['calculate'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculate.php b/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculate.php deleted file mode 100644 index 7fe6f8b..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot.php deleted file mode 100644 index 7ad7b8d..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType.php deleted file mode 100644 index 0e61a86..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsCalculateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot.php deleted file mode 100644 index 19954e8..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType.php deleted file mode 100644 index bca9266..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsFormatRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot.php deleted file mode 100644 index c8fa249..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType.php deleted file mode 100644 index 4420449..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsKeystrokeRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot.php deleted file mode 100644 index 86fe166..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType.php deleted file mode 100644 index 0ef402c..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemListboxActionsValidateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $widgets @@ -86,7 +86,7 @@ class DocFormsGet200ResponseFieldsItemPushbutton extends JsonSerializableType * widgets: array, * alternateName?: ?string, * mappingName?: ?string, - * actions?: ?DocFormsGet200ResponseFieldsItemPushbuttonActions, + * actions?: ?PdfFieldActions, * } $values */ public function __construct( diff --git a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActions.php b/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActions.php deleted file mode 100644 index d581d64..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActions.php +++ /dev/null @@ -1,58 +0,0 @@ -keystroke = $values['keystroke'] ?? null; - $this->format = $values['format'] ?? null; - $this->validate = $values['validate'] ?? null; - $this->calculate = $values['calculate'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate.php b/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate.php deleted file mode 100644 index 4942a25..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot.php deleted file mode 100644 index 40803f4..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType.php deleted file mode 100644 index b90073c..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsCalculateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot.php deleted file mode 100644 index bbdf177..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType.php deleted file mode 100644 index a812494..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsFormatRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot.php deleted file mode 100644 index 54b09c6..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType.php deleted file mode 100644 index 9107524..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsKeystrokeRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot.php deleted file mode 100644 index 0d2afe0..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType.php deleted file mode 100644 index 5d122cf..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemPushbuttonActionsValidateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $widgets @@ -107,7 +107,7 @@ class DocFormsGet200ResponseFieldsItemRadio extends JsonSerializableType * noToggleToOff: bool, * alternateName?: ?string, * mappingName?: ?string, - * actions?: ?DocFormsGet200ResponseFieldsItemRadioActions, + * actions?: ?PdfFieldActions, * } $values */ public function __construct( diff --git a/src/Types/DocFormsGet200ResponseFieldsItemRadioActions.php b/src/Types/DocFormsGet200ResponseFieldsItemRadioActions.php deleted file mode 100644 index 37d4024..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemRadioActions.php +++ /dev/null @@ -1,58 +0,0 @@ -keystroke = $values['keystroke'] ?? null; - $this->format = $values['format'] ?? null; - $this->validate = $values['validate'] ?? null; - $this->calculate = $values['calculate'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculate.php b/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculate.php deleted file mode 100644 index 22f13a2..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot.php deleted file mode 100644 index b12b1d0..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType.php deleted file mode 100644 index 65aa237..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsCalculateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType.php deleted file mode 100644 index 59fa746..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot.php deleted file mode 100644 index 4efa809..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType.php deleted file mode 100644 index f9c5113..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsKeystrokeRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot.php deleted file mode 100644 index 2e1b9e4..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType.php deleted file mode 100644 index 09b942b..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsValidateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $widgets @@ -86,7 +86,7 @@ class DocFormsGet200ResponseFieldsItemSignature extends JsonSerializableType * widgets: array, * alternateName?: ?string, * mappingName?: ?string, - * actions?: ?DocFormsGet200ResponseFieldsItemSignatureActions, + * actions?: ?PdfFieldActions, * } $values */ public function __construct( diff --git a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActions.php b/src/Types/DocFormsGet200ResponseFieldsItemSignatureActions.php deleted file mode 100644 index 042a5d8..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActions.php +++ /dev/null @@ -1,58 +0,0 @@ -keystroke = $values['keystroke'] ?? null; - $this->format = $values['format'] ?? null; - $this->validate = $values['validate'] ?? null; - $this->calculate = $values['calculate'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculate.php b/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculate.php deleted file mode 100644 index d18625a..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot.php deleted file mode 100644 index 417bc47..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType.php deleted file mode 100644 index 34cd7a0..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsCalculateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot.php deleted file mode 100644 index 1523ae2..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType.php deleted file mode 100644 index afe69d0..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsFormatRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot.php deleted file mode 100644 index ba48a61..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType.php deleted file mode 100644 index daa1aa7..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsKeystrokeRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot.php deleted file mode 100644 index 1ecff1b..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType.php deleted file mode 100644 index a832174..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemSignatureActionsValidateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $widgets @@ -127,7 +127,7 @@ class DocFormsGet200ResponseFieldsItemText extends JsonSerializableType * comb: bool, * alternateName?: ?string, * mappingName?: ?string, - * actions?: ?DocFormsGet200ResponseFieldsItemTextActions, + * actions?: ?PdfFieldActions, * maxLength?: ?int, * } $values */ diff --git a/src/Types/DocFormsGet200ResponseFieldsItemTextActions.php b/src/Types/DocFormsGet200ResponseFieldsItemTextActions.php deleted file mode 100644 index 14bbbfb..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemTextActions.php +++ /dev/null @@ -1,58 +0,0 @@ -keystroke = $values['keystroke'] ?? null; - $this->format = $values['format'] ?? null; - $this->validate = $values['validate'] ?? null; - $this->calculate = $values['calculate'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculate.php b/src/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculate.php deleted file mode 100644 index 3633641..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType.php deleted file mode 100644 index b4d9aec..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot.php deleted file mode 100644 index 7f63272..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType.php deleted file mode 100644 index 19d4732..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsKeystrokeRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemTextActionsValidateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRootType.php deleted file mode 100644 index 70f96c7..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $widgets @@ -93,7 +93,7 @@ class DocFormsGet200ResponseFieldsItemUnknown extends JsonSerializableType * rawValue: string, * alternateName?: ?string, * mappingName?: ?string, - * actions?: ?DocFormsGet200ResponseFieldsItemUnknownActions, + * actions?: ?PdfFieldActions, * } $values */ public function __construct( diff --git a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActions.php b/src/Types/DocFormsGet200ResponseFieldsItemUnknownActions.php deleted file mode 100644 index 54a1a0d..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActions.php +++ /dev/null @@ -1,58 +0,0 @@ -keystroke = $values['keystroke'] ?? null; - $this->format = $values['format'] ?? null; - $this->validate = $values['validate'] ?? null; - $this->calculate = $values['calculate'] ?? null; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculate.php b/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculate.php deleted file mode 100644 index a699448..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculate.php +++ /dev/null @@ -1,59 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot.php deleted file mode 100644 index f77dcaf..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType.php deleted file mode 100644 index 6bdfe1b..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsCalculateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot.php deleted file mode 100644 index 829e11d..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType.php deleted file mode 100644 index 98885f0..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsFormatRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot.php deleted file mode 100644 index d03738c..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType.php deleted file mode 100644 index d22112a..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsKeystrokeRootType.php +++ /dev/null @@ -1,26 +0,0 @@ -> $warnings - */ - #[JsonProperty('warnings'), ArrayType(['string'])] - public array $warnings; - - /** - * @param array{ - * incomplete: bool, - * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot, - * } $values - */ - public function __construct( - array $values, - ) { - $this->root = $values['root'] ?? null; - $this->incomplete = $values['incomplete']; - $this->warningFlags = $values['warningFlags']; - $this->warnings = $values['warnings']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot.php b/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot.php deleted file mode 100644 index 0407224..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRoot.php +++ /dev/null @@ -1,59 +0,0 @@ - $type - */ - #[JsonProperty('type')] - public string $type; - - /** - * @var string $subtype - */ - #[JsonProperty('subtype')] - public string $subtype; - - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - - /** - * @var array $next - */ - #[JsonProperty('next'), ArrayType(['mixed'])] - public array $next; - - /** - * @param array{ - * type: value-of, - * subtype: string, - * next: array, - * script?: ?string, - * } $values - */ - public function __construct( - array $values, - ) { - $this->type = $values['type']; - $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; - $this->next = $values['next']; - } - - /** - * @return string - */ - public function __toString(): string - { - return $this->toJson(); - } -} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType.php b/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType.php deleted file mode 100644 index aee2960..0000000 --- a/src/Types/DocFormsGet200ResponseFieldsItemUnknownActionsValidateRootType.php +++ /dev/null @@ -1,26 +0,0 @@ - $nameTreeScripts + */ + #[JsonProperty('nameTreeScripts'), ArrayType([DocumentActionsSnapshotNameTreeScriptsItem::class])] + public array $nameTreeScripts; + + /** + * @var ?PdfActionTree $openAction + */ + #[JsonProperty('openAction')] + public ?PdfActionTree $openAction; + + /** + * @var ?PdfDestination $openDestination + */ + #[JsonProperty('openDestination')] + public ?PdfDestination $openDestination; + + /** + * @var ?PdfActionTree $willClose + */ + #[JsonProperty('willClose')] + public ?PdfActionTree $willClose; + + /** + * @var ?PdfActionTree $willSave + */ + #[JsonProperty('willSave')] + public ?PdfActionTree $willSave; + + /** + * @var ?PdfActionTree $didSave + */ + #[JsonProperty('didSave')] + public ?PdfActionTree $didSave; + + /** + * @var ?PdfActionTree $willPrint + */ + #[JsonProperty('willPrint')] + public ?PdfActionTree $willPrint; + + /** + * @var ?PdfActionTree $didPrint + */ + #[JsonProperty('didPrint')] + public ?PdfActionTree $didPrint; + + /** + * @param array{ + * nameTreeScripts: array, + * openAction?: ?PdfActionTree, + * openDestination?: ?PdfDestination, + * willClose?: ?PdfActionTree, + * willSave?: ?PdfActionTree, + * didSave?: ?PdfActionTree, + * willPrint?: ?PdfActionTree, + * didPrint?: ?PdfActionTree, + * } $values + */ + public function __construct( + array $values, + ) { + $this->nameTreeScripts = $values['nameTreeScripts']; + $this->openAction = $values['openAction'] ?? null; + $this->openDestination = $values['openDestination'] ?? null; + $this->willClose = $values['willClose'] ?? null; + $this->willSave = $values['willSave'] ?? null; + $this->didSave = $values['didSave'] ?? null; + $this->willPrint = $values['willPrint'] ?? null; + $this->didPrint = $values['didPrint'] ?? null; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/DocumentActionsSnapshotNameTreeScriptsItem.php b/src/Types/DocumentActionsSnapshotNameTreeScriptsItem.php new file mode 100644 index 0000000..7e54ecb --- /dev/null +++ b/src/Types/DocumentActionsSnapshotNameTreeScriptsItem.php @@ -0,0 +1,42 @@ +name = $values['name']; + $this->action = $values['action']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNode.php b/src/Types/PdfActionNode.php new file mode 100644 index 0000000..1e343c8 --- /dev/null +++ b/src/Types/PdfActionNode.php @@ -0,0 +1,961 @@ +type = $values['type']; + $this->value = $values['value']; + } + + /** + * @param PdfActionNodeJavascript $javascript + * @return PdfActionNode + */ + public static function javascript(PdfActionNodeJavascript $javascript): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'javascript', + 'value' => $javascript, + ]); + } + + /** + * @param PdfActionNodeGoto $goto + * @return PdfActionNode + */ + public static function goto(PdfActionNodeGoto $goto): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'goto', + 'value' => $goto, + ]); + } + + /** + * @param PdfActionNodeUri $uri + * @return PdfActionNode + */ + public static function uri(PdfActionNodeUri $uri): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'uri', + 'value' => $uri, + ]); + } + + /** + * @param PdfActionNodeNamed $named + * @return PdfActionNode + */ + public static function named(PdfActionNodeNamed $named): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'named', + 'value' => $named, + ]); + } + + /** + * @param PdfActionNodeHide $hide + * @return PdfActionNode + */ + public static function hide(PdfActionNodeHide $hide): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'hide', + 'value' => $hide, + ]); + } + + /** + * @param PdfActionNodeResetForm $resetForm + * @return PdfActionNode + */ + public static function resetForm(PdfActionNodeResetForm $resetForm): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'reset-form', + 'value' => $resetForm, + ]); + } + + /** + * @param PdfActionNodeGotoRemote $gotoRemote + * @return PdfActionNode + */ + public static function gotoRemote(PdfActionNodeGotoRemote $gotoRemote): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'goto-remote', + 'value' => $gotoRemote, + ]); + } + + /** + * @param PdfActionNodeGotoEmbedded $gotoEmbedded + * @return PdfActionNode + */ + public static function gotoEmbedded(PdfActionNodeGotoEmbedded $gotoEmbedded): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'goto-embedded', + 'value' => $gotoEmbedded, + ]); + } + + /** + * @param PdfActionNodeLaunch $launch + * @return PdfActionNode + */ + public static function launch(PdfActionNodeLaunch $launch): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'launch', + 'value' => $launch, + ]); + } + + /** + * @param PdfActionNodeRendition $rendition + * @return PdfActionNode + */ + public static function rendition(PdfActionNodeRendition $rendition): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'rendition', + 'value' => $rendition, + ]); + } + + /** + * @param PdfActionNodeSubmitForm $submitForm + * @return PdfActionNode + */ + public static function submitForm(PdfActionNodeSubmitForm $submitForm): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'submit-form', + 'value' => $submitForm, + ]); + } + + /** + * @param PdfActionNodeThread $thread + * @return PdfActionNode + */ + public static function thread(PdfActionNodeThread $thread): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'thread', + 'value' => $thread, + ]); + } + + /** + * @param PdfActionNodeSound $sound + * @return PdfActionNode + */ + public static function sound(PdfActionNodeSound $sound): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'sound', + 'value' => $sound, + ]); + } + + /** + * @param PdfActionNodeMovie $movie + * @return PdfActionNode + */ + public static function movie(PdfActionNodeMovie $movie): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'movie', + 'value' => $movie, + ]); + } + + /** + * @param PdfActionNodeImportData $importData + * @return PdfActionNode + */ + public static function importData(PdfActionNodeImportData $importData): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'import-data', + 'value' => $importData, + ]); + } + + /** + * @param PdfActionNodeSetOcgState $setOcgState + * @return PdfActionNode + */ + public static function setOcgState(PdfActionNodeSetOcgState $setOcgState): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'set-ocg-state', + 'value' => $setOcgState, + ]); + } + + /** + * @param PdfActionNodeTransition $transition + * @return PdfActionNode + */ + public static function transition(PdfActionNodeTransition $transition): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'transition', + 'value' => $transition, + ]); + } + + /** + * @param PdfActionNodeGoto3DView $goto3DView + * @return PdfActionNode + */ + public static function goto3DView(PdfActionNodeGoto3DView $goto3DView): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'goto-3d-view', + 'value' => $goto3DView, + ]); + } + + /** + * @param PdfActionNodeUnknown $unknown + * @return PdfActionNode + */ + public static function unknown(PdfActionNodeUnknown $unknown): PdfActionNode + { + return new PdfActionNode([ + 'type' => 'unknown', + 'value' => $unknown, + ]); + } + + /** + * @return bool + */ + public function isJavascript(): bool + { + return $this->value instanceof PdfActionNodeJavascript && $this->type === 'javascript'; + } + + /** + * @return PdfActionNodeJavascript + */ + public function asJavascript(): PdfActionNodeJavascript + { + if (!($this->value instanceof PdfActionNodeJavascript && $this->type === 'javascript')) { + throw new Exception( + "Expected javascript; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isGoto_(): bool + { + return $this->value instanceof PdfActionNodeGoto && $this->type === 'goto'; + } + + /** + * @return PdfActionNodeGoto + */ + public function asGoto_(): PdfActionNodeGoto + { + if (!($this->value instanceof PdfActionNodeGoto && $this->type === 'goto')) { + throw new Exception( + "Expected goto; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isUri(): bool + { + return $this->value instanceof PdfActionNodeUri && $this->type === 'uri'; + } + + /** + * @return PdfActionNodeUri + */ + public function asUri(): PdfActionNodeUri + { + if (!($this->value instanceof PdfActionNodeUri && $this->type === 'uri')) { + throw new Exception( + "Expected uri; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isNamed(): bool + { + return $this->value instanceof PdfActionNodeNamed && $this->type === 'named'; + } + + /** + * @return PdfActionNodeNamed + */ + public function asNamed(): PdfActionNodeNamed + { + if (!($this->value instanceof PdfActionNodeNamed && $this->type === 'named')) { + throw new Exception( + "Expected named; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isHide(): bool + { + return $this->value instanceof PdfActionNodeHide && $this->type === 'hide'; + } + + /** + * @return PdfActionNodeHide + */ + public function asHide(): PdfActionNodeHide + { + if (!($this->value instanceof PdfActionNodeHide && $this->type === 'hide')) { + throw new Exception( + "Expected hide; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isResetForm(): bool + { + return $this->value instanceof PdfActionNodeResetForm && $this->type === 'reset-form'; + } + + /** + * @return PdfActionNodeResetForm + */ + public function asResetForm(): PdfActionNodeResetForm + { + if (!($this->value instanceof PdfActionNodeResetForm && $this->type === 'reset-form')) { + throw new Exception( + "Expected reset-form; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isGotoRemote(): bool + { + return $this->value instanceof PdfActionNodeGotoRemote && $this->type === 'goto-remote'; + } + + /** + * @return PdfActionNodeGotoRemote + */ + public function asGotoRemote(): PdfActionNodeGotoRemote + { + if (!($this->value instanceof PdfActionNodeGotoRemote && $this->type === 'goto-remote')) { + throw new Exception( + "Expected goto-remote; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isGotoEmbedded(): bool + { + return $this->value instanceof PdfActionNodeGotoEmbedded && $this->type === 'goto-embedded'; + } + + /** + * @return PdfActionNodeGotoEmbedded + */ + public function asGotoEmbedded(): PdfActionNodeGotoEmbedded + { + if (!($this->value instanceof PdfActionNodeGotoEmbedded && $this->type === 'goto-embedded')) { + throw new Exception( + "Expected goto-embedded; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isLaunch(): bool + { + return $this->value instanceof PdfActionNodeLaunch && $this->type === 'launch'; + } + + /** + * @return PdfActionNodeLaunch + */ + public function asLaunch(): PdfActionNodeLaunch + { + if (!($this->value instanceof PdfActionNodeLaunch && $this->type === 'launch')) { + throw new Exception( + "Expected launch; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isRendition(): bool + { + return $this->value instanceof PdfActionNodeRendition && $this->type === 'rendition'; + } + + /** + * @return PdfActionNodeRendition + */ + public function asRendition(): PdfActionNodeRendition + { + if (!($this->value instanceof PdfActionNodeRendition && $this->type === 'rendition')) { + throw new Exception( + "Expected rendition; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isSubmitForm(): bool + { + return $this->value instanceof PdfActionNodeSubmitForm && $this->type === 'submit-form'; + } + + /** + * @return PdfActionNodeSubmitForm + */ + public function asSubmitForm(): PdfActionNodeSubmitForm + { + if (!($this->value instanceof PdfActionNodeSubmitForm && $this->type === 'submit-form')) { + throw new Exception( + "Expected submit-form; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isThread(): bool + { + return $this->value instanceof PdfActionNodeThread && $this->type === 'thread'; + } + + /** + * @return PdfActionNodeThread + */ + public function asThread(): PdfActionNodeThread + { + if (!($this->value instanceof PdfActionNodeThread && $this->type === 'thread')) { + throw new Exception( + "Expected thread; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isSound(): bool + { + return $this->value instanceof PdfActionNodeSound && $this->type === 'sound'; + } + + /** + * @return PdfActionNodeSound + */ + public function asSound(): PdfActionNodeSound + { + if (!($this->value instanceof PdfActionNodeSound && $this->type === 'sound')) { + throw new Exception( + "Expected sound; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isMovie(): bool + { + return $this->value instanceof PdfActionNodeMovie && $this->type === 'movie'; + } + + /** + * @return PdfActionNodeMovie + */ + public function asMovie(): PdfActionNodeMovie + { + if (!($this->value instanceof PdfActionNodeMovie && $this->type === 'movie')) { + throw new Exception( + "Expected movie; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isImportData(): bool + { + return $this->value instanceof PdfActionNodeImportData && $this->type === 'import-data'; + } + + /** + * @return PdfActionNodeImportData + */ + public function asImportData(): PdfActionNodeImportData + { + if (!($this->value instanceof PdfActionNodeImportData && $this->type === 'import-data')) { + throw new Exception( + "Expected import-data; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isSetOcgState(): bool + { + return $this->value instanceof PdfActionNodeSetOcgState && $this->type === 'set-ocg-state'; + } + + /** + * @return PdfActionNodeSetOcgState + */ + public function asSetOcgState(): PdfActionNodeSetOcgState + { + if (!($this->value instanceof PdfActionNodeSetOcgState && $this->type === 'set-ocg-state')) { + throw new Exception( + "Expected set-ocg-state; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isTransition(): bool + { + return $this->value instanceof PdfActionNodeTransition && $this->type === 'transition'; + } + + /** + * @return PdfActionNodeTransition + */ + public function asTransition(): PdfActionNodeTransition + { + if (!($this->value instanceof PdfActionNodeTransition && $this->type === 'transition')) { + throw new Exception( + "Expected transition; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isGoto3DView(): bool + { + return $this->value instanceof PdfActionNodeGoto3DView && $this->type === 'goto-3d-view'; + } + + /** + * @return PdfActionNodeGoto3DView + */ + public function asGoto3DView(): PdfActionNodeGoto3DView + { + if (!($this->value instanceof PdfActionNodeGoto3DView && $this->type === 'goto-3d-view')) { + throw new Exception( + "Expected goto-3d-view; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isUnknown(): bool + { + return $this->value instanceof PdfActionNodeUnknown && $this->type === 'unknown'; + } + + /** + * @return PdfActionNodeUnknown + */ + public function asUnknown(): PdfActionNodeUnknown + { + if (!($this->value instanceof PdfActionNodeUnknown && $this->type === 'unknown')) { + throw new Exception( + "Expected unknown; got " . $this->type . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } + + /** + * @return array + */ + public function jsonSerialize(): array + { + $result = []; + $result['type'] = $this->type; + + $base = parent::jsonSerialize(); + $result = array_merge($base, $result); + + switch ($this->type) { + case 'javascript': + $value = $this->asJavascript()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'goto': + $value = $this->asGoto_()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'uri': + $value = $this->asUri()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'named': + $value = $this->asNamed()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'hide': + $value = $this->asHide()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'reset-form': + $value = $this->asResetForm()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'goto-remote': + $value = $this->asGotoRemote()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'goto-embedded': + $value = $this->asGotoEmbedded()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'launch': + $value = $this->asLaunch()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'rendition': + $value = $this->asRendition()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'submit-form': + $value = $this->asSubmitForm()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'thread': + $value = $this->asThread()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'sound': + $value = $this->asSound()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'movie': + $value = $this->asMovie()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'import-data': + $value = $this->asImportData()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'set-ocg-state': + $value = $this->asSetOcgState()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'transition': + $value = $this->asTransition()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'goto-3d-view': + $value = $this->asGoto3DView()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'unknown': + $value = $this->asUnknown()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case '_unknown': + default: + if (is_null($this->value)) { + break; + } + if ($this->value instanceof JsonSerializableType) { + $value = $this->value->jsonSerialize(); + $result = array_merge($value, $result); + } elseif (is_array($this->value)) { + $result = array_merge($this->value, $result); + } + } + + return $result; + } + + /** + * @param array $data + */ + public static function jsonDeserialize(array $data): static + { + $args = []; + if (!array_key_exists('type', $data)) { + throw new Exception( + "JSON data is missing property 'type'", + ); + } + $type = $data['type']; + if (!(is_string($type))) { + throw new Exception( + "Expected property 'type' in JSON data to be string, instead received " . get_debug_type($data['type']), + ); + } + + $args['type'] = $type; + switch ($type) { + case 'javascript': + $args['value'] = PdfActionNodeJavascript::jsonDeserialize($data); + break; + case 'goto': + $args['value'] = PdfActionNodeGoto::jsonDeserialize($data); + break; + case 'uri': + $args['value'] = PdfActionNodeUri::jsonDeserialize($data); + break; + case 'named': + $args['value'] = PdfActionNodeNamed::jsonDeserialize($data); + break; + case 'hide': + $args['value'] = PdfActionNodeHide::jsonDeserialize($data); + break; + case 'reset-form': + $args['value'] = PdfActionNodeResetForm::jsonDeserialize($data); + break; + case 'goto-remote': + $args['value'] = PdfActionNodeGotoRemote::jsonDeserialize($data); + break; + case 'goto-embedded': + $args['value'] = PdfActionNodeGotoEmbedded::jsonDeserialize($data); + break; + case 'launch': + $args['value'] = PdfActionNodeLaunch::jsonDeserialize($data); + break; + case 'rendition': + $args['value'] = PdfActionNodeRendition::jsonDeserialize($data); + break; + case 'submit-form': + $args['value'] = PdfActionNodeSubmitForm::jsonDeserialize($data); + break; + case 'thread': + $args['value'] = PdfActionNodeThread::jsonDeserialize($data); + break; + case 'sound': + $args['value'] = PdfActionNodeSound::jsonDeserialize($data); + break; + case 'movie': + $args['value'] = PdfActionNodeMovie::jsonDeserialize($data); + break; + case 'import-data': + $args['value'] = PdfActionNodeImportData::jsonDeserialize($data); + break; + case 'set-ocg-state': + $args['value'] = PdfActionNodeSetOcgState::jsonDeserialize($data); + break; + case 'transition': + $args['value'] = PdfActionNodeTransition::jsonDeserialize($data); + break; + case 'goto-3d-view': + $args['value'] = PdfActionNodeGoto3DView::jsonDeserialize($data); + break; + case 'unknown': + $args['value'] = PdfActionNodeUnknown::jsonDeserialize($data); + break; + case '_unknown': + default: + $args['type'] = '_unknown'; + $args['value'] = $data; + } + + // @phpstan-ignore-next-line + return new static($args); + } +} diff --git a/src/Types/PdfActionNodeGoto.php b/src/Types/PdfActionNodeGoto.php new file mode 100644 index 0000000..64296fc --- /dev/null +++ b/src/Types/PdfActionNodeGoto.php @@ -0,0 +1,51 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @var PdfDestination $destination + */ + #[JsonProperty('destination')] + public PdfDestination $destination; + + /** + * @param array{ + * subtype: string, + * next: array, + * destination: PdfDestination, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + $this->destination = $values['destination']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeGoto3DView.php b/src/Types/PdfActionNodeGoto3DView.php new file mode 100644 index 0000000..3863f32 --- /dev/null +++ b/src/Types/PdfActionNodeGoto3DView.php @@ -0,0 +1,43 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @param array{ + * subtype: string, + * next: array, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeGotoEmbedded.php b/src/Types/PdfActionNodeGotoEmbedded.php new file mode 100644 index 0000000..1da95b5 --- /dev/null +++ b/src/Types/PdfActionNodeGotoEmbedded.php @@ -0,0 +1,51 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @var string $filePath + */ + #[JsonProperty('filePath')] + public string $filePath; + + /** + * @param array{ + * subtype: string, + * next: array, + * filePath: string, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + $this->filePath = $values['filePath']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeGotoRemote.php b/src/Types/PdfActionNodeGotoRemote.php new file mode 100644 index 0000000..c9dd4b9 --- /dev/null +++ b/src/Types/PdfActionNodeGotoRemote.php @@ -0,0 +1,51 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @var string $filePath + */ + #[JsonProperty('filePath')] + public string $filePath; + + /** + * @param array{ + * subtype: string, + * next: array, + * filePath: string, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + $this->filePath = $values['filePath']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRoot.php b/src/Types/PdfActionNodeHide.php similarity index 60% rename from src/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRoot.php rename to src/Types/PdfActionNodeHide.php index 85e686c..168fdea 100644 --- a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsValidateRoot.php +++ b/src/Types/PdfActionNodeHide.php @@ -6,47 +6,47 @@ use CloudPDF\Core\Json\JsonProperty; use CloudPDF\Core\Types\ArrayType; -class DocFormsGet200ResponseFieldsItemTextActionsValidateRoot extends JsonSerializableType +class PdfActionNodeHide extends JsonSerializableType { - /** - * @var value-of $type - */ - #[JsonProperty('type')] - public string $type; - /** * @var string $subtype */ #[JsonProperty('subtype')] public string $subtype; - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - /** * @var array $next */ #[JsonProperty('next'), ArrayType(['mixed'])] public array $next; + /** + * @var array $targets + */ + #[JsonProperty('targets'), ArrayType([PdfActionTargetRef::class])] + public array $targets; + + /** + * @var bool $hide + */ + #[JsonProperty('hide')] + public bool $hide; + /** * @param array{ - * type: value-of, * subtype: string, * next: array, - * script?: ?string, + * targets: array, + * hide: bool, * } $values */ public function __construct( array $values, ) { - $this->type = $values['type']; $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; $this->next = $values['next']; + $this->targets = $values['targets']; + $this->hide = $values['hide']; } /** diff --git a/src/Types/PdfActionNodeImportData.php b/src/Types/PdfActionNodeImportData.php new file mode 100644 index 0000000..249d578 --- /dev/null +++ b/src/Types/PdfActionNodeImportData.php @@ -0,0 +1,43 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @param array{ + * subtype: string, + * next: array, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot.php b/src/Types/PdfActionNodeJavascript.php similarity index 61% rename from src/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot.php rename to src/Types/PdfActionNodeJavascript.php index c117acc..e1c56f9 100644 --- a/src/Types/DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot.php +++ b/src/Types/PdfActionNodeJavascript.php @@ -6,47 +6,39 @@ use CloudPDF\Core\Json\JsonProperty; use CloudPDF\Core\Types\ArrayType; -class DocFormsGet200ResponseFieldsItemRadioActionsFormatRoot extends JsonSerializableType +class PdfActionNodeJavascript extends JsonSerializableType { - /** - * @var value-of $type - */ - #[JsonProperty('type')] - public string $type; - /** * @var string $subtype */ #[JsonProperty('subtype')] public string $subtype; - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - /** * @var array $next */ #[JsonProperty('next'), ArrayType(['mixed'])] public array $next; + /** + * @var string $script + */ + #[JsonProperty('script')] + public string $script; + /** * @param array{ - * type: value-of, * subtype: string, * next: array, - * script?: ?string, + * script: string, * } $values */ public function __construct( array $values, ) { - $this->type = $values['type']; $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; $this->next = $values['next']; + $this->script = $values['script']; } /** diff --git a/src/Types/PdfActionNodeLaunch.php b/src/Types/PdfActionNodeLaunch.php new file mode 100644 index 0000000..4cf8312 --- /dev/null +++ b/src/Types/PdfActionNodeLaunch.php @@ -0,0 +1,51 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @var string $filePath + */ + #[JsonProperty('filePath')] + public string $filePath; + + /** + * @param array{ + * subtype: string, + * next: array, + * filePath: string, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + $this->filePath = $values['filePath']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeMovie.php b/src/Types/PdfActionNodeMovie.php new file mode 100644 index 0000000..f99855b --- /dev/null +++ b/src/Types/PdfActionNodeMovie.php @@ -0,0 +1,43 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @param array{ + * subtype: string, + * next: array, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeNamed.php b/src/Types/PdfActionNodeNamed.php new file mode 100644 index 0000000..16f27cf --- /dev/null +++ b/src/Types/PdfActionNodeNamed.php @@ -0,0 +1,51 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @var string $name + */ + #[JsonProperty('name')] + public string $name; + + /** + * @param array{ + * subtype: string, + * next: array, + * name: string, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + $this->name = $values['name']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRoot.php b/src/Types/PdfActionNodeRendition.php similarity index 72% rename from src/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRoot.php rename to src/Types/PdfActionNodeRendition.php index 0122468..92da282 100644 --- a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsFormatRoot.php +++ b/src/Types/PdfActionNodeRendition.php @@ -6,35 +6,28 @@ use CloudPDF\Core\Json\JsonProperty; use CloudPDF\Core\Types\ArrayType; -class DocFormsGet200ResponseFieldsItemTextActionsFormatRoot extends JsonSerializableType +class PdfActionNodeRendition extends JsonSerializableType { - /** - * @var value-of $type - */ - #[JsonProperty('type')] - public string $type; - /** * @var string $subtype */ #[JsonProperty('subtype')] public string $subtype; - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - /** * @var array $next */ #[JsonProperty('next'), ArrayType(['mixed'])] public array $next; + /** + * @var ?string $script + */ + #[JsonProperty('script')] + public ?string $script; + /** * @param array{ - * type: value-of, * subtype: string, * next: array, * script?: ?string, @@ -43,10 +36,9 @@ class DocFormsGet200ResponseFieldsItemTextActionsFormatRoot extends JsonSerializ public function __construct( array $values, ) { - $this->type = $values['type']; $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; $this->next = $values['next']; + $this->script = $values['script'] ?? null; } /** diff --git a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot.php b/src/Types/PdfActionNodeResetForm.php similarity index 60% rename from src/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot.php rename to src/Types/PdfActionNodeResetForm.php index 7c5a3a1..6f72ec5 100644 --- a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot.php +++ b/src/Types/PdfActionNodeResetForm.php @@ -6,47 +6,47 @@ use CloudPDF\Core\Json\JsonProperty; use CloudPDF\Core\Types\ArrayType; -class DocFormsGet200ResponseFieldsItemTextActionsCalculateRoot extends JsonSerializableType +class PdfActionNodeResetForm extends JsonSerializableType { - /** - * @var value-of $type - */ - #[JsonProperty('type')] - public string $type; - /** * @var string $subtype */ #[JsonProperty('subtype')] public string $subtype; - /** - * @var ?string $script - */ - #[JsonProperty('script')] - public ?string $script; - /** * @var array $next */ #[JsonProperty('next'), ArrayType(['mixed'])] public array $next; + /** + * @var ?array $fields + */ + #[JsonProperty('fields'), ArrayType([PdfActionTargetRef::class])] + public ?array $fields; + + /** + * @var bool $exclude + */ + #[JsonProperty('exclude')] + public bool $exclude; + /** * @param array{ - * type: value-of, * subtype: string, * next: array, - * script?: ?string, + * exclude: bool, + * fields?: ?array, * } $values */ public function __construct( array $values, ) { - $this->type = $values['type']; $this->subtype = $values['subtype']; - $this->script = $values['script'] ?? null; $this->next = $values['next']; + $this->fields = $values['fields'] ?? null; + $this->exclude = $values['exclude']; } /** diff --git a/src/Types/PdfActionNodeSetOcgState.php b/src/Types/PdfActionNodeSetOcgState.php new file mode 100644 index 0000000..0ffe46f --- /dev/null +++ b/src/Types/PdfActionNodeSetOcgState.php @@ -0,0 +1,43 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @param array{ + * subtype: string, + * next: array, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeSound.php b/src/Types/PdfActionNodeSound.php new file mode 100644 index 0000000..d209f3a --- /dev/null +++ b/src/Types/PdfActionNodeSound.php @@ -0,0 +1,43 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @param array{ + * subtype: string, + * next: array, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeSubmitForm.php b/src/Types/PdfActionNodeSubmitForm.php new file mode 100644 index 0000000..3827dfc --- /dev/null +++ b/src/Types/PdfActionNodeSubmitForm.php @@ -0,0 +1,51 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @var ?PdfActionNodeSubmitFormPayload $payload + */ + #[JsonProperty('payload')] + public ?PdfActionNodeSubmitFormPayload $payload; + + /** + * @param array{ + * subtype: string, + * next: array, + * payload?: ?PdfActionNodeSubmitFormPayload, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + $this->payload = $values['payload'] ?? null; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeSubmitFormPayload.php b/src/Types/PdfActionNodeSubmitFormPayload.php new file mode 100644 index 0000000..bd451b6 --- /dev/null +++ b/src/Types/PdfActionNodeSubmitFormPayload.php @@ -0,0 +1,59 @@ + $fields + */ + #[JsonProperty('fields'), ArrayType([PdfActionTargetRef::class])] + public ?array $fields; + + /** + * @var PdfActionNodeSubmitFormPayloadFlags $flags + */ + #[JsonProperty('flags')] + public PdfActionNodeSubmitFormPayloadFlags $flags; + + /** + * @var ?string $charSet + */ + #[JsonProperty('charSet')] + public ?string $charSet; + + /** + * @param array{ + * url: string, + * flags: PdfActionNodeSubmitFormPayloadFlags, + * fields?: ?array, + * charSet?: ?string, + * } $values + */ + public function __construct( + array $values, + ) { + $this->url = $values['url']; + $this->fields = $values['fields'] ?? null; + $this->flags = $values['flags']; + $this->charSet = $values['charSet'] ?? null; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeSubmitFormPayloadFlags.php b/src/Types/PdfActionNodeSubmitFormPayloadFlags.php new file mode 100644 index 0000000..3e17dc4 --- /dev/null +++ b/src/Types/PdfActionNodeSubmitFormPayloadFlags.php @@ -0,0 +1,122 @@ + $format + */ + #[JsonProperty('format')] + public string $format; + + /** + * @var value-of $method + */ + #[JsonProperty('method')] + public string $method; + + /** + * @var bool $submitCoordinates + */ + #[JsonProperty('submitCoordinates')] + public bool $submitCoordinates; + + /** + * @var bool $includeAppendSaves + */ + #[JsonProperty('includeAppendSaves')] + public bool $includeAppendSaves; + + /** + * @var bool $includeAnnotations + */ + #[JsonProperty('includeAnnotations')] + public bool $includeAnnotations; + + /** + * @var bool $canonicalFormat + */ + #[JsonProperty('canonicalFormat')] + public bool $canonicalFormat; + + /** + * @var bool $exclNonUserAnnots + */ + #[JsonProperty('exclNonUserAnnots')] + public bool $exclNonUserAnnots; + + /** + * @var bool $exclFKey + */ + #[JsonProperty('exclFKey')] + public bool $exclFKey; + + /** + * @var bool $embedForm + */ + #[JsonProperty('embedForm')] + public bool $embedForm; + + /** + * @param array{ + * raw: int, + * exclude: bool, + * includeNoValueFields: bool, + * format: value-of, + * method: value-of, + * submitCoordinates: bool, + * includeAppendSaves: bool, + * includeAnnotations: bool, + * canonicalFormat: bool, + * exclNonUserAnnots: bool, + * exclFKey: bool, + * embedForm: bool, + * } $values + */ + public function __construct( + array $values, + ) { + $this->raw = $values['raw']; + $this->exclude = $values['exclude']; + $this->includeNoValueFields = $values['includeNoValueFields']; + $this->format = $values['format']; + $this->method = $values['method']; + $this->submitCoordinates = $values['submitCoordinates']; + $this->includeAppendSaves = $values['includeAppendSaves']; + $this->includeAnnotations = $values['includeAnnotations']; + $this->canonicalFormat = $values['canonicalFormat']; + $this->exclNonUserAnnots = $values['exclNonUserAnnots']; + $this->exclFKey = $values['exclFKey']; + $this->embedForm = $values['embedForm']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeSubmitFormPayloadFlagsFormat.php b/src/Types/PdfActionNodeSubmitFormPayloadFlagsFormat.php new file mode 100644 index 0000000..1d9c97a --- /dev/null +++ b/src/Types/PdfActionNodeSubmitFormPayloadFlagsFormat.php @@ -0,0 +1,11 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @param array{ + * subtype: string, + * next: array, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeTransition.php b/src/Types/PdfActionNodeTransition.php new file mode 100644 index 0000000..a523e23 --- /dev/null +++ b/src/Types/PdfActionNodeTransition.php @@ -0,0 +1,43 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @param array{ + * subtype: string, + * next: array, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeUnknown.php b/src/Types/PdfActionNodeUnknown.php new file mode 100644 index 0000000..46c1a89 --- /dev/null +++ b/src/Types/PdfActionNodeUnknown.php @@ -0,0 +1,43 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @param array{ + * subtype: string, + * next: array, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionNodeUri.php b/src/Types/PdfActionNodeUri.php new file mode 100644 index 0000000..5746a37 --- /dev/null +++ b/src/Types/PdfActionNodeUri.php @@ -0,0 +1,59 @@ + $next + */ + #[JsonProperty('next'), ArrayType(['mixed'])] + public array $next; + + /** + * @var string $uri + */ + #[JsonProperty('uri')] + public string $uri; + + /** + * @var bool $isMap + */ + #[JsonProperty('isMap')] + public bool $isMap; + + /** + * @param array{ + * subtype: string, + * next: array, + * uri: string, + * isMap: bool, + * } $values + */ + public function __construct( + array $values, + ) { + $this->subtype = $values['subtype']; + $this->next = $values['next']; + $this->uri = $values['uri']; + $this->isMap = $values['isMap']; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfActionTargetRef.php b/src/Types/PdfActionTargetRef.php new file mode 100644 index 0000000..9942367 --- /dev/null +++ b/src/Types/PdfActionTargetRef.php @@ -0,0 +1,196 @@ +kind = $values['kind']; + $this->value = $values['value']; + } + + /** + * @param PdfActionTargetRefName $name + * @return PdfActionTargetRef + */ + public static function name(PdfActionTargetRefName $name): PdfActionTargetRef + { + return new PdfActionTargetRef([ + 'kind' => 'name', + 'value' => $name, + ]); + } + + /** + * @param PdfActionTargetRefObjectNumber $objectNumber + * @return PdfActionTargetRef + */ + public static function objectNumber(PdfActionTargetRefObjectNumber $objectNumber): PdfActionTargetRef + { + return new PdfActionTargetRef([ + 'kind' => 'objectNumber', + 'value' => $objectNumber, + ]); + } + + /** + * @return bool + */ + public function isName(): bool + { + return $this->value instanceof PdfActionTargetRefName && $this->kind === 'name'; + } + + /** + * @return PdfActionTargetRefName + */ + public function asName(): PdfActionTargetRefName + { + if (!($this->value instanceof PdfActionTargetRefName && $this->kind === 'name')) { + throw new Exception( + "Expected name; got " . $this->kind . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isObjectNumber(): bool + { + return $this->value instanceof PdfActionTargetRefObjectNumber && $this->kind === 'objectNumber'; + } + + /** + * @return PdfActionTargetRefObjectNumber + */ + public function asObjectNumber(): PdfActionTargetRefObjectNumber + { + if (!($this->value instanceof PdfActionTargetRefObjectNumber && $this->kind === 'objectNumber')) { + throw new Exception( + "Expected objectNumber; got " . $this->kind . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } + + /** + * @return array + */ + public function jsonSerialize(): array + { + $result = []; + $result['kind'] = $this->kind; + + $base = parent::jsonSerialize(); + $result = array_merge($base, $result); + + switch ($this->kind) { + case 'name': + $value = $this->asName()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'objectNumber': + $value = $this->asObjectNumber()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case '_unknown': + default: + if (is_null($this->value)) { + break; + } + if ($this->value instanceof JsonSerializableType) { + $value = $this->value->jsonSerialize(); + $result = array_merge($value, $result); + } elseif (is_array($this->value)) { + $result = array_merge($this->value, $result); + } + } + + return $result; + } + + /** + * @param array $data + */ + public static function jsonDeserialize(array $data): static + { + $args = []; + if (!array_key_exists('kind', $data)) { + throw new Exception( + "JSON data is missing property 'kind'", + ); + } + $kind = $data['kind']; + if (!(is_string($kind))) { + throw new Exception( + "Expected property 'kind' in JSON data to be string, instead received " . get_debug_type($data['kind']), + ); + } + + $args['kind'] = $kind; + switch ($kind) { + case 'name': + $args['value'] = PdfActionTargetRefName::jsonDeserialize($data); + break; + case 'objectNumber': + $args['value'] = PdfActionTargetRefObjectNumber::jsonDeserialize($data); + break; + case '_unknown': + default: + $args['kind'] = '_unknown'; + $args['value'] = $data; + } + + // @phpstan-ignore-next-line + return new static($args); + } +} diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit.php b/src/Types/PdfActionTargetRefName.php similarity index 54% rename from src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit.php rename to src/Types/PdfActionTargetRefName.php index cc9fa75..649bfb7 100644 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit.php +++ b/src/Types/PdfActionTargetRefName.php @@ -5,23 +5,23 @@ use CloudPDF\Core\Json\JsonSerializableType; use CloudPDF\Core\Json\JsonProperty; -class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFit extends JsonSerializableType +class PdfActionTargetRefName extends JsonSerializableType { /** - * @var int $pageObjectNumber + * @var string $name */ - #[JsonProperty('pageObjectNumber')] - public int $pageObjectNumber; + #[JsonProperty('name')] + public string $name; /** * @param array{ - * pageObjectNumber: int, + * name: string, * } $values */ public function __construct( array $values, ) { - $this->pageObjectNumber = $values['pageObjectNumber']; + $this->name = $values['name']; } /** diff --git a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB.php b/src/Types/PdfActionTargetRefObjectNumber.php similarity index 54% rename from src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB.php rename to src/Types/PdfActionTargetRefObjectNumber.php index f1e950c..8edcf73 100644 --- a/src/Types/DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB.php +++ b/src/Types/PdfActionTargetRefObjectNumber.php @@ -5,23 +5,23 @@ use CloudPDF\Core\Json\JsonSerializableType; use CloudPDF\Core\Json\JsonProperty; -class DocAnnotationsListAll200ResponsePagesItemAnnotationsItemLinkTargetGotoDestinationFitB extends JsonSerializableType +class PdfActionTargetRefObjectNumber extends JsonSerializableType { /** - * @var int $pageObjectNumber + * @var int $objectNumber */ - #[JsonProperty('pageObjectNumber')] - public int $pageObjectNumber; + #[JsonProperty('objectNumber')] + public int $objectNumber; /** * @param array{ - * pageObjectNumber: int, + * objectNumber: int, * } $values */ public function __construct( array $values, ) { - $this->pageObjectNumber = $values['pageObjectNumber']; + $this->objectNumber = $values['objectNumber']; } /** diff --git a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsFormat.php b/src/Types/PdfActionTree.php similarity index 67% rename from src/Types/DocFormsGet200ResponseFieldsItemTextActionsFormat.php rename to src/Types/PdfActionTree.php index 71c4cf3..8966a54 100644 --- a/src/Types/DocFormsGet200ResponseFieldsItemTextActionsFormat.php +++ b/src/Types/PdfActionTree.php @@ -6,13 +6,13 @@ use CloudPDF\Core\Json\JsonProperty; use CloudPDF\Core\Types\ArrayType; -class DocFormsGet200ResponseFieldsItemTextActionsFormat extends JsonSerializableType +class PdfActionTree extends JsonSerializableType { /** - * @var ?DocFormsGet200ResponseFieldsItemTextActionsFormatRoot $root + * @var ?PdfActionNode $root */ #[JsonProperty('root')] - public ?DocFormsGet200ResponseFieldsItemTextActionsFormatRoot $root; + public ?PdfActionNode $root; /** * @var bool $incomplete @@ -27,7 +27,7 @@ class DocFormsGet200ResponseFieldsItemTextActionsFormat extends JsonSerializable public int $warningFlags; /** - * @var array> $warnings + * @var array> $warnings */ #[JsonProperty('warnings'), ArrayType(['string'])] public array $warnings; @@ -36,8 +36,8 @@ class DocFormsGet200ResponseFieldsItemTextActionsFormat extends JsonSerializable * @param array{ * incomplete: bool, * warningFlags: int, - * warnings: array>, - * root?: ?DocFormsGet200ResponseFieldsItemTextActionsFormatRoot, + * warnings: array>, + * root?: ?PdfActionNode, * } $values */ public function __construct( diff --git a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem.php b/src/Types/PdfActionTreeWarningsItem.php similarity index 65% rename from src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem.php rename to src/Types/PdfActionTreeWarningsItem.php index 7556c6b..2dd106a 100644 --- a/src/Types/DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem.php +++ b/src/Types/PdfActionTreeWarningsItem.php @@ -2,9 +2,10 @@ namespace CloudPDF\Types; -enum DocFormsGet200ResponseFieldsItemCheckboxActionsCalculateWarningsItem: string +enum PdfActionTreeWarningsItem: string { case CycleDropped = "cycle-dropped"; case MalformedNext = "malformed-next"; case Incomplete = "incomplete"; + case PayloadDropped = "payload-dropped"; } diff --git a/src/Types/PdfAnnotationActions.php b/src/Types/PdfAnnotationActions.php new file mode 100644 index 0000000..0570274 --- /dev/null +++ b/src/Types/PdfAnnotationActions.php @@ -0,0 +1,114 @@ +activate = $values['activate'] ?? null; + $this->cursorEnter = $values['cursorEnter'] ?? null; + $this->cursorExit = $values['cursorExit'] ?? null; + $this->mouseDown = $values['mouseDown'] ?? null; + $this->mouseUp = $values['mouseUp'] ?? null; + $this->focus = $values['focus'] ?? null; + $this->blur = $values['blur'] ?? null; + $this->pageOpen = $values['pageOpen'] ?? null; + $this->pageClose = $values['pageClose'] ?? null; + $this->pageVisible = $values['pageVisible'] ?? null; + $this->pageInvisible = $values['pageInvisible'] ?? null; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfDestination.php b/src/Types/PdfDestination.php new file mode 100644 index 0000000..430b9ff --- /dev/null +++ b/src/Types/PdfDestination.php @@ -0,0 +1,466 @@ +kind = $values['kind']; + $this->value = $values['value']; + } + + /** + * @param PdfDestinationXyz $xyz + * @return PdfDestination + */ + public static function xyz(PdfDestinationXyz $xyz): PdfDestination + { + return new PdfDestination([ + 'kind' => 'xyz', + 'value' => $xyz, + ]); + } + + /** + * @param PdfDestinationFit $fit + * @return PdfDestination + */ + public static function fit(PdfDestinationFit $fit): PdfDestination + { + return new PdfDestination([ + 'kind' => 'fit', + 'value' => $fit, + ]); + } + + /** + * @param PdfDestinationFitH $fitH + * @return PdfDestination + */ + public static function fitH(PdfDestinationFitH $fitH): PdfDestination + { + return new PdfDestination([ + 'kind' => 'fitH', + 'value' => $fitH, + ]); + } + + /** + * @param PdfDestinationFitV $fitV + * @return PdfDestination + */ + public static function fitV(PdfDestinationFitV $fitV): PdfDestination + { + return new PdfDestination([ + 'kind' => 'fitV', + 'value' => $fitV, + ]); + } + + /** + * @param PdfDestinationFitR $fitR + * @return PdfDestination + */ + public static function fitR(PdfDestinationFitR $fitR): PdfDestination + { + return new PdfDestination([ + 'kind' => 'fitR', + 'value' => $fitR, + ]); + } + + /** + * @param PdfDestinationFitB $fitB + * @return PdfDestination + */ + public static function fitB(PdfDestinationFitB $fitB): PdfDestination + { + return new PdfDestination([ + 'kind' => 'fitB', + 'value' => $fitB, + ]); + } + + /** + * @param PdfDestinationFitBh $fitBh + * @return PdfDestination + */ + public static function fitBh(PdfDestinationFitBh $fitBh): PdfDestination + { + return new PdfDestination([ + 'kind' => 'fitBH', + 'value' => $fitBh, + ]); + } + + /** + * @param PdfDestinationFitBv $fitBv + * @return PdfDestination + */ + public static function fitBv(PdfDestinationFitBv $fitBv): PdfDestination + { + return new PdfDestination([ + 'kind' => 'fitBV', + 'value' => $fitBv, + ]); + } + + /** + * @return bool + */ + public function isXyz(): bool + { + return $this->value instanceof PdfDestinationXyz && $this->kind === 'xyz'; + } + + /** + * @return PdfDestinationXyz + */ + public function asXyz(): PdfDestinationXyz + { + if (!($this->value instanceof PdfDestinationXyz && $this->kind === 'xyz')) { + throw new Exception( + "Expected xyz; got " . $this->kind . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isFit(): bool + { + return $this->value instanceof PdfDestinationFit && $this->kind === 'fit'; + } + + /** + * @return PdfDestinationFit + */ + public function asFit(): PdfDestinationFit + { + if (!($this->value instanceof PdfDestinationFit && $this->kind === 'fit')) { + throw new Exception( + "Expected fit; got " . $this->kind . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isFitH(): bool + { + return $this->value instanceof PdfDestinationFitH && $this->kind === 'fitH'; + } + + /** + * @return PdfDestinationFitH + */ + public function asFitH(): PdfDestinationFitH + { + if (!($this->value instanceof PdfDestinationFitH && $this->kind === 'fitH')) { + throw new Exception( + "Expected fitH; got " . $this->kind . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isFitV(): bool + { + return $this->value instanceof PdfDestinationFitV && $this->kind === 'fitV'; + } + + /** + * @return PdfDestinationFitV + */ + public function asFitV(): PdfDestinationFitV + { + if (!($this->value instanceof PdfDestinationFitV && $this->kind === 'fitV')) { + throw new Exception( + "Expected fitV; got " . $this->kind . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isFitR(): bool + { + return $this->value instanceof PdfDestinationFitR && $this->kind === 'fitR'; + } + + /** + * @return PdfDestinationFitR + */ + public function asFitR(): PdfDestinationFitR + { + if (!($this->value instanceof PdfDestinationFitR && $this->kind === 'fitR')) { + throw new Exception( + "Expected fitR; got " . $this->kind . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isFitB(): bool + { + return $this->value instanceof PdfDestinationFitB && $this->kind === 'fitB'; + } + + /** + * @return PdfDestinationFitB + */ + public function asFitB(): PdfDestinationFitB + { + if (!($this->value instanceof PdfDestinationFitB && $this->kind === 'fitB')) { + throw new Exception( + "Expected fitB; got " . $this->kind . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isFitBh(): bool + { + return $this->value instanceof PdfDestinationFitBh && $this->kind === 'fitBH'; + } + + /** + * @return PdfDestinationFitBh + */ + public function asFitBh(): PdfDestinationFitBh + { + if (!($this->value instanceof PdfDestinationFitBh && $this->kind === 'fitBH')) { + throw new Exception( + "Expected fitBH; got " . $this->kind . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return bool + */ + public function isFitBv(): bool + { + return $this->value instanceof PdfDestinationFitBv && $this->kind === 'fitBV'; + } + + /** + * @return PdfDestinationFitBv + */ + public function asFitBv(): PdfDestinationFitBv + { + if (!($this->value instanceof PdfDestinationFitBv && $this->kind === 'fitBV')) { + throw new Exception( + "Expected fitBV; got " . $this->kind . " with value of type " . get_debug_type($this->value), + ); + } + + return $this->value; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } + + /** + * @return array + */ + public function jsonSerialize(): array + { + $result = []; + $result['kind'] = $this->kind; + + $base = parent::jsonSerialize(); + $result = array_merge($base, $result); + + switch ($this->kind) { + case 'xyz': + $value = $this->asXyz()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'fit': + $value = $this->asFit()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'fitH': + $value = $this->asFitH()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'fitV': + $value = $this->asFitV()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'fitR': + $value = $this->asFitR()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'fitB': + $value = $this->asFitB()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'fitBH': + $value = $this->asFitBh()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case 'fitBV': + $value = $this->asFitBv()->jsonSerialize(); + $result = array_merge($value, $result); + break; + case '_unknown': + default: + if (is_null($this->value)) { + break; + } + if ($this->value instanceof JsonSerializableType) { + $value = $this->value->jsonSerialize(); + $result = array_merge($value, $result); + } elseif (is_array($this->value)) { + $result = array_merge($this->value, $result); + } + } + + return $result; + } + + /** + * @param array $data + */ + public static function jsonDeserialize(array $data): static + { + $args = []; + if (!array_key_exists('kind', $data)) { + throw new Exception( + "JSON data is missing property 'kind'", + ); + } + $kind = $data['kind']; + if (!(is_string($kind))) { + throw new Exception( + "Expected property 'kind' in JSON data to be string, instead received " . get_debug_type($data['kind']), + ); + } + + $args['kind'] = $kind; + switch ($kind) { + case 'xyz': + $args['value'] = PdfDestinationXyz::jsonDeserialize($data); + break; + case 'fit': + $args['value'] = PdfDestinationFit::jsonDeserialize($data); + break; + case 'fitH': + $args['value'] = PdfDestinationFitH::jsonDeserialize($data); + break; + case 'fitV': + $args['value'] = PdfDestinationFitV::jsonDeserialize($data); + break; + case 'fitR': + $args['value'] = PdfDestinationFitR::jsonDeserialize($data); + break; + case 'fitB': + $args['value'] = PdfDestinationFitB::jsonDeserialize($data); + break; + case 'fitBH': + $args['value'] = PdfDestinationFitBh::jsonDeserialize($data); + break; + case 'fitBV': + $args['value'] = PdfDestinationFitBv::jsonDeserialize($data); + break; + case '_unknown': + default: + $args['kind'] = '_unknown'; + $args['value'] = $data; + } + + // @phpstan-ignore-next-line + return new static($args); + } +} diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit.php b/src/Types/PdfDestinationFit.php similarity index 84% rename from src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit.php rename to src/Types/PdfDestinationFit.php index 3c345af..2c66eb2 100644 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit.php +++ b/src/Types/PdfDestinationFit.php @@ -5,7 +5,7 @@ use CloudPDF\Core\Json\JsonSerializableType; use CloudPDF\Core\Json\JsonProperty; -class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFit extends JsonSerializableType +class PdfDestinationFit extends JsonSerializableType { /** * @var int $pageObjectNumber diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB.php b/src/Types/PdfDestinationFitB.php similarity index 84% rename from src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB.php rename to src/Types/PdfDestinationFitB.php index 8d3cfa3..a48cb37 100644 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB.php +++ b/src/Types/PdfDestinationFitB.php @@ -5,7 +5,7 @@ use CloudPDF\Core\Json\JsonSerializableType; use CloudPDF\Core\Json\JsonProperty; -class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitB extends JsonSerializableType +class PdfDestinationFitB extends JsonSerializableType { /** * @var int $pageObjectNumber diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH.php b/src/Types/PdfDestinationFitBh.php similarity index 87% rename from src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH.php rename to src/Types/PdfDestinationFitBh.php index 7bce005..a30778d 100644 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH.php +++ b/src/Types/PdfDestinationFitBh.php @@ -5,7 +5,7 @@ use CloudPDF\Core\Json\JsonSerializableType; use CloudPDF\Core\Json\JsonProperty; -class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitH extends JsonSerializableType +class PdfDestinationFitBh extends JsonSerializableType { /** * @var int $pageObjectNumber diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV.php b/src/Types/PdfDestinationFitBv.php similarity index 87% rename from src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV.php rename to src/Types/PdfDestinationFitBv.php index 2126fc7..6f0bb73 100644 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV.php +++ b/src/Types/PdfDestinationFitBv.php @@ -5,7 +5,7 @@ use CloudPDF\Core\Json\JsonSerializableType; use CloudPDF\Core\Json\JsonProperty; -class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitV extends JsonSerializableType +class PdfDestinationFitBv extends JsonSerializableType { /** * @var int $pageObjectNumber diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh.php b/src/Types/PdfDestinationFitH.php similarity index 87% rename from src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh.php rename to src/Types/PdfDestinationFitH.php index e6103df..83964d3 100644 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh.php +++ b/src/Types/PdfDestinationFitH.php @@ -5,7 +5,7 @@ use CloudPDF\Core\Json\JsonSerializableType; use CloudPDF\Core\Json\JsonProperty; -class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBh extends JsonSerializableType +class PdfDestinationFitH extends JsonSerializableType { /** * @var int $pageObjectNumber diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR.php b/src/Types/PdfDestinationFitR.php similarity index 91% rename from src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR.php rename to src/Types/PdfDestinationFitR.php index 994bf73..15eacba 100644 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR.php +++ b/src/Types/PdfDestinationFitR.php @@ -5,7 +5,7 @@ use CloudPDF\Core\Json\JsonSerializableType; use CloudPDF\Core\Json\JsonProperty; -class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitR extends JsonSerializableType +class PdfDestinationFitR extends JsonSerializableType { /** * @var int $pageObjectNumber diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv.php b/src/Types/PdfDestinationFitV.php similarity index 87% rename from src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv.php rename to src/Types/PdfDestinationFitV.php index 3aae36e..8026517 100644 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv.php +++ b/src/Types/PdfDestinationFitV.php @@ -5,7 +5,7 @@ use CloudPDF\Core\Json\JsonSerializableType; use CloudPDF\Core\Json\JsonProperty; -class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationFitBv extends JsonSerializableType +class PdfDestinationFitV extends JsonSerializableType { /** * @var int $pageObjectNumber diff --git a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz.php b/src/Types/PdfDestinationXyz.php similarity index 90% rename from src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz.php rename to src/Types/PdfDestinationXyz.php index d8dda6a..dce2944 100644 --- a/src/Types/DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz.php +++ b/src/Types/PdfDestinationXyz.php @@ -5,7 +5,7 @@ use CloudPDF\Core\Json\JsonSerializableType; use CloudPDF\Core\Json\JsonProperty; -class DocAnnotationsList200ResponseAnnotationsItemLinkTargetGotoDestinationXyz extends JsonSerializableType +class PdfDestinationXyz extends JsonSerializableType { /** * @var int $pageObjectNumber diff --git a/src/Types/PdfFieldActions.php b/src/Types/PdfFieldActions.php new file mode 100644 index 0000000..39d906a --- /dev/null +++ b/src/Types/PdfFieldActions.php @@ -0,0 +1,58 @@ +keystroke = $values['keystroke'] ?? null; + $this->format = $values['format'] ?? null; + $this->validate = $values['validate'] ?? null; + $this->calculate = $values['calculate'] ?? null; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +} diff --git a/src/Types/PdfPageActions.php b/src/Types/PdfPageActions.php new file mode 100644 index 0000000..eeefad0 --- /dev/null +++ b/src/Types/PdfPageActions.php @@ -0,0 +1,42 @@ +open = $values['open'] ?? null; + $this->close = $values['close'] ?? null; + } + + /** + * @return string + */ + public function __toString(): string + { + return $this->toJson(); + } +}